Imported Upstream version 17.25.3
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Fri Nov 27 10:17:50 CET 2020 - ma@suse.de
3
4 - RepoManager: Carefully tidy up the caches. Remove non-directory
5   entries. (bsc#1178966)
6 - RpmDb: If no database exists use the _dbpath configured in rpm.
7   Still makes sure a compat symlink at /var/lib/rpm exists in case
8   the configures _dbpath is elsewhere. (bsc#1178910)
9 - Url: Hide known password entires when writing the query part
10   (bsc#1050625 bsc#1177583)
11 - adapt testcase to change introduced by libsolv#402.
12 - RepoManager: Force refresh if repo url has changed (bsc#1174016)
13 - RepoInfo: ignore legacy type= in a .repo file and let RepoManager
14   probe (bsc#1177427, Fixes openSUSE/zypper#357).
15 - version 17.25.3 (22)
16
17 -------------------------------------------------------------------
18 Wed Oct  7 12:05:33 CEST 2020 - ma@suse.de
19
20 - Bump version to force rebuild against a fixed libsolv.
21   (bsc#1177238, bsc#1177275)
22 - version 17.25.2 (22)
23
24 -------------------------------------------------------------------
25 Fri Sep 25 13:39:38 CEST 2020 - ma@suse.de
26
27 - Fix bsc#1176902: When kernel-rt has been installed, the
28   purge-kernels service fails during boot.
29 - Use package name provides as group key in purge-kernel
30   (bsc#1176740 bsc#1176192)
31   kernel-default-base has new packaging, where the kernel uname -r
32   does not reflect the full package version anymore. This patch
33   adds additional logic to use the most generic/shortest edition
34   each package provides with %{packagename}=<version> to group the
35   kernel packages instead of the rpm versions.
36   This also changes how the keep-spec for specific versions is
37   applied, instead of matching the package versions, each of the
38   package name provides will be matched.
39 - version 17.25.1 (22)
40
41 -------------------------------------------------------------------
42 Fri Sep 18 16:45:49 CEST 2020 - ma@suse.de
43
44 - RepoInfo: Return the type of the local metadata cache as
45   fallback (bsc#1176435)
46 - VendorAttr: Fix broken "suse,opensuse" equivalence handling.
47   Enhance API and testcases. (bsc#1174918)
48 - Update docs regarding 'opensuse' namepace matching.
49 - New solver testcase format.
50 - Link against libzsd to close libsolvs open references
51   (as we link statically)
52 - BuildRequires:  libsolv-devel >= 0.7.15.
53 - version 17.25.0 (22)
54
55 -------------------------------------------------------------------
56 Fri Aug 28 17:09:59 CEST 2020 - ma@suse.de
57
58 - VendorAttr: Const-correct API and let Target provide its
59   settings (bsc#1174918)
60 - Support buildnr with commit hash in purge-kernels (bsc#1175342)
61   This adds special behaviour for when a kernel version has the
62   rebuild counter before the kernel commit hash.
63 - Improve Italian traslation of the "breaking dependencies"
64   message (bsc#1173529)
65 - Make sure reading from lsof does not block forever (bsc#1174240)
66 - Just collect details for the signatures found (fixes #229)
67 - version 17.24.2 (22)
68
69 -------------------------------------------------------------------
70 Thu Jul 16 18:04:18 CEST 2020 - ma@suse.de
71
72 - Fix bsc#1174011 auth=basic ignored in some cases (bsc#1174011)
73   Proactively send credentials if the URL specifes '?auth=basic'
74   and a username.
75 - ZYPP_MEDIA_CURL_DEBUG: Strip credentials in header log (bsc#1174011)
76 - version 17.24.1 (22)
77
78 -------------------------------------------------------------------
79 Tue Jul 14 13:19:56 CEST 2020 - ma@suse.de
80
81 - Completey rework the purge-kernels algorithm (fix bsc#1173106)
82   The new code is closer to the original perl script, grouping the
83   packages by name before applying the keep spec.
84 - Set ZYPP_RPM_DEBUG=1 to capture verbose rpm command output
85   (implements #228)
86 - version 17.24.0 (22)
87
88 -------------------------------------------------------------------
89 Fri Jun 26 14:13:10 CEST 2020 - ma@suse.de
90
91 - Fix core dump with corrupted history file (bsc#1170801)
92 - version 17.23.8 (22)
93
94 -------------------------------------------------------------------
95 Tue Jun 23 17:44:21 CEST 2020 - ma@suse.de
96
97 - Enable zchunk metadata download if libsolv supports it.
98 - version 17.23.7 (22)
99
100 -------------------------------------------------------------------
101 Thu Jun  4 11:45:03 CEST 2020 - ma@suse.de
102
103 - Revert "Enable zchunk on SLE-15-SP2".
104 - version 17.23.6 (22)
105
106 -------------------------------------------------------------------
107 Wed May 27 18:50:32 CEST 2020 - ma@suse.de
108
109 - Enable zchunk on SLE-15-SP2.
110 - Older kernel-devel packages are not properly purged (bsc#1171224)
111 - doc: enhance service plugin example.
112 - version 17.23.5 (22)
113
114 -------------------------------------------------------------------
115 Thu Apr  9 12:52:10 CEST 2020 - ma@suse.de
116
117 - Get retracted patch status from updateinfo data (jsc#SLE-8770)
118   libsolv injects the indicator provides into packages only.
119 - remove 'using namespace std;' (bsc#1166610, fixes #218)
120 - Online doc: add 'Hardware (modalias) dependencies' page
121   (fixes #216)
122 - version 17.23.4 (22)
123
124 -------------------------------------------------------------------
125 Wed Mar 25 15:26:14 CET 2020 - ma@suse.de
126
127 - Add HistoryLogReader actionFilter to parse only specific
128   HistoryActionIDs.
129 - version 17.23.3 (22)
130
131 -------------------------------------------------------------------
132 Fri Mar 20 12:28:18 CET 2020 - ma@suse.de
133
134 - RepoVariables: Add safe guard in case the caller does not own a
135   zypp instance.
136 - Enable c++17. Define libyzpp CXX_STANDARD in ZyppCommon.cmake.
137 - version 17.23.2 (22)
138
139 -------------------------------------------------------------------
140 Mon Mar  2 19:53:51 CET 2020 - ma@suse.de
141
142 - Fix package status computation regarding unneeded, orphaned, recommended
143   and suggested packages (broken in 17.23.0) (bsc#1165476)
144 - version 17.23.1 (22)
145
146 -------------------------------------------------------------------
147 Fri Feb 21 16:06:57 CET 2020 - ma@suse.de
148
149 - Log patch status changes to history (jsc#SLE-5116)
150 - Allow to disable all WebServer dependent tests when building. OBS
151   wants to be able to get rid of the nginx/FastCGI-devel build
152   requirement. Use 'rpmbuild --without mediabackend_tests' or
153   'cmake -DDISABLE_MEDIABACKEND_TESTS=1'.
154 - version 17.23.0 (22)
155
156 -------------------------------------------------------------------
157 Fri Feb  7 14:56:40 CET 2020 - ma@suse.de
158
159 - update translations
160 - Replace mongoose/webrick with nginx in test suite.
161   This patch makes use of nginx to replace the current WebServer
162   mongoose implementation. Also adds support for registering
163   callback functions for certain URL requests via FCGI, making it
164   possible to mock HTTP responses and test more complex HTTP setups.
165 - boost: Fix deprecated auto_unit_test.hpp includes.
166 - Disable zchunk on Leap-15.0 and SLE15-* while there is no libzck.
167 - Fix decision whether to download ZCHUNK files.
168   libzypp and libsolv must both be able to read the format.
169 - version 17.22.1 (22)
170
171 -------------------------------------------------------------------
172 Thu Jan 23 16:30:19 CET 2020 - ma@suse.de
173
174 - yum::Downloader: Prefer zchunk compressed metadata if libvsolv
175   supports it.
176 - BuildRequires:  libsolv-devel >= 0.7.11.
177 - version 17.22.0 (22)
178
179 -------------------------------------------------------------------
180 Mon Jan 20 12:53:12 CET 2020 - ma@suse.de
181
182 - Selectable: Fix highestAvailableVersionObj if only retracted
183   packages are available. Avoid using retracted items as candidate
184   (jsc#SLE-8770)
185 - version 17.21.0 (20)
186
187 -------------------------------------------------------------------
188 Thu Dec 19 13:28:00 CET 2019 - ma@suse.de
189
190 - BuildRequires:  libsolv-devel >= 0.7.10.
191 - RpmDb: Become rpmdb backend independent (jsc#SLE-7272)
192 - RpmDb: Close API offering a custom rpmdb path
193   It's actually not needed and for this to work also libsolv needs
194   to support it. You can sill use a librpmDb::db_const_iterator to
195   access a database at a custom location (ro).
196 - Remove legacy rpmV3database conversion code.
197 - version 17.20.0 (20)
198
199 -------------------------------------------------------------------
200 Wed Dec 11 09:51:10 CET 2019 - ma@suse.de
201
202 - MediaCurl: assert cookie file has mode 0600 (bsc#1158763, CVE-2019-18900)
203 - version 17.19.0 (12)
204
205 -------------------------------------------------------------------
206 Mon Dec  9 10:22:56 CET 2019 - ma@suse.de
207
208 - dup: fix removing orphaned packages dropped by to-be-installed
209   products (bsc#1155819)
210 - version 17.18.1 (12)
211
212 -------------------------------------------------------------------
213 Thu Dec  5 14:23:52 CET 2019 - ma@suse.de
214
215 - Resolver: add solution actions for SOLVER_SOLUTION_BLACK
216   (retracted/PTF)
217 - Solvable: add isRetracted and isPtf attributes.
218 - version 17.18.0 (12)
219
220 -------------------------------------------------------------------
221 Thu Nov 28 18:20:04 CET 2019 - ma@suse.de
222
223 - Introduce PurgeKernels class (bsc#1155198)
224   Adds libzypp API to mark all obsolete kernels according to the
225   existing purge-kernel script rules.
226 - Add solver jobs for retracted packages and ptfs.
227   Support for ptf packages and retract ed patches.
228 - Do not enforce 'en' being in RequestedLocales (bsc#1155678)
229   If the user decides to have a system without explicit language
230   support he may do so.
231 - Pass correct posttrans script argument (fixes #190)
232 - BuildRequires:  libsolv-devel >= 0.7.8.
233 - version 17.17.0 (12)
234
235 -------------------------------------------------------------------
236 Tue Oct 29 14:54:51 CET 2019 - ma@suse.de
237
238 - Expose new libsolv API via C++ counterparts
239   (openSUSE/zypper#214)
240 - BuildRequires:  libsolv-devel >= 0.7.7
241 - version 17.16.0 (12)
242
243 -------------------------------------------------------------------
244 Fri Oct 18 17:20:08 CEST 2019 - ma@suse.de
245
246 - Fix empty metalink downloads if filesize is unknown (bsc#1153557)
247 - Recognize riscv64 as architecture
248 - Fix installation of new header file (fixes #185)
249 - zypp.conf: Introduce `solver.focus` to define the resolvers general
250   attitude when resolving jobs. (bsc#1146415)
251 - New container detection algorithm for zypper ps (bsc#1146947)
252 - version 17.15.0 (12)
253
254 -------------------------------------------------------------------
255 Thu Sep 26 14:08:51 CEST 2019 - ma@suse.de
256
257 - Revert "Use CURL_HTTP_VERSION_2TLS if available" (bsc#1146027)
258 - doc: add service example using variables
259 - Fix build with rpm >= 4.15 (fixes #172)
260 - version 17.14.1 (12)
261
262 -------------------------------------------------------------------
263 Mon Aug  5 13:03:55 CEST 2019 - ma@suse.de
264
265 - PublicKey::algoName: supply key algorithm and length
266 - version 17.14.0 (12)
267
268 -------------------------------------------------------------------
269 Thu Jul 25 17:25:10 CEST 2019 - ma@suse.de
270
271 - MediaCurl: Fix leaking filedescriptors (bsc#1116995)
272 - commit: Run file conflict check on dry-run (best with download-only)
273   (bsc#1140039)
274 - commit: do not remove orphan products if the .prod file is owned by
275   a package (bsc#1139795)
276 - version 17.13.0 (12)
277
278 -------------------------------------------------------------------
279 Tue May 28 16:50:14 CEST 2019 - ma@suse.de
280
281 - Drop unused InterProcessMutex class and test
282 - Drop unused WebpinResult class and test
283 - Give posttrans script a parameter of 0 (issue #168)
284 - Use CURL_HTTP_VERSION_2TLS if available (fixes #141)
285 - version 17.12.0 (12)
286
287 -------------------------------------------------------------------
288 Thu Apr  4 13:24:40 CEST 2019 - ma@suse.de
289
290 - Enhance scanning /sys for modaliases (bsc#1130161)
291 - version 17.11.4 (9)
292
293 -------------------------------------------------------------------
294 Tue Apr  2 18:15:12 CEST 2019 - ma@suse.de
295
296 - Prevent SEGV if the application sets an empty TextLocale (bsc#1127026)
297
298 -------------------------------------------------------------------
299 Mon Apr  1 08:49:45 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
300
301 - Fix build with CMake >= 3.14.0:
302   Starting with CMake 3.14, EXCLUDE_FROM_ALL now spreads from
303   directories to targets. 'make -C someSubdir' when 'someSubdir'
304   uses the 'EXCLUDE_FROM_ALL' keyword does nothing. (gh/libzypp#libzypp#165)
305
306 -------------------------------------------------------------------
307 Thu Mar 21 12:35:39 CET 2019 - ma@suse.de
308
309 - KeyManager: Work around bsc#1127220 [libgpgme] no error upon
310   incomplete import due to signal received.
311 - MediaCurl: add hint to check SCC for an expired regcode on
312   http error 403 (bsc#965786)
313 - version 17.11.3 (9)
314
315 -------------------------------------------------------------------
316 Mon Feb 25 12:07:19 CET 2019 - ma@suse.de
317
318 - Correctly handle exceptions when verifying the medium (bsc#1065022)
319 - Only write type field when probing (bsc#1114908)
320 - Don't blame user on TargetAbortedException (bsc#978193)
321 - version 17.11.2 (9)
322
323 -------------------------------------------------------------------
324 Thu Jan 31 17:41:21 CET 2019 - ma@suse.de
325
326 - CheckAccessDeleted: Suppress reporting `/memfd:` pseudo files
327   (bsc#1123843)
328 - MediaCurl: improve reporting https->http redirection errors
329 - Prevent SEGV if the application sets an empty TextLocale
330 - Url: don't force printing an empty authority if the schema does not
331   allow authority at all
332 - Try to the missing rpmDB compat symlink in case the rpm package got
333   deleted (bsc#1122471)
334 - version 17.11.1 (9)
335
336 -------------------------------------------------------------------
337 Fri Jan 11 10:24:33 CET 2019 - ma@suse.de
338
339 - PoolItemBest: Optionally prefer not locked packages (for bsc#1113296)
340 - ui::Selectable: add `hasLocks` to indicate a partially locked
341   item (for bsc#1113296)
342 - version 17.11.0 (9)
343
344 -------------------------------------------------------------------
345 Tue Dec 18 14:01:19 CET 2018 - ma@suse.de
346
347 - Simplify complex locks so zypper can display them (bsc#1112911)
348 - version 17.10.3 (9)
349
350 -------------------------------------------------------------------
351 Mon Dec 10 16:57:34 CET 2018 - ma@suse.de
352
353 - commit: set `SYSTEMD_OFFLINE=1` during chrooted commits (bsc#1118758)
354 - no-recommends: Nevertheless consider resolver namespaces (hardware,
355   language,..supporting packages) (FATE#325513)
356 - BuildRequires:  libsolv-devel >= 0.7.2
357   (SOLVER_FLAG_ONLY_NAMESPACE_RECOMMENDED)
358 - Remove world-readable bit from /var/log/zypp (bsc#1099019)
359 - version 17.10.2 (9)
360
361 -------------------------------------------------------------------
362 Wed Nov 28 14:40:26 CET 2018 - ma@suse.de
363
364 - Adapt to changes in upcoming Boost 1.69.0
365 - Do not fail service-refresh on a empty repoindex.xml (bnc#1116840)
366 - version 17.10.1 (9)
367
368 -------------------------------------------------------------------
369 Mon Nov 26 12:14:49 CET 2018 - ma@suse.de
370
371 - str: recognize 'always' and 'never' as valid boolean strings
372 - Fix needreboot code to use SolvableSpec parser (fate#326451)
373 - SolvableSpec: Define a set of Solvables by ident and provides
374 - version 17.10.0 (9)
375
376 -------------------------------------------------------------------
377 Wed Nov 14 11:48:35 CET 2018 - ma@suse.de
378
379 - Provide needreboot config files in /etc/zypp (fate#326451, fixes #140)
380 - Need to fix soname due to libsolv ABI changes (bsc#1115341)
381 - version 17.9.0 (9)
382
383 -------------------------------------------------------------------
384 Mon Oct 29 12:20:40 CET 2018 - ma@suse.de
385
386 - Adapt to changed type names in libsolv-0.7
387 - Package needreboot file (fate#326451)
388 - Fix definitions of gettext macros (fixes #135)
389 - version 17.8.1 (2)
390
391 -------------------------------------------------------------------
392 Fri Oct 12 14:01:19 CEST 2018 - ma@suse.de
393
394 - Add infrastructure to flag specific packages to trigger a
395   reboot needed hint (fate#326451)
396 - Adapt to libsolv: Drop support for REPOKEY_TYPE_U32
397 - Resolver: add setInr to request solving namespaces
398 - ResolverNamespace: add No/AllResolverNamespaces constants
399 - version 17.8.0 (2)
400
401 -------------------------------------------------------------------
402 Mon Oct  1 14:04:15 CEST 2018 - ma@suse.de
403
404 - Fix blocking wait for finished child process (bsc#1109877)
405 - version 17.7.2 (2)
406
407 -------------------------------------------------------------------
408 Fri Sep 28 14:38:01 CEST 2018 - ma@suse.de
409
410 - Fix conversion of string and glob to regex when compiling queries
411   (bsc#1099982, bsc#939392, bsc#556664)
412 - version 17.7.1 (2)
413
414 -------------------------------------------------------------------
415 Fri Sep  7 12:07:39 CEST 2018 - ma@suse.de
416
417 - Drop type application due to poor metadata support (bsc#1100095,
418   bsc#1104415)
419 - version 17.7.0 (2)
420
421 -------------------------------------------------------------------
422 Thu Sep  6 12:16:25 CEST 2018 - ma@suse.de
423
424 - Automatically fetch repository signing key from gpgkey url
425   (bsc#1088037)
426 - lsof: use '-K i' if lsof supports it (bsc#1099847,bsc#1036304)
427 - version 17.6.4 (2)
428
429 -------------------------------------------------------------------
430 Thu Aug 30 16:44:56 CEST 2018 - ma@suse.de
431
432 - Check for not imported keys after multi key import from rpmdb
433   (bsc#1096217)
434 - version 17.6.3 (2)
435
436 -------------------------------------------------------------------
437 Tue Aug 21 18:46:35 CEST 2018 - ma@suse.de
438
439 - fixup! Add filesize check for downloads with known size (bsc#408814)
440   Fix detetction of metalink downloads and prevent aborting if
441   a metalink file is larger than the expected data file.
442 - version 17.6.2 (2)
443
444 -------------------------------------------------------------------
445 Fri Aug 17 14:52:14 CEST 2018 - ma@suse.de
446
447 - Adapt to changes in libgpgme11-11.1.0 breaking the signature
448   verification (bsc#1100427)
449 - Use %license (bsc#1082318)
450 - BuildRequires:  libsolv-devel >= 0.6.35 (for bsc#1100095)
451 - changes: add CVE numbers
452 - version 17.6.1 (2)
453
454 -------------------------------------------------------------------
455 Fri Aug  3 11:11:25 CEST 2018 - ma@suse.de
456
457 - RepoInfo::provideKey: add report telling where we look for missing
458   keys.
459 - Support listing gpgkey URLs in repo files (bsc#1088037)
460 - Add new report to request user approval for importing a package key
461 - Handle http error 502 Bad Gateway in curl backend (bsc #1070851)
462   (fixes openSUSE/zypper#177)
463 - Add filesize check for downloads with known size (bsc#408814)
464 - Removed superfluous space in translation (bsc#1102019)
465 - version 17.6.0 (2)
466
467 -------------------------------------------------------------------
468 Thu Jul 19 12:57:21 CEST 2018 - ma@suse.de
469
470 - Prevent the system from sleeping during a commit
471   (fixes openSUSE/zypper#135)
472 - RepoManager: Explicitly request repo2solv to generate application
473   pseudo packages.
474 - version 17.5.2 (2)
475
476 -------------------------------------------------------------------
477 Wed Jul 18 10:55:49 CEST 2018 - ma@suse.de
478
479 - libzypp-devel should not require cmake (bsc#1101349)
480 - Avoid zombies from ExternalProgram
481 - Update ApiConfig
482 - fix typo
483 - version 17.5.1 (2)
484
485 -------------------------------------------------------------------
486 Mon Jul  9 14:43:15 CEST 2018 - ma@suse.de
487
488 - HardLocksFile: Prevent against empty commit without Target having
489   been been loaded (bsc#1096803)
490 - lsof: use '-K i' if lsof supports it (bsc#1099847)
491 - PackageProvider: Validate deta rpms before caching (bsc#1091624,
492   bsc#1088705, CVE-2018-7685)
493 - PackageProvider: Validate downloaded rpm package signatures
494   before caching (bsc#1091624, bsc#1088705, CVE-2018-7685)
495 - version 17.5.0 (2)
496
497 -------------------------------------------------------------------
498 Mon Jun 25 10:48:55 CEST 2018 - ma@suse.de
499
500 - Flags: make it std=c++14 ready
501 - Replace 'redhat-release' with generic 'system-release' (#120)
502 - Ignore /var, /tmp and /proc in zypper ps (bsc#1096617)
503 - Show GPGME version in log
504 - version 17.4.0 (2)
505
506 -------------------------------------------------------------------
507 Thu Apr 26 18:07:11 CEST 2018 - ma@suse.de
508
509 - Avoid zombie tar processes (bsc#1076192)
510 - Replace the terminology 'uninstallable' with 'not installable'
511   (bsc#1029392)
512 - version 17.3.1 (2)
513
514 -------------------------------------------------------------------
515 Mon Apr  9 13:11:50 CEST 2018 - ma@suse.de
516
517 - Show progressbar when running posttrans scripts
518 - Execute service plugin script chrooted to the RepoManagers root
519   (bsc#1080693)
520 - Make sure the product file comes from /etc/products.d for the
521   fallback product search (bsc#1086602)
522 - Introduce ZConfig::repoManagerRoot to support having diverging
523   target and repomanager root paths
524 - Rename `stderr` as it can be a macro (fixes #102)
525 - version 17.3.0 (2)
526
527 -------------------------------------------------------------------
528 Tue Mar 13 18:03:42 CET 2018 - ma@suse.de
529
530 - Protect code against broken translations (bsc#1082711)
531 - Fix broken translated format strings
532 - Deprecate the use of asciidoc for new releases
533 - version 17.2.2 (2)
534
535 -------------------------------------------------------------------
536 Wed Mar  7 11:22:02 CET 2018 - ma@suse.de
537
538 - PoolQuery::addDependency add overload to define an individual
539   Match::Mode (bsc#1043166)
540 - version 17.2.1 (2)
541
542 -------------------------------------------------------------------
543 Thu Mar  1 17:46:39 CET 2018 - bzeller@suse.de
544
545 - Add /var/lib/gdm to CheckAccessDeleted blacklist (bsc#1079991)
546 - Use gpgme instead of calling gpg2 binary directly
547 - Fix leak in Digest.cc (bsc#1075978)
548 - version 17.2.0 (2)
549
550 -------------------------------------------------------------------
551 Tue Feb 20 18:03:24 CET 2018 - ma@suse.de
552
553 - RpmDb::checkPackage: fix parsing localized rpm output (bsc#1076415)
554 - Replace libexpat with libxml
555 - Fix libzypp tests failing with `-Wp,-D_GLIBCXX_ASSERTIONS`
556   compiler flag (fixes #84)
557 - BuildRequire gpg2 as testcases need it (fixes #84)
558 - version 17.1.3 (0)
559
560 -------------------------------------------------------------------
561 Fri Feb  2 16:07:08 CET 2018 - ma@suse.de
562
563 - Fix crash when installing broken rpm packages (bsc#1078284)
564 - Testcase: Minor fix writing update testcases
565 - version 17.1.2 (0)
566
567 -------------------------------------------------------------------
568 Mon Jan 15 17:01:33 CET 2018 - ma@suse.de
569
570 - Adapt rpm package verification to changes in rpm-4.14 (bsc#1076018)
571 - version 17.1.1 (0)
572
573 -------------------------------------------------------------------
574 Thu Jan  4 17:49:06 CET 2018 - ma@suse.de
575
576 - plugin: don't reject header values containing a ':' (bsc#1074687)
577 - Locks: Don't store duplicate locks (bsc#969569)
578 - version 17.1.0 (0)
579
580 -------------------------------------------------------------------
581 Wed Dec  6 13:29:42 CET 2017 - ma@suse.de
582
583 - Fix default for solver.allowNameChange (bsc#1071466)
584 - version 17.0.5 (0)
585
586 -------------------------------------------------------------------
587 Mon Dec  4 11:09:24 CET 2017 - ma@suse.de
588
589 - Stop BuildRequire dropped boost-devel (bsc#1062782)
590 - version 17.0.4 (0)
591
592 -------------------------------------------------------------------
593 Tue Nov 28 18:21:51 CET 2017 - ma@suse.de
594
595 - When importing multiple keys, export the individual keys
596   ascii armored for import into the rpmdb (bsc#1069381)
597 - version 17.0.3 (0)
598
599 -------------------------------------------------------------------
600 Thu Nov 23 12:33:51 CET 2017 - ma@suse.de
601
602 - Don't filter procs with a different mnt namespace (bsc#1068708)
603 - Support repo variables in an URIs host:port component
604   (bsc#1057640, bsc#1067605)
605 - version 17.0.2 (0)
606
607 -------------------------------------------------------------------
608 Fri Nov 10 15:25:20 CET 2017 - ma@suse.de
609
610 - Solvable: fix inconsistent retrieval of mediaNr (bsc#1065677)
611 - version 17.0.1 (0)
612
613 -------------------------------------------------------------------
614 Tue Nov  7 16:14:31 CET 2017 - ma@suse.de
615
616 - Locale: Fix possible segfault (bsc#1064999)
617 - RpmDb: Remove excess keys in the zypp keyring when exporting keys only
618   (bsc#1064380)
619 - KeyRing: Fix deleted keys not removed from rpmdb too (bsc#1064380)
620 - Flag gpg keycache dirty when adding/removing keys (bsc#1064380)
621 - Version 17.x for CODE-15, 16.x. is continued on SuSE-SLE-12-SP2-Branch
622 - version 17.0.0 (0)
623
624 -------------------------------------------------------------------
625 Thu Oct 12 18:04:38 CEST 2017 - ma@suse.de
626
627 - Fix media handling in presence of a repo path prefix (bsc#1062561)
628 - version 16.17.3 (0)
629
630 -------------------------------------------------------------------
631 Wed Oct 11 16:29:48 CEST 2017 - ma@suse.de
632
633 - Fix RepoProvideFile ignoring a repo path prefix (bsc#1062561)
634 - version 16.17.2 (0)
635
636 -------------------------------------------------------------------
637 Fri Sep 22 12:16:34 CEST 2017 - ma@suse.de
638
639 - Default to 'solver.dupAllowVendorChange = false' on SLE15
640   (FATE#323478)
641 - Remove unused legacy notify-message script (bsc#1058783)
642 - version 16.17.1 (0)
643
644 -------------------------------------------------------------------
645 Fri Sep  8 18:05:30 CEST 2017 - ma@suse.de
646
647 - Support multiple product licenses in repomd (FATE#322276)
648 - version 16.17.0 (0)
649
650 -------------------------------------------------------------------
651 Thu Sep  7 12:27:44 CEST 2017 - ma@suse.de
652
653 - Propagate 'rpm --import' errors (bsc#1057188)
654 - Fix typos in zypp.conf
655 - version 16.16.0 (0)
656
657 -------------------------------------------------------------------
658 Mon Aug 28 16:05:36 CEST 2017 - ma@suse.de
659
660 - Add testcase to compile (bsc#1055920)
661 - version 16.15.6 (0)
662
663 -------------------------------------------------------------------
664 Fri Aug 25 14:08:43 CEST 2017 - ma@suse.de
665
666 - Adapt to work with GnuPG 2.1.23 (bsc#1054088)
667 - version 16.15.5 (0)
668
669 -------------------------------------------------------------------
670 Fri Aug 25 12:51:43 CEST 2017 - ma@suse.de
671
672 - verifyFileSignature: Support signing with subkeys (bsc#1008325)
673 - PublicKey: Scan and provide subkey information.
674 - Enhance sort order for media.1/products (bsc#1054671)
675 - Drop detection and support for rpm-4.4 (fixes #77)
676 - version 16.15.4 (0)
677
678 -------------------------------------------------------------------
679 Fri Aug 11 15:29:40 CEST 2017 - ma@suse.de
680
681 - RepoInfo: add enum GpgCheck for convenient gpgcheck mode handling
682   (bsc#1045735)
683 - Fix repo/pkg checks to follow explicitly defined gpgcheck in a
684   .repo file
685 - version 16.15.3 (0)
686
687 -------------------------------------------------------------------
688 Fri Jul 21 13:26:48 CEST 2017 - ma@suse.de
689
690 - Weaken fix for bsc#1038984 if 'gpgcheck=0' in libzypp-16.15.x only.
691   This will allow some already released products to adapt to the
692   behavioral changes introduced by fixing bsc#1038984, while systems
693   with a default configuration (gpgcheck=1) already benefit from
694   the fix in libzypp-16.15.x. For details see section
695   'Signature checking' in /etc/zypp/zypp.conf.
696 - Fix gpg-pubkey release (creation time) computation (bsc#1036659)
697 - update lsof blacklist (bsc#1046417)
698 - version 16.15.2 (0)
699
700 -------------------------------------------------------------------
701 Tue Jul 18 13:18:16 CEST 2017 - ma@suse.de
702
703 - Be sure bad packages do not stay in the cache
704   (bsc#1045735, CVE-2017-9269)
705 - version 16.15.1 (0)
706
707 -------------------------------------------------------------------
708 Mon Jul 17 16:38:14 CEST 2017 - ma@suse.de
709
710 - PackageProvider: enforce a signed package if pkgGpgCheckIsMandatory
711 - Add RpmDb::checkPackageSignature to report unsigned packages
712 - Fix repo gpg check workflows, mainly for unsigned repos and packages
713   (bsc#1045735, bsc#1038984, CVE-2017-7435, CVE-2017-7436, CVE-2017-9269)
714 - version 16.15.0 (0)
715
716 -------------------------------------------------------------------
717 Wed Jul 12 17:06:14 CEST 2017 - ma@suse.de
718
719 - repo refresh: Re-probe if the repository type changes (bsc#1048315)
720 - MediaCurl: Propagate proper error code to DownloadProgressReport
721   (bsc#1047785)
722 - Allow to trigger an appdata refresh unconditionally (bsc#1009745)
723 - Support custom repo variables defined in /etc/zypp/vars.d (fixes #68)
724 - rename: handle EXDEV error on OverlayFS
725 - version 16.14.0 (0)
726
727 -------------------------------------------------------------------
728 Fri Jun 30 14:25:29 CEST 2017 - ma@suse.de
729
730 - Adapt loop mounting of iso images (bsc#1038132, bsc#1033236)
731 - Adjust zypp.conf for openSUSE Tumbleweed (bsc#1031756)
732 - Change arch variable names conflicting with compiler macros (fixes #70)
733 - Fix potential crash if repo has no baseurl (bnc#1043218)
734 - version 16.13.0 (0)
735
736 -------------------------------------------------------------------
737 Wed May 31 11:49:07 CEST 2017 - ma@suse.de
738
739 - Testcase: add missing solver flags (bsc#1041889)
740 - version 16.12.0 (0)
741
742 -------------------------------------------------------------------
743 Fri May 12 11:36:52 CEST 2017 - ma@suse.de
744
745 - add identIsAutoInstalled convenience methods
746 - make gcc6 happy
747 - version 16.11.0 (0)
748
749 -------------------------------------------------------------------
750 Thu May 11 15:23:28 CEST 2017 - ma@suse.de
751
752 - Use a common workflow for downloading packages and srcpackages.
753   This includes a common way of handling and reposrting gpg signature
754   and checks. (bsc#1037210)
755 - PackageProvider: as well support downloading SrcPackage (for bsc#1037210)
756 - version 16.10.0 (0)
757
758 -------------------------------------------------------------------
759 Thu Apr 27 16:03:32 CEST 2017 - ma@suse.de
760
761 - PoolQuery: Treat explicit queries for 'kind:name' correctly
762   (bsc#1035729)
763 - version 16.9.0 (0)
764
765 -------------------------------------------------------------------
766 Fri Apr 21 16:23:51 CEST 2017 - ma@suse.de
767
768 - Add API to control resolver job to update all packages (FATE#320653)
769 - Remove legacy vendor equivalence between 'suse' and 'opensuse'
770   (bsc#1030686)
771 - version 16.8.0 (0)
772
773 -------------------------------------------------------------------
774 Fri Apr 21 09:40:32 CEST 2017 - ma@suse.de
775
776 - RepoInfo: Allow temporary repos to control their metadata
777   directories (bsc#1032632)
778 - Arch: add armv5tl
779 - version 16.7.0 (0)
780
781 -------------------------------------------------------------------
782 Thu Mar 30 15:00:30 CEST 2017 - ma@suse.de
783
784 - Recognize license tarball in rpmmd repos (FATE#316159)
785 - Fix media verification to properly propagate media access errors
786   (bsc#1031093)
787 - version 16.6.1 (0)
788
789 -------------------------------------------------------------------
790 Mon Mar 27 17:10:52 CEST 2017 - ma@suse.de
791
792 - Fix invalidation of PoolItems if Pool IDs are reused (bsc#1028661)
793 - version 16.6.0 (0)
794
795 -------------------------------------------------------------------
796 Mon Mar 27 09:33:26 CEST 2017 - ma@suse.de
797
798 - Fix X-libcurl-Empty-Header-Workaround (bsc#1030919)
799 - version 16.5.2 (0)
800
801 -------------------------------------------------------------------
802 Tue Mar 21 13:38:08 CET 2017 - ma@suse.de
803
804 - MediaCurl: Treat http response 410(Gone) like 404(Not Found)
805   (bsc#1030136)
806 - version 16.5.1 (0)
807
808 -------------------------------------------------------------------
809 Thu Mar 16 14:06:03 CET 2017 - ma@suse.de
810
811 - Support multi-volume repomd repositories (FATE#320544)
812 - MediaCurl: ZYPP_MEDIA_CURL_IPRESOLVE=<4|6> to force name resolution
813   to IPv4/IPv6 only (fixes openSUSE/zypper#49)
814 - Add support for openssl >= 1.1
815 - version 16.5.0 (0)
816
817 -------------------------------------------------------------------
818 Mon Feb 20 10:10:43 CET 2017 - ma@suse.de
819
820 - PublicKey: Create tmpdirs inside ZYpp::tmpPath (bsc#926844)
821 - Don't create AnonymousUniqueId in chroot (bsc#1024741)
822 - version 16.4.3 (0)
823
824 -------------------------------------------------------------------
825 Tue Feb 14 12:07:14 CET 2017 - ma@suse.de
826
827 - dumpAsXmlOnL: xml escape node content (bsc#1024909)
828 - version 16.4.2 (0)
829
830 -------------------------------------------------------------------
831 Fri Feb  3 13:40:04 CET 2017 - ma@suse.de
832
833 - MediaMultiCurl: Trigger aliveCallback when downloading metalink
834   files (bsc#1021291)
835 - version 16.4.1 (0)
836
837 -------------------------------------------------------------------
838 Thu Jan 26 13:03:37 CET 2017 - ma@suse.de
839
840 - Add API for updating the AutoInstalled db
841 - MediaCD: Fix mountpoint creation after failing udf mount (bsc#1022046)
842 - fix misleading indentation (fixes #65)
843 - Fix compilation error reported by GCC7 (#63).
844 - Prefer calling "repo2solv" rather than "repo2solv.sh"
845 - version 16.4.0 (0)
846
847 -------------------------------------------------------------------
848 Wed Dec 14 12:24:23 CET 2016 - ma@suse.de
849
850 - Don't raise FileCheckException if user accepted a package with wrong
851   digest (bsc#1014265)
852 - Also provide the exception history when requesting a media failed
853   (bsc#1010952)
854 - version 16.3.2 (0)
855
856 -------------------------------------------------------------------
857 Tue Oct 11 18:04:18 CEST 2016 - ma@suse.de
858
859 - Let 'dup --from' leave an updateTestcase-<DATE> in /var/log (bsc#1004096)
860 - version 16.3.1 (0)
861
862 -------------------------------------------------------------------
863 Tue Oct 11 11:41:47 CEST 2016 - ma@suse.de
864
865 - RepoInfo: Allow parsing multiple gpgkey= URLs (bsc#1003748)
866 - version 16.3.0 (0)
867
868 -------------------------------------------------------------------
869 Tue Sep 20 11:41:48 CEST 2016 - ma@suse.de
870
871 - guessPackageSpec: Don't break globbing (fixes openSUSE/zypper#97)
872 - version 16.2.5 (0)
873
874 -------------------------------------------------------------------
875 Thu Sep 15 15:27:15 CEST 2016 - ma@suse.de
876
877 - RepoFileReader: fix parsing of multiline url entries (bsc#964932)
878 - Allow repo type 'rpm' as alias for 'rpm-md' (fixes openSUSE/zypper#100)
879 - version 16.2.4 (0)
880
881 -------------------------------------------------------------------
882 Fri Sep  9 16:43:30 CEST 2016 - ma@suse.de
883
884 - xmlout::Node:  Allow adding nore attributes while the start node
885   is not closed (FATE#320699)
886 - Fixes broken XML output introduced by an unwanted change in 16.2.2
887   (bsc#998344)
888 - version 16.2.3 (0)
889
890 -------------------------------------------------------------------
891 Wed Aug 10 17:10:41 CEST 2016 - ma@suse.de
892
893 - Report numeric curl error if code is unrecognized (bsc#992302)
894 - multicurl: propagate proxy settings stored in repo url (bsc#933839)
895 - version 16.2.2 (0)
896
897 -------------------------------------------------------------------
898 Thu Jul 21 13:09:33 CEST 2016 - ma@suse.de
899
900 - Rebuild .solv-files not matching the parsers LIBSOLV_TOOLVERSION
901 - BuildRequires:  libsolv-devel >= 0.6.23
902 - version 16.2.1 (0)
903
904 -------------------------------------------------------------------
905 Mon Jul 18 16:36:25 CEST 2016 - ma@suse.de
906
907 - Product: Offer tri-state hasEndOfLife details (FATE#320699)
908 - version 16.2.0 (0)
909
910 -------------------------------------------------------------------
911 Thu Jul 14 19:02:57 CEST 2016 - ma@suse.de
912
913 - use more user friendly command names for "zypper ps" (bsc#980541)
914 - version 16.1.3 (0)
915
916 -------------------------------------------------------------------
917 Thu Jul 14 15:39:03 CEST 2016 - ma@suse.de
918
919 - Don't do media number substitution on URLs of medium #1 (bsc#798470)
920 - version 16.1.2 (0)
921
922 -------------------------------------------------------------------
923 Tue Jul  5 11:39:11 CEST 2016 - ma@suse.de
924
925 - Fix Shrink pool if all repos are removed (bsc#899755, bsc#987573)
926 - version 16.1.1 (0)
927
928 -------------------------------------------------------------------
929 Fri Jun 24 12:33:29 CEST 2016 - ma@suse.de
930
931 - API enahncements for zypper (FATE#320447)
932 - version 16.1.0 (0)
933
934 -------------------------------------------------------------------
935 Tue Jun 21 11:11:03 CEST 2016 - ma@suse.de
936
937 - Filter duplicate resolver solutions (bsc#985674)
938 - zypp.conf: Add download.media_mountdir: Path where media are
939   preferably mounted or downloaded (FATE#319462)
940 - version 16.0.5 (0)
941
942 -------------------------------------------------------------------
943 Wed Jun 15 12:36:27 CEST 2016 - ma@suse.de
944
945 - Fix bug in removeRepository which may keep an empty .repo file
946   rather than deleting it (bsc#984494)
947 - version 16.0.4 (0)
948
949 -------------------------------------------------------------------
950 Mon Jun 13 12:53:03 CEST 2016 - ma@suse.de
951
952 - Shrink pool if all repos are removed (bnc#899755)
953 - Avoid direct BuildRequire on libudev-devel (#60)
954 - version 16.0.3 (0)
955
956 -------------------------------------------------------------------
957 Tue Jun  7 18:43:31 CEST 2016 - ma@suse.de
958
959 - Allow PackageKit to drop the zypp lock (bnc#899755)
960 - Avoid superfluous rebuilding of indices when solving
961 - version 16.0.2 (0)
962
963 -------------------------------------------------------------------
964 Sun Jun  5 16:12:42 CEST 2016 - ma@suse.de
965
966 - po: upadte makefiles
967 - DefaultIntegral: provide asString (for FATE#320447)
968 - version 16.0.1 (0)
969
970 -------------------------------------------------------------------
971 Fri May 13 08:45:53 CEST 2016 - ma@suse.de
972
973 - Prepare cmake to maintain the .pot and .po files in git. Add
974   initial .po file set derived from tarballs. Translations are now
975   maintained via Weblate.
976 - Provide 'libzypp(plugin:services) = 1' after fixing bsc#933760
977 - Bump major version for Factory, 15.x is continued on SuSE-SLE-12-SP1-Branch
978 - version 16.0.0 (0)
979
980 -------------------------------------------------------------------
981 Thu Apr 28 14:17:09 CEST 2016 - ma@suse.de
982
983 - Update sle-zypp-po.tar.bz2
984
985 -------------------------------------------------------------------
986 Thu Apr 28 14:04:36 CEST 2016 - ma@suse.de
987
988 - Update sle-zypp-po.tar.bz2
989
990 -------------------------------------------------------------------
991 Mon Apr 25 14:59:41 CEST 2016 - ma@suse.de
992
993 - Fix credential file parser losing entries with known URL but
994   different user name (bsc#933760)
995 - RepoManager: allow extraction of multiple baseurls for service
996   repos (bsc#964932)
997 - addRepository: fix to use the correct history file for logging
998 - specfile: add /etc/zypp/credentials.d to the file list
999 - version 15.22.0 (19)
1000
1001 -------------------------------------------------------------------
1002 Mon Apr 18 15:03:13 CEST 2016 - ma@suse.de
1003
1004 - RepoindexFileReader: fix service metadata TTL default value (bsc#967828)
1005 - version 15.21.7 (19)
1006
1007 -------------------------------------------------------------------
1008 Fri Apr 15 11:31:08 CEST 2016 - ma@suse.de
1009
1010 - DiskUsageCounter: Limit estimated waste per file (bsc#974275)
1011 - version 15.21.6 (19)
1012
1013 -------------------------------------------------------------------
1014 Fri Mar 18 13:37:22 CET 2016 - ma@suse.de
1015
1016 - Use PluginExecutor for commit- and system-hooks (bnc#971637)
1017 - BuildRequires:  libsolv-devel >= 0.6.19 (bnc#971018)
1018 - version 15.21.5 (19)
1019
1020 -------------------------------------------------------------------
1021 Sun Mar 13 01:13:08 CET 2016 - ma@suse.de
1022
1023 - Update zypp-po.tar.bz2
1024
1025 -------------------------------------------------------------------
1026 Thu Mar 10 01:13:24 CET 2016 - ma@suse.de
1027
1028 - Update zypp-po.tar.bz2
1029
1030 -------------------------------------------------------------------
1031 Tue Mar  1 12:34:53 CET 2016 - ma@suse.de
1032
1033 - media: Send stats header to download.opensuse.org only (bsc#955801)
1034 - fix build-compare (#57, #58)
1035 - version 15.21.4 (19)
1036
1037 -------------------------------------------------------------------
1038 Thu Feb 18 18:38:52 CET 2016 - ma@suse.de
1039
1040 - yum::Downloader: Download only wanted 'susedata.LANG' files
1041   (FATE#320518)
1042 - version 15.21.3 (19)
1043
1044 -------------------------------------------------------------------
1045 Thu Feb  4 16:38:14 CET 2016 - ma@suse.de
1046
1047 - installSrcPackage: trigger progress callback (bsc#580902)
1048 - version 15.21.2 (19)
1049
1050 -------------------------------------------------------------------
1051 Thu Feb  4 01:13:31 CET 2016 - ma@suse.de
1052
1053 - Update zypp-po.tar.bz2
1054
1055 -------------------------------------------------------------------
1056 Fri Jan 29 11:40:51 CET 2016 - ma@suse.de
1057
1058 - Don't buildrequire graphviz-gnome (bsc#964150)
1059 - Unwanted btrfs subvolumes must be filtered by device (not fsid)
1060   (fixes #54)
1061 - version 15.21.1 (19)
1062
1063 -------------------------------------------------------------------
1064 Thu Jan 21 01:13:29 CET 2016 - ma@suse.de
1065
1066 - Update zypp-po.tar.bz2
1067
1068 -------------------------------------------------------------------
1069 Wed Jan 20 17:12:42 CET 2016 - ma@suse.de
1070
1071 - Filter unwanted btrfs subvolumes (fixes #54, closes #55, bnc#949945)
1072 - RepoInfo: Provide access to repo content keywords
1073 - Build with boost-1.60.0
1074 - version 15.21.0 (19)
1075
1076 -------------------------------------------------------------------
1077 Thu Jan 14 01:13:17 CET 2016 - ma@suse.de
1078
1079 - Update zypp-po.tar.bz2
1080
1081 -------------------------------------------------------------------
1082 Thu Jan  7 01:13:28 CET 2016 - ma@suse.de
1083
1084 - Update zypp-po.tar.bz2
1085
1086 -------------------------------------------------------------------
1087 Thu Dec 24 01:13:13 CET 2015 - ma@suse.de
1088
1089 - Update zypp-po.tar.bz2
1090
1091 -------------------------------------------------------------------
1092 Fri Dec 11 19:07:09 CET 2015 - ma@suse.de
1093
1094 - ResPoolProxy: make begin/end pairs Iterable
1095 - String: Format and FormatNAC classes based on boost::format
1096 - DefaultIntegral: provide initial value
1097 - More specific exception message if GPG binary is missing (bsc#637791)
1098 - version 15.20.0 (19)
1099
1100 -------------------------------------------------------------------
1101 Thu Dec 10 01:14:50 CET 2015 - ma@suse.de
1102
1103 - Update zypp-po.tar.bz2
1104
1105 -------------------------------------------------------------------
1106 Thu Dec  3 01:13:11 CET 2015 - ma@suse.de
1107
1108 - Update zypp-po.tar.bz2
1109
1110 -------------------------------------------------------------------
1111 Sun Nov 22 01:13:29 CET 2015 - ma@suse.de
1112
1113 - Update zypp-po.tar.bz2
1114
1115 -------------------------------------------------------------------
1116 Thu Nov 19 01:16:03 CET 2015 - ma@suse.de
1117
1118 - Update sle-zypp-po.tar.bz2
1119
1120 -------------------------------------------------------------------
1121 Thu Nov 19 01:13:40 CET 2015 - ma@suse.de
1122
1123 - Update zypp-po.tar.bz2
1124
1125 -------------------------------------------------------------------
1126 Mon Nov 16 12:27:02 CET 2015 - ma@suse.de
1127
1128 - createPot: Fix plural form detection (bsc#955053)
1129 - version 15.19.7 (19)
1130
1131 -------------------------------------------------------------------
1132 Thu Nov 12 01:13:26 CET 2015 - ma@suse.de
1133
1134 - Update zypp-po.tar.bz2
1135
1136 -------------------------------------------------------------------
1137 Sun Nov  8 01:13:11 CET 2015 - ma@suse.de
1138
1139 - Update zypp-po.tar.bz2
1140
1141 -------------------------------------------------------------------
1142 Fri Nov  6 11:08:46 CET 2015 - ma@suse.de
1143
1144 - Add testcase for uncached repo-variables.
1145 - Fixed Japanese translations (bsc#949196)
1146 - version 15.19.6 (19)
1147
1148 -------------------------------------------------------------------
1149 Fri Nov  6 10:56:44 CET 2015 - ma@suse.de
1150
1151 - Update sle-zypp-po.tar.bz2
1152
1153 -------------------------------------------------------------------
1154 Thu Nov  5 01:15:12 CET 2015 - ma@suse.de
1155
1156 - Update sle-zypp-po.tar.bz2
1157
1158 -------------------------------------------------------------------
1159 Thu Nov  5 01:13:24 CET 2015 - ma@suse.de
1160
1161 - Update zypp-po.tar.bz2
1162
1163 -------------------------------------------------------------------
1164 Tue Nov  3 10:52:01 CET 2015 - ma@suse.de
1165
1166 - Update sle-zypp-po.tar.bz2
1167
1168 -------------------------------------------------------------------
1169 Tue Nov  3 10:51:43 CET 2015 - ma@suse.de
1170
1171 - Update zypp-po.tar.bz2
1172
1173 -------------------------------------------------------------------
1174 Fri Oct 23 17:10:18 CEST 2015 - ma@suse.de
1175
1176 - Fix broken product: <-> -release package relation (bnc#951782)
1177 - version 15.19.5 (19)
1178
1179 -------------------------------------------------------------------
1180 Thu Oct 22 12:23:29 CEST 2015 - ma@suse.de
1181
1182 - Use a uniform translation set for SLE and openSUSE (bnc#948924)
1183 - fix Plugin-services not updating repo GPGCheck settings (bnc#951402)
1184 - version 15.19.4 (19)
1185
1186 -------------------------------------------------------------------
1187 Sun Oct 18 01:13:27 CEST 2015 - ma@suse.de
1188
1189 - Update zypp-po.tar.bz2
1190
1191 -------------------------------------------------------------------
1192 Thu Oct 15 01:13:57 CEST 2015 - ma@suse.de
1193
1194 - Update zypp-po.tar.bz2
1195
1196 -------------------------------------------------------------------
1197 Wed Oct 14 16:36:27 CEST 2015 - ma@suse.de
1198
1199 - make Solvable::asUserString more readable (bnc#949957)
1200 - version 15.19.3 (19)
1201
1202 -------------------------------------------------------------------
1203 Sun Oct 11 01:13:12 CEST 2015 - ma@suse.de
1204
1205 - Update zypp-po.tar.bz2
1206
1207 -------------------------------------------------------------------
1208 Thu Oct  8 01:14:43 CEST 2015 - ma@suse.de
1209
1210 - Update zypp-po.tar.bz2
1211
1212 -------------------------------------------------------------------
1213 Wed Oct  7 13:11:48 CEST 2015 - ma@suse.de
1214
1215 - fix suse_version test (bsc#949046)
1216 - version 15.19.2 (19)
1217
1218 -------------------------------------------------------------------
1219 Wed Oct  7 11:06:24 CEST 2015 - ma@suse.de
1220
1221 - Locks: fix using namespaces (for FATE#318299)
1222 - version 15.19.1 (19)
1223
1224 -------------------------------------------------------------------
1225 Mon Oct  5 12:27:49 CEST 2015 - ma@suse.de
1226
1227 - fix reserved identifier violation (fixes #51)
1228 - solver: speed up collecting pool data to build the job queue
1229 - doc: short abstract about 'Code 12 Application Metadata'
1230 - version 15.19.0 (19)
1231
1232 -------------------------------------------------------------------
1233 Tue Sep 29 17:51:48 CEST 2015 - ma@suse.de
1234
1235 - solver verify: multiversion property needs to be assigned to
1236   installed items too.
1237 - ZYppCommitResult: add attemptToModify to indicate an attempt to
1238   actually install/remove was made (bsc#946750, FATE#319467)
1239 - version 15.18.0 (14)
1240
1241 -------------------------------------------------------------------
1242 Mon Sep 28 12:19:26 CEST 2015 - ma@suse.de
1243
1244 - SetTracker: fix computation of change sets (bsc#946898)
1245 - version 15.17.2 (14)
1246
1247 -------------------------------------------------------------------
1248 Fri Sep 25 11:42:28 CEST 2015 - ma@suse.de
1249
1250 - Pattern: support dynamic computation of pattern visibility (bsc#900769)
1251 - Avoid URL rewrite if probing local cache directories (bsc#946129)
1252 - version 15.17.1 (14)
1253
1254 -------------------------------------------------------------------
1255 Mon Sep 21 16:57:45 CEST 2015 - ma@suse.de
1256
1257 - Dummy (FATE#318827) to make Sles-changelog-checker stop whining.
1258 - version 15.17.0 (14)
1259
1260 -------------------------------------------------------------------
1261 Mon Sep 21 16:09:50 CEST 2015 - ma@suse.de
1262
1263 - Glob: fix reserved identifier violation
1264 - version 15.16.2 (14)
1265
1266 -------------------------------------------------------------------
1267 Tue Sep 15 15:02:45 CEST 2015 - ma@suse.de
1268
1269 - CheckAccessDeleted: Identify services by systemd cgroup (FATE#318827)
1270 - version 15.16.1 (14)
1271
1272 -------------------------------------------------------------------
1273 Mon Sep 14 12:21:30 CEST 2015 - ma@suse.de
1274
1275 - Reload multiversion setting from the target zypp.conf (bnc#906096)
1276 - version 15.16.0 (14)
1277
1278 -------------------------------------------------------------------
1279 Sun Sep 13 01:15:26 CEST 2015 - ma@suse.de
1280
1281 - Update sle-zypp-po.tar.bz2
1282
1283 -------------------------------------------------------------------
1284 Sun Sep 13 01:13:30 CEST 2015 - ma@suse.de
1285
1286 - Update zypp-po.tar.bz2
1287
1288 -------------------------------------------------------------------
1289 Thu Sep 10 01:16:00 CEST 2015 - ma@suse.de
1290
1291 - Update sle-zypp-po.tar.bz2
1292
1293 -------------------------------------------------------------------
1294 Fri Sep  4 13:49:33 CEST 2015 - ma@suse.de
1295
1296 - Don't cache repo releasever (bnc#943563)
1297 - Selectable: allow setPickStatus for non-multiversion packages
1298   (bnc#943870)
1299 - ResPoolProxy: add ScopedSaveState
1300 - version 15.15.0 (14)
1301
1302 -------------------------------------------------------------------
1303 Tue Sep  1 18:19:27 CEST 2015 - ma@suse.de
1304
1305 - zypp.conf: add solver.dupAllow{Downgrade,NameChange,ArchChange,
1306   VendorChange} default options for tuning distribution upgrades.
1307 - Remove obsolete method (bsc#941398) (fixes #50)
1308 - fix invalid XML (bnc#942518)
1309 - version 15.14.0 (14)
1310
1311 -------------------------------------------------------------------
1312 Sun Aug 30 01:13:07 CEST 2015 - ma@suse.de
1313
1314 - Update zypp-po.tar.bz2
1315
1316 -------------------------------------------------------------------
1317 Thu Aug 27 01:14:20 CEST 2015 - ma@suse.de
1318
1319 - Update sle-zypp-po.tar.bz2
1320
1321 -------------------------------------------------------------------
1322 Thu Aug 20 01:13:09 CEST 2015 - ma@suse.de
1323
1324 - Update zypp-po.tar.bz2
1325
1326 -------------------------------------------------------------------
1327 Sun Aug 16 01:13:23 CEST 2015 - ma@suse.de
1328
1329 - Update zypp-po.tar.bz2
1330
1331 -------------------------------------------------------------------
1332 Thu Aug 13 18:16:52 CEST 2015 - ma@suse.de
1333
1334 - Support caching of service metadata. A TTL for the service
1335   metadata may be provided in the repoindex.xml itself. The
1336   default is 'no caching'. (FATE#318136)
1337 - Fix setting dup_allow* solver options (bnc#941463)
1338 - Don't make zypper encode {} around repo vars (bnc#941453)
1339 - version 15.13.0 (11)
1340
1341 -------------------------------------------------------------------
1342 Thu Aug 13 01:13:43 CEST 2015 - ma@suse.de
1343
1344 - Update zypp-po.tar.bz2
1345
1346 -------------------------------------------------------------------
1347 Tue Aug 11 18:48:57 CEST 2015 - ma@suse.de
1348
1349 - History: Add 'command' tag showing who triggered the commit.
1350   The corresponding HistoryLogData class for parsing is
1351   HistoryLogDataStampCommand. Available data are the commandline
1352   executed, user@hostname and userdata/transactionID. (FATE#312298)
1353 - Add convenience comparison PoolItem<>ResObject::constPtr
1354 - Fixes for SWIG 2.x
1355 - version 15.12.0 (11)
1356
1357 -------------------------------------------------------------------
1358 Mon Aug 10 16:22:06 CEST 2015 - ma@suse.de
1359
1360 - Make multiversion an individual solvables property (FATE#318778)
1361 - SolvableType: common api to access solvable properties
1362 - Support for MIPS architectures
1363 - version 15.11.0 (11)
1364
1365 -------------------------------------------------------------------
1366 Sun Aug  9 01:13:24 CEST 2015 - ma@suse.de
1367
1368 - Update zypp-po.tar.bz2
1369
1370 -------------------------------------------------------------------
1371 Sun Aug  2 01:13:27 CEST 2015 - ma@suse.de
1372
1373 - Update zypp-po.tar.bz2
1374
1375 -------------------------------------------------------------------
1376 Thu Jul 30 16:13:49 CEST 2015 - ma@suse.de
1377
1378 - Resolver: Track changed requested locales and adjust installed
1379   packages accordingly. (part of FATE#318099)
1380 - Testcase: Store autoinstalled packages
1381 - Locale: Make it IdString based
1382 - Get rid of std::tr1:: hashes
1383 - Flags: Fix to work with 'enum class'
1384 - Hide away resolver internals
1385 - version 15.10.0 (10)
1386
1387 -------------------------------------------------------------------
1388 Thu Jul 30 01:13:30 CEST 2015 - ma@suse.de
1389
1390 - Update zypp-po.tar.bz2
1391
1392 -------------------------------------------------------------------
1393 Tue Jul 28 14:14:54 CEST 2015 - ma@suse.de
1394
1395 - Update sle-zypp-po.tar.bz2
1396
1397 -------------------------------------------------------------------
1398 Mon Jul 27 09:30:38 CEST 2015 - ma@suse.de
1399
1400 - Update zypp-po.tar.bz2
1401
1402 -------------------------------------------------------------------
1403 Sun Jul 26 01:13:37 CEST 2015 - ma@suse.de
1404
1405 - Update zypp-po.tar.bz2
1406
1407 -------------------------------------------------------------------
1408 Thu Jul 16 01:13:33 CEST 2015 - ma@suse.de
1409
1410 - Update zypp-po.tar.bz2
1411
1412 -------------------------------------------------------------------
1413 Sun Jul 12 01:13:20 CEST 2015 - ma@suse.de
1414
1415 - Update zypp-po.tar.bz2
1416
1417 -------------------------------------------------------------------
1418 Thu Jul  9 16:43:12 CEST 2015 - ma@suse.de
1419
1420 - Resolver allow tuning DUP mode solver flags (FATE#319128)
1421 - version 15.9.0 (5)
1422
1423 -------------------------------------------------------------------
1424 Fri Jul  3 08:23:04 CEST 2015 - ma@suse.de
1425
1426 - Flags<Enum>: add stringify
1427 - add asString for Patch::InteractiveFlag
1428 - version 15.8.0 (5)
1429
1430 -------------------------------------------------------------------
1431 Thu Jul  2 01:13:24 CEST 2015 - ma@suse.de
1432
1433 - Update zypp-po.tar.bz2
1434
1435 -------------------------------------------------------------------
1436 Wed Jul  1 14:00:42 CEST 2015 - ma@suse.de
1437
1438 - add asString for Patch::Category
1439 - version 15.7.0 (5)
1440
1441 -------------------------------------------------------------------
1442 Mon Jun 29 17:43:00 CEST 2015 - ma@suse.de
1443
1444 - Fix lost pathname when importing repo keys (bnc#936373)
1445 - Disable code swig does not understand
1446 - version 15.6.0 (5)
1447
1448 -------------------------------------------------------------------
1449 Sat Jun 27 17:07:32 CEST 2015 - ma@suse.de
1450
1451 - Patch: fixup testing Category and Severity flags (FATE#318760)
1452 - version 15.5.0 (5)
1453
1454 -------------------------------------------------------------------
1455 Fri Jun 12 12:14:04 CEST 2015 - ma@suse.de
1456
1457 - Add details to the default signature verification problem report
1458 - PathInfo: Avoid ExternalProgram in clean_dir
1459 - call rpmdb2solv without executing user-supplied scripts (bnc#926853)
1460 - version 15.4.1 (3)
1461
1462 -------------------------------------------------------------------
1463 Thu Jun 11 01:13:31 CEST 2015 - ma@suse.de
1464
1465 - Update zypp-po.tar.bz2
1466
1467 -------------------------------------------------------------------
1468 Thu Jun  4 01:13:22 CEST 2015 - ma@suse.de
1469
1470 - Update zypp-po.tar.bz2
1471
1472 -------------------------------------------------------------------
1473 Wed Jun  3 13:00:59 CEST 2015 - ma@suse.de
1474
1475 - Enhance solv.idx file handling to support zypper bash completion
1476 - Fix SSL client certificate authentication via URL option
1477   ssl_clientcert/ssl_clientkey (bnc#932393)
1478 - version 15.4.0 (3)
1479
1480 -------------------------------------------------------------------
1481 Thu May 28 01:13:23 CEST 2015 - ma@suse.de
1482
1483 - Update zypp-po.tar.bz2
1484
1485 -------------------------------------------------------------------
1486 Sun May 24 18:17:38 CEST 2015 - ma@suse.de
1487
1488 - Downloader: Accept unsigned repository if pkgGpgCheck is ON.
1489 - FindFileConflicts: avoid nested exception on user abort (bnc#931601)
1490 - Support for *.check files in the systemCheck.d directory (#45)
1491 - version 15.3.0 (3)
1492
1493 -------------------------------------------------------------------
1494 Sun May 24 01:13:19 CEST 2015 - ma@suse.de
1495
1496 - Update zypp-po.tar.bz2
1497
1498 -------------------------------------------------------------------
1499 Mon May 18 10:46:10 CEST 2015 - ma@suse.de
1500
1501 - zypp.conf: Add config values for gpgcheck, repo_gpgcheck
1502   and pkg_gpgcheck. The default behavior 'gpgcheck=On' will
1503   automatically turn on the gpg signature check for packages
1504   downloaded from repository with unsigned metadata. If the
1505   repo metadata are signed, a faster comparison via checksums
1506   is done. By explicitly setting repo_gpgcheck or pkg_gpgcheck
1507   you can enforce the signature check of repository metadata
1508   or downloaded packages to be always performed. Those defaults
1509   can be overwritten per repository. (FATE#314603)
1510 - version 15.2.0 (2)
1511
1512 -------------------------------------------------------------------
1513 Wed May 13 14:04:04 CEST 2015 - ma@suse.de
1514
1515 - Write solv.idx to speed up bash tab completion (bnc#928650)
1516 - version 15.1.3 (1)
1517
1518 -------------------------------------------------------------------
1519 Fri May  8 11:44:44 CEST 2015 - ma@suse.de
1520
1521 - gcc5 fixes
1522 - Fix repo alias containing ']' not handled correctly (bnc#929528)
1523 - Fix SEGV when dumping rpm header with epoch (bnc#929483)
1524 - version 15.1.2 (1)
1525
1526 -------------------------------------------------------------------
1527 Mon Apr 27 14:43:53 CEST 2015 - ma@suse.de
1528
1529 - PubliKey: fix reference to temporary data
1530 - version 15.1.1 (1)
1531
1532 -------------------------------------------------------------------
1533 Thu Apr 23 01:13:15 CEST 2015 - ma@suse.de
1534
1535 - Update zypp-po.tar.bz2
1536
1537 -------------------------------------------------------------------
1538 Wed Apr 22 10:50:00 CEST 2015 - ma@suse.de
1539
1540 - ZYpp: Changed ZYpp::Ptr to be a shared_ptr;
1541   a precondition for fixing bnc-899755
1542 - rpmmd: support 'metalink=' in .repo (for zypper#63)
1543 - RepoMirrorList: ignore comments and malformed urls in mirrorlist
1544 - PathInfo: remove minor/major conflicting with GNU libc macros
1545   DiskUsageCounter: remove ctors taking 'magic' bool flags
1546   ZyppCallbacks: remove unused PatchDownload callbacks
1547 - version 15.1.0 (1)
1548
1549 -------------------------------------------------------------------
1550 Thu Apr  2 19:06:56 CEST 2015 - ma@suse.de
1551
1552 - POODLE: libzypp should only talk TLS (bnc#903405)
1553 - Bump major version for Factory, 14.x is continued on SuSE-SLE-12-Branch
1554 - version 15.0.0 (0)
1555
1556 -------------------------------------------------------------------
1557 Thu Apr  2 16:01:43 CEST 2015 - ma@suse.de
1558
1559 - Fixes to build with gcc5
1560 - RepoProvideFile: Suppress MediaChangeReport while testing
1561   multiple baseurls (bnc#899510)
1562 - version 14.38.1 (30)
1563
1564 -------------------------------------------------------------------
1565 Thu Mar 19 16:44:39 CET 2015 - ma@suse.de
1566
1567 - Suppress MediaChangeReport while testing multiple baseurls (bnc#899510)
1568 - version 14.38.0 (30)
1569
1570 -------------------------------------------------------------------
1571 Mon Mar 16 14:05:28 CET 2015 - ma@suse.de
1572
1573 - add support for SHA224/384/512
1574 - version 14.37.1 (30)
1575
1576 -------------------------------------------------------------------
1577 Wed Mar 11 09:22:46 CET 2015 - ma@suse.de
1578
1579 - New RepoVarExpand: Functor expanding repo variables in a
1580   string . Supports bash style default ${v:-w}' and alternate ${v:+w}
1581   values (FATE#318354)
1582 - Easy.h: Use __typeof__ rather than typeof in header
1583 - Support repo variable replacement in service url
1584 - Support repo variable replacement in gpg url
1585 - Gettext.h: Fallback to ::gettext if accidentally included
1586   outside libzypp
1587 - version 14.37.0 (30)
1588
1589 -------------------------------------------------------------------
1590 Sun Feb 22 01:13:12 CET 2015 - ma@suse.de
1591
1592 - Update zypp-po.tar.bz2
1593
1594 -------------------------------------------------------------------
1595 Thu Feb 19 01:13:13 CET 2015 - ma@suse.de
1596
1597 - Update zypp-po.tar.bz2
1598
1599 -------------------------------------------------------------------
1600 Sun Feb 15 01:13:28 CET 2015 - ma@suse.de
1601
1602 - Update zypp-po.tar.bz2
1603
1604 -------------------------------------------------------------------
1605 Thu Feb 12 01:13:34 CET 2015 - ma@suse.de
1606
1607 - Update zypp-po.tar.bz2
1608
1609 -------------------------------------------------------------------
1610 Mon Feb  9 16:05:38 CET 2015 - ma@suse.de
1611
1612 - Don't execute scripts in /tmp or /var/tmp, as they could be
1613   mounted noexec for security reasons (bnc#915928)
1614 - zypp/PublicKey.cc: Use GPG_BINARY from KeyRing
1615 - Support $releasever_major/$releasever_minor repo variables
1616   (FATE#318354)
1617 - version 14.36.0 (30)
1618
1619 -------------------------------------------------------------------
1620 Sun Feb  8 01:13:14 CET 2015 - ma@suse.de
1621
1622 - Update zypp-po.tar.bz2
1623
1624 -------------------------------------------------------------------
1625 Thu Feb  5 01:13:27 CET 2015 - ma@suse.de
1626
1627 - Update zypp-po.tar.bz2
1628
1629 -------------------------------------------------------------------
1630 Sun Feb  1 01:13:10 CET 2015 - ma@suse.de
1631
1632 - Update zypp-po.tar.bz2
1633
1634 -------------------------------------------------------------------
1635 Thu Jan 29 01:13:12 CET 2015 - ma@suse.de
1636
1637 - Update zypp-po.tar.bz2
1638
1639 -------------------------------------------------------------------
1640 Thu Jan 22 01:13:36 CET 2015 - ma@suse.de
1641
1642 - Update zypp-po.tar.bz2
1643
1644 -------------------------------------------------------------------
1645 Wed Jan 21 10:28:49 CET 2015 - ma@suse.de
1646
1647 - PathInfo: Deprecate major/minor in favor of new devMajor/devMinor.
1648   The old names clash with GNU libc macros.
1649 - version 14.35.0 (30)
1650
1651 -------------------------------------------------------------------
1652 Sun Jan 18 01:13:09 CET 2015 - ma@suse.de
1653
1654 - Update zypp-po.tar.bz2
1655
1656 -------------------------------------------------------------------
1657 Thu Jan 15 01:13:12 CET 2015 - ma@suse.de
1658
1659 - Update zypp-po.tar.bz2
1660
1661 -------------------------------------------------------------------
1662 Mon Jan 12 15:04:17 CET 2015 - ma@suse.de
1663
1664 - Properly propagate repo variables in service refresh.
1665 - Let $ZYPP_REPO_RELEASEVER overwrite $releasever in .repo files
1666   (bnc#911658)
1667 - Call pool_set_rootdir to properly check for file conflicts.
1668 - Use xgettext --boost to support boost-format (%N%)
1669 - version 14.34.0 (30)
1670
1671 -------------------------------------------------------------------
1672 Sun Jan 11 01:13:15 CET 2015 - ma@suse.de
1673
1674 - Update zypp-po.tar.bz2
1675
1676 -------------------------------------------------------------------
1677 Thu Jan  8 01:13:23 CET 2015 - ma@suse.de
1678
1679 - Update zypp-po.tar.bz2
1680
1681 -------------------------------------------------------------------
1682 Thu Jan  1 01:13:29 CET 2015 - ma@suse.de
1683
1684 - Update zypp-po.tar.bz2
1685
1686 -------------------------------------------------------------------
1687 Sun Dec 21 01:13:33 CET 2014 - ma@suse.de
1688
1689 - Update zypp-po.tar.bz2
1690
1691 -------------------------------------------------------------------
1692 Fri Dec 19 10:05:00 CET 2014 - ma@suse.de
1693
1694 - Parse and offer productRegisterFlavor attribute (bnc#896224)
1695 - version 14.33.0 (30)
1696
1697 -------------------------------------------------------------------
1698 Thu Dec 18 01:13:20 CET 2014 - ma@suse.de
1699
1700 - Update zypp-po.tar.bz2
1701
1702 -------------------------------------------------------------------
1703 Wed Dec 17 18:44:26 CET 2014 - ma@suse.de
1704
1705 - Improve conflict message for locked packages (bnc#828631)
1706 - Fix broken de-escaping in str::splitEscaped (bnc#909772)
1707 - cleanup loging
1708 - version 14.32.2 (30)
1709
1710 -------------------------------------------------------------------
1711 Fri Dec 12 14:00:01 CET 2014 - ma@suse.de
1712
1713 - CheckAccessDeleted: Filter PIDs running in a container (bnc#909143)
1714 - version 14.32.1 (30)
1715
1716 -------------------------------------------------------------------
1717 Wed Dec 10 16:06:04 CET 2014 - ma@suse.de
1718
1719 - suppress informal license (no need to accept) upon update (bnc#908976)
1720 - version 14.32.0 (30)
1721
1722 -------------------------------------------------------------------
1723 Mon Dec  8 14:53:00 CET 2014 - ma@suse.de
1724
1725 - Adapt to gpg-2.1 (bnc#908135)
1726 - rpm: do not obsolete yast2-packagemanager-devel by libzypp-devel-doc
1727 - replaceAll: fix endless loop on empty search string
1728 - version 14.31.0 (30)
1729
1730 -------------------------------------------------------------------
1731 Thu Nov 27 07:40:30 UTC 2014 - dimstar@opensuse.org
1732
1733 - Do not provide/obsolete yast2-packagemanager-devel by the -doc
1734   package: the -devel package already does that.
1735 - Minor .spec cleanup (remove Authors section).
1736
1737 -------------------------------------------------------------------
1738 Tue Nov 11 17:09:28 CET 2014 - ma@suse.de
1739
1740 - Call rpm with '--noglob' (bnc#892431)
1741 - Downloader: unify workflow downloading a (signed) master index file
1742 - Fix iostream includes (fixes #34)
1743 - Explicitly call libsolv:pool_setdisttype (fixes #36)
1744 - version 14.30.2 (30)
1745
1746 -------------------------------------------------------------------
1747 Sun Nov  9 01:13:17 CET 2014 - ma@suse.de
1748
1749 - Update zypp-po.tar.bz2
1750
1751 -------------------------------------------------------------------
1752 Sun Nov  2 01:14:10 CET 2014 - ma@suse.de
1753
1754 - Update zypp-po.tar.bz2
1755
1756 -------------------------------------------------------------------
1757 Mon Oct 27 11:38:00 CET 2014 - ma@suse.de
1758
1759 - doc: add hint to code 12 pattern packages
1760 - MediaCurl: Fix URL path concatenation (bnc#901590)
1761 - Move doxygen html doc to libzypp-devel-doc (bnc#901691)
1762 - Remove non-breaking spaces from changes file
1763 - Control lifetime of downloaded mirrorlist
1764 - version 14.30.1 (30)
1765
1766 -------------------------------------------------------------------
1767 Thu Oct 16 11:03:11 CEST 2014 - ma@suse.de
1768
1769 - Update zypp-po.tar.bz2
1770
1771 -------------------------------------------------------------------
1772 Wed Oct 15 15:07:09 CEST 2014 - ma@suse.de
1773
1774 - Store baseurls in list as order expresses preference
1775 - Support parsing multiple baseurls from a repo file (bnc#899510)
1776 - Fix handling local mirrorlist= files in .repo (bnc#899510)
1777 - Provide missing man pages (fixes #33)
1778 - Enable building autodocs, translations and test per default on debian
1779 - Fix several typos in output messages and comments (fixes #29)
1780 - Make the include dir path configurable (fixes #27)
1781 - version 14.30.0 (30)
1782
1783 -------------------------------------------------------------------
1784 Fri Oct 10 16:01:31 CEST 2014 - ma@suse.de
1785
1786 - Update zypp-po.tar.bz2 (bnc#899603)
1787
1788 -------------------------------------------------------------------
1789 Thu Oct  9 01:13:15 CEST 2014 - ma@suse.de
1790
1791 - Update zypp-po.tar.bz2
1792
1793 -------------------------------------------------------------------
1794 Sun Oct  5 01:14:42 CEST 2014 - ma@suse.de
1795
1796 - Update zypp-po.tar.bz2
1797
1798 -------------------------------------------------------------------
1799 Sun Sep 28 01:13:30 CEST 2014 - ma@suse.de
1800
1801 - Update zypp-po.tar.bz2
1802
1803 -------------------------------------------------------------------
1804 Thu Sep 25 17:59:06 CEST 2014 - ma@suse.de
1805
1806 - Trigger appdata plugin when system repos have changed (bnc#866257)
1807 - Protect against race when destructing globals
1808 - BuildRequire libsolv-tools as libsolv-devel no longer does
1809 - version 14.29.4 (29)
1810
1811 -------------------------------------------------------------------
1812 Thu Sep 25 01:15:42 CEST 2014 - ma@suse.de
1813
1814 - Update zypp-po.tar.bz2
1815
1816 -------------------------------------------------------------------
1817 Tue Sep 23 17:07:45 CEST 2014 - ma@suse.de
1818
1819 - Fix computation of userinstalled items (bnc#897404)
1820 - version 14.29.3 (29)
1821
1822 -------------------------------------------------------------------
1823 Tue Sep 23 10:55:08 CEST 2014 - ma@suse.de
1824
1825 - Adapt to API changes in rpm.4.12
1826 - SLE-12 (suse_version 1315) uses it's own translations set
1827   (bnc#897176)
1828 - version 14.29.2 (29)
1829
1830 -------------------------------------------------------------------
1831 Sun Sep 21 01:13:25 CEST 2014 - ma@suse.de
1832
1833 - Update zypp-po.tar.bz2
1834
1835 -------------------------------------------------------------------
1836 Thu Sep 18 15:47:50 CEST 2014 - ma@suse.de
1837
1838 - Update sle-zypp-po.tar.bz2
1839
1840 -------------------------------------------------------------------
1841 Thu Sep 18 15:47:34 CEST 2014 - ma@suse.de
1842
1843 - Update zypp-po.tar.bz2
1844
1845 -------------------------------------------------------------------
1846 Thu Sep 18 15:46:11 CEST 2014 - ma@suse.de
1847
1848 - Update zypp-po.tar.bz2
1849
1850 -------------------------------------------------------------------
1851 Wed Sep 17 13:18:23 CEST 2014 - ma@suse.de
1852
1853 - adjust BuildRequires
1854 - version 14.29.1 (29)
1855
1856 -------------------------------------------------------------------
1857 Tue Sep 16 10:45:39 CEST 2014 - ma@suse.de
1858
1859 - DiskUsageCounter: Set growonly on detetcted snapshotting btrfs
1860   partitions (bnc#896176)
1861 - DiskUsageCounter: Allow MountPoint to store fstype
1862 - DiskUsageCounter: Support setting 'growonly' partition hint
1863   (bnc#896176)
1864 - version 14.29.0 (29)
1865
1866 -------------------------------------------------------------------
1867 Fri Sep  5 12:46:57 CEST 2014 - ma@suse.de
1868
1869 - Make Repository::isUpdateRepo also check for being referenced
1870   by products (bnc#892579)
1871 - Report repositories skipped as nonroot due to insufficient
1872   permission (bnc#893260)
1873 - version 14.28.0 (28)
1874
1875 -------------------------------------------------------------------
1876 Thu Sep  4 01:14:34 CEST 2014 - ma@suse.de
1877
1878 - Update zypp-po.tar.bz2
1879
1880 -------------------------------------------------------------------
1881 Fri Aug 29 14:46:25 CEST 2014 - ma@suse.de
1882
1883 - PackageProvider: consider toplevel cache if --root or --pkg-cachedir
1884   is used.
1885 - Cleanup orpahned cache dirs only at zypp.conf default locations
1886   (bnc#891515)
1887 - Remove orphaned package caches on refresh (bnc#888919)
1888 - version 14.27.2 (27)
1889
1890 -------------------------------------------------------------------
1891 Sun Aug 24 01:16:00 CEST 2014 - ma@suse.de
1892
1893 - Update zypp-po.tar.bz2
1894
1895 -------------------------------------------------------------------
1896 Mon Aug 18 14:01:06 CEST 2014 - ma@suse.de
1897
1898 - Update zypp-po.tar.bz2
1899
1900 -------------------------------------------------------------------
1901 Thu Jul 31 19:22:56 CEST 2014 - ma@suse.de
1902
1903 - Fix gpg key creation/modification date computation to properly
1904   update trusted keys stored in the rpm database.
1905 - version 14.27.1 (27)
1906
1907 -------------------------------------------------------------------
1908 Mon Jul 28 11:32:40 CEST 2014 - mls@suse.de
1909
1910 - reverted last commit to make yast2-pkg-bindings build again
1911
1912 -------------------------------------------------------------------
1913 Fri Jul 25 12:56:17 CEST 2014 - ma@suse.de
1914
1915 - JobReport: extend callback to allow passing UserData
1916 - hardlinkCopy must not fail if proc/sys/fs/protected_hardlink is on
1917 - adapt to changed boost::error_category throw specifier
1918 - version 14.27.0 (27)
1919
1920 -------------------------------------------------------------------
1921 Fri Jul 18 08:57:39 CEST 2014 - ma@suse.de
1922
1923 - Execute install scripts with cwd==/ (bnc#886764)
1924 - fix wrong '//' when extending URLs with an empty path (bnc#885254)
1925 - version 14.26.1 (26)
1926
1927 -------------------------------------------------------------------
1928 Mon Jul 14 17:46:14 CEST 2014 - ma@suse.de
1929
1930 - refreshService: add option to force repo status reset
1931 - Strip local filenames and args from URL.
1932 - version 14.26.0 (26)
1933
1934 -------------------------------------------------------------------
1935 Fri Jul 11 13:42:43 CEST 2014 - ma@suse.de
1936
1937 - Support RepoInfo content keywords (FATE#316287)
1938 - fix parsing repomd.xml twice
1939 - version 14.25.0 (23)
1940
1941 -------------------------------------------------------------------
1942 Wed Jun 11 07:36:48 CEST 2014 - ma@suse.de
1943
1944 - Patch: add isCategory/isSeverity convenience
1945 - If available provide info in ServiceException
1946 - version 14.24.0 (23)
1947
1948 -------------------------------------------------------------------
1949 Wed Jun  4 11:49:32 CEST 2014 - ma@suse.de
1950
1951 - Cleanup orphanded service repos on the fly (bnc#649846)
1952 - Service refresh must not attempt to modify plugin services
1953 - version 14.23.0 (23)
1954
1955 -------------------------------------------------------------------
1956 Wed May 28 13:41:22 CEST 2014 - ma@suse.de
1957
1958 - Fix service methods to throw ServiceException, not RepoException.
1959 - version 14.22.0 (22)
1960
1961 -------------------------------------------------------------------
1962 Tue May 27 16:31:21 CEST 2014 - ma@suse.de
1963
1964 - Let ServiceRefresh en-/disable repos with respect to previous state
1965   and user modifications.
1966 - RepoindexFileReader: support variable substitution
1967 - Parse optional autorefresh attribute from repoindex.xml
1968 - version 14.21.0 (20)
1969
1970 -------------------------------------------------------------------
1971 Wed May 14 13:52:38 CEST 2014 - ma@suse.de
1972
1973 - Add DownloadResolvableReport::infoInCache
1974 - Adjust transfer timeout settings (bnc#877405)
1975 - Fix computation of update candidate (bnc#834858)
1976 - version 14.20.0 (20)
1977
1978 -------------------------------------------------------------------
1979 Thu May  8 18:54:25 CEST 2014 - ma@suse.de
1980
1981 - KeyRingReport: New infoVerify callback showing the trusted key
1982   that will be used for verification.
1983 - version 14.19.0 (19)
1984
1985 -------------------------------------------------------------------
1986 Sun May  4 01:15:49 CEST 2014 - ma@suse.de
1987
1988 - Update zypp-po.tar.bz2
1989
1990 -------------------------------------------------------------------
1991 Thu May  1 01:15:38 CEST 2014 - ma@suse.de
1992
1993 - Update zypp-po.tar.bz2
1994
1995 -------------------------------------------------------------------
1996 Mon Apr 28 15:34:44 CEST 2014 - ma@suse.de
1997
1998 - Derive initial AutoInstalled file from history
1999 - Target: maintain AutoInstalled database file
2000 - version 14.18.0 (17)
2001
2002 -------------------------------------------------------------------
2003 Tue Apr 15 17:03:30 CEST 2014 - ma@suse.de
2004
2005 - Factor out CommitPackageCache for standalone usage. (Fate#317077)
2006 - version 14.17.5 (17)
2007
2008 -------------------------------------------------------------------
2009 Fri Apr 11 16:16:11 CEST 2014 - ma@suse.de
2010
2011 - history: log %posttrans errors and output
2012 - adapt to libsolv cannges
2013 - version 14.17.4 (17)
2014
2015 -------------------------------------------------------------------
2016 Fri Apr  4 14:29:13 CEST 2014 - ma@suse.de
2017
2018 - Log warning if baseproduct symlink is dangling or missing
2019 - version 14.17.3 (17)
2020
2021 -------------------------------------------------------------------
2022 Thu Apr  3 19:18:48 CEST 2014 - ma@suse.de
2023
2024 - RepoManager: Fix RepoStatus computation and refresh of PLAINDIR repos.
2025 - Recreate solv file caches if content may change even if raw metadata
2026   are unchanged (here: new pattern, product and application data).
2027 - version 14.17.2 (17)
2028
2029 -------------------------------------------------------------------
2030 Wed Apr  2 18:09:47 CEST 2014 - ma@suse.de
2031
2032 - CpeId: Basic functionality incl. matching
2033 - New SetRelationMixin
2034 - version 14.17.1 (17)
2035
2036 -------------------------------------------------------------------
2037 Mon Mar 31 10:23:42 CEST 2014 - ma@suse.de
2038
2039 - Use dummy licenses in test data (bnc#862471)
2040 - Install zypp-NameReqPrv helper for evaluating testcases.
2041 - version 14.17.0 (17)
2042
2043 -------------------------------------------------------------------
2044 Tue Mar 18 14:55:11 CET 2014 - ma@suse.de
2045
2046 - Update zypp-po.tar.bz2
2047
2048 -------------------------------------------------------------------
2049 Wed Feb 26 15:06:06 CET 2014 - ma@suse.de
2050
2051 - Ignore failed-eject-exception on media change (bnc#865705)
2052 - version 14.16.1 (16)
2053
2054 -------------------------------------------------------------------
2055 Tue Feb 25 13:42:13 CET 2014 - ma@suse.de
2056
2057 - Remove duplicate code detecting known kinds and move it to
2058   ResKind::explicitBuiltin.
2059 - version 14.16.0 (16)
2060
2061 -------------------------------------------------------------------
2062 Sun Feb 23 21:52:55 CET 2014 - ma@suse.de
2063
2064 - Optionally exclude suggested packages from pattern content (bnc#857671)
2065 - Fix pattern content for auto-pattens (bnc#864087)
2066 - Don't report missing filelists for non-packages (bnc#864314)
2067 - adapt to new rpm weak dependency tags
2068 - version 14.15.0 (15)
2069
2070 -------------------------------------------------------------------
2071 Fri Feb 14 13:51:46 CET 2014 - ma@suse.de
2072
2073 - Provide ContentIdentifier of required update repositories in Product
2074   (Fate#316160)
2075 - Support CpeId in Repository and Product attributes (Fate#316160)
2076 - Add API for retrieving repository ContentRevision and ContentIdentifier
2077   (Fate#316160)
2078 - version 14.14.0 (14)
2079
2080 -------------------------------------------------------------------
2081 Thu Feb 13 10:28:24 CET 2014 - ma@suse.de
2082
2083 - Adjust solver defaults to changed soft lock handling (bnc#863275)
2084 - Avoid confusing solver decisions by not storing soft locks (bnc#863275)
2085 - version 14.13.0 (13)
2086
2087 -------------------------------------------------------------------
2088 Tue Feb 11 21:22:58 CET 2014 - ma@suse.de
2089
2090 - Add Product::endOfLife attribute (Fate#316172)
2091 - Let Product::shortName fallback to name.
2092 - Remove license text from test data (bnc#862471)
2093 - version 14.12.0 (12)
2094
2095 -------------------------------------------------------------------
2096 Sun Feb  2 01:13:59 CET 2014 - ma@suse.de
2097
2098 - Update zypp-po.tar.bz2
2099
2100 -------------------------------------------------------------------
2101 Fri Jan 31 19:09:28 CET 2014 - ma@suse.de
2102
2103 - Introduce new solvable kind: Application (as provided by appdata.xml)
2104 - version 14.11.0 (7)
2105
2106 -------------------------------------------------------------------
2107 Fri Jan 31 17:37:29 CET 2014 - ma@suse.de
2108
2109 - String helper for printing indented text.
2110 - Offer translated names for dependency types.
2111 - version 14.10.0 (7)
2112
2113 -------------------------------------------------------------------
2114 Thu Jan 30 01:13:40 CET 2014 - ma@suse.de
2115
2116 - Update zypp-po.tar.bz2
2117
2118 -------------------------------------------------------------------
2119 Wed Jan 29 10:28:16 CET 2014 - ma@suse.de
2120
2121 - No fileconflict check if DownloadOnly.
2122 - version 14.9.0 (7)
2123
2124 -------------------------------------------------------------------
2125 Sat Jan 25 17:07:45 CET 2014 - ma@suse.de
2126
2127 - Collect and execute %posttrans scripts delayed (Fate#313506)
2128 - BuildRequire libsolv implementing (Fate#309385)
2129 - version 14.8.0 (7)
2130
2131 -------------------------------------------------------------------
2132 Fri Jan 24 11:26:52 CET 2014 - ma@suse.de
2133
2134 - Patterns are no longer pseudo installed (Fate#309385)
2135 - version 14.7.0 (7)
2136
2137 -------------------------------------------------------------------
2138 Fri Jan 24 08:41:13 CET 2014 - ma@suse.de
2139
2140 - Check for file conflicts in commit (bnc#673720)
2141 - Add asUserSting: human readable (translated) string representation
2142 - Add file conflict detection during commit (bnc#673720)
2143 - Add Transaction::installedResult
2144 - version 14.6.0 (6)
2145
2146 -------------------------------------------------------------------
2147 Mon Jan 20 17:14:48 CET 2014 - ma@suse.de
2148
2149 - Fix cleanup code removing the @System solv file. (bnc#853065)
2150 - Fix missing priority in RepoInfo::dumpAsXML (bnc#855845)
2151 - version 14.5.0 (4)
2152
2153 -------------------------------------------------------------------
2154 Tue Jan 14 18:38:49 CET 2014 - ma@suse.de
2155
2156 - Improve ProgressData reporting.
2157 - Allow xml::escape directly dumping to a stream.
2158 - Add support for repo authentication using SSL client certificates
2159   (bnc#683914)
2160 - Enhance Queue to perform COW
2161 - fix documentation
2162 - version 14.4.0 (4)
2163
2164 -------------------------------------------------------------------
2165 Thu Jan  9 01:13:40 CET 2014 - ma@suse.de
2166
2167 - Update zypp-po.tar.bz2
2168
2169 -------------------------------------------------------------------
2170 Fri Dec 13 19:36:34 CET 2013 - ma@suse.de
2171
2172 - Polish DiskUsageCounter
2173 - Add Bitmap type (aka sat::Map)
2174 - Remove obsolete DiskUsage class
2175 - version 14.3.0 (3)
2176
2177 -------------------------------------------------------------------
2178 Thu Dec 12 18:01:18 CET 2013 - ma@suse.de
2179
2180 - Fix disk usage computation for single packages (bnc#852943)
2181 - version 14.2.1 (2)
2182
2183 -------------------------------------------------------------------
2184 Wed Dec  4 12:54:30 UTC 2013 - jreidinger@suse.com
2185
2186 - Drop package-manager script as it is already deprecated and
2187   packagekit usage in desktop invalidates it. If someone really
2188   need it, then place it to proper top level package which can
2189   decide what GUI is proper for given task.
2190
2191 -------------------------------------------------------------------
2192 Wed Nov 20 16:32:30 CET 2013 - ma@suse.de
2193
2194 - Extend commit plugin to send the transaction list (Fate#316203)
2195 - Add base/Json.h: JSON encoder for e.g. sending data to plugins
2196 - Re-evaluate dropped packages list on upgrade, even if product
2197   remains unchanged (bnc#849251).
2198 - Add ppc64le architecture
2199 - Add m68k architecture
2200 - version 14.2.0 (2)
2201
2202 -------------------------------------------------------------------
2203 Fri Oct 25 14:21:31 CEST 2013 - ma@suse.de
2204
2205 - Always properly initialize pool storage (bnc#846565)
2206 - version 14.1.1 (0)
2207
2208 -------------------------------------------------------------------
2209 Thu Oct 17 17:57:54 CEST 2013 - ma@suse.de
2210
2211 - Add Package isCached and cachedLocation methods
2212 - fixed PluginFrame::hasKey
2213 - version 14.1.0 (0)
2214
2215 -------------------------------------------------------------------
2216 Thu Oct 10 01:13:48 CEST 2013 - ma@suse.de
2217
2218 - Update zypp-po.tar.bz2
2219
2220 -------------------------------------------------------------------
2221 Sun Oct  6 01:13:51 CEST 2013 - ma@suse.de
2222
2223 - Update zypp-po.tar.bz2
2224
2225 -------------------------------------------------------------------
2226 Thu Oct  3 01:14:59 CEST 2013 - ma@suse.de
2227
2228 - Update zypp-po.tar.bz2
2229
2230 -------------------------------------------------------------------
2231 Wed Oct  2 19:25:58 CEST 2013 - ma@suse.de
2232
2233 - fix handling symlinks in export pathname on NFSv4 (bnc#804544)
2234 - Bump major version for Factory
2235   13.1 is continued on SuSE-Code-13_1-Branch
2236 - version 14.0.0 (0)
2237
2238 -------------------------------------------------------------------
2239 Sun Sep 29 01:15:02 CEST 2013 - ma@suse.de
2240
2241 - Update zypp-po.tar.bz2
2242
2243 -------------------------------------------------------------------
2244 Sun Sep 22 01:14:26 CEST 2013 - ma@suse.de
2245
2246 - Update zypp-po.tar.bz2
2247
2248 -------------------------------------------------------------------
2249 Wed Sep 18 17:06:06 CEST 2013 - ma@suse.de
2250
2251 - Allow multiversionSpec manipulation in ZConfig
2252 - Fix string hexdecoding
2253 - Avoid parsing gpg subkeys but still parse multiple keys
2254 - version 13.7.0 (6)
2255
2256 -------------------------------------------------------------------
2257 Sun Sep 15 01:14:55 CEST 2013 - ma@suse.de
2258
2259 - Update zypp-po.tar.bz2
2260
2261 -------------------------------------------------------------------
2262 Thu Sep 12 01:15:29 CEST 2013 - ma@suse.de
2263
2264 - Update zypp-po.tar.bz2
2265
2266 -------------------------------------------------------------------
2267 Thu Sep  5 01:13:43 CEST 2013 - ma@suse.de
2268
2269 - Update zypp-po.tar.bz2
2270
2271 -------------------------------------------------------------------
2272 Mon Sep  2 17:04:37 CEST 2013 - ma@suse.de
2273
2274 - Avoid parsing gpg subkeys
2275 - Use explicit operator bool in TmpPath
2276 - Must keep legacy rpm level flag (bnc#838039)
2277 - version 13.6.0 (6)
2278
2279 -------------------------------------------------------------------
2280 Sun Sep  1 01:14:03 CEST 2013 - ma@suse.de
2281
2282 - Update zypp-po.tar.bz2
2283
2284 -------------------------------------------------------------------
2285 Thu Aug 29 01:13:44 CEST 2013 - ma@suse.de
2286
2287 - Update zypp-po.tar.bz2
2288
2289 -------------------------------------------------------------------
2290 Tue Aug 27 19:10:37 CEST 2013 - ma@suse.de
2291
2292 - remove deprecated methods
2293 - fix key expiry date parsing (bnc#828672)
2294 - Provide additional keys data in case the ASCII armored blob
2295   containes multiple keys
2296 - No rpmdb key import in readony mode (bnc#828672)
2297 - Fix rpmdb key import/export (bnc#828672)
2298 - Reduce amount of gpg calls when importing/exporting keys.
2299 - Add public accessible PublicKeyData/PublicKeyScanner classes
2300 - fix ASCII armored PublicKey parsing (bnc#828672)
2301 - fix typo (bnc#761985)
2302 - Fix multiversion update candidate to respect an installed objects
2303   arch and vendor (bnc#820444)
2304 - fix logfile truncation introduced by previous fix for (bnc#825490)
2305 - Swig can't handle move constructor
2306 - Workaround bnc#819354 by executing rpm in /. (bnc#827609)
2307 - Try to detect Arch_ppc64p7 (requires glibc-2.16: getauxval)
2308 - Fix file probing via tftp:// (bnc#803316)
2309 - Add armv7hl to armv6hl compat to be in sync with libsolv.
2310 - Support for armv6hl
2311 - version 13.5.0 (5)
2312
2313 -------------------------------------------------------------------
2314 Thu Aug 22 01:13:25 CEST 2013 - ma@suse.de
2315
2316 - Update zypp-po.tar.bz2
2317
2318 -------------------------------------------------------------------
2319 Sun Aug 18 01:13:20 CEST 2013 - ma@suse.de
2320
2321 - Update zypp-po.tar.bz2
2322
2323 -------------------------------------------------------------------
2324 Thu Aug 15 01:13:27 CEST 2013 - ma@suse.de
2325
2326 - Update zypp-po.tar.bz2
2327
2328 -------------------------------------------------------------------
2329 Thu Aug  8 01:13:27 CEST 2013 - ma@suse.de
2330
2331 - Update zypp-po.tar.bz2
2332
2333 -------------------------------------------------------------------
2334 Sun Aug  4 01:13:59 CEST 2013 - ma@suse.de
2335
2336 - Update zypp-po.tar.bz2
2337
2338 -------------------------------------------------------------------
2339 Thu Aug  1 01:13:52 CEST 2013 - ma@suse.de
2340
2341 - Update zypp-po.tar.bz2
2342
2343 -------------------------------------------------------------------
2344 Thu Jul 25 01:13:40 CEST 2013 - ma@suse.de
2345
2346 - Update zypp-po.tar.bz2
2347
2348 -------------------------------------------------------------------
2349 Thu Jul 18 01:13:43 CEST 2013 - ma@suse.de
2350
2351 - Update zypp-po.tar.bz2
2352
2353 -------------------------------------------------------------------
2354 Sun Jul 14 01:13:38 CEST 2013 - ma@suse.de
2355
2356 - Update zypp-po.tar.bz2
2357
2358 -------------------------------------------------------------------
2359 Thu Jul 11 01:13:49 CEST 2013 - ma@suse.de
2360
2361 - Update zypp-po.tar.bz2
2362
2363 -------------------------------------------------------------------
2364 Fri Jun 21 20:24:39 CEST 2013 - ma@suse.de
2365
2366 - Fix testcases failing if local pathnames contain umlauts
2367 - Pathname: add move constructor and fix assign
2368 - Set logfile permission upon file creation only (bnc#825490)
2369 - Add arch ppc64p7
2370 - version 13.4.0 (4)
2371
2372 -------------------------------------------------------------------
2373 Tue Jun 11 11:37:48 CEST 2013 - ma@suse.de
2374
2375 - Speedup scanning for modaliases (bnc#824110)
2376 - version 13.3.0 (2)
2377
2378 -------------------------------------------------------------------
2379 Sun May 26 01:13:15 CEST 2013 - ma@suse.de
2380
2381 - Update zypp-po.tar.bz2
2382
2383 -------------------------------------------------------------------
2384 Thu May 23 01:13:13 CEST 2013 - ma@suse.de
2385
2386 - Update zypp-po.tar.bz2
2387
2388 -------------------------------------------------------------------
2389 Thu May 16 12:22:48 CEST 2013 - ma@suse.de
2390
2391 - Remove deprecated old stuff (aria2 support,
2392   old InstallOrder, old History parser)
2393 - version 13.2.0 (2)
2394
2395 -------------------------------------------------------------------
2396 Thu May 16 01:13:47 CEST 2013 - ma@suse.de
2397
2398 - Update zypp-po.tar.bz2
2399
2400 -------------------------------------------------------------------
2401 Sun May 12 01:13:39 CEST 2013 - ma@suse.de
2402
2403 - Update zypp-po.tar.bz2
2404
2405 -------------------------------------------------------------------
2406 Thu May  9 01:13:54 CEST 2013 - ma@suse.de
2407
2408 - Update zypp-po.tar.bz2
2409
2410 -------------------------------------------------------------------
2411 Thu May  2 11:07:52 CEST 2013 - ma@suse.de
2412
2413 - Discourage using SafeBool in favor of explicit operator bool
2414 - version 13.1.0 (1)
2415
2416 -------------------------------------------------------------------
2417 Mon Apr 29 10:41:46 CEST 2013 - ma@suse.de
2418
2419 - Testsuite: Workaround boost::thread being not header only since
2420   boost-1.50 (boost ticket 7085)
2421 - Adaptions to smart_pointer changes in boost-1.53; mainly introduce
2422   explicit operator bool; constructible and comparable with nullptr_t.
2423 - Bump major version for Factory
2424   12.x is continued on SuSE-Code-12_3-Branch
2425 - version 13.0.0 (0)
2426
2427 -------------------------------------------------------------------
2428 Sun Apr 28 01:14:07 CEST 2013 - ma@suse.de
2429
2430 - Update zypp-po.tar.bz2
2431
2432 -------------------------------------------------------------------
2433 Fri Apr  5 14:26:35 CEST 2013 - ma@suse.de
2434
2435 - added new fuction zypp::ZYpp::provideSrcPackage
2436 - Treat opensuse-education as separate vendor (bnc#812608)
2437 - AArch64 support
2438 - version 12.11.0 (0)
2439
2440 -------------------------------------------------------------------
2441 Wed Mar 27 12:31:17 CET 2013 - ma@suse.de
2442
2443 - added tftp-support (bnc#803316)
2444 - version 12.10.1 (0)
2445
2446 -------------------------------------------------------------------
2447 Tue Mar 26 13:06:21 CET 2013 - ma@suse.de
2448
2449 - Update zypp-po.tar.bz2
2450
2451 -------------------------------------------------------------------
2452 Thu Mar 21 01:13:45 CET 2013 - ma@suse.de
2453
2454 - Update zypp-po.tar.bz2
2455
2456 -------------------------------------------------------------------
2457 Sun Mar 10 01:14:01 CET 2013 - ma@suse.de
2458
2459 - Update zypp-po.tar.bz2
2460
2461 -------------------------------------------------------------------
2462 Thu Mar  7 14:13:42 CET 2013 - ma@suse.de
2463
2464 - Adapt to libsolv dataiterator fixes
2465   (returning random data in some cases)
2466 - Require and adapt to changes in libsolv-0.3.0
2467 - version 12.10.0 (0)
2468
2469 -------------------------------------------------------------------
2470 Thu Mar  7 01:13:25 CET 2013 - ma@suse.de
2471
2472 - Update zypp-po.tar.bz2
2473
2474 -------------------------------------------------------------------
2475 Sun Mar  3 01:15:52 CET 2013 - ma@suse.de
2476
2477 - Update zypp-po.tar.bz2
2478
2479 -------------------------------------------------------------------
2480 Wed Feb 27 08:41:18 CET 2013 - ma@suse.de
2481
2482 - Rephrase error message if 'lsof' is not installed (bnc#694427)
2483 - version 12.9.0 (0)
2484
2485 -------------------------------------------------------------------
2486 Fri Feb 15 12:49:18 CET 2013 - ma@suse.de
2487
2488 - Handle dangling update script symlinks in instsys. (bnc#803751)
2489 - version 12.8.1 (0)
2490
2491 -------------------------------------------------------------------
2492 Thu Feb 14 01:13:28 CET 2013 - ma@suse.de
2493
2494 - Update zypp-po.tar.bz2
2495
2496 -------------------------------------------------------------------
2497 Thu Feb  7 01:16:50 CET 2013 - ma@suse.de
2498
2499 - Update zypp-po.tar.bz2
2500
2501 -------------------------------------------------------------------
2502 Mon Feb  4 12:35:51 CET 2013 - ma@suse.de
2503
2504 - Update zypp-po.tar.bz2
2505
2506 -------------------------------------------------------------------
2507 Tue Jan 22 11:06:55 CET 2013 - ma@suse.de
2508
2509 - make multicurl suppress progress reports for the metalink download
2510 - work around libcurl bug that sometimes gives us old values in the
2511   progress callback
2512 - version 12.8.0 (0)
2513
2514 -------------------------------------------------------------------
2515 Fri Jan 18 14:07:50 CET 2013 - ma@suse.de
2516
2517 - Reduce logging
2518 - MediaMultiCurl: throw AbortRequestException if aborted by user
2519 - version 12.7.0 (0)
2520
2521 -------------------------------------------------------------------
2522 Sun Jan 13 01:13:23 CET 2013 - ma@suse.de
2523
2524 - Update zypp-po.tar.bz2
2525
2526 -------------------------------------------------------------------
2527 Sun Jan  6 01:13:17 CET 2013 - ma@suse.de
2528
2529 - Update zypp-po.tar.bz2
2530
2531 -------------------------------------------------------------------
2532 Thu Dec 27 01:13:27 CET 2012 - ma@suse.de
2533
2534 - Update zypp-po.tar.bz2
2535
2536 -------------------------------------------------------------------
2537 Mon Dec 17 13:31:15 CET 2012 - ma@suse.de
2538
2539 - Add NamedValue<_Tp>: Simple value<>name mapping supporting aliases
2540 - Enable zypper to remove zypp locks without evaluating the
2541   query (bnc#792901)
2542 - Configure curl to "not fix the BEAST attack" (bnc#779177)
2543 - version 12.6.0 (0)
2544
2545 -------------------------------------------------------------------
2546 Sun Dec 16 01:13:16 CET 2012 - ma@suse.de
2547
2548 - Update zypp-po.tar.bz2
2549
2550 -------------------------------------------------------------------
2551 Mon Dec  3 14:31:59 CET 2012 - ma@suse.de
2552
2553 - HistoryLogReader: new HistoryLogData based API for parsing the new
2554   history file entries (fate#312521)
2555   The old HistoryItem based API is deprecated but will
2556   still be available for a while if you compile with
2557   -DWITH_DEPRECATED_HISTORYITEM_API.
2558 - Write userdata string to history log (fate#312521)
2559 - Add HistoryLogReader testcases
2560 - Adapt to libsolv 'medianr'-changes
2561 - version 12.5.0 (0)
2562
2563 -------------------------------------------------------------------
2564 Thu Nov 22 01:14:42 CET 2012 - ma@suse.de
2565
2566 - Update zypp-po.tar.bz2
2567
2568 -------------------------------------------------------------------
2569 Sun Nov 18 01:13:44 CET 2012 - ma@suse.de
2570
2571 - Update zypp-po.tar.bz2
2572
2573 -------------------------------------------------------------------
2574 Tue Nov 13 15:40:10 CET 2012 - ma@suse.de
2575
2576 - Forward userdata string to commit plugins in BEGINPLUGIN (fate#312521)
2577 - Extend ZConfig to store a user defined string value (fate#312521)
2578 - Add SIGSEGV handler trying to log a stack trace
2579 - Add zypp::dumpBacktrace to dump current stack trace to a stream.
2580 - Use gettext plural handling (bnc#784666)
2581 - version 12.4.0 (0)
2582
2583 -------------------------------------------------------------------
2584 Sun Nov  4 01:13:21 CET 2012 - ma@suse.de
2585
2586 - Update zypp-po.tar.bz2
2587
2588 -------------------------------------------------------------------
2589 Wed Oct 24 10:40:38 CEST 2012 - ma@suse.de
2590
2591 - Add simple sysconfig::write (bnc#766598)
2592 - For installed products also filelists when trying to find the buddy
2593   (bnc#784900)
2594 - Provide information whether product license needs to be accepted.
2595 - version 12.3.0 (0)
2596
2597 -------------------------------------------------------------------
2598 Thu Oct 18 01:13:43 CEST 2012 - ma@suse.de
2599
2600 - Update zypp-po.tar.bz2
2601
2602 -------------------------------------------------------------------
2603 Sun Oct  7 01:13:41 CEST 2012 - ma@suse.de
2604
2605 - Update zypp-po.tar.bz2
2606
2607 -------------------------------------------------------------------
2608 Mon Oct  1 11:00:42 CEST 2012 - ma@suse.de
2609
2610 - Enable multiversion kernel and set multiversion.kernels in
2611   /etc/zypp/zypp.conf to keep the latest, latest-1 and the running.
2612 - Fix typo (bnc#782801)
2613 - Relax evaluation of patch category tags (case insensitive)
2614
2615 -------------------------------------------------------------------
2616 Sun Sep 30 01:13:18 CEST 2012 - ma@suse.de
2617
2618 - Update zypp-po.tar.bz2
2619
2620 -------------------------------------------------------------------
2621 Sun Sep 16 01:14:34 CEST 2012 - ma@suse.de
2622
2623 - Update zypp-po.tar.bz2
2624
2625 -------------------------------------------------------------------
2626 Wed Sep 12 10:28:00 CEST 2012 - ma@suse.de
2627
2628 - Add str::commonPrefix
2629 - version 12.2.0 (0)
2630
2631 -------------------------------------------------------------------
2632 Sun Sep  9 01:13:25 CEST 2012 - ma@suse.de
2633
2634 - Update zypp-po.tar.bz2
2635
2636 -------------------------------------------------------------------
2637 Wed Sep  5 11:56:54 CEST 2012 - gs@suse.de
2638
2639 - Provide Target::reload()
2640 - version 12.1.0 (0)
2641
2642 -------------------------------------------------------------------
2643 Sun Aug 26 01:13:31 CEST 2012 - ma@suse.de
2644
2645 - Update zypp-po.tar.bz2
2646
2647 -------------------------------------------------------------------
2648 Thu Aug 23 01:13:47 CEST 2012 - ma@suse.de
2649
2650 - Update zypp-po.tar.bz2
2651
2652 -------------------------------------------------------------------
2653 Sun Aug 19 01:14:11 CEST 2012 - ma@suse.de
2654
2655 - Update zypp-po.tar.bz2
2656
2657 -------------------------------------------------------------------
2658 Thu Aug 16 01:13:43 CEST 2012 - ma@suse.de
2659
2660 - Update zypp-po.tar.bz2
2661
2662 -------------------------------------------------------------------
2663 Fri Aug 10 12:53:47 CEST 2012 - ma@suse.de
2664
2665 - Implement $ZYPP_LOCK_TIMEOUT: number of seconds to wait for a
2666   zypplock becoming available (bnc#772965)
2667 - Unify update-scripts with same content(md5sum) (bnc#773575)
2668 - version 12.0.1 (0)
2669
2670 -------------------------------------------------------------------
2671 Thu Aug  9 01:15:12 CEST 2012 - ma@suse.de
2672
2673 - Update zypp-po.tar.bz2
2674
2675 -------------------------------------------------------------------
2676 Thu Aug  2 11:55:00 CEST 2012 - ma@suse.de
2677
2678 - set $ZYPP_IS_RUNNING during commit
2679 - Bump major version for Factory
2680   11.x is continued on SuSE-Code-12_2-Branch
2681 - version 12.0.0 (0)
2682
2683 -------------------------------------------------------------------
2684 Thu Aug  2 01:14:11 CEST 2012 - ma@suse.de
2685
2686 - Update zypp-po.tar.bz2
2687
2688 -------------------------------------------------------------------
2689 Wed Aug  1 15:32:40 CEST 2012 - ma@suse.de
2690
2691 - Fixed typo (bnc#773467)
2692 - Erase any old repo instance from pool when (re)loading from cache
2693 - filter zero sized devices in disk usage counter(bnc#769819)
2694 - fix isSoftLocked computation
2695 - fix possibly reporting timeout as "aborted by user" (bnc#665327)
2696 - do not fork the uuidgen program, use kernel interface instead
2697 - remove obsolete hicolor-icon-theme BuildRequires
2698 - version 11.7.0 (6)
2699
2700 -------------------------------------------------------------------
2701 Sun Jul 29 01:13:31 CEST 2012 - ma@suse.de
2702
2703 - Update zypp-po.tar.bz2
2704
2705 -------------------------------------------------------------------
2706 Thu Jul 19 01:13:43 CEST 2012 - ma@suse.de
2707
2708 - Update zypp-po.tar.bz2
2709
2710 -------------------------------------------------------------------
2711 Sun Jul  1 01:13:31 CEST 2012 - ma@suse.de
2712
2713 - Update zypp-po.tar.bz2
2714
2715 -------------------------------------------------------------------
2716 Thu Jun 28 01:14:27 CEST 2012 - ma@suse.de
2717
2718 - Update zypp-po.tar.bz2
2719
2720 -------------------------------------------------------------------
2721 Mon Jun 25 15:23:10 CEST 2012 - ma@suse.de
2722
2723 - zypp.conf:servicesdir is ignored (bnc#765528)
2724 - allow libcurl to take proxy from environment iff proxy is not
2725   configured or disallowed (bnc#745404)
2726 - version 11.6.3 (6)
2727
2728 -------------------------------------------------------------------
2729 Sun Jun 24 01:14:32 CEST 2012 - ma@suse.de
2730
2731 - Update zypp-po.tar.bz2
2732
2733 -------------------------------------------------------------------
2734 Thu Jun 14 01:13:35 CEST 2012 - ma@suse.de
2735
2736 - Update zypp-po.tar.bz2
2737
2738 -------------------------------------------------------------------
2739 Fri Jun  8 15:57:22 CEST 2012 - ma@suse.de
2740
2741 - Adjust weaklock fix
2742
2743 -------------------------------------------------------------------
2744 Fri Jun  8 14:16:15 CEST 2012 - ma@suse.de
2745
2746 - Fix processing of weak locks (bnc#749418, bnc#765164)
2747 - [valgrind] don't dereference if we may be past the end of the repositories.
2748 - add armv7hl workaround for Adrian
2749 - version 11.6.2 (6)
2750
2751 -------------------------------------------------------------------
2752 Sun Jun  3 01:14:09 CEST 2012 - ma@suse.de
2753
2754 - Update zypp-po.tar.bz2
2755
2756 -------------------------------------------------------------------
2757 Thu May 31 10:07:37 UTC 2012 - dmacvicar@suse.com
2758
2759 - fix an invalid read revealed by valgrind in
2760   RepositoryIterator::increment()
2761
2762 -------------------------------------------------------------------
2763 Sun May 20 01:13:30 CEST 2012 - ma@suse.de
2764
2765 - Update zypp-po.tar.bz2
2766
2767 -------------------------------------------------------------------
2768 Thu May 17 01:15:25 CEST 2012 - ma@suse.de
2769
2770 - Update zypp-po.tar.bz2
2771
2772 -------------------------------------------------------------------
2773 Sun May 13 01:14:15 CEST 2012 - ma@suse.de
2774
2775 - Update zypp-po.tar.bz2
2776
2777 -------------------------------------------------------------------
2778 Tue May  8 13:39:22 CEST 2012 - ma@suse.de
2779
2780 - Use ld version script to hide symbols outside zypp namespace (bnc#755324)
2781 - remove base/Deprecated.h (macros now in APIConfig.h)
2782 - Disribute Easy.h in APIConfig.h
2783 - Add APIConfig.h providing ZYPP_API and ZYPP_LOCAL macros
2784 - version 11.6.0 (6)
2785
2786 -------------------------------------------------------------------
2787 Fri May  4 11:18:17 CEST 2012 - ma@suse.de
2788
2789 - build with gcc-4.7 (bnc#755324)
2790 - version 11.5.0 (5)
2791
2792 -------------------------------------------------------------------
2793 Wed Apr 25 18:50:20 CEST 2012 - ma@suse.de
2794
2795 - Fix lost device info when mounting CD/DVD
2796
2797 -------------------------------------------------------------------
2798 Sun Apr 22 01:15:46 CEST 2012 - ma@suse.de
2799
2800 - Update zypp-po.tar.bz2
2801
2802 -------------------------------------------------------------------
2803 Thu Apr 19 10:19:05 CEST 2012 - ma@suse.de
2804
2805 - Always consider (block) devices passed as url option (bnc#755815)
2806
2807 -------------------------------------------------------------------
2808 Thu Apr 19 01:14:57 CEST 2012 - ma@suse.de
2809
2810 - Update zypp-po.tar.bz2
2811
2812 -------------------------------------------------------------------
2813 Wed Apr 18 18:38:06 CEST 2012 - ma@suse.de
2814
2815 - Fix install progress hopping back and forth
2816 - Try to create a missing destination dir before switching to tmp
2817   space (bnc#755239)
2818
2819 -------------------------------------------------------------------
2820 Mon Apr 16 14:52:35 CEST 2012 - ma@suse.de
2821
2822 - ResStatus: add 'unneeded' bit (determined by solver)
2823 - Force using gcc-4.6 until it builds with 4.7
2824 - Support multiversion definitions being read from files in /etc/zypp/multiversion.d.
2825 - Workaround doxygen SEGV and accept incomplete docs (until bnc#755402 is fixed)
2826 - Rename zypp::sat::AttrMatcher to zypp::StrMatcher (base/StrMatcher.h)
2827 - Support (source)package download by non-root user (bnc#755239)
2828 - Delay construction of ZYppGlobalLock until its actually needed (bnc#575096)
2829 - Fix buddy handling in solver results
2830 - Simplify Selectable::multiversionInstall
2831 - Don't cache defaultCandidate as it depends on solver::allowVendorChange flag (bnc#754286)
2832 - version 11.4.0 (4)
2833
2834 -------------------------------------------------------------------
2835 Tue Apr 10 12:11:37 CEST 2012 - ma@suse.de
2836
2837 - Update zypp-po.tar.bz2
2838
2839 -------------------------------------------------------------------
2840 Sun Apr  8 01:13:24 CEST 2012 - ma@suse.de
2841
2842 - Update zypp-po.tar.bz2
2843
2844 -------------------------------------------------------------------
2845 Thu Apr  5 01:16:21 CEST 2012 - ma@suse.de
2846
2847 - Update zypp-po.tar.bz2
2848
2849 -------------------------------------------------------------------
2850 Mon Mar 26 14:47:59 CEST 2012 - ma@suse.de
2851
2852 - Cleanup orphaned media attach points (bnc#751221)
2853 - Show max support status if package is in multiple repos (bnc#735841)
2854 - Parse proxy user/pass from url (bnc#752497)
2855 - Add CMake option to disable libproxy usage and disable it on SLE. (bnc#752500)
2856 - version 11.3.0 (1)
2857
2858 -------------------------------------------------------------------
2859 Thu Mar 15 00:31:25 CET 2012 - ma@suse.de
2860
2861 - Add API for patch severity (bnc#733723, FATE#312633)
2862 - version 11.2.0 (1)
2863
2864 -------------------------------------------------------------------
2865 Tue Mar 13 13:04:48 CET 2012 - ma@suse.de
2866
2867 - Force libproxy into using "/etc/sysconfig/proxy" if it exists (bnc#679322)
2868 - Apply soft locks by name and not per package (bnc#749418)
2869 - version 11.1.1 (1)
2870
2871 -------------------------------------------------------------------
2872 Fri Feb  3 13:18:01 CET 2012 - ma@suse.de
2873
2874 - Add Fetcher support for CHECKSUMS file (replaceing SHA1SUMS) (bnc#744302)
2875 - Build with -fvisibility-inlines-hidden
2876 - CheckAccessDeleted: avoid duplicate entries for the same PID (bnc#716972)
2877 - Correctly use user:pass directly embedded in a proxy url (bnc#740764)
2878 - new sat::Map - Libsolv (bit)Map wrapper.
2879 - always set splitprovides to true now that libsolv handles them better
2880 - version 11.1.0 (1)
2881
2882 -------------------------------------------------------------------
2883 Thu Feb  2 01:14:17 CET 2012 - ma@suse.de
2884
2885 - Update zypp-po.tar.bz2
2886
2887 -------------------------------------------------------------------
2888 Sun Jan 29 01:14:28 CET 2012 - ma@suse.de
2889
2890 - Update zypp-po.tar.bz2
2891
2892 -------------------------------------------------------------------
2893 Sun Jan 22 01:13:30 CET 2012 - ma@suse.de
2894
2895 - Update zypp-po.tar.bz2
2896
2897 -------------------------------------------------------------------
2898 Tue Jan 10 18:31:41 CET 2012 - ma@suse.de
2899
2900 - Update zypp-po.tar.bz2
2901
2902 -------------------------------------------------------------------
2903 Fri Dec 23 14:51:25 CET 2011 - ma@suse.de
2904
2905 - Adapt Repository iteration to libsolv changes.
2906 - Add sat::Pool tests
2907 - Fix Flags<> api to be more consistent and add testcase.
2908 - Set min_curl_version 7.19.4 (bnc#735284)
2909 - Doc: add some words about 'Solver - Vendor protection'
2910 - version 11.0.0 (0)
2911
2912 -------------------------------------------------------------------
2913 Thu Dec  1 01:13:37 CET 2011 - ma@suse.de
2914
2915 - Update zypp-po.tar.bz2
2916
2917 -------------------------------------------------------------------
2918 Mon Nov 28 18:08:42 CET 2011 - ma@suse.de
2919
2920 - Fix and optimize Pathname ctor and provide testcases (bnc#721128)
2921 - Open all file descriptors with O_CLOEXEC to avoid leaks and races
2922 - Some improvements to the services documentation
2923 - Fix RW_pointer comparison with underlying smart pointer type.
2924 - version 10.3.5 (3)
2925
2926 -------------------------------------------------------------------
2927 Sun Nov 27 01:13:10 CET 2011 - ma@suse.de
2928
2929 - Update zypp-po.tar.bz2
2930
2931 -------------------------------------------------------------------
2932 Thu Nov 17 01:13:15 CET 2011 - ma@suse.de
2933
2934 - Update zypp-po.tar.bz2
2935
2936 -------------------------------------------------------------------
2937 Fri Nov 11 13:38:42 CET 2011 - ma@suse.de
2938
2939 - Try to find and use some CD/DVD device even if HAL/UDEV detection
2940   fails (bnc#724807)
2941 - Static initialization problem fixes (by Harald Fernengel)
2942 - version 10.3.4 (3)
2943
2944 -------------------------------------------------------------------
2945 Mon Nov  7 15:45:28 CET 2011 - ma@suse.de
2946
2947 - Don't use proxy if disabled (bnc#696805)
2948 - version 10.3.3 (3)
2949
2950 -------------------------------------------------------------------
2951 Mon Nov  7 13:49:44 UTC 2011 - dimstar@opensuse.org
2952
2953 - Add pkg-config BuildRequires: We fail to detect libproxy due to
2954   the missing pkg-config. Additionally, we have a .pc file
2955   ourselfes, which we do not get the provides for [bnc#696805]
2956
2957 -------------------------------------------------------------------
2958 Thu Nov  3 14:58:42 CET 2011 - ma@suse.de
2959
2960 - Let RepoInfo::keepPackages properly default to FALSE (bnc#727385)
2961 - version 10.3.2 (3)
2962
2963 -------------------------------------------------------------------
2964 Thu Nov  3 01:13:12 CET 2011 - ma@suse.de
2965
2966 - Update zypp-po.tar.bz2
2967
2968 -------------------------------------------------------------------
2969 Sun Oct 30 01:14:41 CEST 2011 - ma@suse.de
2970
2971 - Update zypp-po.tar.bz2
2972
2973 -------------------------------------------------------------------
2974 Thu Oct 27 01:14:10 CEST 2011 - ma@suse.de
2975
2976 - Update zypp-po.tar.bz2
2977
2978 -------------------------------------------------------------------
2979 Mon Oct 24 13:35:56 CEST 2011 - ma@suse.de
2980
2981 - Explicitly include textLocale in package translation download
2982
2983 -------------------------------------------------------------------
2984 Mon Oct 24 09:37:31 CEST 2011 - ma@suse.de
2985
2986 - Update libversion info (due to ABI change in 10.2.0 (bnc#725407)
2987 - version 10.3.1 (3)
2988
2989 -------------------------------------------------------------------
2990 Sun Oct 23 01:13:11 CEST 2011 - ma@suse.de
2991
2992 - Update zypp-po.tar.bz2
2993
2994 -------------------------------------------------------------------
2995 Fri Oct 21 11:47:39 CEST 2011 - ma@suse.de
2996
2997 - Add zypp.conf option repo.refresh.locales: A list of locales for
2998   which translated package descriptions should be downloaded if
2999   available.
3000 - Explixitly set CURLOPT_PROXYAUTH
3001 - version 10.3.0 (1)
3002
3003 -------------------------------------------------------------------
3004 Tue Oct 18 16:45:13 CEST 2011 - ma@suse.de
3005
3006 - Add arch armv7tnhl and armv7thl
3007 - Fix RepoVariablesReplacer to compute substitution values on demand only
3008 - PathInfo::hardlinkCopy: fix handling cross-device links
3009 - version 10.2.0 (1)
3010
3011 -------------------------------------------------------------------
3012 Sun Oct 16 01:13:37 CEST 2011 - ma@suse.de
3013
3014 - Update zypp-po.tar.bz2
3015
3016 -------------------------------------------------------------------
3017 Thu Oct 13 11:50:26 CEST 2011 - ma@suse.de
3018
3019 - Must not differ between type nfs and nfs4 when checking the mount
3020   table (bnc#710269)
3021 - version 10.1.1 (1)
3022
3023 -------------------------------------------------------------------
3024 Thu Oct 13 01:13:37 CEST 2011 - ma@suse.de
3025
3026 - Update zypp-po.tar.bz2
3027
3028 -------------------------------------------------------------------
3029 Tue Oct 11 15:20:43 CEST 2011 - ma@suse.de
3030
3031 - Switch to using libsolv instead of satsolver
3032 - version 10.1.0 (1)
3033
3034 -------------------------------------------------------------------
3035 Sun Oct  9 01:13:16 CEST 2011 - ma@suse.de
3036
3037 - Update zypp-po.tar.bz2
3038
3039 -------------------------------------------------------------------
3040 Thu Oct  6 01:14:00 CEST 2011 - ma@suse.de
3041
3042 - Update zypp-po.tar.bz2
3043
3044 -------------------------------------------------------------------
3045 Tue Sep 20 09:57:04 CEST 2011 - ma@suse.de
3046
3047 - Bump major version for Factory; 9.x is continued on SLE-11-SP2-Branch
3048 - version 10.0.0 (0)
3049
3050 -------------------------------------------------------------------
3051 Tue Sep 13 10:51:53 CEST 2011 - ma@suse.de
3052
3053 - Enhance Selectable API
3054 - version 9.11.0 (8)
3055
3056 -------------------------------------------------------------------
3057 Sun Sep 11 01:18:59 CEST 2011 - ma@suse.de
3058
3059 - Update sle-zypp-po.tar.bz2
3060
3061 -------------------------------------------------------------------
3062 Sun Sep 11 01:13:12 CEST 2011 - ma@suse.de
3063
3064 - Update zypp-po.tar.bz2
3065
3066 -------------------------------------------------------------------
3067 Thu Sep  8 01:19:28 CEST 2011 - ma@suse.de
3068
3069 - Update sle-zypp-po.tar.bz2
3070
3071 -------------------------------------------------------------------
3072 Thu Sep  8 01:14:08 CEST 2011 - ma@suse.de
3073
3074 - Update zypp-po.tar.bz2
3075
3076 -------------------------------------------------------------------
3077 Wed Sep  7 12:38:23 CEST 2011 - ma@suse.de
3078
3079 - Explicitly require rpm.
3080 - version 9.10.2 (8)
3081
3082 -------------------------------------------------------------------
3083 Sun Sep  4 01:16:54 CEST 2011 - ma@suse.de
3084
3085 - Update sle-zypp-po.tar.bz2
3086
3087 -------------------------------------------------------------------
3088 Sun Sep  4 01:13:27 CEST 2011 - ma@suse.de
3089
3090 - Update zypp-po.tar.bz2
3091
3092 -------------------------------------------------------------------
3093 Thu Sep  1 01:13:36 CEST 2011 - ma@suse.de
3094
3095 - Update zypp-po.tar.bz2
3096
3097 -------------------------------------------------------------------
3098 Mon Aug 29 10:51:04 CEST 2011 - ma@suse.de
3099
3100 - Extend mount entry comparison fix (bnc#710269)
3101 - version 9.10.2 (8)
3102
3103 -------------------------------------------------------------------
3104 Thu Aug 25 01:17:06 CEST 2011 - ma@suse.de
3105
3106 - Update sle-zypp-po.tar.bz2
3107
3108 -------------------------------------------------------------------
3109 Mon Aug 22 13:57:16 CEST 2011 - ma@suse.de
3110
3111 - Update sle-zypp-po.tar.bz2
3112
3113 -------------------------------------------------------------------
3114 Sun Aug 14 01:13:21 CEST 2011 - ma@suse.de
3115
3116 - Update zypp-po.tar.bz2
3117
3118 -------------------------------------------------------------------
3119 Sun Aug  7 01:16:07 CEST 2011 - ma@suse.de
3120
3121 - Update zypp-po.tar.bz2
3122
3123 -------------------------------------------------------------------
3124 Fri Aug  5 15:20:07 CEST 2011 - ma@suse.de
3125
3126 - Attempt to fix smb mount entry comparison (bnc#710269)
3127 - version 9.10.1 (8)
3128
3129 -------------------------------------------------------------------
3130 Thu Aug  4 14:54:47 CEST 2011 - ma@suse.de
3131
3132 - Allow to turn Resolvers upgrade mode on and off (bnc#709480)
3133 - Fix reading of integer arrays from rpm headers (bnc#709716)
3134 - version 9.10.0 (8)
3135
3136 -------------------------------------------------------------------
3137 Thu Aug  4 01:14:00 CEST 2011 - ma@suse.de
3138
3139 - Update zypp-po.tar.bz2
3140
3141 -------------------------------------------------------------------
3142 Thu Jul 28 13:04:10 CEST 2011 - ma@suse.de
3143
3144 - Evaluate CURLINFO_CONDITION_UNMET on zero sized successful transfers,
3145   if compiled against libcurl-7.19.4 or above. (bnc#692260)
3146 - version 9.9.2 (8)
3147
3148 -------------------------------------------------------------------
3149 Mon Jul 25 16:20:37 CEST 2011 - ma@suse.de
3150
3151 - Always read /proc/mounts when looking for mounted media (bnc#705893)
3152 - version 9.9.1 (8)
3153
3154 -------------------------------------------------------------------
3155 Fri Jul 22 13:12:34 CEST 2011 - ma@suse.de
3156
3157 - MediaUserAuth: Do not expose libcurl header files.
3158 - version 9.9.0 (8)
3159
3160 -------------------------------------------------------------------
3161 Mon Jul 18 11:33:25 CEST 2011 - ma@suse.de
3162
3163 - More initialize parser structure fixes. (bnc#705181)
3164 - version 9.8.7 (8)
3165
3166 -------------------------------------------------------------------
3167 Fri Jul 15 15:15:01 CEST 2011 - ma@suse.de
3168
3169 - Check for /etc/sysconfig/storage changes before solving (bnc#702365)
3170 - version 9.8.6 (8)
3171
3172 -------------------------------------------------------------------
3173 Fri Jul 15 13:58:53 CEST 2011 - ma@suse.de
3174
3175 - Properly initialize parser structures (bnc#705181)
3176 - version 9.8.5 (8)
3177
3178 -------------------------------------------------------------------
3179 Thu Jul  7 15:53:17 CEST 2011 - ma@suse.de
3180
3181 - Fix tests for available libcurl version.
3182 - version 9.8.4 (8)
3183
3184 -------------------------------------------------------------------
3185 Thu Jul  7 01:13:47 CEST 2011 - ma@suse.de
3186
3187 - Update zypp-po.tar.bz2
3188
3189 -------------------------------------------------------------------
3190 Mon Jul  4 10:41:42 CEST 2011 - ma@suse.de
3191
3192 - Make fix for bnc#702576 more robust.
3193 - Enhance fix for bnc#699435. Return an error if download in advance
3194   failed to provide all packages, so zypper does not silently quit.
3195 - version 9.8.3 (8)
3196
3197 -------------------------------------------------------------------
3198 Thu Jun 30 01:13:43 CEST 2011 - ma@suse.de
3199
3200 - Update zypp-po.tar.bz2
3201
3202 -------------------------------------------------------------------
3203 Wed Jun 29 12:23:24 CEST 2011 - ma@suse.de
3204
3205 - Always compute transaction from pool (bnc#702576)
3206 - version 9.8.2 (8)
3207
3208 -------------------------------------------------------------------
3209 Tue Jun 28 16:04:50 CEST 2011 - ma@suse.de
3210
3211 - Add feature provides for supported plugins.
3212
3213 -------------------------------------------------------------------
3214 Tue Jun 21 10:44:47 CEST 2011 - dmacvicar@suse.de
3215
3216 - Add configuration template for automatic kernel
3217   purge (feature#312018) to zypp.conf
3218
3219 -------------------------------------------------------------------
3220 Tue Jun 14 13:38:00 CEST 2011 - ma@suse.de
3221
3222 - Fix download loop to skip non-install actions. (bnc#699435)
3223 - version 9.8.1 (8)
3224
3225 -------------------------------------------------------------------
3226 Sun Jun 12 01:13:36 CEST 2011 - ma@suse.de
3227
3228 - Update zypp-po.tar.bz2
3229
3230 -------------------------------------------------------------------
3231 Thu Jun  9 09:34:51 CEST 2011 - ma@suse.de
3232
3233 - Fix missing return value.
3234
3235 -------------------------------------------------------------------
3236 Wed Jun  8 12:58:54 CEST 2011 - ma@suse.de
3237
3238 - Simplify ZYppCommitResult by using filtered Transaction::action_iterator.
3239 - version 9.8.0 (8)
3240
3241 -------------------------------------------------------------------
3242 Tue Jun  7 14:12:35 CEST 2011 - ma@suse.de
3243
3244 - Update zypp-po.tar.bz2
3245
3246 -------------------------------------------------------------------
3247 Tue Jun  7 12:42:20 CEST 2011 - ma@suse.de
3248
3249 - Fix transaction ORDER_BY_MEDIANR.
3250 - version 9.7.0 (5)
3251
3252 -------------------------------------------------------------------
3253 Fri Jun  3 23:12:05 CEST 2011 - ma@suse.de
3254
3255 - Basic commit plugins implemented. They may be used to implement pre/post
3256   commit actions like taking file system snapshots (fate#303699)
3257 - version 9.6.0 (5)
3258
3259 -------------------------------------------------------------------
3260 Tue May 31 17:27:45 CEST 2011 - ma@suse.de
3261
3262 - Do commit based on sat::Transaction.
3263 - version 9.5.0 (5)
3264
3265 -------------------------------------------------------------------
3266 Tue May 31 12:09:17 CEST 2011 - ma@suse.de
3267
3268 - Assert rpm database directory is created before rpmtsInitDB is
3269   called (bnc#697115)
3270
3271 -------------------------------------------------------------------
3272 Tue May 31 11:46:57 CEST 2011 - dheidler@suse.de
3273
3274 - fix var definition order in PackageProvider
3275 - fix operator~ return datatype for flags (ctor is explicit)
3276 - add method interactiveFlags to Patch describing what makes it
3277   interactive
3278 - version 9.4.0 (3)
3279
3280 -------------------------------------------------------------------
3281 Tue May 31 10:12:12 CEST 2011 - ma@suse.de
3282
3283 - Recommend 'lsof' (for zypper ps) (bnc#694427, bnc#684466)
3284
3285 -------------------------------------------------------------------
3286 Mon May 30 17:14:14 CEST 2011 - dheidler@suse.de
3287
3288 - Switch patch interactive-check to flags
3289 - version 9.3.0 (3)
3290
3291 -------------------------------------------------------------------
3292 Sun May 29 01:13:42 CEST 2011 - ma@suse.de
3293
3294 - Update zypp-po.tar.bz2
3295
3296 -------------------------------------------------------------------
3297 Fri May 27 17:02:05 CEST 2011 - ma@suse.de
3298
3299 - fix specfile to handle sles translations if available
3300
3301 -------------------------------------------------------------------
3302 Fri May 27 09:51:13 CEST 2011 - ma@suse.de
3303
3304 - Avoid using #elifdef directive.
3305
3306 -------------------------------------------------------------------
3307 Thu May 26 01:13:43 CEST 2011 - ma@suse.de
3308
3309 - Update zypp-po.tar.bz2
3310
3311 -------------------------------------------------------------------
3312 Wed May 25 09:22:28 CEST 2011 - ma@suse.de
3313
3314 - Add a fallback gnome-packagekit updater in package-manager (bnc#667504)
3315 - Backport changelog entries from SLE11-SP1 branch. Bugs mentioned here
3316   were either fixed without bnc# or do not apply to this branch. This is
3317   to make the changelog checker happy:
3318   - Set proper defaults for service repos (bnc#673943)
3319
3320 -------------------------------------------------------------------
3321 Tue May 24 12:43:32 CEST 2011 - dheidler@suse.de
3322
3323 - add option ignore_reboot_flag to Patch::interactive (bnc#665853)
3324 - version 9.2.0 (2)
3325
3326 -------------------------------------------------------------------
3327 Mon May 23 16:12:32 CEST 2011 - dheidler@suse.de
3328
3329 - respect patch content license when determinating interactive status
3330 - version 9.1.2 (1)
3331
3332 -------------------------------------------------------------------
3333 Mon May 23 12:05:10 CEST 2011 - ma@suse.de
3334
3335 - More rpm-4.9 fixes
3336 - Disable rpm V3toV4 conversion while not working with rpm 4.9
3337
3338 -------------------------------------------------------------------
3339 Sun May 22 01:14:21 CEST 2011 - ma@suse.de
3340
3341 - Update zypp-po.tar.bz2
3342
3343 -------------------------------------------------------------------
3344 Fri May 20 17:11:10 CEST 2011 - ma@suse.de
3345
3346 - Fix for rpm-4.9
3347 - version 9.1.1 (1)
3348
3349 -------------------------------------------------------------------
3350 Fri May 20 13:43:38 CEST 2011 - ma@suse.de
3351
3352 - Disable use if rpm-4.4 legacy interface (dropped in 4.9) (bnc#691089)
3353 - Fix poolquery handling repo restrictions correctly. (bnc#661976)
3354 - version 9.1.0 (1)
3355
3356 -------------------------------------------------------------------
3357 Wed May 18 14:10:20 CEST 2011 - dmacvicar@suse.de
3358
3359 - Allow MediaCD to build against HAL or nothing
3360   if udev is not present
3361
3362 -------------------------------------------------------------------
3363 Mon May 16 14:42:09 CEST 2011 - dmacvicar@suse.de
3364
3365 - forward port all changes to make it build in Code10
3366
3367 -------------------------------------------------------------------
3368 Mon May 16 11:51:51 UTC 2011 - dmacvicar@suse.de
3369
3370 - make -Werror=format-security optional and used only if
3371   supported
3372
3373 -------------------------------------------------------------------
3374 Sun May 15 01:13:47 CEST 2011 - ma@suse.de
3375
3376 - Update zypp-po.tar.bz2
3377
3378 -------------------------------------------------------------------
3379 Thu May 12 01:13:54 CEST 2011 - ma@suse.de
3380
3381 - Update zypp-po.tar.bz2
3382
3383 -------------------------------------------------------------------
3384 Fri May  6 13:22:35 CEST 2011 - dheidler@suse.de
3385
3386 - delete old metadata temp directories
3387 - version 9.0.3 (0)
3388
3389 -------------------------------------------------------------------
3390 Wed Apr 27 17:17:00 CEST 2011 - dheidler@suse.de
3391
3392 - fix max_concurrent_connections option in MultiCurl (bnc#596089)
3393 - version 9.0.2 (0)
3394
3395 -------------------------------------------------------------------
3396 Sun Apr 17 01:13:40 CEST 2011 - ma@suse.de
3397
3398 - Update zypp-po.tar.bz2
3399
3400 -------------------------------------------------------------------
3401 Tue Apr 12 18:49:32 CEST 2011 - dheidler@suse.de
3402
3403 - check for permissions before writing (fixes bnc#683509)
3404 - version 9.0.1 (0)
3405
3406 -------------------------------------------------------------------
3407 Tue Apr  5 12:08:27 CEST 2011 - ma@suse.de
3408
3409 - Switch ResPoolProxy to use multimap in order to allow iteration
3410   of all Selectables of all kinds.
3411 - Add upper/lower_bound iteration to MapKVIterator.
3412 - Add stream output for multimap/set.
3413 - version 9.0.0 (0)
3414
3415 -------------------------------------------------------------------
3416 Mon Apr  4 15:08:08 CEST 2011 - ma@suse.de
3417
3418 - Update zypp-po.tar.bz2
3419
3420 -------------------------------------------------------------------
3421 Mon Apr  4 15:04:47 CEST 2011 - ma@suse.de
3422
3423 - Update zypp-po.tar.bz2
3424
3425 -------------------------------------------------------------------
3426 Mon Apr  4 15:03:55 CEST 2011 - ma@suse.de
3427
3428 - Update zypp-po.tar.bz2
3429
3430 -------------------------------------------------------------------
3431 Thu Mar 10 01:13:39 CET 2011 - ma@suse.de
3432
3433 - Update zypp-po.tar.bz2
3434
3435 -------------------------------------------------------------------
3436 Sun Mar  6 01:13:41 CET 2011 - ma@suse.de
3437
3438 - Update zypp-po.tar.bz2
3439
3440 -------------------------------------------------------------------
3441 Wed Feb 16 14:24:27 UTC 2011 - dmacvicar@suse.de
3442
3443 - Do not look for $releasever 's value if there is no variable
3444   in the url: parses product file again and again
3445 - version 8.12.2 (10)
3446
3447 -------------------------------------------------------------------
3448 Thu Feb 10 16:01:46 CET 2011 - ma@suse.de
3449
3450 - Remove package-manager.desktop file (bnc#329635)
3451 - version 8.12.1 (10)
3452
3453 -------------------------------------------------------------------
3454 Tue Jan 25 10:09:22 CET 2011 - ma@suse.de
3455
3456 - Apply patch introducing armv7nhl:armv7hl
3457
3458 -------------------------------------------------------------------
3459 Tue Jan 18 12:28:19 UTC 2011 - dmacvicar@suse.de
3460
3461 - allow for Repo Index Services to set the enabled state of
3462   repositories from the server side.
3463 - Fix priority not being set on reading service indexes
3464 - version 8.12.0 (10)
3465
3466 -------------------------------------------------------------------
3467 Fri Jan 14 12:45:18 CET 2011 - ma@suse.de
3468
3469 - Add new ServicePlugin Exceptions.
3470
3471 -------------------------------------------------------------------
3472 Thu Jan 13 01:13:32 CET 2011 - ma@suse.de
3473
3474 - Update zypp-po.tar.bz2
3475
3476 -------------------------------------------------------------------
3477 Thu Dec 23 14:42:02 CET 2010 - dheidler@suse.de
3478
3479 - add method to check if there are manually configured urls
3480 - version 8.11.0 (10)
3481
3482 -------------------------------------------------------------------
3483 Thu Dec 23 11:31:22 CET 2010 - dheidler@suse.de
3484
3485 - create cache directory, if it doesn't exist
3486   when saving mirrorlist
3487 - version 8.10.6 (10)
3488
3489 -------------------------------------------------------------------
3490 Wed Dec 22 12:38:22 CET 2010 - dheidler@suse.de
3491
3492 - moved keepPackages code to RepoInfo::Impl
3493 - version 8.10.5 (10)
3494
3495 -------------------------------------------------------------------
3496 Tue Dec 21 13:29:06 CET 2010 - dheidler@suse.de
3497
3498 - Fix caching of mirrorlist files
3499 - version 8.10.4 (10)
3500
3501 -------------------------------------------------------------------
3502 Thu Dec 16 19:46:00 CET 2010 - ma@suse.de
3503
3504 - Do not export keyring if rpmdb is initialised, but target isn't
3505   (bnc#659494)
3506 - version 8.10.3 (10)
3507
3508 -------------------------------------------------------------------
3509 Fri Dec 10 17:17:07 CET 2010 - dheidler@suse.de
3510
3511 - Catch RPM-Exeption when instaling the Distribution (bnc#658714)
3512 - version 8.10.2 (10)
3513
3514 -------------------------------------------------------------------
3515 Wed Dec  8 14:15:12 CET 2010 - dheidler@suse.de
3516
3517 - fix retrieval of distributionVersion if target is not initialized
3518 - MultiCurl: make sure the server responds with "partial content",
3519   fixes corrupt downloads if the metalink file contains no checksums
3520 - version 8.10.1 (10)
3521
3522 -------------------------------------------------------------------
3523 Wed Dec  1 17:39:16 CET 2010 - dheidler@suse.de
3524
3525 - Added ReplacerVar caching in RepoInfo
3526 - Automaticly remove empty mirrorlist-files
3527 - version 8.10.0 (10)
3528
3529 -------------------------------------------------------------------
3530 Tue Nov 30 17:11:32 CET 2010 - dheidler@suse.de
3531
3532 - Added MirrorList caching
3533 - version 8.9.0 (7)
3534
3535 -------------------------------------------------------------------
3536 Mon Nov 29 12:31:37 CET 2010 - ma@suse.de
3537
3538 - Icons for libzypp should go into desktop-data. (bnc#329635)
3539 - version 8.8.2 (7)
3540
3541 -------------------------------------------------------------------
3542 Wed Nov 24 11:55:59 CET 2010 - ma@suse.de
3543
3544 - Properly handle FTP response 550. (bnc#645747)
3545 - version 8.8.1 (7)
3546
3547 -------------------------------------------------------------------
3548 Fri Nov 19 11:24:39 CET 2010 - mls@suse.de
3549
3550 - fix access of freed memory in MultiCurl (bnc#654600)
3551
3552 -------------------------------------------------------------------
3553 Sun Nov  7 01:13:39 CET 2010 - ma@suse.de
3554
3555 - Update zypp-po.tar.bz2
3556
3557 -------------------------------------------------------------------
3558 Wed Nov  3 16:06:46 CET 2010 - dheidler@suse.de
3559
3560 - added metalink support
3561 - version 8.8.0 (7)
3562
3563 -------------------------------------------------------------------
3564 Thu Oct 21 18:15:31 CEST 2010 - ma@suse.de
3565
3566 - Feed the ProvideFilePolicy progress callback in addition to any
3567   connected media::DownloadProgressReport (bnc#545106)
3568 - version 8.7.1 (7)
3569
3570 -------------------------------------------------------------------
3571 Wed Oct 13 16:14:13 CEST 2010 - dheidler@suse.de
3572
3573 - Make MetaLinkParser accept InputStreams
3574 - Make MetaLinkParser accept Pathnames insted of strings
3575 - Fix MetaLinkv4 hash parsing
3576 - Add MetaLinkParser test
3577 - version 8.7.0 (7)
3578
3579 -------------------------------------------------------------------
3580 Mon Oct 11 17:06:17 CEST 2010 - ma@suse.de
3581
3582 - Use timeouts in plugin script communication.
3583 - Fix ExternalProgram to correctly remember exit status.
3584 - version 8.6.0 (5)
3585
3586 -------------------------------------------------------------------
3587 Sun Oct 10 01:13:40 CEST 2010 - ma@suse.de
3588
3589 - Update zypp-po.tar.bz2
3590
3591 -------------------------------------------------------------------
3592 Fri Oct  8 08:43:02 UTC 2010 - dmacvicar@novell.com
3593
3594 - fix services not being linked to their file after being
3595   saved
3596
3597 -------------------------------------------------------------------
3598 Thu Oct  7 09:02:26 CEST 2010 - jkupec@suse.cz
3599
3600 - Don't use aria2c for FTP (bnc #641328)
3601
3602 -------------------------------------------------------------------
3603 Wed Oct  6 15:39:59 UTC 2010 - dmacvicar@novell.com
3604
3605 - implementation for url resolver plugins
3606 - version 8.5.0 (5)
3607
3608 -------------------------------------------------------------------
3609 Wed Oct  6 16:54:15 CEST 2010 - dheidler@suse.de
3610
3611 - Use DownloadInHeaps as default, when there is nothing configured
3612   and when the target root is set to "/". (bnc#591476)
3613 - version 8.4.0 (4)
3614
3615 -------------------------------------------------------------------
3616 Tue Sep 28 17:12:51 CEST 2010 - dheidler@suse.de
3617
3618 - fixed replacing releasever (for fedora systems) - (bnc#637470)
3619 - version 8.3.0 (0)
3620
3621 -------------------------------------------------------------------
3622 Fri Sep 24 13:07:25 CEST 2010 - mls@suse.de
3623
3624 - fix metalink4 parsing [bnc#641484]
3625
3626 -------------------------------------------------------------------
3627 Thu Sep 23 01:13:45 CEST 2010 - ma@suse.de
3628
3629 - Update zypp-po.tar.bz2
3630
3631 -------------------------------------------------------------------
3632 Mon Sep 20 15:31:31 UTC 2010 - dmacvicar@novell.com
3633
3634 - Allow per repository proxy settings like yum does.
3635   Including setting it to _none_ overriding the
3636   system proxy.
3637   Patch from Zhang, Qiang <qiang.z.zhang@intel.com>
3638 - version 8.2.1 (0)
3639
3640 -------------------------------------------------------------------
3641 Fri Sep 10 17:06:34 CEST 2010 - dheidler@suse.de
3642
3643 - fixed replacing basearch (for fedora systems) - (bnc#637473)
3644 - version 8.2.0 (0)
3645
3646 -------------------------------------------------------------------
3647 Fri Sep 10 11:57:29 CEST 2010 - ma@suse.de
3648
3649 - Report download failures in commit result (bnc#431854)
3650 - Fix Solvable::onSystemByUser returning true for uninstalled solvables.
3651 - version 8.1.3 (0)
3652
3653 -------------------------------------------------------------------
3654 Tue Aug 31 20:01:26 CEST 2010 - ma@suse.de
3655
3656 - Fix download-only not to omit source packages (bnc#635596)
3657 - version 8.1.2 (0)
3658
3659 -------------------------------------------------------------------
3660 Thu Aug 26 01:13:38 CEST 2010 - ma@suse.de
3661
3662 - Update zypp-po.tar.bz2
3663
3664 -------------------------------------------------------------------
3665 Fri Aug 13 12:33:26 UTC 2010 - dmacvicar@novell.com
3666
3667 - fix basearch url variable
3668 - use the right release package name on fedora
3669
3670 -------------------------------------------------------------------
3671 Tue Aug 10 13:18:08 CEST 2010 - ma@suse.de
3672
3673 - MediaDISK: Use blkid to verify disk volumes. (bnc#623226)
3674 - version 8.1.1 (0)
3675
3676 -------------------------------------------------------------------
3677 Sun Aug  8 01:13:37 CEST 2010 - ma@suse.de
3678
3679 - Update zypp-po.tar.bz2
3680
3681 -------------------------------------------------------------------
3682 Thu Aug  5 01:13:53 CEST 2010 - ma@suse.de
3683
3684 - Update zypp-po.tar.bz2
3685
3686 -------------------------------------------------------------------
3687 Tue Aug  3 16:17:04 CEST 2010 - ma@suse.de
3688
3689 - Fix memory leaks.
3690
3691 -------------------------------------------------------------------
3692 Mon Aug  2 11:58:57 CEST 2010 - ma@suse.de
3693
3694 - Enhance PoolItem interface to assist patch classification. (bnc#627316)
3695 - version 8.1.0 (0)
3696
3697 -------------------------------------------------------------------
3698 Tue Jul 27 15:38:00 CEST 2010 - ma@suse.de
3699
3700 - Fix bug in PoolQuery::addDependency
3701 - Disable MediaAria and enable MultiCurl as default http/ftp backend.
3702   MultiCurl implements MetaLink and Zsync support using libcurl. In
3703   case of trouble set ZYPP_MULTICURL=0 in the envirionment to disable
3704   the new backend.
3705 - version 8.0.1 (0)
3706
3707 -------------------------------------------------------------------
3708 Mon Jul 26 17:05:14 CEST 2010 - ma@suse.de
3709
3710 - Bump heads major version after 11.3 branched away.
3711 - version 8.0.0 (0)
3712
3713 -------------------------------------------------------------------
3714 Thu Jul 22 01:13:27 CEST 2010 - ma@suse.de
3715
3716 - Update zypp-po.tar.bz2
3717
3718 -------------------------------------------------------------------
3719 Wed Jul  7 13:56:49 CEST 2010 - ma@suse.de
3720
3721 - Add PoolQuery for name, edition AND architecture in one go. (bnc#614362)
3722 - version 7.8.0 (6)
3723
3724 -------------------------------------------------------------------
3725 Mon Jul  5 13:03:57 CEST 2010 - ma@suse.de
3726
3727 - Fix requirement to /usr/bin/uuidgen (bnc#613304)
3728
3729 -------------------------------------------------------------------
3730 Sun Jul  4 01:13:29 CEST 2010 - ma@suse.de
3731
3732 - Update zypp-po.tar.bz2
3733
3734 -------------------------------------------------------------------
3735 Tue Jun 29 17:46:13 CEST 2010 - ma@suse.de
3736
3737 - Fix CURLOPT_MAX_RECV_SPEED_LARGE expecting a curl_off_t argument.
3738
3739 -------------------------------------------------------------------
3740 Tue Jun 29 10:22:06 CEST 2010 - ma@suse.de
3741
3742 - Respect zypp.conf policy settings when solving for update.
3743
3744 -------------------------------------------------------------------
3745 Fri Jun 25 11:35:52 CEST 2010 - ma@suse.de
3746
3747 - Don't bloat logfile by logging install progess values.
3748
3749 -------------------------------------------------------------------
3750 Thu Jun 10 01:13:49 CEST 2010 - ma@suse.de
3751
3752 - Update zypp-po.tar.bz2
3753
3754 -------------------------------------------------------------------
3755 Mon Jun  7 17:52:50 CEST 2010 - ma@suse.de
3756
3757 - Add missing Date constant declarations.
3758 - version 7.7.5 (6)
3759
3760 -------------------------------------------------------------------
3761 Mon Jun  7 11:46:58 CEST 2010 - ma@suse.de
3762
3763 - Prevent against daemons launched in rpm %post, that do not close
3764   their filedescriptors. Original fix was accidentally reverted.
3765   (bnc#174548)
3766 - version 7.7.4 (6)
3767
3768 -------------------------------------------------------------------
3769 Sun Jun  6 01:13:52 CEST 2010 - ma@suse.de
3770
3771 - Update zypp-po.tar.bz2
3772
3773 -------------------------------------------------------------------
3774 Fri Jun  4 17:14:17 CEST 2010 - ma@suse.de
3775
3776 - Fix default evaluation of recommendations of installed
3777   packages (bnc#605490)
3778 - version 7.7.3 (6)
3779
3780 -------------------------------------------------------------------
3781 Thu Jun  3 01:14:08 CEST 2010 - ma@suse.de
3782
3783 - Update zypp-po.tar.bz2
3784
3785 -------------------------------------------------------------------
3786 Fri May 21 20:00:55 CEST 2010 - ma@suse.de
3787
3788 - Fix broken IdStringType comparison (bnc#607572)
3789 - version 7.7.2 (6)
3790
3791 -------------------------------------------------------------------
3792 Thu May 20 21:01:05 CEST 2010 - ma@suse.de
3793
3794 - Fix packages provided via delta rpm being placed in
3795   the wrong package cache (bnc#607583)
3796 - version 7.7.1 (6)
3797
3798 -------------------------------------------------------------------
3799 Thu May 20 01:13:49 CEST 2010 - ma@suse.de
3800
3801 - Update zypp-po.tar.bz2
3802
3803 -------------------------------------------------------------------
3804 Tue May 18 18:02:44 CEST 2010 - ma@suse.de
3805
3806 - Fix arch detection on sprac (bug #566291)
3807 - Arch: add sparc64v and sparcv9v and armv7l
3808 - RepoManager: refresh repo if last refresh is in the future (bnc#593617)
3809 - version 7.6.1 (6)
3810
3811 -------------------------------------------------------------------
3812 Mon May 17 15:25:14 CEST 2010 - ma@suse.de
3813
3814 - Fix package-manager-su to support LXDE (Andrea Florio) (bnc#582235)
3815 - Cleanup spec file (Pavol Rusnak)
3816 - version 7.6.0 (6)
3817
3818 -------------------------------------------------------------------
3819 Sun May 16 01:13:39 CEST 2010 - ma@suse.de
3820
3821 - Update zypp-po.tar.bz2
3822
3823 -------------------------------------------------------------------
3824 Wed May 12 19:09:54 CEST 2010 - ma@suse.de
3825
3826 - Add methods to evaluate gpg geys expiration dates.
3827 - Export all rpmDb keys to the zypp trusted keyring in one go.
3828 - version 7.6.0 (6)
3829
3830 -------------------------------------------------------------------
3831 Wed May 12 17:35:44 CEST 2010 - ma@suse.de
3832
3833 - Update zypp-po.tar.bz2
3834
3835 -------------------------------------------------------------------
3836 Sun May  9 01:13:45 CEST 2010 - ma@suse.de
3837
3838 - Update zypp-po.tar.bz2
3839
3840 -------------------------------------------------------------------
3841 Sat May  8 01:13:43 CEST 2010 - ma@suse.de
3842
3843 - Update zypp-po.tar.bz2
3844
3845 -------------------------------------------------------------------
3846 Fri May  7 01:13:55 CEST 2010 - ma@suse.de
3847
3848 - Update zypp-po.tar.bz2 (Revision: 54959)
3849
3850 -------------------------------------------------------------------
3851 Wed May  5 14:49:39 CEST 2010 - ma@suse.de
3852
3853 - Update zypp-po.tar.bz2 (Revision: 54959)
3854
3855 -------------------------------------------------------------------
3856 Tue May  4 01:13:43 CEST 2010 - ma@suse.de
3857
3858 - Update translations.
3859
3860 -------------------------------------------------------------------
3861 Mon May  3 18:12:36 CEST 2010 - ma@suse.de
3862
3863 - Improve solver.cleandepsOnRemove result by evaluating the install
3864   history to find packages installed on behalf of a user request (not
3865   auto added by the solver).
3866 - version 7.5.0 (5)
3867
3868 -------------------------------------------------------------------
3869 Sat May  1 01:13:43 CEST 2010 - ma@suse.de
3870
3871 - Update translations.
3872
3873 -------------------------------------------------------------------
3874 Fri Apr 30 01:13:46 CEST 2010 - ma@suse.de
3875
3876 - Update translations.
3877
3878 -------------------------------------------------------------------
3879 Thu Apr 29 17:10:29 CEST 2010 - ma@suse.de
3880
3881 - Cleanup when deleting packages. New zypp.conf expert option
3882   solver.cleandepsOnRemove telling whether the solver should per
3883   default try to remove packages exclusively required by the ones
3884   he's asked to delete (default false).
3885 - Resolver::cleandepsOnRemove API to allow applications to change
3886   the solver option.
3887 - version 7.4.0 (4)
3888
3889 -------------------------------------------------------------------
3890 Thu Apr 29 01:13:40 CEST 2010 - ma@suse.de
3891
3892 - Update translations.
3893
3894 -------------------------------------------------------------------
3895 Wed Apr 28 16:35:04 CEST 2010 - ma@suse.de
3896
3897 - Enable splitprovides on update.
3898
3899 -------------------------------------------------------------------
3900 Wed Apr 28 01:13:37 CEST 2010 - ma@suse.de
3901
3902 - Update translations.
3903
3904 -------------------------------------------------------------------
3905 Tue Apr 27 17:42:20 CEST 2010 - ma@suse.de
3906
3907 - Selectable: Classify broken but locked patch as isUnwanted (bnc#577118)
3908 - version 7.3.0 (2)
3909
3910 -------------------------------------------------------------------
3911 Tue Apr 27 11:25:17 CEST 2010 - ma@suse.de
3912
3913 - Use libudev to detect available cd/dvd devices (bnc#590707,fate#308980)
3914 - Fix specfile to BuildRequire libudev-devel.
3915 - version 7.2.0 (2)
3916
3917 -------------------------------------------------------------------
3918 Mon Apr 26 11:57:23 CEST 2010 - ma@suse.de
3919
3920 - Support URLs and ISOs ending on 'Media1', 'Media2', etc., when
3921   rewiting the URL to access a specific media number. By now only
3922   nanmes ending on 'CD' or 'DVD' were supported. (bnc#594850)
3923
3924 -------------------------------------------------------------------
3925 Fri Apr 23 01:13:34 CEST 2010 - ma@suse.de
3926
3927 - Update translations.
3928
3929 -------------------------------------------------------------------
3930 Wed Apr 21 01:13:38 CEST 2010 - ma@suse.de
3931
3932 - Update translations.
3933
3934 -------------------------------------------------------------------
3935 Tue Apr 20 16:56:59 CEST 2010 - ma@suse.de
3936
3937 - /etc/zypp/locks: Allow to specify edition ranges with
3938   solvable:name and dependencies.
3939 - version 7.1.1 (1)
3940
3941 -------------------------------------------------------------------
3942 Thu Apr 15 12:49:01 CEST 2010 - ma@suse.de
3943
3944 - Provide name of the lock holder in ZYppFactoryException. (bnc#580513)
3945 - version 7.1.0 (1)
3946
3947 -------------------------------------------------------------------
3948 Wed Apr 14 15:09:18 CEST 2010 - ma@suse.de
3949
3950 - Using boost-1.42 requires -fno-strict-aliasing (bnc#595545)
3951 - Bump major version for 11.3 development.
3952 - version 7.0.0 (0)
3953
3954 -------------------------------------------------------------------
3955 Tue Apr 13 14:36:31 CEST 2010 - ma@suse.de
3956
3957 - Fix parsing port from IPv6 URL (bnc#593385)
3958
3959 -------------------------------------------------------------------
3960 Fri Mar 26 19:23:59 CET 2010 - ma@suse.de
3961
3962 - Propagate ZConfig::setTextLocale to pool. (bnc#588850)
3963 - version 6.31.3 (31)
3964
3965 -------------------------------------------------------------------
3966 Fri Mar 26 13:50:08 CET 2010 - ma@suse.de
3967
3968 - Fix guessing package spec to match package names only. (bnc#590864)
3969 - version 6.31.2 (31)
3970
3971 -------------------------------------------------------------------
3972 Tue Mar 23 16:55:56 CET 2010 - ma@suse.de
3973
3974 - Add static Target::distributionLabel to return the baseproducts
3975   shortName and summary. Mainlu used for the bootloader menu. (bnc #586303)
3976 - version 6.31.1 (31)
3977
3978 -------------------------------------------------------------------
3979 Thu Mar 18 17:17:02 CET 2010 - ma@suse.de
3980
3981 - Fix broken bit values in enum VendorSupportOption (bnc#589331)
3982 - version 6.31.0 (31)
3983
3984 -------------------------------------------------------------------
3985 Fri Mar 12 14:46:25 CET 2010 - ma@suse.de
3986
3987 - Fix handling of symlinked packages in package cache. (bnc #585409)
3988 - version 6.30.5 (19)
3989
3990 -------------------------------------------------------------------
3991 Tue Feb 23 19:05:04 CET 2010 - jkupec@suse.cz
3992
3993 - Avoiding use of 'guest' if 'credentials' is used when moutning
3994   a CIFS share. This caused 'permission denied' error with certain
3995   server configurations (bnc #560496).
3996
3997 -------------------------------------------------------------------
3998 Tue Feb 23 17:31:05 CET 2010 - ma@suse.de
3999
4000 - Check if a downloaded file actually exists even if aria2c returned 0.
4001   (bnc #564816)
4002 - version 6.30.3 (19)
4003
4004 -------------------------------------------------------------------
4005 Mon Feb 22 15:25:34 CET 2010 - jkupec@suse.cz
4006
4007 - Made CURLE_PARTIAL_FILE an auto-retry error (bnc #471436)
4008
4009 -------------------------------------------------------------------
4010 Mon Feb 22 13:09:09 CET 2010 - ma@suse.de
4011
4012 - Turn off cookies when retrieving services repoindex.xml (bnc #573897)
4013 - Consider pending disable requests when removing service repositories. (bnc #572634)
4014 - version 6.30.1 (19)
4015
4016 -------------------------------------------------------------------
4017 Sun Feb 21 14:11:49 CET 2010 - jkupec@suse.cz
4018
4019 - RepoManager::cleanCacheDirGarbage added for removing directories
4020   which do not belong to any of known repos (bnc #467693)
4021 - version 6.30.0 (19)
4022
4023 -------------------------------------------------------------------
4024 Thu Feb 11 13:40:49 CET 2010 - ma@suse.de
4025
4026 - On SLE aria2 is not required, so conflict with a too old aria2
4027   version installed. (bnc #578052)
4028 - version 6.29.5 (19)
4029
4030 -------------------------------------------------------------------
4031 Wed Feb 10 12:45:21 CET 2010 - ma@suse.de
4032
4033 - Fix package-manager script wrongly escaping UTF-8 chars in path
4034   names (bnc #571410)
4035 - version 6.29.4 (19)
4036
4037 -------------------------------------------------------------------
4038 Mon Feb  8 13:21:40 CET 2010 - ma@suse.de
4039
4040 - Support an alternate SLE-SP1 translation set.
4041 - version 6.29.3 (19)
4042
4043 -------------------------------------------------------------------
4044 Wed Feb  3 15:57:13 CET 2010 - ma@suse.de
4045
4046 - Remember the enabled state of removed service repositories. This
4047   way we are able to restore service repositories correctly after a
4048   subscrition expired and gets renewed. (bnc #572634)
4049 - version 6.29.2 (19)
4050
4051 -------------------------------------------------------------------
4052 Thu Jan 28 16:12:25 CET 2010 - jkupec@suse.cz
4053
4054 - Abort aria2c download when the progress callback receives 'false'
4055   (bnc #545106)
4056
4057 -------------------------------------------------------------------
4058 Tue Jan 19 14:50:15 CET 2010 - ma@suse.de
4059
4060 - Evaluate SolvAttr::repositoryToolVersion to prevent loading
4061   outdated solv files. (bnc #570623)
4062 - version 6.29.0 (19)
4063
4064 -------------------------------------------------------------------
4065 Fri Jan 15 18:15:26 CET 2010 - jkupec@suse.cz
4066
4067 - Use regex to parse aria2c progress lines (bnc #570917)
4068 - version 6.28.1 (19)
4069
4070 -------------------------------------------------------------------
4071 Thu Jan  7 12:25:24 CET 2010 - jkupec@suse.cz
4072
4073 - Set SignatureFileChecker context even if the key is not known
4074   (bnc #495977)
4075 - version 6.28.0 (19)
4076
4077 -------------------------------------------------------------------
4078 Thu Dec 10 17:18:34 CET 2009 - jkupec@suse.cz
4079
4080 - RepoInfoBase::label() added for use in UI messages, plus
4081   ZConfig::repoLabelIsAlias()
4082
4083 -------------------------------------------------------------------
4084 Tue Dec  8 19:41:17 CET 2009 - ma@suse.de
4085
4086 - Fix transaction building in presence of multiversion installable items.
4087 - version 6.27.1 (19)
4088
4089 -------------------------------------------------------------------
4090 Fri Dec  4 17:19:58 CET 2009 - ma@suse.de
4091
4092 - Improve multiversion status handling and installation. (fate #305311)
4093 - version 6.27.0 (19)
4094
4095 -------------------------------------------------------------------
4096 Fri Dec  4 14:56:19 CET 2009 - jkupec@suse.cz
4097
4098 - Don't allow an alias to start with '.' (bnc #473834)
4099
4100 -------------------------------------------------------------------
4101 Thu Dec  3 12:00:16 CET 2009 - ma@suse.de
4102
4103 - PickList and status interface for handling packages which are
4104   installable in multiple versions. (fate #305311)
4105 - version 6.26.0 (19)
4106
4107 -------------------------------------------------------------------
4108 Wed Dec  2 13:10:43 CET 2009 - ma@suse.de
4109
4110 - Add Selectable::highestAvailableVersionObj. Returns the highest
4111   available package version, ignoring priorities and policies. (bnc #557557)
4112 - version 6.25.0 (19)
4113
4114 -------------------------------------------------------------------
4115 Mon Nov 30 17:56:02 CET 2009 - ma@suse.de
4116
4117 - Also parse <product> tag from .prod files <upgrade> section.
4118 - version 6.24.3 (19)
4119
4120 -------------------------------------------------------------------
4121 Fri Nov 27 11:20:34 CET 2009 - ma@suse.de
4122
4123 - Fix chroot execution of update scripts. (bnc #558813)
4124 - version 6.24.3 (19)
4125
4126 -------------------------------------------------------------------
4127 Thu Nov 26 16:06:52 CET 2009 - jkupec@suse.cz
4128
4129 - Fixed parsing of download speed from aria2c (bnc #537870)
4130
4131 -------------------------------------------------------------------
4132 Wed Nov 25 16:28:29 CET 2009 - ma@suse.de
4133
4134 - Add ui::Selecatble interface for picking specific package versions
4135   to install or delete if multiversion install is on.
4136 - version 6.24.0 (19)
4137
4138 -------------------------------------------------------------------
4139 Fri Nov 20 13:30:02 CET 2009 - ma@suse.de
4140
4141 - Parse zypp.conf multiversion option and make the setting available
4142   in pool and resolver.
4143 - version 6.23.0 (19)
4144
4145 -------------------------------------------------------------------
4146 Mon Nov 16 16:27:39 CET 2009 - ma@suse.de
4147
4148 - Specfile fixes to build on sle11-sp1.
4149 - Fix repository probing and building in presence of productdir. (bnc #553712)
4150 - version 6.22.3 (19)
4151
4152 -------------------------------------------------------------------
4153 Thu Nov 12 15:31:10 UTC 2009 - dmacvicar@suse.de
4154
4155 - Forward port and document already present changes
4156   from Code11-Branch
4157   * void SEGV if trying to access data of installed packages, that were
4158     deleted behind our back (bnc #530595)
4159   * ProxyInfoSysconfig: take care variables get initialized.
4160   * Fix parsing of rpm.install.excludedocs option (bnc #518883)
4161   * Use rpm variables in specfile. (bnc #512466)
4162   * Fix to compile with -Werror=format-security
4163   * Fix packageand() in testcase generation
4164   * Don't link unneeded libraries. (bnc #490895)
4165   * Fix Patch::categoryEnum.
4166   * Adapt to changed satsolver API. (bnc #480303)
4167   * Taking ALL translations for generating GMO files (bnc #458739)
4168   * Advice users to contact NCC if access to a 'novell.com'
4169     repository is denied (bnc #464586).
4170 - version 6.22.2 (19)
4171
4172 -------------------------------------------------------------------
4173 Thu Nov 12 11:53:04 CET 2009 - ma@suse.de
4174
4175 - Raised the limit of redirections from 3 to 6 (bnc #465532)
4176 - Following redirections also for https (bnc #545722).
4177 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
4178 - Do not report cached packages as being downloaded. (bnc #545295)
4179 - Per default do not collect and report deleted files outside bin and lib
4180   directories for 'zypper ps'. (bnc #554480)
4181 - version 6.22.1 (19)
4182
4183 -------------------------------------------------------------------
4184 Wed Nov 11 13:54:52 CET 2009 - ma@suse.de
4185
4186 - CheckAccessDeleted: Per default do not collect and report deleted files
4187   that outside bin and lib directories. 'zypper ps' reporting false positive
4188   seems to confuse. (bnc #554480)
4189
4190 -------------------------------------------------------------------
4191 Wed Nov 11 11:45:01 CET 2009 - ma@suse.de
4192
4193 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
4194
4195 -------------------------------------------------------------------
4196 Fri Nov  6 22:16:10 CET 2009 - ma@suse.de
4197
4198 - dup: Process drop list only if product actually changes. (bnc #552180)
4199 - Selectable: Consider allowed arch/noarch changes when comuting candiadates.
4200 - version 6.22.0 (19)
4201
4202 -------------------------------------------------------------------
4203 Mon Nov  2 21:33:40 CET 2009 - ma@suse.de
4204
4205 - Enhance interface for zypper. (bnc #551956)
4206 - version 6.21.4 (19)
4207
4208 -------------------------------------------------------------------
4209 Mon Nov  2 20:03:31 CET 2009 - ma@suse.de
4210
4211 - CIFS/SMB: Support mountoption 'noguest' to prevent passing 'guest' option
4212   to mount. "cifs://server/share/path?mountoptions=noguest,ro" (bnc #547354)
4213 - version 6.21.3 (19)
4214
4215 -------------------------------------------------------------------
4216 Mon Nov  2 16:35:33 CET 2009 - ma@suse.de
4217
4218 - CheckAccessDeleted: Avoid reporting false positive due to insufficient
4219   permission.
4220
4221 -------------------------------------------------------------------
4222 Mon Nov  2 13:59:33 CET 2009 - ma@suse.de
4223
4224 - Don't try to access droplist of dropped products. (bnc #551697)
4225 - version 6.21.2 (19)
4226
4227 -------------------------------------------------------------------
4228 Fri Oct 30 12:30:48 CET 2009 - ma@suse.de
4229
4230 - Don't try to use an empty proxy string. (bnc #551314)
4231 - MediaSMB failed to pass the --workgroup option to mount. (bnc #547354)
4232 - version 6.21.1 (19)
4233
4234 -------------------------------------------------------------------
4235 Fri Oct 30 11:28:05 CET 2009 - ma@suse.de
4236
4237 - New class PoolItemBest: Find the best candidates e.g. in a PoolQuery
4238   result. ui::Selectabe enhancements. Both will aid applications to
4239   install package sets determined by query results. (bnc # 548392)
4240 - Fix upgradeRepo solution to keep obsolete packages. (bnc #550915)
4241 - Updated iso3166-1 country codes (bnc #531350)
4242 - version 6.21.0 (19)
4243
4244 -------------------------------------------------------------------
4245 Tue Oct 27 12:30:29 CET 2009 - ma@suse.de
4246
4247 - Add Resolver::upgradingRepo demanded by GUI. (bnc #548551)
4248 - version 6.20.0 (19)
4249
4250 -------------------------------------------------------------------
4251 Thu Oct 22 15:09:57 CEST 2009 - ma@suse.de
4252
4253 - Fixes to make libzypp-bindings compile.
4254 - version 6.19.3 (19)
4255
4256 -------------------------------------------------------------------
4257 Tue Oct 20 16:06:13 CEST 2009 - ma@suse.de
4258
4259 - Credentials are passed as commandline options to aria2c, so strip any
4260   'user@' from the URL. Otherwise aria will use an empty password for
4261   this URL and authentication will fail. (bnc #544634)
4262 - version 6.19.2 (19)
4263
4264 -------------------------------------------------------------------
4265 Mon Oct 19 13:39:31 CEST 2009 - ma@suse.de
4266
4267 - Repository::setInfo: Propagate priority changes to the solver to
4268   avoid reloading the whole repo (bnc #498266).
4269 - version 6.19.1 (19)
4270
4271 -------------------------------------------------------------------
4272 Thu Oct 15 20:48:02 CEST 2009 - ma@suse.de
4273
4274 - ResStatus: add isOrphaned to test whether a package is not provided
4275   by any enabled repository. Orphaned packages are usually good candidates
4276   for cleanup unless the providing repository was intentionally disabled.
4277 - version 6.19.0 (19)
4278
4279 -------------------------------------------------------------------
4280 Thu Oct 15 17:28:38 CEST 2009 - dmacvicar@suse.de
4281
4282 - aria2: pass credentials in a file instead of the command line
4283   which is logged.
4284 - aria2: we get the url in the progress if there is no response
4285   from the server yet, handle that to avoid flooding the log.
4286 - version 6.18.2 (17)
4287
4288 -------------------------------------------------------------------
4289 Thu Oct 15 16:56:25 CEST 2009 - ma@suse.de
4290
4291 - Performing a dist upgrade the solver may try to delete old and no
4292   longer provided (dropped) packages, even if they do not cause any
4293   dependency problem. This behaviour may be trurned off via zypp.conf
4294   option solver.upgradeRemoveDropedPackages. (bnc #539543)
4295 - New zypp.conf option solver.upgradeRemoveDropedPackages (true).
4296 - Add Product::droplist: List of dropped packages, i.e. packages no
4297   longer provided by a product.
4298 - version 6.18.1 (17)
4299
4300 -------------------------------------------------------------------
4301 Wed Oct  7 16:45:21 CEST 2009 - ma@suse.de
4302
4303 - Return update messages via ZYppCommitResult. Support variable
4304   substitution in notification command. (fate #301175)
4305 - Fix evaluation of no_proxy entries (bnc #543337)
4306 - aria/curl: Fix header data in case the target is
4307   not initialized when downloading.
4308 - version 6.18.0 (17)
4309
4310 -------------------------------------------------------------------
4311 Thu Sep 24 17:21:45 CEST 2009 - ma@suse.de
4312
4313 - Add zypp.conf option update.messages.notify: Command to be invoked
4314   to send update messages. (fate #301175)
4315 - version 6.17.2 (17)
4316
4317 -------------------------------------------------------------------
4318 Tue Sep 22 20:32:38 CEST 2009 - ma@suse.de
4319
4320 - Add Selectable::updateCandidateObj returning the candidate for
4321   update, if there is one. The updateCandidate must not violate
4322   any active solver policy.
4323 - version 6.17.1 (17)
4324
4325 -------------------------------------------------------------------
4326 Fri Sep 18 17:20:37 CEST 2009 - ma@suse.de
4327
4328 - Make sure rpmReadConfigFiles was called before using librpm (bnc #539603).
4329 - Remove dead rpm database caching code from class RpmDb.
4330 - version 6.17.0 (17)
4331
4332 -------------------------------------------------------------------
4333 Fri Sep 11 15:13:30 CEST 2009 - ma@km13.de
4334
4335 - New commit.downloadMode option in zypp.conf. Allows to set a
4336   prefered download policy for commit.
4337 - version 6.16.0 (11)
4338
4339 -------------------------------------------------------------------
4340 Thu Sep 10 19:03:01 CEST 2009 - ma@suse.de
4341
4342 - Support nfs4 (nfs4://... or nfs://...?type=nfs4) (fate #306451)
4343 - Added Url::schemeIsLocal, schemeIsRemote, schemeIsVolatile and
4344   schemeIsDownloading.
4345 - version 6.15.0 (11)
4346
4347 -------------------------------------------------------------------
4348 Wed Sep  9 15:02:18 CEST 2009 - ma@suse.de
4349
4350 - Add Capability::guessPackageSpec; parser also supporting "name-ver-rel.arch"
4351   formats for building Capabilities(originally "name.arch=ver-rel").
4352 - version 6.14.3 (11)
4353
4354 -------------------------------------------------------------------
4355 Mon Sep  7 17:31:20 CEST 2009 - ma@suse.de
4356
4357 - Fix resolution to force installation even if dependencies are missing.
4358   (bnc #531564)
4359 - Rephrase solver resolution to point out if a package will break.
4360   (bnc #520083)
4361
4362 -------------------------------------------------------------------
4363 Fri Sep  4 12:19:50 CEST 2009 - ma@suse.de
4364
4365 - Lock rpms architecture only on distupgrade of the running system.
4366   (bnc #458520)
4367 - version 6.14.2 (11)
4368
4369 -------------------------------------------------------------------
4370 Thu Sep  3 13:41:31 CEST 2009 - ma@suse.de
4371
4372 - Fix PoolQuery comparison (bnc #528755)
4373 - Fix serialization and restore of predicated PoolQueries.
4374 - version 6.14.0 (11)
4375
4376 -------------------------------------------------------------------
4377 Mon Aug 31 15:17:01 CEST 2009 - ma@suse.de
4378
4379 - package-manager script: Fall back to package selection if no
4380   packages are passed on the commandline. (bnc #529137)
4381
4382 -------------------------------------------------------------------
4383 Fri Aug 28 17:33:55 CEST 2009 - dmacvicar@suse.de
4384
4385 - package-manager script:
4386   do not fail if kpackagekit is not installed (bnc #529510)
4387 - version 6.13.3 (11)
4388
4389 -------------------------------------------------------------------
4390 Wed Aug 26 15:55:22 CEST 2009 - ma@suse.de
4391
4392 - Tune CheckAccessDeleted to focus on libraries and executables.
4393 - version 6.13.2 (11)
4394
4395 -------------------------------------------------------------------
4396 Thu Aug  6 18:18:21 CEST 2009 - ma@suse.de
4397
4398 - Provide class CheckAccessDeleted and command zypp-CheckAccessDeleted
4399   to check for running processes which access meanwhile deleted files or
4400   libraries.  This may be used after commit, when trying to figure out
4401   which services need to be restated. (fate #300763).
4402 - version 6.13.1 (11)
4403
4404 -------------------------------------------------------------------
4405 Mon Aug  3 18:46:13 CEST 2009 - ma@suse.de
4406
4407 - New Resolver::addUpgradeRepo to perform a dist upgrade restricted to
4408   certain repositories.
4409 - version 6.13.0 (11)
4410
4411 -------------------------------------------------------------------
4412 Fri Jul 31 17:55:33 CEST 2009 - ma@suse.de
4413
4414 - Remove confusing newlines in vendor change info (bnc #503859)
4415 - Removing a package lock was not counted as state change (bnc #501850)
4416 - Take solver_allowVendorChange option into account when computing the
4417   Selectables default candidate.
4418 - version 6.12.0 (11)
4419
4420 -------------------------------------------------------------------
4421 Wed Jul 29 13:36:19 CEST 2009 - ma@suse.de
4422
4423 - Avoid deadlock after fork and failed exec. (bnc 493152)
4424 - No need to manually detect the location of aria2 binary.
4425 - version 6.11.4 (11)
4426
4427 -------------------------------------------------------------------
4428 Tue Jul 28 23:05:43 CEST 2009 - jkupec@suse.cz
4429
4430 - Fixed parsing of download rate report (changed in aria2 1.4.0)
4431   (bnc #513944)
4432
4433 -------------------------------------------------------------------
4434 Mon Jul 27 16:05:43 CEST 2009 - ma@suse.de
4435
4436 - Create LogControl on demand instead of using a static var. (bnc #525339)
4437 - version 6.11.2 (11)
4438
4439 -------------------------------------------------------------------
4440 Thu Jul 23 00:22:50 CEST 2009 - ma@km13.de
4441
4442 - New misc::defaultLoadSystem: Convenience to create the ZYpp instance
4443   and load target and enabled repositories.
4444
4445 -------------------------------------------------------------------
4446 Wed Jul 22 14:57:32 CEST 2009 - ma@suse.de
4447
4448 - New class InstanceId to build strings to identify/retrieve specific
4449   Solvables.
4450 - version 6.11.1 (11)
4451
4452 -------------------------------------------------------------------
4453 Mon Jul 20 23:57:46 CEST 2009 - ma@km13.de
4454
4455 - Add download policies to ZYppCommitPolicy, supporting DownloadOnly
4456   and DownloadInAdvance. (fate #302159, fate #305624)
4457 - version 6.11.0 (11)
4458
4459 -------------------------------------------------------------------
4460 Thu Jul 16 17:05:27 CEST 2009 - dmacvicar@suse.de
4461
4462 - add support to the package-manager script to use kpackagekit
4463   or gnome-packagekit if available, which allows to install local
4464   rpms with one click from file manager following desktop policies
4465   and fetching other dependencies if required.
4466   (fate #306526)
4467 - version 6.10.5 (10)
4468
4469 -------------------------------------------------------------------
4470 Thu Jul 16 16:25:24 CEST 2009 - ma@suse.de
4471
4472 - New solver.upgradeTestcasesToKeep option in zypp.conf. It tells
4473   how many dist upgrade solver testcases should be kept on the system.
4474   Per default just the last two are kept.
4475 - version 6.10.4 (10)
4476
4477 -------------------------------------------------------------------
4478 Wed Jul 15 17:53:43 CEST 2009 - ma@suse.de
4479
4480 - Don't write a solver testcase when solving for dist upgrade,
4481   but when actually committing.
4482 - version 6.10.3 (10)
4483
4484 -------------------------------------------------------------------
4485 Wed Jul 15 16:45:39 CEST 2009 - ma@suse.de
4486
4487 - Add new string Match::Mode STRINGSTART and STRINGEND.
4488
4489 -------------------------------------------------------------------
4490 Tue Jul 15 14:38:51 CEST 2009 - jkupec@suse.cz
4491
4492 - log redirections when cURL media backend is used (fate #305320).
4493
4494 -------------------------------------------------------------------
4495 Tue Jul 14 18:15:51 CEST 2009 - ma@suse.de
4496
4497 - Support "product version" detection on systems not using
4498   /etc/product.d/baseproduct by looking for the first package
4499   providing ZConfig::distroverpkg (defaults to redhat-release).
4500 - version 6.10.2 (10)
4501
4502 -------------------------------------------------------------------
4503 Fri Jul 10 15:21:39 CEST 2009 - ma@suse.de
4504
4505 - Adapt to boost_unit_test_framework-1.38.
4506 - version 6.10.1 (10)
4507
4508 -------------------------------------------------------------------
4509 Wed Jul  8 16:19:31 CEST 2009 - ma@suse.de
4510
4511 - Remove obsolete UpgradeStatistics class from libzypp.
4512
4513 -------------------------------------------------------------------
4514 Tue Jul  7 17:45:47 CEST 2009 - ma@suse.de
4515
4516 - Fix HistoryLog to initialize on demand.
4517 - version 6.10.0 (10)
4518
4519 -------------------------------------------------------------------
4520 Fri Jul  3 13:01:13 CEST 2009 - ma@suse.de
4521
4522 - Fix parsing of rpm.install.excludedocs option (bnc #518883)
4523
4524 -------------------------------------------------------------------
4525 Fri Jul  3 09:20:56 CEST 2009 - ma@suse.de
4526
4527 - When unmounting ISO images, don't mix up exceptions thrown by the
4528   loop mounted ISO and those thrown by the media containing it.
4529   (bnc #517856)
4530
4531 -------------------------------------------------------------------
4532 Thu Jul  2 16:42:42 CEST 2009 - ma@suse.de
4533
4534 - Adapt to satsolvers improved dataiterator handling.
4535 - version 6.9.3 (8)
4536
4537 -------------------------------------------------------------------
4538 Wed Jul  1 18:05:54 CEST 2009 - ma@suse.de
4539
4540 - Support PoolQuery for sub-structures attributes. (fate #305503)
4541 - version 6.9.2 (8)
4542
4543 -------------------------------------------------------------------
4544 Wed Jul  1 13:44:04 CEST 2009 - ma@suse.de
4545
4546 - Running as non-root user use a temporary @System solvfile in case the
4547   global one is outdated and needed refresh. (bnc #517183)
4548 - version 6.9.1 (8)
4549
4550 -------------------------------------------------------------------
4551 Tue Jun 30 16:32:08 CEST 2009 - ma@suse.de
4552
4553 - Enhance LookupAttr to allow direct query of attributes within
4554   sub-structures (flexarrays).
4555
4556 -------------------------------------------------------------------
4557 Fri Jun 26 12:06:51 CEST 2009 - ma@suse.de
4558
4559 - Enhance PoolQueryIterator to allow detailed inspection of attribute
4560   matches.
4561 - Prefer datadir stored as repo attribute, but fallback searching in
4562   solvbales (old solv files do this).
4563 - version 6.9.0 (8)
4564
4565 -------------------------------------------------------------------
4566 Tue Jun 23 13:29:36 CEST 2009 - ma@suse.de
4567
4568 - Allow building libzypp with rpm-5 (experimental)
4569 - version 6.8.3 (8)
4570
4571 -------------------------------------------------------------------
4572 Wed Jun 17 15:39:17 CEST 2009 - ma@suse.de
4573
4574 - Allow building libzypp without HAL (not recommended). Without HAL
4575   CD/DVD device detection is limited to /dev/dvd and /dev/cdrom.
4576 - version 6.8.2 (8)
4577
4578 -------------------------------------------------------------------
4579 Fri Jun  5 21:16:45 CEST 2009 - ma@suse.de
4580
4581 - Fix solver to use IdSting to avoid failing vendor checks.
4582 - version 6.8.1 (8)
4583
4584 -------------------------------------------------------------------
4585 Thu Jun  4 14:22:58 CEST 2009 - ma@suse.de
4586
4587 - Cleanup and remove deprecated interface methods.
4588 - version 6.8.0 (8)
4589
4590 -------------------------------------------------------------------
4591 Fri May 29 20:12:55 CEST 2009 - ma@suse.de
4592
4593 - Improve PoolQuery to allow queries on dependencies. (bnc #475682)
4594 - version 6.7.0 (6)
4595
4596 -------------------------------------------------------------------
4597 Thu May 28 12:53:02 CEST 2009 - ma@suse.de
4598
4599 - New solver.allowVendorChange expert option in zypp.conf.
4600 - version 6.6.0 (6)
4601
4602 ------------------------------------------------------------------
4603 Wed May 20 14:23:07 CEST 2009 - ma@suse.de
4604
4605 - Fix lost housekeeping data in modifyRepo (bnc #503207)
4606
4607 -------------------------------------------------------------------
4608 Fri May  8 16:43:47 CEST 2009 - ma@suse.de
4609
4610 - Allow service refresh to change a repositories url (bnc #502157)
4611
4612 -------------------------------------------------------------------
4613 Tue May  5 13:39:08 CEST 2009 - ma@suse.de
4614
4615 - Detect and compile with rpm 4.7 (bnc #444211)
4616 - version 6.5.2 (5)
4617
4618 -------------------------------------------------------------------
4619 Mon May  4 16:19:54 CEST 2009 - ma@suse.de
4620
4621 - Improve problem report on broken systemCheck rule (bnc #475144)
4622
4623 -------------------------------------------------------------------
4624 Mon Apr 27 15:26:54 CEST 2009 - ma@suse.de
4625
4626 - In update repos providing multiple release package versions for
4627   the same product, link a product to the latest version. (bnc #497696)
4628
4629 -------------------------------------------------------------------
4630 Mon Apr 27 14:28:07 CEST 2009 - ma@suse.de
4631
4632 - New classes wraping satsolver datamatcher (Match and sat::AttrMatcher)
4633 - Extend LookupAttr to support matching specific string patterns.
4634 - Rewrote PoolQuery::Iterator (adapt to AttrMatcher, fixes and speedup)
4635 - version 6.5.0 (5)
4636
4637 -------------------------------------------------------------------
4638 Thu Apr 16 12:49:40 CEST 2009 - ma@suse.de
4639
4640 - Soft lock packages deleted on behalf of a user request.
4641 - version 6.4.1 (2)
4642
4643 -------------------------------------------------------------------
4644 Tue Mar 31 15:51:32 CEST 2009 - ma@suse.de
4645
4646 - New zypp.conf option 'download.media_preference': Hint which media
4647   to prefer when installing packages (download vs. CD).
4648 - version 6.4.0 (2)
4649
4650 ------------------------------------------------------------------
4651 Thu Mar 12 18:38:30 CET 2009 - ma@suse.de
4652
4653 - Add Resolver::setSolveSrcPackages. Per default disable solving
4654   of source package dependencies. We will later allow to enable
4655   it per package.
4656 - version 6.3.0 (2)
4657
4658 -------------------------------------------------------------------
4659 Fri Mar  6 17:17:26 CET 2009 - dmacvicar@suse.de
4660
4661 - aria2: show the download speed in the right unit
4662 - aria2: show the filename in progress, not the repository
4663 - aria2: don't show done twice
4664
4665 -------------------------------------------------------------------
4666 Thu Mar  5 14:52:44 CET 2009 - ma@suse.de
4667
4668 - Remove a lock if the locking process is in zombie state. (bnc #481577)
4669
4670 -------------------------------------------------------------------
4671 Wed Mar  4 00:13:19 CET 2009 - jkupec@suse.cz
4672
4673 - zypp.conf: fixed and enabled 'servicesdir'
4674
4675 -------------------------------------------------------------------
4676 Tue Mar  3 13:38:11 CET 2009 - dmacvicar@suse.de
4677
4678 - aria2: implement speed indicators (bnc#475506)
4679 - aria2: implement progress indicators correctly (bnc#473846)
4680 - aria2: fix broken pipe when looking for aria2c which caused
4681          a fallback to curl. (bnc#480930)
4682 - aria2: implement saving and reading mirror stats data in
4683          /var/cache/zypp/aria2.stats
4684 - aria2: handle failover correctly (bnc#481115)
4685 - aria2: various improvements in error and report  handling
4686 - aria2: curl: reset settings on attach to avoid duplicate
4687   headers
4688 - version 6.2.1 (2)
4689
4690 -------------------------------------------------------------------
4691 Tue Mar  3 12:44:24 CET 2009 - ma@suse.de
4692
4693 - Adapt to changed satsolver API.
4694
4695 -------------------------------------------------------------------
4696 Fri Feb 27 16:23:36 CET 2009 - dmacvicar@suse.de
4697
4698 - Make sure Fetcher pass optional files as non-interactive
4699 - Fixes file does not exist error when key/sig does not exist
4700 - version 6.2.0 (2)
4701
4702 -------------------------------------------------------------------
4703 Thu Feb 26 13:49:56 CET 2009 - ma@suse.de
4704
4705 - Use correct default for zconfig(solver.checkSystemFile) (bnc# 475144)
4706
4707 -------------------------------------------------------------------
4708 Thu Feb 26 01:25:33 CET 2009 - ma@suse.de
4709
4710 - Prevent ResStatus from overriding user locks. (bnc #475230)
4711
4712 -------------------------------------------------------------------
4713 Sun Feb 22 15:27:11 CET 2009 - ma@suse.de
4714
4715 - Never refresh repositories from CD/DVD, once they are created. (bnc #476429)
4716
4717 -------------------------------------------------------------------
4718 Sat Feb 21 18:31:17 CET 2009 - dmacvicar@suse.de
4719
4720 Implemented the following options with aria backend:
4721
4722 - download.max_concurrent_connections (default 2)
4723   download.min_download_speed (default no limit)
4724   download.max_download_speed (default no limit)
4725   download.max_silent_tries (default 5)
4726
4727 -------------------------------------------------------------------
4728 Fri Feb 20 16:28:19 CET 2009 - dmacvicar@suse.de
4729
4730 - MediaAria2c: allow disabling aria2 using ZYPP_ARIA2C=0.
4731   Various improvements including file existence checking
4732   Disable HEAD request if aria2c >= 1.20
4733   Restrict max connections to 2 for now.
4734
4735 -------------------------------------------------------------------
4736 Wed Feb 18 15:51:38 CET 2009 - ma@suse.de
4737
4738 - Neither lose packages with empty name, nor SEGV when processing them. (bnc #470011)
4739
4740 -------------------------------------------------------------------
4741 Tue Feb 17 23:17:54 CET 2009 - ma@suse.de
4742
4743 - Compute obsoletes based on names only (not considering provides) (bnc #471023)
4744
4745 -------------------------------------------------------------------
4746 Tue Feb 17 12:56:57 CET 2009 - jkupec@suse.cz
4747
4748 - Fixed FTP authentication (bnc #472879)
4749
4750 -------------------------------------------------------------------
4751 Wed Feb 11 13:31:03 CET 2009 - ma@suse.de
4752
4753 - Follow IEC and use the binary prefixes (KiB,MiB,GiB) for printing Byte
4754   counts based on a power of 1024 (formerly just K,M,G). Byte counts based
4755   on a power of 1000 stay unaffected (kB,MB,GB).
4756
4757 -------------------------------------------------------------------
4758 Mon Feb  9 13:14:26 CET 2009 - ma@suse.de
4759
4760 - Fix installation prompting for the wrong CD/DVD. (bnc #472892)
4761
4762 -------------------------------------------------------------------
4763 Tue Feb  3 18:07:38 CET 2009 - ma@suse.de
4764
4765 - Send any output from rpm install/delete scripts via callback, so
4766   applications are able to display it. (bnc #369450)
4767
4768 -------------------------------------------------------------------
4769 Mon Feb  2 14:12:08 CET 2009 - ma@suse.de
4770
4771 - Add missing translations (bnc #256289)
4772
4773 -------------------------------------------------------------------
4774 Wed Jan 28 14:37:28 CET 2009 - jkupec@suse.cz
4775
4776 - HistoryLogReader added
4777
4778 -------------------------------------------------------------------
4779 Tue Jan 27 13:35:44 CET 2009 - ma@suse.de
4780
4781 - Respect content-file DATDIR when downloading packages. (bnc #468612)
4782
4783 -------------------------------------------------------------------
4784 Tue Jan 27 13:28:54 CET 2009 - jkupec@suse.cz
4785
4786 - Enabled CredentialManager for MediaSMB (bnc #460970).
4787 - Ignore URL's username, password, and query string in AuthData
4788   comparator in CredentialManager.
4789
4790 -------------------------------------------------------------------
4791 Mon Jan 26 12:41:07 CET 2009 - ma@suse.de
4792
4793 - Let vendor checks per default differ between 'openSUSE Build Service'
4794   and 'openSUSE' (bnc #467262).
4795
4796 -------------------------------------------------------------------
4797 Fri Jan 23 12:34:44 CET 2009 - ma@suse.de
4798
4799 - Fix handling of plaindir repos on mounted devices (e.g. USB) (bnc #464778)
4800 - Fix plaindir checksum computation not to to follow symlinks (bnc #464778)
4801
4802 -------------------------------------------------------------------
4803 Thu Jan 22 10:41:27 CET 2009 - ma@suse.de
4804
4805 - Tell satsolver about product buddies (bnc #466565)
4806
4807 -------------------------------------------------------------------
4808 Fri Jan  9 17:01:10 CET 2009 - jkupec@suse.cz
4809
4810 - handle HTTP 503 reponses as temporary errors (bnc #462545)
4811
4812 -------------------------------------------------------------------
4813 Thu Dec 18 22:26:18 CET 2008 - ma@suse.de
4814
4815 - Fixed lost user request to abort during commit. (bnc #388810, bnc #450273)
4816 - revision 11954
4817 - version 5.25.0 (23)
4818
4819 -------------------------------------------------------------------
4820 Thu Dec 18 13:02:27 CET 2008 - ma@suse.de
4821
4822 - Add Package::filelist, faster and less memory consuming
4823   implementation of Package::filenames (now deprecated).
4824 - revision 11949
4825
4826 -------------------------------------------------------------------
4827 Thu Dec 11 21:39:50 CET 2008 - ma@suse.de
4828
4829 - Add str::hexencode and str::hexdecode to encode special characters
4830   in a string as %XX.
4831 - Hexdecode modalias strings in rpm dependencies because rpm does not
4832   allow comma, blank and other special chars. (bnc #456695)
4833 - revision 11927
4834
4835 -------------------------------------------------------------------
4836 Thu Dec 11 17:13:06 CET 2008 - ma@suse.de
4837
4838 - Catch and report media errors when proving packages. (bnc #457652)
4839 - revision 11926
4840
4841 -------------------------------------------------------------------
4842 Wed Dec 10 16:09:08 CET 2008 - ma@suse.de
4843
4844 - Remove obsolete zypp.conf::productsdir and deprecate
4845   ZConfig::productsPath().
4846 - Monitor /etc/products.d to determine if @system.solv needs to be
4847   rebuilt. (bnc #457933)
4848 - revision 11923
4849 - version 5.24.7 (23)
4850
4851 -------------------------------------------------------------------
4852 Mon Dec  8 15:31:18 CET 2008 - ma@suse.de
4853
4854 - Execute patch scripts chroot to the installed system. (bnc #456795)
4855 - revision 11908
4856
4857 -------------------------------------------------------------------
4858 Mon Dec  8 10:39:30 CET 2008 - schubi@suse.de
4859
4860 - Make the solver reset function public (bnc #439373)
4861 - Revision 11904
4862
4863 -------------------------------------------------------------------
4864 Sun Dec  7 20:21:09 CET 2008 - coolo@suse.de
4865
4866 - note for coolo: do not trust bash advisory from TPM colleagues
4867
4868 -------------------------------------------------------------------
4869 Fri Dec  5 14:22:11 CET 2008 - ma@suse.de
4870
4871 - Fix solvers inappropriate selection as byUSER (bnc 455965)
4872 - revision 11891
4873 - version 5.24.6 (23)
4874
4875 -------------------------------------------------------------------
4876 Thu Dec  4 11:10:35 CET 2008 - coolo@suse.de
4877
4878 - fix %post script to not warn on fresh install
4879
4880 -------------------------------------------------------------------
4881 Mon Dec  1 19:38:24 CET 2008 - ma@suse.de
4882
4883 - Fix install order computation losing some installed packages
4884   pre-requirements. (bnc #439802)
4885 - revision 11845
4886 - version 5.24.5 (23)
4887
4888 -------------------------------------------------------------------
4889 Fri Nov 28 16:33:56 CET 2008 - ma@suse.de
4890
4891 - Prune soft locks to prevent installation but not update of
4892   already installed packages.
4893 - revision 11829
4894 - version 5.24.4 (23)
4895
4896 -------------------------------------------------------------------
4897 Fri Nov 28 11:36:03 CET 2008 - schubi@suse.de
4898
4899 - Taking solutions which based on user requirements/conflict
4900   "by User" solutions (bnc #442718)
4901 - revision 11825
4902
4903 -------------------------------------------------------------------
4904 Fri Nov 28 00:05:17 CET 2008 - ma@suse.de
4905
4906 - Take into account the requirements of all obsoleted packages uninstall
4907   scripts when computing the installation order. (bnc #439802)
4908 - revision 11823
4909 - version 5.24.3 (23)
4910
4911 -------------------------------------------------------------------
4912 Thu Nov 27 14:45:07 CET 2008 - dmacvicar@suse.de
4913
4914 - fix maybeUnsuported() method returning wrong result
4915 - add testcase for future coverage
4916 - don't force time based uuid for anonymous id string (bnc #449654)
4917 - RELEASE: 5.24.2 (23)
4918
4919 -------------------------------------------------------------------
4920 Wed Nov 26 17:18:00 CET 2008 - ma@suse.de
4921
4922 - Call 'repo2solv -R' (recursive scan) for plaindir repos. (bnc #443350)
4923 - revision 11810
4924
4925 -------------------------------------------------------------------
4926 Wed Nov 26 17:09:12 CET 2008 - dmacvicar@suse.de
4927
4928 - SHA1SUMS.key is not imported by zypp as known key (bnc #446188)
4929 - path and url in add_on_products.xml is evaluated wrong
4930   (bnc #446170)
4931
4932 -------------------------------------------------------------------
4933 Mon Nov 24 17:47:35 CET 2008 - schubi@suse.de
4934
4935 - activate locking for doUpdate (bnc #447684)
4936 - revision 11792
4937 - RELEASE: 5.24.1 (23)
4938
4939 -------------------------------------------------------------------
4940 Fri Nov 21 16:56:10 CET 2008 - dmacvicar@suse.de
4941
4942 - remove unused updaterepokey, replaced by repo
4943   product information
4944
4945 -------------------------------------------------------------------
4946 Fri Nov 21 15:12:52 CET 2008 - jkupec@suse.cz
4947
4948 - fixed uninitialized value in OnMediaLocation (bnc #447010)
4949 - revision 11770
4950
4951 -------------------------------------------------------------------
4952 Thu Nov 20 23:59:16 CET 2008 - ma@suse.de
4953
4954 - Fix retrieval of deltarpm info.
4955 - revision 11764
4956 - version 5.24.0 (23)
4957
4958 -------------------------------------------------------------------
4959 Thu Nov 20 22:15:28 CET 2008 - ma@suse.de
4960
4961 - Fix retrieval of Repository attributes like timestamps, keywords
4962   and product info.
4963 - revision 11760
4964
4965 -------------------------------------------------------------------
4966 Thu Nov 20 19:30:05 CET 2008 - ma@suse.de
4967
4968 - Enhance class LookupAttr and add convenience class LookupRepoAttr to
4969   iterate those solv file attributes which are not acssociated with a
4970   solvable. E.g. product or deltarpm info.
4971 - revision 11754
4972
4973 -------------------------------------------------------------------
4974 Wed Nov 19 15:49:38 CET 2008 - jkupec@suse.cz
4975
4976 - encode user-supplied URL strings before using them in the Url object
4977   (bnc #446395, bnc #444267)
4978 - revision 11720
4979
4980 -------------------------------------------------------------------
4981 Wed Nov 19 15:15:14 CET 2008 - ma@suse.de
4982
4983 - Support loading helix files.
4984 - revision 11719
4985
4986 -------------------------------------------------------------------
4987 Tue Nov 18 18:37:30 CET 2008 - ma@suse.de
4988
4989 - Add class filesystem::Glob to find pathnames matching a pattern
4990   by using ::glob.
4991 - revision 11708
4992
4993 -------------------------------------------------------------------
4994 Thu Nov 13 11:07:56 CET 2008 - schubi@suse.de
4995
4996 - Taking care for ppc64 while distupgrade (bnc #443685)
4997 - revision 11670
4998
4999 -------------------------------------------------------------------
5000 Wed Nov 12 18:53:03 CET 2008 - ma@suse.de
5001
5002 - Add Capability ctor from Arch and Name: (Arch_i386, "name") or
5003   (Arch_i386, "name == 1.0").
5004 - revision 11669
5005
5006 -------------------------------------------------------------------
5007 Wed Nov 12 14:31:20 CET 2008 - ma@suse.de
5008
5009 - Take care to always reset CURLOPT_TIMECONDITION to prevent incomplete
5010   downloads. (bnc #444109)
5011 - revision 11656
5012 - version 5.23.0 (23)
5013
5014 -------------------------------------------------------------------
5015 Wed Nov 12 13:19:02 CET 2008 - ma@suse.de
5016
5017 - Check for modaliases below /sys (bnc #430179)
5018 - revision 11653
5019
5020 -------------------------------------------------------------------
5021 Tue Nov 11 18:36:33 CET 2008 - ma@suse.de
5022
5023 - Avoid superfluous file copying and gpg invocation in keyring handling.
5024 - revision 11650
5025
5026 -------------------------------------------------------------------
5027 Tue Nov 11 14:48:52 CET 2008 - ma@suse.de
5028
5029 - Prevent fetcher from processing the same index file twice. (bnc #443644)
5030 - revision 11648
5031 - version 5.22.0 (21)
5032
5033 -------------------------------------------------------------------
5034 Fri Nov  7 23:55:47 CET 2008 - ma@suse.de
5035
5036 - Fix retrieval of patch contents and references attributes. (bnc #442200)
5037 - revision 11641
5038 - version 5.21.0 (21)
5039
5040 -------------------------------------------------------------------
5041 Fri Nov  7 19:51:00 CET 2008 - ma@suse.de
5042
5043 - Add CheckSum::asString.
5044 - revision 11634
5045
5046 -------------------------------------------------------------------
5047 Fri Nov  7 17:55:48 CET 2008 - ma@suse.de
5048
5049 - revision 11631
5050 - version 5.20.0 (20)
5051
5052 -------------------------------------------------------------------
5053 Thu Nov  6 18:35:25 CET 2008 - dmacvicar@suse.de
5054
5055 - re-add the flavor to the http header now using a flavor
5056   cache that is updated on every target load.
5057   Target::dstributionFlavor provides access to this cache
5058   in case you need the last used flavor without loading
5059   the target.
5060
5061 -------------------------------------------------------------------
5062 Thu Nov  6 16:23:03 CET 2008 - schubi@suse.de
5063
5064 - added flag: ignorealreadyrecommended to the testcases (bnc #432136)
5065 - revsion 11539
5066
5067 -------------------------------------------------------------------
5068 Thu Nov  6 09:41:48 CET 2008 - schubi@suse.de
5069
5070 - Adding rule rpm-arch for installed rpm package in order to avoid
5071   unneeded architecture change. (bnc #441004)
5072 - revision 11585
5073
5074 -------------------------------------------------------------------
5075 Tue Nov  4 13:21:35 CET 2008 - jkupec@suse.cz
5076
5077 - handle MediaTimeoutException also in MediaSetAccess::provideFile()
5078   (bnc #439983)
5079 - revision 11568
5080
5081 -------------------------------------------------------------------
5082 Mon Nov  3 15:30:53 CET 2008 - dmacvicar@suse.de
5083
5084 - merge contributions by Jon Nelson, the patches resolve
5085   the following issues:
5086 - disable the "Pragma: nocache" header which is automatically
5087   used by curl.
5088   re-enables the use of a caching http proxy (like squid or others)
5089   and corrects (bnc #326208)
5090 - don't generate an If-Modified-Since header if we don't have a
5091   previous file to work with
5092 - don't generate a Proxy-Authenticate header if one is not called
5093   for.
5094
5095 -------------------------------------------------------------------
5096 Fri Oct 31 14:01:57 CET 2008 - ma@suse.de
5097
5098 - Do not save solver locks (by APPL_HIGH).
5099 - revision 11558
5100
5101 -------------------------------------------------------------------
5102 Fri Oct 31 13:53:39 CET 2008 - dmacvicar@suse.de
5103
5104 - fetcher.setOptions( Fetcher::AutoAddIndexes ) allows
5105   for automatic signed index discovery.
5106 - enqueueDir with checksum checking s now enqueueDigestedDir
5107
5108 -------------------------------------------------------------------
5109 Thu Oct 30 14:24:57 CET 2008 - schubi@suse.de
5110
5111 - solutions: keep/lock will be done by APPL_HIGH. So they will not be
5112   saved in the lockfiles
5113 - "keep obsolete" will be handled with lock by APPL_HIGH (bnc #439134)
5114 - revision  11549
5115
5116 -------------------------------------------------------------------
5117 Wed Oct 29 14:14:16 CET 2008 - jkupec@suse.cz
5118
5119 - throw a MediaTimeoutException also on http 504 (gateway timeout)
5120   (bnc #425035)
5121 - revision 11535
5122
5123 -------------------------------------------------------------------
5124 Wed Oct 29 12:51:55 CET 2008 - ma@suse.de
5125
5126 - Add 'sh4' architectures.
5127 - revision 11534
5128
5129 -------------------------------------------------------------------
5130 Tue Oct 28 22:01:40 CET 2008 - dmacvicar@suse.de
5131
5132 - don't free the header before curl_perform as curl does not
5133   copy it. (bnc#439532)
5134
5135 -------------------------------------------------------------------
5136 Tue Oct 28 16:47:36 CET 2008 - ma@suse.de
5137
5138 - Add 'arm' architectures.
5139 - revision 11525
5140
5141 -------------------------------------------------------------------
5142 Tue Oct 28 10:07:13 CET 2008 - schubi@suse.de
5143
5144 - regarding "keep obsolete" in the solutions (bnc #439134)
5145 - revision 11517
5146
5147 -------------------------------------------------------------------
5148 Mon Oct 27 10:51:01 CET 2008 - dmacvicar@suse.de
5149
5150 - fix broken aria2c command line (bnc#438971)
5151
5152 -------------------------------------------------------------------
5153 Sun Oct 26 14:53:56 CET 2008 - coolo@suse.de
5154
5155 - adding svn r11488 to fix compile of PackageKit
5156
5157 -------------------------------------------------------------------
5158 Fri Oct 24 18:12:34 CEST 2008 - ma@suse.de
5159
5160 - Remove error prone methods from OnMediaLocation API to prevent
5161   accidental missuse. (bnc #437328)
5162 - revision 11487
5163 - version 5.19.0 (19)
5164
5165 -------------------------------------------------------------------
5166 Fri Oct 24 16:07:45 CEST 2008 - ma@suse.de
5167
5168 - Provide the /etc/products.d enties filename as Product::referenceFilename.
5169   Use it to remove orphan products. (bnc #432932)
5170 - Fix media exception handling in commit (bnc #395704)
5171 - revision 11485
5172 - version 5.18.0 (17)
5173
5174 -------------------------------------------------------------------
5175 Fri Oct 24 10:29:19 CEST 2008 - schubi@suse.de
5176
5177 - Taking "unlock" instead of setTransact(false) in the solutions (bnc #436923)
5178 - revision 11468
5179 - version 5.17.0 (17)
5180
5181 -------------------------------------------------------------------
5182 Wed Oct 22 14:33:10 CEST 2008 - ma@suse.de
5183
5184 - For retrieving a product license fall back to license.tar.gz. (bnc #372386)
5185 - revision 11447
5186
5187 -------------------------------------------------------------------
5188 Wed Oct 22 14:16:33 CEST 2008 - dmacvicar@suse.de
5189
5190 - move anonymous unique id to a private http header
5191   X-ZYpp-AnonymousUniqueId (bnc#431571 )
5192
5193 -------------------------------------------------------------------
5194 Wed Oct 22 12:58:35 CEST 2008 - ma@suse.de
5195
5196 - Adapt to satsolver-0.12 API.
5197 - Add Locale:: bestMatch to find the best match within a set of
5198   available Locales.
5199 - revision 11441
5200
5201 -------------------------------------------------------------------
5202 Mon Oct 20 16:44:58 CEST 2008 - ma@suse.de
5203
5204 - RepoInfo: Add methods to handle repository licenses. (bnc #372386)
5205 - revision 11419
5206
5207 -------------------------------------------------------------------
5208 Mon Oct 20 16:39:41 CEST 2008 - ma@suse.de
5209
5210 - Adapt to changed satsolver dataiterator API.
5211 - revision 11418
5212
5213 -------------------------------------------------------------------
5214 Fri Oct 17 18:31:47 CEST 2008 - ma@suse.de
5215
5216 - Secure download of license file on repo refresh (bnc #372386)
5217 - revision 11398
5218
5219 -------------------------------------------------------------------
5220 Fri Oct 17 17:26:25 CEST 2008 - ma@suse.de
5221
5222 - Call 'repo2solv.sh -o' instead of using output redirection. (bnc #420046)
5223 - revision 11397
5224
5225 -------------------------------------------------------------------
5226 Thu Oct 16 17:57:15 CEST 2008 - jkupec@suse.cz
5227
5228 - repository license methods added to RepoManager (bnc #372386)
5229 - revision 11377
5230
5231 -------------------------------------------------------------------
5232 Thu Oct 16 16:26:01 CEST 2008 - dmacvicar@suse.de
5233
5234 - don't take into account stat information when looking
5235   for remote SHA1SUMS (part of bnc#409927)
5236
5237 -------------------------------------------------------------------
5238 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
5239
5240 - MediaSetAccess::provideOptionalFile() added
5241 - revision 11369
5242
5243 -------------------------------------------------------------------
5244 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
5245 - version 5.16.1 (16)
5246
5247 -------------------------------------------------------------------
5248 Tue Oct 14 16:15:09 CEST 2008 - jkupec@suse.cz
5249
5250 - don't initialize servicesTargetDistro via global ZYpp instance in
5251   RepoManagerOptions() constructor (bnc #435184)
5252 - revision 11342
5253
5254 -------------------------------------------------------------------
5255 Mon Oct 13 19:12:40 CEST 2008 - jkupec@suse.cz
5256
5257 - repository probing: check for other types of repo even on
5258   MediaException, throw only if all fail (bnc #335906)
5259 - revision 11332
5260
5261 -------------------------------------------------------------------
5262 Mon Oct 13 14:16:25 CEST 2008 - ma@suse.de
5263
5264 - Adapt to satsolver changes.
5265 - revision 11331
5266 - version 5.16.0 (16)
5267
5268 -------------------------------------------------------------------
5269 Mon Oct 13 13:28:48 CEST 2008 - ma@suse.de
5270
5271 - Fix reading delta rpm checksum from solv file.
5272 - revision 11313
5273
5274 -------------------------------------------------------------------
5275 Mon Oct 13 12:12:39 CEST 2008 - ma@suse.de
5276
5277 - Fix package-manager script to properly quote arguments. (bnc #30903)
5278 - revision 11311
5279
5280 -------------------------------------------------------------------
5281 Mon Oct 13 11:03:04 CEST 2008 - schubi@suse.de
5282
5283 - regarding orphaned resolvables
5284 - removed old distupgrade algorithm
5285 - revision 11307
5286
5287 -------------------------------------------------------------------
5288 Sun Oct 12 13:55:51 CEST 2008 - jkupec@suse.cz
5289
5290 - handle ftp response 530 (login failed) like http 403
5291   (bnc #433537)
5292 - revision 11305
5293
5294 -------------------------------------------------------------------
5295 Thu Oct  9 17:37:18 CEST 2008 - ma@suse.de
5296
5297 - Adapt to satsolvers 'big solv data change'.
5298 - revision 11294
5299
5300 -------------------------------------------------------------------
5301 Thu Oct  9 17:18:18 CEST 2008 - schubi@suse.de
5302
5303 - Taking the right solution actions for locked resolvables (bnc #400840)
5304 - revision 11289
5305
5306 -------------------------------------------------------------------
5307 Thu Oct  9 13:52:03 CEST 2008 - ma@suse.de
5308
5309 - Add required copy-ctor and assignment operator to WhatProvides.
5310   (bnc #433087)
5311 - revision 11276
5312
5313 -------------------------------------------------------------------
5314 Wed Oct  8 16:24:25 CEST 2008 - jkupec@suse.cz
5315
5316 - detect and use unused loop device for mounting ISO images
5317   (bnc #428009)
5318 - revision 11262
5319 - version 5.15.1 (13)
5320
5321 -------------------------------------------------------------------
5322 Wed Oct  8 15:39:08 CEST 2008 - jkupec@suse.cz
5323
5324 - fixed segfault when saving the probed repo type in
5325   RepoManager::refreshMetadata() (bnc #431963)
5326 - revision 11261
5327
5328 -------------------------------------------------------------------
5329 Wed Oct  8 11:33:00 CEST 2008 - dmacvicar@suse.de
5330
5331 - improve log message (bnc#429114)
5332
5333 -------------------------------------------------------------------
5334 Wed Oct  8 11:15:20 CEST 2008 - lslezak@suse.cz
5335
5336 - disk usage - ignore /proc filesystem (bnc#418783)
5337 - revision 11258
5338
5339 -------------------------------------------------------------------
5340 Tue Oct  7 13:24:10 CEST 2008 - ma@suse.de
5341
5342 - Fixed detection of loopback mounted iso-files. The mtab entry does
5343   not necessarily mention the iso-file. (bnc #432504)
5344 - revision 11252
5345 - version 5.15.0 (13)
5346
5347 -------------------------------------------------------------------
5348 Thu Oct  2 19:46:13 CEST 2008 - ma@suse.de
5349
5350 - Add zypp.conf option 'download.use_deltarpmr.always' to enable using
5351   delta rpms even if the package is available on a local source.
5352   (Axel C. Frinke)
5353 - revision 11235
5354 - version 5.14.0 (13)
5355
5356 -------------------------------------------------------------------
5357 Thu Oct  2 18:50:11 CEST 2008 - ma@suse.de
5358
5359 - Add product attribute: PRODUCTLINE.
5360 - revision 11234
5361
5362 -------------------------------------------------------------------
5363 Thu Oct  2 17:18:19 CEST 2008 - ma@suse.de
5364
5365 - Do not consider self provided requirements whan computing the
5366   installation order.
5367 - revision 11231
5368
5369 -------------------------------------------------------------------
5370 Wed Oct  1 16:07:36 CEST 2008 - ma@suse.de
5371
5372 - Rephrase missleading error message. (bnc #431229)
5373 - revision 11222
5374
5375 -------------------------------------------------------------------
5376 Tue Sep 30 17:23:48 CEST 2008 - ma@suse.de
5377
5378 - Allow computation of disk usage per solvable.
5379 - revision 11218
5380
5381 -------------------------------------------------------------------
5382 Mon Sep 29 23:59:10 CEST 2008 - dmacvicar@suse.de
5383
5384 - Merge aria2c Media handler code from Google SOC 2008
5385   (Gerard Farras)
5386 - Only activated by making env var ZYPP_ARIA=1
5387
5388 -------------------------------------------------------------------
5389 Mon Sep 29 15:56:17 CEST 2008 - jkupec@suse.cz
5390
5391 - history: tell which package failed before logging rpm output or
5392   error message (bnc #430585)
5393 - no localization for history log comments
5394 - revision 11202
5395
5396 -------------------------------------------------------------------
5397 Mon Sep 29 13:43:08 CEST 2008 - ma@suse.de
5398
5399 - Fix zypp::WhatProvides::empty returning inverse result.
5400 - revision 11200
5401 - version 5.13.1 (13)
5402
5403 -------------------------------------------------------------------
5404 Sat Sep 27 23:36:19 CEST 2008 - jkupec@suse.cz
5405
5406 - fixed endless loop when CredentialManager returns bad password
5407 - CredentialManager now correctly updates password of existing
5408   credentials
5409 - revision 11187
5410
5411 -------------------------------------------------------------------
5412 Fri Sep 26 15:37:50 CEST 2008 - ma@suse.de
5413
5414 - Fix computation of Product::flavor.
5415 - Add Product::productLine. A vendor specific string denoting the
5416   product line.
5417 - revision 11182
5418 - version 5.13.0 (13)
5419
5420 -------------------------------------------------------------------
5421 Fri Sep 26 15:25:33 CEST 2008 - jkupec@suse.cz
5422
5423 - save user credentials after asking for them
5424 - revision 11181
5425
5426 -------------------------------------------------------------------
5427 Thu Sep 25 23:19:55 CEST 2008 - jkupec@suse.cz
5428
5429 - ZConfig::credentialsGlobal{File,Dir}() added
5430   (/etc/zypp/credentials.{cat,d})
5431 - revision 11176
5432
5433 -------------------------------------------------------------------
5434 Thu Sep 25 17:09:44 CEST 2008 - jkupec@suse.cz
5435
5436 - Target::setInstallationLogfile() removed from zypp/Target.h
5437 - revision 11171
5438
5439 -------------------------------------------------------------------
5440 Thu Sep 25 13:11:43 CEST 2008 - ma@suse.de
5441
5442 - Remove obsolete zypp-query-pool binary. zypper provides all
5443   the information one needs.
5444 - revision 11160
5445
5446 -------------------------------------------------------------------
5447 Wed Sep 24 19:11:19 CEST 2008 - jkupec@suse.cz
5448
5449 - HistoryLog added and used to log package installs/removes and
5450   repository adds, removes, url and alias changes into
5451   history.logfile (/var/log/zypp/history) (fate #110205)
5452 - str::escape(string, char) added
5453 - revision 11150
5454 - version 5.12.1 (12)
5455
5456 -------------------------------------------------------------------
5457 Tue Sep 23 14:02:08 CEST 2008 - jkupec@suse.cz
5458
5459 - CredentialManager: look for credentials with
5460   wanted_url.startsWith(stored_url)
5461 - RepoManager: don't pass service credentials down to repos if
5462   their urls are not based on service's url.
5463 - revision 11134
5464
5465 -------------------------------------------------------------------
5466 Mon Sep 22 16:27:41 CEST 2008 - ma@suse.de
5467
5468 - Remove superfluous PRODUCT_REFERENCES attribute.
5469 - revision 11127
5470
5471 -------------------------------------------------------------------
5472 Mon Sep 22 16:13:08 CEST 2008 - ma@suse.de
5473
5474 - Add Url::hasCredentialsInAuthority test for username or password
5475   being encoded in the authority component. I.e. user:pass@host.
5476 - Handle repos to be disabled disable in service refresh.
5477 - revision 11126
5478
5479 -------------------------------------------------------------------
5480 Mon Sep 22 12:10:34 CEST 2008 - jkupec@suse.cz
5481
5482 - provided context to keyring callbacks (bnc #370223)
5483 - merged trust & import callbacks (bnc #366467)
5484   (don't worry, still allows to trust && !import)
5485 - revision 11113
5486
5487 -------------------------------------------------------------------
5488 Fri Sep 19 13:17:38 CEST 2008 - ma@suse.de
5489
5490 - Moved DefaultAcceptBits enum to class KeyRing (formerly KeyRingReort).
5491 - revision 11102
5492
5493 -------------------------------------------------------------------
5494 Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de
5495
5496 - Use service alias as namespace for it's repositories aliases.
5497 - revision 11097
5498 - version 5.11.0 (11)
5499
5500 -------------------------------------------------------------------
5501 Thu Sep 18 12:45:25 CEST 2008 - jkupec@suse.cz
5502
5503 - pass service's credentials down to repos
5504 - support ?credentials=filepath in URL to specify credentials
5505 - revision 11092
5506
5507 -------------------------------------------------------------------
5508 Thu Sep 18 09:57:49 CEST 2008 - ma@suse.de
5509
5510 - Add Product::isTargetDistribution to identify the systems installed
5511   baseproduct. This should replace tests for Product::type is "base".
5512 - revision 11089
5513
5514 -------------------------------------------------------------------
5515 Wed Sep 17 18:05:44 CEST 2008 - jkupec@suse.cz
5516
5517 - save user credentials when adding repos/services with URLs containing
5518   the credentials (bnc #425462)
5519 - revision 11085
5520
5521 -------------------------------------------------------------------
5522 Wed Sep 17 15:08:54 CEST 2008 - ma@suse.de
5523
5524 - Adapt to rpms new way of quoting whitespace in pathnames.(bnc #426924)
5525 - revision 11082
5526
5527 -------------------------------------------------------------------
5528 Tue Sep 16 18:41:39 CEST 2008 - ma@suse.de
5529
5530 - Service handling fixes. Added ServiceException.
5531 - revision 11077
5532
5533 -------------------------------------------------------------------
5534 Mon Sep 15 11:40:04 CEST 2008 - ma@suse.de
5535
5536 - Fix building of transaltions.
5537 - revision 11064
5538
5539 -------------------------------------------------------------------
5540 Sun Sep 14 00:10:21 CEST 2008 - jkupec@suse.cz
5541
5542 - ServiceInfo.clearReposTo{Enable,Disable}() methods added
5543 - revision 11060
5544
5545 -------------------------------------------------------------------
5546 Fri Sep 12 18:24:28 CEST 2008 - ma@suse.de
5547
5548 - Create new Service repos in disbaled sate.
5549 - revision 11056
5550 - version 5.10.0 (10)
5551
5552 -------------------------------------------------------------------
5553 Fri Sep 12 16:04:54 CEST 2008 - ma@suse.de
5554
5555 - Make registerTarget and registerRelease abvailable for installed
5556   product. Required for registration.
5557 - revision 11043
5558
5559 -------------------------------------------------------------------
5560 Fri Sep 12 12:59:50 CEST 2008 - ma@suse.de
5561
5562 - Add url lists query to Product interface. A generic query and
5563   convenience methods to query urls for "releasenotes", "register",
5564   "updateurls", "extraurls",  "optionalurls" and "smolt" (bnc #413444)
5565 - revision 11029
5566
5567 -------------------------------------------------------------------
5568 Fri Sep 12 01:38:25 CEST 2008 - jkupec@suse.cz
5569
5570 - ServiceType and ServiceInfo::type() added (contains only RIS for
5571   now), service type probing added.
5572 - Avoiding the use of 'path' for services (appending
5573   the repoindex.xml's 'path' to the baseurl of created repos)
5574 - renamed ServiceInfo::*catalog*() methods to *repo*() methods
5575 - revision 11022
5576
5577 -------------------------------------------------------------------
5578 Thu Sep 11 16:01:57 CEST 2008 - dmacvicar@suse.de
5579
5580 - add Repostiroy::updateKeys and
5581   Repository::providesUpdatesForKey(string) for repo and
5582   product matching
5583 - Provide Repository::isUpdateRepo
5584
5585 -------------------------------------------------------------------
5586 Thu Sep 11 14:41:28 CEST 2008 - ma@suse.de
5587
5588 - Fix evaluation of vendor support flags.
5589 - Adapt retrieval of registration data (targetDistribution,
5590   targetDistributionRelease and targetDistributionFlavor).
5591 - revision 11013
5592
5593 -------------------------------------------------------------------
5594 Wed Sep 10 18:23:52 CEST 2008 - ma@suse.de
5595
5596 - Follow gpgcheck tag in .repo file and do no check if disabled.
5597 - revision 11010
5598 - version 5.9.0 (8)
5599
5600 -------------------------------------------------------------------
5601 Wed Sep 10 17:54:20 CEST 2008 - jkupec@suse.cz
5602
5603 - added dumpAsXMLOn(stream,string) to ServiceInfo to print services
5604   with content (repos)
5605 - revision 11004
5606
5607 -------------------------------------------------------------------
5608 Wed Sep 10 17:31:41 CEST 2008 - ma@suse.de
5609
5610 - Remove obsolete product attributes.
5611 - Store less packages in /var/lib/zypp/SoftLocks (bnc #418050)
5612 - revision 11001
5613
5614 -------------------------------------------------------------------
5615 Wed Sep 10 16:40:00 CEST 2008 - ma@suse.de
5616
5617 - Provide product::updaterepoKey: Update repository indicator string.
5618 - revision 11000
5619
5620 -------------------------------------------------------------------
5621 Tue Sep  9 17:33:03 CEST 2008 - dmacvicar@suse.de
5622
5623 - provide context about the repository (name/alias) if available when
5624   checking signatures (bnc#370223)
5625 - 5.8.0
5626
5627 -------------------------------------------------------------------
5628 Tue Sep  9 13:04:11 CEST 2008 - ma@suse.de
5629
5630 - Add ServiceInfo interface to define a set of catalogs (repository
5631   aliases) to be enabled on next refresh.
5632 - revision 10970
5633
5634 -------------------------------------------------------------------
5635 Tue Sep  9 11:40:42 CEST 2008 - ma@suse.de
5636
5637 - Fix reading of Traget::targetDistribution.
5638 - Allow to configure default answers in signature verification workflow.
5639 - revision 10968
5640
5641 -------------------------------------------------------------------
5642 Mon Sep  8 17:11:02 CEST 2008 - jkupec@suse.cz
5643
5644 - CredentialManager added to manage stored credentials
5645 - MediaCurl adapted to use CredentialManager to read credentials
5646 - revision 10958
5647
5648 -------------------------------------------------------------------
5649 Fri Sep  5 11:40:05 CEST 2008 - jkupec@suse.cz
5650
5651 - operator ==, !=, < definition moved to RepoInfoBase from
5652   the derived classes
5653 - fixed RepoInfo::dumpAsIniOn() to not print 'type' if it is unknown
5654   (bnc #407515)
5655 - {Repo,Service}Info::dumpAsXMLOn(ostream) added
5656 - RepoInfo::dumpRepoOn() deprecated in favor of dumpAsIniOn()
5657 - use shared_ptr instead of itrusive for {Repo,Service}Info
5658 - revision 10931:10942
5659
5660 -------------------------------------------------------------------
5661 Thu Sep  4 16:47:07 CEST 2008 - jkupec@suse.cz
5662
5663 - RepoInfo{,Base} setters made void
5664 - revision 10931
5665
5666 -------------------------------------------------------------------
5667 Wed Sep  3 14:53:06 CEST 2008 - jkupec@suse.cz
5668
5669 - skip repositories with non-matching target distro when reading
5670   repoindex
5671 - revision 10926
5672
5673 -------------------------------------------------------------------
5674 Tue Sep  2 11:04:52 CEST 2008 - schubi@suse.de
5675
5676 - Enabled distupgrade of the SAT solver. In order to use the old
5677   distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.
5678   This variable will can be used until the old distupgrade mechanism will
5679   be removed from libzypp. Have a look to above changelogs.
5680 - revision 10911
5681 - version 5.7.0 (5)
5682
5683 -------------------------------------------------------------------
5684 Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de
5685
5686 - add Package::maybeUnsupported to remove duplicated
5687   code in clients dealing with Package::vendorSupport
5688
5689 -------------------------------------------------------------------
5690 Tue Aug 19 11:04:52 CEST 2008 - schubi@suse.de
5691
5692 - Reset transaction only if this solvable has no buddy (bnc #417799)
5693   e.g. do not reset Products cause the concerning release package
5694   could not already be installed.
5695 - revision 10883
5696 - version 5.6.1 (5)
5697
5698 -------------------------------------------------------------------
5699 Mon Aug 18 17:31:02 CEST 2008 - dmacvicar@suse.de
5700
5701 - don't report "may be outdated" for @System repo.
5702
5703 -------------------------------------------------------------------
5704 Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de
5705
5706 - Add Target::targetDistribution. Returns "distribution-arch" of
5707   the installed base product. Used for registration and Service
5708   refresh. (for Fate #304915)
5709 - revision 10877
5710 - version 5.6.0 (5)
5711
5712 -------------------------------------------------------------------
5713 Fri Aug 15 17:42:58 CEST 2008 - ma@suse.de
5714
5715 - Add method Product::replacedProducts to identify installed
5716   Products that would be replaced by installing a new Product.
5717   (for Fate #301997)
5718 - revision 10876
5719
5720 -------------------------------------------------------------------
5721 Fri Aug 15 15:30:32 CEST 2008 - ma@suse.de
5722
5723 - Fixes to Selectable doing staus manipulation on non-USER level.
5724 - revision 10873
5725
5726 -------------------------------------------------------------------
5727 Fri Aug 15 14:23:02 CEST 2008 - ma@suse.de
5728
5729 - Add method ZYpp::getTarget that returns the Target or a NULL pointer,
5730   if it is not yet initialized. This is to avoid try/catch blocks just
5731   to test whether the Target is initialized. (bnc #417556)
5732 - Add method Target::assertRootPrefix. Pass a pathname and get back the
5733   path prefixed with the tragets root, unless it already had that prefix.
5734 - revision 10870
5735
5736 -------------------------------------------------------------------
5737 Thu Aug 14 18:44:45 CEST 2008 - schubi@suse.de
5738
5739 - Regarding error messages for Products correctly (FATE #304502)
5740 - rev 10863
5741
5742 -------------------------------------------------------------------
5743 Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
5744
5745 - Let Selectable default to USER level.
5746 - revision 10850
5747 - version 5.5.1 (5)
5748
5749 -------------------------------------------------------------------
5750 Wed Aug 13 21:01:25 CEST 2008 - ma@suse.de
5751
5752 - Change Selectable API to support doing staus manipulation on
5753   non-USER level.
5754 - revision 10847
5755 - version 5.5.0 (5)
5756
5757 -------------------------------------------------------------------
5758 Wed Aug 13 16:48:49 CEST 2008 - dmacvicar@suse.de
5759
5760 - support sat solver API for searching files
5761
5762 -------------------------------------------------------------------
5763 Wed Aug 13 15:12:45 CEST 2008 - ma@suse.de
5764
5765 - Add ResPool::reposFind to get repositories by alias.
5766 - revision 10835
5767
5768 -------------------------------------------------------------------
5769 Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
5770
5771 - Advise rpmdb2solv to parse the product database.
5772 - revision 10824
5773 - version 5.4.0 (4)
5774
5775 -------------------------------------------------------------------
5776 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
5777
5778 - Offer a simpler, fate based status manipulation in ui::Selectable.
5779   This is easier to handle, as the ui::Status always distinguishes
5780   wheter an object is installed or not.
5781 - revision 10814
5782
5783 -------------------------------------------------------------------
5784 Mon Aug 11 18:00:40 CEST 2008 - ma@suse.de
5785
5786 - Propagate default rpm install flags from zypp.conf via ZConfig and
5787   ZYppCommitPolicy down to the installer. (FATE #302952)
5788 - revision 10813
5789
5790 -------------------------------------------------------------------
5791 Mon Aug 11 16:28:07 CEST 2008 - ma@suse.de
5792
5793 - Add base::Flags (like qt's QFlags) a type-safe way of storing
5794   OR-combinations of enum values.
5795 - revision 10811
5796
5797 -------------------------------------------------------------------
5798 Fri Aug  8 17:01:00 CEST 2008 - ma@suse.de
5799
5800 - Add static ui::Selectable::get methods as convenient ctor
5801   substitute.
5802 - revision 10806
5803
5804 -------------------------------------------------------------------
5805 Fri Aug  8 15:41:17 CEST 2008 - ma@suse.de
5806
5807 - Adapt zypp-query-pool to new product handling.
5808 - revision 10803
5809
5810 -------------------------------------------------------------------
5811 Fri Aug  8 14:11:03 CEST 2008 - ma@suse.de
5812
5813 - Don't pass epoch to 'rpm -e', it does not support it.
5814 - revision 10800
5815
5816 -------------------------------------------------------------------
5817 Fri Aug  8 13:27:42 CEST 2008 - ma@suse.de
5818
5819 - Adapt to new product handling. Products are no longer pseudo
5820   installed objects verified by the solver, but actually installed.
5821   Thus removed satisfiedProduct iterator, fixed Selctables.
5822 - Removed class ProductInfo as we keep Product.
5823 - revision 10797
5824
5825 -------------------------------------------------------------------
5826 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
5827
5828 - implement relogin suggested support (fate#304889)
5829
5830 -------------------------------------------------------------------
5831 Wed Aug  6 18:21:30 CEST 2008 - ma@suse.de
5832
5833 - Detect correct download path even if repository type
5834   is not set. (bnc #386386)
5835 - revision 10768
5836
5837 -------------------------------------------------------------------
5838 Wed Aug  6 17:15:48 CEST 2008 - ma@suse.de
5839
5840 - Cleanup, mostly by removing, unused parser code and related classes.
5841 - revision 10765
5842
5843 -------------------------------------------------------------------
5844 Wed Aug  6 16:23:27 CEST 2008 - ma@suse.de
5845
5846 - Don't let exception escape MediaSetAccess dtor (bnc #415017)
5847 - revision 10763
5848
5849 -------------------------------------------------------------------
5850 Mon Aug  4 19:34:27 CEST 2008 - ma@suse.de
5851
5852 - Add new product attributes (flavor,referencePackage).
5853 - Add PoolItem buddies, i.e. two PoolItems sharing the same status
5854   object. This is used to keep the product resolvable and the
5855   package providing the product metadata in sync.
5856 - revision 10742
5857
5858 -------------------------------------------------------------------
5859 Sat Aug  2 19:26:52 CEST 2008 - jkupec@suse.cz
5860
5861 - support an optional url attribute in repoindex.xml's <repo>
5862 - revision 10729
5863
5864 -------------------------------------------------------------------
5865 Thu Jul 31 21:52:11 CEST 2008 - ma@suse.de
5866
5867 - New class ProductInfo to provide product related metadata that
5868   might be associated with a package. This will replace the Product
5869   resolvable.
5870 - revision 10715
5871
5872 -------------------------------------------------------------------
5873 Thu Jul 31 19:01:54 CEST 2008 - dmacvicar@suse.de
5874
5875 - generate a unique anonymous unique string per target
5876   and add it to the agent string for better statistics
5877
5878 -------------------------------------------------------------------
5879 Thu Jul 31 19:01:14 CEST 2008 - ma@suse.de
5880
5881 - Follow solver policy and make repository priority the highest
5882   key, when ordering packages. Then architecture, and edition last.
5883 - revision 10710
5884
5885 -------------------------------------------------------------------
5886 Wed Jul 30 19:12:00 CEST 2008 - ma@suse.de
5887
5888 - /var/lib/zypp and /var/cache/zypp should be owned by libzypp
5889   (bnc #412094)
5890 - revision 10702
5891
5892 -------------------------------------------------------------------
5893 Wed Jul 30 12:47:48 CEST 2008 - jkupec@suse.cz
5894
5895 - Service renamed to ServiceInfo
5896 - RepoInfoBase added; RepoInfo and ServiceInfo now derive from it
5897 - revision 10695
5898
5899 -------------------------------------------------------------------
5900 Tue Jul 29 12:59:46 CEST 2008 - jkupec@suse.cz
5901
5902 - fixed yum repos to work with non '/' base url post fix
5903   (bnc #341617)
5904 - revision 10662
5905
5906 -------------------------------------------------------------------
5907 Mon Jul 28 18:13:24 CEST 2008 - ma@suse.de
5908
5909 - Fixed SolvIterMixin::Selectable_iterator eating some solvables
5910   (bnc #411339)
5911 - revision 10680
5912
5913 -------------------------------------------------------------------
5914 Fri Jul 25 20:12:55 CEST 2008 - ma@suse.de
5915
5916 - Several changes to make libzypp-bindings compile using the original
5917   header files and no private copies. (bnc #391831)
5918 - revision 10668
5919 - version 5.3.0
5920
5921 -------------------------------------------------------------------
5922 Wed Jul 23 17:17:47 CEST 2008 - jkupec@suse.cz
5923
5924 - Service::enabled() added
5925 - revision 10657
5926
5927 -------------------------------------------------------------------
5928 Tue Jul 22 17:18:28 CEST 2008 - jkupec@suse.cz
5929
5930 - Removed FRESHENS dependency type
5931 - revision 10643
5932
5933 -------------------------------------------------------------------
5934 Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
5935
5936 - Allow parallel installation of packages which have been defined
5937   in zypp.conf (parameter "multiversion") Fate #302050
5938 - Additional check for broken system.
5939   (defined in zypp.conv: solver.checkSystemFile)
5940 - revision 10600
5941
5942 -------------------------------------------------------------------
5943 Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
5944
5945 - Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
5946 - revision 10596
5947
5948 -------------------------------------------------------------------
5949 Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
5950
5951 - Remove Atom, Script, Message and other obsolete classes.
5952 - revision 10592
5953
5954 -------------------------------------------------------------------
5955 Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
5956
5957 - Also report the name of the locking process in ZYppFactoryException
5958   (bnc #280537)
5959 - revision 10572
5960
5961 -------------------------------------------------------------------
5962 Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
5963
5964 - corrected logging of solver settings
5965 - regard locking while doUpdate (bnc #405427)
5966 - revision 10564
5967
5968 -------------------------------------------------------------------
5969 Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
5970
5971 - make curl use the right transfer mode
5972   (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
5973 - revision 10559
5974
5975 -------------------------------------------------------------------
5976 Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
5977
5978 - reuse existing disk mounts (applied Marius' patch) (bnc #208222)
5979 - revision 10557
5980
5981 -------------------------------------------------------------------
5982 Wed Jul  9 18:13:58 CEST 2008 - ma@suse.de
5983
5984 - Provide Package::url() if available in solv file. (bnc #402434)
5985 - A missing cookie file must not be treated as an error. Simply
5986   rebuild the cache (bnc #405867)
5987 - Add 22x22 and 24x24 icons (bnc #329635)
5988 - revision 10528
5989
5990 -------------------------------------------------------------------
5991 Mon Jul  7 13:39:09 CEST 2008 - schubi@suse.de
5992
5993 - Do not update an already updated package (bnc #400422)
5994 - revision 10504
5995
5996 -------------------------------------------------------------------
5997 Fri Jul  4 17:19:24 CEST 2008 - ma@suse.de
5998
5999 - Also check if the fingerprint matches before importing updated keys.
6000   (bnc #393160)
6001 - revision 10500
6002
6003 -------------------------------------------------------------------
6004 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
6005
6006 - forward port add message attribute to patches.
6007 - port import newer keys if a trusted key is updated
6008 - (bnc#393160)
6009 - version 5.0.2
6010
6011 -------------------------------------------------------------------
6012 Mon Jun 30 10:28:27 CEST 2008 - ma@suse.de
6013
6014 - Fix permanent duplication of gpg keys in the rpm database. Also
6015   retrieve correct creation and expire dates. (bnc #401259)
6016 - Invoke gpg with --homdir, otherwise command fails if executed
6017   within a wrapper. (bnc #401259)
6018 - revision 10487
6019
6020 -------------------------------------------------------------------
6021 Thu Jun 26 12:07:33 CEST 2008 - schubi@suse.de
6022
6023 - version 5.0.1
6024 - revision 10464
6025
6026 -------------------------------------------------------------------
6027 Thu Jun 19 17:55:35 CEST 2008 - ma@suse.de
6028
6029 - Handle new patch messages and scripts in commit. Provide callbacks
6030   to display the patch messages and give visual feedback on script
6031   execution. (bnc #401220)
6032 - revision 10411
6033
6034 -------------------------------------------------------------------
6035 Thu Jun 19 17:35:59 CEST 2008 - ma@suse.de
6036
6037 - Fix wrong parenthesis causing bug 399320
6038 - version
6039 - revision
6040
6041 -------------------------------------------------------------------
6042 Tue Jun 10 09:52:03 CEST 2008 - jreidinger@suse.cz
6043
6044 - improve performance of gsub
6045 - change replace_all to replaceAll (same name convency)
6046 - add tests for gsub and replaceAll
6047 - revision 10366
6048
6049 -------------------------------------------------------------------
6050 Fri Jun  6 13:29:59 CEST 2008 - ma@suse.de
6051
6052 - Handle application/x-redhat-package-manager in package-manager.desktop
6053   (bnc #391183)
6054 - revision 10361
6055
6056 -------------------------------------------------------------------
6057 Thu Jun  5 18:01:15 CEST 2008 - jkupec@suse.cz
6058
6059 - X-SuSE-ControlCenter-System category added
6060   to package-manager.desktop (bnc #302324)
6061 - revision 10353
6062
6063 -------------------------------------------------------------------
6064 Wed Jun  4 14:57:13 CEST 2008 - ma@suse.de
6065
6066 - Fix crash when requesting disk usage without a target loaded. (bnc #396755)
6067 - revision 10340
6068
6069 -------------------------------------------------------------------
6070 Wed Jun  4 14:05:09 CEST 2008 - ma@suse.de
6071
6072 - Fix memory corruption in curl media handler (bnc #396979)
6073 - revision 10338
6074
6075 -------------------------------------------------------------------
6076 Tue Jun  3 20:00:00 CEST 2008 - ma@suse.de
6077
6078 - Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
6079   as 'source package named zypper'. So these capabilities can be used
6080   together with sat::Whatprovides or in resolver requests. (bnc #369893)
6081 - revision 10335
6082
6083 -------------------------------------------------------------------
6084 Tue Jun  3 15:40:37 CEST 2008 - jreidinger@suse.cz
6085
6086 - allow aborting progress during removing packages. (bnc #389238)
6087 - revision 10331
6088
6089 -------------------------------------------------------------------
6090 Mon Jun  2 15:31:36 CEST 2008 - schubi@suse.de
6091
6092 - New option for ignoring Obsoletes. This is used for installing more than
6093   one pacakges with the same name but different versions.
6094   Often used by kernel.
6095 - r 10299
6096
6097 -------------------------------------------------------------------
6098 Sun Jun  1 23:14:34 CEST 2008 - - ma@suse.de
6099
6100 - Revert inappropriate Selectable cleanup. Fix Selectable
6101   status computation. Unmaintained packages were wrongly
6102   reported as unsinstalled. (bnc #394630)
6103 - version 5.0.0 (4.x continued in SuSE-Linux-11_0-Branch)
6104 - revision 10295
6105
6106 -------------------------------------------------------------------
6107 Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
6108
6109 - fixed typo
6110
6111 -------------------------------------------------------------------
6112 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
6113
6114 - Reenable diskusage calculation (bnc #395051)
6115 - version 4.25.1
6116 - revision 10273
6117
6118 -------------------------------------------------------------------
6119 Wed May 28 18:50:11 CEST 2008 - jkupec@suse.cz
6120
6121 - RepoManager::packagesPath(RepoInfo) added (bnc #394728)
6122 - revision 10271
6123
6124 -------------------------------------------------------------------
6125 Wed May 28 16:26:09 CEST 2008 - jkupec@suse.cz
6126
6127 - RepoInfo: don't overwrite flags that have already been set externally
6128   (bnc #394728)
6129 - revision 10256
6130
6131 -------------------------------------------------------------------
6132 Wed May 28 15:30:24 CEST 2008 - ma@suse.de
6133
6134 - Create missing directories when saving config files. (bnc #395026)
6135 - Fix undefined behaviour in RepoManager.
6136 - revision 10255
6137
6138 -------------------------------------------------------------------
6139 Wed May 28 15:23:44 CEST 2008 - schubi@suse.de
6140
6141 - SOLVER_ERASE_SOLVABLE_NAME: As we do not know, if this request has come
6142   from resolvePool or resolveQueue we will have to take care for both
6143   cases. (bnc#393969)
6144 - r 10252
6145
6146 -------------------------------------------------------------------
6147 Tue May 27 22:35:37 CEST 2008 - coolo@suse.de
6148
6149 - compile with RPM_OPT_FLAGS
6150
6151 -------------------------------------------------------------------
6152 Mon May 26 17:23:24 CEST 2008 - jkupec@suse.cz
6153
6154 - old2new locks file converter script added to %post (jredinger)
6155 - r 10227
6156
6157 -------------------------------------------------------------------
6158 Mon May 26 11:48:35 CEST 2008 - schubi@suse.de
6159
6160 - Do not regard packages with the same name while upgrading obsoleted
6161   packages (bnc#394367)
6162 - r 10219
6163
6164 -------------------------------------------------------------------
6165 Sat May 24 01:23:44 CEST 2008 - dmacvicar@suse.de
6166
6167 - revert commit don't check for existence of keys,
6168   to avoid a non needed HEAD request. (related bnc#381280)
6169   as it creates popup error callbacks due to the 404's in
6170   the keys. Leave however the OnMediaLocation::optional()
6171   API to look for another fix strategy.
6172
6173 -------------------------------------------------------------------
6174 Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de
6175
6176 - define path for messages and scripts and document
6177   them in zypp.conf
6178
6179 -------------------------------------------------------------------
6180 Fri May 23 14:42:34 CEST 2008 - schubi@suse.de
6181
6182 - Added IgnoreAlreadyRecommended flag. So recomments/suggest will
6183   be ignored for already INSTALLED packages (bnc #389694)
6184 - r 10202
6185
6186 -------------------------------------------------------------------
6187 Fri May 23 10:22:47 CEST 2008 - schubi@suse.de
6188
6189 - Packages which obsoletes and do NOT required other installed
6190   packages will be installed if no other packages obsolete the installed package too.
6191 - r 10196
6192
6193 -------------------------------------------------------------------
6194 Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
6195
6196 - fix filelist for installed packages (bnc#392544)
6197 - fix changelog retrieval for installed packages
6198
6199 -------------------------------------------------------------------
6200 Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
6201
6202 - deprecate Repository::name() and use alias() to
6203   be consistent. Related to (bnc#383553)
6204 - don't check for existence of keys, to avoid a non needed
6205   HEAD request. (helps bnc#381280)
6206 - 4.25.0
6207
6208 -------------------------------------------------------------------
6209 Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
6210
6211 - added onlyRequires in the testcase (bnc #389184)
6212
6213 -------------------------------------------------------------------
6214 Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
6215
6216 - allow installation and refreshing from repository with alias that
6217   contains ' or " (bnc #392426)
6218 - r10158
6219
6220 -------------------------------------------------------------------
6221 Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
6222
6223 - delta rpm support reenabled
6224 - r10150
6225
6226 -------------------------------------------------------------------
6227 Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
6228
6229 - Resetting Delete Details in ResStatus correctly (bnc #391785)
6230 - r 10145
6231
6232 -------------------------------------------------------------------
6233 Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
6234
6235 - when setting status to non installed for uninstalled packages
6236   set the user transaction so they go to soft locks.
6237   (related to bnc#389739 )
6238
6239 -------------------------------------------------------------------
6240 Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
6241
6242 - Added new calls : isInstalledBy (const PoolItem item);
6243                     installs (const PoolItem item);
6244 - r 10125
6245 - 4.23.0
6246
6247 -------------------------------------------------------------------
6248 Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
6249
6250 - don't run merge in save when toAdd/Remove queue is empty
6251 - throw when locks cannot load its file
6252 - r10124
6253
6254 -------------------------------------------------------------------
6255 Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
6256
6257 - throw more describing exception when repo probing failed
6258   (bnc #389690)
6259 - revision 10118
6260
6261 -------------------------------------------------------------------
6262 Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
6263
6264 - allow call only merge old locks and newly added/removed without
6265   saving it to file
6266 - -revision 10104
6267
6268 -------------------------------------------------------------------
6269 Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de
6270
6271 - report non packages as keep installed if satisfied to the
6272   user interace (Selectables)
6273 - 4.21.3
6274
6275 -------------------------------------------------------------------
6276 Tue May 13 15:50:28 CEST 2008 - jkupec@suse.cz
6277
6278 - create /etc/zypp/products.d on install
6279
6280 -------------------------------------------------------------------
6281 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
6282
6283 - /etc/zypp/products.d added to file list (bnc #385868)
6284 - revision 10049
6285 - version 4.21.2
6286
6287 -------------------------------------------------------------------
6288 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
6289
6290 - call RemoveResolvableReport::problem() before finish() on error
6291   (bnc #388810)
6292 - revision 10045
6293
6294 -------------------------------------------------------------------
6295 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
6296
6297 - fix file list
6298
6299 -------------------------------------------------------------------
6300 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
6301
6302 - Product now retrieves all attributes from the solv file.
6303 - version 4.21.1
6304 - revision 10031
6305
6306 -------------------------------------------------------------------
6307 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
6308
6309 - Add zypp.conf option configdir (/etc/zypp) and arrange
6310   all config files and directories to follow {configdir}
6311   per default.
6312 - Fix zypp-query-pool to print satisfied products and additional
6313   products defined in {configdir}/products.d for registration.
6314   (bnc #385868)
6315 - version 4.21.0
6316 - revision 10029
6317
6318 -------------------------------------------------------------------
6319 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
6320
6321 - implement remove duplicate entries in lock file (bnc#385967)
6322
6323 -------------------------------------------------------------------
6324 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
6325
6326 - Speedup rpmdb2solv by reusing an existing solv file.
6327 - version 4.20.1
6328 - revision 10012
6329
6330 -------------------------------------------------------------------
6331 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
6332
6333 - Fix failed package download due to unkown repository type (bnc #386386)
6334 - revision 9995
6335
6336 -------------------------------------------------------------------
6337 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
6338
6339 - Support optional root argument to RepoManagerOptions, to prefix all
6340   path names taken from ZConfig. (bnc #388265)
6341 - version 4.20.0
6342 - revision 9993
6343
6344 -------------------------------------------------------------------
6345 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
6346
6347 - new solution action for removing requirements/conflicts (bnc #387631)
6348 - revision 9988
6349
6350 -------------------------------------------------------------------
6351 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
6352
6353 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100)
6354 - revision 9984
6355
6356 -------------------------------------------------------------------
6357 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
6358
6359 - DistUpgrade: searching for providers -> regarding name onl
6360 - r 9977
6361
6362 -------------------------------------------------------------------
6363 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
6364
6365 - add flag --registrable (-r) to query pool to avoid
6366   using system as a filter
6367 - 4.19.1
6368
6369 -------------------------------------------------------------------
6370 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
6371
6372 - return values in non-void functions
6373
6374 -------------------------------------------------------------------
6375 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
6376
6377 - support multiple search strings in PoolQuery (ORed)
6378 - revision 9945
6379
6380 -------------------------------------------------------------------
6381 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
6382
6383 - Switch off the upgrade mode of the
6384   SAT solver cause the packages have already been evaluated by
6385   the distupgrade machanism of libzypp. (bnc #386375)
6386 - rev 9943
6387
6388 -------------------------------------------------------------------
6389 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
6390
6391 - release file after copy to cache as soon as possible.
6392   (bnc #381311)
6393 - r9940
6394
6395 -------------------------------------------------------------------
6396 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
6397
6398 - Bugfix: keep states by user has been removed it the
6399   package has not been installed BUT has been recommended by another package.
6400   (bnc #385832)
6401 - rev 9938
6402
6403 -------------------------------------------------------------------
6404 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
6405
6406 - add isLocal function to Url which say if scheme is local or
6407   internet.
6408 - r9932
6409
6410 -------------------------------------------------------------------
6411 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
6412
6413 - cache decision for repository depend on his url.
6414 - http,ftp and smb cache packages.
6415 - revision 9929
6416
6417 -------------------------------------------------------------------
6418 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
6419
6420 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
6421   Locks are loaded together with the target, and changes are writen
6422   back on commit. zypp.conf option locksfile.apply can be used to turn
6423   this feature on or off. (FATE #120352)
6424 - version 4.18.0
6425 - revision 9927
6426
6427 -------------------------------------------------------------------
6428 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
6429
6430 - Add zypp.conf option solvfilesdir: Path where the repo solv files
6431   are created. Default value: {cachedir}/solv.
6432 - Target and repositories now save their solvfiles below {solvfilesdir}
6433   in directories named after the repositories alias.
6434 - version 4.18.0
6435 - revision 9913
6436
6437 -------------------------------------------------------------------
6438 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
6439
6440 - fixed filesystem::expandlink(Pathname) (bnc #368477)
6441 - r9906
6442
6443 -------------------------------------------------------------------
6444 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
6445
6446 - cleanup in return values of doUpgrade and doUpdate
6447 - r9886
6448 - 4.17.0
6449
6450 -------------------------------------------------------------------
6451 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
6452
6453 - check for valid pool in begin(), improve the code (bnc #384337)
6454 - r9872
6455 - 4.16.0
6456
6457 -------------------------------------------------------------------
6458 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
6459
6460 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
6461
6462 -------------------------------------------------------------------
6463 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
6464
6465 - added translations
6466
6467 -------------------------------------------------------------------
6468 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
6469
6470 - ostream operator<<(ostream,TriBool) added
6471 - r9833
6472
6473 -------------------------------------------------------------------
6474 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
6475
6476 - Prevent target::unload from creating a system repo in order
6477   to unload it. (bnc 382297)
6478 - version 4.15.2
6479 - revision 9822
6480
6481 -------------------------------------------------------------------
6482 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
6483
6484 - Prevent deselected or deleted items from being re-selected due to
6485   recommends (aka. persistent soft locks). Unlike hard locked, those
6486   items will be automatically selected if required. The list of soft
6487   locked items is stored in /var/lib/zypp/SoftLocks.
6488 - version 4.15.1
6489 - revision 9818
6490
6491 -------------------------------------------------------------------
6492 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
6493
6494 - Remove obsolete AdditionalCapabilities interface from ResPool.
6495   Forward sat::Pool::RepositoryIterator. There's no more need to
6496   maintain an extra Repository list in ResPool.
6497 - revision 9806
6498
6499 -------------------------------------------------------------------
6500 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
6501
6502 - Support dependencies requiring a specific architecture:
6503   "name[.arch] [op edition]". See class Capability for details
6504   about how to construct dependencies. (bnc #305445)
6505 - version 4.15.0
6506 - revision 9805
6507
6508 -------------------------------------------------------------------
6509 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
6510
6511 - patch attributes and deprecate old ones
6512 - 4.14.0
6513
6514 -------------------------------------------------------------------
6515 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
6516
6517 - change locks api -
6518 - make more functions const
6519 - replace add/remove by selectable to add/remove by ident or name and kind
6520 - rename iterator to const_iterator to avoid confusion
6521 - revision 9781
6522
6523 -------------------------------------------------------------------
6524 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
6525
6526 - Do architecture changes while "dup" in the external distribution
6527   upgrade ONLY. bnc #382274
6528 - Added "ignore" to the solutions
6529 - Added "self-conflicts" to the solution
6530 - added new solver mechanism "resolveQueue"
6531 - Bugfix broken/satisfied products
6532 - rev 9776
6533
6534 -------------------------------------------------------------------
6535 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
6536
6537 - Added Pattern::core returning the packages required by a pattern.
6538   (see also Pattern::depends and Pattern::contents).
6539 - revision 9771
6540
6541 -------------------------------------------------------------------
6542 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
6543
6544 - Added Target::release(), returning the targets distribution
6545   release string.
6546 - revision 9761
6547
6548 -------------------------------------------------------------------
6549 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
6550
6551 - per default abort if package installation fails. (bnc #381203)
6552 - version 4.13.3
6553 - revision 9725
6554
6555 -------------------------------------------------------------------
6556 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
6557
6558 - add ZYpp and curl version to http agent string
6559   (bnc #381280)
6560
6561 -------------------------------------------------------------------
6562 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
6563
6564 - Fixed pools package index wrongly including source packages. (bnc #380283)
6565 - version 4.13.2
6566 - revision 9683
6567
6568 -------------------------------------------------------------------
6569 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
6570
6571 - Disable fast creation of @System.solv. It may produce wrong results
6572   e.g. after a rebuilddb.
6573 - version 4.13.1
6574 - revision 9666
6575
6576 -------------------------------------------------------------------
6577 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
6578
6579 - initializeTarget now takes an additional option, telling whether to
6580   rebuild an existing rpm database before using it. Default is false.
6581   (bnc #308352)
6582 - version 4.13.0
6583 - revision 9664
6584
6585 -------------------------------------------------------------------
6586 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
6587
6588 - save do nothing if no locks added/removed
6589 - fix bug with multiple save lock
6590 - don't save same query multiple times
6591 - improve tests
6592 - revision 9644
6593
6594 -------------------------------------------------------------------
6595 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
6596
6597 - added new translations
6598 - activate zypp-query-pool
6599 - Revision 9637
6600 - 4.12.1
6601
6602 -------------------------------------------------------------------
6603 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
6604
6605 - Locks API cleaned-up, iterator added, light read() added
6606 - PoolQuery::attribute(SolvAttr) getter added
6607 - revision 9609
6608
6609 -------------------------------------------------------------------
6610 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
6611
6612 - reenable zypp-query-pool
6613 - 4.11.1
6614
6615 -------------------------------------------------------------------
6616 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
6617
6618 - Enable evaluation of hardware dependencies.
6619 - Enable evaluation of filesystem dependencies.
6620 - revision 9605
6621
6622 -------------------------------------------------------------------
6623 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
6624
6625 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
6626   needed for explicit refresh request
6627 - revision 9574
6628
6629 -------------------------------------------------------------------
6630 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
6631
6632 - Install ResPoolProxy index to speedup Solvable to Selectable
6633   conversion.
6634 - version 4.11.0
6635 - revision 9558
6636
6637 -------------------------------------------------------------------
6638 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
6639
6640 - Implement update scripts installed by packages. After every
6641   package install /var/adm/update-scripts is scanned for the first
6642   file starting with "<name>-<version>.<release>-", which is then
6643   executed.
6644 - revision 9547
6645
6646 -------------------------------------------------------------------
6647 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
6648
6649 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
6650 - Add Resolvable::poolItem() providing access to the corresponding
6651   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
6652   to PoolItem.
6653 - Add ResPool::satisfiedProductsBegin/End iterator over all products
6654   whose dependencies are satisfied. This reflects the status determined
6655   by the last solver run. (#368104)
6656 - revision 9535
6657
6658 -------------------------------------------------------------------
6659 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
6660
6661 - switch to new locks api
6662 - revision 9524
6663
6664 -------------------------------------------------------------------
6665 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
6666
6667 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
6668 - Add SolvIterMixin: Base class providing PoolItem_iterator and
6669   Selectable_iterator iterator types based on a Solvable iterator.
6670 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
6671   PoolItem_iterator and Selectable_iterator.
6672 - Add Solvable::SplitIdent: Helper class that splits an identifier
6673   into kind and name.
6674 - Provide methods Pattern::contents returning a collection of packages
6675   associated with the pattern/patch.
6676 - revision 9496
6677
6678 -------------------------------------------------------------------
6679 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
6680
6681 - add comparing to PoolQuery
6682 - revision 9466
6683
6684 -------------------------------------------------------------------
6685 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
6686
6687 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
6688 - revision 9452
6689
6690 -------------------------------------------------------------------
6691 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
6692
6693 - initial implementation of new locks (FATE #120118 and #120352)
6694 - revision 9442
6695
6696 -------------------------------------------------------------------
6697 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
6698
6699 - selectable API updates and changes
6700 - 4.10.0
6701
6702 -------------------------------------------------------------------
6703 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
6704
6705 - add split with respect to escaped delimeters and also for quotes
6706 - revision 9373
6707
6708 -------------------------------------------------------------------
6709 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
6710
6711 - Fixed some missing package and source package attributes.
6712 - revision 9348
6713
6714 -------------------------------------------------------------------
6715 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
6716
6717 - Allow to store a media label in MediaSetAccess. This label is
6718   passed to a media change requests to describe which CD is
6719   requested.  (bnc #330094)
6720 - Fixed some missing package and source package attributes.
6721 - revision 9347
6722
6723 -------------------------------------------------------------------
6724 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
6725
6726 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
6727 - Removed establish state in ResStatus
6728 - revision 9337
6729 - version 4.7.0
6730
6731 -------------------------------------------------------------------
6732 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
6733
6734 - Add PoolItem::isSatisfied()/isBroken() to test whether
6735   the items requirements are met.
6736 - revision 9334
6737
6738 -------------------------------------------------------------------
6739 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
6740
6741 - Extend sat::WhatProvides to allow to query for possible providers
6742   of a collection of capabilies. E.g. all providers of a packages
6743   requirements.
6744 - Fixed retrieval of translated texts from .solv files, provided the
6745   solv file contains them.
6746 - revision 9328
6747
6748 -------------------------------------------------------------------
6749 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
6750
6751 - initial implementation of serialize/recovery PoolQuery
6752   (needed by FATE #120118)
6753 - revision 9325
6754
6755 -------------------------------------------------------------------
6756 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
6757
6758 - Allow prioritizing repos by adding a line 'priority=N' to the
6759   .repo file. Where N is an integer number from 1 (highest prio)
6760   to 99 (least and default). (bnc #369827, fate #302872)
6761 - version 4.6.1
6762 - revision 9276
6763
6764 -------------------------------------------------------------------
6765 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
6766
6767 - support plaindir again (at least the most important parts)
6768
6769 -------------------------------------------------------------------
6770 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
6771
6772 - Throwing special exception MediaBadCAException in case of SSL
6773   certificate validation failure.(bnc #223512)
6774 - revision 9250
6775
6776 -------------------------------------------------------------------
6777 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
6778
6779 - add new error IO_SOFT to media request callback for temporary
6780   connection problem. (bnc #328822)
6781 - add new media exception timeout when somethink fail due to exceed
6782   timeout
6783 - mediacurl throw timeout exception when timeouted
6784 - revision 9246
6785
6786 -------------------------------------------------------------------
6787 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
6788
6789 - return more information from checking if metadata need refresh,
6790   so user can get better info. (bnc #307249)
6791 - revision 9231
6792
6793 -------------------------------------------------------------------
6794 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
6795
6796 - class sat::LocaleSupport: Convenience methods to manage support
6797   for language specific packages.
6798 - revision 9197
6799
6800 -------------------------------------------------------------------
6801 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
6802
6803 - removed obsolete capability handling stuff (ma)
6804 - version 4.5.0
6805
6806 -------------------------------------------------------------------
6807 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
6808
6809 - Don't mask skip and abort exception in Fetcher
6810 - revision 9188
6811
6812 -------------------------------------------------------------------
6813 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
6814
6815 - action is correctly set in mediaRequest callback
6816 - revision 9186
6817
6818 -------------------------------------------------------------------
6819 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
6820
6821 - Fix SEGV in commit (bnc# 371137)
6822 - version 4.4.3
6823 - revision 9174
6824
6825 -------------------------------------------------------------------
6826 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
6827
6828 - version 4.4.2
6829
6830 -------------------------------------------------------------------
6831 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
6832
6833 - look for openssl in cmake, actually we build require it
6834 - explicitely link against openssl and crypto, required to
6835   compile in all platforms/distros.
6836
6837 -------------------------------------------------------------------
6838 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
6839
6840 - Save repo type during refresh if type is NONE (f.e. lazy probing).
6841 - revision 9153
6842
6843 -------------------------------------------------------------------
6844 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
6845
6846 - replace gpg escaped semicolon with real semicolon (bnc #355434)
6847 - revision 9151
6848
6849 -------------------------------------------------------------------
6850 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
6851
6852 - make strings from RpmDb and Keyring exceptions translatable
6853 - revision 9146
6854
6855 -------------------------------------------------------------------
6856 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
6857
6858 - fix retrieving keys (bnc #368099)
6859 - version 4.4.1
6860
6861 -------------------------------------------------------------------
6862 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
6863
6864 - enable frontend to rewrite add_probe settings.(bnc #309612)
6865 - Correct adding repo without type to lazy probing.
6866 - revision 9135
6867
6868 -------------------------------------------------------------------
6869 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
6870
6871 - get better message if something fail when trying run rpm
6872   (bnc #344584)
6873 - revision 9133
6874
6875 -------------------------------------------------------------------
6876 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
6877
6878 - Add ExternalProgram::execError and ExternalProgram::command
6879   to improve error reporting.
6880 - revision 9112
6881
6882 -------------------------------------------------------------------
6883 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
6884
6885 - release all media before requesting another (bnc #336881)
6886 - revision 9110
6887
6888 -------------------------------------------------------------------
6889 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
6890
6891 - getDetectedDevices added (fate #120298)
6892 - revision 9108
6893
6894 -------------------------------------------------------------------
6895 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
6896
6897 - media backend release() methods changed to take string & instead
6898   of bool (needed for FATE #120298)
6899 - media label, detected device list and current device arguments
6900   added to the requestMedia callback
6901 - version 4.4.0
6902
6903 -------------------------------------------------------------------
6904 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
6905
6906 - fix for bnc#369543
6907
6908 -------------------------------------------------------------------
6909 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
6910
6911 - provide download rate info (average and curent) in the
6912   media::DownloadProgressReport for ftp/http (bnc #168935)
6913 - r9074
6914
6915 -------------------------------------------------------------------
6916 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
6917
6918 - cleanCache(): clean also .cookie files
6919 - cleanTargetCache() added
6920 - use escaped_alias() in rawcache_path_for_repoinfo() and
6921   packagescache_path_for_repoinfo()
6922 - r9068
6923
6924 -------------------------------------------------------------------
6925 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
6926
6927 - fixed location of RPMs in subdirs when parsing plaindir repo
6928   recursively (bnc #368218)
6929 - revision 9060
6930
6931 -------------------------------------------------------------------
6932 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
6933
6934 - Do not filter any installed solvables.
6935 - revision 9031
6936 - version 4.3.2
6937
6938 -------------------------------------------------------------------
6939 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
6940
6941 - Try to rebuild broken solv files in Target::load.
6942 - revision 9015
6943
6944 -------------------------------------------------------------------
6945 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
6946
6947 - Try to rebuild broken solv files in RepoManager::loadFromCache.
6948 - Fix RepoStatus::operator&& and RepoStatus testsuite.
6949 - revision 9008
6950
6951 -------------------------------------------------------------------
6952 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
6953
6954 - improved problem description while a vendor change
6955 - improved problem description if a requirement cannot be fulfilled. Bug #358560
6956 - revision 9002
6957
6958 -------------------------------------------------------------------
6959 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
6960
6961 - Save and restore requested locales on target load/commit.
6962 - revision 8999
6963
6964 -------------------------------------------------------------------
6965 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
6966
6967 - (Update) Prevent reinstallation of installed packages.
6968 - revision 8984
6969
6970 -------------------------------------------------------------------
6971 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
6972
6973 - refresh metadata if there is no cache to unbreak compat with
6974   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
6975   that "zypper in" could work on)
6976
6977 -------------------------------------------------------------------
6978 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
6979
6980 - create cache directory before calling rpmdb2solv (in an empty
6981   chroot)
6982 - version 4.3.1
6983
6984 -------------------------------------------------------------------
6985 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
6986
6987 - special exception message if server returns 403 response
6988   (forbidden) (port from SP2)
6989 - MediaException messages marked for translation
6990
6991 -------------------------------------------------------------------
6992 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
6993
6994 - make sure we have target cache on target initialize
6995 - version 4.3.0
6996
6997 -------------------------------------------------------------------
6998 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
6999
7000 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
7001   file systems (#333166)
7002 - rev. 8915
7003
7004 -------------------------------------------------------------------
7005 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
7006
7007 - Fixed Capabilites iterator exposing prereq marker.
7008 - revision 8914
7009
7010 -------------------------------------------------------------------
7011 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
7012
7013 - postinstall script fixed
7014 - version 4.2.10
7015
7016 -------------------------------------------------------------------
7017 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
7018
7019 - Testcases regards modaliases, rpmlib, ... correctly
7020 - Revision 8904
7021
7022 -------------------------------------------------------------------
7023 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
7024
7025 - Remove obsolete sql database. (bnc#363224)
7026 - revision 8898
7027
7028 -------------------------------------------------------------------
7029 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
7030
7031 - Take care target uses --root when creating solv files (bnc #363789)
7032 - revision 8881
7033
7034 -------------------------------------------------------------------
7035 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
7036
7037 - Unmaintained packages which does not fit to the updated system
7038   (broken dependencies) will be deleted.
7039 - revision 8867
7040
7041 -------------------------------------------------------------------
7042 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
7043
7044 - let libzypp-devel require libsatsolver-devel
7045
7046 -------------------------------------------------------------------
7047 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
7048
7049 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
7050 - revision 8833
7051
7052 -------------------------------------------------------------------
7053 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
7054
7055 - media: fixed DownloadProgressReport.finish() url argument in
7056   doGetFileCopy()
7057 - revision 8815
7058
7059 -------------------------------------------------------------------
7060 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
7061
7062 - hardlink when possible to optimize data transfer
7063   and space across caches.
7064 - version 4.2.8
7065
7066 -------------------------------------------------------------------
7067 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
7068
7069 - added some locale support to sat::Solvable
7070 - version 4.2.7
7071
7072 -------------------------------------------------------------------
7073 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
7074
7075 - handle error messages better in doesFileExist too which is
7076   used during probing. (bnc #362608)
7077
7078 -------------------------------------------------------------------
7079 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
7080
7081 - Fetcher::reset() should not reset cache directories.
7082   (bnc #348050)
7083 - version 4.2.6
7084
7085 -------------------------------------------------------------------
7086 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
7087
7088 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
7089   for http and https, but this time set CURLOPT_HTTPGET back to 1
7090   so it actually works. This makes Media::doesFileExist
7091   efficient for http and https.
7092   (related to bnc #348050)
7093 - version 4.2.5
7094
7095 -------------------------------------------------------------------
7096 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
7097
7098 - using .solv files only now (fate #303018)
7099 - revision 8699
7100
7101 -------------------------------------------------------------------
7102 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
7103
7104 - fix architectures on distupgrade
7105
7106 -------------------------------------------------------------------
7107 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
7108
7109 - fixes from trunk merged
7110
7111 -------------------------------------------------------------------
7112 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
7113
7114 - fixed renaming a repo to an existing one (bnc #228216)
7115 - revision 8431
7116
7117 -------------------------------------------------------------------
7118 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
7119
7120 - fix changelog
7121
7122 -------------------------------------------------------------------
7123 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
7124
7125 - read .curlrc more robustly to obtain user-proxy (#330351)
7126 - revision 8368
7127
7128 -------------------------------------------------------------------
7129 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
7130
7131 - always buildrequire openssl-devel
7132 - replacing strange utf-8 chars in changelog
7133 - revision 8317
7134
7135 -------------------------------------------------------------------
7136 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
7137
7138 - Saner NFS timeo default (#350309)
7139 - revision 8314
7140
7141 -------------------------------------------------------------------
7142 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
7143
7144 - support 'patterns.pat' and 'patterns.pat.gz' to read all
7145   patterns in one go.
7146 - rev 8309
7147
7148 -------------------------------------------------------------------
7149 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
7150
7151 - added RpmDb::removePubkey(), call it from
7152   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
7153   is removed from the trusted keyring
7154 - revision 8288
7155
7156 -------------------------------------------------------------------
7157 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
7158
7159 - Textchanges
7160 - reduced logging in SAT-solver
7161 - ordering solutions
7162 - version 4.1.8
7163 - revision 8276
7164
7165 -------------------------------------------------------------------
7166 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
7167
7168 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
7169   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
7170 - Revision 8255
7171 - Version 4.1.7
7172
7173 -------------------------------------------------------------------
7174 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
7175
7176 - Pathname zypp::filesystem::expandlink(const Pathname &) added
7177 - if the provided file is a symlink, expand it (#274651) (this
7178   probably won't work for schemes other than file/dir and cd/dvd)
7179 - revision 8179
7180
7181 -------------------------------------------------------------------
7182 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
7183
7184 - fixed password handling in URLs (bug #347273)
7185 - revision 8118
7186
7187 -------------------------------------------------------------------
7188 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
7189
7190 - Fixed default text locale detection not to use static variables. (#346872)
7191 - version 4.1.6
7192 - revision 8116
7193
7194 -------------------------------------------------------------------
7195 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
7196
7197 - Log more details about zypp lock owner. (#294094)
7198 - revision 8088
7199
7200 -------------------------------------------------------------------
7201 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
7202
7203 - Remove runtime dependency for libboost_filesystem (#345773)
7204 - version 4.1.5
7205 - revision 8061
7206
7207 -------------------------------------------------------------------
7208 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
7209
7210 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
7211   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
7212 - version 4.1.4
7213 - revision 7998
7214
7215 -------------------------------------------------------------------
7216 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
7217
7218 - make IniParser more strict (bug #306697)
7219
7220 -------------------------------------------------------------------
7221 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
7222
7223 - Fix missing packages in patch content list. (#340896)
7224 - revision 7925
7225
7226 -------------------------------------------------------------------
7227 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
7228
7229 - fix build
7230
7231 -------------------------------------------------------------------
7232 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
7233
7234 - Output date strings in UTF-8. (#339423)
7235 - revision 7807
7236
7237 -------------------------------------------------------------------
7238 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
7239
7240 - fixes for new gcc
7241 - version 4.1.3
7242 - r7788
7243
7244 -------------------------------------------------------------------
7245 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
7246
7247 - Don't mark failed patch scripts as installed. (#327523)
7248 - version 4.1.2
7249 - revision 7744
7250
7251 -------------------------------------------------------------------
7252 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
7253
7254 - update rpmlint suppression
7255
7256 -------------------------------------------------------------------
7257 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
7258
7259 - fixed retrieval of epoch from rpmdb (bug #246680)
7260
7261 -------------------------------------------------------------------
7262 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
7263
7264 - allow non-existing "packages" file in susetags parser (bug
7265   #309235)
7266
7267 -------------------------------------------------------------------
7268 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
7269
7270 - SMBIOS DMI modalias matching added (#333152)
7271 - revision 7494
7272
7273 -------------------------------------------------------------------
7274 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
7275 - do not download the same file multiple times in one attach session
7276   (#307098), r7456
7277 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
7278   removed - should be correctly detected by HAL now
7279   (#167629, #163971), r7452
7280 - version 4.1.1
7281
7282 -------------------------------------------------------------------
7283 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
7284
7285 - filter architecture in plaindir parser (bug #330791)
7286
7287 -------------------------------------------------------------------
7288 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
7289
7290 - Throw constructing malformed checksums. (#189096)
7291 - revision 7441
7292
7293 -------------------------------------------------------------------
7294 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
7295
7296 - Renamed templates back because proper qualification makes it work
7297   too.
7298 - 4.1.0
7299
7300 -------------------------------------------------------------------
7301 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
7302
7303 - only look for repositories in file ending ".repo" (bug #294779)
7304
7305 -------------------------------------------------------------------
7306 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
7307
7308 - Fixed compilation errors with GCC 4.3 by adding missing includes
7309   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
7310   Compare<Edition> to CompareEd.
7311 - r7426
7312
7313 -------------------------------------------------------------------
7314 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
7315
7316 - Incorporated patch from Michael Matz to speedup cache reading.
7317 - revision 7413
7318
7319 -------------------------------------------------------------------
7320 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
7321
7322 - Resolvertestcase:
7323   - log Repository info
7324   - set keep state in the testcase
7325   - handle vendor
7326 - r 4707
7327
7328 -------------------------------------------------------------------
7329 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
7330
7331 - Fixed pattern parser SEGV on broken pattern files. (#328546)
7332 - revision 7402
7333
7334 -------------------------------------------------------------------
7335 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
7336
7337 - QueuItemRequire: Filter out all provider which have worser architecture,
7338   are NOT noarch and have not the same name as the requirement. The
7339   last one is needed for updating packages via patch/atoms.
7340   Bug 328081
7341 - Revert changes of r 7340
7342 - r 7386
7343
7344 -------------------------------------------------------------------
7345 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
7346
7347 - Add missing '--install' parameter in desktop file. (#308640)
7348 - version 4.0.0
7349 - revision 7369
7350
7351 -------------------------------------------------------------------
7352 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
7353
7354 - release all attached media before attempting to eject (#293428)
7355 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
7356 - revision 7352
7357 - version 3.26.0
7358
7359 -------------------------------------------------------------------
7360 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
7361
7362 - provide a way to retrieve the metadata path. Used for
7363   installation, which incorrectly creates a repository in
7364   cache without adding it first, so metadata path is not
7365   set and therefore it is not possible to setup a media
7366   verifier on installation. Part of fix for (#293428)
7367 - 3.25.0
7368
7369 -------------------------------------------------------------------
7370 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
7371
7372 - If more than one resolvables provide a requirements and have different
7373   architecture take thatone with the best architecture. (Not regarding the
7374   name). Bug: Branching too much while an installation of a multi-arch-DVD
7375 - r 7340
7376 - version 3.24.8
7377
7378 -------------------------------------------------------------------
7379 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
7380
7381 - Checking the queue if an item will be deleted. If yes, the requirements
7382   are not needed anymore. Bug 326384
7383 - version 3.24.7
7384 - r 7329
7385
7386 -------------------------------------------------------------------
7387 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
7388
7389 - don't probe the repository type upon saving if disabled (#326769)
7390 - version 3.24.6
7391 - revision 7319
7392
7393 -------------------------------------------------------------------
7394 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
7395
7396 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
7397   esp. if the error occurred executing the packages post-install script.
7398 - version 3.24.5
7399 - revision 7317
7400
7401 -------------------------------------------------------------------
7402 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
7403
7404 - If a package is deselected by user, apply this soft lock to all
7405   available versions of this package.
7406 - version 3.24.4
7407 - revision 7316
7408
7409 -------------------------------------------------------------------
7410 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
7411
7412 - Update: Do not set an item to installation if there has been already set
7413   one for installation which has the same NVA. Bug  326286
7414 - version 3.24.3
7415 - r 7311
7416
7417 -------------------------------------------------------------------
7418 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
7419
7420 - Enable package cache during commit. (#326249)
7421 - revision 7309
7422
7423 -------------------------------------------------------------------
7424 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
7425
7426 - Do not regarding requirements for packages which will be deleted in the
7427   same solver run. Bug 310618
7428 - r 7292
7429 - version 3.24.2
7430
7431 -------------------------------------------------------------------
7432 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
7433
7434 - don't download filelists.xml.gz (#307105)
7435 - version 3.24.1
7436 - revision 7269
7437
7438 -------------------------------------------------------------------
7439 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
7440
7441 - Improve estimated diskusage while there is no valid
7442   solver result. (#325617)
7443 - revision 7266
7444
7445 -------------------------------------------------------------------
7446 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
7447
7448 -Bugfix in vendor change of a required resolvable (Correct error message)
7449  Bug 310455
7450 - r 7262
7451
7452 -------------------------------------------------------------------
7453 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
7454
7455 - fixed DU parsing in inst-sys (#308659)
7456 - revision 7256
7457
7458 -------------------------------------------------------------------
7459 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
7460
7461 - Enable using patch and delta rpms. (#309124)
7462 - version 3.24.0
7463 - revision 7253
7464
7465 -------------------------------------------------------------------
7466 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
7467
7468 - On update do not delete unmaintained non-SuSE packages.
7469 - version 3.23.2
7470 - revision 7239
7471
7472 -------------------------------------------------------------------
7473 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
7474
7475 - ZYppImpl::getPartitions() - don't return the current partitioning
7476   when the partitioning hasn't been set - fixes DU parsing in
7477   inst-sys (#308659)
7478
7479 -------------------------------------------------------------------
7480 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
7481
7482 - Throw specific exceptions during commit (#308511)
7483 - 3.23.1
7484
7485 -------------------------------------------------------------------
7486 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
7487
7488 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
7489   now provide more detailed disk usage information.
7490   Yum metadata don't, so we book the package size to '/'. (#308362)
7491 - version 3.23.0
7492 - revision 7225
7493
7494 -------------------------------------------------------------------
7495 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
7496
7497 - Regarding keep state while recycle old valid solver results. Bug 286889
7498 - r 7209
7499
7500 -------------------------------------------------------------------
7501 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
7502
7503 - report 100% progress on finishing RPM removal (bug #309431)
7504 - revision 7200
7505
7506 -------------------------------------------------------------------
7507 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
7508
7509 - Update: rename language packages --> take that package which fits to the
7510   selected language Bug 308098
7511 - r 7919
7512
7513 -------------------------------------------------------------------
7514 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
7515
7516 - restore deltas and patch rpms from the cache (#309124)
7517 - 3.22.8
7518
7519 -------------------------------------------------------------------
7520 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
7521
7522 - Don't fail if a product is deleted multiple times (e.g. due to
7523   obsoletes and an explicit deleted request). (#308746)
7524 - version 3.22.7
7525 - revision 7184
7526
7527 -------------------------------------------------------------------
7528 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
7529
7530 - SYSCONFDIR variable added for modifying /etc
7531
7532 -------------------------------------------------------------------
7533 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
7534
7535 - uninstallable resolvable -->suggested solution: delete; Bug 308164
7536 - r 7177
7537
7538 -------------------------------------------------------------------
7539 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
7540
7541 - new translations added
7542 - r 7166
7543 - version 3.22.6
7544
7545 -------------------------------------------------------------------
7546 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
7547
7548 - fixed disk usage counting of updated packages (#308362)
7549
7550 -------------------------------------------------------------------
7551 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
7552
7553 - Splitting packages: Take the package with the best
7554   architecture,edition ONLY; Bug 308591
7555 - r 7160
7556
7557 -------------------------------------------------------------------
7558 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
7559
7560 - properly report fallback disk usage size (in kB instead of bytes)
7561   when disk usage is not known (YUM repos) (#308475)
7562
7563 -------------------------------------------------------------------
7564 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
7565
7566 - Install a sample /etc/zypp.conf. (#306615)
7567 - Fixed missing soversion symlink in package.
7568 - version 3.22.5
7569 - revision 7150
7570
7571 -------------------------------------------------------------------
7572 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
7573
7574 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
7575   308252
7576 - r 7143
7577
7578 -------------------------------------------------------------------
7579 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
7580
7581 - Error: Select two candidate with the same name while update.
7582   Solution: If there is a candidate which is already selected for installation -->
7583   take thatone #308082
7584 - r 7132
7585
7586 -------------------------------------------------------------------
7587 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
7588
7589 - Work arround installed patterns providing an empty vendor string. (#307743)
7590 - Let the solver treat vendor suse and opensuse as equivalent.
7591 - version 3.22.4
7592
7593 -------------------------------------------------------------------
7594 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
7595
7596 - Checking item before evaluating the concerning vendor. bug #307941
7597 - r 7119
7598
7599 -------------------------------------------------------------------
7600 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
7601
7602 - Fix for bug #307163 - empty package descriptions
7603   a.k.a shared tag not 100% implemented
7604 - r 7117
7605 - version 3.22.3
7606
7607 -------------------------------------------------------------------
7608 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
7609
7610 - logging "reverse" NEEDED_BY in the detail description of solver
7611   problems.
7612 - improved error message if a requiremnt is not fulfilled Bug 307743
7613 - Add "ignore" option to the solution if a requirement is not fulfilled
7614   Bug 304276
7615 - revision 7113
7616
7617 -------------------------------------------------------------------
7618 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
7619
7620 - fixed the order of operands of susetags local metadata status
7621   computation which caused the YaST repositories to always get
7622   refreshed (part of bug #304310)
7623 - revision 7107
7624 - version 3.22.2
7625
7626 -------------------------------------------------------------------
7627 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
7628
7629 - comparing vendor with VendorAttr::equivalent
7630 - revision 7103
7631
7632 -------------------------------------------------------------------
7633 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
7634
7635 - Use $RPM_OPT_FLAGS.
7636
7637 -------------------------------------------------------------------
7638 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
7639
7640 - Reset transact bits when switching status from
7641   "update" to "protected" (#246976)
7642 - version 3.22.1
7643 - revision 7094
7644
7645 -------------------------------------------------------------------
7646 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
7647
7648 - new translations added
7649 - rev 7083
7650
7651 -------------------------------------------------------------------
7652 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
7653
7654 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
7655    [main]
7656    download.use_patchrpm = no
7657    download.use_deltarpm = no
7658 - version 3.22.0
7659 - revision 7069
7660
7661 -------------------------------------------------------------------
7662 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
7663
7664 - On demand translate patch requirements into a list of atoms.
7665   Required by the UI to display packages acssociated with a patch.
7666   (#300612)
7667 - version 3.21.1
7668 - revision 7065
7669
7670 -------------------------------------------------------------------
7671 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
7672
7673 - enrich ResolverInfo with the reason if a user-initiated request
7674   fails (#304325, #306240)
7675 - r 7051
7676
7677 -------------------------------------------------------------------
7678 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
7679
7680 - added missing implementation of LogControl::setLineFormater()
7681   (lslezak)
7682 - version 3.21.0
7683 - revision 7041
7684
7685 -------------------------------------------------------------------
7686 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
7687
7688 - enable changing url in requestMedia callback (#294481)
7689 - revision 7037
7690
7691 -------------------------------------------------------------------
7692 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
7693
7694 - Filter readonly mount points in DiskUsageCounter (#297405)
7695 - revision 7030
7696
7697 -------------------------------------------------------------------
7698 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
7699
7700 - remember the cause of the RepoException when refreshing metadata
7701   (#301022)
7702 - r7023
7703
7704 -------------------------------------------------------------------
7705 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
7706
7707 - Safe fix for bug #299680.
7708 - version 3.20.1
7709 - revision 7026
7710
7711 -------------------------------------------------------------------
7712 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
7713
7714 - Bugfix: If a requirement has been fulfilled by more than one language
7715   resolvables only thatone will be taken which fits to the selected
7716   language.
7717 - r 7018
7718
7719 -------------------------------------------------------------------
7720 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
7721
7722 - correct error code for media errors in MediaCurl::doGetFileCopy()
7723   affects only zypper error output, does not affect YaST
7724 - r7013
7725
7726 -------------------------------------------------------------------
7727 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
7728
7729 - reverted blocking of requestMedia from r6271 (#301710)
7730 - r6999
7731
7732 -------------------------------------------------------------------
7733 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
7734
7735 - prevent progress report in destructor (#299680)
7736 - r6998
7737
7738 -------------------------------------------------------------------
7739 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
7740
7741 - treat non-filelists.xml <file> entries as file provides capabilities
7742   in YUM parser (#304701)
7743 - r6992
7744
7745 -------------------------------------------------------------------
7746 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
7747
7748 - the media.1/media uniquely identifies a 'susetags' repo, not
7749   the content file (#304200)
7750
7751 -------------------------------------------------------------------
7752 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
7753
7754 - fixed locale dir (#304649)
7755 - r6984
7756
7757 -------------------------------------------------------------------
7758 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
7759
7760 - don't treat normal package license as "license to confirm"
7761   (#305906)
7762
7763 -------------------------------------------------------------------
7764 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
7765
7766 - Fixed fix for #293039. Segfault due to uninitialzed data.
7767 - version 3.19.3
7768 - revision 6980
7769
7770 -------------------------------------------------------------------
7771 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
7772
7773 - reduced too much verbosed ResolverContext logging; Bug 303971
7774 - r 6977
7775
7776 -------------------------------------------------------------------
7777 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
7778
7779 - Fixed PlainDir repositories to provide real disk usage data. For
7780   repomd and others that do not provide any detailed disk usage info,
7781   assume the packgage size is required below "/". Peviously they were
7782   treated as being empy.
7783 - version 3.19.2
7784 - revision 6972
7785
7786 -------------------------------------------------------------------
7787 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
7788
7789 - Add a new solver solution in the case of running in a timeout:
7790   ProblemSolutionDoubleTimeout.h
7791   #Bug 302496
7792 - revision 6970
7793
7794 -------------------------------------------------------------------
7795 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
7796
7797 - bug in fix for (#292986)
7798
7799 -------------------------------------------------------------------
7800 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
7801
7802 - (#297001) - libzypp: can't skip broken packages
7803 - re enable importing zypp keyring from rpm.(#302379)
7804 - 3.19.1
7805
7806 -------------------------------------------------------------------
7807 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
7808
7809 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
7810   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
7811   in order to support query-by-repo (#305384)
7812 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
7813   number of kinds, names, or repos (#305347)
7814 - remove ResolvableQuery::iterateResolvablesByKind, not needed
7815 - version 3.19.0
7816 - rev 6935
7817
7818 -------------------------------------------------------------------
7819 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
7820
7821 - real fix for reading signature ids. (#390535).
7822 - delete metadata when removing repo (#301037).
7823
7824 -------------------------------------------------------------------
7825 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
7826
7827 - following behaviour for setPartitions
7828   - if they are not set, they are detected
7829   - if they are set, that value is used.
7830   - if value set or detected is empty, all disk usage
7831     information is read. Otherwise just values in those
7832     mount points.
7833     Should work for installation as long as detectPartitions
7834     is empty at installation.(#293039)
7835
7836 -------------------------------------------------------------------
7837 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
7838
7839 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
7840   from external, e.g. for the testcases
7841 - Honor ZYPP_CONF environment variable to override the buit-in
7842   /etc/zypp/zypp.conf
7843 - Check architecture at handout() to prevent NULL ptr reference.
7844 - Bug 301286
7845 - rev 6908
7846
7847 -------------------------------------------------------------------
7848 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
7849
7850 -The solver generate an establish call for all
7851  resolvables which has filesystemcaps if there is not a valid result from a
7852  former solver run available. This covers:
7853  * Initial solver run
7854  * Changing of filesystem whithin a workflow, cause the solver results will
7855    be reset if the filesystem dependencies have been changed
7856  Bug 271912
7857 - r 6901
7858
7859 -------------------------------------------------------------------
7860 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
7861
7862 - pass location to plaindir package (#303751)
7863 - Add name of file in question to checksum/signature related
7864   exceptions.
7865 - pass basename of file to verifyFileSignatureWorkflow (instead of
7866   empty string).
7867 - filter out incompatible architectures when parsing sustags
7868   repos (first half of #301286)
7869 - r 6882
7870
7871 -------------------------------------------------------------------
7872 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
7873
7874 - don't run source migration if yast is running in
7875   intsys mode (#297136)
7876 - signature and checksum verification fixes. Still pending
7877   problem ZYpp getting no output from gpg when running from zypper.
7878   (#302059)
7879
7880 -------------------------------------------------------------------
7881 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
7882
7883 - Do not strip resolvables which have the same name but different kind
7884   (ResolverInfo*)
7885 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
7886 - r 6830
7887
7888 -------------------------------------------------------------------
7889 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
7890
7891 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
7892   the Estonian locale (#302525).
7893
7894 -------------------------------------------------------------------
7895 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
7896
7897 - added remembering of exception history at various places
7898
7899 -------------------------------------------------------------------
7900 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
7901
7902 - Bugfixes concerning vendor handling:
7903 - first bug:
7904   Installed A-1.0(vendor SuSE)
7905   Available A-2.0(other vendor)
7906   A will not be regarded as "unmaintained". So it will not be deleted.
7907 - second bug:
7908   A need B-2.0. B-1.0 is installed but has another vendor. Report a
7909   proper errmessage.
7910 - Testcase : solution-tests/vendor-test.xml
7911 - r 6812
7912 - 3.18.4
7913
7914 -------------------------------------------------------------------
7915 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
7916
7917 - ignore HASH key for download (#300982)
7918
7919 -------------------------------------------------------------------
7920 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
7921
7922 - Added explicitly_requested as parameter in ResolverContext::Uninstall
7923   Bug 299819
7924 - revision 6794
7925
7926 -------------------------------------------------------------------
7927 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
7928
7929 - If no mount information is available, parse all DU entries.
7930 - read only hack mode for migrate-sources. We actually do add
7931   repositories with it, but no harm. (#292986)
7932 - fix some typos in exceptions (#301331)
7933 - 3.18.3
7934
7935 -------------------------------------------------------------------
7936 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
7937
7938 - Do not regard explicit request in order to recognize updated packages
7939   correctly. Bug 301676
7940 - Updated translations
7941 - r 6766
7942 - 3.18.2
7943
7944 -------------------------------------------------------------------
7945 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
7946
7947 - package-manager script: Call /sbin/yast2 with full path because of
7948   gnomesu (#269873).
7949
7950 -------------------------------------------------------------------
7951 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
7952
7953 - add support for the HASH key. (#300982)
7954 - Use ContentFileParser in Downloader (instead of implementing
7955   the parser again, it has a reason, Downloader was written first)
7956 - update testcases and data to cover the new HASH key
7957 - 3.18.1
7958
7959 -------------------------------------------------------------------
7960 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
7961
7962 - unify query API for kind and name, summary, description
7963   (incomplete)
7964 - rev 6761, version 3.18.0
7965
7966 -------------------------------------------------------------------
7967 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
7968
7969 - add iterateResolvablesByKindsAndName
7970 - rev 6735, version 3.17.13
7971
7972 -------------------------------------------------------------------
7973 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
7974
7975 - rename ResolvableQuery::queryByName to iterateResolvablesByName
7976 - fix reading of kind and repository in ResolvableQuery
7977 - add reverse lookups in CacheTypes
7978 - add iterateResolvablesByKind
7979 - rev 6733
7980
7981 -------------------------------------------------------------------
7982 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
7983
7984 - shorten solver error messages Bug 259894
7985 - rev 6723
7986
7987 -------------------------------------------------------------------
7988 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
7989
7990 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
7991   install zypp/cache header files.
7992 - rev 6719, version 3.16.13
7993
7994 -------------------------------------------------------------------
7995 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
7996
7997 - discard pattern files with incompatbile architecture, both
7998   for download and for parsing. (#298716)
7999 - rev 6711
8000
8001 -------------------------------------------------------------------
8002 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
8003
8004 - run sqlite asynchronously and add sql index files where
8005   appropriate, gives 6x performance on certain operations.
8006   Bumping cache schema version to 1004.
8007   (#300998)
8008 - rev 6710
8009
8010 -------------------------------------------------------------------
8011 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
8012
8013 - fix String::endsWith (#301038)
8014 - rev 6709
8015
8016 -------------------------------------------------------------------
8017 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
8018
8019 - added an _explicitly_requested in QueueItemConflict ( as already in
8020   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
8021   remove the conflicting item without an error message. Bug 299819
8022 - rev 6699
8023
8024 -------------------------------------------------------------------
8025 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
8026
8027 - forgot to set default refresh policy in checkIfToRefreshMetadata
8028 - repo.refresh.delay default set to 10 minutes
8029 - 6693
8030
8031 -------------------------------------------------------------------
8032 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
8033
8034 - Bugfix while regarding correct vendor in update
8035 - r6677
8036 - version 3.15.0
8037
8038 -------------------------------------------------------------------
8039 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
8040
8041 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
8042   added to delay next check & refresh until the specified number of
8043   minutes has passed from the last check or refresh (FATE #301991).
8044   Revisions: 6654, 6656, 6666, and 6667.
8045 - filesystem::touch(Pathname) added (r6666)
8046 - RepoManager::touchIndexFile(RepoInfo) added
8047 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
8048   decision to do the refresh moved to this public method.
8049 - r6667
8050
8051 -------------------------------------------------------------------
8052 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
8053
8054 - generate a resolver problem if addRequires does not find a resovable
8055   #299486
8056 - rev 6660
8057
8058 -------------------------------------------------------------------
8059 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
8060
8061 - Prioritized delete request by the user BEFORE delete requests due
8062   missing dependencies or conflicting dependencies. Bug 298322
8063 - rev 6640
8064
8065 -------------------------------------------------------------------
8066 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
8067
8068 - support also "Plaindir" as valid repo type name (#298622)
8069 - revision 6616
8070 - version 3.14.0
8071
8072 -------------------------------------------------------------------
8073 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
8074
8075 - fix segfault in Progress reporting
8076 - progress report use name instead of alias (#298035)
8077 - repoinfo returns alias if name is empty
8078
8079 -------------------------------------------------------------------
8080 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
8081
8082 - merge patch by dmueller to get rid of boost-regex
8083
8084 -------------------------------------------------------------------
8085 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
8086
8087 - dont create a second CacheStore in the same scope, will lock...
8088   #297627
8089
8090 -------------------------------------------------------------------
8091 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
8092
8093 - fixed some RepoManager exception docs & history
8094 - r6558
8095
8096 -------------------------------------------------------------------
8097 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
8098
8099 - feature #302135: Graceful update of 3rd party packages
8100   Automatic upgrading only sees packages from same vendor
8101   This allows not needed to have those locked.
8102 - Add persistent locks file which allow wildcards. Users
8103   can lock certain packages adding lines like "kde* < 3.5"
8104 - add applyLocks() to apply persistent locks before solving
8105
8106 -------------------------------------------------------------------
8107 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
8108
8109 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
8110   #271912 wq
8111 - Added locking resolvables in the testcases
8112 - rev 6544
8113
8114 -------------------------------------------------------------------
8115 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
8116
8117 - add migrate-sources to %post (#292986)
8118 - 3.13.15
8119
8120 -------------------------------------------------------------------
8121 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
8122
8123 - fixed bug with using wrong files from raw metadata cache
8124   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
8125
8126 -------------------------------------------------------------------
8127 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
8128
8129 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
8130   Bug# 297795
8131 - r 6517
8132
8133 -------------------------------------------------------------------
8134 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
8135
8136 - implement susetags support for compressed metadata
8137   and testcases. (feature #301916)
8138 - implement disk usage in cache. For installation requires
8139   some changes in YaST to setup the ZYpp getPartitions()
8140   before repos are cached. (bug #293039)
8141 - added testcases for diskusage
8142 - 3.13.14
8143
8144 -------------------------------------------------------------------
8145 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
8146
8147 - fixed YUM parser to properly create source packages
8148 - disabled reading of filelists.xml.gz by default (the data are
8149   currently not stored anyway)
8150 - revision 6481
8151 - version 3.13.13
8152
8153 -------------------------------------------------------------------
8154 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
8155
8156 - Don't download unwanted translation files (#293740).
8157 - revision 6470
8158
8159 -------------------------------------------------------------------
8160 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
8161
8162 - Fix susetags repo to parse dikusage data (#293039)
8163 - revision 6467
8164 - version 3.13.12
8165
8166 -------------------------------------------------------------------
8167 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
8168
8169 - Add product attribute 'type' (aka 'category' which is now
8170   deprecated). Adapted sustags and yum parsers to parse and
8171   provide this value.
8172 - revision 6464
8173 - version 3.13.11
8174
8175 -------------------------------------------------------------------
8176 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
8177
8178 - fix modalias rel column number
8179 - version 3.13.10
8180
8181 -------------------------------------------------------------------
8182 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
8183
8184 - Implemented option repo.add.probe to allow probing
8185   the added repositories
8186 - version 3.13.9
8187
8188 -------------------------------------------------------------------
8189 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
8190
8191 - Fixed detection of renamed packages while update.
8192 - Added new translations
8193 - rev 6445
8194
8195 -------------------------------------------------------------------
8196 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
8197
8198 - Speed up retrieving MediaNr attribute, as it slows down install
8199   order calculation. (#297173)
8200 - revision 6442
8201
8202 -------------------------------------------------------------------
8203 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
8204
8205 - Fixed cache schema upgrade
8206
8207 -------------------------------------------------------------------
8208 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
8209
8210 - Fixed pattern includes and extends attributes.
8211 - revision 6431
8212 - version 3.13.8
8213
8214 -------------------------------------------------------------------
8215 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
8216
8217 - API for retrieving additional dependencies" solver/detail/Resolver.h
8218 - Handle additional dependencies in the testcases
8219 - Handle system and language dependencies in the testcases correctly.
8220 - r 6418
8221
8222 -------------------------------------------------------------------
8223 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
8224
8225 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
8226   has changed. Resolver must discard any cached filesystem dependencies.
8227   (required for #271912)
8228 - revision 6404
8229
8230 -------------------------------------------------------------------
8231 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
8232
8233 - Indicate changed pool content to the resolver. (required for #271912)
8234 - revision 6398
8235 - version 3.13.7
8236
8237 -------------------------------------------------------------------
8238 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
8239
8240 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
8241   problems. Bug 280387
8242 - r 6378
8243 - version 3.13.6
8244
8245 -------------------------------------------------------------------
8246 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
8247
8248 - Added interface to install source packages via zypper.
8249 - revision 6373
8250 - version 3.13.5
8251
8252 -------------------------------------------------------------------
8253 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
8254
8255 - Added package attributes Package::sourcePkgName and
8256   Package::sourcePkgEdition. Name and edition of the source
8257   rpm this package was built from.
8258 - Added ZYpp::installSrcPackage to install a single source package.
8259 - revision 6353
8260 - version 3.13.4
8261
8262 -------------------------------------------------------------------
8263 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
8264
8265 - Temorary files and directories created by makeSibling use the
8266   same protection as the original.
8267 - revision 6344
8268 - version 3.13.3
8269
8270 -------------------------------------------------------------------
8271 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
8272
8273 - Removed keepExtras from resolvePool. This will be handled
8274   in the solver internally now. #294727
8275 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
8276 - revision 6317
8277 - version 3.13.2
8278
8279 -------------------------------------------------------------------
8280 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
8281
8282 - Remove tribool from RepoInfo's interface.
8283 - revision 6301
8284 - version 3.13.1
8285
8286 -------------------------------------------------------------------
8287 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
8288
8289 - Fixed wrong media number reported by script, message and patch.
8290 - Fixed script API to provide the scripts location on media (if not
8291   inlined).
8292 - Introduced ScripProvider to make a script available on the local
8293   disk.
8294 - revision 6288
8295 - version 3.13.0
8296
8297 -------------------------------------------------------------------
8298 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
8299
8300 - don't request media chage if the media is not changeable (like
8301   e.g. http)
8302 - revision 6271
8303 - version 3.12.1
8304
8305 -------------------------------------------------------------------
8306 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
8307
8308 - progress ticks for clean cache
8309 - ZConfig: remove default from names.
8310 - re enable reading cache callbacks
8311 - ini parser without boost::regexp
8312   patch by dmueller (#152447)
8313
8314 -------------------------------------------------------------------
8315 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
8316
8317 - Fixed package to provide the location media number. (#294496)
8318 - revision 6263
8319
8320 -------------------------------------------------------------------
8321 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
8322
8323 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
8324   gpgkey) instead of throwing bad url exception
8325 - revision 6259
8326
8327 -------------------------------------------------------------------
8328 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
8329
8330 - Make clearing of extra dependencies/conflicts configurable when
8331   resolvePool(). Leave the default as before (clear extras).
8332   Bug # 294727
8333 - revision 6233
8334 - version 3.12.0
8335
8336 -------------------------------------------------------------------
8337 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
8338
8339 - /var/lib/zypp/cache -> /var/cache/zypp
8340   (#292419)
8341 - ini parser without boost::regexp, patch by dmueller
8342   (#152447)
8343
8344 -------------------------------------------------------------------
8345 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
8346
8347 - Make temp directory configurable  via environment
8348   variable ZYPPTMPDIR.
8349 - revision 6202
8350 - version 3.11.11
8351
8352 -------------------------------------------------------------------
8353 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
8354
8355 - Fixed bug in smart pointer comparison.
8356
8357 -------------------------------------------------------------------
8358 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
8359
8360 - Fix failing rename of metadata download directories across
8361   filesystem boundaries.
8362
8363 -------------------------------------------------------------------
8364 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
8365
8366 - Fixed malicious gettext include.
8367 - Make ZConfig a singleton.
8368 - revision 6123
8369
8370 -------------------------------------------------------------------
8371 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
8372
8373 - Fixed repo::provideFile to set a deleter for downloaded files
8374   (#293004).
8375 - revision 6094
8376 - version 3.11.10
8377
8378 -------------------------------------------------------------------
8379 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
8380
8381 - Query ByRepository now takes as well an alias.
8382
8383 -------------------------------------------------------------------
8384 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
8385
8386 - fix retrieval of container attributes in cache
8387   (#292698)
8388
8389 -------------------------------------------------------------------
8390 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
8391
8392 - Port zypp-query-pool (#292404)
8393 - revision 6069
8394 - version 3.11.9
8395
8396 -------------------------------------------------------------------
8397 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
8398
8399 - added new calls in Resolver.h: addRequire,addConflict
8400
8401 -------------------------------------------------------------------
8402 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
8403
8404 - Fixed IniParser to allow '=' in values (#292669)
8405 - revision 6063
8406
8407 -------------------------------------------------------------------
8408 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
8409
8410 - allow / in alias (#292628)
8411
8412 -------------------------------------------------------------------
8413 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
8414
8415 - Fixed repo::provideFile to throw on error.
8416 - Fixed ResolvableQuery to use 0 as default for non existing
8417   numerical values.
8418 - revision 6058
8419
8420 -------------------------------------------------------------------
8421 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
8422
8423 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
8424   additional ctor for convenience.
8425 - revision 6047
8426
8427 -------------------------------------------------------------------
8428 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
8429
8430 - Evalute update canditate:
8431   Take canditates only which are really installable. Bug 292077
8432   r 6034
8433
8434 -------------------------------------------------------------------
8435 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
8436
8437 - fixed some tribool bugs in RepoInfo
8438 - revision 6022
8439
8440 -------------------------------------------------------------------
8441 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
8442
8443 - fix reading of non existant repo
8444 - r6018
8445 - first submission to stable
8446 - fix keywords parsing in susetags parser
8447 - version 3.11.8
8448
8449 -------------------------------------------------------------------
8450 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
8451
8452 - make resolvable query complete exceptionless with the database
8453 - test that packages have some attributes
8454 - disable progress adaptor for now
8455 - revision 5977
8456 - version 3.11.7
8457
8458 -------------------------------------------------------------------
8459 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
8460
8461 - fixed unresolved symbols
8462 - revision 5972
8463 - version 3.11.6
8464
8465 -------------------------------------------------------------------
8466 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
8467
8468 - fixed TranslatedText creating unwanted entries.
8469 - fixed capability processing
8470 - revision 5964
8471 - version 3.11.5
8472
8473 -------------------------------------------------------------------
8474 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
8475
8476 - MediaSetAccess::release() added
8477 - Use attachDesiredMedia in MediaProducts
8478 - Progress reporting improved
8479 - revision 5959
8480 - version 3.11.4
8481
8482 -------------------------------------------------------------------
8483 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
8484
8485 - fixed parsing translated texts.
8486 - added source packages.
8487 - revision 5947
8488 - version 3.11.3
8489
8490 -------------------------------------------------------------------
8491 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
8492
8493 - repo callbacks fixed
8494 - Fixed YUM parser progress reporting
8495 - Added CombinedProgressData
8496 - make RepoImpl::resolvables() load lazy
8497 - MediaProducts added for scanning products file
8498 - Implement cache schema versioning and automatic invalidation of
8499   cache when schema changes
8500 - revision 5942
8501 - version 3.11.2
8502
8503 -------------------------------------------------------------------
8504 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
8505
8506 - Propagate pools repository_iterator to the UI
8507 - revision 5911
8508 - version 3.11.1
8509
8510 -------------------------------------------------------------------
8511 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
8512
8513 - Package::location is now returns an OnMediaLocation
8514 - archivesize() renamed to downloadSize()
8515 - Allow to iterate all Repositories that contribute
8516   Resolvables to the Pool.
8517 - MediaSetAccess::provideDir added
8518 - remove useless url check
8519 - add old-api-style wrapper
8520 - Add MediaProducts class
8521 - revision 5892
8522 - version 3.11.0
8523
8524 -------------------------------------------------------------------
8525 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
8526
8527 - function isInstalledBy/installs
8528   Added an initial installation flag which shows if the item has been
8529   triggered for installation, or the dependency is already satisfied.
8530 - Revision 5884
8531 - Version 3.4.0
8532
8533 -------------------------------------------------------------------
8534 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
8535
8536 - removed unused %{prefix}/lib/zypp from %files in spec file
8537 - revision 5870
8538
8539 -------------------------------------------------------------------
8540 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
8541
8542 - Old API (SourceManager, metadata parsers) dropped in favor of the
8543   new refactored ones (RepoManager, RepoParser(s), cache subtree,
8544   repo subtree).
8545 - Some new API improvements.
8546 - revision 5868
8547 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
8548
8549 -------------------------------------------------------------------
8550 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
8551
8552 - New API calls which provides more information about one
8553   resolvable after a solverrun:
8554   isInstalledBy (const PoolItem_Ref item);
8555   installs (const PoolItem_Ref item);
8556 - Revision 5835
8557
8558 -------------------------------------------------------------------
8559 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
8560
8561 - fix changelog entry order
8562
8563 -------------------------------------------------------------------
8564 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
8565
8566 - Ignore conflicting items which are uninstallable
8567 - Create a "needed by" info if a requirement is still fulfilled.
8568 - Allow only one needed_by and needed_by_capability in QueueItemInstall
8569 - Added capability and type (REQUIRE, RECOMMEND,....) to
8570   ResolverInfoNeededBy
8571 - Evaluate ResolverInfoNeededBy for more information in the error
8572   messages
8573 - Enlarge detail description in the error messages
8574 - Revision 5807
8575
8576 -------------------------------------------------------------------
8577 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
8578
8579 - Fixes for gcc-4.2
8580 - revision 5786
8581 - version 3.3.1
8582
8583 -------------------------------------------------------------------
8584 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
8585
8586 - fixed so versioning from libtool to cmake
8587 - 3.3.0
8588
8589 -------------------------------------------------------------------
8590 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
8591
8592 - Use gpg2 instead of gpg for keyring and make
8593   the package depend on it (#284211)
8594
8595 -------------------------------------------------------------------
8596 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
8597
8598 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
8599   New dependency "packageand(foo:bar)" which provides an AND dependency by
8600   injecting a supplement/freshen.
8601   e.G. package novell-cluster-services-kmp-smp
8602   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
8603   Bug 255011
8604 - Dont check for architecture changes in atoms (#266178)
8605 - Revision 5720
8606
8607 -------------------------------------------------------------------
8608 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
8609
8610 - Fixed package-manager script (#275847)
8611 - revision 5614
8612
8613 -------------------------------------------------------------------
8614 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
8615
8616 - fixed cmake
8617 - version 3.2.2
8618
8619 -------------------------------------------------------------------
8620 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
8621
8622 - Reduced logging in order to speedup solving Bug 275100
8623 - revision 5603
8624 - version 3.2.1
8625
8626 -------------------------------------------------------------------
8627 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
8628
8629 - Fix excess calls to releaseFile. (#274357)
8630 - revision 5545
8631
8632 -------------------------------------------------------------------
8633 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
8634
8635 - Fix importing keys into rpm. (#270125)
8636 - r5527
8637
8638 -------------------------------------------------------------------
8639 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
8640
8641 - Support filesystem dependencies to add needed filesystem RPMs
8642   automatically (Fate 301966).
8643 - revision 5404
8644 - version 3.2.0
8645
8646 -------------------------------------------------------------------
8647 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
8648
8649 - avoiding attaching media where not needed (#263207)
8650 - r5381
8651
8652 -------------------------------------------------------------------
8653 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
8654
8655 - fix FileCap with attributes
8656 - r5376
8657
8658 -------------------------------------------------------------------
8659 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
8660
8661 - Fixed computation of install order. Take requirements of
8662   an installed packages uninstall scripts into account, if
8663   the package is updated. (#258682)
8664 - revision 5349
8665 - version 3.1.1
8666 -------------------------------------------------------------------
8667 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
8668
8669 - Parse and provide package keywords. (Fate 120368)
8670 - revision 5338
8671 - version 3.1.0
8672
8673 -------------------------------------------------------------------
8674 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
8675
8676 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
8677   Ask the user. Bug 258322
8678 - revision 5305
8679 - version 3.0.3
8680
8681 -------------------------------------------------------------------
8682 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
8683
8684 - Fix restoring of Sources id root prefix is used. (#238165)
8685 - revision 5299
8686 - version 3.0.2
8687
8688 -------------------------------------------------------------------
8689 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
8690
8691 - MediaManager::attachDesiredMedia() added to support multiple
8692   (CD/DVD) drives (fate #3974)
8693 - r5296
8694
8695 -------------------------------------------------------------------
8696 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
8697
8698 - If there is no valid solver result and NOT all resolvables ( other
8699   architecture) has been regarded, let the user decide making a new
8700   solver run with ALL available resolvables. Bug 223440
8701 - reducing logging (error -> debug)  bug 252921
8702 - Revision 5219
8703
8704 -------------------------------------------------------------------
8705 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
8706
8707 - Allow configuration of trusted vendors via
8708   /var/lib/zypp/db/trustedVendors. (#186636)
8709 - revision 5194
8710 - version 3.0.1
8711
8712 -------------------------------------------------------------------
8713 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
8714
8715 - libzypp-devel -> libzypp requirement is not versioned
8716   (#251086)
8717 - r5181
8718
8719 -------------------------------------------------------------------
8720 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
8721
8722 - Using already existing valid solver results for further solver runs.
8723   (partiell solving)
8724 - r5169
8725
8726 -------------------------------------------------------------------
8727 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
8728
8729 - fix link order
8730 - r5165
8731
8732 -------------------------------------------------------------------
8733 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
8734
8735 - merging from 10.2 / SP1
8736 - #247459 ftp probing
8737   denied == dont exists in ftp
8738 - r5124
8739
8740 -------------------------------------------------------------------
8741 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
8742
8743 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
8744 - Simultaneouqusly establishing of items which are conflicting eachother is
8745   useless. So only one will be established. Fixed in QueueItemInstall.cc
8746   Bug 243595
8747 - Added new upgrade options to fine tune version and patch handling.
8748   (F301990)
8749 - The context of establishPool will be stored in Resolver and will be
8750   regarded for the next solver run everytime. So it will be not reset by
8751   any solver run anymore.
8752   bug 191810 ( A broken patch will not be installed again)
8753
8754 -------------------------------------------------------------------
8755 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
8756
8757 - adding sotf,timeo=X nfs mount options by default (#235211)
8758 - r5093
8759
8760 -------------------------------------------------------------------
8761 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
8762
8763 - support for HTTP authentication prompt added (#190609)
8764 - fixed problem with empty path in URL
8765   in MediaCurl::doGetFileCopy()
8766 - r5085
8767
8768 -------------------------------------------------------------------
8769 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
8770
8771 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
8772   SuSE-Linux-10_2-Branch
8773
8774 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
8775 - verifySystem: The result will be set to APPL_HIGH, so it will be not
8776   reset by a second "normal" solver run. #239281 (schubi)
8777 - yast2 reports invalid URL as 'unknown source type'
8778   (#209961) (dmacvicar)
8779 - Added freshen language dependency in supplemements too if there is no
8780   entry in supplements.
8781   #240617;IPA fonts are not installed even if select Japanese
8782   language (schubi)
8783 - Setting allowed authentication methods to "basic,digest" if none
8784   provided in URL (#243006) (jkupec)
8785 - Stopping after 50 valid solver results. Anymore would be useless. Bug
8786   243595 (schubi)
8787 - r 5007
8788
8789 -------------------------------------------------------------------
8790 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
8791
8792 - package-manager: use a generic su script from XDG (#235303, #244442)
8793
8794 -------------------------------------------------------------------
8795 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
8796
8797 - Setting allowed authentication methods to "basic,digest" if none
8798   provided in URL (#243006)
8799 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
8800   (mvidner)
8801 - r4999
8802
8803 -------------------------------------------------------------------
8804 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
8805
8806 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
8807   (#222602)
8808 - 4984
8809
8810 -------------------------------------------------------------------
8811 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
8812
8813 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
8814
8815 - update packages: changing architecture is only valid while an
8816   system update and NOT while an update via a patch. Last fix does
8817   not fit for every case.
8818   Bug 230685
8819 - Patch has selected not the concerning package for update but
8820   a package which has provided the required dependencies too.
8821   Algorithmus: If there are exactly two providers which differ in architecture
8822                prefer the better arch.
8823   Fix: Regarding NVRA too. ( only if equal )
8824   Bug 238284
8825 - Download only English and Local translation
8826   (#208457)
8827 - Added solver parameter:
8828    tryAllPossibilities: regarding every solver branch ( not only
8829                         branches with e.G. best architectures
8830    preferHighestVersion: Prefer solver results which have a higher
8831                          version number.
8832   Bug #238087
8833 - update packages: changing architecture is only valid while an
8834   system update and NOT while an update via a patch.
8835   Bug 230685 - x86_64 MozillaFirefox binaries in security update
8836   repository
8837   Fix of version 2.11.2 has not worked if the first founded item
8838   had had another architecture.
8839 - r4927
8840
8841 -------------------------------------------------------------------
8842 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
8843
8844 - added ZYpp::getPartitions() - return the partitinoning
8845
8846 -------------------------------------------------------------------
8847 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
8848
8849 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
8850 - Corrupt download cannot be skipped
8851   (#217425 and #224216)
8852 - Enable package read ahead/caching in commit per default to reduce
8853   interactive media changes. If the environment variable
8854   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
8855 - added parameter not to reset resolver results while calling
8856   freshen pool Bug: 235761
8857 - Prepare package read ahead/caching of packages in commit. Adatped the
8858   workflow. Caching details are now hidden inside CommitPackageCache.
8859   The current implementation still performs no read ahead. (for F100182)
8860 - Skip invalid or broken rpm database entries. (#231211)
8861 - verifySystem: check if the solution is valid after calling freshenPool()
8862   Bug: 235761
8863 - Added own call for Resolver::verifySystem with additional
8864   hardware/language check in order to keep binary compatibility
8865   Fate #301224
8866 - Rpm requires additional quoting of special chars in filenames.
8867   (#233967)
8868 - Resolver::verifySystem checks for new hardware now by calling
8869   freshenPool. This is configureable. Fate #301224
8870 - merged texts from proofread
8871 - Don't consider patch/delta rpms if package architecture changes.
8872   (#231254)
8873 - update packages: changing architecture is only valid while an
8874   system update and NOT while an update via a patch.
8875   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
8876 - verifySystem: Do only regard items which will be on the system after the
8877   commit. Fate 301178
8878 - feature #301369
8879   Import listed GPG Keys from an trusted installation source
8880 - fix return call in new xml parser
8881 - Enable system resolvables in Helix parser (Revision 4787)
8882 - deptestomatic:
8883   Resetting transaction with the correct call;
8884   bugfix; Added kind in keep state (Revision 4788)
8885 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
8886   soft (Revision 4789)
8887 - New call added: maySetToBeUninstalledSoft (Revision 4789)
8888   Both are only functions for the solver (Revision 4789)
8889 - Resetting "by causer" in order to distinguish from state
8890   "keep by user". ( function setLock in order to remove lock)
8891   (Revision 4789)
8892 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
8893   in QueueItemUninstall.cc (Revision 4790)
8894 - Regarding "keep state by user". So avoiding "reselecting" by
8895   other requirements.
8896   Give a corresponding problem solution if a resolvable satisfy
8897   a dependency, but has been set to keep by the user.
8898   Bug : 222531 (Revision 4791)
8899 - Allow to disable autoprotection of foreign vendor items. Required
8900   in zmd-backend. (F301735).
8901 - use sqlite-zmd if using > 10.2 in spec. Use the one available
8902   durin compile.
8903 - Item could has already been selected to soft uninstall (e.G. remove
8904   pattern which recommend this item ). Do not throw an exception anymore.
8905   bug#225278
8906 - Added syscontent::Reader: Parse serialized set of ResObjects.
8907   (for F300729)
8908 - If there has already been selected another item by the solver (e.g. from
8909   another source) we will take thatone in order to avoid parallel
8910   installation and there concerning error messages.
8911   Bug 224698
8912 - In order to handle conflicting resolvable we try to update the
8913   conflicting item. While evaluating these canditates an already selected
8914   candidate will not be regarded. So it could be that an older package
8915   will be selected for update although a newer has already been selected. Revision 4765
8916 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
8917   update candidate and evaluate additional branches.
8918 - r4907
8919
8920 -------------------------------------------------------------------
8921 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
8922
8923 - Improved realpath() wrapper in media handler class (#222521).
8924 - revision 4758
8925
8926 -------------------------------------------------------------------
8927 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
8928
8929 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
8930 - revision 4713
8931
8932 -------------------------------------------------------------------
8933 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
8934
8935 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
8936   because backend uses this sqlite and it is no fun to
8937   install one and the other to develop (as the -devel packages)
8938   conflict.
8939 - add cmake support for building zypp/ lib.
8940   TODO: soinfo, compile testcases, devel, zypp2,docs
8941   find rpm, curl and others.
8942 - dont serialize interactive, as it is
8943   calculated now.
8944   (it was already fixed as we don't reimplement
8945   the method, but we still serialized, parsed)
8946 - r4709
8947
8948 -------------------------------------------------------------------
8949 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
8950
8951 - fixed Patch::interactive to return true as well, if the patch
8952   itself has a licence. (#224192)
8953 - revision 4702
8954 - version 2.9.2
8955
8956 -------------------------------------------------------------------
8957 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
8958
8959 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
8960   on the installation image (#213852).
8961 - revision 4700
8962
8963 -------------------------------------------------------------------
8964 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
8965
8966 - Avoid duplicate pool entries; Bug 223750; second part of the fix
8967 - r4698
8968 - Version 2.9.1
8969
8970 -------------------------------------------------------------------
8971 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
8972
8973 - Pool has multi instances of an item in the pool. Reduced this error
8974   to items which are identically at least. #217574 and #223750
8975 - r4695
8976
8977 -------------------------------------------------------------------
8978 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
8979
8980 - replace spaces to underscores in product names
8981 - 2.8.7
8982 - r4688
8983
8984 -------------------------------------------------------------------
8985 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
8986
8987 - Mark some strings for translation (#219783 need it)
8988 - r4682
8989
8990 -------------------------------------------------------------------
8991 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
8992
8993 - Added translations marks to hal, url and mutex exceptions (#23771)
8994 - revision 4680
8995
8996 -------------------------------------------------------------------
8997 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
8998
8999 - don't make libzypp-devel depend on sqlite-devel as
9000   headers from zypp2 are not installed yet
9001 - r4663
9002
9003 -------------------------------------------------------------------
9004 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
9005
9006 - Return an error if fork failed. (#204807)
9007 - Make Script execution abortable by user request. (#212949, F100233)
9008 - revision 4660
9009 - version 2.8.6
9010
9011 -------------------------------------------------------------------
9012 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
9013
9014 - Added package-manager wrapper script, with icon and .desktop (#222757).
9015   (Used by gnome-main-menu)
9016 - version 2.8.5
9017 - r4640
9018
9019 -------------------------------------------------------------------
9020 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
9021
9022 - Fixed target/hal - one more dbus_connection_close found (#216035)
9023 - revision 4636
9024 - version 2.8.4
9025
9026 -------------------------------------------------------------------
9027 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
9028
9029 - translation added
9030   rev 4630
9031   version 2.8.3
9032
9033 -------------------------------------------------------------------
9034 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
9035
9036 - Process obsoletes when installing non-package objects. (#217352)
9037 - revision 4621
9038 - version 2.8.2
9039
9040 -------------------------------------------------------------------
9041 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
9042
9043 - Implemented volume device check using /sbin/vol_id (#213852).
9044 - Revision 4619
9045
9046 -------------------------------------------------------------------
9047 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
9048
9049 - new translation added
9050
9051 -------------------------------------------------------------------
9052 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
9053
9054 - Implemented an reuse of already existing foreign CD/DVD mount points
9055   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
9056 - Added a fallback check of the volume.mount_point HAL property to
9057   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
9058   to be not avaliable in newer HAL versions (on 10.2).
9059 - Revision 4615
9060 - Version 2.8.1
9061
9062 -------------------------------------------------------------------
9063 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
9064
9065 - removed unused methods from Patch and PatchImplIf. Provided
9066   reasonable default implementation for Patch::interactive.
9067   (#221476).
9068 - revision 4610
9069 - Version 2.8.0
9070
9071 -------------------------------------------------------------------
9072 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
9073
9074 - Handle media eject failures (#216545)
9075 - r4606
9076
9077 -------------------------------------------------------------------
9078 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
9079
9080 - Reimplemented RpmDb::checkPackage using librpm API instead
9081   of parsing "rpm --checksig" output. (#163202)
9082 - Version 2.7.4
9083 - revision 4600
9084
9085 -------------------------------------------------------------------
9086 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
9087
9088 - NEW behaviour of the solver:
9089   Obsolete virtual provides. E.G.:
9090
9091   Installed:
9092   -----------
9093   Name:           test-1.0-0
9094
9095   Name:           moretest-1.0-0
9096   Provides:       test
9097
9098   To be installed
9099   ------------------
9100   Name:           nomoretest-1.0-0
9101   Obsoletes:      test
9102
9103   Result
9104   --------
9105   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
9106   test-1.0-0 had been deleted. Bug 220999
9107
9108 - Translations added
9109
9110 Version 2.7.3
9111 rev 4593
9112
9113 -------------------------------------------------------------------
9114 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
9115
9116 - Bugfix in generating solver testcases:
9117    - added kind of capabilities in description file
9118    - removed unneded channel from uninstall in command file
9119
9120 -------------------------------------------------------------------
9121 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
9122
9123 - Try to call /bin/eject utility if the eject-ioctl fails.
9124 - r4568
9125
9126 -------------------------------------------------------------------
9127 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
9128
9129 - ignore empty capabilities
9130 - r4565
9131
9132 -------------------------------------------------------------------
9133 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
9134
9135 - make progress strings translatable (#219783)
9136 - r4556
9137
9138 -------------------------------------------------------------------
9139 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
9140
9141 -  While deleting a selection all concerning recommended
9142    packages will be deleted too.
9143    BUT those packages should not be deleted which have been
9144    set to KEEP by the user. bug 217574
9145    rev 4526
9146    VERSION: 2.7.2
9147
9148 -------------------------------------------------------------------
9149 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
9150
9151 - Makefile in zypp2 fixed
9152   Revision 4520
9153
9154 -------------------------------------------------------------------
9155 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
9156
9157 - Translations added
9158   Revision 4514
9159   VERSION: 2.7.1
9160
9161 -------------------------------------------------------------------
9162 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
9163
9164 - Make the parser more strict, rejecting broken sources
9165   but showing the error line.
9166   Last fix making the parser relax would break multitag
9167   descriptions with empty lines, now we check dependencies
9168   at a higher level. (reference #160607)
9169 - r4501
9170
9171 -------------------------------------------------------------------
9172 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
9173
9174 - New problem solution added: Unlock ALL resovables in order to speed up
9175   problem solution. Bug 206453
9176
9177 -------------------------------------------------------------------
9178 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
9179
9180 - Translations added
9181
9182 -------------------------------------------------------------------
9183 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
9184
9185 - Fixed target/hal - removed dbus_connection_close calls, because
9186   the connections are shared; unref the ref-counted handle only.
9187   (#216035)
9188 - r4442
9189
9190 -------------------------------------------------------------------
9191 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
9192
9193 - skipping unreachable packages won't work
9194   (#215445)
9195 - r4468
9196
9197 -------------------------------------------------------------------
9198 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
9199
9200 - (#213793) Target store fails to recreate stored install-time (other
9201   Date and ByteCount values as well)
9202
9203 - skip comments and blank lines in multilists
9204   fixes (#214877) - zen-updater is not installed by default
9205
9206 - Automatically fix broken products when reading
9207   the product database.
9208   still pending: honour the read-only flag
9209   Changes to make this possible include
9210   using read_dir instead of boost directory
9211   iterator.
9212
9213 -------------------------------------------------------------------
9214 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
9215
9216 - added new class for generating solver testcases:
9217   Testcase
9218
9219 -------------------------------------------------------------------
9220 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
9221
9222 - Finalized ui::PatternContents. (F301229)
9223 - version 2.7.0
9224 - revision 4413
9225
9226 -------------------------------------------------------------------
9227 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
9228
9229 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
9230 - version 2.6.0
9231
9232 -------------------------------------------------------------------
9233 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
9234
9235 - Added ui::PatternContents: Helper class that will compute a patterns
9236   expanded install_packages set. (UI interface for F301229)
9237 - revision 4387
9238
9239 -------------------------------------------------------------------
9240 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
9241
9242 - removed the last reference to /usr/lib64 to fix the build
9243
9244 -------------------------------------------------------------------
9245 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
9246
9247 - added "zypper info" (jkupec)
9248 - version 2.5.2
9249
9250 -------------------------------------------------------------------
9251 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
9252
9253 - fix rpm db timestamp
9254 - add extra urls and optional urls to product API
9255 - r4378
9256
9257 -------------------------------------------------------------------
9258 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
9259
9260 - zypper: nicer progress reports, with or without --verbose.
9261
9262 -------------------------------------------------------------------
9263 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
9264
9265 - Fixed reloading of target data after commit. Broken since
9266   rev 3880.
9267 - version 2.5.1
9268 - revision 4365
9269
9270 -------------------------------------------------------------------
9271 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
9272
9273 - put query-pool in /usr/lib/zypp and not lib64
9274 - r4363
9275
9276 -------------------------------------------------------------------
9277 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
9278
9279 - revert keyring changes, causes endless loop (obvious)
9280 - add dist-product information, adapt store
9281 - version 2.5.0
9282 - r4355
9283
9284 -------------------------------------------------------------------
9285 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
9286
9287 - zypp-query-pool: For products show additionally distributionName
9288   and distributionEdition. (required by #205392)
9289 - revision 4349
9290
9291 -------------------------------------------------------------------
9292 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
9293
9294 - Add accessor for Product distributionName and distributionEdition.
9295   (required by #205392)
9296 - revision 4347
9297
9298 -------------------------------------------------------------------
9299 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
9300
9301 - added test case for KeyRing
9302 - fire trustedKeyAdded in all calls to import trusted key
9303   not only in signature check workflow.
9304 - r4342
9305
9306 -------------------------------------------------------------------
9307 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
9308
9309 - zypper update: implemented minimal version (patches only)
9310 - zypper list-updates: changed default type from package to patch,
9311   consider patches affecting the package manager separately
9312
9313 -------------------------------------------------------------------
9314 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
9315
9316 - version 2.4.1
9317 - r4338
9318
9319 -------------------------------------------------------------------
9320 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
9321
9322 - add zypp-query-pool, so registration doesn't depend on
9323   libzypp-zmd-backend being installed. Will remove from
9324   backend when suseregister gets updated.
9325
9326 -------------------------------------------------------------------
9327 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
9328
9329 - Make sure config.rpath is present.
9330
9331 -------------------------------------------------------------------
9332 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
9333
9334 - zypper search: fixed uninitialized members that made all searches
9335   exact and case sensitve
9336
9337 -------------------------------------------------------------------
9338 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
9339
9340 - zypp-checkpatches, write in the right file
9341 - r4328
9342
9343 -------------------------------------------------------------------
9344 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
9345
9346 - Install resolvables although they are unneeded
9347   if they have NOT the kind patch/atoms
9348   Bug 210538 - freshens/supplements does not work with patterns
9349 - r4326
9350
9351 -------------------------------------------------------------------
9352 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
9353
9354 - zypper service-add -r http://example.org/foo.repo (F#300641).
9355
9356 -------------------------------------------------------------------
9357 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
9358
9359 - zypp-checkpatches:
9360   save version of the generated xml to
9361   regenerate it if it changes.
9362   save a random token in case of error to
9363   force recreating xml file
9364 - r4321
9365
9366 -------------------------------------------------------------------
9367 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
9368
9369 - remove permissions for zypp checkpatches from spec
9370 - r4318
9371
9372 -------------------------------------------------------------------
9373 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
9374
9375 - registration fails because of wrong product data
9376   (#205392)
9377   use DISTPRODUCT,DISTVERSION to create the product
9378   resolvable. have this resolvable provide
9379   PRODUCT = VERSION
9380 - r4312
9381
9382 -------------------------------------------------------------------
9383 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
9384
9385 - zypper service-add -r ./foo.repo (F#300641).
9386
9387 -------------------------------------------------------------------
9388 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
9389
9390 - zypper: added case-sensitive search, search in descriptions and
9391   summaries, search by resolvable type, substring and word
9392   matching, support for wildcards
9393 - Revision 4303
9394
9395 -------------------------------------------------------------------
9396 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
9397
9398 - Prevent the user from sending signals to zypp-checkpatches-wrapper
9399   (#211286).
9400
9401 -------------------------------------------------------------------
9402 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
9403
9404 - Dont incomplete an uninstalled resolvable, even not when establishing.
9405   Incomplete only makes sense for installed resolvables (when they have broken
9406   deps), for patches (because they are needed) and for atoms (because they are
9407   used during patch calculation)
9408   Bug 198379
9409
9410 - Do not branch for packages with the same NVE but different architectures.
9411   Take the best architecture.
9412
9413 -------------------------------------------------------------------
9414 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
9415
9416 - implement rename source in sourcemanager
9417 - r4286
9418
9419 -------------------------------------------------------------------
9420 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
9421
9422 - YaST sources: set alias to product summary if empty
9423 - show alias on logs.
9424 - r4281
9425
9426 -------------------------------------------------------------------
9427 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
9428
9429 - version 2.4.0 (bin incompat due to callback fixes)
9430 - r4272
9431
9432 -------------------------------------------------------------------
9433 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
9434
9435 - Provide additional solver status information to the UI.
9436   (#162164,F301272)
9437 - Fixed UI satus computation in presence of multiple available
9438   candidates.
9439 - revision 4264
9440 - version 2.3.1
9441
9442 -------------------------------------------------------------------
9443 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
9444
9445 - remove const in MediaChangeReport requestMedia that
9446   broke cd changing.
9447 - r4262
9448
9449 -------------------------------------------------------------------
9450 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
9451
9452 - zypper: added search (jkupec)
9453 - removed the suid bit from zypp-checkpatches-wrapper so that the
9454   build passes until permissions.rpm is updated (~#211286).
9455 - r4253
9456
9457 -------------------------------------------------------------------
9458 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
9459
9460 - Log microseconds if ZYPP_PROFILING env var is enabled.
9461 - r4252
9462
9463 -------------------------------------------------------------------
9464 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
9465
9466 - YaST sources:
9467   Factory cannot be set with 'refresh' enabled
9468   (#204957)
9469 - get rid of some const bool signatures in Source classes
9470 - r4247
9471
9472 -------------------------------------------------------------------
9473 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
9474
9475 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
9476
9477 -------------------------------------------------------------------
9478 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
9479
9480 - select the best solution: prefering the total amount of install/update
9481   packages BEFORE source preferences. Bug 208784
9482
9483 -------------------------------------------------------------------
9484 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
9485
9486 - Introduce a method to see if a source supports a
9487   kind of resolvable at that time, so we can
9488   init a YUM source like factory but avoid parsing
9489   it if it contains no patches.
9490 - add TODO
9491 - zypp-checkpatches xml output
9492 - r4235
9493
9494 -------------------------------------------------------------------
9495 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
9496
9497 - added a CLI preview: zypper
9498 - revision 4214
9499 - version 2.2.3
9500
9501 -------------------------------------------------------------------
9502 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
9503
9504 - FATE #100165:
9505   Make Content File Aware of Different Architectures
9506   expand %a in release notes with architecture
9507
9508 -------------------------------------------------------------------
9509 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
9510
9511 - Extended pattern parser to support includes/extends tags as hint
9512   for the IO. (F301229)
9513 - revision 4199
9514 - version 2.2.2
9515
9516 -------------------------------------------------------------------
9517 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
9518
9519 - Enabled sending of ScriptResolvableReport.
9520 - Changed ScriptResolvableReport::start to send local path
9521   of script to be executed.
9522 - revision 4190
9523 - version 2.2.1
9524
9525 -------------------------------------------------------------------
9526 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
9527
9528 - Added ScriptResolvableReport. Callbacks triggered on script
9529   execution during commit. (F100233)
9530 - revision 4187
9531 - version 2.2.0
9532
9533 -------------------------------------------------------------------
9534 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
9535
9536 - fix: Url::getRegisteredSchemes() would always return nothing
9537
9538 -------------------------------------------------------------------
9539 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
9540
9541 - Made the build dependency on gettext-devel explicit
9542
9543 -------------------------------------------------------------------
9544 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
9545
9546 - adapted multi-media YUM sources according to official YUM
9547   specification (F300743)
9548
9549 -------------------------------------------------------------------
9550 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
9551
9552 - use RPM_OPT_FLAGS (meissner@suse.de)
9553
9554 -------------------------------------------------------------------
9555 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
9556
9557 - SourceFactory::createFrom() - don't loose url,...
9558 - r4160
9559
9560 -------------------------------------------------------------------
9561 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
9562
9563 - reduce logging in ResolvableImpl.cc
9564 - rev 4157
9565
9566 -------------------------------------------------------------------
9567 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
9568
9569 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
9570   in QueueItemInstall and QueueItemRequire
9571   Bug 192535/204913
9572   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
9573
9574 -------------------------------------------------------------------
9575 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
9576
9577 - fixed SourceFactory::createFrom() - don't loose alias,
9578   cachedir,... parameters
9579
9580 -------------------------------------------------------------------
9581 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
9582
9583 - Use RPM Enhances only if detected at configure time, to allow
9584   compilation with older rpm.
9585 - callback params: use const string & instead of string (dmacvicar)
9586
9587 -------------------------------------------------------------------
9588 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
9589
9590 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
9591   a package/script/message
9592   Bug: 192535
9593
9594 -------------------------------------------------------------------
9595 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
9596
9597 - add Source_Ref::checksum() which in combination with
9598   timestamp can give an idea of a source change.
9599 - r4106
9600
9601 -------------------------------------------------------------------
9602 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
9603
9604 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
9605   enable progress reporting on compressed streams.
9606
9607 -------------------------------------------------------------------
9608 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
9609
9610 - better error propagation
9611 - r4096
9612
9613 -------------------------------------------------------------------
9614 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
9615
9616 - Removed libblkid dependency - the workaround using libblkid to
9617   check filesystem on XEN vbd mapped devices is obsolete, because
9618   the info is avaliable via /dev/disk/by-label link now. (#197107)
9619 - revision 4087
9620
9621 -------------------------------------------------------------------
9622 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
9623
9624 - PackageProvider: Fixed broken retry. (#202163)
9625 - revision 4071
9626
9627 -------------------------------------------------------------------
9628 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
9629
9630 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
9631   to create a Package from a source package header.
9632 - Added method Pathname::extension: Return all of the characters in name
9633   after and including the last dot in the last element of name.
9634 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
9635   rpms. Otherwise we'd need access to the rpm database to get the keys.
9636 - revision 4069
9637
9638 -------------------------------------------------------------------
9639 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
9640
9641 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
9642   a package/script/message
9643   Bug: 192535
9644
9645 -------------------------------------------------------------------
9646 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
9647
9648 - Speedup computation of number of rpm database entries.
9649 - revision 4058
9650
9651 -------------------------------------------------------------------
9652 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
9653
9654 - Fixed endless loop in transactResObject
9655   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
9656
9657 -------------------------------------------------------------------
9658 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
9659
9660 - fix some testcases for tar file parser changes
9661 - r4045
9662
9663 -------------------------------------------------------------------
9664 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
9665
9666 - missing includes
9667 - clean old callbacks
9668 - r4041
9669
9670 -------------------------------------------------------------------
9671 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
9672
9673 - zyppPattern->install_packages returns SUGGESTED package too.
9674   Bug 201476
9675   Revision 4036
9676
9677 -------------------------------------------------------------------
9678 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
9679
9680 - New behaviour in the solver: try with 'best' package first, try with 'all'
9681   packages if this fails.
9682   Bug :Bug 191983
9683
9684 -------------------------------------------------------------------
9685 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
9686
9687 - libzypp 2.1.0
9688 - bump version due to incompatible callback changes in KeyRing
9689   Sources
9690
9691 -------------------------------------------------------------------
9692 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
9693
9694 - new keyring callbacks
9695 - separate trust key from import key
9696 - use PublicKey class instead of params, to be able
9697   to add more info like photos later (pending #181682)
9698 - update zmart with those callbacks.
9699 - better error handling (Exception types)
9700 - make tmp file names more readable depending on the context
9701 - r4026
9702
9703 -------------------------------------------------------------------
9704 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
9705
9706 - decouple probing from source creation, using the new
9707   media test for existence functions.
9708 - r4019
9709
9710
9711 -------------------------------------------------------------------
9712 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
9713
9714 - Fixed getDoesFileExist to reset the transfer range
9715 - Added logging of curl debug messages to the zypp log.
9716   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
9717   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
9718 - r4018
9719
9720 -------------------------------------------------------------------
9721 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
9722
9723 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
9724   see rev 3810 below. (#190163)
9725 - rev 3998
9726
9727 -------------------------------------------------------------------
9728 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
9729
9730 - fix uninstalling of atoms (noop)
9731 - r3995
9732
9733 -------------------------------------------------------------------
9734 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
9735
9736 - Implement initial verson of Media
9737   doesFileExist, for future source probing.
9738 - r3984
9739
9740 -------------------------------------------------------------------
9741 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
9742
9743 - more dbus_connection_close fixes
9744 - r3974
9745
9746 -------------------------------------------------------------------
9747 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
9748
9749 - clean up 'incomplete' handling in QueueItemEstablish.
9750 - rev 3973.
9751
9752 -------------------------------------------------------------------
9753 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
9754
9755 - Don't set 'incomplete' for uninstalled patterns or products.
9756   (#198379)
9757 - rev 3970.
9758
9759 -------------------------------------------------------------------
9760 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
9761
9762 - Added new API calls:
9763   setAdditionalProvide
9764   setAdditionalConflict
9765   setAdditionalRequire
9766
9767 -------------------------------------------------------------------
9768 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
9769
9770 - don't link examples to testsuite library.
9771
9772 -------------------------------------------------------------------
9773 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
9774
9775 - Disable profiling to work around compiler bug.
9776
9777 -------------------------------------------------------------------
9778 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
9779
9780 - forward port 3924:3939
9781 - Add explicit finish callbacks for subtasks during ProvidePackage
9782   to avoid UI confusion.
9783 - rev3957
9784
9785 -------------------------------------------------------------------
9786 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
9787
9788 - Introduce examples/
9789 - fix some svn ignores
9790 - fix compilation. Use: dbus_connection_close
9791 - rev 3943
9792
9793 -------------------------------------------------------------------
9794 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
9795
9796 - Initial support for plain directory with rpms as source
9797 - r3935
9798
9799 -------------------------------------------------------------------
9800 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
9801
9802 - Move the target query by kind function to
9803   a iterator, so we dont make a copy of the restore
9804   the iterator works loading by demand too
9805
9806 -------------------------------------------------------------------
9807 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
9808
9809 - rename the new initTarget to initializeTarget,
9810   leave the old one as is, but deprecate it.
9811 - r3903
9812
9813 -------------------------------------------------------------------
9814 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
9815
9816 - forward port from SLES10 branch , till 3888
9817 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
9818   full packages. (#168844)
9819 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
9820 - version 2.0.0
9821 - rev 3893
9822
9823 -------------------------------------------------------------------
9824 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
9825
9826 - Separate target init from adding resolvables, getting rid of the
9827 uggly bool flag.
9828 - dont clear the store each time Target::resolvables is called
9829 - Load target resolvables on demand by kind, keep them cached later
9830 - add Target::resolvablesByKind(kind) to allow query specific kind
9831   without reading all kinds. Used to port TargetProduct, which
9832   was reading the whole rpm database only to displayy base product
9833   name in YaST help.
9834 - commit to pkg-bindings and packager will follow.
9835 - jsrain will port more yast stuff, especially inst_source which
9836   startup time should by reduced by half afterwards.
9837 - rev 3880
9838
9839 -------------------------------------------------------------------
9840 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
9841
9842 - forward port:
9843   rev 3786 fix to stalle tmpfiles broke patches.
9844   SLES was released with this broken. 10.1 has a blocked
9845   zypp update because this.
9846   Attempt to fix this. (#192535)
9847 - fix configure.ac sqlite-source build path
9848 - rev 3858
9849
9850 -------------------------------------------------------------------
9851 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
9852
9853 - link correctly
9854
9855 -------------------------------------------------------------------
9856 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
9857
9858 - dont link sqlite in the main lib.
9859 - rev 3826
9860
9861 -------------------------------------------------------------------
9862 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
9863
9864 - susetags: parse product parser regexp only once
9865 - parse yum factory 5 sec. (from 30) faster using
9866   another string find algorithm
9867 - rev 3824
9868
9869 -------------------------------------------------------------------
9870 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
9871
9872 - Digest: Don't read the stream character wise but reading blocks,
9873   as advised by matz profiling.
9874 - r3819
9875
9876 -------------------------------------------------------------------
9877 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
9878
9879 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
9880   trusted vendors. (#189573)
9881 - revision 3804
9882
9883 -------------------------------------------------------------------
9884 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
9885
9886 - backport fix for stalle tmpfile (#191311)
9887 - rev 3788
9888
9889 -------------------------------------------------------------------
9890 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
9891
9892 - deactivated media manager code that was disabling the
9893   automounter (#172419)
9894 - rev 3724
9895
9896 -------------------------------------------------------------------
9897 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
9898
9899 - fix autorefresh (#186115)
9900 - revision 3708
9901 -------------------------------------------------------------------
9902 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
9903
9904 - forward port from SLE branch
9905 - Set default permission for logfiles to 0640. (#187044)
9906 - revision 3696
9907
9908 -------------------------------------------------------------------
9909 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
9910
9911 - forward port from SLE branch
9912 - Fixed installation of SP or Add-On product switching to media 2
9913   too early. (#186607)
9914 - revision 3691
9915
9916 -------------------------------------------------------------------
9917 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
9918
9919 - forward port from SLE branch
9920 - Strip self provides without edition in Resolvable ctor.
9921   (#186079)
9922 - Source::provideResolvables not implemented in yum source type.
9923   Product not set for packages that are available from update source
9924   (#186920)
9925 - Hook modalias() supplements without package to "kernel" (#184840)
9926 - Allow on-demand SourceManager::restore() (#186678)
9927 - Hook modalias() supplements without package to "kernel" (#184840)
9928 - rev 3676
9929
9930 -------------------------------------------------------------------
9931 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
9932
9933 - Fix adding resolving of path names for mount points (#181606)
9934 - rev 3658
9935
9936 -------------------------------------------------------------------
9937 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
9938
9939 - merge download algorithm and refactoring from branch
9940   (#181204)
9941
9942 -------------------------------------------------------------------
9943 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
9944
9945 - autodocs: use find+xargs to overcome command length limit,
9946   do not call doxygen unnecessarily (#185334).
9947 - rev 3645
9948
9949 -------------------------------------------------------------------
9950 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
9951
9952 - Dont use getZYpp in static constructor (#185198)
9953   Bugfix #178292 was wrong.
9954 - Only warn on incompleting installed resolvables (#185197)
9955 - rev 3644
9956
9957 -------------------------------------------------------------------
9958 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
9959
9960 - Atoms might only be installed via patches (#184714)
9961 - rev 3642
9962
9963 -------------------------------------------------------------------
9964 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
9965
9966 - fix for the last stall tmpfile (#178292)
9967 - r3637
9968
9969 -------------------------------------------------------------------
9970 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
9971
9972 - Implemented transfer timeout inside of the progress callback.
9973   The timeout value can be set using timeout url parameter, the
9974   default transfer timeout is 180 seconds. (#181602)
9975 - Added ssl_verify and ssl_capath url options used in https scheme,
9976   allowing to change or disable the ssl verify options. (#171622)
9977 - Added fallback on read failures of /etc/mtab to /proc/mounts.
9978   Improved verbosity in mount and mount check related failure cases,
9979   incl. /etc/mtab dump. (#181606)
9980 - rev 3623
9981
9982 -------------------------------------------------------------------
9983 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
9984
9985 - combine knownAliases and knownUrls in a single function.
9986 - rev 3616
9987
9988 -------------------------------------------------------------------
9989 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
9990
9991 - honor parallel installs in resolver context (#181103)
9992 - rev 3592
9993
9994 -------------------------------------------------------------------
9995 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
9996
9997 - right fix for tmpdir initialized in static constructor
9998 - catch around provideJustFile in providePackage
9999 -rev 3654
10000
10001 -------------------------------------------------------------------
10002 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
10003
10004 - fix #182003 YUM packages without size
10005 - rev 3587
10006
10007 -------------------------------------------------------------------
10008 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
10009
10010 - Allow to restore and remove by Url
10011 - rev 3583
10012
10013 -------------------------------------------------------------------
10014 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
10015
10016 - make atoms parallel installable (#181103)
10017 - rev 3580
10018
10019 -------------------------------------------------------------------
10020 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
10021
10022 - Allow to restore by alias
10023 - r3568
10024
10025 -------------------------------------------------------------------
10026 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
10027
10028 - Do not fork in a global destructor, perl dislikes it (#182672).
10029   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
10030
10031 -------------------------------------------------------------------
10032 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
10033
10034 - Installation: Assert product information is stored to libzypp
10035   database before reboot. (#181198)
10036 - Version 1.2.0; revision 3553
10037
10038 -------------------------------------------------------------------
10039 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
10040
10041 - Synchronize keys with rpm database before
10042   closing access to it (#182338)
10043 - rev 3533
10044
10045 -------------------------------------------------------------------
10046 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
10047
10048 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
10049   filter out the non-DVD drives completely. Allows a fallback to
10050   drives without the dvd HAL property e.g. in VMWare. (#177457)
10051 - rev 3530
10052
10053 -------------------------------------------------------------------
10054 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
10055
10056 - Merge fix for stalle tmpdir due to cyclic references, using a master
10057  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
10058 - rev 3521
10059
10060 -------------------------------------------------------------------
10061 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
10062
10063 - Fixes unneeded file download, and add download callbacks
10064   (still need yast side) #181204 and #160206
10065 - Fix stalle tmpdir due to cyclic references, using a master
10066   TmpDir for zypp. # 178292
10067
10068 -------------------------------------------------------------------
10069 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
10070
10071 - fixed memory leak in PersistentStorage (#168690)
10072 - revision 3519
10073
10074 -------------------------------------------------------------------
10075 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
10076
10077 - fixed memory leak in XMLSourceCacheParser (#168690)
10078 - revision 3517
10079
10080 -------------------------------------------------------------------
10081 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
10082
10083 -latest fi translation added
10084  Revision 3502
10085
10086 -------------------------------------------------------------------
10087 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
10088
10089 -All installed resolvables has been set to "satisfied" in
10090  ResolverContext::unneeded . BUT:
10091  Patch concerning resolvables have to be set to
10092  "unneeded" although they are installed. In order
10093  getting the state "no longer applicable" (Bug 171590)
10094 - rev 3496
10095
10096 -------------------------------------------------------------------
10097 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
10098
10099 - compute status for scripts and messages so their freshens get
10100   properly honored (aj with postgresql-server)
10101 - rev 3494
10102
10103 -------------------------------------------------------------------
10104 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
10105
10106 - revert not-used-yet rpmdb timestamp, as
10107   it broke rpmdb::init(). (#180040)
10108 - rev 3490
10109
10110 -------------------------------------------------------------------
10111 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
10112
10113 - updating gmo files, if po files has been changed; bug 164449
10114
10115 -------------------------------------------------------------------
10116 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
10117
10118 - Dont download twice if starting from 1st time
10119 - fix typo
10120 - rev 3481
10121
10122 -------------------------------------------------------------------
10123 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
10124
10125 - set cache dir only if storeMetadata is called as a public method.´
10126 - rev 3475
10127
10128 -------------------------------------------------------------------
10129 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
10130
10131 - schedule a package for installation if
10132   - it freshens / supplements something
10133   - it is not installed yet
10134   (#178721)
10135 - rev 3473
10136
10137 -------------------------------------------------------------------
10138 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
10139
10140 - make susetags also implement download and check first.
10141 - rev 3470
10142
10143 -------------------------------------------------------------------
10144 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
10145
10146 - make yum more robust. Never parse from provideFile
10147   but only from local disk. Make sure the cache
10148   is consistent before recreating it.
10149   the code is easier to follow and probably
10150   faster. checksum and signatures are
10151   checked on caching not on parsing.
10152   Required to implement refresh for #154990
10153 - rev 3452
10154
10155 -------------------------------------------------------------------
10156 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
10157
10158 - implement timestamp for YUM and SuseTags
10159 - actually use the license to confirm in yum patches
10160 - add prerequires tag in yum optonally to the bad designed
10161   and nonintuitive pre=1
10162 - rev 3448
10163
10164 -------------------------------------------------------------------
10165 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
10166
10167 - dont pass root on init but before.
10168 - implement rpm db modification timestamp
10169   not used yet
10170 - move Helix source to testsuite out of the solver
10171   so we can use it for target, storage tests
10172 - add Source_Ref::timestamp(), default to now()
10173   in order to implement smart sync of sources by zmd
10174 - don't parse desc and summary twice
10175 - fix a segfault with tranlated text
10176 - fix broken size tag introduced in rev 3427
10177 - rev 3446
10178
10179 -------------------------------------------------------------------
10180 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
10181
10182 - dont accept corrupt sources, improve logs
10183
10184 -------------------------------------------------------------------
10185 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
10186
10187 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
10188   loosing autoprotection (eg. for foreign vendor). (assists #177469)
10189 - rev 3431
10190
10191 -------------------------------------------------------------------
10192 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
10193
10194 - added mediaNr() to PatchRpm and DeltaRpm classes
10195 - rev 3430
10196
10197 -------------------------------------------------------------------
10198 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
10199
10200 - enable YUM license to confirm.
10201   needed for #174476
10202 - adapt store to serialize and read all new resobject fields
10203 - use install-time to now() when serializing (#174653)
10204 - rev 3427
10205
10206 -------------------------------------------------------------------
10207 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
10208
10209 - Do not violate install order when restricting commit to a certain
10210   mediaNumber. (#170079)
10211 - Version 1.1.0; rev 3423
10212
10213 -------------------------------------------------------------------
10214 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
10215
10216 - Added SourceManager::findSourceByUrl to overcome alias mismatches
10217   (#177543).
10218 - rev 3420
10219
10220 -------------------------------------------------------------------
10221 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
10222
10223 - Order all objects according to prerequirements, not just packages.
10224   (#173690)
10225 - rev 3419
10226
10227 -------------------------------------------------------------------
10228 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
10229
10230 - Added new translation
10231
10232 -------------------------------------------------------------------
10233 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
10234
10235 - fix missing homedir option for gpg (#171055)
10236 - rev 3415
10237
10238 -------------------------------------------------------------------
10239 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
10240
10241 - Prevent against daemons launched in rpm %post, that do not close
10242   their filedescriptors. (#174548)
10243 - Version 1.0.1; rev 3413
10244
10245 -------------------------------------------------------------------
10246 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
10247
10248 - fixed media number of package retrieved as a part of a patch
10249   (#174841)
10250 - rev 3409
10251
10252 -------------------------------------------------------------------
10253 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
10254
10255 - fix missing package descriptions due to filtered packages
10256   by incompatible architectures. (#159109)
10257 - rev 3404
10258
10259 -------------------------------------------------------------------
10260 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
10261
10262 - decrease logging in DiskUsageCounter and Modalias (#163186)
10263 - rev 3406
10264
10265 -------------------------------------------------------------------
10266 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
10267
10268 - Stay backward comapatible.
10269
10270 -------------------------------------------------------------------
10271 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
10272
10273 - Make basic attributes available through ResObject.
10274 - Let ResObjects which do not require media access during
10275   commit return ZERO sourceMediaNr (required for #173690)
10276 - Version 1.0.0
10277 - rev 3390
10278
10279 -------------------------------------------------------------------
10280 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
10281
10282 - reduce logging verbosity (#163186)
10283 - rev 3381
10284
10285 -------------------------------------------------------------------
10286 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
10287
10288 - setCandidate accept candidates with compatible architectures too. Not
10289   only with the same architecture. Bug 172594 - If update package has
10290   differet arch, UI display is wrong
10291
10292 -------------------------------------------------------------------
10293 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
10294
10295 - Added Source_Ref::resStoreInitialized.
10296   If we know that noone has seen the resolvables yet, we can skip
10297   them too, eg. when deleting a source. (#174840)
10298 - rev 3378
10299
10300 -------------------------------------------------------------------
10301 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
10302
10303 - Honor freshens as conditionals independant from the installed/
10304   uninstalled status (#174797)
10305 - rev 3376
10306
10307 -------------------------------------------------------------------
10308 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
10309
10310 - State modifier "unneeded" is transitive for patches (#171590)
10311 - rev 3375
10312
10313 -------------------------------------------------------------------
10314 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
10315
10316 - Do not transact itself (update) in the transactResObject mechanism
10317   Bug 174290
10318
10319 -------------------------------------------------------------------
10320 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
10321
10322 - Reenabled improved large file support flags (unintentionally
10323   removed in rev 1544). Fixes bug #173753.
10324 - Added large file support flags to libzypp.pc file allowing
10325   consistence checks in the application using features variable
10326 - rev 3366
10327
10328 -------------------------------------------------------------------
10329 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
10330
10331 - SourceManager: moved source deletion before creation
10332   so that we can recreate a deleted one (#174295)
10333 - removed dead code dealing with known_caches from SourceManager::store
10334   (see r3195)
10335 - r3362
10336
10337 -------------------------------------------------------------------
10338 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
10339
10340 - fixed returning product short name and summary if product read
10341   from target store (#148625)
10342 - rev 3360
10343
10344 -------------------------------------------------------------------
10345 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
10346
10347 - set media verifier on redirected medium (#172599)
10348 - rev 3359
10349
10350 -------------------------------------------------------------------
10351 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
10352
10353 - fix 'transactResKind' to collect best providers by capability
10354   and to recursively transact items of same kind (#170114)
10355 - rev 3355
10356
10357 -------------------------------------------------------------------
10358 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
10359
10360 - serialize the full URL to avoid missing password and other
10361   url settings (#148108)
10362 - rev 3353
10363
10364 -------------------------------------------------------------------
10365 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
10366
10367 - Added a 60 sec connect timeout to MediaCurl (#172860)
10368 - rev 3348
10369
10370 -------------------------------------------------------------------
10371 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
10372
10373 - re-fetch also .asc and .key files before checking signature
10374   (#172597)
10375 - rev 3350 (3345-10.1)
10376
10377 -------------------------------------------------------------------
10378 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
10379
10380 - Fix yum key verification, because a double variable declaration
10381
10382 -------------------------------------------------------------------
10383 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
10384
10385 - use --no-default-keyring to avoid creating a
10386   default gpg dir in / (#171055)
10387 - rev 3335
10388
10389 -------------------------------------------------------------------
10390 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
10391
10392 - Fix YUM signature checking, we were passing the key instead of the
10393   signature.
10394 - When the user trust a key, sync again. Bye to the session trusted
10395   keys and user being asked all the time. (#171213)
10396 - r3332
10397
10398 -------------------------------------------------------------------
10399 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
10400
10401 - Cleanup index tables when removing items from pool (#170564).
10402
10403 -------------------------------------------------------------------
10404 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
10405
10406 - backout rev 3246->3275 of TargetImpl.cc
10407 - add missing testsuite/utils/TestUtils.h
10408 - rev 3330
10409
10410 -------------------------------------------------------------------
10411 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
10412
10413 - more fixes for #171062, there were some files still not being
10414   read from cache.
10415 - r3327
10416
10417 -------------------------------------------------------------------
10418 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
10419
10420 - cache keys and signature. Remove lot of duplicated code. (#171062)
10421 - r3320
10422
10423 -------------------------------------------------------------------
10424 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
10425
10426 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
10427   mount here anything, so it is OK to use any dir (171351).
10428 - rev 3318
10429
10430 -------------------------------------------------------------------
10431 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
10432
10433 - parse "license-to-confirm" in primary.xml (#168437)
10434 - rev 3312
10435
10436 -------------------------------------------------------------------
10437 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
10438
10439 - Don't try to store 'Atom', not needed and the backend store
10440   rejects them anyways (addtion to #168610)
10441 - rev 3306
10442
10443 -------------------------------------------------------------------
10444 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
10445
10446 - Improved device check in MediaDISK using libblkid (Bug #158529)
10447 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
10448   added a check if it is a directory
10449 - Added libcurl and libblkid checks to configure.ac
10450 - Added e2fsprogs(-devel) requires to the spec file
10451 - rev 3303
10452
10453 -------------------------------------------------------------------
10454 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
10455
10456 - dont download "other" during key check (#171041)
10457 - rev 3294
10458
10459 -------------------------------------------------------------------
10460 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
10461
10462 - allow parallel installs of atoms (used to fulfill patch require-
10463   ments, atoms aren't installed anyways) (#170098)
10464 - some testsuite improvements.
10465 - rev 3288
10466
10467 -------------------------------------------------------------------
10468 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
10469
10470 - get rid of autobuild check when throwing exceptions without throw
10471   but with a macro, returning a null pointer at the end (never reached).
10472
10473 -------------------------------------------------------------------
10474 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
10475
10476 - Do not violate install order when restricting commit to a certain
10477   mediaNumber. (#170079)
10478
10479 -------------------------------------------------------------------
10480 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
10481
10482 - Don't use throw directly!
10483   use ZYPP_THROW with a Exception class, otherwise package bindings
10484   will not catch them.
10485   Should fix crashes when reading broken sources with yast.
10486 - rev 3272
10487
10488 -------------------------------------------------------------------
10489 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
10490
10491 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
10492   revision 3269
10493
10494 -------------------------------------------------------------------
10495 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
10496
10497 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
10498 - further improve on #168840 (from rev 3231), match on name-edition
10499   when filtering by best arch. (#170098)
10500 - rev 3268
10501
10502 -------------------------------------------------------------------
10503 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
10504
10505 - #170093 , lot of package descriptions missing
10506 - rev 3263
10507
10508 -------------------------------------------------------------------
10509 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
10510
10511 - try to fix wrong permissions of /var/lib/zypp created
10512   by old zypp, only when running as root they are fixed
10513   (#169094)
10514 - YUM: Verify signatures on factoryInit.
10515   Dont provide other.xml. Cleanups, better logging.
10516   When refreshing signed soruces, don't refresh is source
10517   has not changed.
10518 - YaST sources: don't refresh if media file has not changed.
10519 - Show full url of index files in sources for signature validation
10520   (mentioned in #170139 comment #3)-
10521
10522 -------------------------------------------------------------------
10523 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
10524
10525 - udpated media ID syntax for external scripts (to be consistent
10526   with packages) (#170247)
10527 - rev 3256
10528
10529 -------------------------------------------------------------------
10530 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
10531
10532 - set media ID to 1 if not specified in YUM metadata (#167452)
10533 - rev 3255
10534
10535 -------------------------------------------------------------------
10536 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
10537
10538 - If freshen and supplement are fulfilled, install any kind of
10539   resolvable if not yet installed (#165746)
10540 - rev 3249
10541
10542 -------------------------------------------------------------------
10543 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
10544
10545 - make downloaded script executable. (#169191)
10546 - rev 3247
10547
10548 -------------------------------------------------------------------
10549 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
10550
10551 - Improve on last fix, compare only compatible archs.
10552 - rev 3233
10553
10554 -------------------------------------------------------------------
10555 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
10556
10557 - Only choose best arch of multiple package atoms with identical
10558   name (#168840)
10559 - rev 3231
10560
10561 -------------------------------------------------------------------
10562 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
10563
10564 - pass empty strings to UI as key properties if unknown key
10565   (#169114)
10566 - rev 3228
10567
10568 -------------------------------------------------------------------
10569 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
10570
10571 - refrain from parsing 'other.xml' (#159316)
10572 - rev 3226
10573
10574 -------------------------------------------------------------------
10575 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
10576
10577 - in source refresh, clean up the cache dir if fails
10578 - do not require repomd.xml.asc when creating a cache (#163765)
10579 - rev 3224
10580
10581 -------------------------------------------------------------------
10582 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
10583
10584 - Check if a file exists before providing it, and just handling the
10585   exception is not sufficient, because it can release the media.
10586   it nows get all possible packages.X translations an then
10587   it selects the candidate from the existing ones (#168654)
10588 - rev 3221
10589
10590 -------------------------------------------------------------------
10591 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
10592
10593 - dont report conflicts if item is neither installed
10594   nor to-be-installed (#168906)
10595 - rev 3219
10596
10597 -------------------------------------------------------------------
10598 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
10599
10600 - #168060 , propagate the file description or original
10601   name to the UI and not the checked filename path,
10602   which could be a tmp file.
10603   Requires changes in pkg-manager, and probably zmd-helpers.
10604 - rev 3215
10605
10606 -------------------------------------------------------------------
10607 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
10608
10609 - /var/lib/zypp/db/languages/* are empty files (##168355)
10610 - r3206
10611
10612 -------------------------------------------------------------------
10613 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
10614
10615 - All resolvables must honor arch, so Arch_noarch in
10616   target/store/XMLFilesBackend.cc is wrong (#160792)
10617 - Introduced code to honour shared package descriptions
10618   (#159109)
10619 - r3204
10620
10621 -------------------------------------------------------------------
10622 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
10623
10624 - replace '_' in YUM elements/attributes with '-' (#168762)
10625 - rev 3201
10626
10627 -------------------------------------------------------------------
10628 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
10629
10630 - Fixed iseries workaround - interchanged variables for scsi
10631   devices, added debug messages about the steps (#163971).
10632 - Added getenv NULL ptr check and verify of the $HOME dir's
10633   and ~/.curlrc file's ownership (#163203).
10634 - rev 3199
10635
10636 -------------------------------------------------------------------
10637 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
10638
10639 - Use filesystem::TmpDir to create unique and unused Source cache
10640   directories. (#168051)
10641
10642 -------------------------------------------------------------------
10643 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
10644
10645 - Enable signature checks per default. (#168525)
10646
10647 -------------------------------------------------------------------
10648 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
10649
10650 - fix callbacks for providing a single file (#160206)
10651
10652 -------------------------------------------------------------------
10653 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
10654
10655 - If an installed package looses a dependency, the solver tries
10656   to upgrade it. Limit the upgrade candidates to best arch, best
10657   edition.
10658 - filter 'other' entries with incompatible arch in yum parser.
10659 - rev 3177
10660
10661 -------------------------------------------------------------------
10662 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
10663
10664 - initialize the product category according to source (#168061)
10665 - rev 3172
10666
10667 -------------------------------------------------------------------
10668 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
10669
10670 - delete only one older version of a xml-store resolvable
10671   (half-baked, but the previous attempt was charred)
10672
10673 -------------------------------------------------------------------
10674 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
10675
10676 - moved license_to_confirm to primary.xml
10677 - rev 3170
10678
10679 -------------------------------------------------------------------
10680 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
10681
10682 - Removed deprecated oldstyle commit methods.
10683
10684 -------------------------------------------------------------------
10685 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
10686
10687 - when installing a xml-store resolvable (all except package,
10688   message, script), delete older versions (#160792).
10689 - read selection edition from the XML store
10690 - rev 3167
10691
10692 -------------------------------------------------------------------
10693 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
10694
10695 - properly clear transaction flag after successful commit
10696   (see rev 3122, #164365, #167285)
10697 - rev 3157
10698
10699 -------------------------------------------------------------------
10700 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
10701
10702 - recursively soft-uninstall recommended package on real uninstall,
10703   not on update (#167603)
10704 - rev 3155
10705
10706 -------------------------------------------------------------------
10707 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
10708
10709 - fix #167605 (importing keys to rpm multiple times due to
10710   wrong interpretation of rpm gpg versioning.
10711 - add support for reading the rpm keys, with full id and fingerprint
10712 - rev 3153
10713
10714 -------------------------------------------------------------------
10715 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
10716
10717 - don't add duplicate error infos to ResolverContext (#167309)
10718 - rev 3146
10719
10720 -------------------------------------------------------------------
10721 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
10722
10723 - fix Resolver::transactReset() (see rev 3122) (#167285)
10724 - rev 3140
10725
10726 -------------------------------------------------------------------
10727 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
10728
10729 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
10730   variable is present, all signature checking callbacks will default
10731   to 'accept', in case no recipient is present.
10732
10733 -------------------------------------------------------------------
10734 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
10735
10736 - read content file on construction, and make
10737   provideProduct only insert the already
10738   read product object into the store (#165826)
10739   (dmacvicar)
10740 - When the signature is not found, warn the
10741   user about a unsigned source. When the
10742   key is not found, do nothing, it can be in the
10743   keyring already. (#166016) (dmacvicar)
10744 - enable key verification only if
10745   ZYPP_CHECKSIG env var is set (dmacvicar)
10746 - r1529
10747
10748 -------------------------------------------------------------------
10749 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
10750
10751 - fix bugfix 164365, fix bug 167285
10752   Actually clear the transcation state instead of locking it
10753   to 'dont transact'
10754 - rev 3122
10755
10756 -------------------------------------------------------------------
10757 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
10758
10759 - revert the signature/digest checking callbacks
10760 - rev 3115
10761
10762 -------------------------------------------------------------------
10763 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
10764
10765 - Bugfix #165670
10766   - Honor keep requests.
10767   - Dont flag "locked uninstall" as error if a keep request was
10768     issued before.
10769 - rev 3114
10770
10771 -------------------------------------------------------------------
10772 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
10773
10774 - rule out locked items during distribution upgrade as early
10775   as possible. (#165670)
10776 - rev 3110
10777
10778 -------------------------------------------------------------------
10779 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
10780
10781 - Bugfix #166212
10782   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
10783     transactResObject().
10784   - resetTransaction(APPL_LOW) before resolving
10785   - enhance transactCaps by using the same algorithm as in
10786     QueueItemRequire
10787     (before: transact all requires and recommends by name
10788      now: transact best requires and recommends by provides)
10789 - rev 3107
10790
10791 -------------------------------------------------------------------
10792 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
10793
10794 - new callbacks for failing digest
10795 - rev 3098
10796
10797 -------------------------------------------------------------------
10798 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
10799
10800 - ask for file without a checksum (#165125)
10801
10802 -------------------------------------------------------------------
10803 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
10804
10805 - dont install satisfied resolvables (#165843)
10806 - rev 3095
10807
10808 -------------------------------------------------------------------
10809 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
10810
10811 - dont abort on failed "dry_run" (#164583)
10812 - rev 3091
10813
10814 -------------------------------------------------------------------
10815 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
10816
10817 - Ask user if signature file does not exist (#163765)
10818 - handle repomd.xml.asc as optional file (#163765)
10819 - rev 3089
10820
10821 -------------------------------------------------------------------
10822 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
10823
10824 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
10825 - rev 3087
10826
10827 -------------------------------------------------------------------
10828 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
10829
10830 - Dont do transitive uninstalls on uninstalled or upgraded items.
10831   (#165798)
10832 - rev 3083
10833
10834 -------------------------------------------------------------------
10835 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
10836
10837 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
10838
10839 -------------------------------------------------------------------
10840 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
10841
10842 - Product::updateUrls: restore it from the XML store;
10843   fixed content parsing (#163192).
10844 - restore product flags fro the XML store
10845 - rev 3074
10846
10847 -------------------------------------------------------------------
10848 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
10849
10850 - Only consider best arch/version (#165477)
10851 - rev 3069
10852
10853 -------------------------------------------------------------------
10854 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
10855
10856 - No need to parse tags at all if there is no item to store values
10857   (e.g. data for unwanted arch). Fixed segv trying to store data in
10858   NULL item. (#165479)
10859 - rev3065
10860
10861 -------------------------------------------------------------------
10862 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
10863
10864 - Improved Url path name "//" vs. "/%2f" handling; now if the
10865   url has an authority, "/%2f" is used for ftp only (#163784)
10866 - rev 3062
10867
10868 -------------------------------------------------------------------
10869 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
10870
10871 - fixed storing patch scripts to target store (#159928)
10872 - rev 3058
10873
10874 -------------------------------------------------------------------
10875 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
10876
10877 - if a patch is bad, only skip this patch, not everything
10878   (#165200)
10879 - rev 3057
10880
10881 -------------------------------------------------------------------
10882 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
10883
10884 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
10885 - Susetags:Pattern: Fixed parser.
10886
10887 -------------------------------------------------------------------
10888 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
10889
10890 - when uninstalling, only re-establish installed items
10891   supplementing the to-be-uninstalled one. (variant of #165111)
10892 - rev 3054
10893
10894 -------------------------------------------------------------------
10895 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
10896
10897 - Susetags:Package: Parse and provide ins/delnotify texts.
10898
10899 -------------------------------------------------------------------
10900 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
10901
10902 - when checking freshens/supplements at install, only consider
10903   best architecture/edition (#164453)
10904 - rev 3051
10905
10906 -------------------------------------------------------------------
10907 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
10908
10909 - when checking for supplements, only consider best arch, best
10910   edition for installation (#165111)
10911 - rev 3047
10912
10913 -------------------------------------------------------------------
10914 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
10915
10916 - Bug 165117: build 910: Update: Splitted packages are selected for
10917   all archs
10918
10919 -------------------------------------------------------------------
10920 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
10921
10922 - ask user if a file exists but does not have a checksum (#162797)
10923 - rev 3044
10924
10925 -------------------------------------------------------------------
10926 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
10927
10928 - parse time and size elements from delta and patch RPM
10929 - rev 3043
10930
10931 -------------------------------------------------------------------
10932 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
10933
10934 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
10935   devices - on powerpc only (#163971)
10936 - rev 3042
10937
10938 -------------------------------------------------------------------
10939 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
10940
10941 - fix endless loop in patches parsing.
10942 - rev 3039
10943
10944 -------------------------------------------------------------------
10945 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
10946
10947 - fixed media handling in SuSEtags source (#164879)
10948 - rev 3037
10949
10950 -------------------------------------------------------------------
10951 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
10952
10953 - honor 'dry_run' on package remove (#164732)
10954 - rev 3036
10955
10956 -------------------------------------------------------------------
10957 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
10958
10959 - add files from yum filelist as provides to package (#164731)
10960 - rev 3032
10961
10962 -------------------------------------------------------------------
10963 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
10964
10965 - honor "+Enh:/-Enh:" in packages file (#156513)
10966
10967 -------------------------------------------------------------------
10968 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
10969
10970 - fix callback receiver signature to match the callback for removing
10971   package
10972
10973 -------------------------------------------------------------------
10974 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
10975
10976 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
10977 - rev 3024
10978
10979 -------------------------------------------------------------------
10980 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
10981
10982 - Bug 164440; Taking wrong architecture while updating obsoletes
10983   splitted packages
10984 - rev 3022
10985
10986 -------------------------------------------------------------------
10987 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
10988
10989 - allow relative paths with url file:
10990 - dont filter atoms from going into pool, multi-arch patch
10991   requirements need them. Instead, treat atoms with incompatible
10992   architecture as unneeded.
10993 - rev 3018
10994
10995 -------------------------------------------------------------------
10996 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
10997
10998 - product now provides short name
10999 - rev 3013
11000
11001 -------------------------------------------------------------------
11002 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
11003
11004 - read metadata for packages from correct tags in patches (#163220)
11005 - rev 3011
11006
11007 -------------------------------------------------------------------
11008 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
11009
11010 - more detailed resolver error reports (#162994)
11011 - rev 3010
11012
11013 -------------------------------------------------------------------
11014 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
11015
11016 - report package download progress (#160966)
11017 - rev 3007
11018
11019 -------------------------------------------------------------------
11020 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
11021
11022 - transact also for languages (#163819)
11023 - rev 3004
11024
11025 -------------------------------------------------------------------
11026 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
11027
11028 - loop through all affected ResObjects in transactResKind (#163819)
11029 - rev 3002
11030
11031 -------------------------------------------------------------------
11032 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
11033
11034 - allow re-installation of non-packages (#162906)
11035 - rev 2998
11036
11037 -------------------------------------------------------------------
11038 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
11039
11040 - Added loop checking for scsi cdroms (/sys/block/srX) in case
11041   HAL does not provide any drives like on iSeries (#163971).
11042 - rev 2995
11043
11044 -------------------------------------------------------------------
11045 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
11046
11047 - add 'licenceToConfirm()' to Product. (#164375)
11048
11049 -------------------------------------------------------------------
11050 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
11051
11052 - Avoid excessive CD hopping on commit. But still far from
11053   being perfect. (#159679)
11054 - Fixed Target::commit: Despite dry_run set True, packages
11055   were depeted.
11056
11057 -------------------------------------------------------------------
11058 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
11059
11060 - honour if user decides to skip a package in commit (#156031)
11061
11062 -------------------------------------------------------------------
11063 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
11064
11065 - fixed parsing external reference to script in patch (#163221)
11066 - r2981
11067
11068 -------------------------------------------------------------------
11069 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
11070
11071 - cache and provide content.asc/key optionally. Dont show a
11072   popup if they dont exists. (dmacvicar)
11073 - Actually abort when verify signature workflow is false. (dmacvicar)
11074 - r2978
11075
11076 -------------------------------------------------------------------
11077 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
11078
11079 - fixed setting autorefresh flag for installation sources
11080
11081 -------------------------------------------------------------------
11082 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
11083
11084 - drop patches with incompatible architecture.
11085 - rev 2972
11086
11087 -------------------------------------------------------------------
11088 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
11089
11090 - Added info method to media verifier base and more debug info
11091 - rev 2970
11092
11093 -------------------------------------------------------------------
11094 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
11095
11096 - Dont deny the "/" attach point in MediaDIR, since this is used
11097   for all "file:" urls, esp. local packages.
11098 - rev 2962
11099
11100 -------------------------------------------------------------------
11101 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
11102
11103 - Bug 159673 - only one conflict solvable per page
11104
11105 -------------------------------------------------------------------
11106 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
11107
11108 - parse all dependencies of 'packages' file (#163773)
11109 - rev 2957
11110
11111 -------------------------------------------------------------------
11112 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
11113
11114 - Use the original media descr_dir on refresh for
11115   suse tags source (#163196)
11116 - r2952
11117
11118 -------------------------------------------------------------------
11119 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
11120
11121 - add Source::setUrl() for zmd backend helper.
11122 - rev 2946
11123
11124 -------------------------------------------------------------------
11125 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
11126
11127 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
11128 target init. (dmacvicar)
11129 - r2949
11130
11131 -------------------------------------------------------------------
11132 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
11133
11134 - Fixed MediaDISK to use a mount -oro,bind id the disk
11135   partition is already attached e.g. by the automounter.
11136   Try to mount it a second time may fail (#163486).
11137 - rev 2944
11138
11139 -------------------------------------------------------------------
11140 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
11141
11142 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
11143 - rev 2940
11144
11145 -------------------------------------------------------------------
11146 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
11147
11148 - only try to create a source of a given type when restoring
11149   from the persistent store (#162111)
11150
11151 -------------------------------------------------------------------
11152 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
11153
11154 - parse all dependencies for patterns (.pat) files (#160602)
11155 - drop YOUPATH and YOUURL from content file.
11156 - rev 2924
11157
11158 -------------------------------------------------------------------
11159 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
11160
11161 - properly initialize autorefresh for non-remote sources (#154990)
11162 - rev 2919
11163
11164 -------------------------------------------------------------------
11165 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
11166
11167 - Added flag to MediaManager::isUseableAttachPoint, whether
11168   to check against system mount entries or not.
11169 - Disallow to use the attachpoints of another media handlers
11170   as source path in MediaDIR.
11171 - rev 2917
11172
11173 -------------------------------------------------------------------
11174 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
11175
11176 -implement callbacks for when package verification (checksum)
11177  fails, offer to retry or abort
11178
11179 -------------------------------------------------------------------
11180 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
11181
11182 - Fix construction of checksum objects when using non-standard
11183   checksum algorithms
11184 - Fix broken YUM cache
11185 - r2913
11186
11187 -------------------------------------------------------------------
11188 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
11189
11190 - Keep packages with no version upgrade installed during
11191   distribution upgrade (#162972)
11192 - add 'transactReset()' helper function for UI.
11193 - rev 2908
11194
11195 -------------------------------------------------------------------
11196 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
11197
11198 - r2906
11199
11200 -------------------------------------------------------------------
11201 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
11202
11203 - Fixed candidate handling in ui::Selectable. (#156589)
11204
11205 -------------------------------------------------------------------
11206 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
11207
11208 - fix #162984 , gpg hangs because the matching data file
11209   for the key cannot be find. (dmacvicar)
11210 - Fix restore of YUM source using the same cache dir semantics as
11211  susetags instead of assuming there is a cache if a cache_dir
11212   was given. (dmacvicar)
11213
11214 -------------------------------------------------------------------
11215 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
11216
11217 - use DISTPRODUCT/DISTVERSION from content file to generate the
11218   product name, version, and release.
11219 - rev 2902
11220
11221 -------------------------------------------------------------------
11222 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
11223
11224 - Removed broken forcing of absolute ftp paths added in rev2705 to
11225   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
11226 - rev 2900
11227
11228 -------------------------------------------------------------------
11229 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
11230
11231 - add Resolver::freshenPool() (#156980)
11232 - rev 2893
11233
11234 -------------------------------------------------------------------
11235 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
11236
11237 - skip incompatible archs in filelist parsing.
11238 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
11239   /lib64/, ...)
11240 - rev 2886
11241
11242 -------------------------------------------------------------------
11243 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
11244
11245 - skip incompatible archs in primary parsing.
11246 - rev 2883
11247
11248 -------------------------------------------------------------------
11249 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
11250
11251 - allow setting of source when parsing local .rpm (#147765)
11252 - rev 2880
11253
11254 -------------------------------------------------------------------
11255 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
11256
11257 - Do not update packages over other architectures
11258
11259 -------------------------------------------------------------------
11260 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
11261
11262 - Added zypp/ui/UserWantedPackages to support the UI's
11263   "automatic changes" dialog (bug #152700)
11264
11265 -------------------------------------------------------------------
11266 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
11267
11268 - use KeyRing class to validate repomd.xml (#160909)
11269
11270 -------------------------------------------------------------------
11271 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
11272
11273 - Product resolvables should be readable by normal users.
11274   (#162474) (dmacvicar)
11275 - implemented keyring and metadata signature verification
11276   in susetags source
11277 - dont delete the lock if we did not acquire it
11278 - r2847
11279
11280 -------------------------------------------------------------------
11281 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
11282
11283 - Added disabling of the automounter while MediaManager
11284   init and restoring of the old state on exit (#154326).
11285 - Implemented check if media (CD) is automounted or not
11286 - rev 2840
11287
11288 -------------------------------------------------------------------
11289 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
11290
11291 - Implemented several hal get/set/removeDeviceProperty wrappers
11292 - Improved HalException to allow to fetch HAL/DBUS error componets
11293 - rev 2830
11294
11295 -------------------------------------------------------------------
11296 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
11297
11298 - honor subscription status of catalogs (#162350)
11299 - rev 2827
11300
11301 -------------------------------------------------------------------
11302 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
11303
11304 - Enabled CD eject error reporting exceptions (#154326)
11305 - rev 2822
11306
11307 -------------------------------------------------------------------
11308 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
11309
11310 - support "dry run" (#159467)
11311 - implement "transactResKind" (#161400)
11312 - rev 2817
11313
11314 -------------------------------------------------------------------
11315 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
11316
11317 - add checksum for external patches (#159928)
11318
11319 -------------------------------------------------------------------
11320 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
11321
11322 - calculate product architecture (#158198)
11323
11324 -------------------------------------------------------------------
11325 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
11326
11327 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
11328   detection
11329
11330 -------------------------------------------------------------------
11331 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
11332
11333 - Auto protect installed packages from unknown vendor. (#157446)
11334
11335 -------------------------------------------------------------------
11336 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
11337
11338 - added support for external scripts to metadata (#159928) (jsrain)
11339 - fixed handling of Language resolvables (ma)
11340 - fix leak in rpmdb (dmacvicar)
11341 - added softlock for autoyast (#159466) (ma)
11342 - Fixed exceptions in doGetFileCopy() to show full url
11343   including the file instead of just the media base url. (mt)
11344 - Provide Language::summary (ma)
11345 - check patterns and selections file exist
11346   before veryfing them (#161300) (dmacvicar)
11347 - added YUM metadata checksum computation (jsrain)
11348 - added interface to patch of a message (jsrain)
11349 - r2734
11350
11351 -------------------------------------------------------------------
11352 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
11353
11354 - added support for external scripts to metadata (#159928)
11355 - r2709
11356
11357 -------------------------------------------------------------------
11358 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
11359
11360 - report separate exception when trying to start source cache again to
11361   suppress incorrect error message in XEN installation
11362 - r2682
11363
11364 -------------------------------------------------------------------
11365 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
11366
11367 - Implement inter process locking in zypp.
11368 - Added No medium found output
11369 - splitting modaliases in supplements TOO
11370 - parse also the available signing keys
11371
11372 -------------------------------------------------------------------
11373 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
11374
11375 - release all media when removing source (#159754) (visnov)
11376 - more testsuites (schubi)
11377 - updated translations (schubi)
11378 - added MediaNotEjectedException (mt)
11379 - rev 2652
11380
11381 -------------------------------------------------------------------
11382 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
11383
11384 - fix patches descriptions (dmacvicar)
11385 - fix source serialization (dmacvicar)
11386 - metadata for kernel test (schubi)
11387 - Arch tests updated (ma)
11388 - classify NULL Ptr as unique (ma)
11389 - Added host check, because file Url allows it now. (mt)
11390 - prepare modalias fix (#159766) (ma)
11391 - Provide iterator based access to SourceManager data. (ma)
11392 - Fixed "file:" Url scheme config to allow relative paths; (mt)
11393   RFC1738 says, it may contain a hostname as well...
11394 - revision 2633
11395
11396 -------------------------------------------------------------------
11397 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
11398
11399 - pkg-config support (mvidner)
11400 - close all medias when destructing MediaSet (jsrain)
11401 - rev 2622
11402
11403 -------------------------------------------------------------------
11404 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
11405
11406 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
11407 - Message callback implemented to show patch messages (visnov)
11408 - Bug 159696 (schubi)
11409 - provide transform_iterators to iterate over a maps keys or values (ma)
11410 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
11411 - added script and message installation (jsrain)
11412 - chooses the 'right' kernel now (kkaempf)
11413 - Use noarch if no arch is specified in patches (dmacvicar)
11414 - rev 2611
11415
11416 -------------------------------------------------------------------
11417 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
11418
11419 - Added some debug output including the access id (mt)
11420 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
11421   release with eject=true on attached media, to umount
11422   other mounts as well. (mt)
11423 - 159483 - solver does not blame missing dependency (schubi)
11424 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
11425 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
11426   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
11427 - fixed ZYPP_RETHROW (#156430) (ma)
11428 - patch for #156114 (visnov)
11429 - fixed container.erase loops (ma)
11430 - Fixed to reset desired (cached) flag before the action (mt)
11431 - Removed return in forceRelaseAllMedia (void function) (mt)
11432 - Parse nonexisting architecture to noarch so patches dont get
11433   filtered by the pool (dmacvicar)
11434 - 159512 - yast2-qt does not show label of to be installed products
11435   anymore (dmacvicar)
11436 - 159765 - Hidden patterns still visible (dmacvicar)
11437 - Use noarch if no arch is specified. (dmacvicar)
11438 - r2594
11439
11440 -------------------------------------------------------------------
11441 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
11442
11443 - properly report error for media change callback
11444 - rev 2579
11445
11446 -------------------------------------------------------------------
11447 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
11448
11449 - fixed memory leak in XMLNodeIterator (#157474)
11450 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
11451 - Renamed private MediaManager::forceMediaRelease
11452   function to forceReleaseShared (more exact name)
11453 - Implemented forceRelaseAllMedia() that can be
11454   used to release also foreign (user) mounts.
11455 - Added use of forceRelaseAllMedia for CD/DVDs
11456   if FORCE_RELEASE_FOREIGN is 1 (default 0)
11457 - little cleanup of the checkAttached function
11458 - r2578
11459
11460 -------------------------------------------------------------------
11461 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
11462
11463 - don't try to attach without exception handling (#158620)
11464 - fix descriptions, as a new tag Des for selections exists now.
11465 - fix #157683: failure after adding add-on product to install
11466   sources
11467 - added more files for translation
11468 - resolve-dependencies.cc: establish pool
11469 - parse-metadata.cc: catch bad URL
11470 - set zmdid for atoms
11471 - r2574
11472
11473 -------------------------------------------------------------------
11474 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
11475
11476 - fix testsuite.
11477 - provide edition and architecture for all kinds of yum
11478   resolvables.
11479 - fix ResStatus output.
11480 - establish atoms correctly.
11481 - treat requires to unneeded resolvables as fulfilled.
11482 - rev 2559
11483
11484 -------------------------------------------------------------------
11485 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
11486
11487 - fix the build
11488 - only consider best architecture/version (#157594)
11489 - prefer providers which supplement/enhance installed or
11490   to-be-installed packages (fixes the tpctl-kmp issue)
11491 - rev 2546
11492
11493 -------------------------------------------------------------------
11494 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
11495
11496 - provide more filters for pkg-bindings (#158602)
11497 - add SystemResObject to provide system (modalias, hal, ...)
11498   capabilities.
11499 - handle this during resolving.
11500 - make the modalias and hal capability match the SystemResObject
11501   by default, thereyby triggering a modalias (resp. hal)
11502   evaluation.
11503 - xmlstore: decouple target store from YUM schema.
11504 - clean up moving of hal() and modalias() from provides to
11505   supplements in ResolvableImpl.
11506 - add PatchContents() for UI.
11507 - handle Edition::noedition as empty string.
11508 - r2537
11509
11510 -------------------------------------------------------------------
11511 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
11512
11513 - releasing all medias when asking for CD (#156981)
11514 - r2471
11515
11516 -------------------------------------------------------------------
11517 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
11518
11519 - ResStatus::resetTransact must return a value.
11520 - Fixed random build failures in LanguageCode.cc.
11521   (Rewrote the CodeMaps constructor so that gcc does not
11522   optimize a 500-statement basic block.)
11523 - Fix constructions of patch objects. Actually insert atoms in atoms
11524   list. Insert atoms for package even if the package does not exists
11525   in the source. Fixes #157628 (dmacvicar).
11526 - Fixed license reading from susetags, #151834 (dmacvicar).
11527 - r2468
11528
11529 -------------------------------------------------------------------
11530 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
11531
11532 - added ResStatus::resetTransact (ma)
11533 - bugfix for #156439 (schubi)
11534 - Added Source_Ref::setAlias (#154913).
11535 - Do not assume there is a product file when scanning for products
11536   (visnov)
11537 - function to disable all sources in the persistent store (visnov)
11538 - dependency errors go to stdout, not stderr; output resolver info
11539   directly to stderr (kkaempf)
11540 - rev 2464
11541
11542 -------------------------------------------------------------------
11543 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
11544
11545 - fix merging of resolver info (needed for #157684).
11546 - errors are also important in ResolverInfo.
11547 - improve debug output in ResolverContext.
11548 - rev 2455
11549
11550 -------------------------------------------------------------------
11551 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
11552
11553 - delete RPMs downloaded via HTTP/FTP after installnig them
11554   (#157011)
11555 - fixed product registration (reverted autorefresh patch) (#157566)
11556
11557 -------------------------------------------------------------------
11558 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
11559
11560 - if root!="/", always prefer the upgrade candidate (#155472)
11561 - implement license confirmed api for UI.
11562 - prefer architecture over version in distribution upgrade
11563   (#157501)
11564 - clean up media handling.
11565 - rev 2448
11566
11567 -------------------------------------------------------------------
11568 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
11569
11570 - init Modalias properly.
11571 - fix warnings in testcases.
11572 - rev 2432
11573
11574 -------------------------------------------------------------------
11575 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
11576
11577 - drop libjpeg-devel and sqlite-devel from build requires.
11578
11579 -------------------------------------------------------------------
11580 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
11581
11582 - implement 'modalias()' capability (#157406)
11583 - make dependencies consistent, its 'freshens'.
11584 - cope with user umounts of devices.
11585 - add debug to SourceManager.
11586 - rev 2418
11587
11588 -------------------------------------------------------------------
11589 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
11590
11591 - allow version downgrade during distribution upgrade if the
11592   newer package is coming from a trusted vendor (#155472)
11593 - implement locale fallback
11594 - 'freshen' -> 'freshens' in schema definitions to make it
11595   consistent with all other dependency definitions.
11596 - better error reporting for .pat and .sel files.
11597 - rule out packages from dependency resolutions which are
11598   de-selected by user (#155368)
11599 - use locale fallbacks in package translations.
11600 - refresh source when re-enabling it.
11601 - rev 2406
11602
11603 -------------------------------------------------------------------
11604 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
11605
11606 - split of libzypp-zmd-backend subpackage as a stand-alone
11607   leaf package.
11608 - encapsulate bool test for Source_Ref better.
11609 - fixed stack overflow (ma).
11610 - make testsuite build again.
11611 - rev 2346
11612
11613 -------------------------------------------------------------------
11614 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
11615
11616 - fixed URL rewriting for CD2 and following (#154762)
11617 - fixed ResPoolProxy diffState (for proper ok/cancel support
11618   in UI)
11619 - added special exception class for aborting installation
11620   (#154936)
11621 - only auto-change directories if they end in CDn or DVDn.
11622 - rev 2320.
11623
11624 -------------------------------------------------------------------
11625 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
11626
11627 - silently ignore multiple installs of the same package.
11628 - fix disk usage for installs and uninstalls.
11629 - rev 2308
11630
11631 -------------------------------------------------------------------
11632 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
11633
11634 - zmd-backend: filter out incompatible architectures from
11635   repository.
11636 - rev 2298
11637
11638 -------------------------------------------------------------------
11639 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
11640
11641 - sync libzypp media data with mtab.
11642 - improve resolver error and solution reports.
11643 - fix source cache reading (#155459).
11644 - default cached sources to enabled (#155459).
11645 - let each source provide public keys.
11646 - rev 2297
11647
11648 -------------------------------------------------------------------
11649 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
11650
11651 - only write by-sovler transactions back (#154976)
11652 - rev 2278
11653
11654 -------------------------------------------------------------------
11655 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
11656
11657 - release last used source at end of commit (#155002)
11658 - rev 2277
11659
11660 -------------------------------------------------------------------
11661 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
11662
11663 - cope with NULL values in zmd catalogs table (#153584)
11664 - set YAST_IS_RUNNING in transact zmd helper (#154820)
11665 - run SuSEconfig after transact zmd helper (#154820)
11666 - add softTransact to honor user vs. soft requirements (#154650)
11667 - honor all build keys provided by a package source.
11668 - add source metadata refresh.
11669 - add progress callbacks to zmd helpers.
11670 - rev 2276
11671
11672 -------------------------------------------------------------------
11673 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
11674
11675 - include .diffs into main source.
11676 - catch exception when ejecting media which was unmounted externally
11677   (#154697).
11678 - init source in zmd-backend correctly (#154667)
11679 - implement disk usage info for YaST.
11680 - clean up XML schema files.
11681 - catch CPUs identifying as 'i686' but being 'i586'.
11682 - allow definition of preferred attach (mount) point for media.
11683 - make resolver results more readable.
11684 - use language fallbacks if none of multiple language providers
11685   matches.
11686 - get rid of ignoring wrong arch in resolver, having the wrong
11687   architecture is prevented by other means.
11688 - prepare for translations in exceptions.
11689 - fix 'abort does not abort'
11690 - implement 'flag' I/O in target cache backend.
11691 - skip incompatibles architectures in packages.<lang>
11692 - rev 2228
11693
11694 -------------------------------------------------------------------
11695 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
11696
11697 - dont even provide src/nosrc from the source.
11698 - rev 2169 + diffs
11699
11700 -------------------------------------------------------------------
11701 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
11702
11703 - Initialize commit result (#154409)
11704 - release media if its wrong (#154326)
11705 - dont copy src/nosrc packages to the pool (#154627)
11706 - reduce XML logging.
11707 - rev 2169 + diffs
11708
11709 -------------------------------------------------------------------
11710 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
11711
11712 - fix path of .po files (#154074).
11713 - parse the correct package.<lang> file (kinda #154074).
11714 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
11715 - reattach all released medias.
11716 - raise exception instead of abort() on XML errors (#154104).
11717 - update translations.
11718 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
11719   and is_empty_dir utility function
11720 - rev 2169
11721
11722 -------------------------------------------------------------------
11723 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
11724
11725 - check freshens and supplements for packages (#154074).
11726 - only complain about incomplete installed resolvables,
11727   if they are uninstalled, schedule them for installation.
11728   (#154074)
11729 - add testcases for locale() provides.
11730 - add lang_country -> lang fallback.
11731 - have locale(parent:...) deps match any provides of 'parent'
11732   also when uninstalling a package.
11733 - rev 2148
11734
11735 -------------------------------------------------------------------
11736 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
11737
11738 - change the locale(...) separator to ";" (#153791)
11739 - complete "find-files" of zmd-backend.
11740 - rev 2140
11741
11742 -------------------------------------------------------------------
11743 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
11744
11745 - avoid attaching media when initializing source
11746 - rev 2139
11747
11748 -------------------------------------------------------------------
11749 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
11750
11751 - warn about misspelled 'locale(...)' provides
11752 - add testcases
11753 - rev 2134
11754
11755 -------------------------------------------------------------------
11756 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
11757
11758 - fix the build
11759 - rev 2129
11760
11761 -------------------------------------------------------------------
11762 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
11763
11764 - provide available locales to application (#153583)
11765 - honor 'requestedLocales' (language dependant packages)
11766 - honor release requests for all holders of a device.
11767 - silently re-attach after a forced release.
11768 - solver improvements.
11769 - handle source caches.
11770 - proper logging in zmd backend helpers.
11771 - rev 2127
11772
11773 -------------------------------------------------------------------
11774 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
11775
11776 - upgrade always to best version and arch (#153577)
11777 - reset 'transact' state for obsoleted packages (#153578)
11778 - translation updates
11779 - rev 2113
11780
11781 -------------------------------------------------------------------
11782 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
11783
11784 - add support for 'local' .rpm packages to zmd-backend.
11785 - rev 2101
11786
11787 -------------------------------------------------------------------
11788 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
11789
11790 - fix build of zmd/backend.
11791 - actually fill 'files' table in package-files.
11792 - rev 2094
11793
11794 -------------------------------------------------------------------
11795 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
11796
11797 - improve testcases.
11798 - add 'setPossibleLocales()' to ZYpp, this defines the set
11799   of possible locales to choose from (#153583)
11800 - provide LanguageImpl and create 'Language' resolvables for
11801   each 'possible' locale.
11802 - fix YUM parsing of patches, insert 'atoms' to link patches
11803   with packages.
11804 - replace gzstream/ with own, existing implementation.
11805 - honor locks in solver (#150231)
11806 - sync pool with target after commit() properly (#150565, #153066)
11807 - new zmd helper 'package-files'
11808 - rev 2093
11809
11810 -------------------------------------------------------------------
11811 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
11812
11813 - prevent multiple initializations of the target (#153124)
11814 - implement 'loopback mounted ISO images'
11815 - retain old package sources on upgrade.
11816 - support compressed .xml files in 'repodata' type repositories.
11817 - rev 2025
11818
11819 -------------------------------------------------------------------
11820 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
11821
11822 - parse locale(...) provides and construct correct dependencies.
11823
11824 -------------------------------------------------------------------
11825 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
11826
11827 - always upgrade to candidate (#152760).
11828 - fix typo in package sorting.
11829 - prepare handling of locale provides.
11830 - rev 1995
11831
11832 -------------------------------------------------------------------
11833 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
11834
11835 - sort src/nosrc package to right list during commit.
11836 - revert installtime/buildtime in susetags parser (#152760)
11837 - rev 1990
11838
11839 -------------------------------------------------------------------
11840 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
11841
11842 - reset state after successful commit (#153030)
11843 - run "rpm -e" always with "--nodeps" (#153026)
11844 - provide separate resolvable kind for src packages.
11845 - extend status field for LOCK and LICENSE.
11846 - add sameState()/diffState() for UI.
11847 - provide 'best' candidate for UI.
11848 - set 60 sec timeout for curl access.
11849 - don't cross-compare solver results, takes too much time.
11850 - provide sizes of installed packages.
11851 - extend REQUIRES semantics in content file.
11852 - add "parse-metadata" helper to zmd-backend.
11853 - rev 1987
11854
11855 -------------------------------------------------------------------
11856 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
11857
11858 - provide complete disk usage data (#152761)
11859 - include upgrade flag when copying solver solution
11860   back to pool (#152717)
11861 - rev 1959
11862
11863 -------------------------------------------------------------------
11864 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
11865
11866 - don't insert incompatible architectures to the pool (#151933)
11867 - don't accept incompatible architectures from a repository
11868   (#151933)
11869 - separate rpm log (#151431).
11870 - allow extended product requires.
11871 - rev 1954
11872
11873 -------------------------------------------------------------------
11874 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
11875
11876 - provide the XML schema files in the main package. (#152593)
11877
11878 -------------------------------------------------------------------
11879 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
11880
11881 - provide arch compat handling.
11882 - implement data upload to zmd.
11883 - fix source metadata caching on target.
11884 - add 'supplements' dependencies to 'yum' parser.
11885 - provide user agent identification to curl calls.
11886 - move resolver branches (multiple alternatives) back in queue
11887   (resolve known things first, then the unknown ones).
11888 - clean up 'packages' parser.
11889 - rev 1947
11890
11891 -------------------------------------------------------------------
11892 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
11893
11894 - improve media mount/umount interface
11895 - prepare class ArchCompat for proper architecture ordering
11896   and compatibility handling.
11897 - add returns to dummy functions in DbAccess.
11898 - rev 1913
11899
11900 -------------------------------------------------------------------
11901 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
11902
11903 - don't explictly delete to-be-upgraded packages.
11904 - finish query-system, resolve-dependencies, and transact for
11905   libzypp-zmd-backend.
11906 - provide Pattern::category.
11907 - move system architecture to toplevel.
11908 - make target store pathname settable.
11909 - speed up rpmdb reading by properly filtering unwanted file
11910   provides.
11911 - rev 1905
11912
11913 -------------------------------------------------------------------
11914 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
11915
11916 - new translations.
11917 - proofread texts.
11918 - when comparing solutions, prefer higher versions.
11919 - provide generic 'SafeBool' for bool conversions.
11920 - add PtrTypes testsuites.
11921 - rev 1876
11922
11923 -------------------------------------------------------------------
11924 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
11925
11926 - integrate all diffs
11927 - move Target::commit to toplevel API
11928 - generalize dependency iterators and hash dependency
11929   information in pool (for speedup)
11930 - add 'supplements' as dependency
11931 - make more pattern attributes available
11932 - drop "smbfs" in favour of "cifs" (#151476)
11933 - add metadata cache to sources (Beta4 bug)
11934 - run "rpm -e"  with name-version-release
11935 - fix update conflicts
11936 - rev 1864
11937
11938 -------------------------------------------------------------------
11939 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
11940
11941 - fix-mediachange.diff: dont skip CD but retry after media change
11942 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
11943   'eject' button
11944 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
11945   so media handle gets actually released and media unmounted.
11946
11947 -------------------------------------------------------------------
11948 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
11949
11950 - implement arch scoring
11951 - prefer better arch (#151427)
11952 - transitive depedencies of weak requirements are non-weak
11953   (#151446)
11954 - rev 1778 + diff
11955
11956 -------------------------------------------------------------------
11957 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
11958
11959 - ignore self and to-be-updated conflicts (#150844)
11960 - fix enable of target store (for non-packages)
11961 - rev 1778
11962
11963 -------------------------------------------------------------------
11964 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
11965
11966 - fix "cd:" url (#151121)
11967 - provide location() in public Package api
11968 - allow running distribution upgrade in testmode
11969 - extend HAL interface
11970 - rev 1762
11971
11972 -------------------------------------------------------------------
11973 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
11974
11975 - pass normal and locale packages from selections correctly.
11976 - its "baseconf" for base selections.
11977 - Make 'ZYpp' an obvious singleton.
11978 - provide releasenotesUrl.
11979 - dont continue upgrade without target.
11980 - implement 'fake' hal for testing.
11981 - fix package sizes.
11982 - more solver testcases.
11983 - rev 1754
11984
11985 -------------------------------------------------------------------
11986 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
11987
11988 - extend requires of libzypp-devel
11989 - provide package sizes for UI
11990 - provide more UI helpers
11991 - implement Product and related functions
11992 - fix split provides in distribution upgrade
11993 - provide locale information to system
11994 - ask HAL for available devices
11995 - reduce debug information in solver
11996 - filter architectures in source, not in solver
11997 - rev 1743
11998
11999 -------------------------------------------------------------------
12000 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
12001
12002 - disable another testsuite for now
12003 - fetch the default locale from environment
12004 - support user-defined formatting of log
12005 - rev 1710
12006
12007 -------------------------------------------------------------------
12008 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
12009
12010 - providing basic product information from susetags source
12011 - public API for preferred language
12012 - implemented redirect of logging (#149001)
12013 - report start/finish of source data parsing (#150211)
12014 - store/restore source aliases properly (#150256)
12015 - disable a lot of debug logging to speed up solver
12016 - properly rewrite URL for CDn directory layouts (#149870)
12017 - rev 1706
12018
12019 -------------------------------------------------------------------
12020 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
12021
12022 - add save/restore state to facilitate UI 'cancel'
12023 - enable target/store
12024 - add 'forceResolve' call and flag to resolver to switch between
12025   task-oriented ZMD and interactive YaST behaviour.
12026 - Fix resolver problem solution texts.
12027 - improve solver problem solution offerings.
12028 - fix media access handling to better support multiple
12029   requestors to single media.
12030 - move the media number checking to the source (media requestor)
12031   which knows how to verify the correct media.
12032 - Fix CD ordering (#149871), adding testcases.
12033 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
12034 - Add selections to testcases.
12035 - rev 1673
12036
12037 -------------------------------------------------------------------
12038 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
12039
12040 - Fix missing return in Source.cc:124
12041
12042 -------------------------------------------------------------------
12043 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
12044
12045 - cope with empty arch field in selections
12046 - enable dummy "enableStorage" function
12047 - rev 1610-branch
12048
12049 -------------------------------------------------------------------
12050 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
12051
12052 - fix random data return in Source.cc
12053 - rev 1610
12054
12055 -------------------------------------------------------------------
12056 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
12057
12058 - adapt zmd-backend to SourceImpl API change
12059 - rev 1608
12060
12061 -------------------------------------------------------------------
12062 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
12063
12064 - fix the packages parser bug. Now all packages are parsed
12065   including (english) translations.
12066   source/susetags is back to svn head.
12067 - rev 1600
12068
12069 -------------------------------------------------------------------
12070 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
12071
12072 - fix off-by-one bug in bitfield handling
12073 - revert source/susetags to rev 1411
12074 - rev 1586
12075
12076 -------------------------------------------------------------------
12077 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
12078
12079 - dont prereq-sort non-packages
12080 - rev 1584
12081
12082 -------------------------------------------------------------------
12083 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
12084
12085 - rev 1582
12086
12087 -------------------------------------------------------------------
12088 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
12089
12090 - update to rev 1543
12091
12092 -------------------------------------------------------------------
12093 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
12094
12095 - require hal-devel in libzypp-devel
12096 - re-merge fixes (RPM_OPT_FLAGS)
12097
12098 -------------------------------------------------------------------
12099 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
12100
12101 - make solver behaviour a bit more interactive
12102 - rev 1537
12103
12104 -------------------------------------------------------------------
12105 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
12106
12107 - Fix syntax error in configure script.
12108 - Use RPM_OPT_FLAGS.
12109
12110 -------------------------------------------------------------------
12111 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
12112
12113 - update for qt ui integration
12114 - rev 1504
12115
12116 -------------------------------------------------------------------
12117 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
12118
12119 - split off libzypp-zmd-backend
12120 - rev 1466
12121
12122 -------------------------------------------------------------------
12123 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
12124
12125 - another update to svn
12126
12127 -------------------------------------------------------------------
12128 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
12129
12130 - finish rpm callbacks
12131 - finish UI API
12132 - fix state change resolver<->pool
12133 - zmd backend stuff
12134 - speed up tag file parsing
12135 - rev 1405
12136
12137 -------------------------------------------------------------------
12138 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
12139
12140 - disabling failing tests of s390 and ppc
12141
12142 -------------------------------------------------------------------
12143 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
12144
12145 - Snapshoot rev 1367
12146
12147 -------------------------------------------------------------------
12148 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
12149
12150 - use hashes for pool
12151 - rev 1343
12152
12153 -------------------------------------------------------------------
12154 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
12155
12156 - removed Obsoletes:    yast2-packagemanager
12157
12158 -------------------------------------------------------------------
12159 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
12160
12161 - Snapshoot 3 Feb 2005 (11:30)
12162
12163 -------------------------------------------------------------------
12164 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
12165
12166 - Snapshoot 2 Feb 2005 (14:00)
12167
12168 -------------------------------------------------------------------
12169 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
12170
12171 - Snapshoot 2 Feb 2005 ( integrating YaST )
12172
12173 -------------------------------------------------------------------
12174 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
12175
12176 - converted neededforbuild to BuildRequires
12177
12178 -------------------------------------------------------------------
12179 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
12180
12181 - Initial version
12182