Imported Upstream version 17.23.0
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Fri Feb 21 16:06:57 CET 2020 - ma@suse.de
3
4 - Log patch status changes to history (jsc#SLE-5116)
5 - Allow to disable all WebServer dependent tests when building. OBS
6   wants to be able to get rid of the nginx/FastCGI-devel build
7   requirement. Use 'rpmbuild --without mediabackend_tests' or
8   'cmake -DDISABLE_MEDIABACKEND_TESTS=1'.
9 - version 17.23.0 (22)
10
11 -------------------------------------------------------------------
12 Fri Feb  7 14:56:40 CET 2020 - ma@suse.de
13
14 - update translations
15 - Replace mongoose/webrick with nginx in test suite.
16   This patch makes use of nginx to replace the current WebServer
17   mongoose implementation. Also adds support for registering
18   callback functions for certain URL requests via FCGI, making it
19   possible to mock HTTP responses and test more complex HTTP setups.
20 - boost: Fix deprecated auto_unit_test.hpp includes.
21 - Disable zchunk on Leap-15.0 and SLE15-* while there is no libzck.
22 - Fix decision whether to download ZCHUNK files.
23   libzypp and libsolv must both be able to read the format.
24 - version 17.22.1 (22)
25
26 -------------------------------------------------------------------
27 Thu Jan 23 16:30:19 CET 2020 - ma@suse.de
28
29 - yum::Downloader: Prefer zchunk compressed metadata if libvsolv
30   supports it.
31 - BuildRequires:  libsolv-devel >= 0.7.11.
32 - version 17.22.0 (22)
33
34 -------------------------------------------------------------------
35 Mon Jan 20 12:53:12 CET 2020 - ma@suse.de
36
37 - Selectable: Fix highestAvailableVersionObj if only retracted
38   packages are available. Avoid using retracted items as candidate
39   (jsc#SLE-8770)
40 - version 17.21.0 (20)
41
42 -------------------------------------------------------------------
43 Thu Dec 19 13:28:00 CET 2019 - ma@suse.de
44
45 - BuildRequires:  libsolv-devel >= 0.7.10.
46 - RpmDb: Become rpmdb backend independent (jsc#SLE-7272)
47 - RpmDb: Close API offering a custom rpmdb path
48   It's actually not needed and for this to work also libsolv needs
49   to support it. You can sill use a librpmDb::db_const_iterator to
50   access a database at a custom location (ro).
51 - Remove legacy rpmV3database conversion code.
52 - version 17.20.0 (20)
53
54 -------------------------------------------------------------------
55 Wed Dec 11 09:51:10 CET 2019 - ma@suse.de
56
57 - MediaCurl: assert cookie file has mode 0600 (bsc#1158763, CVE-2019-18900)
58 - version 17.19.0 (12)
59
60 -------------------------------------------------------------------
61 Mon Dec  9 10:22:56 CET 2019 - ma@suse.de
62
63 - dup: fix removing orphaned packages dropped by to-be-installed
64   products (bsc#1155819)
65 - version 17.18.1 (12)
66
67 -------------------------------------------------------------------
68 Thu Dec  5 14:23:52 CET 2019 - ma@suse.de
69
70 - Resolver: add solution actions for SOLVER_SOLUTION_BLACK
71   (retracted/PTF)
72 - Solvable: add isRetracted and isPtf attributes.
73 - version 17.18.0 (12)
74
75 -------------------------------------------------------------------
76 Thu Nov 28 18:20:04 CET 2019 - ma@suse.de
77
78 - Introduce PurgeKernels class (bsc#1155198)
79   Adds libzypp API to mark all obsolete kernels according to the
80   existing purge-kernel script rules.
81 - Add solver jobs for retracted packages and ptfs.
82   Support for ptf packages and retract ed patches.
83 - Do not enforce 'en' being in RequestedLocales (bsc#1155678)
84   If the user decides to have a system without explicit language
85   support he may do so.
86 - Pass correct posttrans script argument (fixes #190)
87 - BuildRequires:  libsolv-devel >= 0.7.8.
88 - version 17.17.0 (12)
89
90 -------------------------------------------------------------------
91 Tue Oct 29 14:54:51 CET 2019 - ma@suse.de
92
93 - Expose new libsolv API via C++ counterparts
94   (openSUSE/zypper#214)
95 - BuildRequires:  libsolv-devel >= 0.7.7
96 - version 17.16.0 (12)
97
98 -------------------------------------------------------------------
99 Fri Oct 18 17:20:08 CEST 2019 - ma@suse.de
100
101 - Fix empty metalink downloads if filesize is unknown (bsc#1153557)
102 - Recognize riscv64 as architecture
103 - Fix installation of new header file (fixes #185)
104 - zypp.conf: Introduce `solver.focus` to define the resolvers general
105   attitude when resolving jobs. (bsc#1146415)
106 - New container detection algorithm for zypper ps (bsc#1146947)
107 - version 17.15.0 (12)
108
109 -------------------------------------------------------------------
110 Thu Sep 26 14:08:51 CEST 2019 - ma@suse.de
111
112 - Revert "Use CURL_HTTP_VERSION_2TLS if available" (bsc#1146027)
113 - doc: add service example using variables
114 - Fix build with rpm >= 4.15 (fixes #172)
115 - version 17.14.1 (12)
116
117 -------------------------------------------------------------------
118 Mon Aug  5 13:03:55 CEST 2019 - ma@suse.de
119
120 - PublicKey::algoName: supply key algorithm and length
121 - version 17.14.0 (12)
122
123 -------------------------------------------------------------------
124 Thu Jul 25 17:25:10 CEST 2019 - ma@suse.de
125
126 - MediaCurl: Fix leaking filedescriptors (bsc#1116995)
127 - commit: Run file conflict check on dry-run (best with download-only)
128   (bsc#1140039)
129 - commit: do not remove orphan products if the .prod file is owned by
130   a package (bsc#1139795)
131 - version 17.13.0 (12)
132
133 -------------------------------------------------------------------
134 Tue May 28 16:50:14 CEST 2019 - ma@suse.de
135
136 - Drop unused InterProcessMutex class and test
137 - Drop unused WebpinResult class and test
138 - Give posttrans script a parameter of 0 (issue #168)
139 - Use CURL_HTTP_VERSION_2TLS if available (fixes #141)
140 - version 17.12.0 (12)
141
142 -------------------------------------------------------------------
143 Thu Apr  4 13:24:40 CEST 2019 - ma@suse.de
144
145 - Enhance scanning /sys for modaliases (bsc#1130161)
146 - version 17.11.4 (9)
147
148 -------------------------------------------------------------------
149 Tue Apr  2 18:15:12 CEST 2019 - ma@suse.de
150
151 - Prevent SEGV if the application sets an empty TextLocale (bsc#1127026)
152
153 -------------------------------------------------------------------
154 Mon Apr  1 08:49:45 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
155
156 - Fix build with CMake >= 3.14.0:
157   Starting with CMake 3.14, EXCLUDE_FROM_ALL now spreads from
158   directories to targets. 'make -C someSubdir' when 'someSubdir'
159   uses the 'EXCLUDE_FROM_ALL' keyword does nothing. (gh/libzypp#libzypp#165)
160
161 -------------------------------------------------------------------
162 Thu Mar 21 12:35:39 CET 2019 - ma@suse.de
163
164 - KeyManager: Work around bsc#1127220 [libgpgme] no error upon
165   incomplete import due to signal received.
166 - MediaCurl: add hint to check SCC for an expired regcode on
167   http error 403 (bsc#965786)
168 - version 17.11.3 (9)
169
170 -------------------------------------------------------------------
171 Mon Feb 25 12:07:19 CET 2019 - ma@suse.de
172
173 - Correctly handle exceptions when verifying the medium (bsc#1065022)
174 - Only write type field when probing (bsc#1114908)
175 - Don't blame user on TargetAbortedException (bsc#978193)
176 - version 17.11.2 (9)
177
178 -------------------------------------------------------------------
179 Thu Jan 31 17:41:21 CET 2019 - ma@suse.de
180
181 - CheckAccessDeleted: Suppress reporting `/memfd:` pseudo files
182   (bsc#1123843)
183 - MediaCurl: improve reporting https->http redirection errors
184 - Prevent SEGV if the application sets an empty TextLocale
185 - Url: don't force printing an empty authority if the schema does not
186   allow authority at all
187 - Try to the missing rpmDB compat symlink in case the rpm package got
188   deleted (bsc#1122471)
189 - version 17.11.1 (9)
190
191 -------------------------------------------------------------------
192 Fri Jan 11 10:24:33 CET 2019 - ma@suse.de
193
194 - PoolItemBest: Optionally prefer not locked packages (for bsc#1113296)
195 - ui::Selectable: add `hasLocks` to indicate a partially locked
196   item (for bsc#1113296)
197 - version 17.11.0 (9)
198
199 -------------------------------------------------------------------
200 Tue Dec 18 14:01:19 CET 2018 - ma@suse.de
201
202 - Simplify complex locks so zypper can display them (bsc#1112911)
203 - version 17.10.3 (9)
204
205 -------------------------------------------------------------------
206 Mon Dec 10 16:57:34 CET 2018 - ma@suse.de
207
208 - commit: set `SYSTEMD_OFFLINE=1` during chrooted commits (bsc#1118758)
209 - no-recommends: Nevertheless consider resolver namespaces (hardware,
210   language,..supporting packages) (FATE#325513)
211 - BuildRequires:  libsolv-devel >= 0.7.2
212   (SOLVER_FLAG_ONLY_NAMESPACE_RECOMMENDED)
213 - Remove world-readable bit from /var/log/zypp (bsc#1099019)
214 - version 17.10.2 (9)
215
216 -------------------------------------------------------------------
217 Wed Nov 28 14:40:26 CET 2018 - ma@suse.de
218
219 - Adapt to changes in upcoming Boost 1.69.0
220 - Do not fail service-refresh on a empty repoindex.xml (bnc#1116840)
221 - version 17.10.1 (9)
222
223 -------------------------------------------------------------------
224 Mon Nov 26 12:14:49 CET 2018 - ma@suse.de
225
226 - str: recognize 'always' and 'never' as valid boolean strings
227 - Fix needreboot code to use SolvableSpec parser (fate#326451)
228 - SolvableSpec: Define a set of Solvables by ident and provides
229 - version 17.10.0 (9)
230
231 -------------------------------------------------------------------
232 Wed Nov 14 11:48:35 CET 2018 - ma@suse.de
233
234 - Provide needreboot config files in /etc/zypp (fate#326451, fixes #140)
235 - Need to fix soname due to libsolv ABI changes (bsc#1115341)
236 - version 17.9.0 (9)
237
238 -------------------------------------------------------------------
239 Mon Oct 29 12:20:40 CET 2018 - ma@suse.de
240
241 - Adapt to changed type names in libsolv-0.7
242 - Package needreboot file (fate#326451)
243 - Fix definitions of gettext macros (fixes #135)
244 - version 17.8.1 (2)
245
246 -------------------------------------------------------------------
247 Fri Oct 12 14:01:19 CEST 2018 - ma@suse.de
248
249 - Add infrastructure to flag specific packages to trigger a
250   reboot needed hint (fate#326451)
251 - Adapt to libsolv: Drop support for REPOKEY_TYPE_U32
252 - Resolver: add setInr to request solving namespaces
253 - ResolverNamespace: add No/AllResolverNamespaces constants
254 - version 17.8.0 (2)
255
256 -------------------------------------------------------------------
257 Mon Oct  1 14:04:15 CEST 2018 - ma@suse.de
258
259 - Fix blocking wait for finished child process (bsc#1109877)
260 - version 17.7.2 (2)
261
262 -------------------------------------------------------------------
263 Fri Sep 28 14:38:01 CEST 2018 - ma@suse.de
264
265 - Fix conversion of string and glob to regex when compiling queries
266   (bsc#1099982, bsc#939392, bsc#556664)
267 - version 17.7.1 (2)
268
269 -------------------------------------------------------------------
270 Fri Sep  7 12:07:39 CEST 2018 - ma@suse.de
271
272 - Drop type application due to poor metadata support (bsc#1100095,
273   bsc#1104415)
274 - version 17.7.0 (2)
275
276 -------------------------------------------------------------------
277 Thu Sep  6 12:16:25 CEST 2018 - ma@suse.de
278
279 - Automatically fetch repository signing key from gpgkey url
280   (bsc#1088037)
281 - lsof: use '-K i' if lsof supports it (bsc#1099847,bsc#1036304)
282 - version 17.6.4 (2)
283
284 -------------------------------------------------------------------
285 Thu Aug 30 16:44:56 CEST 2018 - ma@suse.de
286
287 - Check for not imported keys after multi key import from rpmdb
288   (bsc#1096217)
289 - version 17.6.3 (2)
290
291 -------------------------------------------------------------------
292 Tue Aug 21 18:46:35 CEST 2018 - ma@suse.de
293
294 - fixup! Add filesize check for downloads with known size (bsc#408814)
295   Fix detetction of metalink downloads and prevent aborting if
296   a metalink file is larger than the expected data file.
297 - version 17.6.2 (2)
298
299 -------------------------------------------------------------------
300 Fri Aug 17 14:52:14 CEST 2018 - ma@suse.de
301
302 - Adapt to changes in libgpgme11-11.1.0 breaking the signature
303   verification (bsc#1100427)
304 - Use %license (bsc#1082318)
305 - BuildRequires:  libsolv-devel >= 0.6.35 (for bsc#1100095)
306 - changes: add CVE numbers
307 - version 17.6.1 (2)
308
309 -------------------------------------------------------------------
310 Fri Aug  3 11:11:25 CEST 2018 - ma@suse.de
311
312 - RepoInfo::provideKey: add report telling where we look for missing
313   keys.
314 - Support listing gpgkey URLs in repo files (bsc#1088037)
315 - Add new report to request user approval for importing a package key
316 - Handle http error 502 Bad Gateway in curl backend (bsc #1070851)
317   (fixes openSUSE/zypper#177)
318 - Add filesize check for downloads with known size (bsc#408814)
319 - Removed superfluous space in translation (bsc#1102019)
320 - version 17.6.0 (2)
321
322 -------------------------------------------------------------------
323 Thu Jul 19 12:57:21 CEST 2018 - ma@suse.de
324
325 - Prevent the system from sleeping during a commit
326   (fixes openSUSE/zypper#135)
327 - RepoManager: Explicitly request repo2solv to generate application
328   pseudo packages.
329 - version 17.5.2 (2)
330
331 -------------------------------------------------------------------
332 Wed Jul 18 10:55:49 CEST 2018 - ma@suse.de
333
334 - libzypp-devel should not require cmake (bsc#1101349)
335 - Avoid zombies from ExternalProgram
336 - Update ApiConfig
337 - fix typo
338 - version 17.5.1 (2)
339
340 -------------------------------------------------------------------
341 Mon Jul  9 14:43:15 CEST 2018 - ma@suse.de
342
343 - HardLocksFile: Prevent against empty commit without Target having
344   been been loaded (bsc#1096803)
345 - lsof: use '-K i' if lsof supports it (bsc#1099847)
346 - PackageProvider: Validate deta rpms before caching (bsc#1091624,
347   bsc#1088705, CVE-2018-7685)
348 - PackageProvider: Validate downloaded rpm package signatures
349   before caching (bsc#1091624, bsc#1088705, CVE-2018-7685)
350 - version 17.5.0 (2)
351
352 -------------------------------------------------------------------
353 Mon Jun 25 10:48:55 CEST 2018 - ma@suse.de
354
355 - Flags: make it std=c++14 ready
356 - Replace 'redhat-release' with generic 'system-release' (#120)
357 - Ignore /var, /tmp and /proc in zypper ps (bsc#1096617)
358 - Show GPGME version in log
359 - version 17.4.0 (2)
360
361 -------------------------------------------------------------------
362 Thu Apr 26 18:07:11 CEST 2018 - ma@suse.de
363
364 - Avoid zombie tar processes (bsc#1076192)
365 - Replace the terminology 'uninstallable' with 'not installable'
366   (bsc#1029392)
367 - version 17.3.1 (2)
368
369 -------------------------------------------------------------------
370 Mon Apr  9 13:11:50 CEST 2018 - ma@suse.de
371
372 - Show progressbar when running posttrans scripts
373 - Execute service plugin script chrooted to the RepoManagers root
374   (bsc#1080693)
375 - Make sure the product file comes from /etc/products.d for the
376   fallback product search (bsc#1086602)
377 - Introduce ZConfig::repoManagerRoot to support having diverging
378   target and repomanager root paths
379 - Rename `stderr` as it can be a macro (fixes #102)
380 - version 17.3.0 (2)
381
382 -------------------------------------------------------------------
383 Tue Mar 13 18:03:42 CET 2018 - ma@suse.de
384
385 - Protect code against broken translations (bsc#1082711)
386 - Fix broken translated format strings
387 - Deprecate the use of asciidoc for new releases
388 - version 17.2.2 (2)
389
390 -------------------------------------------------------------------
391 Wed Mar  7 11:22:02 CET 2018 - ma@suse.de
392
393 - PoolQuery::addDependency add overload to define an individual
394   Match::Mode (bsc#1043166)
395 - version 17.2.1 (2)
396
397 -------------------------------------------------------------------
398 Thu Mar  1 17:46:39 CET 2018 - bzeller@suse.de
399
400 - Add /var/lib/gdm to CheckAccessDeleted blacklist (bsc#1079991)
401 - Use gpgme instead of calling gpg2 binary directly
402 - Fix leak in Digest.cc (bsc#1075978)
403 - version 17.2.0 (2)
404
405 -------------------------------------------------------------------
406 Tue Feb 20 18:03:24 CET 2018 - ma@suse.de
407
408 - RpmDb::checkPackage: fix parsing localized rpm output (bsc#1076415)
409 - Replace libexpat with libxml
410 - Fix libzypp tests failing with `-Wp,-D_GLIBCXX_ASSERTIONS`
411   compiler flag (fixes #84)
412 - BuildRequire gpg2 as testcases need it (fixes #84)
413 - version 17.1.3 (0)
414
415 -------------------------------------------------------------------
416 Fri Feb  2 16:07:08 CET 2018 - ma@suse.de
417
418 - Fix crash when installing broken rpm packages (bsc#1078284)
419 - Testcase: Minor fix writing update testcases
420 - version 17.1.2 (0)
421
422 -------------------------------------------------------------------
423 Mon Jan 15 17:01:33 CET 2018 - ma@suse.de
424
425 - Adapt rpm package verification to changes in rpm-4.14 (bsc#1076018)
426 - version 17.1.1 (0)
427
428 -------------------------------------------------------------------
429 Thu Jan  4 17:49:06 CET 2018 - ma@suse.de
430
431 - plugin: don't reject header values containing a ':' (bsc#1074687)
432 - Locks: Don't store duplicate locks (bsc#969569)
433 - version 17.1.0 (0)
434
435 -------------------------------------------------------------------
436 Wed Dec  6 13:29:42 CET 2017 - ma@suse.de
437
438 - Fix default for solver.allowNameChange (bsc#1071466)
439 - version 17.0.5 (0)
440
441 -------------------------------------------------------------------
442 Mon Dec  4 11:09:24 CET 2017 - ma@suse.de
443
444 - Stop BuildRequire dropped boost-devel (bsc#1062782)
445 - version 17.0.4 (0)
446
447 -------------------------------------------------------------------
448 Tue Nov 28 18:21:51 CET 2017 - ma@suse.de
449
450 - When importing multiple keys, export the individual keys
451   ascii armored for import into the rpmdb (bsc#1069381)
452 - version 17.0.3 (0)
453
454 -------------------------------------------------------------------
455 Thu Nov 23 12:33:51 CET 2017 - ma@suse.de
456
457 - Don't filter procs with a different mnt namespace (bsc#1068708)
458 - Support repo variables in an URIs host:port component
459   (bsc#1057640, bsc#1067605)
460 - version 17.0.2 (0)
461
462 -------------------------------------------------------------------
463 Fri Nov 10 15:25:20 CET 2017 - ma@suse.de
464
465 - Solvable: fix inconsistent retrieval of mediaNr (bsc#1065677)
466 - version 17.0.1 (0)
467
468 -------------------------------------------------------------------
469 Tue Nov  7 16:14:31 CET 2017 - ma@suse.de
470
471 - Locale: Fix possible segfault (bsc#1064999)
472 - RpmDb: Remove excess keys in the zypp keyring when exporting keys only
473   (bsc#1064380)
474 - KeyRing: Fix deleted keys not removed from rpmdb too (bsc#1064380)
475 - Flag gpg keycache dirty when adding/removing keys (bsc#1064380)
476 - Version 17.x for CODE-15, 16.x. is continued on SuSE-SLE-12-SP2-Branch
477 - version 17.0.0 (0)
478
479 -------------------------------------------------------------------
480 Thu Oct 12 18:04:38 CEST 2017 - ma@suse.de
481
482 - Fix media handling in presence of a repo path prefix (bsc#1062561)
483 - version 16.17.3 (0)
484
485 -------------------------------------------------------------------
486 Wed Oct 11 16:29:48 CEST 2017 - ma@suse.de
487
488 - Fix RepoProvideFile ignoring a repo path prefix (bsc#1062561)
489 - version 16.17.2 (0)
490
491 -------------------------------------------------------------------
492 Fri Sep 22 12:16:34 CEST 2017 - ma@suse.de
493
494 - Default to 'solver.dupAllowVendorChange = false' on SLE15
495   (FATE#323478)
496 - Remove unused legacy notify-message script (bsc#1058783)
497 - version 16.17.1 (0)
498
499 -------------------------------------------------------------------
500 Fri Sep  8 18:05:30 CEST 2017 - ma@suse.de
501
502 - Support multiple product licenses in repomd (FATE#322276)
503 - version 16.17.0 (0)
504
505 -------------------------------------------------------------------
506 Thu Sep  7 12:27:44 CEST 2017 - ma@suse.de
507
508 - Propagate 'rpm --import' errors (bsc#1057188)
509 - Fix typos in zypp.conf
510 - version 16.16.0 (0)
511
512 -------------------------------------------------------------------
513 Mon Aug 28 16:05:36 CEST 2017 - ma@suse.de
514
515 - Add testcase to compile (bsc#1055920)
516 - version 16.15.6 (0)
517
518 -------------------------------------------------------------------
519 Fri Aug 25 14:08:43 CEST 2017 - ma@suse.de
520
521 - Adapt to work with GnuPG 2.1.23 (bsc#1054088)
522 - version 16.15.5 (0)
523
524 -------------------------------------------------------------------
525 Fri Aug 25 12:51:43 CEST 2017 - ma@suse.de
526
527 - verifyFileSignature: Support signing with subkeys (bsc#1008325)
528 - PublicKey: Scan and provide subkey information.
529 - Enhance sort order for media.1/products (bsc#1054671)
530 - Drop detection and support for rpm-4.4 (fixes #77)
531 - version 16.15.4 (0)
532
533 -------------------------------------------------------------------
534 Fri Aug 11 15:29:40 CEST 2017 - ma@suse.de
535
536 - RepoInfo: add enum GpgCheck for convenient gpgcheck mode handling
537   (bsc#1045735)
538 - Fix repo/pkg checks to follow explicitly defined gpgcheck in a
539   .repo file
540 - version 16.15.3 (0)
541
542 -------------------------------------------------------------------
543 Fri Jul 21 13:26:48 CEST 2017 - ma@suse.de
544
545 - Weaken fix for bsc#1038984 if 'gpgcheck=0' in libzypp-16.15.x only.
546   This will allow some already released products to adapt to the
547   behavioral changes introduced by fixing bsc#1038984, while systems
548   with a default configuration (gpgcheck=1) already benefit from
549   the fix in libzypp-16.15.x. For details see section
550   'Signature checking' in /etc/zypp/zypp.conf.
551 - Fix gpg-pubkey release (creation time) computation (bsc#1036659)
552 - update lsof blacklist (bsc#1046417)
553 - version 16.15.2 (0)
554
555 -------------------------------------------------------------------
556 Tue Jul 18 13:18:16 CEST 2017 - ma@suse.de
557
558 - Be sure bad packages do not stay in the cache
559   (bsc#1045735, CVE-2017-9269)
560 - version 16.15.1 (0)
561
562 -------------------------------------------------------------------
563 Mon Jul 17 16:38:14 CEST 2017 - ma@suse.de
564
565 - PackageProvider: enforce a signed package if pkgGpgCheckIsMandatory
566 - Add RpmDb::checkPackageSignature to report unsigned packages
567 - Fix repo gpg check workflows, mainly for unsigned repos and packages
568   (bsc#1045735, bsc#1038984, CVE-2017-7435, CVE-2017-7436, CVE-2017-9269)
569 - version 16.15.0 (0)
570
571 -------------------------------------------------------------------
572 Wed Jul 12 17:06:14 CEST 2017 - ma@suse.de
573
574 - repo refresh: Re-probe if the repository type changes (bsc#1048315)
575 - MediaCurl: Propagate proper error code to DownloadProgressReport
576   (bsc#1047785)
577 - Allow to trigger an appdata refresh unconditionally (bsc#1009745)
578 - Support custom repo variables defined in /etc/zypp/vars.d (fixes #68)
579 - rename: handle EXDEV error on OverlayFS
580 - version 16.14.0 (0)
581
582 -------------------------------------------------------------------
583 Fri Jun 30 14:25:29 CEST 2017 - ma@suse.de
584
585 - Adapt loop mounting of iso images (bsc#1038132, bsc#1033236)
586 - Adjust zypp.conf for openSUSE Tumbleweed (bsc#1031756)
587 - Change arch variable names conflicting with compiler macros (fixes #70)
588 - Fix potential crash if repo has no baseurl (bnc#1043218)
589 - version 16.13.0 (0)
590
591 -------------------------------------------------------------------
592 Wed May 31 11:49:07 CEST 2017 - ma@suse.de
593
594 - Testcase: add missing solver flags (bsc#1041889)
595 - version 16.12.0 (0)
596
597 -------------------------------------------------------------------
598 Fri May 12 11:36:52 CEST 2017 - ma@suse.de
599
600 - add identIsAutoInstalled convenience methods
601 - make gcc6 happy
602 - version 16.11.0 (0)
603
604 -------------------------------------------------------------------
605 Thu May 11 15:23:28 CEST 2017 - ma@suse.de
606
607 - Use a common workflow for downloading packages and srcpackages.
608   This includes a common way of handling and reposrting gpg signature
609   and checks. (bsc#1037210)
610 - PackageProvider: as well support downloading SrcPackage (for bsc#1037210)
611 - version 16.10.0 (0)
612
613 -------------------------------------------------------------------
614 Thu Apr 27 16:03:32 CEST 2017 - ma@suse.de
615
616 - PoolQuery: Treat explicit queries for 'kind:name' correctly
617   (bsc#1035729)
618 - version 16.9.0 (0)
619
620 -------------------------------------------------------------------
621 Fri Apr 21 16:23:51 CEST 2017 - ma@suse.de
622
623 - Add API to control resolver job to update all packages (FATE#320653)
624 - Remove legacy vendor equivalence between 'suse' and 'opensuse'
625   (bsc#1030686)
626 - version 16.8.0 (0)
627
628 -------------------------------------------------------------------
629 Fri Apr 21 09:40:32 CEST 2017 - ma@suse.de
630
631 - RepoInfo: Allow temporary repos to control their metadata
632   directories (bsc#1032632)
633 - Arch: add armv5tl
634 - version 16.7.0 (0)
635
636 -------------------------------------------------------------------
637 Thu Mar 30 15:00:30 CEST 2017 - ma@suse.de
638
639 - Recognize license tarball in rpmmd repos (FATE#316159)
640 - Fix media verification to properly propagate media access errors
641   (bsc#1031093)
642 - version 16.6.1 (0)
643
644 -------------------------------------------------------------------
645 Mon Mar 27 17:10:52 CEST 2017 - ma@suse.de
646
647 - Fix invalidation of PoolItems if Pool IDs are reused (bsc#1028661)
648 - version 16.6.0 (0)
649
650 -------------------------------------------------------------------
651 Mon Mar 27 09:33:26 CEST 2017 - ma@suse.de
652
653 - Fix X-libcurl-Empty-Header-Workaround (bsc#1030919)
654 - version 16.5.2 (0)
655
656 -------------------------------------------------------------------
657 Tue Mar 21 13:38:08 CET 2017 - ma@suse.de
658
659 - MediaCurl: Treat http response 410(Gone) like 404(Not Found)
660   (bsc#1030136)
661 - version 16.5.1 (0)
662
663 -------------------------------------------------------------------
664 Thu Mar 16 14:06:03 CET 2017 - ma@suse.de
665
666 - Support multi-volume repomd repositories (FATE#320544)
667 - MediaCurl: ZYPP_MEDIA_CURL_IPRESOLVE=<4|6> to force name resolution
668   to IPv4/IPv6 only (fixes openSUSE/zypper#49)
669 - Add support for openssl >= 1.1
670 - version 16.5.0 (0)
671
672 -------------------------------------------------------------------
673 Mon Feb 20 10:10:43 CET 2017 - ma@suse.de
674
675 - PublicKey: Create tmpdirs inside ZYpp::tmpPath (bsc#926844)
676 - Don't create AnonymousUniqueId in chroot (bsc#1024741)
677 - version 16.4.3 (0)
678
679 -------------------------------------------------------------------
680 Tue Feb 14 12:07:14 CET 2017 - ma@suse.de
681
682 - dumpAsXmlOnL: xml escape node content (bsc#1024909)
683 - version 16.4.2 (0)
684
685 -------------------------------------------------------------------
686 Fri Feb  3 13:40:04 CET 2017 - ma@suse.de
687
688 - MediaMultiCurl: Trigger aliveCallback when downloading metalink
689   files (bsc#1021291)
690 - version 16.4.1 (0)
691
692 -------------------------------------------------------------------
693 Thu Jan 26 13:03:37 CET 2017 - ma@suse.de
694
695 - Add API for updating the AutoInstalled db
696 - MediaCD: Fix mountpoint creation after failing udf mount (bsc#1022046)
697 - fix misleading indentation (fixes #65)
698 - Fix compilation error reported by GCC7 (#63).
699 - Prefer calling "repo2solv" rather than "repo2solv.sh"
700 - version 16.4.0 (0)
701
702 -------------------------------------------------------------------
703 Wed Dec 14 12:24:23 CET 2016 - ma@suse.de
704
705 - Don't raise FileCheckException if user accepted a package with wrong
706   digest (bsc#1014265)
707 - Also provide the exception history when requesting a media failed
708   (bsc#1010952)
709 - version 16.3.2 (0)
710
711 -------------------------------------------------------------------
712 Tue Oct 11 18:04:18 CEST 2016 - ma@suse.de
713
714 - Let 'dup --from' leave an updateTestcase-<DATE> in /var/log (bsc#1004096)
715 - version 16.3.1 (0)
716
717 -------------------------------------------------------------------
718 Tue Oct 11 11:41:47 CEST 2016 - ma@suse.de
719
720 - RepoInfo: Allow parsing multiple gpgkey= URLs (bsc#1003748)
721 - version 16.3.0 (0)
722
723 -------------------------------------------------------------------
724 Tue Sep 20 11:41:48 CEST 2016 - ma@suse.de
725
726 - guessPackageSpec: Don't break globbing (fixes openSUSE/zypper#97)
727 - version 16.2.5 (0)
728
729 -------------------------------------------------------------------
730 Thu Sep 15 15:27:15 CEST 2016 - ma@suse.de
731
732 - RepoFileReader: fix parsing of multiline url entries (bsc#964932)
733 - Allow repo type 'rpm' as alias for 'rpm-md' (fixes openSUSE/zypper#100)
734 - version 16.2.4 (0)
735
736 -------------------------------------------------------------------
737 Fri Sep  9 16:43:30 CEST 2016 - ma@suse.de
738
739 - xmlout::Node:  Allow adding nore attributes while the start node
740   is not closed (FATE#320699)
741 - Fixes broken XML output introduced by an unwanted change in 16.2.2
742   (bsc#998344)
743 - version 16.2.3 (0)
744
745 -------------------------------------------------------------------
746 Wed Aug 10 17:10:41 CEST 2016 - ma@suse.de
747
748 - Report numeric curl error if code is unrecognized (bsc#992302)
749 - multicurl: propagate proxy settings stored in repo url (bsc#933839)
750 - version 16.2.2 (0)
751
752 -------------------------------------------------------------------
753 Thu Jul 21 13:09:33 CEST 2016 - ma@suse.de
754
755 - Rebuild .solv-files not matching the parsers LIBSOLV_TOOLVERSION
756 - BuildRequires:  libsolv-devel >= 0.6.23
757 - version 16.2.1 (0)
758
759 -------------------------------------------------------------------
760 Mon Jul 18 16:36:25 CEST 2016 - ma@suse.de
761
762 - Product: Offer tri-state hasEndOfLife details (FATE#320699)
763 - version 16.2.0 (0)
764
765 -------------------------------------------------------------------
766 Thu Jul 14 19:02:57 CEST 2016 - ma@suse.de
767
768 - use more user friendly command names for "zypper ps" (bsc#980541)
769 - version 16.1.3 (0)
770
771 -------------------------------------------------------------------
772 Thu Jul 14 15:39:03 CEST 2016 - ma@suse.de
773
774 - Don't do media number substitution on URLs of medium #1 (bsc#798470)
775 - version 16.1.2 (0)
776
777 -------------------------------------------------------------------
778 Tue Jul  5 11:39:11 CEST 2016 - ma@suse.de
779
780 - Fix Shrink pool if all repos are removed (bsc#899755, bsc#987573)
781 - version 16.1.1 (0)
782
783 -------------------------------------------------------------------
784 Fri Jun 24 12:33:29 CEST 2016 - ma@suse.de
785
786 - API enahncements for zypper (FATE#320447)
787 - version 16.1.0 (0)
788
789 -------------------------------------------------------------------
790 Tue Jun 21 11:11:03 CEST 2016 - ma@suse.de
791
792 - Filter duplicate resolver solutions (bsc#985674)
793 - zypp.conf: Add download.media_mountdir: Path where media are
794   preferably mounted or downloaded (FATE#319462)
795 - version 16.0.5 (0)
796
797 -------------------------------------------------------------------
798 Wed Jun 15 12:36:27 CEST 2016 - ma@suse.de
799
800 - Fix bug in removeRepository which may keep an empty .repo file
801   rather than deleting it (bsc#984494)
802 - version 16.0.4 (0)
803
804 -------------------------------------------------------------------
805 Mon Jun 13 12:53:03 CEST 2016 - ma@suse.de
806
807 - Shrink pool if all repos are removed (bnc#899755)
808 - Avoid direct BuildRequire on libudev-devel (#60)
809 - version 16.0.3 (0)
810
811 -------------------------------------------------------------------
812 Tue Jun  7 18:43:31 CEST 2016 - ma@suse.de
813
814 - Allow PackageKit to drop the zypp lock (bnc#899755)
815 - Avoid superfluous rebuilding of indices when solving
816 - version 16.0.2 (0)
817
818 -------------------------------------------------------------------
819 Sun Jun  5 16:12:42 CEST 2016 - ma@suse.de
820
821 - po: upadte makefiles
822 - DefaultIntegral: provide asString (for FATE#320447)
823 - version 16.0.1 (0)
824
825 -------------------------------------------------------------------
826 Fri May 13 08:45:53 CEST 2016 - ma@suse.de
827
828 - Prepare cmake to maintain the .pot and .po files in git. Add
829   initial .po file set derived from tarballs. Translations are now
830   maintained via Weblate.
831 - Provide 'libzypp(plugin:services) = 1' after fixing bsc#933760
832 - Bump major version for Factory, 15.x is continued on SuSE-SLE-12-SP1-Branch
833 - version 16.0.0 (0)
834
835 -------------------------------------------------------------------
836 Thu Apr 28 14:17:09 CEST 2016 - ma@suse.de
837
838 - Update sle-zypp-po.tar.bz2
839
840 -------------------------------------------------------------------
841 Thu Apr 28 14:04:36 CEST 2016 - ma@suse.de
842
843 - Update sle-zypp-po.tar.bz2
844
845 -------------------------------------------------------------------
846 Mon Apr 25 14:59:41 CEST 2016 - ma@suse.de
847
848 - Fix credential file parser losing entries with known URL but
849   different user name (bsc#933760)
850 - RepoManager: allow extraction of multiple baseurls for service
851   repos (bsc#964932)
852 - addRepository: fix to use the correct history file for logging
853 - specfile: add /etc/zypp/credentials.d to the file list
854 - version 15.22.0 (19)
855
856 -------------------------------------------------------------------
857 Mon Apr 18 15:03:13 CEST 2016 - ma@suse.de
858
859 - RepoindexFileReader: fix service metadata TTL default value (bsc#967828)
860 - version 15.21.7 (19)
861
862 -------------------------------------------------------------------
863 Fri Apr 15 11:31:08 CEST 2016 - ma@suse.de
864
865 - DiskUsageCounter: Limit estimated waste per file (bsc#974275)
866 - version 15.21.6 (19)
867
868 -------------------------------------------------------------------
869 Fri Mar 18 13:37:22 CET 2016 - ma@suse.de
870
871 - Use PluginExecutor for commit- and system-hooks (bnc#971637)
872 - BuildRequires:  libsolv-devel >= 0.6.19 (bnc#971018)
873 - version 15.21.5 (19)
874
875 -------------------------------------------------------------------
876 Sun Mar 13 01:13:08 CET 2016 - ma@suse.de
877
878 - Update zypp-po.tar.bz2
879
880 -------------------------------------------------------------------
881 Thu Mar 10 01:13:24 CET 2016 - ma@suse.de
882
883 - Update zypp-po.tar.bz2
884
885 -------------------------------------------------------------------
886 Tue Mar  1 12:34:53 CET 2016 - ma@suse.de
887
888 - media: Send stats header to download.opensuse.org only (bsc#955801)
889 - fix build-compare (#57, #58)
890 - version 15.21.4 (19)
891
892 -------------------------------------------------------------------
893 Thu Feb 18 18:38:52 CET 2016 - ma@suse.de
894
895 - yum::Downloader: Download only wanted 'susedata.LANG' files
896   (FATE#320518)
897 - version 15.21.3 (19)
898
899 -------------------------------------------------------------------
900 Thu Feb  4 16:38:14 CET 2016 - ma@suse.de
901
902 - installSrcPackage: trigger progress callback (bsc#580902)
903 - version 15.21.2 (19)
904
905 -------------------------------------------------------------------
906 Thu Feb  4 01:13:31 CET 2016 - ma@suse.de
907
908 - Update zypp-po.tar.bz2
909
910 -------------------------------------------------------------------
911 Fri Jan 29 11:40:51 CET 2016 - ma@suse.de
912
913 - Don't buildrequire graphviz-gnome (bsc#964150)
914 - Unwanted btrfs subvolumes must be filtered by device (not fsid)
915   (fixes #54)
916 - version 15.21.1 (19)
917
918 -------------------------------------------------------------------
919 Thu Jan 21 01:13:29 CET 2016 - ma@suse.de
920
921 - Update zypp-po.tar.bz2
922
923 -------------------------------------------------------------------
924 Wed Jan 20 17:12:42 CET 2016 - ma@suse.de
925
926 - Filter unwanted btrfs subvolumes (fixes #54, closes #55, bnc#949945)
927 - RepoInfo: Provide access to repo content keywords
928 - Build with boost-1.60.0
929 - version 15.21.0 (19)
930
931 -------------------------------------------------------------------
932 Thu Jan 14 01:13:17 CET 2016 - ma@suse.de
933
934 - Update zypp-po.tar.bz2
935
936 -------------------------------------------------------------------
937 Thu Jan  7 01:13:28 CET 2016 - ma@suse.de
938
939 - Update zypp-po.tar.bz2
940
941 -------------------------------------------------------------------
942 Thu Dec 24 01:13:13 CET 2015 - ma@suse.de
943
944 - Update zypp-po.tar.bz2
945
946 -------------------------------------------------------------------
947 Fri Dec 11 19:07:09 CET 2015 - ma@suse.de
948
949 - ResPoolProxy: make begin/end pairs Iterable
950 - String: Format and FormatNAC classes based on boost::format
951 - DefaultIntegral: provide initial value
952 - More specific exception message if GPG binary is missing (bsc#637791)
953 - version 15.20.0 (19)
954
955 -------------------------------------------------------------------
956 Thu Dec 10 01:14:50 CET 2015 - ma@suse.de
957
958 - Update zypp-po.tar.bz2
959
960 -------------------------------------------------------------------
961 Thu Dec  3 01:13:11 CET 2015 - ma@suse.de
962
963 - Update zypp-po.tar.bz2
964
965 -------------------------------------------------------------------
966 Sun Nov 22 01:13:29 CET 2015 - ma@suse.de
967
968 - Update zypp-po.tar.bz2
969
970 -------------------------------------------------------------------
971 Thu Nov 19 01:16:03 CET 2015 - ma@suse.de
972
973 - Update sle-zypp-po.tar.bz2
974
975 -------------------------------------------------------------------
976 Thu Nov 19 01:13:40 CET 2015 - ma@suse.de
977
978 - Update zypp-po.tar.bz2
979
980 -------------------------------------------------------------------
981 Mon Nov 16 12:27:02 CET 2015 - ma@suse.de
982
983 - createPot: Fix plural form detection (bsc#955053)
984 - version 15.19.7 (19)
985
986 -------------------------------------------------------------------
987 Thu Nov 12 01:13:26 CET 2015 - ma@suse.de
988
989 - Update zypp-po.tar.bz2
990
991 -------------------------------------------------------------------
992 Sun Nov  8 01:13:11 CET 2015 - ma@suse.de
993
994 - Update zypp-po.tar.bz2
995
996 -------------------------------------------------------------------
997 Fri Nov  6 11:08:46 CET 2015 - ma@suse.de
998
999 - Add testcase for uncached repo-variables.
1000 - Fixed Japanese translations (bsc#949196)
1001 - version 15.19.6 (19)
1002
1003 -------------------------------------------------------------------
1004 Fri Nov  6 10:56:44 CET 2015 - ma@suse.de
1005
1006 - Update sle-zypp-po.tar.bz2
1007
1008 -------------------------------------------------------------------
1009 Thu Nov  5 01:15:12 CET 2015 - ma@suse.de
1010
1011 - Update sle-zypp-po.tar.bz2
1012
1013 -------------------------------------------------------------------
1014 Thu Nov  5 01:13:24 CET 2015 - ma@suse.de
1015
1016 - Update zypp-po.tar.bz2
1017
1018 -------------------------------------------------------------------
1019 Tue Nov  3 10:52:01 CET 2015 - ma@suse.de
1020
1021 - Update sle-zypp-po.tar.bz2
1022
1023 -------------------------------------------------------------------
1024 Tue Nov  3 10:51:43 CET 2015 - ma@suse.de
1025
1026 - Update zypp-po.tar.bz2
1027
1028 -------------------------------------------------------------------
1029 Fri Oct 23 17:10:18 CEST 2015 - ma@suse.de
1030
1031 - Fix broken product: <-> -release package relation (bnc#951782)
1032 - version 15.19.5 (19)
1033
1034 -------------------------------------------------------------------
1035 Thu Oct 22 12:23:29 CEST 2015 - ma@suse.de
1036
1037 - Use a uniform translation set for SLE and openSUSE (bnc#948924)
1038 - fix Plugin-services not updating repo GPGCheck settings (bnc#951402)
1039 - version 15.19.4 (19)
1040
1041 -------------------------------------------------------------------
1042 Sun Oct 18 01:13:27 CEST 2015 - ma@suse.de
1043
1044 - Update zypp-po.tar.bz2
1045
1046 -------------------------------------------------------------------
1047 Thu Oct 15 01:13:57 CEST 2015 - ma@suse.de
1048
1049 - Update zypp-po.tar.bz2
1050
1051 -------------------------------------------------------------------
1052 Wed Oct 14 16:36:27 CEST 2015 - ma@suse.de
1053
1054 - make Solvable::asUserString more readable (bnc#949957)
1055 - version 15.19.3 (19)
1056
1057 -------------------------------------------------------------------
1058 Sun Oct 11 01:13:12 CEST 2015 - ma@suse.de
1059
1060 - Update zypp-po.tar.bz2
1061
1062 -------------------------------------------------------------------
1063 Thu Oct  8 01:14:43 CEST 2015 - ma@suse.de
1064
1065 - Update zypp-po.tar.bz2
1066
1067 -------------------------------------------------------------------
1068 Wed Oct  7 13:11:48 CEST 2015 - ma@suse.de
1069
1070 - fix suse_version test (bsc#949046)
1071 - version 15.19.2 (19)
1072
1073 -------------------------------------------------------------------
1074 Wed Oct  7 11:06:24 CEST 2015 - ma@suse.de
1075
1076 - Locks: fix using namespaces (for FATE#318299)
1077 - version 15.19.1 (19)
1078
1079 -------------------------------------------------------------------
1080 Mon Oct  5 12:27:49 CEST 2015 - ma@suse.de
1081
1082 - fix reserved identifier violation (fixes #51)
1083 - solver: speed up collecting pool data to build the job queue
1084 - doc: short abstract about 'Code 12 Application Metadata'
1085 - version 15.19.0 (19)
1086
1087 -------------------------------------------------------------------
1088 Tue Sep 29 17:51:48 CEST 2015 - ma@suse.de
1089
1090 - solver verify: multiversion property needs to be assigned to
1091   installed items too.
1092 - ZYppCommitResult: add attemptToModify to indicate an attempt to
1093   actually install/remove was made (bsc#946750, FATE#319467)
1094 - version 15.18.0 (14)
1095
1096 -------------------------------------------------------------------
1097 Mon Sep 28 12:19:26 CEST 2015 - ma@suse.de
1098
1099 - SetTracker: fix computation of change sets (bsc#946898)
1100 - version 15.17.2 (14)
1101
1102 -------------------------------------------------------------------
1103 Fri Sep 25 11:42:28 CEST 2015 - ma@suse.de
1104
1105 - Pattern: support dynamic computation of pattern visibility (bsc#900769)
1106 - Avoid URL rewrite if probing local cache directories (bsc#946129)
1107 - version 15.17.1 (14)
1108
1109 -------------------------------------------------------------------
1110 Mon Sep 21 16:57:45 CEST 2015 - ma@suse.de
1111
1112 - Dummy (FATE#318827) to make Sles-changelog-checker stop whining.
1113 - version 15.17.0 (14)
1114
1115 -------------------------------------------------------------------
1116 Mon Sep 21 16:09:50 CEST 2015 - ma@suse.de
1117
1118 - Glob: fix reserved identifier violation
1119 - version 15.16.2 (14)
1120
1121 -------------------------------------------------------------------
1122 Tue Sep 15 15:02:45 CEST 2015 - ma@suse.de
1123
1124 - CheckAccessDeleted: Identify services by systemd cgroup (FATE#318827)
1125 - version 15.16.1 (14)
1126
1127 -------------------------------------------------------------------
1128 Mon Sep 14 12:21:30 CEST 2015 - ma@suse.de
1129
1130 - Reload multiversion setting from the target zypp.conf (bnc#906096)
1131 - version 15.16.0 (14)
1132
1133 -------------------------------------------------------------------
1134 Sun Sep 13 01:15:26 CEST 2015 - ma@suse.de
1135
1136 - Update sle-zypp-po.tar.bz2
1137
1138 -------------------------------------------------------------------
1139 Sun Sep 13 01:13:30 CEST 2015 - ma@suse.de
1140
1141 - Update zypp-po.tar.bz2
1142
1143 -------------------------------------------------------------------
1144 Thu Sep 10 01:16:00 CEST 2015 - ma@suse.de
1145
1146 - Update sle-zypp-po.tar.bz2
1147
1148 -------------------------------------------------------------------
1149 Fri Sep  4 13:49:33 CEST 2015 - ma@suse.de
1150
1151 - Don't cache repo releasever (bnc#943563)
1152 - Selectable: allow setPickStatus for non-multiversion packages
1153   (bnc#943870)
1154 - ResPoolProxy: add ScopedSaveState
1155 - version 15.15.0 (14)
1156
1157 -------------------------------------------------------------------
1158 Tue Sep  1 18:19:27 CEST 2015 - ma@suse.de
1159
1160 - zypp.conf: add solver.dupAllow{Downgrade,NameChange,ArchChange,
1161   VendorChange} default options for tuning distribution upgrades.
1162 - Remove obsolete method (bsc#941398) (fixes #50)
1163 - fix invalid XML (bnc#942518)
1164 - version 15.14.0 (14)
1165
1166 -------------------------------------------------------------------
1167 Sun Aug 30 01:13:07 CEST 2015 - ma@suse.de
1168
1169 - Update zypp-po.tar.bz2
1170
1171 -------------------------------------------------------------------
1172 Thu Aug 27 01:14:20 CEST 2015 - ma@suse.de
1173
1174 - Update sle-zypp-po.tar.bz2
1175
1176 -------------------------------------------------------------------
1177 Thu Aug 20 01:13:09 CEST 2015 - ma@suse.de
1178
1179 - Update zypp-po.tar.bz2
1180
1181 -------------------------------------------------------------------
1182 Sun Aug 16 01:13:23 CEST 2015 - ma@suse.de
1183
1184 - Update zypp-po.tar.bz2
1185
1186 -------------------------------------------------------------------
1187 Thu Aug 13 18:16:52 CEST 2015 - ma@suse.de
1188
1189 - Support caching of service metadata. A TTL for the service
1190   metadata may be provided in the repoindex.xml itself. The
1191   default is 'no caching'. (FATE#318136)
1192 - Fix setting dup_allow* solver options (bnc#941463)
1193 - Don't make zypper encode {} around repo vars (bnc#941453)
1194 - version 15.13.0 (11)
1195
1196 -------------------------------------------------------------------
1197 Thu Aug 13 01:13:43 CEST 2015 - ma@suse.de
1198
1199 - Update zypp-po.tar.bz2
1200
1201 -------------------------------------------------------------------
1202 Tue Aug 11 18:48:57 CEST 2015 - ma@suse.de
1203
1204 - History: Add 'command' tag showing who triggered the commit.
1205   The corresponding HistoryLogData class for parsing is
1206   HistoryLogDataStampCommand. Available data are the commandline
1207   executed, user@hostname and userdata/transactionID. (FATE#312298)
1208 - Add convenience comparison PoolItem<>ResObject::constPtr
1209 - Fixes for SWIG 2.x
1210 - version 15.12.0 (11)
1211
1212 -------------------------------------------------------------------
1213 Mon Aug 10 16:22:06 CEST 2015 - ma@suse.de
1214
1215 - Make multiversion an individual solvables property (FATE#318778)
1216 - SolvableType: common api to access solvable properties
1217 - Support for MIPS architectures
1218 - version 15.11.0 (11)
1219
1220 -------------------------------------------------------------------
1221 Sun Aug  9 01:13:24 CEST 2015 - ma@suse.de
1222
1223 - Update zypp-po.tar.bz2
1224
1225 -------------------------------------------------------------------
1226 Sun Aug  2 01:13:27 CEST 2015 - ma@suse.de
1227
1228 - Update zypp-po.tar.bz2
1229
1230 -------------------------------------------------------------------
1231 Thu Jul 30 16:13:49 CEST 2015 - ma@suse.de
1232
1233 - Resolver: Track changed requested locales and adjust installed
1234   packages accordingly. (part of FATE#318099)
1235 - Testcase: Store autoinstalled packages
1236 - Locale: Make it IdString based
1237 - Get rid of std::tr1:: hashes
1238 - Flags: Fix to work with 'enum class'
1239 - Hide away resolver internals
1240 - version 15.10.0 (10)
1241
1242 -------------------------------------------------------------------
1243 Thu Jul 30 01:13:30 CEST 2015 - ma@suse.de
1244
1245 - Update zypp-po.tar.bz2
1246
1247 -------------------------------------------------------------------
1248 Tue Jul 28 14:14:54 CEST 2015 - ma@suse.de
1249
1250 - Update sle-zypp-po.tar.bz2
1251
1252 -------------------------------------------------------------------
1253 Mon Jul 27 09:30:38 CEST 2015 - ma@suse.de
1254
1255 - Update zypp-po.tar.bz2
1256
1257 -------------------------------------------------------------------
1258 Sun Jul 26 01:13:37 CEST 2015 - ma@suse.de
1259
1260 - Update zypp-po.tar.bz2
1261
1262 -------------------------------------------------------------------
1263 Thu Jul 16 01:13:33 CEST 2015 - ma@suse.de
1264
1265 - Update zypp-po.tar.bz2
1266
1267 -------------------------------------------------------------------
1268 Sun Jul 12 01:13:20 CEST 2015 - ma@suse.de
1269
1270 - Update zypp-po.tar.bz2
1271
1272 -------------------------------------------------------------------
1273 Thu Jul  9 16:43:12 CEST 2015 - ma@suse.de
1274
1275 - Resolver allow tuning DUP mode solver flags (FATE#319128)
1276 - version 15.9.0 (5)
1277
1278 -------------------------------------------------------------------
1279 Fri Jul  3 08:23:04 CEST 2015 - ma@suse.de
1280
1281 - Flags<Enum>: add stringify
1282 - add asString for Patch::InteractiveFlag
1283 - version 15.8.0 (5)
1284
1285 -------------------------------------------------------------------
1286 Thu Jul  2 01:13:24 CEST 2015 - ma@suse.de
1287
1288 - Update zypp-po.tar.bz2
1289
1290 -------------------------------------------------------------------
1291 Wed Jul  1 14:00:42 CEST 2015 - ma@suse.de
1292
1293 - add asString for Patch::Category
1294 - version 15.7.0 (5)
1295
1296 -------------------------------------------------------------------
1297 Mon Jun 29 17:43:00 CEST 2015 - ma@suse.de
1298
1299 - Fix lost pathname when importing repo keys (bnc#936373)
1300 - Disable code swig does not understand
1301 - version 15.6.0 (5)
1302
1303 -------------------------------------------------------------------
1304 Sat Jun 27 17:07:32 CEST 2015 - ma@suse.de
1305
1306 - Patch: fixup testing Category and Severity flags (FATE#318760)
1307 - version 15.5.0 (5)
1308
1309 -------------------------------------------------------------------
1310 Fri Jun 12 12:14:04 CEST 2015 - ma@suse.de
1311
1312 - Add details to the default signature verification problem report
1313 - PathInfo: Avoid ExternalProgram in clean_dir
1314 - call rpmdb2solv without executing user-supplied scripts (bnc#926853)
1315 - version 15.4.1 (3)
1316
1317 -------------------------------------------------------------------
1318 Thu Jun 11 01:13:31 CEST 2015 - ma@suse.de
1319
1320 - Update zypp-po.tar.bz2
1321
1322 -------------------------------------------------------------------
1323 Thu Jun  4 01:13:22 CEST 2015 - ma@suse.de
1324
1325 - Update zypp-po.tar.bz2
1326
1327 -------------------------------------------------------------------
1328 Wed Jun  3 13:00:59 CEST 2015 - ma@suse.de
1329
1330 - Enhance solv.idx file handling to support zypper bash completion
1331 - Fix SSL client certificate authentication via URL option
1332   ssl_clientcert/ssl_clientkey (bnc#932393)
1333 - version 15.4.0 (3)
1334
1335 -------------------------------------------------------------------
1336 Thu May 28 01:13:23 CEST 2015 - ma@suse.de
1337
1338 - Update zypp-po.tar.bz2
1339
1340 -------------------------------------------------------------------
1341 Sun May 24 18:17:38 CEST 2015 - ma@suse.de
1342
1343 - Downloader: Accept unsigned repository if pkgGpgCheck is ON.
1344 - FindFileConflicts: avoid nested exception on user abort (bnc#931601)
1345 - Support for *.check files in the systemCheck.d directory (#45)
1346 - version 15.3.0 (3)
1347
1348 -------------------------------------------------------------------
1349 Sun May 24 01:13:19 CEST 2015 - ma@suse.de
1350
1351 - Update zypp-po.tar.bz2
1352
1353 -------------------------------------------------------------------
1354 Mon May 18 10:46:10 CEST 2015 - ma@suse.de
1355
1356 - zypp.conf: Add config values for gpgcheck, repo_gpgcheck
1357   and pkg_gpgcheck. The default behavior 'gpgcheck=On' will
1358   automatically turn on the gpg signature check for packages
1359   downloaded from repository with unsigned metadata. If the
1360   repo metadata are signed, a faster comparison via checksums
1361   is done. By explicitly setting repo_gpgcheck or pkg_gpgcheck
1362   you can enforce the signature check of repository metadata
1363   or downloaded packages to be always performed. Those defaults
1364   can be overwritten per repository. (FATE#314603)
1365 - version 15.2.0 (2)
1366
1367 -------------------------------------------------------------------
1368 Wed May 13 14:04:04 CEST 2015 - ma@suse.de
1369
1370 - Write solv.idx to speed up bash tab completion (bnc#928650)
1371 - version 15.1.3 (1)
1372
1373 -------------------------------------------------------------------
1374 Fri May  8 11:44:44 CEST 2015 - ma@suse.de
1375
1376 - gcc5 fixes
1377 - Fix repo alias containing ']' not handled correctly (bnc#929528)
1378 - Fix SEGV when dumping rpm header with epoch (bnc#929483)
1379 - version 15.1.2 (1)
1380
1381 -------------------------------------------------------------------
1382 Mon Apr 27 14:43:53 CEST 2015 - ma@suse.de
1383
1384 - PubliKey: fix reference to temporary data
1385 - version 15.1.1 (1)
1386
1387 -------------------------------------------------------------------
1388 Thu Apr 23 01:13:15 CEST 2015 - ma@suse.de
1389
1390 - Update zypp-po.tar.bz2
1391
1392 -------------------------------------------------------------------
1393 Wed Apr 22 10:50:00 CEST 2015 - ma@suse.de
1394
1395 - ZYpp: Changed ZYpp::Ptr to be a shared_ptr;
1396   a precondition for fixing bnc-899755
1397 - rpmmd: support 'metalink=' in .repo (for zypper#63)
1398 - RepoMirrorList: ignore comments and malformed urls in mirrorlist
1399 - PathInfo: remove minor/major conflicting with GNU libc macros
1400   DiskUsageCounter: remove ctors taking 'magic' bool flags
1401   ZyppCallbacks: remove unused PatchDownload callbacks
1402 - version 15.1.0 (1)
1403
1404 -------------------------------------------------------------------
1405 Thu Apr  2 19:06:56 CEST 2015 - ma@suse.de
1406
1407 - POODLE: libzypp should only talk TLS (bnc#903405)
1408 - Bump major version for Factory, 14.x is continued on SuSE-SLE-12-Branch
1409 - version 15.0.0 (0)
1410
1411 -------------------------------------------------------------------
1412 Thu Apr  2 16:01:43 CEST 2015 - ma@suse.de
1413
1414 - Fixes to build with gcc5
1415 - RepoProvideFile: Suppress MediaChangeReport while testing
1416   multiple baseurls (bnc#899510)
1417 - version 14.38.1 (30)
1418
1419 -------------------------------------------------------------------
1420 Thu Mar 19 16:44:39 CET 2015 - ma@suse.de
1421
1422 - Suppress MediaChangeReport while testing multiple baseurls (bnc#899510)
1423 - version 14.38.0 (30)
1424
1425 -------------------------------------------------------------------
1426 Mon Mar 16 14:05:28 CET 2015 - ma@suse.de
1427
1428 - add support for SHA224/384/512
1429 - version 14.37.1 (30)
1430
1431 -------------------------------------------------------------------
1432 Wed Mar 11 09:22:46 CET 2015 - ma@suse.de
1433
1434 - New RepoVarExpand: Functor expanding repo variables in a
1435   string . Supports bash style default ${v:-w}' and alternate ${v:+w}
1436   values (FATE#318354)
1437 - Easy.h: Use __typeof__ rather than typeof in header
1438 - Support repo variable replacement in service url
1439 - Support repo variable replacement in gpg url
1440 - Gettext.h: Fallback to ::gettext if accidentally included
1441   outside libzypp
1442 - version 14.37.0 (30)
1443
1444 -------------------------------------------------------------------
1445 Sun Feb 22 01:13:12 CET 2015 - ma@suse.de
1446
1447 - Update zypp-po.tar.bz2
1448
1449 -------------------------------------------------------------------
1450 Thu Feb 19 01:13:13 CET 2015 - ma@suse.de
1451
1452 - Update zypp-po.tar.bz2
1453
1454 -------------------------------------------------------------------
1455 Sun Feb 15 01:13:28 CET 2015 - ma@suse.de
1456
1457 - Update zypp-po.tar.bz2
1458
1459 -------------------------------------------------------------------
1460 Thu Feb 12 01:13:34 CET 2015 - ma@suse.de
1461
1462 - Update zypp-po.tar.bz2
1463
1464 -------------------------------------------------------------------
1465 Mon Feb  9 16:05:38 CET 2015 - ma@suse.de
1466
1467 - Don't execute scripts in /tmp or /var/tmp, as they could be
1468   mounted noexec for security reasons (bnc#915928)
1469 - zypp/PublicKey.cc: Use GPG_BINARY from KeyRing
1470 - Support $releasever_major/$releasever_minor repo variables
1471   (FATE#318354)
1472 - version 14.36.0 (30)
1473
1474 -------------------------------------------------------------------
1475 Sun Feb  8 01:13:14 CET 2015 - ma@suse.de
1476
1477 - Update zypp-po.tar.bz2
1478
1479 -------------------------------------------------------------------
1480 Thu Feb  5 01:13:27 CET 2015 - ma@suse.de
1481
1482 - Update zypp-po.tar.bz2
1483
1484 -------------------------------------------------------------------
1485 Sun Feb  1 01:13:10 CET 2015 - ma@suse.de
1486
1487 - Update zypp-po.tar.bz2
1488
1489 -------------------------------------------------------------------
1490 Thu Jan 29 01:13:12 CET 2015 - ma@suse.de
1491
1492 - Update zypp-po.tar.bz2
1493
1494 -------------------------------------------------------------------
1495 Thu Jan 22 01:13:36 CET 2015 - ma@suse.de
1496
1497 - Update zypp-po.tar.bz2
1498
1499 -------------------------------------------------------------------
1500 Wed Jan 21 10:28:49 CET 2015 - ma@suse.de
1501
1502 - PathInfo: Deprecate major/minor in favor of new devMajor/devMinor.
1503   The old names clash with GNU libc macros.
1504 - version 14.35.0 (30)
1505
1506 -------------------------------------------------------------------
1507 Sun Jan 18 01:13:09 CET 2015 - ma@suse.de
1508
1509 - Update zypp-po.tar.bz2
1510
1511 -------------------------------------------------------------------
1512 Thu Jan 15 01:13:12 CET 2015 - ma@suse.de
1513
1514 - Update zypp-po.tar.bz2
1515
1516 -------------------------------------------------------------------
1517 Mon Jan 12 15:04:17 CET 2015 - ma@suse.de
1518
1519 - Properly propagate repo variables in service refresh.
1520 - Let $ZYPP_REPO_RELEASEVER overwrite $releasever in .repo files
1521   (bnc#911658)
1522 - Call pool_set_rootdir to properly check for file conflicts.
1523 - Use xgettext --boost to support boost-format (%N%)
1524 - version 14.34.0 (30)
1525
1526 -------------------------------------------------------------------
1527 Sun Jan 11 01:13:15 CET 2015 - ma@suse.de
1528
1529 - Update zypp-po.tar.bz2
1530
1531 -------------------------------------------------------------------
1532 Thu Jan  8 01:13:23 CET 2015 - ma@suse.de
1533
1534 - Update zypp-po.tar.bz2
1535
1536 -------------------------------------------------------------------
1537 Thu Jan  1 01:13:29 CET 2015 - ma@suse.de
1538
1539 - Update zypp-po.tar.bz2
1540
1541 -------------------------------------------------------------------
1542 Sun Dec 21 01:13:33 CET 2014 - ma@suse.de
1543
1544 - Update zypp-po.tar.bz2
1545
1546 -------------------------------------------------------------------
1547 Fri Dec 19 10:05:00 CET 2014 - ma@suse.de
1548
1549 - Parse and offer productRegisterFlavor attribute (bnc#896224)
1550 - version 14.33.0 (30)
1551
1552 -------------------------------------------------------------------
1553 Thu Dec 18 01:13:20 CET 2014 - ma@suse.de
1554
1555 - Update zypp-po.tar.bz2
1556
1557 -------------------------------------------------------------------
1558 Wed Dec 17 18:44:26 CET 2014 - ma@suse.de
1559
1560 - Improve conflict message for locked packages (bnc#828631)
1561 - Fix broken de-escaping in str::splitEscaped (bnc#909772)
1562 - cleanup loging
1563 - version 14.32.2 (30)
1564
1565 -------------------------------------------------------------------
1566 Fri Dec 12 14:00:01 CET 2014 - ma@suse.de
1567
1568 - CheckAccessDeleted: Filter PIDs running in a container (bnc#909143)
1569 - version 14.32.1 (30)
1570
1571 -------------------------------------------------------------------
1572 Wed Dec 10 16:06:04 CET 2014 - ma@suse.de
1573
1574 - suppress informal license (no need to accept) upon update (bnc#908976)
1575 - version 14.32.0 (30)
1576
1577 -------------------------------------------------------------------
1578 Mon Dec  8 14:53:00 CET 2014 - ma@suse.de
1579
1580 - Adapt to gpg-2.1 (bnc#908135)
1581 - rpm: do not obsolete yast2-packagemanager-devel by libzypp-devel-doc
1582 - replaceAll: fix endless loop on empty search string
1583 - version 14.31.0 (30)
1584
1585 -------------------------------------------------------------------
1586 Thu Nov 27 07:40:30 UTC 2014 - dimstar@opensuse.org
1587
1588 - Do not provide/obsolete yast2-packagemanager-devel by the -doc
1589   package: the -devel package already does that.
1590 - Minor .spec cleanup (remove Authors section).
1591
1592 -------------------------------------------------------------------
1593 Tue Nov 11 17:09:28 CET 2014 - ma@suse.de
1594
1595 - Call rpm with '--noglob' (bnc#892431)
1596 - Downloader: unify workflow downloading a (signed) master index file
1597 - Fix iostream includes (fixes #34)
1598 - Explicitly call libsolv:pool_setdisttype (fixes #36)
1599 - version 14.30.2 (30)
1600
1601 -------------------------------------------------------------------
1602 Sun Nov  9 01:13:17 CET 2014 - ma@suse.de
1603
1604 - Update zypp-po.tar.bz2
1605
1606 -------------------------------------------------------------------
1607 Sun Nov  2 01:14:10 CET 2014 - ma@suse.de
1608
1609 - Update zypp-po.tar.bz2
1610
1611 -------------------------------------------------------------------
1612 Mon Oct 27 11:38:00 CET 2014 - ma@suse.de
1613
1614 - doc: add hint to code 12 pattern packages
1615 - MediaCurl: Fix URL path concatenation (bnc#901590)
1616 - Move doxygen html doc to libzypp-devel-doc (bnc#901691)
1617 - Remove non-breaking spaces from changes file
1618 - Control lifetime of downloaded mirrorlist
1619 - version 14.30.1 (30)
1620
1621 -------------------------------------------------------------------
1622 Thu Oct 16 11:03:11 CEST 2014 - ma@suse.de
1623
1624 - Update zypp-po.tar.bz2
1625
1626 -------------------------------------------------------------------
1627 Wed Oct 15 15:07:09 CEST 2014 - ma@suse.de
1628
1629 - Store baseurls in list as order expresses preference
1630 - Support parsing multiple baseurls from a repo file (bnc#899510)
1631 - Fix handling local mirrorlist= files in .repo (bnc#899510)
1632 - Provide missing man pages (fixes #33)
1633 - Enable building autodocs, translations and test per default on debian
1634 - Fix several typos in output messages and comments (fixes #29)
1635 - Make the include dir path configurable (fixes #27)
1636 - version 14.30.0 (30)
1637
1638 -------------------------------------------------------------------
1639 Fri Oct 10 16:01:31 CEST 2014 - ma@suse.de
1640
1641 - Update zypp-po.tar.bz2 (bnc#899603)
1642
1643 -------------------------------------------------------------------
1644 Thu Oct  9 01:13:15 CEST 2014 - ma@suse.de
1645
1646 - Update zypp-po.tar.bz2
1647
1648 -------------------------------------------------------------------
1649 Sun Oct  5 01:14:42 CEST 2014 - ma@suse.de
1650
1651 - Update zypp-po.tar.bz2
1652
1653 -------------------------------------------------------------------
1654 Sun Sep 28 01:13:30 CEST 2014 - ma@suse.de
1655
1656 - Update zypp-po.tar.bz2
1657
1658 -------------------------------------------------------------------
1659 Thu Sep 25 17:59:06 CEST 2014 - ma@suse.de
1660
1661 - Trigger appdata plugin when system repos have changed (bnc#866257)
1662 - Protect against race when destructing globals
1663 - BuildRequire libsolv-tools as libsolv-devel no longer does
1664 - version 14.29.4 (29)
1665
1666 -------------------------------------------------------------------
1667 Thu Sep 25 01:15:42 CEST 2014 - ma@suse.de
1668
1669 - Update zypp-po.tar.bz2
1670
1671 -------------------------------------------------------------------
1672 Tue Sep 23 17:07:45 CEST 2014 - ma@suse.de
1673
1674 - Fix computation of userinstalled items (bnc#897404)
1675 - version 14.29.3 (29)
1676
1677 -------------------------------------------------------------------
1678 Tue Sep 23 10:55:08 CEST 2014 - ma@suse.de
1679
1680 - Adapt to API changes in rpm.4.12
1681 - SLE-12 (suse_version 1315) uses it's own translations set
1682   (bnc#897176)
1683 - version 14.29.2 (29)
1684
1685 -------------------------------------------------------------------
1686 Sun Sep 21 01:13:25 CEST 2014 - ma@suse.de
1687
1688 - Update zypp-po.tar.bz2
1689
1690 -------------------------------------------------------------------
1691 Thu Sep 18 15:47:50 CEST 2014 - ma@suse.de
1692
1693 - Update sle-zypp-po.tar.bz2
1694
1695 -------------------------------------------------------------------
1696 Thu Sep 18 15:47:34 CEST 2014 - ma@suse.de
1697
1698 - Update zypp-po.tar.bz2
1699
1700 -------------------------------------------------------------------
1701 Thu Sep 18 15:46:11 CEST 2014 - ma@suse.de
1702
1703 - Update zypp-po.tar.bz2
1704
1705 -------------------------------------------------------------------
1706 Wed Sep 17 13:18:23 CEST 2014 - ma@suse.de
1707
1708 - adjust BuildRequires
1709 - version 14.29.1 (29)
1710
1711 -------------------------------------------------------------------
1712 Tue Sep 16 10:45:39 CEST 2014 - ma@suse.de
1713
1714 - DiskUsageCounter: Set growonly on detetcted snapshotting btrfs
1715   partitions (bnc#896176)
1716 - DiskUsageCounter: Allow MountPoint to store fstype
1717 - DiskUsageCounter: Support setting 'growonly' partition hint
1718   (bnc#896176)
1719 - version 14.29.0 (29)
1720
1721 -------------------------------------------------------------------
1722 Fri Sep  5 12:46:57 CEST 2014 - ma@suse.de
1723
1724 - Make Repository::isUpdateRepo also check for being referenced
1725   by products (bnc#892579)
1726 - Report repositories skipped as nonroot due to insufficient
1727   permission (bnc#893260)
1728 - version 14.28.0 (28)
1729
1730 -------------------------------------------------------------------
1731 Thu Sep  4 01:14:34 CEST 2014 - ma@suse.de
1732
1733 - Update zypp-po.tar.bz2
1734
1735 -------------------------------------------------------------------
1736 Fri Aug 29 14:46:25 CEST 2014 - ma@suse.de
1737
1738 - PackageProvider: consider toplevel cache if --root or --pkg-cachedir
1739   is used.
1740 - Cleanup orpahned cache dirs only at zypp.conf default locations
1741   (bnc#891515)
1742 - Remove orphaned package caches on refresh (bnc#888919)
1743 - version 14.27.2 (27)
1744
1745 -------------------------------------------------------------------
1746 Sun Aug 24 01:16:00 CEST 2014 - ma@suse.de
1747
1748 - Update zypp-po.tar.bz2
1749
1750 -------------------------------------------------------------------
1751 Mon Aug 18 14:01:06 CEST 2014 - ma@suse.de
1752
1753 - Update zypp-po.tar.bz2
1754
1755 -------------------------------------------------------------------
1756 Thu Jul 31 19:22:56 CEST 2014 - ma@suse.de
1757
1758 - Fix gpg key creation/modification date computation to properly
1759   update trusted keys stored in the rpm database.
1760 - version 14.27.1 (27)
1761
1762 -------------------------------------------------------------------
1763 Mon Jul 28 11:32:40 CEST 2014 - mls@suse.de
1764
1765 - reverted last commit to make yast2-pkg-bindings build again
1766
1767 -------------------------------------------------------------------
1768 Fri Jul 25 12:56:17 CEST 2014 - ma@suse.de
1769
1770 - JobReport: extend callback to allow passing UserData
1771 - hardlinkCopy must not fail if proc/sys/fs/protected_hardlink is on
1772 - adapt to changed boost::error_category throw specifier
1773 - version 14.27.0 (27)
1774
1775 -------------------------------------------------------------------
1776 Fri Jul 18 08:57:39 CEST 2014 - ma@suse.de
1777
1778 - Execute install scripts with cwd==/ (bnc#886764)
1779 - fix wrong '//' when extending URLs with an empty path (bnc#885254)
1780 - version 14.26.1 (26)
1781
1782 -------------------------------------------------------------------
1783 Mon Jul 14 17:46:14 CEST 2014 - ma@suse.de
1784
1785 - refreshService: add option to force repo status reset
1786 - Strip local filenames and args from URL.
1787 - version 14.26.0 (26)
1788
1789 -------------------------------------------------------------------
1790 Fri Jul 11 13:42:43 CEST 2014 - ma@suse.de
1791
1792 - Support RepoInfo content keywords (FATE#316287)
1793 - fix parsing repomd.xml twice
1794 - version 14.25.0 (23)
1795
1796 -------------------------------------------------------------------
1797 Wed Jun 11 07:36:48 CEST 2014 - ma@suse.de
1798
1799 - Patch: add isCategory/isSeverity convenience
1800 - If available provide info in ServiceException
1801 - version 14.24.0 (23)
1802
1803 -------------------------------------------------------------------
1804 Wed Jun  4 11:49:32 CEST 2014 - ma@suse.de
1805
1806 - Cleanup orphanded service repos on the fly (bnc#649846)
1807 - Service refresh must not attempt to modify plugin services
1808 - version 14.23.0 (23)
1809
1810 -------------------------------------------------------------------
1811 Wed May 28 13:41:22 CEST 2014 - ma@suse.de
1812
1813 - Fix service methods to throw ServiceException, not RepoException.
1814 - version 14.22.0 (22)
1815
1816 -------------------------------------------------------------------
1817 Tue May 27 16:31:21 CEST 2014 - ma@suse.de
1818
1819 - Let ServiceRefresh en-/disable repos with respect to previous state
1820   and user modifications.
1821 - RepoindexFileReader: support variable substitution
1822 - Parse optional autorefresh attribute from repoindex.xml
1823 - version 14.21.0 (20)
1824
1825 -------------------------------------------------------------------
1826 Wed May 14 13:52:38 CEST 2014 - ma@suse.de
1827
1828 - Add DownloadResolvableReport::infoInCache
1829 - Adjust transfer timeout settings (bnc#877405)
1830 - Fix computation of update candidate (bnc#834858)
1831 - version 14.20.0 (20)
1832
1833 -------------------------------------------------------------------
1834 Thu May  8 18:54:25 CEST 2014 - ma@suse.de
1835
1836 - KeyRingReport: New infoVerify callback showing the trusted key
1837   that will be used for verification.
1838 - version 14.19.0 (19)
1839
1840 -------------------------------------------------------------------
1841 Sun May  4 01:15:49 CEST 2014 - ma@suse.de
1842
1843 - Update zypp-po.tar.bz2
1844
1845 -------------------------------------------------------------------
1846 Thu May  1 01:15:38 CEST 2014 - ma@suse.de
1847
1848 - Update zypp-po.tar.bz2
1849
1850 -------------------------------------------------------------------
1851 Mon Apr 28 15:34:44 CEST 2014 - ma@suse.de
1852
1853 - Derive initial AutoInstalled file from history
1854 - Target: maintain AutoInstalled database file
1855 - version 14.18.0 (17)
1856
1857 -------------------------------------------------------------------
1858 Tue Apr 15 17:03:30 CEST 2014 - ma@suse.de
1859
1860 - Factor out CommitPackageCache for standalone usage. (Fate#317077)
1861 - version 14.17.5 (17)
1862
1863 -------------------------------------------------------------------
1864 Fri Apr 11 16:16:11 CEST 2014 - ma@suse.de
1865
1866 - history: log %posttrans errors and output
1867 - adapt to libsolv cannges
1868 - version 14.17.4 (17)
1869
1870 -------------------------------------------------------------------
1871 Fri Apr  4 14:29:13 CEST 2014 - ma@suse.de
1872
1873 - Log warning if baseproduct symlink is dangling or missing
1874 - version 14.17.3 (17)
1875
1876 -------------------------------------------------------------------
1877 Thu Apr  3 19:18:48 CEST 2014 - ma@suse.de
1878
1879 - RepoManager: Fix RepoStatus computation and refresh of PLAINDIR repos.
1880 - Recreate solv file caches if content may change even if raw metadata
1881   are unchanged (here: new pattern, product and application data).
1882 - version 14.17.2 (17)
1883
1884 -------------------------------------------------------------------
1885 Wed Apr  2 18:09:47 CEST 2014 - ma@suse.de
1886
1887 - CpeId: Basic functionality incl. matching
1888 - New SetRelationMixin
1889 - version 14.17.1 (17)
1890
1891 -------------------------------------------------------------------
1892 Mon Mar 31 10:23:42 CEST 2014 - ma@suse.de
1893
1894 - Use dummy licenses in test data (bnc#862471)
1895 - Install zypp-NameReqPrv helper for evaluating testcases.
1896 - version 14.17.0 (17)
1897
1898 -------------------------------------------------------------------
1899 Tue Mar 18 14:55:11 CET 2014 - ma@suse.de
1900
1901 - Update zypp-po.tar.bz2
1902
1903 -------------------------------------------------------------------
1904 Wed Feb 26 15:06:06 CET 2014 - ma@suse.de
1905
1906 - Ignore failed-eject-exception on media change (bnc#865705)
1907 - version 14.16.1 (16)
1908
1909 -------------------------------------------------------------------
1910 Tue Feb 25 13:42:13 CET 2014 - ma@suse.de
1911
1912 - Remove duplicate code detecting known kinds and move it to
1913   ResKind::explicitBuiltin.
1914 - version 14.16.0 (16)
1915
1916 -------------------------------------------------------------------
1917 Sun Feb 23 21:52:55 CET 2014 - ma@suse.de
1918
1919 - Optionally exclude suggested packages from pattern content (bnc#857671)
1920 - Fix pattern content for auto-pattens (bnc#864087)
1921 - Don't report missing filelists for non-packages (bnc#864314)
1922 - adapt to new rpm weak dependency tags
1923 - version 14.15.0 (15)
1924
1925 -------------------------------------------------------------------
1926 Fri Feb 14 13:51:46 CET 2014 - ma@suse.de
1927
1928 - Provide ContentIdentifier of required update repositories in Product
1929   (Fate#316160)
1930 - Support CpeId in Repository and Product attributes (Fate#316160)
1931 - Add API for retrieving repository ContentRevision and ContentIdentifier
1932   (Fate#316160)
1933 - version 14.14.0 (14)
1934
1935 -------------------------------------------------------------------
1936 Thu Feb 13 10:28:24 CET 2014 - ma@suse.de
1937
1938 - Adjust solver defaults to changed soft lock handling (bnc#863275)
1939 - Avoid confusing solver decisions by not storing soft locks (bnc#863275)
1940 - version 14.13.0 (13)
1941
1942 -------------------------------------------------------------------
1943 Tue Feb 11 21:22:58 CET 2014 - ma@suse.de
1944
1945 - Add Product::endOfLife attribute (Fate#316172)
1946 - Let Product::shortName fallback to name.
1947 - Remove license text from test data (bnc#862471)
1948 - version 14.12.0 (12)
1949
1950 -------------------------------------------------------------------
1951 Sun Feb  2 01:13:59 CET 2014 - ma@suse.de
1952
1953 - Update zypp-po.tar.bz2
1954
1955 -------------------------------------------------------------------
1956 Fri Jan 31 19:09:28 CET 2014 - ma@suse.de
1957
1958 - Introduce new solvable kind: Application (as provided by appdata.xml)
1959 - version 14.11.0 (7)
1960
1961 -------------------------------------------------------------------
1962 Fri Jan 31 17:37:29 CET 2014 - ma@suse.de
1963
1964 - String helper for printing indented text.
1965 - Offer translated names for dependency types.
1966 - version 14.10.0 (7)
1967
1968 -------------------------------------------------------------------
1969 Thu Jan 30 01:13:40 CET 2014 - ma@suse.de
1970
1971 - Update zypp-po.tar.bz2
1972
1973 -------------------------------------------------------------------
1974 Wed Jan 29 10:28:16 CET 2014 - ma@suse.de
1975
1976 - No fileconflict check if DownloadOnly.
1977 - version 14.9.0 (7)
1978
1979 -------------------------------------------------------------------
1980 Sat Jan 25 17:07:45 CET 2014 - ma@suse.de
1981
1982 - Collect and execute %posttrans scripts delayed (Fate#313506)
1983 - BuildRequire libsolv implementing (Fate#309385)
1984 - version 14.8.0 (7)
1985
1986 -------------------------------------------------------------------
1987 Fri Jan 24 11:26:52 CET 2014 - ma@suse.de
1988
1989 - Patterns are no longer pseudo installed (Fate#309385)
1990 - version 14.7.0 (7)
1991
1992 -------------------------------------------------------------------
1993 Fri Jan 24 08:41:13 CET 2014 - ma@suse.de
1994
1995 - Check for file conflicts in commit (bnc#673720)
1996 - Add asUserSting: human readable (translated) string representation
1997 - Add file conflict detection during commit (bnc#673720)
1998 - Add Transaction::installedResult
1999 - version 14.6.0 (6)
2000
2001 -------------------------------------------------------------------
2002 Mon Jan 20 17:14:48 CET 2014 - ma@suse.de
2003
2004 - Fix cleanup code removing the @System solv file. (bnc#853065)
2005 - Fix missing priority in RepoInfo::dumpAsXML (bnc#855845)
2006 - version 14.5.0 (4)
2007
2008 -------------------------------------------------------------------
2009 Tue Jan 14 18:38:49 CET 2014 - ma@suse.de
2010
2011 - Improve ProgressData reporting.
2012 - Allow xml::escape directly dumping to a stream.
2013 - Add support for repo authentication using SSL client certificates
2014   (bnc#683914)
2015 - Enhance Queue to perform COW
2016 - fix documentation
2017 - version 14.4.0 (4)
2018
2019 -------------------------------------------------------------------
2020 Thu Jan  9 01:13:40 CET 2014 - ma@suse.de
2021
2022 - Update zypp-po.tar.bz2
2023
2024 -------------------------------------------------------------------
2025 Fri Dec 13 19:36:34 CET 2013 - ma@suse.de
2026
2027 - Polish DiskUsageCounter
2028 - Add Bitmap type (aka sat::Map)
2029 - Remove obsolete DiskUsage class
2030 - version 14.3.0 (3)
2031
2032 -------------------------------------------------------------------
2033 Thu Dec 12 18:01:18 CET 2013 - ma@suse.de
2034
2035 - Fix disk usage computation for single packages (bnc#852943)
2036 - version 14.2.1 (2)
2037
2038 -------------------------------------------------------------------
2039 Wed Dec  4 12:54:30 UTC 2013 - jreidinger@suse.com
2040
2041 - Drop package-manager script as it is already deprecated and
2042   packagekit usage in desktop invalidates it. If someone really
2043   need it, then place it to proper top level package which can
2044   decide what GUI is proper for given task.
2045
2046 -------------------------------------------------------------------
2047 Wed Nov 20 16:32:30 CET 2013 - ma@suse.de
2048
2049 - Extend commit plugin to send the transaction list (Fate#316203)
2050 - Add base/Json.h: JSON encoder for e.g. sending data to plugins
2051 - Re-evaluate dropped packages list on upgrade, even if product
2052   remains unchanged (bnc#849251).
2053 - Add ppc64le architecture
2054 - Add m68k architecture
2055 - version 14.2.0 (2)
2056
2057 -------------------------------------------------------------------
2058 Fri Oct 25 14:21:31 CEST 2013 - ma@suse.de
2059
2060 - Always properly initialize pool storage (bnc#846565)
2061 - version 14.1.1 (0)
2062
2063 -------------------------------------------------------------------
2064 Thu Oct 17 17:57:54 CEST 2013 - ma@suse.de
2065
2066 - Add Package isCached and cachedLocation methods
2067 - fixed PluginFrame::hasKey
2068 - version 14.1.0 (0)
2069
2070 -------------------------------------------------------------------
2071 Thu Oct 10 01:13:48 CEST 2013 - ma@suse.de
2072
2073 - Update zypp-po.tar.bz2
2074
2075 -------------------------------------------------------------------
2076 Sun Oct  6 01:13:51 CEST 2013 - ma@suse.de
2077
2078 - Update zypp-po.tar.bz2
2079
2080 -------------------------------------------------------------------
2081 Thu Oct  3 01:14:59 CEST 2013 - ma@suse.de
2082
2083 - Update zypp-po.tar.bz2
2084
2085 -------------------------------------------------------------------
2086 Wed Oct  2 19:25:58 CEST 2013 - ma@suse.de
2087
2088 - fix handling symlinks in export pathname on NFSv4 (bnc#804544)
2089 - Bump major version for Factory
2090   13.1 is continued on SuSE-Code-13_1-Branch
2091 - version 14.0.0 (0)
2092
2093 -------------------------------------------------------------------
2094 Sun Sep 29 01:15:02 CEST 2013 - ma@suse.de
2095
2096 - Update zypp-po.tar.bz2
2097
2098 -------------------------------------------------------------------
2099 Sun Sep 22 01:14:26 CEST 2013 - ma@suse.de
2100
2101 - Update zypp-po.tar.bz2
2102
2103 -------------------------------------------------------------------
2104 Wed Sep 18 17:06:06 CEST 2013 - ma@suse.de
2105
2106 - Allow multiversionSpec manipulation in ZConfig
2107 - Fix string hexdecoding
2108 - Avoid parsing gpg subkeys but still parse multiple keys
2109 - version 13.7.0 (6)
2110
2111 -------------------------------------------------------------------
2112 Sun Sep 15 01:14:55 CEST 2013 - ma@suse.de
2113
2114 - Update zypp-po.tar.bz2
2115
2116 -------------------------------------------------------------------
2117 Thu Sep 12 01:15:29 CEST 2013 - ma@suse.de
2118
2119 - Update zypp-po.tar.bz2
2120
2121 -------------------------------------------------------------------
2122 Thu Sep  5 01:13:43 CEST 2013 - ma@suse.de
2123
2124 - Update zypp-po.tar.bz2
2125
2126 -------------------------------------------------------------------
2127 Mon Sep  2 17:04:37 CEST 2013 - ma@suse.de
2128
2129 - Avoid parsing gpg subkeys
2130 - Use explicit operator bool in TmpPath
2131 - Must keep legacy rpm level flag (bnc#838039)
2132 - version 13.6.0 (6)
2133
2134 -------------------------------------------------------------------
2135 Sun Sep  1 01:14:03 CEST 2013 - ma@suse.de
2136
2137 - Update zypp-po.tar.bz2
2138
2139 -------------------------------------------------------------------
2140 Thu Aug 29 01:13:44 CEST 2013 - ma@suse.de
2141
2142 - Update zypp-po.tar.bz2
2143
2144 -------------------------------------------------------------------
2145 Tue Aug 27 19:10:37 CEST 2013 - ma@suse.de
2146
2147 - remove deprecated methods
2148 - fix key expiry date parsing (bnc#828672)
2149 - Provide additional keys data in case the ASCII armored blob
2150   containes multiple keys
2151 - No rpmdb key import in readony mode (bnc#828672)
2152 - Fix rpmdb key import/export (bnc#828672)
2153 - Reduce amount of gpg calls when importing/exporting keys.
2154 - Add public accessible PublicKeyData/PublicKeyScanner classes
2155 - fix ASCII armored PublicKey parsing (bnc#828672)
2156 - fix typo (bnc#761985)
2157 - Fix multiversion update candidate to respect an installed objects
2158   arch and vendor (bnc#820444)
2159 - fix logfile truncation introduced by previous fix for (bnc#825490)
2160 - Swig can't handle move constructor
2161 - Workaround bnc#819354 by executing rpm in /. (bnc#827609)
2162 - Try to detect Arch_ppc64p7 (requires glibc-2.16: getauxval)
2163 - Fix file probing via tftp:// (bnc#803316)
2164 - Add armv7hl to armv6hl compat to be in sync with libsolv.
2165 - Support for armv6hl
2166 - version 13.5.0 (5)
2167
2168 -------------------------------------------------------------------
2169 Thu Aug 22 01:13:25 CEST 2013 - ma@suse.de
2170
2171 - Update zypp-po.tar.bz2
2172
2173 -------------------------------------------------------------------
2174 Sun Aug 18 01:13:20 CEST 2013 - ma@suse.de
2175
2176 - Update zypp-po.tar.bz2
2177
2178 -------------------------------------------------------------------
2179 Thu Aug 15 01:13:27 CEST 2013 - ma@suse.de
2180
2181 - Update zypp-po.tar.bz2
2182
2183 -------------------------------------------------------------------
2184 Thu Aug  8 01:13:27 CEST 2013 - ma@suse.de
2185
2186 - Update zypp-po.tar.bz2
2187
2188 -------------------------------------------------------------------
2189 Sun Aug  4 01:13:59 CEST 2013 - ma@suse.de
2190
2191 - Update zypp-po.tar.bz2
2192
2193 -------------------------------------------------------------------
2194 Thu Aug  1 01:13:52 CEST 2013 - ma@suse.de
2195
2196 - Update zypp-po.tar.bz2
2197
2198 -------------------------------------------------------------------
2199 Thu Jul 25 01:13:40 CEST 2013 - ma@suse.de
2200
2201 - Update zypp-po.tar.bz2
2202
2203 -------------------------------------------------------------------
2204 Thu Jul 18 01:13:43 CEST 2013 - ma@suse.de
2205
2206 - Update zypp-po.tar.bz2
2207
2208 -------------------------------------------------------------------
2209 Sun Jul 14 01:13:38 CEST 2013 - ma@suse.de
2210
2211 - Update zypp-po.tar.bz2
2212
2213 -------------------------------------------------------------------
2214 Thu Jul 11 01:13:49 CEST 2013 - ma@suse.de
2215
2216 - Update zypp-po.tar.bz2
2217
2218 -------------------------------------------------------------------
2219 Fri Jun 21 20:24:39 CEST 2013 - ma@suse.de
2220
2221 - Fix testcases failing if local pathnames contain umlauts
2222 - Pathname: add move constructor and fix assign
2223 - Set logfile permission upon file creation only (bnc#825490)
2224 - Add arch ppc64p7
2225 - version 13.4.0 (4)
2226
2227 -------------------------------------------------------------------
2228 Tue Jun 11 11:37:48 CEST 2013 - ma@suse.de
2229
2230 - Speedup scanning for modaliases (bnc#824110)
2231 - version 13.3.0 (2)
2232
2233 -------------------------------------------------------------------
2234 Sun May 26 01:13:15 CEST 2013 - ma@suse.de
2235
2236 - Update zypp-po.tar.bz2
2237
2238 -------------------------------------------------------------------
2239 Thu May 23 01:13:13 CEST 2013 - ma@suse.de
2240
2241 - Update zypp-po.tar.bz2
2242
2243 -------------------------------------------------------------------
2244 Thu May 16 12:22:48 CEST 2013 - ma@suse.de
2245
2246 - Remove deprecated old stuff (aria2 support,
2247   old InstallOrder, old History parser)
2248 - version 13.2.0 (2)
2249
2250 -------------------------------------------------------------------
2251 Thu May 16 01:13:47 CEST 2013 - ma@suse.de
2252
2253 - Update zypp-po.tar.bz2
2254
2255 -------------------------------------------------------------------
2256 Sun May 12 01:13:39 CEST 2013 - ma@suse.de
2257
2258 - Update zypp-po.tar.bz2
2259
2260 -------------------------------------------------------------------
2261 Thu May  9 01:13:54 CEST 2013 - ma@suse.de
2262
2263 - Update zypp-po.tar.bz2
2264
2265 -------------------------------------------------------------------
2266 Thu May  2 11:07:52 CEST 2013 - ma@suse.de
2267
2268 - Discourage using SafeBool in favor of explicit operator bool
2269 - version 13.1.0 (1)
2270
2271 -------------------------------------------------------------------
2272 Mon Apr 29 10:41:46 CEST 2013 - ma@suse.de
2273
2274 - Testsuite: Workaround boost::thread being not header only since
2275   boost-1.50 (boost ticket 7085)
2276 - Adaptions to smart_pointer changes in boost-1.53; mainly introduce
2277   explicit operator bool; constructible and comparable with nullptr_t.
2278 - Bump major version for Factory
2279   12.x is continued on SuSE-Code-12_3-Branch
2280 - version 13.0.0 (0)
2281
2282 -------------------------------------------------------------------
2283 Sun Apr 28 01:14:07 CEST 2013 - ma@suse.de
2284
2285 - Update zypp-po.tar.bz2
2286
2287 -------------------------------------------------------------------
2288 Fri Apr  5 14:26:35 CEST 2013 - ma@suse.de
2289
2290 - added new fuction zypp::ZYpp::provideSrcPackage
2291 - Treat opensuse-education as separate vendor (bnc#812608)
2292 - AArch64 support
2293 - version 12.11.0 (0)
2294
2295 -------------------------------------------------------------------
2296 Wed Mar 27 12:31:17 CET 2013 - ma@suse.de
2297
2298 - added tftp-support (bnc#803316)
2299 - version 12.10.1 (0)
2300
2301 -------------------------------------------------------------------
2302 Tue Mar 26 13:06:21 CET 2013 - ma@suse.de
2303
2304 - Update zypp-po.tar.bz2
2305
2306 -------------------------------------------------------------------
2307 Thu Mar 21 01:13:45 CET 2013 - ma@suse.de
2308
2309 - Update zypp-po.tar.bz2
2310
2311 -------------------------------------------------------------------
2312 Sun Mar 10 01:14:01 CET 2013 - ma@suse.de
2313
2314 - Update zypp-po.tar.bz2
2315
2316 -------------------------------------------------------------------
2317 Thu Mar  7 14:13:42 CET 2013 - ma@suse.de
2318
2319 - Adapt to libsolv dataiterator fixes
2320   (returning random data in some cases)
2321 - Require and adapt to changes in libsolv-0.3.0
2322 - version 12.10.0 (0)
2323
2324 -------------------------------------------------------------------
2325 Thu Mar  7 01:13:25 CET 2013 - ma@suse.de
2326
2327 - Update zypp-po.tar.bz2
2328
2329 -------------------------------------------------------------------
2330 Sun Mar  3 01:15:52 CET 2013 - ma@suse.de
2331
2332 - Update zypp-po.tar.bz2
2333
2334 -------------------------------------------------------------------
2335 Wed Feb 27 08:41:18 CET 2013 - ma@suse.de
2336
2337 - Rephrase error message if 'lsof' is not installed (bnc#694427)
2338 - version 12.9.0 (0)
2339
2340 -------------------------------------------------------------------
2341 Fri Feb 15 12:49:18 CET 2013 - ma@suse.de
2342
2343 - Handle dangling update script symlinks in instsys. (bnc#803751)
2344 - version 12.8.1 (0)
2345
2346 -------------------------------------------------------------------
2347 Thu Feb 14 01:13:28 CET 2013 - ma@suse.de
2348
2349 - Update zypp-po.tar.bz2
2350
2351 -------------------------------------------------------------------
2352 Thu Feb  7 01:16:50 CET 2013 - ma@suse.de
2353
2354 - Update zypp-po.tar.bz2
2355
2356 -------------------------------------------------------------------
2357 Mon Feb  4 12:35:51 CET 2013 - ma@suse.de
2358
2359 - Update zypp-po.tar.bz2
2360
2361 -------------------------------------------------------------------
2362 Tue Jan 22 11:06:55 CET 2013 - ma@suse.de
2363
2364 - make multicurl suppress progress reports for the metalink download
2365 - work around libcurl bug that sometimes gives us old values in the
2366   progress callback
2367 - version 12.8.0 (0)
2368
2369 -------------------------------------------------------------------
2370 Fri Jan 18 14:07:50 CET 2013 - ma@suse.de
2371
2372 - Reduce logging
2373 - MediaMultiCurl: throw AbortRequestException if aborted by user
2374 - version 12.7.0 (0)
2375
2376 -------------------------------------------------------------------
2377 Sun Jan 13 01:13:23 CET 2013 - ma@suse.de
2378
2379 - Update zypp-po.tar.bz2
2380
2381 -------------------------------------------------------------------
2382 Sun Jan  6 01:13:17 CET 2013 - ma@suse.de
2383
2384 - Update zypp-po.tar.bz2
2385
2386 -------------------------------------------------------------------
2387 Thu Dec 27 01:13:27 CET 2012 - ma@suse.de
2388
2389 - Update zypp-po.tar.bz2
2390
2391 -------------------------------------------------------------------
2392 Mon Dec 17 13:31:15 CET 2012 - ma@suse.de
2393
2394 - Add NamedValue<_Tp>: Simple value<>name mapping supporting aliases
2395 - Enable zypper to remove zypp locks without evaluating the
2396   query (bnc#792901)
2397 - Configure curl to "not fix the BEAST attack" (bnc#779177)
2398 - version 12.6.0 (0)
2399
2400 -------------------------------------------------------------------
2401 Sun Dec 16 01:13:16 CET 2012 - ma@suse.de
2402
2403 - Update zypp-po.tar.bz2
2404
2405 -------------------------------------------------------------------
2406 Mon Dec  3 14:31:59 CET 2012 - ma@suse.de
2407
2408 - HistoryLogReader: new HistoryLogData based API for parsing the new
2409   history file entries (fate#312521)
2410   The old HistoryItem based API is deprecated but will
2411   still be available for a while if you compile with
2412   -DWITH_DEPRECATED_HISTORYITEM_API.
2413 - Write userdata string to history log (fate#312521)
2414 - Add HistoryLogReader testcases
2415 - Adapt to libsolv 'medianr'-changes
2416 - version 12.5.0 (0)
2417
2418 -------------------------------------------------------------------
2419 Thu Nov 22 01:14:42 CET 2012 - ma@suse.de
2420
2421 - Update zypp-po.tar.bz2
2422
2423 -------------------------------------------------------------------
2424 Sun Nov 18 01:13:44 CET 2012 - ma@suse.de
2425
2426 - Update zypp-po.tar.bz2
2427
2428 -------------------------------------------------------------------
2429 Tue Nov 13 15:40:10 CET 2012 - ma@suse.de
2430
2431 - Forward userdata string to commit plugins in BEGINPLUGIN (fate#312521)
2432 - Extend ZConfig to store a user defined string value (fate#312521)
2433 - Add SIGSEGV handler trying to log a stack trace
2434 - Add zypp::dumpBacktrace to dump current stack trace to a stream.
2435 - Use gettext plural handling (bnc#784666)
2436 - version 12.4.0 (0)
2437
2438 -------------------------------------------------------------------
2439 Sun Nov  4 01:13:21 CET 2012 - ma@suse.de
2440
2441 - Update zypp-po.tar.bz2
2442
2443 -------------------------------------------------------------------
2444 Wed Oct 24 10:40:38 CEST 2012 - ma@suse.de
2445
2446 - Add simple sysconfig::write (bnc#766598)
2447 - For installed products also filelists when trying to find the buddy
2448   (bnc#784900)
2449 - Provide information whether product license needs to be accepted.
2450 - version 12.3.0 (0)
2451
2452 -------------------------------------------------------------------
2453 Thu Oct 18 01:13:43 CEST 2012 - ma@suse.de
2454
2455 - Update zypp-po.tar.bz2
2456
2457 -------------------------------------------------------------------
2458 Sun Oct  7 01:13:41 CEST 2012 - ma@suse.de
2459
2460 - Update zypp-po.tar.bz2
2461
2462 -------------------------------------------------------------------
2463 Mon Oct  1 11:00:42 CEST 2012 - ma@suse.de
2464
2465 - Enable multiversion kernel and set multiversion.kernels in
2466   /etc/zypp/zypp.conf to keep the latest, latest-1 and the running.
2467 - Fix typo (bnc#782801)
2468 - Relax evaluation of patch category tags (case insensitive)
2469
2470 -------------------------------------------------------------------
2471 Sun Sep 30 01:13:18 CEST 2012 - ma@suse.de
2472
2473 - Update zypp-po.tar.bz2
2474
2475 -------------------------------------------------------------------
2476 Sun Sep 16 01:14:34 CEST 2012 - ma@suse.de
2477
2478 - Update zypp-po.tar.bz2
2479
2480 -------------------------------------------------------------------
2481 Wed Sep 12 10:28:00 CEST 2012 - ma@suse.de
2482
2483 - Add str::commonPrefix
2484 - version 12.2.0 (0)
2485
2486 -------------------------------------------------------------------
2487 Sun Sep  9 01:13:25 CEST 2012 - ma@suse.de
2488
2489 - Update zypp-po.tar.bz2
2490
2491 -------------------------------------------------------------------
2492 Wed Sep  5 11:56:54 CEST 2012 - gs@suse.de
2493
2494 - Provide Target::reload()
2495 - version 12.1.0 (0)
2496
2497 -------------------------------------------------------------------
2498 Sun Aug 26 01:13:31 CEST 2012 - ma@suse.de
2499
2500 - Update zypp-po.tar.bz2
2501
2502 -------------------------------------------------------------------
2503 Thu Aug 23 01:13:47 CEST 2012 - ma@suse.de
2504
2505 - Update zypp-po.tar.bz2
2506
2507 -------------------------------------------------------------------
2508 Sun Aug 19 01:14:11 CEST 2012 - ma@suse.de
2509
2510 - Update zypp-po.tar.bz2
2511
2512 -------------------------------------------------------------------
2513 Thu Aug 16 01:13:43 CEST 2012 - ma@suse.de
2514
2515 - Update zypp-po.tar.bz2
2516
2517 -------------------------------------------------------------------
2518 Fri Aug 10 12:53:47 CEST 2012 - ma@suse.de
2519
2520 - Implement $ZYPP_LOCK_TIMEOUT: number of seconds to wait for a
2521   zypplock becoming available (bnc#772965)
2522 - Unify update-scripts with same content(md5sum) (bnc#773575)
2523 - version 12.0.1 (0)
2524
2525 -------------------------------------------------------------------
2526 Thu Aug  9 01:15:12 CEST 2012 - ma@suse.de
2527
2528 - Update zypp-po.tar.bz2
2529
2530 -------------------------------------------------------------------
2531 Thu Aug  2 11:55:00 CEST 2012 - ma@suse.de
2532
2533 - set $ZYPP_IS_RUNNING during commit
2534 - Bump major version for Factory
2535   11.x is continued on SuSE-Code-12_2-Branch
2536 - version 12.0.0 (0)
2537
2538 -------------------------------------------------------------------
2539 Thu Aug  2 01:14:11 CEST 2012 - ma@suse.de
2540
2541 - Update zypp-po.tar.bz2
2542
2543 -------------------------------------------------------------------
2544 Wed Aug  1 15:32:40 CEST 2012 - ma@suse.de
2545
2546 - Fixed typo (bnc#773467)
2547 - Erase any old repo instance from pool when (re)loading from cache
2548 - filter zero sized devices in disk usage counter(bnc#769819)
2549 - fix isSoftLocked computation
2550 - fix possibly reporting timeout as "aborted by user" (bnc#665327)
2551 - do not fork the uuidgen program, use kernel interface instead
2552 - remove obsolete hicolor-icon-theme BuildRequires
2553 - version 11.7.0 (6)
2554
2555 -------------------------------------------------------------------
2556 Sun Jul 29 01:13:31 CEST 2012 - ma@suse.de
2557
2558 - Update zypp-po.tar.bz2
2559
2560 -------------------------------------------------------------------
2561 Thu Jul 19 01:13:43 CEST 2012 - ma@suse.de
2562
2563 - Update zypp-po.tar.bz2
2564
2565 -------------------------------------------------------------------
2566 Sun Jul  1 01:13:31 CEST 2012 - ma@suse.de
2567
2568 - Update zypp-po.tar.bz2
2569
2570 -------------------------------------------------------------------
2571 Thu Jun 28 01:14:27 CEST 2012 - ma@suse.de
2572
2573 - Update zypp-po.tar.bz2
2574
2575 -------------------------------------------------------------------
2576 Mon Jun 25 15:23:10 CEST 2012 - ma@suse.de
2577
2578 - zypp.conf:servicesdir is ignored (bnc#765528)
2579 - allow libcurl to take proxy from environment iff proxy is not
2580   configured or disallowed (bnc#745404)
2581 - version 11.6.3 (6)
2582
2583 -------------------------------------------------------------------
2584 Sun Jun 24 01:14:32 CEST 2012 - ma@suse.de
2585
2586 - Update zypp-po.tar.bz2
2587
2588 -------------------------------------------------------------------
2589 Thu Jun 14 01:13:35 CEST 2012 - ma@suse.de
2590
2591 - Update zypp-po.tar.bz2
2592
2593 -------------------------------------------------------------------
2594 Fri Jun  8 15:57:22 CEST 2012 - ma@suse.de
2595
2596 - Adjust weaklock fix
2597
2598 -------------------------------------------------------------------
2599 Fri Jun  8 14:16:15 CEST 2012 - ma@suse.de
2600
2601 - Fix processing of weak locks (bnc#749418, bnc#765164)
2602 - [valgrind] don't dereference if we may be past the end of the repositories.
2603 - add armv7hl workaround for Adrian
2604 - version 11.6.2 (6)
2605
2606 -------------------------------------------------------------------
2607 Sun Jun  3 01:14:09 CEST 2012 - ma@suse.de
2608
2609 - Update zypp-po.tar.bz2
2610
2611 -------------------------------------------------------------------
2612 Thu May 31 10:07:37 UTC 2012 - dmacvicar@suse.com
2613
2614 - fix an invalid read revealed by valgrind in
2615   RepositoryIterator::increment()
2616
2617 -------------------------------------------------------------------
2618 Sun May 20 01:13:30 CEST 2012 - ma@suse.de
2619
2620 - Update zypp-po.tar.bz2
2621
2622 -------------------------------------------------------------------
2623 Thu May 17 01:15:25 CEST 2012 - ma@suse.de
2624
2625 - Update zypp-po.tar.bz2
2626
2627 -------------------------------------------------------------------
2628 Sun May 13 01:14:15 CEST 2012 - ma@suse.de
2629
2630 - Update zypp-po.tar.bz2
2631
2632 -------------------------------------------------------------------
2633 Tue May  8 13:39:22 CEST 2012 - ma@suse.de
2634
2635 - Use ld version script to hide symbols outside zypp namespace (bnc#755324)
2636 - remove base/Deprecated.h (macros now in APIConfig.h)
2637 - Disribute Easy.h in APIConfig.h
2638 - Add APIConfig.h providing ZYPP_API and ZYPP_LOCAL macros
2639 - version 11.6.0 (6)
2640
2641 -------------------------------------------------------------------
2642 Fri May  4 11:18:17 CEST 2012 - ma@suse.de
2643
2644 - build with gcc-4.7 (bnc#755324)
2645 - version 11.5.0 (5)
2646
2647 -------------------------------------------------------------------
2648 Wed Apr 25 18:50:20 CEST 2012 - ma@suse.de
2649
2650 - Fix lost device info when mounting CD/DVD
2651
2652 -------------------------------------------------------------------
2653 Sun Apr 22 01:15:46 CEST 2012 - ma@suse.de
2654
2655 - Update zypp-po.tar.bz2
2656
2657 -------------------------------------------------------------------
2658 Thu Apr 19 10:19:05 CEST 2012 - ma@suse.de
2659
2660 - Always consider (block) devices passed as url option (bnc#755815)
2661
2662 -------------------------------------------------------------------
2663 Thu Apr 19 01:14:57 CEST 2012 - ma@suse.de
2664
2665 - Update zypp-po.tar.bz2
2666
2667 -------------------------------------------------------------------
2668 Wed Apr 18 18:38:06 CEST 2012 - ma@suse.de
2669
2670 - Fix install progress hopping back and forth
2671 - Try to create a missing destination dir before switching to tmp
2672   space (bnc#755239)
2673
2674 -------------------------------------------------------------------
2675 Mon Apr 16 14:52:35 CEST 2012 - ma@suse.de
2676
2677 - ResStatus: add 'unneeded' bit (determined by solver)
2678 - Force using gcc-4.6 until it builds with 4.7
2679 - Support multiversion definitions being read from files in /etc/zypp/multiversion.d.
2680 - Workaround doxygen SEGV and accept incomplete docs (until bnc#755402 is fixed)
2681 - Rename zypp::sat::AttrMatcher to zypp::StrMatcher (base/StrMatcher.h)
2682 - Support (source)package download by non-root user (bnc#755239)
2683 - Delay construction of ZYppGlobalLock until its actually needed (bnc#575096)
2684 - Fix buddy handling in solver results
2685 - Simplify Selectable::multiversionInstall
2686 - Don't cache defaultCandidate as it depends on solver::allowVendorChange flag (bnc#754286)
2687 - version 11.4.0 (4)
2688
2689 -------------------------------------------------------------------
2690 Tue Apr 10 12:11:37 CEST 2012 - ma@suse.de
2691
2692 - Update zypp-po.tar.bz2
2693
2694 -------------------------------------------------------------------
2695 Sun Apr  8 01:13:24 CEST 2012 - ma@suse.de
2696
2697 - Update zypp-po.tar.bz2
2698
2699 -------------------------------------------------------------------
2700 Thu Apr  5 01:16:21 CEST 2012 - ma@suse.de
2701
2702 - Update zypp-po.tar.bz2
2703
2704 -------------------------------------------------------------------
2705 Mon Mar 26 14:47:59 CEST 2012 - ma@suse.de
2706
2707 - Cleanup orphaned media attach points (bnc#751221)
2708 - Show max support status if package is in multiple repos (bnc#735841)
2709 - Parse proxy user/pass from url (bnc#752497)
2710 - Add CMake option to disable libproxy usage and disable it on SLE. (bnc#752500)
2711 - version 11.3.0 (1)
2712
2713 -------------------------------------------------------------------
2714 Thu Mar 15 00:31:25 CET 2012 - ma@suse.de
2715
2716 - Add API for patch severity (bnc#733723, FATE#312633)
2717 - version 11.2.0 (1)
2718
2719 -------------------------------------------------------------------
2720 Tue Mar 13 13:04:48 CET 2012 - ma@suse.de
2721
2722 - Force libproxy into using "/etc/sysconfig/proxy" if it exists (bnc#679322)
2723 - Apply soft locks by name and not per package (bnc#749418)
2724 - version 11.1.1 (1)
2725
2726 -------------------------------------------------------------------
2727 Fri Feb  3 13:18:01 CET 2012 - ma@suse.de
2728
2729 - Add Fetcher support for CHECKSUMS file (replaceing SHA1SUMS) (bnc#744302)
2730 - Build with -fvisibility-inlines-hidden
2731 - CheckAccessDeleted: avoid duplicate entries for the same PID (bnc#716972)
2732 - Correctly use user:pass directly embedded in a proxy url (bnc#740764)
2733 - new sat::Map - Libsolv (bit)Map wrapper.
2734 - always set splitprovides to true now that libsolv handles them better
2735 - version 11.1.0 (1)
2736
2737 -------------------------------------------------------------------
2738 Thu Feb  2 01:14:17 CET 2012 - ma@suse.de
2739
2740 - Update zypp-po.tar.bz2
2741
2742 -------------------------------------------------------------------
2743 Sun Jan 29 01:14:28 CET 2012 - ma@suse.de
2744
2745 - Update zypp-po.tar.bz2
2746
2747 -------------------------------------------------------------------
2748 Sun Jan 22 01:13:30 CET 2012 - ma@suse.de
2749
2750 - Update zypp-po.tar.bz2
2751
2752 -------------------------------------------------------------------
2753 Tue Jan 10 18:31:41 CET 2012 - ma@suse.de
2754
2755 - Update zypp-po.tar.bz2
2756
2757 -------------------------------------------------------------------
2758 Fri Dec 23 14:51:25 CET 2011 - ma@suse.de
2759
2760 - Adapt Repository iteration to libsolv changes.
2761 - Add sat::Pool tests
2762 - Fix Flags<> api to be more consistent and add testcase.
2763 - Set min_curl_version 7.19.4 (bnc#735284)
2764 - Doc: add some words about 'Solver - Vendor protection'
2765 - version 11.0.0 (0)
2766
2767 -------------------------------------------------------------------
2768 Thu Dec  1 01:13:37 CET 2011 - ma@suse.de
2769
2770 - Update zypp-po.tar.bz2
2771
2772 -------------------------------------------------------------------
2773 Mon Nov 28 18:08:42 CET 2011 - ma@suse.de
2774
2775 - Fix and optimize Pathname ctor and provide testcases (bnc#721128)
2776 - Open all file descriptors with O_CLOEXEC to avoid leaks and races
2777 - Some improvements to the services documentation
2778 - Fix RW_pointer comparison with underlying smart pointer type.
2779 - version 10.3.5 (3)
2780
2781 -------------------------------------------------------------------
2782 Sun Nov 27 01:13:10 CET 2011 - ma@suse.de
2783
2784 - Update zypp-po.tar.bz2
2785
2786 -------------------------------------------------------------------
2787 Thu Nov 17 01:13:15 CET 2011 - ma@suse.de
2788
2789 - Update zypp-po.tar.bz2
2790
2791 -------------------------------------------------------------------
2792 Fri Nov 11 13:38:42 CET 2011 - ma@suse.de
2793
2794 - Try to find and use some CD/DVD device even if HAL/UDEV detection
2795   fails (bnc#724807)
2796 - Static initialization problem fixes (by Harald Fernengel)
2797 - version 10.3.4 (3)
2798
2799 -------------------------------------------------------------------
2800 Mon Nov  7 15:45:28 CET 2011 - ma@suse.de
2801
2802 - Don't use proxy if disabled (bnc#696805)
2803 - version 10.3.3 (3)
2804
2805 -------------------------------------------------------------------
2806 Mon Nov  7 13:49:44 UTC 2011 - dimstar@opensuse.org
2807
2808 - Add pkg-config BuildRequires: We fail to detect libproxy due to
2809   the missing pkg-config. Additionally, we have a .pc file
2810   ourselfes, which we do not get the provides for [bnc#696805]
2811
2812 -------------------------------------------------------------------
2813 Thu Nov  3 14:58:42 CET 2011 - ma@suse.de
2814
2815 - Let RepoInfo::keepPackages properly default to FALSE (bnc#727385)
2816 - version 10.3.2 (3)
2817
2818 -------------------------------------------------------------------
2819 Thu Nov  3 01:13:12 CET 2011 - ma@suse.de
2820
2821 - Update zypp-po.tar.bz2
2822
2823 -------------------------------------------------------------------
2824 Sun Oct 30 01:14:41 CEST 2011 - ma@suse.de
2825
2826 - Update zypp-po.tar.bz2
2827
2828 -------------------------------------------------------------------
2829 Thu Oct 27 01:14:10 CEST 2011 - ma@suse.de
2830
2831 - Update zypp-po.tar.bz2
2832
2833 -------------------------------------------------------------------
2834 Mon Oct 24 13:35:56 CEST 2011 - ma@suse.de
2835
2836 - Explicitly include textLocale in package translation download
2837
2838 -------------------------------------------------------------------
2839 Mon Oct 24 09:37:31 CEST 2011 - ma@suse.de
2840
2841 - Update libversion info (due to ABI change in 10.2.0 (bnc#725407)
2842 - version 10.3.1 (3)
2843
2844 -------------------------------------------------------------------
2845 Sun Oct 23 01:13:11 CEST 2011 - ma@suse.de
2846
2847 - Update zypp-po.tar.bz2
2848
2849 -------------------------------------------------------------------
2850 Fri Oct 21 11:47:39 CEST 2011 - ma@suse.de
2851
2852 - Add zypp.conf option repo.refresh.locales: A list of locales for
2853   which translated package descriptions should be downloaded if
2854   available.
2855 - Explixitly set CURLOPT_PROXYAUTH
2856 - version 10.3.0 (1)
2857
2858 -------------------------------------------------------------------
2859 Tue Oct 18 16:45:13 CEST 2011 - ma@suse.de
2860
2861 - Add arch armv7tnhl and armv7thl
2862 - Fix RepoVariablesReplacer to compute substitution values on demand only
2863 - PathInfo::hardlinkCopy: fix handling cross-device links
2864 - version 10.2.0 (1)
2865
2866 -------------------------------------------------------------------
2867 Sun Oct 16 01:13:37 CEST 2011 - ma@suse.de
2868
2869 - Update zypp-po.tar.bz2
2870
2871 -------------------------------------------------------------------
2872 Thu Oct 13 11:50:26 CEST 2011 - ma@suse.de
2873
2874 - Must not differ between type nfs and nfs4 when checking the mount
2875   table (bnc#710269)
2876 - version 10.1.1 (1)
2877
2878 -------------------------------------------------------------------
2879 Thu Oct 13 01:13:37 CEST 2011 - ma@suse.de
2880
2881 - Update zypp-po.tar.bz2
2882
2883 -------------------------------------------------------------------
2884 Tue Oct 11 15:20:43 CEST 2011 - ma@suse.de
2885
2886 - Switch to using libsolv instead of satsolver
2887 - version 10.1.0 (1)
2888
2889 -------------------------------------------------------------------
2890 Sun Oct  9 01:13:16 CEST 2011 - ma@suse.de
2891
2892 - Update zypp-po.tar.bz2
2893
2894 -------------------------------------------------------------------
2895 Thu Oct  6 01:14:00 CEST 2011 - ma@suse.de
2896
2897 - Update zypp-po.tar.bz2
2898
2899 -------------------------------------------------------------------
2900 Tue Sep 20 09:57:04 CEST 2011 - ma@suse.de
2901
2902 - Bump major version for Factory; 9.x is continued on SLE-11-SP2-Branch
2903 - version 10.0.0 (0)
2904
2905 -------------------------------------------------------------------
2906 Tue Sep 13 10:51:53 CEST 2011 - ma@suse.de
2907
2908 - Enhance Selectable API
2909 - version 9.11.0 (8)
2910
2911 -------------------------------------------------------------------
2912 Sun Sep 11 01:18:59 CEST 2011 - ma@suse.de
2913
2914 - Update sle-zypp-po.tar.bz2
2915
2916 -------------------------------------------------------------------
2917 Sun Sep 11 01:13:12 CEST 2011 - ma@suse.de
2918
2919 - Update zypp-po.tar.bz2
2920
2921 -------------------------------------------------------------------
2922 Thu Sep  8 01:19:28 CEST 2011 - ma@suse.de
2923
2924 - Update sle-zypp-po.tar.bz2
2925
2926 -------------------------------------------------------------------
2927 Thu Sep  8 01:14:08 CEST 2011 - ma@suse.de
2928
2929 - Update zypp-po.tar.bz2
2930
2931 -------------------------------------------------------------------
2932 Wed Sep  7 12:38:23 CEST 2011 - ma@suse.de
2933
2934 - Explicitly require rpm.
2935 - version 9.10.2 (8)
2936
2937 -------------------------------------------------------------------
2938 Sun Sep  4 01:16:54 CEST 2011 - ma@suse.de
2939
2940 - Update sle-zypp-po.tar.bz2
2941
2942 -------------------------------------------------------------------
2943 Sun Sep  4 01:13:27 CEST 2011 - ma@suse.de
2944
2945 - Update zypp-po.tar.bz2
2946
2947 -------------------------------------------------------------------
2948 Thu Sep  1 01:13:36 CEST 2011 - ma@suse.de
2949
2950 - Update zypp-po.tar.bz2
2951
2952 -------------------------------------------------------------------
2953 Mon Aug 29 10:51:04 CEST 2011 - ma@suse.de
2954
2955 - Extend mount entry comparison fix (bnc#710269)
2956 - version 9.10.2 (8)
2957
2958 -------------------------------------------------------------------
2959 Thu Aug 25 01:17:06 CEST 2011 - ma@suse.de
2960
2961 - Update sle-zypp-po.tar.bz2
2962
2963 -------------------------------------------------------------------
2964 Mon Aug 22 13:57:16 CEST 2011 - ma@suse.de
2965
2966 - Update sle-zypp-po.tar.bz2
2967
2968 -------------------------------------------------------------------
2969 Sun Aug 14 01:13:21 CEST 2011 - ma@suse.de
2970
2971 - Update zypp-po.tar.bz2
2972
2973 -------------------------------------------------------------------
2974 Sun Aug  7 01:16:07 CEST 2011 - ma@suse.de
2975
2976 - Update zypp-po.tar.bz2
2977
2978 -------------------------------------------------------------------
2979 Fri Aug  5 15:20:07 CEST 2011 - ma@suse.de
2980
2981 - Attempt to fix smb mount entry comparison (bnc#710269)
2982 - version 9.10.1 (8)
2983
2984 -------------------------------------------------------------------
2985 Thu Aug  4 14:54:47 CEST 2011 - ma@suse.de
2986
2987 - Allow to turn Resolvers upgrade mode on and off (bnc#709480)
2988 - Fix reading of integer arrays from rpm headers (bnc#709716)
2989 - version 9.10.0 (8)
2990
2991 -------------------------------------------------------------------
2992 Thu Aug  4 01:14:00 CEST 2011 - ma@suse.de
2993
2994 - Update zypp-po.tar.bz2
2995
2996 -------------------------------------------------------------------
2997 Thu Jul 28 13:04:10 CEST 2011 - ma@suse.de
2998
2999 - Evaluate CURLINFO_CONDITION_UNMET on zero sized successful transfers,
3000   if compiled against libcurl-7.19.4 or above. (bnc#692260)
3001 - version 9.9.2 (8)
3002
3003 -------------------------------------------------------------------
3004 Mon Jul 25 16:20:37 CEST 2011 - ma@suse.de
3005
3006 - Always read /proc/mounts when looking for mounted media (bnc#705893)
3007 - version 9.9.1 (8)
3008
3009 -------------------------------------------------------------------
3010 Fri Jul 22 13:12:34 CEST 2011 - ma@suse.de
3011
3012 - MediaUserAuth: Do not expose libcurl header files.
3013 - version 9.9.0 (8)
3014
3015 -------------------------------------------------------------------
3016 Mon Jul 18 11:33:25 CEST 2011 - ma@suse.de
3017
3018 - More initialize parser structure fixes. (bnc#705181)
3019 - version 9.8.7 (8)
3020
3021 -------------------------------------------------------------------
3022 Fri Jul 15 15:15:01 CEST 2011 - ma@suse.de
3023
3024 - Check for /etc/sysconfig/storage changes before solving (bnc#702365)
3025 - version 9.8.6 (8)
3026
3027 -------------------------------------------------------------------
3028 Fri Jul 15 13:58:53 CEST 2011 - ma@suse.de
3029
3030 - Properly initialize parser structures (bnc#705181)
3031 - version 9.8.5 (8)
3032
3033 -------------------------------------------------------------------
3034 Thu Jul  7 15:53:17 CEST 2011 - ma@suse.de
3035
3036 - Fix tests for available libcurl version.
3037 - version 9.8.4 (8)
3038
3039 -------------------------------------------------------------------
3040 Thu Jul  7 01:13:47 CEST 2011 - ma@suse.de
3041
3042 - Update zypp-po.tar.bz2
3043
3044 -------------------------------------------------------------------
3045 Mon Jul  4 10:41:42 CEST 2011 - ma@suse.de
3046
3047 - Make fix for bnc#702576 more robust.
3048 - Enhance fix for bnc#699435. Return an error if download in advance
3049   failed to provide all packages, so zypper does not silently quit.
3050 - version 9.8.3 (8)
3051
3052 -------------------------------------------------------------------
3053 Thu Jun 30 01:13:43 CEST 2011 - ma@suse.de
3054
3055 - Update zypp-po.tar.bz2
3056
3057 -------------------------------------------------------------------
3058 Wed Jun 29 12:23:24 CEST 2011 - ma@suse.de
3059
3060 - Always compute transaction from pool (bnc#702576)
3061 - version 9.8.2 (8)
3062
3063 -------------------------------------------------------------------
3064 Tue Jun 28 16:04:50 CEST 2011 - ma@suse.de
3065
3066 - Add feature provides for supported plugins.
3067
3068 -------------------------------------------------------------------
3069 Tue Jun 21 10:44:47 CEST 2011 - dmacvicar@suse.de
3070
3071 - Add configuration template for automatic kernel
3072   purge (feature#312018) to zypp.conf
3073
3074 -------------------------------------------------------------------
3075 Tue Jun 14 13:38:00 CEST 2011 - ma@suse.de
3076
3077 - Fix download loop to skip non-install actions. (bnc#699435)
3078 - version 9.8.1 (8)
3079
3080 -------------------------------------------------------------------
3081 Sun Jun 12 01:13:36 CEST 2011 - ma@suse.de
3082
3083 - Update zypp-po.tar.bz2
3084
3085 -------------------------------------------------------------------
3086 Thu Jun  9 09:34:51 CEST 2011 - ma@suse.de
3087
3088 - Fix missing return value.
3089
3090 -------------------------------------------------------------------
3091 Wed Jun  8 12:58:54 CEST 2011 - ma@suse.de
3092
3093 - Simplify ZYppCommitResult by using filtered Transaction::action_iterator.
3094 - version 9.8.0 (8)
3095
3096 -------------------------------------------------------------------
3097 Tue Jun  7 14:12:35 CEST 2011 - ma@suse.de
3098
3099 - Update zypp-po.tar.bz2
3100
3101 -------------------------------------------------------------------
3102 Tue Jun  7 12:42:20 CEST 2011 - ma@suse.de
3103
3104 - Fix transaction ORDER_BY_MEDIANR.
3105 - version 9.7.0 (5)
3106
3107 -------------------------------------------------------------------
3108 Fri Jun  3 23:12:05 CEST 2011 - ma@suse.de
3109
3110 - Basic commit plugins implemented. They may be used to implement pre/post
3111   commit actions like taking file system snapshots (fate#303699)
3112 - version 9.6.0 (5)
3113
3114 -------------------------------------------------------------------
3115 Tue May 31 17:27:45 CEST 2011 - ma@suse.de
3116
3117 - Do commit based on sat::Transaction.
3118 - version 9.5.0 (5)
3119
3120 -------------------------------------------------------------------
3121 Tue May 31 12:09:17 CEST 2011 - ma@suse.de
3122
3123 - Assert rpm database directory is created before rpmtsInitDB is
3124   called (bnc#697115)
3125
3126 -------------------------------------------------------------------
3127 Tue May 31 11:46:57 CEST 2011 - dheidler@suse.de
3128
3129 - fix var definition order in PackageProvider
3130 - fix operator~ return datatype for flags (ctor is explicit)
3131 - add method interactiveFlags to Patch describing what makes it
3132   interactive
3133 - version 9.4.0 (3)
3134
3135 -------------------------------------------------------------------
3136 Tue May 31 10:12:12 CEST 2011 - ma@suse.de
3137
3138 - Recommend 'lsof' (for zypper ps) (bnc#694427, bnc#684466)
3139
3140 -------------------------------------------------------------------
3141 Mon May 30 17:14:14 CEST 2011 - dheidler@suse.de
3142
3143 - Switch patch interactive-check to flags
3144 - version 9.3.0 (3)
3145
3146 -------------------------------------------------------------------
3147 Sun May 29 01:13:42 CEST 2011 - ma@suse.de
3148
3149 - Update zypp-po.tar.bz2
3150
3151 -------------------------------------------------------------------
3152 Fri May 27 17:02:05 CEST 2011 - ma@suse.de
3153
3154 - fix specfile to handle sles translations if available
3155
3156 -------------------------------------------------------------------
3157 Fri May 27 09:51:13 CEST 2011 - ma@suse.de
3158
3159 - Avoid using #elifdef directive.
3160
3161 -------------------------------------------------------------------
3162 Thu May 26 01:13:43 CEST 2011 - ma@suse.de
3163
3164 - Update zypp-po.tar.bz2
3165
3166 -------------------------------------------------------------------
3167 Wed May 25 09:22:28 CEST 2011 - ma@suse.de
3168
3169 - Add a fallback gnome-packagekit updater in package-manager (bnc#667504)
3170 - Backport changelog entries from SLE11-SP1 branch. Bugs mentioned here
3171   were either fixed without bnc# or do not apply to this branch. This is
3172   to make the changelog checker happy:
3173   - Set proper defaults for service repos (bnc#673943)
3174
3175 -------------------------------------------------------------------
3176 Tue May 24 12:43:32 CEST 2011 - dheidler@suse.de
3177
3178 - add option ignore_reboot_flag to Patch::interactive (bnc#665853)
3179 - version 9.2.0 (2)
3180
3181 -------------------------------------------------------------------
3182 Mon May 23 16:12:32 CEST 2011 - dheidler@suse.de
3183
3184 - respect patch content license when determinating interactive status
3185 - version 9.1.2 (1)
3186
3187 -------------------------------------------------------------------
3188 Mon May 23 12:05:10 CEST 2011 - ma@suse.de
3189
3190 - More rpm-4.9 fixes
3191 - Disable rpm V3toV4 conversion while not working with rpm 4.9
3192
3193 -------------------------------------------------------------------
3194 Sun May 22 01:14:21 CEST 2011 - ma@suse.de
3195
3196 - Update zypp-po.tar.bz2
3197
3198 -------------------------------------------------------------------
3199 Fri May 20 17:11:10 CEST 2011 - ma@suse.de
3200
3201 - Fix for rpm-4.9
3202 - version 9.1.1 (1)
3203
3204 -------------------------------------------------------------------
3205 Fri May 20 13:43:38 CEST 2011 - ma@suse.de
3206
3207 - Disable use if rpm-4.4 legacy interface (dropped in 4.9) (bnc#691089)
3208 - Fix poolquery handling repo restrictions correctly. (bnc#661976)
3209 - version 9.1.0 (1)
3210
3211 -------------------------------------------------------------------
3212 Wed May 18 14:10:20 CEST 2011 - dmacvicar@suse.de
3213
3214 - Allow MediaCD to build against HAL or nothing
3215   if udev is not present
3216
3217 -------------------------------------------------------------------
3218 Mon May 16 14:42:09 CEST 2011 - dmacvicar@suse.de
3219
3220 - forward port all changes to make it build in Code10
3221
3222 -------------------------------------------------------------------
3223 Mon May 16 11:51:51 UTC 2011 - dmacvicar@suse.de
3224
3225 - make -Werror=format-security optional and used only if
3226   supported
3227
3228 -------------------------------------------------------------------
3229 Sun May 15 01:13:47 CEST 2011 - ma@suse.de
3230
3231 - Update zypp-po.tar.bz2
3232
3233 -------------------------------------------------------------------
3234 Thu May 12 01:13:54 CEST 2011 - ma@suse.de
3235
3236 - Update zypp-po.tar.bz2
3237
3238 -------------------------------------------------------------------
3239 Fri May  6 13:22:35 CEST 2011 - dheidler@suse.de
3240
3241 - delete old metadata temp directories
3242 - version 9.0.3 (0)
3243
3244 -------------------------------------------------------------------
3245 Wed Apr 27 17:17:00 CEST 2011 - dheidler@suse.de
3246
3247 - fix max_concurrent_connections option in MultiCurl (bnc#596089)
3248 - version 9.0.2 (0)
3249
3250 -------------------------------------------------------------------
3251 Sun Apr 17 01:13:40 CEST 2011 - ma@suse.de
3252
3253 - Update zypp-po.tar.bz2
3254
3255 -------------------------------------------------------------------
3256 Tue Apr 12 18:49:32 CEST 2011 - dheidler@suse.de
3257
3258 - check for permissions before writing (fixes bnc#683509)
3259 - version 9.0.1 (0)
3260
3261 -------------------------------------------------------------------
3262 Tue Apr  5 12:08:27 CEST 2011 - ma@suse.de
3263
3264 - Switch ResPoolProxy to use multimap in order to allow iteration
3265   of all Selectables of all kinds.
3266 - Add upper/lower_bound iteration to MapKVIterator.
3267 - Add stream output for multimap/set.
3268 - version 9.0.0 (0)
3269
3270 -------------------------------------------------------------------
3271 Mon Apr  4 15:08:08 CEST 2011 - ma@suse.de
3272
3273 - Update zypp-po.tar.bz2
3274
3275 -------------------------------------------------------------------
3276 Mon Apr  4 15:04:47 CEST 2011 - ma@suse.de
3277
3278 - Update zypp-po.tar.bz2
3279
3280 -------------------------------------------------------------------
3281 Mon Apr  4 15:03:55 CEST 2011 - ma@suse.de
3282
3283 - Update zypp-po.tar.bz2
3284
3285 -------------------------------------------------------------------
3286 Thu Mar 10 01:13:39 CET 2011 - ma@suse.de
3287
3288 - Update zypp-po.tar.bz2
3289
3290 -------------------------------------------------------------------
3291 Sun Mar  6 01:13:41 CET 2011 - ma@suse.de
3292
3293 - Update zypp-po.tar.bz2
3294
3295 -------------------------------------------------------------------
3296 Wed Feb 16 14:24:27 UTC 2011 - dmacvicar@suse.de
3297
3298 - Do not look for $releasever 's value if there is no variable
3299   in the url: parses product file again and again
3300 - version 8.12.2 (10)
3301
3302 -------------------------------------------------------------------
3303 Thu Feb 10 16:01:46 CET 2011 - ma@suse.de
3304
3305 - Remove package-manager.desktop file (bnc#329635)
3306 - version 8.12.1 (10)
3307
3308 -------------------------------------------------------------------
3309 Tue Jan 25 10:09:22 CET 2011 - ma@suse.de
3310
3311 - Apply patch introducing armv7nhl:armv7hl
3312
3313 -------------------------------------------------------------------
3314 Tue Jan 18 12:28:19 UTC 2011 - dmacvicar@suse.de
3315
3316 - allow for Repo Index Services to set the enabled state of
3317   repositories from the server side.
3318 - Fix priority not being set on reading service indexes
3319 - version 8.12.0 (10)
3320
3321 -------------------------------------------------------------------
3322 Fri Jan 14 12:45:18 CET 2011 - ma@suse.de
3323
3324 - Add new ServicePlugin Exceptions.
3325
3326 -------------------------------------------------------------------
3327 Thu Jan 13 01:13:32 CET 2011 - ma@suse.de
3328
3329 - Update zypp-po.tar.bz2
3330
3331 -------------------------------------------------------------------
3332 Thu Dec 23 14:42:02 CET 2010 - dheidler@suse.de
3333
3334 - add method to check if there are manually configured urls
3335 - version 8.11.0 (10)
3336
3337 -------------------------------------------------------------------
3338 Thu Dec 23 11:31:22 CET 2010 - dheidler@suse.de
3339
3340 - create cache directory, if it doesn't exist
3341   when saving mirrorlist
3342 - version 8.10.6 (10)
3343
3344 -------------------------------------------------------------------
3345 Wed Dec 22 12:38:22 CET 2010 - dheidler@suse.de
3346
3347 - moved keepPackages code to RepoInfo::Impl
3348 - version 8.10.5 (10)
3349
3350 -------------------------------------------------------------------
3351 Tue Dec 21 13:29:06 CET 2010 - dheidler@suse.de
3352
3353 - Fix caching of mirrorlist files
3354 - version 8.10.4 (10)
3355
3356 -------------------------------------------------------------------
3357 Thu Dec 16 19:46:00 CET 2010 - ma@suse.de
3358
3359 - Do not export keyring if rpmdb is initialised, but target isn't
3360   (bnc#659494)
3361 - version 8.10.3 (10)
3362
3363 -------------------------------------------------------------------
3364 Fri Dec 10 17:17:07 CET 2010 - dheidler@suse.de
3365
3366 - Catch RPM-Exeption when instaling the Distribution (bnc#658714)
3367 - version 8.10.2 (10)
3368
3369 -------------------------------------------------------------------
3370 Wed Dec  8 14:15:12 CET 2010 - dheidler@suse.de
3371
3372 - fix retrieval of distributionVersion if target is not initialized
3373 - MultiCurl: make sure the server responds with "partial content",
3374   fixes corrupt downloads if the metalink file contains no checksums
3375 - version 8.10.1 (10)
3376
3377 -------------------------------------------------------------------
3378 Wed Dec  1 17:39:16 CET 2010 - dheidler@suse.de
3379
3380 - Added ReplacerVar caching in RepoInfo
3381 - Automaticly remove empty mirrorlist-files
3382 - version 8.10.0 (10)
3383
3384 -------------------------------------------------------------------
3385 Tue Nov 30 17:11:32 CET 2010 - dheidler@suse.de
3386
3387 - Added MirrorList caching
3388 - version 8.9.0 (7)
3389
3390 -------------------------------------------------------------------
3391 Mon Nov 29 12:31:37 CET 2010 - ma@suse.de
3392
3393 - Icons for libzypp should go into desktop-data. (bnc#329635)
3394 - version 8.8.2 (7)
3395
3396 -------------------------------------------------------------------
3397 Wed Nov 24 11:55:59 CET 2010 - ma@suse.de
3398
3399 - Properly handle FTP response 550. (bnc#645747)
3400 - version 8.8.1 (7)
3401
3402 -------------------------------------------------------------------
3403 Fri Nov 19 11:24:39 CET 2010 - mls@suse.de
3404
3405 - fix access of freed memory in MultiCurl (bnc#654600)
3406
3407 -------------------------------------------------------------------
3408 Sun Nov  7 01:13:39 CET 2010 - ma@suse.de
3409
3410 - Update zypp-po.tar.bz2
3411
3412 -------------------------------------------------------------------
3413 Wed Nov  3 16:06:46 CET 2010 - dheidler@suse.de
3414
3415 - added metalink support
3416 - version 8.8.0 (7)
3417
3418 -------------------------------------------------------------------
3419 Thu Oct 21 18:15:31 CEST 2010 - ma@suse.de
3420
3421 - Feed the ProvideFilePolicy progress callback in addition to any
3422   connected media::DownloadProgressReport (bnc#545106)
3423 - version 8.7.1 (7)
3424
3425 -------------------------------------------------------------------
3426 Wed Oct 13 16:14:13 CEST 2010 - dheidler@suse.de
3427
3428 - Make MetaLinkParser accept InputStreams
3429 - Make MetaLinkParser accept Pathnames insted of strings
3430 - Fix MetaLinkv4 hash parsing
3431 - Add MetaLinkParser test
3432 - version 8.7.0 (7)
3433
3434 -------------------------------------------------------------------
3435 Mon Oct 11 17:06:17 CEST 2010 - ma@suse.de
3436
3437 - Use timeouts in plugin script communication.
3438 - Fix ExternalProgram to correctly remember exit status.
3439 - version 8.6.0 (5)
3440
3441 -------------------------------------------------------------------
3442 Sun Oct 10 01:13:40 CEST 2010 - ma@suse.de
3443
3444 - Update zypp-po.tar.bz2
3445
3446 -------------------------------------------------------------------
3447 Fri Oct  8 08:43:02 UTC 2010 - dmacvicar@novell.com
3448
3449 - fix services not being linked to their file after being
3450   saved
3451
3452 -------------------------------------------------------------------
3453 Thu Oct  7 09:02:26 CEST 2010 - jkupec@suse.cz
3454
3455 - Don't use aria2c for FTP (bnc #641328)
3456
3457 -------------------------------------------------------------------
3458 Wed Oct  6 15:39:59 UTC 2010 - dmacvicar@novell.com
3459
3460 - implementation for url resolver plugins
3461 - version 8.5.0 (5)
3462
3463 -------------------------------------------------------------------
3464 Wed Oct  6 16:54:15 CEST 2010 - dheidler@suse.de
3465
3466 - Use DownloadInHeaps as default, when there is nothing configured
3467   and when the target root is set to "/". (bnc#591476)
3468 - version 8.4.0 (4)
3469
3470 -------------------------------------------------------------------
3471 Tue Sep 28 17:12:51 CEST 2010 - dheidler@suse.de
3472
3473 - fixed replacing releasever (for fedora systems) - (bnc#637470)
3474 - version 8.3.0 (0)
3475
3476 -------------------------------------------------------------------
3477 Fri Sep 24 13:07:25 CEST 2010 - mls@suse.de
3478
3479 - fix metalink4 parsing [bnc#641484]
3480
3481 -------------------------------------------------------------------
3482 Thu Sep 23 01:13:45 CEST 2010 - ma@suse.de
3483
3484 - Update zypp-po.tar.bz2
3485
3486 -------------------------------------------------------------------
3487 Mon Sep 20 15:31:31 UTC 2010 - dmacvicar@novell.com
3488
3489 - Allow per repository proxy settings like yum does.
3490   Including setting it to _none_ overriding the
3491   system proxy.
3492   Patch from Zhang, Qiang <qiang.z.zhang@intel.com>
3493 - version 8.2.1 (0)
3494
3495 -------------------------------------------------------------------
3496 Fri Sep 10 17:06:34 CEST 2010 - dheidler@suse.de
3497
3498 - fixed replacing basearch (for fedora systems) - (bnc#637473)
3499 - version 8.2.0 (0)
3500
3501 -------------------------------------------------------------------
3502 Fri Sep 10 11:57:29 CEST 2010 - ma@suse.de
3503
3504 - Report download failures in commit result (bnc#431854)
3505 - Fix Solvable::onSystemByUser returning true for uninstalled solvables.
3506 - version 8.1.3 (0)
3507
3508 -------------------------------------------------------------------
3509 Tue Aug 31 20:01:26 CEST 2010 - ma@suse.de
3510
3511 - Fix download-only not to omit source packages (bnc#635596)
3512 - version 8.1.2 (0)
3513
3514 -------------------------------------------------------------------
3515 Thu Aug 26 01:13:38 CEST 2010 - ma@suse.de
3516
3517 - Update zypp-po.tar.bz2
3518
3519 -------------------------------------------------------------------
3520 Fri Aug 13 12:33:26 UTC 2010 - dmacvicar@novell.com
3521
3522 - fix basearch url variable
3523 - use the right release package name on fedora
3524
3525 -------------------------------------------------------------------
3526 Tue Aug 10 13:18:08 CEST 2010 - ma@suse.de
3527
3528 - MediaDISK: Use blkid to verify disk volumes. (bnc#623226)
3529 - version 8.1.1 (0)
3530
3531 -------------------------------------------------------------------
3532 Sun Aug  8 01:13:37 CEST 2010 - ma@suse.de
3533
3534 - Update zypp-po.tar.bz2
3535
3536 -------------------------------------------------------------------
3537 Thu Aug  5 01:13:53 CEST 2010 - ma@suse.de
3538
3539 - Update zypp-po.tar.bz2
3540
3541 -------------------------------------------------------------------
3542 Tue Aug  3 16:17:04 CEST 2010 - ma@suse.de
3543
3544 - Fix memory leaks.
3545
3546 -------------------------------------------------------------------
3547 Mon Aug  2 11:58:57 CEST 2010 - ma@suse.de
3548
3549 - Enhance PoolItem interface to assist patch classification. (bnc#627316)
3550 - version 8.1.0 (0)
3551
3552 -------------------------------------------------------------------
3553 Tue Jul 27 15:38:00 CEST 2010 - ma@suse.de
3554
3555 - Fix bug in PoolQuery::addDependency
3556 - Disable MediaAria and enable MultiCurl as default http/ftp backend.
3557   MultiCurl implements MetaLink and Zsync support using libcurl. In
3558   case of trouble set ZYPP_MULTICURL=0 in the envirionment to disable
3559   the new backend.
3560 - version 8.0.1 (0)
3561
3562 -------------------------------------------------------------------
3563 Mon Jul 26 17:05:14 CEST 2010 - ma@suse.de
3564
3565 - Bump heads major version after 11.3 branched away.
3566 - version 8.0.0 (0)
3567
3568 -------------------------------------------------------------------
3569 Thu Jul 22 01:13:27 CEST 2010 - ma@suse.de
3570
3571 - Update zypp-po.tar.bz2
3572
3573 -------------------------------------------------------------------
3574 Wed Jul  7 13:56:49 CEST 2010 - ma@suse.de
3575
3576 - Add PoolQuery for name, edition AND architecture in one go. (bnc#614362)
3577 - version 7.8.0 (6)
3578
3579 -------------------------------------------------------------------
3580 Mon Jul  5 13:03:57 CEST 2010 - ma@suse.de
3581
3582 - Fix requirement to /usr/bin/uuidgen (bnc#613304)
3583
3584 -------------------------------------------------------------------
3585 Sun Jul  4 01:13:29 CEST 2010 - ma@suse.de
3586
3587 - Update zypp-po.tar.bz2
3588
3589 -------------------------------------------------------------------
3590 Tue Jun 29 17:46:13 CEST 2010 - ma@suse.de
3591
3592 - Fix CURLOPT_MAX_RECV_SPEED_LARGE expecting a curl_off_t argument.
3593
3594 -------------------------------------------------------------------
3595 Tue Jun 29 10:22:06 CEST 2010 - ma@suse.de
3596
3597 - Respect zypp.conf policy settings when solving for update.
3598
3599 -------------------------------------------------------------------
3600 Fri Jun 25 11:35:52 CEST 2010 - ma@suse.de
3601
3602 - Don't bloat logfile by logging install progess values.
3603
3604 -------------------------------------------------------------------
3605 Thu Jun 10 01:13:49 CEST 2010 - ma@suse.de
3606
3607 - Update zypp-po.tar.bz2
3608
3609 -------------------------------------------------------------------
3610 Mon Jun  7 17:52:50 CEST 2010 - ma@suse.de
3611
3612 - Add missing Date constant declarations.
3613 - version 7.7.5 (6)
3614
3615 -------------------------------------------------------------------
3616 Mon Jun  7 11:46:58 CEST 2010 - ma@suse.de
3617
3618 - Prevent against daemons launched in rpm %post, that do not close
3619   their filedescriptors. Original fix was accidentally reverted.
3620   (bnc#174548)
3621 - version 7.7.4 (6)
3622
3623 -------------------------------------------------------------------
3624 Sun Jun  6 01:13:52 CEST 2010 - ma@suse.de
3625
3626 - Update zypp-po.tar.bz2
3627
3628 -------------------------------------------------------------------
3629 Fri Jun  4 17:14:17 CEST 2010 - ma@suse.de
3630
3631 - Fix default evaluation of recommendations of installed
3632   packages (bnc#605490)
3633 - version 7.7.3 (6)
3634
3635 -------------------------------------------------------------------
3636 Thu Jun  3 01:14:08 CEST 2010 - ma@suse.de
3637
3638 - Update zypp-po.tar.bz2
3639
3640 -------------------------------------------------------------------
3641 Fri May 21 20:00:55 CEST 2010 - ma@suse.de
3642
3643 - Fix broken IdStringType comparison (bnc#607572)
3644 - version 7.7.2 (6)
3645
3646 -------------------------------------------------------------------
3647 Thu May 20 21:01:05 CEST 2010 - ma@suse.de
3648
3649 - Fix packages provided via delta rpm being placed in
3650   the wrong package cache (bnc#607583)
3651 - version 7.7.1 (6)
3652
3653 -------------------------------------------------------------------
3654 Thu May 20 01:13:49 CEST 2010 - ma@suse.de
3655
3656 - Update zypp-po.tar.bz2
3657
3658 -------------------------------------------------------------------
3659 Tue May 18 18:02:44 CEST 2010 - ma@suse.de
3660
3661 - Fix arch detection on sprac (bug #566291)
3662 - Arch: add sparc64v and sparcv9v and armv7l
3663 - RepoManager: refresh repo if last refresh is in the future (bnc#593617)
3664 - version 7.6.1 (6)
3665
3666 -------------------------------------------------------------------
3667 Mon May 17 15:25:14 CEST 2010 - ma@suse.de
3668
3669 - Fix package-manager-su to support LXDE (Andrea Florio) (bnc#582235)
3670 - Cleanup spec file (Pavol Rusnak)
3671 - version 7.6.0 (6)
3672
3673 -------------------------------------------------------------------
3674 Sun May 16 01:13:39 CEST 2010 - ma@suse.de
3675
3676 - Update zypp-po.tar.bz2
3677
3678 -------------------------------------------------------------------
3679 Wed May 12 19:09:54 CEST 2010 - ma@suse.de
3680
3681 - Add methods to evaluate gpg geys expiration dates.
3682 - Export all rpmDb keys to the zypp trusted keyring in one go.
3683 - version 7.6.0 (6)
3684
3685 -------------------------------------------------------------------
3686 Wed May 12 17:35:44 CEST 2010 - ma@suse.de
3687
3688 - Update zypp-po.tar.bz2
3689
3690 -------------------------------------------------------------------
3691 Sun May  9 01:13:45 CEST 2010 - ma@suse.de
3692
3693 - Update zypp-po.tar.bz2
3694
3695 -------------------------------------------------------------------
3696 Sat May  8 01:13:43 CEST 2010 - ma@suse.de
3697
3698 - Update zypp-po.tar.bz2
3699
3700 -------------------------------------------------------------------
3701 Fri May  7 01:13:55 CEST 2010 - ma@suse.de
3702
3703 - Update zypp-po.tar.bz2 (Revision: 54959)
3704
3705 -------------------------------------------------------------------
3706 Wed May  5 14:49:39 CEST 2010 - ma@suse.de
3707
3708 - Update zypp-po.tar.bz2 (Revision: 54959)
3709
3710 -------------------------------------------------------------------
3711 Tue May  4 01:13:43 CEST 2010 - ma@suse.de
3712
3713 - Update translations.
3714
3715 -------------------------------------------------------------------
3716 Mon May  3 18:12:36 CEST 2010 - ma@suse.de
3717
3718 - Improve solver.cleandepsOnRemove result by evaluating the install
3719   history to find packages installed on behalf of a user request (not
3720   auto added by the solver).
3721 - version 7.5.0 (5)
3722
3723 -------------------------------------------------------------------
3724 Sat May  1 01:13:43 CEST 2010 - ma@suse.de
3725
3726 - Update translations.
3727
3728 -------------------------------------------------------------------
3729 Fri Apr 30 01:13:46 CEST 2010 - ma@suse.de
3730
3731 - Update translations.
3732
3733 -------------------------------------------------------------------
3734 Thu Apr 29 17:10:29 CEST 2010 - ma@suse.de
3735
3736 - Cleanup when deleting packages. New zypp.conf expert option
3737   solver.cleandepsOnRemove telling whether the solver should per
3738   default try to remove packages exclusively required by the ones
3739   he's asked to delete (default false).
3740 - Resolver::cleandepsOnRemove API to allow applications to change
3741   the solver option.
3742 - version 7.4.0 (4)
3743
3744 -------------------------------------------------------------------
3745 Thu Apr 29 01:13:40 CEST 2010 - ma@suse.de
3746
3747 - Update translations.
3748
3749 -------------------------------------------------------------------
3750 Wed Apr 28 16:35:04 CEST 2010 - ma@suse.de
3751
3752 - Enable splitprovides on update.
3753
3754 -------------------------------------------------------------------
3755 Wed Apr 28 01:13:37 CEST 2010 - ma@suse.de
3756
3757 - Update translations.
3758
3759 -------------------------------------------------------------------
3760 Tue Apr 27 17:42:20 CEST 2010 - ma@suse.de
3761
3762 - Selectable: Classify broken but locked patch as isUnwanted (bnc#577118)
3763 - version 7.3.0 (2)
3764
3765 -------------------------------------------------------------------
3766 Tue Apr 27 11:25:17 CEST 2010 - ma@suse.de
3767
3768 - Use libudev to detect available cd/dvd devices (bnc#590707,fate#308980)
3769 - Fix specfile to BuildRequire libudev-devel.
3770 - version 7.2.0 (2)
3771
3772 -------------------------------------------------------------------
3773 Mon Apr 26 11:57:23 CEST 2010 - ma@suse.de
3774
3775 - Support URLs and ISOs ending on 'Media1', 'Media2', etc., when
3776   rewiting the URL to access a specific media number. By now only
3777   nanmes ending on 'CD' or 'DVD' were supported. (bnc#594850)
3778
3779 -------------------------------------------------------------------
3780 Fri Apr 23 01:13:34 CEST 2010 - ma@suse.de
3781
3782 - Update translations.
3783
3784 -------------------------------------------------------------------
3785 Wed Apr 21 01:13:38 CEST 2010 - ma@suse.de
3786
3787 - Update translations.
3788
3789 -------------------------------------------------------------------
3790 Tue Apr 20 16:56:59 CEST 2010 - ma@suse.de
3791
3792 - /etc/zypp/locks: Allow to specify edition ranges with
3793   solvable:name and dependencies.
3794 - version 7.1.1 (1)
3795
3796 -------------------------------------------------------------------
3797 Thu Apr 15 12:49:01 CEST 2010 - ma@suse.de
3798
3799 - Provide name of the lock holder in ZYppFactoryException. (bnc#580513)
3800 - version 7.1.0 (1)
3801
3802 -------------------------------------------------------------------
3803 Wed Apr 14 15:09:18 CEST 2010 - ma@suse.de
3804
3805 - Using boost-1.42 requires -fno-strict-aliasing (bnc#595545)
3806 - Bump major version for 11.3 development.
3807 - version 7.0.0 (0)
3808
3809 -------------------------------------------------------------------
3810 Tue Apr 13 14:36:31 CEST 2010 - ma@suse.de
3811
3812 - Fix parsing port from IPv6 URL (bnc#593385)
3813
3814 -------------------------------------------------------------------
3815 Fri Mar 26 19:23:59 CET 2010 - ma@suse.de
3816
3817 - Propagate ZConfig::setTextLocale to pool. (bnc#588850)
3818 - version 6.31.3 (31)
3819
3820 -------------------------------------------------------------------
3821 Fri Mar 26 13:50:08 CET 2010 - ma@suse.de
3822
3823 - Fix guessing package spec to match package names only. (bnc#590864)
3824 - version 6.31.2 (31)
3825
3826 -------------------------------------------------------------------
3827 Tue Mar 23 16:55:56 CET 2010 - ma@suse.de
3828
3829 - Add static Target::distributionLabel to return the baseproducts
3830   shortName and summary. Mainlu used for the bootloader menu. (bnc #586303)
3831 - version 6.31.1 (31)
3832
3833 -------------------------------------------------------------------
3834 Thu Mar 18 17:17:02 CET 2010 - ma@suse.de
3835
3836 - Fix broken bit values in enum VendorSupportOption (bnc#589331)
3837 - version 6.31.0 (31)
3838
3839 -------------------------------------------------------------------
3840 Fri Mar 12 14:46:25 CET 2010 - ma@suse.de
3841
3842 - Fix handling of symlinked packages in package cache. (bnc #585409)
3843 - version 6.30.5 (19)
3844
3845 -------------------------------------------------------------------
3846 Tue Feb 23 19:05:04 CET 2010 - jkupec@suse.cz
3847
3848 - Avoiding use of 'guest' if 'credentials' is used when moutning
3849   a CIFS share. This caused 'permission denied' error with certain
3850   server configurations (bnc #560496).
3851
3852 -------------------------------------------------------------------
3853 Tue Feb 23 17:31:05 CET 2010 - ma@suse.de
3854
3855 - Check if a downloaded file actually exists even if aria2c returned 0.
3856   (bnc #564816)
3857 - version 6.30.3 (19)
3858
3859 -------------------------------------------------------------------
3860 Mon Feb 22 15:25:34 CET 2010 - jkupec@suse.cz
3861
3862 - Made CURLE_PARTIAL_FILE an auto-retry error (bnc #471436)
3863
3864 -------------------------------------------------------------------
3865 Mon Feb 22 13:09:09 CET 2010 - ma@suse.de
3866
3867 - Turn off cookies when retrieving services repoindex.xml (bnc #573897)
3868 - Consider pending disable requests when removing service repositories. (bnc #572634)
3869 - version 6.30.1 (19)
3870
3871 -------------------------------------------------------------------
3872 Sun Feb 21 14:11:49 CET 2010 - jkupec@suse.cz
3873
3874 - RepoManager::cleanCacheDirGarbage added for removing directories
3875   which do not belong to any of known repos (bnc #467693)
3876 - version 6.30.0 (19)
3877
3878 -------------------------------------------------------------------
3879 Thu Feb 11 13:40:49 CET 2010 - ma@suse.de
3880
3881 - On SLE aria2 is not required, so conflict with a too old aria2
3882   version installed. (bnc #578052)
3883 - version 6.29.5 (19)
3884
3885 -------------------------------------------------------------------
3886 Wed Feb 10 12:45:21 CET 2010 - ma@suse.de
3887
3888 - Fix package-manager script wrongly escaping UTF-8 chars in path
3889   names (bnc #571410)
3890 - version 6.29.4 (19)
3891
3892 -------------------------------------------------------------------
3893 Mon Feb  8 13:21:40 CET 2010 - ma@suse.de
3894
3895 - Support an alternate SLE-SP1 translation set.
3896 - version 6.29.3 (19)
3897
3898 -------------------------------------------------------------------
3899 Wed Feb  3 15:57:13 CET 2010 - ma@suse.de
3900
3901 - Remember the enabled state of removed service repositories. This
3902   way we are able to restore service repositories correctly after a
3903   subscrition expired and gets renewed. (bnc #572634)
3904 - version 6.29.2 (19)
3905
3906 -------------------------------------------------------------------
3907 Thu Jan 28 16:12:25 CET 2010 - jkupec@suse.cz
3908
3909 - Abort aria2c download when the progress callback receives 'false'
3910   (bnc #545106)
3911
3912 -------------------------------------------------------------------
3913 Tue Jan 19 14:50:15 CET 2010 - ma@suse.de
3914
3915 - Evaluate SolvAttr::repositoryToolVersion to prevent loading
3916   outdated solv files. (bnc #570623)
3917 - version 6.29.0 (19)
3918
3919 -------------------------------------------------------------------
3920 Fri Jan 15 18:15:26 CET 2010 - jkupec@suse.cz
3921
3922 - Use regex to parse aria2c progress lines (bnc #570917)
3923 - version 6.28.1 (19)
3924
3925 -------------------------------------------------------------------
3926 Thu Jan  7 12:25:24 CET 2010 - jkupec@suse.cz
3927
3928 - Set SignatureFileChecker context even if the key is not known
3929   (bnc #495977)
3930 - version 6.28.0 (19)
3931
3932 -------------------------------------------------------------------
3933 Thu Dec 10 17:18:34 CET 2009 - jkupec@suse.cz
3934
3935 - RepoInfoBase::label() added for use in UI messages, plus
3936   ZConfig::repoLabelIsAlias()
3937
3938 -------------------------------------------------------------------
3939 Tue Dec  8 19:41:17 CET 2009 - ma@suse.de
3940
3941 - Fix transaction building in presence of multiversion installable items.
3942 - version 6.27.1 (19)
3943
3944 -------------------------------------------------------------------
3945 Fri Dec  4 17:19:58 CET 2009 - ma@suse.de
3946
3947 - Improve multiversion status handling and installation. (fate #305311)
3948 - version 6.27.0 (19)
3949
3950 -------------------------------------------------------------------
3951 Fri Dec  4 14:56:19 CET 2009 - jkupec@suse.cz
3952
3953 - Don't allow an alias to start with '.' (bnc #473834)
3954
3955 -------------------------------------------------------------------
3956 Thu Dec  3 12:00:16 CET 2009 - ma@suse.de
3957
3958 - PickList and status interface for handling packages which are
3959   installable in multiple versions. (fate #305311)
3960 - version 6.26.0 (19)
3961
3962 -------------------------------------------------------------------
3963 Wed Dec  2 13:10:43 CET 2009 - ma@suse.de
3964
3965 - Add Selectable::highestAvailableVersionObj. Returns the highest
3966   available package version, ignoring priorities and policies. (bnc #557557)
3967 - version 6.25.0 (19)
3968
3969 -------------------------------------------------------------------
3970 Mon Nov 30 17:56:02 CET 2009 - ma@suse.de
3971
3972 - Also parse <product> tag from .prod files <upgrade> section.
3973 - version 6.24.3 (19)
3974
3975 -------------------------------------------------------------------
3976 Fri Nov 27 11:20:34 CET 2009 - ma@suse.de
3977
3978 - Fix chroot execution of update scripts. (bnc #558813)
3979 - version 6.24.3 (19)
3980
3981 -------------------------------------------------------------------
3982 Thu Nov 26 16:06:52 CET 2009 - jkupec@suse.cz
3983
3984 - Fixed parsing of download speed from aria2c (bnc #537870)
3985
3986 -------------------------------------------------------------------
3987 Wed Nov 25 16:28:29 CET 2009 - ma@suse.de
3988
3989 - Add ui::Selecatble interface for picking specific package versions
3990   to install or delete if multiversion install is on.
3991 - version 6.24.0 (19)
3992
3993 -------------------------------------------------------------------
3994 Fri Nov 20 13:30:02 CET 2009 - ma@suse.de
3995
3996 - Parse zypp.conf multiversion option and make the setting available
3997   in pool and resolver.
3998 - version 6.23.0 (19)
3999
4000 -------------------------------------------------------------------
4001 Mon Nov 16 16:27:39 CET 2009 - ma@suse.de
4002
4003 - Specfile fixes to build on sle11-sp1.
4004 - Fix repository probing and building in presence of productdir. (bnc #553712)
4005 - version 6.22.3 (19)
4006
4007 -------------------------------------------------------------------
4008 Thu Nov 12 15:31:10 UTC 2009 - dmacvicar@suse.de
4009
4010 - Forward port and document already present changes
4011   from Code11-Branch
4012   * void SEGV if trying to access data of installed packages, that were
4013     deleted behind our back (bnc #530595)
4014   * ProxyInfoSysconfig: take care variables get initialized.
4015   * Fix parsing of rpm.install.excludedocs option (bnc #518883)
4016   * Use rpm variables in specfile. (bnc #512466)
4017   * Fix to compile with -Werror=format-security
4018   * Fix packageand() in testcase generation
4019   * Don't link unneeded libraries. (bnc #490895)
4020   * Fix Patch::categoryEnum.
4021   * Adapt to changed satsolver API. (bnc #480303)
4022   * Taking ALL translations for generating GMO files (bnc #458739)
4023   * Advice users to contact NCC if access to a 'novell.com'
4024     repository is denied (bnc #464586).
4025 - version 6.22.2 (19)
4026
4027 -------------------------------------------------------------------
4028 Thu Nov 12 11:53:04 CET 2009 - ma@suse.de
4029
4030 - Raised the limit of redirections from 3 to 6 (bnc #465532)
4031 - Following redirections also for https (bnc #545722).
4032 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
4033 - Do not report cached packages as being downloaded. (bnc #545295)
4034 - Per default do not collect and report deleted files outside bin and lib
4035   directories for 'zypper ps'. (bnc #554480)
4036 - version 6.22.1 (19)
4037
4038 -------------------------------------------------------------------
4039 Wed Nov 11 13:54:52 CET 2009 - ma@suse.de
4040
4041 - CheckAccessDeleted: Per default do not collect and report deleted files
4042   that outside bin and lib directories. 'zypper ps' reporting false positive
4043   seems to confuse. (bnc #554480)
4044
4045 -------------------------------------------------------------------
4046 Wed Nov 11 11:45:01 CET 2009 - ma@suse.de
4047
4048 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
4049
4050 -------------------------------------------------------------------
4051 Fri Nov  6 22:16:10 CET 2009 - ma@suse.de
4052
4053 - dup: Process drop list only if product actually changes. (bnc #552180)
4054 - Selectable: Consider allowed arch/noarch changes when comuting candiadates.
4055 - version 6.22.0 (19)
4056
4057 -------------------------------------------------------------------
4058 Mon Nov  2 21:33:40 CET 2009 - ma@suse.de
4059
4060 - Enhance interface for zypper. (bnc #551956)
4061 - version 6.21.4 (19)
4062
4063 -------------------------------------------------------------------
4064 Mon Nov  2 20:03:31 CET 2009 - ma@suse.de
4065
4066 - CIFS/SMB: Support mountoption 'noguest' to prevent passing 'guest' option
4067   to mount. "cifs://server/share/path?mountoptions=noguest,ro" (bnc #547354)
4068 - version 6.21.3 (19)
4069
4070 -------------------------------------------------------------------
4071 Mon Nov  2 16:35:33 CET 2009 - ma@suse.de
4072
4073 - CheckAccessDeleted: Avoid reporting false positive due to insufficient
4074   permission.
4075
4076 -------------------------------------------------------------------
4077 Mon Nov  2 13:59:33 CET 2009 - ma@suse.de
4078
4079 - Don't try to access droplist of dropped products. (bnc #551697)
4080 - version 6.21.2 (19)
4081
4082 -------------------------------------------------------------------
4083 Fri Oct 30 12:30:48 CET 2009 - ma@suse.de
4084
4085 - Don't try to use an empty proxy string. (bnc #551314)
4086 - MediaSMB failed to pass the --workgroup option to mount. (bnc #547354)
4087 - version 6.21.1 (19)
4088
4089 -------------------------------------------------------------------
4090 Fri Oct 30 11:28:05 CET 2009 - ma@suse.de
4091
4092 - New class PoolItemBest: Find the best candidates e.g. in a PoolQuery
4093   result. ui::Selectabe enhancements. Both will aid applications to
4094   install package sets determined by query results. (bnc # 548392)
4095 - Fix upgradeRepo solution to keep obsolete packages. (bnc #550915)
4096 - Updated iso3166-1 country codes (bnc #531350)
4097 - version 6.21.0 (19)
4098
4099 -------------------------------------------------------------------
4100 Tue Oct 27 12:30:29 CET 2009 - ma@suse.de
4101
4102 - Add Resolver::upgradingRepo demanded by GUI. (bnc #548551)
4103 - version 6.20.0 (19)
4104
4105 -------------------------------------------------------------------
4106 Thu Oct 22 15:09:57 CEST 2009 - ma@suse.de
4107
4108 - Fixes to make libzypp-bindings compile.
4109 - version 6.19.3 (19)
4110
4111 -------------------------------------------------------------------
4112 Tue Oct 20 16:06:13 CEST 2009 - ma@suse.de
4113
4114 - Credentials are passed as commandline options to aria2c, so strip any
4115   'user@' from the URL. Otherwise aria will use an empty password for
4116   this URL and authentication will fail. (bnc #544634)
4117 - version 6.19.2 (19)
4118
4119 -------------------------------------------------------------------
4120 Mon Oct 19 13:39:31 CEST 2009 - ma@suse.de
4121
4122 - Repository::setInfo: Propagate priority changes to the solver to
4123   avoid reloading the whole repo (bnc #498266).
4124 - version 6.19.1 (19)
4125
4126 -------------------------------------------------------------------
4127 Thu Oct 15 20:48:02 CEST 2009 - ma@suse.de
4128
4129 - ResStatus: add isOrphaned to test whether a package is not provided
4130   by any enabled repository. Orphaned packages are usually good candidates
4131   for cleanup unless the providing repository was intentionally disabled.
4132 - version 6.19.0 (19)
4133
4134 -------------------------------------------------------------------
4135 Thu Oct 15 17:28:38 CEST 2009 - dmacvicar@suse.de
4136
4137 - aria2: pass credentials in a file instead of the command line
4138   which is logged.
4139 - aria2: we get the url in the progress if there is no response
4140   from the server yet, handle that to avoid flooding the log.
4141 - version 6.18.2 (17)
4142
4143 -------------------------------------------------------------------
4144 Thu Oct 15 16:56:25 CEST 2009 - ma@suse.de
4145
4146 - Performing a dist upgrade the solver may try to delete old and no
4147   longer provided (dropped) packages, even if they do not cause any
4148   dependency problem. This behaviour may be trurned off via zypp.conf
4149   option solver.upgradeRemoveDropedPackages. (bnc #539543)
4150 - New zypp.conf option solver.upgradeRemoveDropedPackages (true).
4151 - Add Product::droplist: List of dropped packages, i.e. packages no
4152   longer provided by a product.
4153 - version 6.18.1 (17)
4154
4155 -------------------------------------------------------------------
4156 Wed Oct  7 16:45:21 CEST 2009 - ma@suse.de
4157
4158 - Return update messages via ZYppCommitResult. Support variable
4159   substitution in notification command. (fate #301175)
4160 - Fix evaluation of no_proxy entries (bnc #543337)
4161 - aria/curl: Fix header data in case the target is
4162   not initialized when downloading.
4163 - version 6.18.0 (17)
4164
4165 -------------------------------------------------------------------
4166 Thu Sep 24 17:21:45 CEST 2009 - ma@suse.de
4167
4168 - Add zypp.conf option update.messages.notify: Command to be invoked
4169   to send update messages. (fate #301175)
4170 - version 6.17.2 (17)
4171
4172 -------------------------------------------------------------------
4173 Tue Sep 22 20:32:38 CEST 2009 - ma@suse.de
4174
4175 - Add Selectable::updateCandidateObj returning the candidate for
4176   update, if there is one. The updateCandidate must not violate
4177   any active solver policy.
4178 - version 6.17.1 (17)
4179
4180 -------------------------------------------------------------------
4181 Fri Sep 18 17:20:37 CEST 2009 - ma@suse.de
4182
4183 - Make sure rpmReadConfigFiles was called before using librpm (bnc #539603).
4184 - Remove dead rpm database caching code from class RpmDb.
4185 - version 6.17.0 (17)
4186
4187 -------------------------------------------------------------------
4188 Fri Sep 11 15:13:30 CEST 2009 - ma@km13.de
4189
4190 - New commit.downloadMode option in zypp.conf. Allows to set a
4191   prefered download policy for commit.
4192 - version 6.16.0 (11)
4193
4194 -------------------------------------------------------------------
4195 Thu Sep 10 19:03:01 CEST 2009 - ma@suse.de
4196
4197 - Support nfs4 (nfs4://... or nfs://...?type=nfs4) (fate #306451)
4198 - Added Url::schemeIsLocal, schemeIsRemote, schemeIsVolatile and
4199   schemeIsDownloading.
4200 - version 6.15.0 (11)
4201
4202 -------------------------------------------------------------------
4203 Wed Sep  9 15:02:18 CEST 2009 - ma@suse.de
4204
4205 - Add Capability::guessPackageSpec; parser also supporting "name-ver-rel.arch"
4206   formats for building Capabilities(originally "name.arch=ver-rel").
4207 - version 6.14.3 (11)
4208
4209 -------------------------------------------------------------------
4210 Mon Sep  7 17:31:20 CEST 2009 - ma@suse.de
4211
4212 - Fix resolution to force installation even if dependencies are missing.
4213   (bnc #531564)
4214 - Rephrase solver resolution to point out if a package will break.
4215   (bnc #520083)
4216
4217 -------------------------------------------------------------------
4218 Fri Sep  4 12:19:50 CEST 2009 - ma@suse.de
4219
4220 - Lock rpms architecture only on distupgrade of the running system.
4221   (bnc #458520)
4222 - version 6.14.2 (11)
4223
4224 -------------------------------------------------------------------
4225 Thu Sep  3 13:41:31 CEST 2009 - ma@suse.de
4226
4227 - Fix PoolQuery comparison (bnc #528755)
4228 - Fix serialization and restore of predicated PoolQueries.
4229 - version 6.14.0 (11)
4230
4231 -------------------------------------------------------------------
4232 Mon Aug 31 15:17:01 CEST 2009 - ma@suse.de
4233
4234 - package-manager script: Fall back to package selection if no
4235   packages are passed on the commandline. (bnc #529137)
4236
4237 -------------------------------------------------------------------
4238 Fri Aug 28 17:33:55 CEST 2009 - dmacvicar@suse.de
4239
4240 - package-manager script:
4241   do not fail if kpackagekit is not installed (bnc #529510)
4242 - version 6.13.3 (11)
4243
4244 -------------------------------------------------------------------
4245 Wed Aug 26 15:55:22 CEST 2009 - ma@suse.de
4246
4247 - Tune CheckAccessDeleted to focus on libraries and executables.
4248 - version 6.13.2 (11)
4249
4250 -------------------------------------------------------------------
4251 Thu Aug  6 18:18:21 CEST 2009 - ma@suse.de
4252
4253 - Provide class CheckAccessDeleted and command zypp-CheckAccessDeleted
4254   to check for running processes which access meanwhile deleted files or
4255   libraries.  This may be used after commit, when trying to figure out
4256   which services need to be restated. (fate #300763).
4257 - version 6.13.1 (11)
4258
4259 -------------------------------------------------------------------
4260 Mon Aug  3 18:46:13 CEST 2009 - ma@suse.de
4261
4262 - New Resolver::addUpgradeRepo to perform a dist upgrade restricted to
4263   certain repositories.
4264 - version 6.13.0 (11)
4265
4266 -------------------------------------------------------------------
4267 Fri Jul 31 17:55:33 CEST 2009 - ma@suse.de
4268
4269 - Remove confusing newlines in vendor change info (bnc #503859)
4270 - Removing a package lock was not counted as state change (bnc #501850)
4271 - Take solver_allowVendorChange option into account when computing the
4272   Selectables default candidate.
4273 - version 6.12.0 (11)
4274
4275 -------------------------------------------------------------------
4276 Wed Jul 29 13:36:19 CEST 2009 - ma@suse.de
4277
4278 - Avoid deadlock after fork and failed exec. (bnc 493152)
4279 - No need to manually detect the location of aria2 binary.
4280 - version 6.11.4 (11)
4281
4282 -------------------------------------------------------------------
4283 Tue Jul 28 23:05:43 CEST 2009 - jkupec@suse.cz
4284
4285 - Fixed parsing of download rate report (changed in aria2 1.4.0)
4286   (bnc #513944)
4287
4288 -------------------------------------------------------------------
4289 Mon Jul 27 16:05:43 CEST 2009 - ma@suse.de
4290
4291 - Create LogControl on demand instead of using a static var. (bnc #525339)
4292 - version 6.11.2 (11)
4293
4294 -------------------------------------------------------------------
4295 Thu Jul 23 00:22:50 CEST 2009 - ma@km13.de
4296
4297 - New misc::defaultLoadSystem: Convenience to create the ZYpp instance
4298   and load target and enabled repositories.
4299
4300 -------------------------------------------------------------------
4301 Wed Jul 22 14:57:32 CEST 2009 - ma@suse.de
4302
4303 - New class InstanceId to build strings to identify/retrieve specific
4304   Solvables.
4305 - version 6.11.1 (11)
4306
4307 -------------------------------------------------------------------
4308 Mon Jul 20 23:57:46 CEST 2009 - ma@km13.de
4309
4310 - Add download policies to ZYppCommitPolicy, supporting DownloadOnly
4311   and DownloadInAdvance. (fate #302159, fate #305624)
4312 - version 6.11.0 (11)
4313
4314 -------------------------------------------------------------------
4315 Thu Jul 16 17:05:27 CEST 2009 - dmacvicar@suse.de
4316
4317 - add support to the package-manager script to use kpackagekit
4318   or gnome-packagekit if available, which allows to install local
4319   rpms with one click from file manager following desktop policies
4320   and fetching other dependencies if required.
4321   (fate #306526)
4322 - version 6.10.5 (10)
4323
4324 -------------------------------------------------------------------
4325 Thu Jul 16 16:25:24 CEST 2009 - ma@suse.de
4326
4327 - New solver.upgradeTestcasesToKeep option in zypp.conf. It tells
4328   how many dist upgrade solver testcases should be kept on the system.
4329   Per default just the last two are kept.
4330 - version 6.10.4 (10)
4331
4332 -------------------------------------------------------------------
4333 Wed Jul 15 17:53:43 CEST 2009 - ma@suse.de
4334
4335 - Don't write a solver testcase when solving for dist upgrade,
4336   but when actually committing.
4337 - version 6.10.3 (10)
4338
4339 -------------------------------------------------------------------
4340 Wed Jul 15 16:45:39 CEST 2009 - ma@suse.de
4341
4342 - Add new string Match::Mode STRINGSTART and STRINGEND.
4343
4344 -------------------------------------------------------------------
4345 Tue Jul 15 14:38:51 CEST 2009 - jkupec@suse.cz
4346
4347 - log redirections when cURL media backend is used (fate #305320).
4348
4349 -------------------------------------------------------------------
4350 Tue Jul 14 18:15:51 CEST 2009 - ma@suse.de
4351
4352 - Support "product version" detection on systems not using
4353   /etc/product.d/baseproduct by looking for the first package
4354   providing ZConfig::distroverpkg (defaults to redhat-release).
4355 - version 6.10.2 (10)
4356
4357 -------------------------------------------------------------------
4358 Fri Jul 10 15:21:39 CEST 2009 - ma@suse.de
4359
4360 - Adapt to boost_unit_test_framework-1.38.
4361 - version 6.10.1 (10)
4362
4363 -------------------------------------------------------------------
4364 Wed Jul  8 16:19:31 CEST 2009 - ma@suse.de
4365
4366 - Remove obsolete UpgradeStatistics class from libzypp.
4367
4368 -------------------------------------------------------------------
4369 Tue Jul  7 17:45:47 CEST 2009 - ma@suse.de
4370
4371 - Fix HistoryLog to initialize on demand.
4372 - version 6.10.0 (10)
4373
4374 -------------------------------------------------------------------
4375 Fri Jul  3 13:01:13 CEST 2009 - ma@suse.de
4376
4377 - Fix parsing of rpm.install.excludedocs option (bnc #518883)
4378
4379 -------------------------------------------------------------------
4380 Fri Jul  3 09:20:56 CEST 2009 - ma@suse.de
4381
4382 - When unmounting ISO images, don't mix up exceptions thrown by the
4383   loop mounted ISO and those thrown by the media containing it.
4384   (bnc #517856)
4385
4386 -------------------------------------------------------------------
4387 Thu Jul  2 16:42:42 CEST 2009 - ma@suse.de
4388
4389 - Adapt to satsolvers improved dataiterator handling.
4390 - version 6.9.3 (8)
4391
4392 -------------------------------------------------------------------
4393 Wed Jul  1 18:05:54 CEST 2009 - ma@suse.de
4394
4395 - Support PoolQuery for sub-structures attributes. (fate #305503)
4396 - version 6.9.2 (8)
4397
4398 -------------------------------------------------------------------
4399 Wed Jul  1 13:44:04 CEST 2009 - ma@suse.de
4400
4401 - Running as non-root user use a temporary @System solvfile in case the
4402   global one is outdated and needed refresh. (bnc #517183)
4403 - version 6.9.1 (8)
4404
4405 -------------------------------------------------------------------
4406 Tue Jun 30 16:32:08 CEST 2009 - ma@suse.de
4407
4408 - Enhance LookupAttr to allow direct query of attributes within
4409   sub-structures (flexarrays).
4410
4411 -------------------------------------------------------------------
4412 Fri Jun 26 12:06:51 CEST 2009 - ma@suse.de
4413
4414 - Enhance PoolQueryIterator to allow detailed inspection of attribute
4415   matches.
4416 - Prefer datadir stored as repo attribute, but fallback searching in
4417   solvbales (old solv files do this).
4418 - version 6.9.0 (8)
4419
4420 -------------------------------------------------------------------
4421 Tue Jun 23 13:29:36 CEST 2009 - ma@suse.de
4422
4423 - Allow building libzypp with rpm-5 (experimental)
4424 - version 6.8.3 (8)
4425
4426 -------------------------------------------------------------------
4427 Wed Jun 17 15:39:17 CEST 2009 - ma@suse.de
4428
4429 - Allow building libzypp without HAL (not recommended). Without HAL
4430   CD/DVD device detection is limited to /dev/dvd and /dev/cdrom.
4431 - version 6.8.2 (8)
4432
4433 -------------------------------------------------------------------
4434 Fri Jun  5 21:16:45 CEST 2009 - ma@suse.de
4435
4436 - Fix solver to use IdSting to avoid failing vendor checks.
4437 - version 6.8.1 (8)
4438
4439 -------------------------------------------------------------------
4440 Thu Jun  4 14:22:58 CEST 2009 - ma@suse.de
4441
4442 - Cleanup and remove deprecated interface methods.
4443 - version 6.8.0 (8)
4444
4445 -------------------------------------------------------------------
4446 Fri May 29 20:12:55 CEST 2009 - ma@suse.de
4447
4448 - Improve PoolQuery to allow queries on dependencies. (bnc #475682)
4449 - version 6.7.0 (6)
4450
4451 -------------------------------------------------------------------
4452 Thu May 28 12:53:02 CEST 2009 - ma@suse.de
4453
4454 - New solver.allowVendorChange expert option in zypp.conf.
4455 - version 6.6.0 (6)
4456
4457 ------------------------------------------------------------------
4458 Wed May 20 14:23:07 CEST 2009 - ma@suse.de
4459
4460 - Fix lost housekeeping data in modifyRepo (bnc #503207)
4461
4462 -------------------------------------------------------------------
4463 Fri May  8 16:43:47 CEST 2009 - ma@suse.de
4464
4465 - Allow service refresh to change a repositories url (bnc #502157)
4466
4467 -------------------------------------------------------------------
4468 Tue May  5 13:39:08 CEST 2009 - ma@suse.de
4469
4470 - Detect and compile with rpm 4.7 (bnc #444211)
4471 - version 6.5.2 (5)
4472
4473 -------------------------------------------------------------------
4474 Mon May  4 16:19:54 CEST 2009 - ma@suse.de
4475
4476 - Improve problem report on broken systemCheck rule (bnc #475144)
4477
4478 -------------------------------------------------------------------
4479 Mon Apr 27 15:26:54 CEST 2009 - ma@suse.de
4480
4481 - In update repos providing multiple release package versions for
4482   the same product, link a product to the latest version. (bnc #497696)
4483
4484 -------------------------------------------------------------------
4485 Mon Apr 27 14:28:07 CEST 2009 - ma@suse.de
4486
4487 - New classes wraping satsolver datamatcher (Match and sat::AttrMatcher)
4488 - Extend LookupAttr to support matching specific string patterns.
4489 - Rewrote PoolQuery::Iterator (adapt to AttrMatcher, fixes and speedup)
4490 - version 6.5.0 (5)
4491
4492 -------------------------------------------------------------------
4493 Thu Apr 16 12:49:40 CEST 2009 - ma@suse.de
4494
4495 - Soft lock packages deleted on behalf of a user request.
4496 - version 6.4.1 (2)
4497
4498 -------------------------------------------------------------------
4499 Tue Mar 31 15:51:32 CEST 2009 - ma@suse.de
4500
4501 - New zypp.conf option 'download.media_preference': Hint which media
4502   to prefer when installing packages (download vs. CD).
4503 - version 6.4.0 (2)
4504
4505 ------------------------------------------------------------------
4506 Thu Mar 12 18:38:30 CET 2009 - ma@suse.de
4507
4508 - Add Resolver::setSolveSrcPackages. Per default disable solving
4509   of source package dependencies. We will later allow to enable
4510   it per package.
4511 - version 6.3.0 (2)
4512
4513 -------------------------------------------------------------------
4514 Fri Mar  6 17:17:26 CET 2009 - dmacvicar@suse.de
4515
4516 - aria2: show the download speed in the right unit
4517 - aria2: show the filename in progress, not the repository
4518 - aria2: don't show done twice
4519
4520 -------------------------------------------------------------------
4521 Thu Mar  5 14:52:44 CET 2009 - ma@suse.de
4522
4523 - Remove a lock if the locking process is in zombie state. (bnc #481577)
4524
4525 -------------------------------------------------------------------
4526 Wed Mar  4 00:13:19 CET 2009 - jkupec@suse.cz
4527
4528 - zypp.conf: fixed and enabled 'servicesdir'
4529
4530 -------------------------------------------------------------------
4531 Tue Mar  3 13:38:11 CET 2009 - dmacvicar@suse.de
4532
4533 - aria2: implement speed indicators (bnc#475506)
4534 - aria2: implement progress indicators correctly (bnc#473846)
4535 - aria2: fix broken pipe when looking for aria2c which caused
4536          a fallback to curl. (bnc#480930)
4537 - aria2: implement saving and reading mirror stats data in
4538          /var/cache/zypp/aria2.stats
4539 - aria2: handle failover correctly (bnc#481115)
4540 - aria2: various improvements in error and report  handling
4541 - aria2: curl: reset settings on attach to avoid duplicate
4542   headers
4543 - version 6.2.1 (2)
4544
4545 -------------------------------------------------------------------
4546 Tue Mar  3 12:44:24 CET 2009 - ma@suse.de
4547
4548 - Adapt to changed satsolver API.
4549
4550 -------------------------------------------------------------------
4551 Fri Feb 27 16:23:36 CET 2009 - dmacvicar@suse.de
4552
4553 - Make sure Fetcher pass optional files as non-interactive
4554 - Fixes file does not exist error when key/sig does not exist
4555 - version 6.2.0 (2)
4556
4557 -------------------------------------------------------------------
4558 Thu Feb 26 13:49:56 CET 2009 - ma@suse.de
4559
4560 - Use correct default for zconfig(solver.checkSystemFile) (bnc# 475144)
4561
4562 -------------------------------------------------------------------
4563 Thu Feb 26 01:25:33 CET 2009 - ma@suse.de
4564
4565 - Prevent ResStatus from overriding user locks. (bnc #475230)
4566
4567 -------------------------------------------------------------------
4568 Sun Feb 22 15:27:11 CET 2009 - ma@suse.de
4569
4570 - Never refresh repositories from CD/DVD, once they are created. (bnc #476429)
4571
4572 -------------------------------------------------------------------
4573 Sat Feb 21 18:31:17 CET 2009 - dmacvicar@suse.de
4574
4575 Implemented the following options with aria backend:
4576
4577 - download.max_concurrent_connections (default 2)
4578   download.min_download_speed (default no limit)
4579   download.max_download_speed (default no limit)
4580   download.max_silent_tries (default 5)
4581
4582 -------------------------------------------------------------------
4583 Fri Feb 20 16:28:19 CET 2009 - dmacvicar@suse.de
4584
4585 - MediaAria2c: allow disabling aria2 using ZYPP_ARIA2C=0.
4586   Various improvements including file existence checking
4587   Disable HEAD request if aria2c >= 1.20
4588   Restrict max connections to 2 for now.
4589
4590 -------------------------------------------------------------------
4591 Wed Feb 18 15:51:38 CET 2009 - ma@suse.de
4592
4593 - Neither lose packages with empty name, nor SEGV when processing them. (bnc #470011)
4594
4595 -------------------------------------------------------------------
4596 Tue Feb 17 23:17:54 CET 2009 - ma@suse.de
4597
4598 - Compute obsoletes based on names only (not considering provides) (bnc #471023)
4599
4600 -------------------------------------------------------------------
4601 Tue Feb 17 12:56:57 CET 2009 - jkupec@suse.cz
4602
4603 - Fixed FTP authentication (bnc #472879)
4604
4605 -------------------------------------------------------------------
4606 Wed Feb 11 13:31:03 CET 2009 - ma@suse.de
4607
4608 - Follow IEC and use the binary prefixes (KiB,MiB,GiB) for printing Byte
4609   counts based on a power of 1024 (formerly just K,M,G). Byte counts based
4610   on a power of 1000 stay unaffected (kB,MB,GB).
4611
4612 -------------------------------------------------------------------
4613 Mon Feb  9 13:14:26 CET 2009 - ma@suse.de
4614
4615 - Fix installation prompting for the wrong CD/DVD. (bnc #472892)
4616
4617 -------------------------------------------------------------------
4618 Tue Feb  3 18:07:38 CET 2009 - ma@suse.de
4619
4620 - Send any output from rpm install/delete scripts via callback, so
4621   applications are able to display it. (bnc #369450)
4622
4623 -------------------------------------------------------------------
4624 Mon Feb  2 14:12:08 CET 2009 - ma@suse.de
4625
4626 - Add missing translations (bnc #256289)
4627
4628 -------------------------------------------------------------------
4629 Wed Jan 28 14:37:28 CET 2009 - jkupec@suse.cz
4630
4631 - HistoryLogReader added
4632
4633 -------------------------------------------------------------------
4634 Tue Jan 27 13:35:44 CET 2009 - ma@suse.de
4635
4636 - Respect content-file DATDIR when downloading packages. (bnc #468612)
4637
4638 -------------------------------------------------------------------
4639 Tue Jan 27 13:28:54 CET 2009 - jkupec@suse.cz
4640
4641 - Enabled CredentialManager for MediaSMB (bnc #460970).
4642 - Ignore URL's username, password, and query string in AuthData
4643   comparator in CredentialManager.
4644
4645 -------------------------------------------------------------------
4646 Mon Jan 26 12:41:07 CET 2009 - ma@suse.de
4647
4648 - Let vendor checks per default differ between 'openSUSE Build Service'
4649   and 'openSUSE' (bnc #467262).
4650
4651 -------------------------------------------------------------------
4652 Fri Jan 23 12:34:44 CET 2009 - ma@suse.de
4653
4654 - Fix handling of plaindir repos on mounted devices (e.g. USB) (bnc #464778)
4655 - Fix plaindir checksum computation not to to follow symlinks (bnc #464778)
4656
4657 -------------------------------------------------------------------
4658 Thu Jan 22 10:41:27 CET 2009 - ma@suse.de
4659
4660 - Tell satsolver about product buddies (bnc #466565)
4661
4662 -------------------------------------------------------------------
4663 Fri Jan  9 17:01:10 CET 2009 - jkupec@suse.cz
4664
4665 - handle HTTP 503 reponses as temporary errors (bnc #462545)
4666
4667 -------------------------------------------------------------------
4668 Thu Dec 18 22:26:18 CET 2008 - ma@suse.de
4669
4670 - Fixed lost user request to abort during commit. (bnc #388810, bnc #450273)
4671 - revision 11954
4672 - version 5.25.0 (23)
4673
4674 -------------------------------------------------------------------
4675 Thu Dec 18 13:02:27 CET 2008 - ma@suse.de
4676
4677 - Add Package::filelist, faster and less memory consuming
4678   implementation of Package::filenames (now deprecated).
4679 - revision 11949
4680
4681 -------------------------------------------------------------------
4682 Thu Dec 11 21:39:50 CET 2008 - ma@suse.de
4683
4684 - Add str::hexencode and str::hexdecode to encode special characters
4685   in a string as %XX.
4686 - Hexdecode modalias strings in rpm dependencies because rpm does not
4687   allow comma, blank and other special chars. (bnc #456695)
4688 - revision 11927
4689
4690 -------------------------------------------------------------------
4691 Thu Dec 11 17:13:06 CET 2008 - ma@suse.de
4692
4693 - Catch and report media errors when proving packages. (bnc #457652)
4694 - revision 11926
4695
4696 -------------------------------------------------------------------
4697 Wed Dec 10 16:09:08 CET 2008 - ma@suse.de
4698
4699 - Remove obsolete zypp.conf::productsdir and deprecate
4700   ZConfig::productsPath().
4701 - Monitor /etc/products.d to determine if @system.solv needs to be
4702   rebuilt. (bnc #457933)
4703 - revision 11923
4704 - version 5.24.7 (23)
4705
4706 -------------------------------------------------------------------
4707 Mon Dec  8 15:31:18 CET 2008 - ma@suse.de
4708
4709 - Execute patch scripts chroot to the installed system. (bnc #456795)
4710 - revision 11908
4711
4712 -------------------------------------------------------------------
4713 Mon Dec  8 10:39:30 CET 2008 - schubi@suse.de
4714
4715 - Make the solver reset function public (bnc #439373)
4716 - Revision 11904
4717
4718 -------------------------------------------------------------------
4719 Sun Dec  7 20:21:09 CET 2008 - coolo@suse.de
4720
4721 - note for coolo: do not trust bash advisory from TPM colleagues
4722
4723 -------------------------------------------------------------------
4724 Fri Dec  5 14:22:11 CET 2008 - ma@suse.de
4725
4726 - Fix solvers inappropriate selection as byUSER (bnc 455965)
4727 - revision 11891
4728 - version 5.24.6 (23)
4729
4730 -------------------------------------------------------------------
4731 Thu Dec  4 11:10:35 CET 2008 - coolo@suse.de
4732
4733 - fix %post script to not warn on fresh install
4734
4735 -------------------------------------------------------------------
4736 Mon Dec  1 19:38:24 CET 2008 - ma@suse.de
4737
4738 - Fix install order computation losing some installed packages
4739   pre-requirements. (bnc #439802)
4740 - revision 11845
4741 - version 5.24.5 (23)
4742
4743 -------------------------------------------------------------------
4744 Fri Nov 28 16:33:56 CET 2008 - ma@suse.de
4745
4746 - Prune soft locks to prevent installation but not update of
4747   already installed packages.
4748 - revision 11829
4749 - version 5.24.4 (23)
4750
4751 -------------------------------------------------------------------
4752 Fri Nov 28 11:36:03 CET 2008 - schubi@suse.de
4753
4754 - Taking solutions which based on user requirements/conflict
4755   "by User" solutions (bnc #442718)
4756 - revision 11825
4757
4758 -------------------------------------------------------------------
4759 Fri Nov 28 00:05:17 CET 2008 - ma@suse.de
4760
4761 - Take into account the requirements of all obsoleted packages uninstall
4762   scripts when computing the installation order. (bnc #439802)
4763 - revision 11823
4764 - version 5.24.3 (23)
4765
4766 -------------------------------------------------------------------
4767 Thu Nov 27 14:45:07 CET 2008 - dmacvicar@suse.de
4768
4769 - fix maybeUnsuported() method returning wrong result
4770 - add testcase for future coverage
4771 - don't force time based uuid for anonymous id string (bnc #449654)
4772 - RELEASE: 5.24.2 (23)
4773
4774 -------------------------------------------------------------------
4775 Wed Nov 26 17:18:00 CET 2008 - ma@suse.de
4776
4777 - Call 'repo2solv -R' (recursive scan) for plaindir repos. (bnc #443350)
4778 - revision 11810
4779
4780 -------------------------------------------------------------------
4781 Wed Nov 26 17:09:12 CET 2008 - dmacvicar@suse.de
4782
4783 - SHA1SUMS.key is not imported by zypp as known key (bnc #446188)
4784 - path and url in add_on_products.xml is evaluated wrong
4785   (bnc #446170)
4786
4787 -------------------------------------------------------------------
4788 Mon Nov 24 17:47:35 CET 2008 - schubi@suse.de
4789
4790 - activate locking for doUpdate (bnc #447684)
4791 - revision 11792
4792 - RELEASE: 5.24.1 (23)
4793
4794 -------------------------------------------------------------------
4795 Fri Nov 21 16:56:10 CET 2008 - dmacvicar@suse.de
4796
4797 - remove unused updaterepokey, replaced by repo
4798   product information
4799
4800 -------------------------------------------------------------------
4801 Fri Nov 21 15:12:52 CET 2008 - jkupec@suse.cz
4802
4803 - fixed uninitialized value in OnMediaLocation (bnc #447010)
4804 - revision 11770
4805
4806 -------------------------------------------------------------------
4807 Thu Nov 20 23:59:16 CET 2008 - ma@suse.de
4808
4809 - Fix retrieval of deltarpm info.
4810 - revision 11764
4811 - version 5.24.0 (23)
4812
4813 -------------------------------------------------------------------
4814 Thu Nov 20 22:15:28 CET 2008 - ma@suse.de
4815
4816 - Fix retrieval of Repository attributes like timestamps, keywords
4817   and product info.
4818 - revision 11760
4819
4820 -------------------------------------------------------------------
4821 Thu Nov 20 19:30:05 CET 2008 - ma@suse.de
4822
4823 - Enhance class LookupAttr and add convenience class LookupRepoAttr to
4824   iterate those solv file attributes which are not acssociated with a
4825   solvable. E.g. product or deltarpm info.
4826 - revision 11754
4827
4828 -------------------------------------------------------------------
4829 Wed Nov 19 15:49:38 CET 2008 - jkupec@suse.cz
4830
4831 - encode user-supplied URL strings before using them in the Url object
4832   (bnc #446395, bnc #444267)
4833 - revision 11720
4834
4835 -------------------------------------------------------------------
4836 Wed Nov 19 15:15:14 CET 2008 - ma@suse.de
4837
4838 - Support loading helix files.
4839 - revision 11719
4840
4841 -------------------------------------------------------------------
4842 Tue Nov 18 18:37:30 CET 2008 - ma@suse.de
4843
4844 - Add class filesystem::Glob to find pathnames matching a pattern
4845   by using ::glob.
4846 - revision 11708
4847
4848 -------------------------------------------------------------------
4849 Thu Nov 13 11:07:56 CET 2008 - schubi@suse.de
4850
4851 - Taking care for ppc64 while distupgrade (bnc #443685)
4852 - revision 11670
4853
4854 -------------------------------------------------------------------
4855 Wed Nov 12 18:53:03 CET 2008 - ma@suse.de
4856
4857 - Add Capability ctor from Arch and Name: (Arch_i386, "name") or
4858   (Arch_i386, "name == 1.0").
4859 - revision 11669
4860
4861 -------------------------------------------------------------------
4862 Wed Nov 12 14:31:20 CET 2008 - ma@suse.de
4863
4864 - Take care to always reset CURLOPT_TIMECONDITION to prevent incomplete
4865   downloads. (bnc #444109)
4866 - revision 11656
4867 - version 5.23.0 (23)
4868
4869 -------------------------------------------------------------------
4870 Wed Nov 12 13:19:02 CET 2008 - ma@suse.de
4871
4872 - Check for modaliases below /sys (bnc #430179)
4873 - revision 11653
4874
4875 -------------------------------------------------------------------
4876 Tue Nov 11 18:36:33 CET 2008 - ma@suse.de
4877
4878 - Avoid superfluous file copying and gpg invocation in keyring handling.
4879 - revision 11650
4880
4881 -------------------------------------------------------------------
4882 Tue Nov 11 14:48:52 CET 2008 - ma@suse.de
4883
4884 - Prevent fetcher from processing the same index file twice. (bnc #443644)
4885 - revision 11648
4886 - version 5.22.0 (21)
4887
4888 -------------------------------------------------------------------
4889 Fri Nov  7 23:55:47 CET 2008 - ma@suse.de
4890
4891 - Fix retrieval of patch contents and references attributes. (bnc #442200)
4892 - revision 11641
4893 - version 5.21.0 (21)
4894
4895 -------------------------------------------------------------------
4896 Fri Nov  7 19:51:00 CET 2008 - ma@suse.de
4897
4898 - Add CheckSum::asString.
4899 - revision 11634
4900
4901 -------------------------------------------------------------------
4902 Fri Nov  7 17:55:48 CET 2008 - ma@suse.de
4903
4904 - revision 11631
4905 - version 5.20.0 (20)
4906
4907 -------------------------------------------------------------------
4908 Thu Nov  6 18:35:25 CET 2008 - dmacvicar@suse.de
4909
4910 - re-add the flavor to the http header now using a flavor
4911   cache that is updated on every target load.
4912   Target::dstributionFlavor provides access to this cache
4913   in case you need the last used flavor without loading
4914   the target.
4915
4916 -------------------------------------------------------------------
4917 Thu Nov  6 16:23:03 CET 2008 - schubi@suse.de
4918
4919 - added flag: ignorealreadyrecommended to the testcases (bnc #432136)
4920 - revsion 11539
4921
4922 -------------------------------------------------------------------
4923 Thu Nov  6 09:41:48 CET 2008 - schubi@suse.de
4924
4925 - Adding rule rpm-arch for installed rpm package in order to avoid
4926   unneeded architecture change. (bnc #441004)
4927 - revision 11585
4928
4929 -------------------------------------------------------------------
4930 Tue Nov  4 13:21:35 CET 2008 - jkupec@suse.cz
4931
4932 - handle MediaTimeoutException also in MediaSetAccess::provideFile()
4933   (bnc #439983)
4934 - revision 11568
4935
4936 -------------------------------------------------------------------
4937 Mon Nov  3 15:30:53 CET 2008 - dmacvicar@suse.de
4938
4939 - merge contributions by Jon Nelson, the patches resolve
4940   the following issues:
4941 - disable the "Pragma: nocache" header which is automatically
4942   used by curl.
4943   re-enables the use of a caching http proxy (like squid or others)
4944   and corrects (bnc #326208)
4945 - don't generate an If-Modified-Since header if we don't have a
4946   previous file to work with
4947 - don't generate a Proxy-Authenticate header if one is not called
4948   for.
4949
4950 -------------------------------------------------------------------
4951 Fri Oct 31 14:01:57 CET 2008 - ma@suse.de
4952
4953 - Do not save solver locks (by APPL_HIGH).
4954 - revision 11558
4955
4956 -------------------------------------------------------------------
4957 Fri Oct 31 13:53:39 CET 2008 - dmacvicar@suse.de
4958
4959 - fetcher.setOptions( Fetcher::AutoAddIndexes ) allows
4960   for automatic signed index discovery.
4961 - enqueueDir with checksum checking s now enqueueDigestedDir
4962
4963 -------------------------------------------------------------------
4964 Thu Oct 30 14:24:57 CET 2008 - schubi@suse.de
4965
4966 - solutions: keep/lock will be done by APPL_HIGH. So they will not be
4967   saved in the lockfiles
4968 - "keep obsolete" will be handled with lock by APPL_HIGH (bnc #439134)
4969 - revision  11549
4970
4971 -------------------------------------------------------------------
4972 Wed Oct 29 14:14:16 CET 2008 - jkupec@suse.cz
4973
4974 - throw a MediaTimeoutException also on http 504 (gateway timeout)
4975   (bnc #425035)
4976 - revision 11535
4977
4978 -------------------------------------------------------------------
4979 Wed Oct 29 12:51:55 CET 2008 - ma@suse.de
4980
4981 - Add 'sh4' architectures.
4982 - revision 11534
4983
4984 -------------------------------------------------------------------
4985 Tue Oct 28 22:01:40 CET 2008 - dmacvicar@suse.de
4986
4987 - don't free the header before curl_perform as curl does not
4988   copy it. (bnc#439532)
4989
4990 -------------------------------------------------------------------
4991 Tue Oct 28 16:47:36 CET 2008 - ma@suse.de
4992
4993 - Add 'arm' architectures.
4994 - revision 11525
4995
4996 -------------------------------------------------------------------
4997 Tue Oct 28 10:07:13 CET 2008 - schubi@suse.de
4998
4999 - regarding "keep obsolete" in the solutions (bnc #439134)
5000 - revision 11517
5001
5002 -------------------------------------------------------------------
5003 Mon Oct 27 10:51:01 CET 2008 - dmacvicar@suse.de
5004
5005 - fix broken aria2c command line (bnc#438971)
5006
5007 -------------------------------------------------------------------
5008 Sun Oct 26 14:53:56 CET 2008 - coolo@suse.de
5009
5010 - adding svn r11488 to fix compile of PackageKit
5011
5012 -------------------------------------------------------------------
5013 Fri Oct 24 18:12:34 CEST 2008 - ma@suse.de
5014
5015 - Remove error prone methods from OnMediaLocation API to prevent
5016   accidental missuse. (bnc #437328)
5017 - revision 11487
5018 - version 5.19.0 (19)
5019
5020 -------------------------------------------------------------------
5021 Fri Oct 24 16:07:45 CEST 2008 - ma@suse.de
5022
5023 - Provide the /etc/products.d enties filename as Product::referenceFilename.
5024   Use it to remove orphan products. (bnc #432932)
5025 - Fix media exception handling in commit (bnc #395704)
5026 - revision 11485
5027 - version 5.18.0 (17)
5028
5029 -------------------------------------------------------------------
5030 Fri Oct 24 10:29:19 CEST 2008 - schubi@suse.de
5031
5032 - Taking "unlock" instead of setTransact(false) in the solutions (bnc #436923)
5033 - revision 11468
5034 - version 5.17.0 (17)
5035
5036 -------------------------------------------------------------------
5037 Wed Oct 22 14:33:10 CEST 2008 - ma@suse.de
5038
5039 - For retrieving a product license fall back to license.tar.gz. (bnc #372386)
5040 - revision 11447
5041
5042 -------------------------------------------------------------------
5043 Wed Oct 22 14:16:33 CEST 2008 - dmacvicar@suse.de
5044
5045 - move anonymous unique id to a private http header
5046   X-ZYpp-AnonymousUniqueId (bnc#431571 )
5047
5048 -------------------------------------------------------------------
5049 Wed Oct 22 12:58:35 CEST 2008 - ma@suse.de
5050
5051 - Adapt to satsolver-0.12 API.
5052 - Add Locale:: bestMatch to find the best match within a set of
5053   available Locales.
5054 - revision 11441
5055
5056 -------------------------------------------------------------------
5057 Mon Oct 20 16:44:58 CEST 2008 - ma@suse.de
5058
5059 - RepoInfo: Add methods to handle repository licenses. (bnc #372386)
5060 - revision 11419
5061
5062 -------------------------------------------------------------------
5063 Mon Oct 20 16:39:41 CEST 2008 - ma@suse.de
5064
5065 - Adapt to changed satsolver dataiterator API.
5066 - revision 11418
5067
5068 -------------------------------------------------------------------
5069 Fri Oct 17 18:31:47 CEST 2008 - ma@suse.de
5070
5071 - Secure download of license file on repo refresh (bnc #372386)
5072 - revision 11398
5073
5074 -------------------------------------------------------------------
5075 Fri Oct 17 17:26:25 CEST 2008 - ma@suse.de
5076
5077 - Call 'repo2solv.sh -o' instead of using output redirection. (bnc #420046)
5078 - revision 11397
5079
5080 -------------------------------------------------------------------
5081 Thu Oct 16 17:57:15 CEST 2008 - jkupec@suse.cz
5082
5083 - repository license methods added to RepoManager (bnc #372386)
5084 - revision 11377
5085
5086 -------------------------------------------------------------------
5087 Thu Oct 16 16:26:01 CEST 2008 - dmacvicar@suse.de
5088
5089 - don't take into account stat information when looking
5090   for remote SHA1SUMS (part of bnc#409927)
5091
5092 -------------------------------------------------------------------
5093 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
5094
5095 - MediaSetAccess::provideOptionalFile() added
5096 - revision 11369
5097
5098 -------------------------------------------------------------------
5099 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
5100 - version 5.16.1 (16)
5101
5102 -------------------------------------------------------------------
5103 Tue Oct 14 16:15:09 CEST 2008 - jkupec@suse.cz
5104
5105 - don't initialize servicesTargetDistro via global ZYpp instance in
5106   RepoManagerOptions() constructor (bnc #435184)
5107 - revision 11342
5108
5109 -------------------------------------------------------------------
5110 Mon Oct 13 19:12:40 CEST 2008 - jkupec@suse.cz
5111
5112 - repository probing: check for other types of repo even on
5113   MediaException, throw only if all fail (bnc #335906)
5114 - revision 11332
5115
5116 -------------------------------------------------------------------
5117 Mon Oct 13 14:16:25 CEST 2008 - ma@suse.de
5118
5119 - Adapt to satsolver changes.
5120 - revision 11331
5121 - version 5.16.0 (16)
5122
5123 -------------------------------------------------------------------
5124 Mon Oct 13 13:28:48 CEST 2008 - ma@suse.de
5125
5126 - Fix reading delta rpm checksum from solv file.
5127 - revision 11313
5128
5129 -------------------------------------------------------------------
5130 Mon Oct 13 12:12:39 CEST 2008 - ma@suse.de
5131
5132 - Fix package-manager script to properly quote arguments. (bnc #30903)
5133 - revision 11311
5134
5135 -------------------------------------------------------------------
5136 Mon Oct 13 11:03:04 CEST 2008 - schubi@suse.de
5137
5138 - regarding orphaned resolvables
5139 - removed old distupgrade algorithm
5140 - revision 11307
5141
5142 -------------------------------------------------------------------
5143 Sun Oct 12 13:55:51 CEST 2008 - jkupec@suse.cz
5144
5145 - handle ftp response 530 (login failed) like http 403
5146   (bnc #433537)
5147 - revision 11305
5148
5149 -------------------------------------------------------------------
5150 Thu Oct  9 17:37:18 CEST 2008 - ma@suse.de
5151
5152 - Adapt to satsolvers 'big solv data change'.
5153 - revision 11294
5154
5155 -------------------------------------------------------------------
5156 Thu Oct  9 17:18:18 CEST 2008 - schubi@suse.de
5157
5158 - Taking the right solution actions for locked resolvables (bnc #400840)
5159 - revision 11289
5160
5161 -------------------------------------------------------------------
5162 Thu Oct  9 13:52:03 CEST 2008 - ma@suse.de
5163
5164 - Add required copy-ctor and assignment operator to WhatProvides.
5165   (bnc #433087)
5166 - revision 11276
5167
5168 -------------------------------------------------------------------
5169 Wed Oct  8 16:24:25 CEST 2008 - jkupec@suse.cz
5170
5171 - detect and use unused loop device for mounting ISO images
5172   (bnc #428009)
5173 - revision 11262
5174 - version 5.15.1 (13)
5175
5176 -------------------------------------------------------------------
5177 Wed Oct  8 15:39:08 CEST 2008 - jkupec@suse.cz
5178
5179 - fixed segfault when saving the probed repo type in
5180   RepoManager::refreshMetadata() (bnc #431963)
5181 - revision 11261
5182
5183 -------------------------------------------------------------------
5184 Wed Oct  8 11:33:00 CEST 2008 - dmacvicar@suse.de
5185
5186 - improve log message (bnc#429114)
5187
5188 -------------------------------------------------------------------
5189 Wed Oct  8 11:15:20 CEST 2008 - lslezak@suse.cz
5190
5191 - disk usage - ignore /proc filesystem (bnc#418783)
5192 - revision 11258
5193
5194 -------------------------------------------------------------------
5195 Tue Oct  7 13:24:10 CEST 2008 - ma@suse.de
5196
5197 - Fixed detection of loopback mounted iso-files. The mtab entry does
5198   not necessarily mention the iso-file. (bnc #432504)
5199 - revision 11252
5200 - version 5.15.0 (13)
5201
5202 -------------------------------------------------------------------
5203 Thu Oct  2 19:46:13 CEST 2008 - ma@suse.de
5204
5205 - Add zypp.conf option 'download.use_deltarpmr.always' to enable using
5206   delta rpms even if the package is available on a local source.
5207   (Axel C. Frinke)
5208 - revision 11235
5209 - version 5.14.0 (13)
5210
5211 -------------------------------------------------------------------
5212 Thu Oct  2 18:50:11 CEST 2008 - ma@suse.de
5213
5214 - Add product attribute: PRODUCTLINE.
5215 - revision 11234
5216
5217 -------------------------------------------------------------------
5218 Thu Oct  2 17:18:19 CEST 2008 - ma@suse.de
5219
5220 - Do not consider self provided requirements whan computing the
5221   installation order.
5222 - revision 11231
5223
5224 -------------------------------------------------------------------
5225 Wed Oct  1 16:07:36 CEST 2008 - ma@suse.de
5226
5227 - Rephrase missleading error message. (bnc #431229)
5228 - revision 11222
5229
5230 -------------------------------------------------------------------
5231 Tue Sep 30 17:23:48 CEST 2008 - ma@suse.de
5232
5233 - Allow computation of disk usage per solvable.
5234 - revision 11218
5235
5236 -------------------------------------------------------------------
5237 Mon Sep 29 23:59:10 CEST 2008 - dmacvicar@suse.de
5238
5239 - Merge aria2c Media handler code from Google SOC 2008
5240   (Gerard Farras)
5241 - Only activated by making env var ZYPP_ARIA=1
5242
5243 -------------------------------------------------------------------
5244 Mon Sep 29 15:56:17 CEST 2008 - jkupec@suse.cz
5245
5246 - history: tell which package failed before logging rpm output or
5247   error message (bnc #430585)
5248 - no localization for history log comments
5249 - revision 11202
5250
5251 -------------------------------------------------------------------
5252 Mon Sep 29 13:43:08 CEST 2008 - ma@suse.de
5253
5254 - Fix zypp::WhatProvides::empty returning inverse result.
5255 - revision 11200
5256 - version 5.13.1 (13)
5257
5258 -------------------------------------------------------------------
5259 Sat Sep 27 23:36:19 CEST 2008 - jkupec@suse.cz
5260
5261 - fixed endless loop when CredentialManager returns bad password
5262 - CredentialManager now correctly updates password of existing
5263   credentials
5264 - revision 11187
5265
5266 -------------------------------------------------------------------
5267 Fri Sep 26 15:37:50 CEST 2008 - ma@suse.de
5268
5269 - Fix computation of Product::flavor.
5270 - Add Product::productLine. A vendor specific string denoting the
5271   product line.
5272 - revision 11182
5273 - version 5.13.0 (13)
5274
5275 -------------------------------------------------------------------
5276 Fri Sep 26 15:25:33 CEST 2008 - jkupec@suse.cz
5277
5278 - save user credentials after asking for them
5279 - revision 11181
5280
5281 -------------------------------------------------------------------
5282 Thu Sep 25 23:19:55 CEST 2008 - jkupec@suse.cz
5283
5284 - ZConfig::credentialsGlobal{File,Dir}() added
5285   (/etc/zypp/credentials.{cat,d})
5286 - revision 11176
5287
5288 -------------------------------------------------------------------
5289 Thu Sep 25 17:09:44 CEST 2008 - jkupec@suse.cz
5290
5291 - Target::setInstallationLogfile() removed from zypp/Target.h
5292 - revision 11171
5293
5294 -------------------------------------------------------------------
5295 Thu Sep 25 13:11:43 CEST 2008 - ma@suse.de
5296
5297 - Remove obsolete zypp-query-pool binary. zypper provides all
5298   the information one needs.
5299 - revision 11160
5300
5301 -------------------------------------------------------------------
5302 Wed Sep 24 19:11:19 CEST 2008 - jkupec@suse.cz
5303
5304 - HistoryLog added and used to log package installs/removes and
5305   repository adds, removes, url and alias changes into
5306   history.logfile (/var/log/zypp/history) (fate #110205)
5307 - str::escape(string, char) added
5308 - revision 11150
5309 - version 5.12.1 (12)
5310
5311 -------------------------------------------------------------------
5312 Tue Sep 23 14:02:08 CEST 2008 - jkupec@suse.cz
5313
5314 - CredentialManager: look for credentials with
5315   wanted_url.startsWith(stored_url)
5316 - RepoManager: don't pass service credentials down to repos if
5317   their urls are not based on service's url.
5318 - revision 11134
5319
5320 -------------------------------------------------------------------
5321 Mon Sep 22 16:27:41 CEST 2008 - ma@suse.de
5322
5323 - Remove superfluous PRODUCT_REFERENCES attribute.
5324 - revision 11127
5325
5326 -------------------------------------------------------------------
5327 Mon Sep 22 16:13:08 CEST 2008 - ma@suse.de
5328
5329 - Add Url::hasCredentialsInAuthority test for username or password
5330   being encoded in the authority component. I.e. user:pass@host.
5331 - Handle repos to be disabled disable in service refresh.
5332 - revision 11126
5333
5334 -------------------------------------------------------------------
5335 Mon Sep 22 12:10:34 CEST 2008 - jkupec@suse.cz
5336
5337 - provided context to keyring callbacks (bnc #370223)
5338 - merged trust & import callbacks (bnc #366467)
5339   (don't worry, still allows to trust && !import)
5340 - revision 11113
5341
5342 -------------------------------------------------------------------
5343 Fri Sep 19 13:17:38 CEST 2008 - ma@suse.de
5344
5345 - Moved DefaultAcceptBits enum to class KeyRing (formerly KeyRingReort).
5346 - revision 11102
5347
5348 -------------------------------------------------------------------
5349 Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de
5350
5351 - Use service alias as namespace for it's repositories aliases.
5352 - revision 11097
5353 - version 5.11.0 (11)
5354
5355 -------------------------------------------------------------------
5356 Thu Sep 18 12:45:25 CEST 2008 - jkupec@suse.cz
5357
5358 - pass service's credentials down to repos
5359 - support ?credentials=filepath in URL to specify credentials
5360 - revision 11092
5361
5362 -------------------------------------------------------------------
5363 Thu Sep 18 09:57:49 CEST 2008 - ma@suse.de
5364
5365 - Add Product::isTargetDistribution to identify the systems installed
5366   baseproduct. This should replace tests for Product::type is "base".
5367 - revision 11089
5368
5369 -------------------------------------------------------------------
5370 Wed Sep 17 18:05:44 CEST 2008 - jkupec@suse.cz
5371
5372 - save user credentials when adding repos/services with URLs containing
5373   the credentials (bnc #425462)
5374 - revision 11085
5375
5376 -------------------------------------------------------------------
5377 Wed Sep 17 15:08:54 CEST 2008 - ma@suse.de
5378
5379 - Adapt to rpms new way of quoting whitespace in pathnames.(bnc #426924)
5380 - revision 11082
5381
5382 -------------------------------------------------------------------
5383 Tue Sep 16 18:41:39 CEST 2008 - ma@suse.de
5384
5385 - Service handling fixes. Added ServiceException.
5386 - revision 11077
5387
5388 -------------------------------------------------------------------
5389 Mon Sep 15 11:40:04 CEST 2008 - ma@suse.de
5390
5391 - Fix building of transaltions.
5392 - revision 11064
5393
5394 -------------------------------------------------------------------
5395 Sun Sep 14 00:10:21 CEST 2008 - jkupec@suse.cz
5396
5397 - ServiceInfo.clearReposTo{Enable,Disable}() methods added
5398 - revision 11060
5399
5400 -------------------------------------------------------------------
5401 Fri Sep 12 18:24:28 CEST 2008 - ma@suse.de
5402
5403 - Create new Service repos in disbaled sate.
5404 - revision 11056
5405 - version 5.10.0 (10)
5406
5407 -------------------------------------------------------------------
5408 Fri Sep 12 16:04:54 CEST 2008 - ma@suse.de
5409
5410 - Make registerTarget and registerRelease abvailable for installed
5411   product. Required for registration.
5412 - revision 11043
5413
5414 -------------------------------------------------------------------
5415 Fri Sep 12 12:59:50 CEST 2008 - ma@suse.de
5416
5417 - Add url lists query to Product interface. A generic query and
5418   convenience methods to query urls for "releasenotes", "register",
5419   "updateurls", "extraurls",  "optionalurls" and "smolt" (bnc #413444)
5420 - revision 11029
5421
5422 -------------------------------------------------------------------
5423 Fri Sep 12 01:38:25 CEST 2008 - jkupec@suse.cz
5424
5425 - ServiceType and ServiceInfo::type() added (contains only RIS for
5426   now), service type probing added.
5427 - Avoiding the use of 'path' for services (appending
5428   the repoindex.xml's 'path' to the baseurl of created repos)
5429 - renamed ServiceInfo::*catalog*() methods to *repo*() methods
5430 - revision 11022
5431
5432 -------------------------------------------------------------------
5433 Thu Sep 11 16:01:57 CEST 2008 - dmacvicar@suse.de
5434
5435 - add Repostiroy::updateKeys and
5436   Repository::providesUpdatesForKey(string) for repo and
5437   product matching
5438 - Provide Repository::isUpdateRepo
5439
5440 -------------------------------------------------------------------
5441 Thu Sep 11 14:41:28 CEST 2008 - ma@suse.de
5442
5443 - Fix evaluation of vendor support flags.
5444 - Adapt retrieval of registration data (targetDistribution,
5445   targetDistributionRelease and targetDistributionFlavor).
5446 - revision 11013
5447
5448 -------------------------------------------------------------------
5449 Wed Sep 10 18:23:52 CEST 2008 - ma@suse.de
5450
5451 - Follow gpgcheck tag in .repo file and do no check if disabled.
5452 - revision 11010
5453 - version 5.9.0 (8)
5454
5455 -------------------------------------------------------------------
5456 Wed Sep 10 17:54:20 CEST 2008 - jkupec@suse.cz
5457
5458 - added dumpAsXMLOn(stream,string) to ServiceInfo to print services
5459   with content (repos)
5460 - revision 11004
5461
5462 -------------------------------------------------------------------
5463 Wed Sep 10 17:31:41 CEST 2008 - ma@suse.de
5464
5465 - Remove obsolete product attributes.
5466 - Store less packages in /var/lib/zypp/SoftLocks (bnc #418050)
5467 - revision 11001
5468
5469 -------------------------------------------------------------------
5470 Wed Sep 10 16:40:00 CEST 2008 - ma@suse.de
5471
5472 - Provide product::updaterepoKey: Update repository indicator string.
5473 - revision 11000
5474
5475 -------------------------------------------------------------------
5476 Tue Sep  9 17:33:03 CEST 2008 - dmacvicar@suse.de
5477
5478 - provide context about the repository (name/alias) if available when
5479   checking signatures (bnc#370223)
5480 - 5.8.0
5481
5482 -------------------------------------------------------------------
5483 Tue Sep  9 13:04:11 CEST 2008 - ma@suse.de
5484
5485 - Add ServiceInfo interface to define a set of catalogs (repository
5486   aliases) to be enabled on next refresh.
5487 - revision 10970
5488
5489 -------------------------------------------------------------------
5490 Tue Sep  9 11:40:42 CEST 2008 - ma@suse.de
5491
5492 - Fix reading of Traget::targetDistribution.
5493 - Allow to configure default answers in signature verification workflow.
5494 - revision 10968
5495
5496 -------------------------------------------------------------------
5497 Mon Sep  8 17:11:02 CEST 2008 - jkupec@suse.cz
5498
5499 - CredentialManager added to manage stored credentials
5500 - MediaCurl adapted to use CredentialManager to read credentials
5501 - revision 10958
5502
5503 -------------------------------------------------------------------
5504 Fri Sep  5 11:40:05 CEST 2008 - jkupec@suse.cz
5505
5506 - operator ==, !=, < definition moved to RepoInfoBase from
5507   the derived classes
5508 - fixed RepoInfo::dumpAsIniOn() to not print 'type' if it is unknown
5509   (bnc #407515)
5510 - {Repo,Service}Info::dumpAsXMLOn(ostream) added
5511 - RepoInfo::dumpRepoOn() deprecated in favor of dumpAsIniOn()
5512 - use shared_ptr instead of itrusive for {Repo,Service}Info
5513 - revision 10931:10942
5514
5515 -------------------------------------------------------------------
5516 Thu Sep  4 16:47:07 CEST 2008 - jkupec@suse.cz
5517
5518 - RepoInfo{,Base} setters made void
5519 - revision 10931
5520
5521 -------------------------------------------------------------------
5522 Wed Sep  3 14:53:06 CEST 2008 - jkupec@suse.cz
5523
5524 - skip repositories with non-matching target distro when reading
5525   repoindex
5526 - revision 10926
5527
5528 -------------------------------------------------------------------
5529 Tue Sep  2 11:04:52 CEST 2008 - schubi@suse.de
5530
5531 - Enabled distupgrade of the SAT solver. In order to use the old
5532   distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.
5533   This variable will can be used until the old distupgrade mechanism will
5534   be removed from libzypp. Have a look to above changelogs.
5535 - revision 10911
5536 - version 5.7.0 (5)
5537
5538 -------------------------------------------------------------------
5539 Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de
5540
5541 - add Package::maybeUnsupported to remove duplicated
5542   code in clients dealing with Package::vendorSupport
5543
5544 -------------------------------------------------------------------
5545 Tue Aug 19 11:04:52 CEST 2008 - schubi@suse.de
5546
5547 - Reset transaction only if this solvable has no buddy (bnc #417799)
5548   e.g. do not reset Products cause the concerning release package
5549   could not already be installed.
5550 - revision 10883
5551 - version 5.6.1 (5)
5552
5553 -------------------------------------------------------------------
5554 Mon Aug 18 17:31:02 CEST 2008 - dmacvicar@suse.de
5555
5556 - don't report "may be outdated" for @System repo.
5557
5558 -------------------------------------------------------------------
5559 Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de
5560
5561 - Add Target::targetDistribution. Returns "distribution-arch" of
5562   the installed base product. Used for registration and Service
5563   refresh. (for Fate #304915)
5564 - revision 10877
5565 - version 5.6.0 (5)
5566
5567 -------------------------------------------------------------------
5568 Fri Aug 15 17:42:58 CEST 2008 - ma@suse.de
5569
5570 - Add method Product::replacedProducts to identify installed
5571   Products that would be replaced by installing a new Product.
5572   (for Fate #301997)
5573 - revision 10876
5574
5575 -------------------------------------------------------------------
5576 Fri Aug 15 15:30:32 CEST 2008 - ma@suse.de
5577
5578 - Fixes to Selectable doing staus manipulation on non-USER level.
5579 - revision 10873
5580
5581 -------------------------------------------------------------------
5582 Fri Aug 15 14:23:02 CEST 2008 - ma@suse.de
5583
5584 - Add method ZYpp::getTarget that returns the Target or a NULL pointer,
5585   if it is not yet initialized. This is to avoid try/catch blocks just
5586   to test whether the Target is initialized. (bnc #417556)
5587 - Add method Target::assertRootPrefix. Pass a pathname and get back the
5588   path prefixed with the tragets root, unless it already had that prefix.
5589 - revision 10870
5590
5591 -------------------------------------------------------------------
5592 Thu Aug 14 18:44:45 CEST 2008 - schubi@suse.de
5593
5594 - Regarding error messages for Products correctly (FATE #304502)
5595 - rev 10863
5596
5597 -------------------------------------------------------------------
5598 Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
5599
5600 - Let Selectable default to USER level.
5601 - revision 10850
5602 - version 5.5.1 (5)
5603
5604 -------------------------------------------------------------------
5605 Wed Aug 13 21:01:25 CEST 2008 - ma@suse.de
5606
5607 - Change Selectable API to support doing staus manipulation on
5608   non-USER level.
5609 - revision 10847
5610 - version 5.5.0 (5)
5611
5612 -------------------------------------------------------------------
5613 Wed Aug 13 16:48:49 CEST 2008 - dmacvicar@suse.de
5614
5615 - support sat solver API for searching files
5616
5617 -------------------------------------------------------------------
5618 Wed Aug 13 15:12:45 CEST 2008 - ma@suse.de
5619
5620 - Add ResPool::reposFind to get repositories by alias.
5621 - revision 10835
5622
5623 -------------------------------------------------------------------
5624 Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
5625
5626 - Advise rpmdb2solv to parse the product database.
5627 - revision 10824
5628 - version 5.4.0 (4)
5629
5630 -------------------------------------------------------------------
5631 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
5632
5633 - Offer a simpler, fate based status manipulation in ui::Selectable.
5634   This is easier to handle, as the ui::Status always distinguishes
5635   wheter an object is installed or not.
5636 - revision 10814
5637
5638 -------------------------------------------------------------------
5639 Mon Aug 11 18:00:40 CEST 2008 - ma@suse.de
5640
5641 - Propagate default rpm install flags from zypp.conf via ZConfig and
5642   ZYppCommitPolicy down to the installer. (FATE #302952)
5643 - revision 10813
5644
5645 -------------------------------------------------------------------
5646 Mon Aug 11 16:28:07 CEST 2008 - ma@suse.de
5647
5648 - Add base::Flags (like qt's QFlags) a type-safe way of storing
5649   OR-combinations of enum values.
5650 - revision 10811
5651
5652 -------------------------------------------------------------------
5653 Fri Aug  8 17:01:00 CEST 2008 - ma@suse.de
5654
5655 - Add static ui::Selectable::get methods as convenient ctor
5656   substitute.
5657 - revision 10806
5658
5659 -------------------------------------------------------------------
5660 Fri Aug  8 15:41:17 CEST 2008 - ma@suse.de
5661
5662 - Adapt zypp-query-pool to new product handling.
5663 - revision 10803
5664
5665 -------------------------------------------------------------------
5666 Fri Aug  8 14:11:03 CEST 2008 - ma@suse.de
5667
5668 - Don't pass epoch to 'rpm -e', it does not support it.
5669 - revision 10800
5670
5671 -------------------------------------------------------------------
5672 Fri Aug  8 13:27:42 CEST 2008 - ma@suse.de
5673
5674 - Adapt to new product handling. Products are no longer pseudo
5675   installed objects verified by the solver, but actually installed.
5676   Thus removed satisfiedProduct iterator, fixed Selctables.
5677 - Removed class ProductInfo as we keep Product.
5678 - revision 10797
5679
5680 -------------------------------------------------------------------
5681 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
5682
5683 - implement relogin suggested support (fate#304889)
5684
5685 -------------------------------------------------------------------
5686 Wed Aug  6 18:21:30 CEST 2008 - ma@suse.de
5687
5688 - Detect correct download path even if repository type
5689   is not set. (bnc #386386)
5690 - revision 10768
5691
5692 -------------------------------------------------------------------
5693 Wed Aug  6 17:15:48 CEST 2008 - ma@suse.de
5694
5695 - Cleanup, mostly by removing, unused parser code and related classes.
5696 - revision 10765
5697
5698 -------------------------------------------------------------------
5699 Wed Aug  6 16:23:27 CEST 2008 - ma@suse.de
5700
5701 - Don't let exception escape MediaSetAccess dtor (bnc #415017)
5702 - revision 10763
5703
5704 -------------------------------------------------------------------
5705 Mon Aug  4 19:34:27 CEST 2008 - ma@suse.de
5706
5707 - Add new product attributes (flavor,referencePackage).
5708 - Add PoolItem buddies, i.e. two PoolItems sharing the same status
5709   object. This is used to keep the product resolvable and the
5710   package providing the product metadata in sync.
5711 - revision 10742
5712
5713 -------------------------------------------------------------------
5714 Sat Aug  2 19:26:52 CEST 2008 - jkupec@suse.cz
5715
5716 - support an optional url attribute in repoindex.xml's <repo>
5717 - revision 10729
5718
5719 -------------------------------------------------------------------
5720 Thu Jul 31 21:52:11 CEST 2008 - ma@suse.de
5721
5722 - New class ProductInfo to provide product related metadata that
5723   might be associated with a package. This will replace the Product
5724   resolvable.
5725 - revision 10715
5726
5727 -------------------------------------------------------------------
5728 Thu Jul 31 19:01:54 CEST 2008 - dmacvicar@suse.de
5729
5730 - generate a unique anonymous unique string per target
5731   and add it to the agent string for better statistics
5732
5733 -------------------------------------------------------------------
5734 Thu Jul 31 19:01:14 CEST 2008 - ma@suse.de
5735
5736 - Follow solver policy and make repository priority the highest
5737   key, when ordering packages. Then architecture, and edition last.
5738 - revision 10710
5739
5740 -------------------------------------------------------------------
5741 Wed Jul 30 19:12:00 CEST 2008 - ma@suse.de
5742
5743 - /var/lib/zypp and /var/cache/zypp should be owned by libzypp
5744   (bnc #412094)
5745 - revision 10702
5746
5747 -------------------------------------------------------------------
5748 Wed Jul 30 12:47:48 CEST 2008 - jkupec@suse.cz
5749
5750 - Service renamed to ServiceInfo
5751 - RepoInfoBase added; RepoInfo and ServiceInfo now derive from it
5752 - revision 10695
5753
5754 -------------------------------------------------------------------
5755 Tue Jul 29 12:59:46 CEST 2008 - jkupec@suse.cz
5756
5757 - fixed yum repos to work with non '/' base url post fix
5758   (bnc #341617)
5759 - revision 10662
5760
5761 -------------------------------------------------------------------
5762 Mon Jul 28 18:13:24 CEST 2008 - ma@suse.de
5763
5764 - Fixed SolvIterMixin::Selectable_iterator eating some solvables
5765   (bnc #411339)
5766 - revision 10680
5767
5768 -------------------------------------------------------------------
5769 Fri Jul 25 20:12:55 CEST 2008 - ma@suse.de
5770
5771 - Several changes to make libzypp-bindings compile using the original
5772   header files and no private copies. (bnc #391831)
5773 - revision 10668
5774 - version 5.3.0
5775
5776 -------------------------------------------------------------------
5777 Wed Jul 23 17:17:47 CEST 2008 - jkupec@suse.cz
5778
5779 - Service::enabled() added
5780 - revision 10657
5781
5782 -------------------------------------------------------------------
5783 Tue Jul 22 17:18:28 CEST 2008 - jkupec@suse.cz
5784
5785 - Removed FRESHENS dependency type
5786 - revision 10643
5787
5788 -------------------------------------------------------------------
5789 Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
5790
5791 - Allow parallel installation of packages which have been defined
5792   in zypp.conf (parameter "multiversion") Fate #302050
5793 - Additional check for broken system.
5794   (defined in zypp.conv: solver.checkSystemFile)
5795 - revision 10600
5796
5797 -------------------------------------------------------------------
5798 Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
5799
5800 - Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
5801 - revision 10596
5802
5803 -------------------------------------------------------------------
5804 Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
5805
5806 - Remove Atom, Script, Message and other obsolete classes.
5807 - revision 10592
5808
5809 -------------------------------------------------------------------
5810 Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
5811
5812 - Also report the name of the locking process in ZYppFactoryException
5813   (bnc #280537)
5814 - revision 10572
5815
5816 -------------------------------------------------------------------
5817 Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
5818
5819 - corrected logging of solver settings
5820 - regard locking while doUpdate (bnc #405427)
5821 - revision 10564
5822
5823 -------------------------------------------------------------------
5824 Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
5825
5826 - make curl use the right transfer mode
5827   (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
5828 - revision 10559
5829
5830 -------------------------------------------------------------------
5831 Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
5832
5833 - reuse existing disk mounts (applied Marius' patch) (bnc #208222)
5834 - revision 10557
5835
5836 -------------------------------------------------------------------
5837 Wed Jul  9 18:13:58 CEST 2008 - ma@suse.de
5838
5839 - Provide Package::url() if available in solv file. (bnc #402434)
5840 - A missing cookie file must not be treated as an error. Simply
5841   rebuild the cache (bnc #405867)
5842 - Add 22x22 and 24x24 icons (bnc #329635)
5843 - revision 10528
5844
5845 -------------------------------------------------------------------
5846 Mon Jul  7 13:39:09 CEST 2008 - schubi@suse.de
5847
5848 - Do not update an already updated package (bnc #400422)
5849 - revision 10504
5850
5851 -------------------------------------------------------------------
5852 Fri Jul  4 17:19:24 CEST 2008 - ma@suse.de
5853
5854 - Also check if the fingerprint matches before importing updated keys.
5855   (bnc #393160)
5856 - revision 10500
5857
5858 -------------------------------------------------------------------
5859 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
5860
5861 - forward port add message attribute to patches.
5862 - port import newer keys if a trusted key is updated
5863 - (bnc#393160)
5864 - version 5.0.2
5865
5866 -------------------------------------------------------------------
5867 Mon Jun 30 10:28:27 CEST 2008 - ma@suse.de
5868
5869 - Fix permanent duplication of gpg keys in the rpm database. Also
5870   retrieve correct creation and expire dates. (bnc #401259)
5871 - Invoke gpg with --homdir, otherwise command fails if executed
5872   within a wrapper. (bnc #401259)
5873 - revision 10487
5874
5875 -------------------------------------------------------------------
5876 Thu Jun 26 12:07:33 CEST 2008 - schubi@suse.de
5877
5878 - version 5.0.1
5879 - revision 10464
5880
5881 -------------------------------------------------------------------
5882 Thu Jun 19 17:55:35 CEST 2008 - ma@suse.de
5883
5884 - Handle new patch messages and scripts in commit. Provide callbacks
5885   to display the patch messages and give visual feedback on script
5886   execution. (bnc #401220)
5887 - revision 10411
5888
5889 -------------------------------------------------------------------
5890 Thu Jun 19 17:35:59 CEST 2008 - ma@suse.de
5891
5892 - Fix wrong parenthesis causing bug 399320
5893 - version
5894 - revision
5895
5896 -------------------------------------------------------------------
5897 Tue Jun 10 09:52:03 CEST 2008 - jreidinger@suse.cz
5898
5899 - improve performance of gsub
5900 - change replace_all to replaceAll (same name convency)
5901 - add tests for gsub and replaceAll
5902 - revision 10366
5903
5904 -------------------------------------------------------------------
5905 Fri Jun  6 13:29:59 CEST 2008 - ma@suse.de
5906
5907 - Handle application/x-redhat-package-manager in package-manager.desktop
5908   (bnc #391183)
5909 - revision 10361
5910
5911 -------------------------------------------------------------------
5912 Thu Jun  5 18:01:15 CEST 2008 - jkupec@suse.cz
5913
5914 - X-SuSE-ControlCenter-System category added
5915   to package-manager.desktop (bnc #302324)
5916 - revision 10353
5917
5918 -------------------------------------------------------------------
5919 Wed Jun  4 14:57:13 CEST 2008 - ma@suse.de
5920
5921 - Fix crash when requesting disk usage without a target loaded. (bnc #396755)
5922 - revision 10340
5923
5924 -------------------------------------------------------------------
5925 Wed Jun  4 14:05:09 CEST 2008 - ma@suse.de
5926
5927 - Fix memory corruption in curl media handler (bnc #396979)
5928 - revision 10338
5929
5930 -------------------------------------------------------------------
5931 Tue Jun  3 20:00:00 CEST 2008 - ma@suse.de
5932
5933 - Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
5934   as 'source package named zypper'. So these capabilities can be used
5935   together with sat::Whatprovides or in resolver requests. (bnc #369893)
5936 - revision 10335
5937
5938 -------------------------------------------------------------------
5939 Tue Jun  3 15:40:37 CEST 2008 - jreidinger@suse.cz
5940
5941 - allow aborting progress during removing packages. (bnc #389238)
5942 - revision 10331
5943
5944 -------------------------------------------------------------------
5945 Mon Jun  2 15:31:36 CEST 2008 - schubi@suse.de
5946
5947 - New option for ignoring Obsoletes. This is used for installing more than
5948   one pacakges with the same name but different versions.
5949   Often used by kernel.
5950 - r 10299
5951
5952 -------------------------------------------------------------------
5953 Sun Jun  1 23:14:34 CEST 2008 - - ma@suse.de
5954
5955 - Revert inappropriate Selectable cleanup. Fix Selectable
5956   status computation. Unmaintained packages were wrongly
5957   reported as unsinstalled. (bnc #394630)
5958 - version 5.0.0 (4.x continued in SuSE-Linux-11_0-Branch)
5959 - revision 10295
5960
5961 -------------------------------------------------------------------
5962 Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
5963
5964 - fixed typo
5965
5966 -------------------------------------------------------------------
5967 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
5968
5969 - Reenable diskusage calculation (bnc #395051)
5970 - version 4.25.1
5971 - revision 10273
5972
5973 -------------------------------------------------------------------
5974 Wed May 28 18:50:11 CEST 2008 - jkupec@suse.cz
5975
5976 - RepoManager::packagesPath(RepoInfo) added (bnc #394728)
5977 - revision 10271
5978
5979 -------------------------------------------------------------------
5980 Wed May 28 16:26:09 CEST 2008 - jkupec@suse.cz
5981
5982 - RepoInfo: don't overwrite flags that have already been set externally
5983   (bnc #394728)
5984 - revision 10256
5985
5986 -------------------------------------------------------------------
5987 Wed May 28 15:30:24 CEST 2008 - ma@suse.de
5988
5989 - Create missing directories when saving config files. (bnc #395026)
5990 - Fix undefined behaviour in RepoManager.
5991 - revision 10255
5992
5993 -------------------------------------------------------------------
5994 Wed May 28 15:23:44 CEST 2008 - schubi@suse.de
5995
5996 - SOLVER_ERASE_SOLVABLE_NAME: As we do not know, if this request has come
5997   from resolvePool or resolveQueue we will have to take care for both
5998   cases. (bnc#393969)
5999 - r 10252
6000
6001 -------------------------------------------------------------------
6002 Tue May 27 22:35:37 CEST 2008 - coolo@suse.de
6003
6004 - compile with RPM_OPT_FLAGS
6005
6006 -------------------------------------------------------------------
6007 Mon May 26 17:23:24 CEST 2008 - jkupec@suse.cz
6008
6009 - old2new locks file converter script added to %post (jredinger)
6010 - r 10227
6011
6012 -------------------------------------------------------------------
6013 Mon May 26 11:48:35 CEST 2008 - schubi@suse.de
6014
6015 - Do not regard packages with the same name while upgrading obsoleted
6016   packages (bnc#394367)
6017 - r 10219
6018
6019 -------------------------------------------------------------------
6020 Sat May 24 01:23:44 CEST 2008 - dmacvicar@suse.de
6021
6022 - revert commit don't check for existence of keys,
6023   to avoid a non needed HEAD request. (related bnc#381280)
6024   as it creates popup error callbacks due to the 404's in
6025   the keys. Leave however the OnMediaLocation::optional()
6026   API to look for another fix strategy.
6027
6028 -------------------------------------------------------------------
6029 Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de
6030
6031 - define path for messages and scripts and document
6032   them in zypp.conf
6033
6034 -------------------------------------------------------------------
6035 Fri May 23 14:42:34 CEST 2008 - schubi@suse.de
6036
6037 - Added IgnoreAlreadyRecommended flag. So recomments/suggest will
6038   be ignored for already INSTALLED packages (bnc #389694)
6039 - r 10202
6040
6041 -------------------------------------------------------------------
6042 Fri May 23 10:22:47 CEST 2008 - schubi@suse.de
6043
6044 - Packages which obsoletes and do NOT required other installed
6045   packages will be installed if no other packages obsolete the installed package too.
6046 - r 10196
6047
6048 -------------------------------------------------------------------
6049 Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
6050
6051 - fix filelist for installed packages (bnc#392544)
6052 - fix changelog retrieval for installed packages
6053
6054 -------------------------------------------------------------------
6055 Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
6056
6057 - deprecate Repository::name() and use alias() to
6058   be consistent. Related to (bnc#383553)
6059 - don't check for existence of keys, to avoid a non needed
6060   HEAD request. (helps bnc#381280)
6061 - 4.25.0
6062
6063 -------------------------------------------------------------------
6064 Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
6065
6066 - added onlyRequires in the testcase (bnc #389184)
6067
6068 -------------------------------------------------------------------
6069 Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
6070
6071 - allow installation and refreshing from repository with alias that
6072   contains ' or " (bnc #392426)
6073 - r10158
6074
6075 -------------------------------------------------------------------
6076 Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
6077
6078 - delta rpm support reenabled
6079 - r10150
6080
6081 -------------------------------------------------------------------
6082 Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
6083
6084 - Resetting Delete Details in ResStatus correctly (bnc #391785)
6085 - r 10145
6086
6087 -------------------------------------------------------------------
6088 Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
6089
6090 - when setting status to non installed for uninstalled packages
6091   set the user transaction so they go to soft locks.
6092   (related to bnc#389739 )
6093
6094 -------------------------------------------------------------------
6095 Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
6096
6097 - Added new calls : isInstalledBy (const PoolItem item);
6098                     installs (const PoolItem item);
6099 - r 10125
6100 - 4.23.0
6101
6102 -------------------------------------------------------------------
6103 Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
6104
6105 - don't run merge in save when toAdd/Remove queue is empty
6106 - throw when locks cannot load its file
6107 - r10124
6108
6109 -------------------------------------------------------------------
6110 Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
6111
6112 - throw more describing exception when repo probing failed
6113   (bnc #389690)
6114 - revision 10118
6115
6116 -------------------------------------------------------------------
6117 Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
6118
6119 - allow call only merge old locks and newly added/removed without
6120   saving it to file
6121 - -revision 10104
6122
6123 -------------------------------------------------------------------
6124 Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de
6125
6126 - report non packages as keep installed if satisfied to the
6127   user interace (Selectables)
6128 - 4.21.3
6129
6130 -------------------------------------------------------------------
6131 Tue May 13 15:50:28 CEST 2008 - jkupec@suse.cz
6132
6133 - create /etc/zypp/products.d on install
6134
6135 -------------------------------------------------------------------
6136 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
6137
6138 - /etc/zypp/products.d added to file list (bnc #385868)
6139 - revision 10049
6140 - version 4.21.2
6141
6142 -------------------------------------------------------------------
6143 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
6144
6145 - call RemoveResolvableReport::problem() before finish() on error
6146   (bnc #388810)
6147 - revision 10045
6148
6149 -------------------------------------------------------------------
6150 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
6151
6152 - fix file list
6153
6154 -------------------------------------------------------------------
6155 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
6156
6157 - Product now retrieves all attributes from the solv file.
6158 - version 4.21.1
6159 - revision 10031
6160
6161 -------------------------------------------------------------------
6162 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
6163
6164 - Add zypp.conf option configdir (/etc/zypp) and arrange
6165   all config files and directories to follow {configdir}
6166   per default.
6167 - Fix zypp-query-pool to print satisfied products and additional
6168   products defined in {configdir}/products.d for registration.
6169   (bnc #385868)
6170 - version 4.21.0
6171 - revision 10029
6172
6173 -------------------------------------------------------------------
6174 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
6175
6176 - implement remove duplicate entries in lock file (bnc#385967)
6177
6178 -------------------------------------------------------------------
6179 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
6180
6181 - Speedup rpmdb2solv by reusing an existing solv file.
6182 - version 4.20.1
6183 - revision 10012
6184
6185 -------------------------------------------------------------------
6186 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
6187
6188 - Fix failed package download due to unkown repository type (bnc #386386)
6189 - revision 9995
6190
6191 -------------------------------------------------------------------
6192 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
6193
6194 - Support optional root argument to RepoManagerOptions, to prefix all
6195   path names taken from ZConfig. (bnc #388265)
6196 - version 4.20.0
6197 - revision 9993
6198
6199 -------------------------------------------------------------------
6200 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
6201
6202 - new solution action for removing requirements/conflicts (bnc #387631)
6203 - revision 9988
6204
6205 -------------------------------------------------------------------
6206 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
6207
6208 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100)
6209 - revision 9984
6210
6211 -------------------------------------------------------------------
6212 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
6213
6214 - DistUpgrade: searching for providers -> regarding name onl
6215 - r 9977
6216
6217 -------------------------------------------------------------------
6218 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
6219
6220 - add flag --registrable (-r) to query pool to avoid
6221   using system as a filter
6222 - 4.19.1
6223
6224 -------------------------------------------------------------------
6225 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
6226
6227 - return values in non-void functions
6228
6229 -------------------------------------------------------------------
6230 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
6231
6232 - support multiple search strings in PoolQuery (ORed)
6233 - revision 9945
6234
6235 -------------------------------------------------------------------
6236 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
6237
6238 - Switch off the upgrade mode of the
6239   SAT solver cause the packages have already been evaluated by
6240   the distupgrade machanism of libzypp. (bnc #386375)
6241 - rev 9943
6242
6243 -------------------------------------------------------------------
6244 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
6245
6246 - release file after copy to cache as soon as possible.
6247   (bnc #381311)
6248 - r9940
6249
6250 -------------------------------------------------------------------
6251 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
6252
6253 - Bugfix: keep states by user has been removed it the
6254   package has not been installed BUT has been recommended by another package.
6255   (bnc #385832)
6256 - rev 9938
6257
6258 -------------------------------------------------------------------
6259 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
6260
6261 - add isLocal function to Url which say if scheme is local or
6262   internet.
6263 - r9932
6264
6265 -------------------------------------------------------------------
6266 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
6267
6268 - cache decision for repository depend on his url.
6269 - http,ftp and smb cache packages.
6270 - revision 9929
6271
6272 -------------------------------------------------------------------
6273 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
6274
6275 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
6276   Locks are loaded together with the target, and changes are writen
6277   back on commit. zypp.conf option locksfile.apply can be used to turn
6278   this feature on or off. (FATE #120352)
6279 - version 4.18.0
6280 - revision 9927
6281
6282 -------------------------------------------------------------------
6283 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
6284
6285 - Add zypp.conf option solvfilesdir: Path where the repo solv files
6286   are created. Default value: {cachedir}/solv.
6287 - Target and repositories now save their solvfiles below {solvfilesdir}
6288   in directories named after the repositories alias.
6289 - version 4.18.0
6290 - revision 9913
6291
6292 -------------------------------------------------------------------
6293 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
6294
6295 - fixed filesystem::expandlink(Pathname) (bnc #368477)
6296 - r9906
6297
6298 -------------------------------------------------------------------
6299 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
6300
6301 - cleanup in return values of doUpgrade and doUpdate
6302 - r9886
6303 - 4.17.0
6304
6305 -------------------------------------------------------------------
6306 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
6307
6308 - check for valid pool in begin(), improve the code (bnc #384337)
6309 - r9872
6310 - 4.16.0
6311
6312 -------------------------------------------------------------------
6313 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
6314
6315 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
6316
6317 -------------------------------------------------------------------
6318 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
6319
6320 - added translations
6321
6322 -------------------------------------------------------------------
6323 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
6324
6325 - ostream operator<<(ostream,TriBool) added
6326 - r9833
6327
6328 -------------------------------------------------------------------
6329 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
6330
6331 - Prevent target::unload from creating a system repo in order
6332   to unload it. (bnc 382297)
6333 - version 4.15.2
6334 - revision 9822
6335
6336 -------------------------------------------------------------------
6337 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
6338
6339 - Prevent deselected or deleted items from being re-selected due to
6340   recommends (aka. persistent soft locks). Unlike hard locked, those
6341   items will be automatically selected if required. The list of soft
6342   locked items is stored in /var/lib/zypp/SoftLocks.
6343 - version 4.15.1
6344 - revision 9818
6345
6346 -------------------------------------------------------------------
6347 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
6348
6349 - Remove obsolete AdditionalCapabilities interface from ResPool.
6350   Forward sat::Pool::RepositoryIterator. There's no more need to
6351   maintain an extra Repository list in ResPool.
6352 - revision 9806
6353
6354 -------------------------------------------------------------------
6355 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
6356
6357 - Support dependencies requiring a specific architecture:
6358   "name[.arch] [op edition]". See class Capability for details
6359   about how to construct dependencies. (bnc #305445)
6360 - version 4.15.0
6361 - revision 9805
6362
6363 -------------------------------------------------------------------
6364 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
6365
6366 - patch attributes and deprecate old ones
6367 - 4.14.0
6368
6369 -------------------------------------------------------------------
6370 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
6371
6372 - change locks api -
6373 - make more functions const
6374 - replace add/remove by selectable to add/remove by ident or name and kind
6375 - rename iterator to const_iterator to avoid confusion
6376 - revision 9781
6377
6378 -------------------------------------------------------------------
6379 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
6380
6381 - Do architecture changes while "dup" in the external distribution
6382   upgrade ONLY. bnc #382274
6383 - Added "ignore" to the solutions
6384 - Added "self-conflicts" to the solution
6385 - added new solver mechanism "resolveQueue"
6386 - Bugfix broken/satisfied products
6387 - rev 9776
6388
6389 -------------------------------------------------------------------
6390 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
6391
6392 - Added Pattern::core returning the packages required by a pattern.
6393   (see also Pattern::depends and Pattern::contents).
6394 - revision 9771
6395
6396 -------------------------------------------------------------------
6397 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
6398
6399 - Added Target::release(), returning the targets distribution
6400   release string.
6401 - revision 9761
6402
6403 -------------------------------------------------------------------
6404 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
6405
6406 - per default abort if package installation fails. (bnc #381203)
6407 - version 4.13.3
6408 - revision 9725
6409
6410 -------------------------------------------------------------------
6411 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
6412
6413 - add ZYpp and curl version to http agent string
6414   (bnc #381280)
6415
6416 -------------------------------------------------------------------
6417 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
6418
6419 - Fixed pools package index wrongly including source packages. (bnc #380283)
6420 - version 4.13.2
6421 - revision 9683
6422
6423 -------------------------------------------------------------------
6424 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
6425
6426 - Disable fast creation of @System.solv. It may produce wrong results
6427   e.g. after a rebuilddb.
6428 - version 4.13.1
6429 - revision 9666
6430
6431 -------------------------------------------------------------------
6432 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
6433
6434 - initializeTarget now takes an additional option, telling whether to
6435   rebuild an existing rpm database before using it. Default is false.
6436   (bnc #308352)
6437 - version 4.13.0
6438 - revision 9664
6439
6440 -------------------------------------------------------------------
6441 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
6442
6443 - save do nothing if no locks added/removed
6444 - fix bug with multiple save lock
6445 - don't save same query multiple times
6446 - improve tests
6447 - revision 9644
6448
6449 -------------------------------------------------------------------
6450 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
6451
6452 - added new translations
6453 - activate zypp-query-pool
6454 - Revision 9637
6455 - 4.12.1
6456
6457 -------------------------------------------------------------------
6458 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
6459
6460 - Locks API cleaned-up, iterator added, light read() added
6461 - PoolQuery::attribute(SolvAttr) getter added
6462 - revision 9609
6463
6464 -------------------------------------------------------------------
6465 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
6466
6467 - reenable zypp-query-pool
6468 - 4.11.1
6469
6470 -------------------------------------------------------------------
6471 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
6472
6473 - Enable evaluation of hardware dependencies.
6474 - Enable evaluation of filesystem dependencies.
6475 - revision 9605
6476
6477 -------------------------------------------------------------------
6478 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
6479
6480 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
6481   needed for explicit refresh request
6482 - revision 9574
6483
6484 -------------------------------------------------------------------
6485 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
6486
6487 - Install ResPoolProxy index to speedup Solvable to Selectable
6488   conversion.
6489 - version 4.11.0
6490 - revision 9558
6491
6492 -------------------------------------------------------------------
6493 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
6494
6495 - Implement update scripts installed by packages. After every
6496   package install /var/adm/update-scripts is scanned for the first
6497   file starting with "<name>-<version>.<release>-", which is then
6498   executed.
6499 - revision 9547
6500
6501 -------------------------------------------------------------------
6502 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
6503
6504 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
6505 - Add Resolvable::poolItem() providing access to the corresponding
6506   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
6507   to PoolItem.
6508 - Add ResPool::satisfiedProductsBegin/End iterator over all products
6509   whose dependencies are satisfied. This reflects the status determined
6510   by the last solver run. (#368104)
6511 - revision 9535
6512
6513 -------------------------------------------------------------------
6514 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
6515
6516 - switch to new locks api
6517 - revision 9524
6518
6519 -------------------------------------------------------------------
6520 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
6521
6522 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
6523 - Add SolvIterMixin: Base class providing PoolItem_iterator and
6524   Selectable_iterator iterator types based on a Solvable iterator.
6525 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
6526   PoolItem_iterator and Selectable_iterator.
6527 - Add Solvable::SplitIdent: Helper class that splits an identifier
6528   into kind and name.
6529 - Provide methods Pattern::contents returning a collection of packages
6530   associated with the pattern/patch.
6531 - revision 9496
6532
6533 -------------------------------------------------------------------
6534 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
6535
6536 - add comparing to PoolQuery
6537 - revision 9466
6538
6539 -------------------------------------------------------------------
6540 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
6541
6542 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
6543 - revision 9452
6544
6545 -------------------------------------------------------------------
6546 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
6547
6548 - initial implementation of new locks (FATE #120118 and #120352)
6549 - revision 9442
6550
6551 -------------------------------------------------------------------
6552 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
6553
6554 - selectable API updates and changes
6555 - 4.10.0
6556
6557 -------------------------------------------------------------------
6558 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
6559
6560 - add split with respect to escaped delimeters and also for quotes
6561 - revision 9373
6562
6563 -------------------------------------------------------------------
6564 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
6565
6566 - Fixed some missing package and source package attributes.
6567 - revision 9348
6568
6569 -------------------------------------------------------------------
6570 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
6571
6572 - Allow to store a media label in MediaSetAccess. This label is
6573   passed to a media change requests to describe which CD is
6574   requested.  (bnc #330094)
6575 - Fixed some missing package and source package attributes.
6576 - revision 9347
6577
6578 -------------------------------------------------------------------
6579 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
6580
6581 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
6582 - Removed establish state in ResStatus
6583 - revision 9337
6584 - version 4.7.0
6585
6586 -------------------------------------------------------------------
6587 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
6588
6589 - Add PoolItem::isSatisfied()/isBroken() to test whether
6590   the items requirements are met.
6591 - revision 9334
6592
6593 -------------------------------------------------------------------
6594 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
6595
6596 - Extend sat::WhatProvides to allow to query for possible providers
6597   of a collection of capabilies. E.g. all providers of a packages
6598   requirements.
6599 - Fixed retrieval of translated texts from .solv files, provided the
6600   solv file contains them.
6601 - revision 9328
6602
6603 -------------------------------------------------------------------
6604 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
6605
6606 - initial implementation of serialize/recovery PoolQuery
6607   (needed by FATE #120118)
6608 - revision 9325
6609
6610 -------------------------------------------------------------------
6611 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
6612
6613 - Allow prioritizing repos by adding a line 'priority=N' to the
6614   .repo file. Where N is an integer number from 1 (highest prio)
6615   to 99 (least and default). (bnc #369827, fate #302872)
6616 - version 4.6.1
6617 - revision 9276
6618
6619 -------------------------------------------------------------------
6620 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
6621
6622 - support plaindir again (at least the most important parts)
6623
6624 -------------------------------------------------------------------
6625 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
6626
6627 - Throwing special exception MediaBadCAException in case of SSL
6628   certificate validation failure.(bnc #223512)
6629 - revision 9250
6630
6631 -------------------------------------------------------------------
6632 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
6633
6634 - add new error IO_SOFT to media request callback for temporary
6635   connection problem. (bnc #328822)
6636 - add new media exception timeout when somethink fail due to exceed
6637   timeout
6638 - mediacurl throw timeout exception when timeouted
6639 - revision 9246
6640
6641 -------------------------------------------------------------------
6642 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
6643
6644 - return more information from checking if metadata need refresh,
6645   so user can get better info. (bnc #307249)
6646 - revision 9231
6647
6648 -------------------------------------------------------------------
6649 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
6650
6651 - class sat::LocaleSupport: Convenience methods to manage support
6652   for language specific packages.
6653 - revision 9197
6654
6655 -------------------------------------------------------------------
6656 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
6657
6658 - removed obsolete capability handling stuff (ma)
6659 - version 4.5.0
6660
6661 -------------------------------------------------------------------
6662 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
6663
6664 - Don't mask skip and abort exception in Fetcher
6665 - revision 9188
6666
6667 -------------------------------------------------------------------
6668 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
6669
6670 - action is correctly set in mediaRequest callback
6671 - revision 9186
6672
6673 -------------------------------------------------------------------
6674 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
6675
6676 - Fix SEGV in commit (bnc# 371137)
6677 - version 4.4.3
6678 - revision 9174
6679
6680 -------------------------------------------------------------------
6681 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
6682
6683 - version 4.4.2
6684
6685 -------------------------------------------------------------------
6686 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
6687
6688 - look for openssl in cmake, actually we build require it
6689 - explicitely link against openssl and crypto, required to
6690   compile in all platforms/distros.
6691
6692 -------------------------------------------------------------------
6693 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
6694
6695 - Save repo type during refresh if type is NONE (f.e. lazy probing).
6696 - revision 9153
6697
6698 -------------------------------------------------------------------
6699 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
6700
6701 - replace gpg escaped semicolon with real semicolon (bnc #355434)
6702 - revision 9151
6703
6704 -------------------------------------------------------------------
6705 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
6706
6707 - make strings from RpmDb and Keyring exceptions translatable
6708 - revision 9146
6709
6710 -------------------------------------------------------------------
6711 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
6712
6713 - fix retrieving keys (bnc #368099)
6714 - version 4.4.1
6715
6716 -------------------------------------------------------------------
6717 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
6718
6719 - enable frontend to rewrite add_probe settings.(bnc #309612)
6720 - Correct adding repo without type to lazy probing.
6721 - revision 9135
6722
6723 -------------------------------------------------------------------
6724 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
6725
6726 - get better message if something fail when trying run rpm
6727   (bnc #344584)
6728 - revision 9133
6729
6730 -------------------------------------------------------------------
6731 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
6732
6733 - Add ExternalProgram::execError and ExternalProgram::command
6734   to improve error reporting.
6735 - revision 9112
6736
6737 -------------------------------------------------------------------
6738 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
6739
6740 - release all media before requesting another (bnc #336881)
6741 - revision 9110
6742
6743 -------------------------------------------------------------------
6744 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
6745
6746 - getDetectedDevices added (fate #120298)
6747 - revision 9108
6748
6749 -------------------------------------------------------------------
6750 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
6751
6752 - media backend release() methods changed to take string & instead
6753   of bool (needed for FATE #120298)
6754 - media label, detected device list and current device arguments
6755   added to the requestMedia callback
6756 - version 4.4.0
6757
6758 -------------------------------------------------------------------
6759 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
6760
6761 - fix for bnc#369543
6762
6763 -------------------------------------------------------------------
6764 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
6765
6766 - provide download rate info (average and curent) in the
6767   media::DownloadProgressReport for ftp/http (bnc #168935)
6768 - r9074
6769
6770 -------------------------------------------------------------------
6771 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
6772
6773 - cleanCache(): clean also .cookie files
6774 - cleanTargetCache() added
6775 - use escaped_alias() in rawcache_path_for_repoinfo() and
6776   packagescache_path_for_repoinfo()
6777 - r9068
6778
6779 -------------------------------------------------------------------
6780 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
6781
6782 - fixed location of RPMs in subdirs when parsing plaindir repo
6783   recursively (bnc #368218)
6784 - revision 9060
6785
6786 -------------------------------------------------------------------
6787 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
6788
6789 - Do not filter any installed solvables.
6790 - revision 9031
6791 - version 4.3.2
6792
6793 -------------------------------------------------------------------
6794 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
6795
6796 - Try to rebuild broken solv files in Target::load.
6797 - revision 9015
6798
6799 -------------------------------------------------------------------
6800 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
6801
6802 - Try to rebuild broken solv files in RepoManager::loadFromCache.
6803 - Fix RepoStatus::operator&& and RepoStatus testsuite.
6804 - revision 9008
6805
6806 -------------------------------------------------------------------
6807 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
6808
6809 - improved problem description while a vendor change
6810 - improved problem description if a requirement cannot be fulfilled. Bug #358560
6811 - revision 9002
6812
6813 -------------------------------------------------------------------
6814 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
6815
6816 - Save and restore requested locales on target load/commit.
6817 - revision 8999
6818
6819 -------------------------------------------------------------------
6820 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
6821
6822 - (Update) Prevent reinstallation of installed packages.
6823 - revision 8984
6824
6825 -------------------------------------------------------------------
6826 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
6827
6828 - refresh metadata if there is no cache to unbreak compat with
6829   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
6830   that "zypper in" could work on)
6831
6832 -------------------------------------------------------------------
6833 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
6834
6835 - create cache directory before calling rpmdb2solv (in an empty
6836   chroot)
6837 - version 4.3.1
6838
6839 -------------------------------------------------------------------
6840 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
6841
6842 - special exception message if server returns 403 response
6843   (forbidden) (port from SP2)
6844 - MediaException messages marked for translation
6845
6846 -------------------------------------------------------------------
6847 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
6848
6849 - make sure we have target cache on target initialize
6850 - version 4.3.0
6851
6852 -------------------------------------------------------------------
6853 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
6854
6855 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
6856   file systems (#333166)
6857 - rev. 8915
6858
6859 -------------------------------------------------------------------
6860 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
6861
6862 - Fixed Capabilites iterator exposing prereq marker.
6863 - revision 8914
6864
6865 -------------------------------------------------------------------
6866 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
6867
6868 - postinstall script fixed
6869 - version 4.2.10
6870
6871 -------------------------------------------------------------------
6872 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
6873
6874 - Testcases regards modaliases, rpmlib, ... correctly
6875 - Revision 8904
6876
6877 -------------------------------------------------------------------
6878 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
6879
6880 - Remove obsolete sql database. (bnc#363224)
6881 - revision 8898
6882
6883 -------------------------------------------------------------------
6884 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
6885
6886 - Take care target uses --root when creating solv files (bnc #363789)
6887 - revision 8881
6888
6889 -------------------------------------------------------------------
6890 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
6891
6892 - Unmaintained packages which does not fit to the updated system
6893   (broken dependencies) will be deleted.
6894 - revision 8867
6895
6896 -------------------------------------------------------------------
6897 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
6898
6899 - let libzypp-devel require libsatsolver-devel
6900
6901 -------------------------------------------------------------------
6902 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
6903
6904 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
6905 - revision 8833
6906
6907 -------------------------------------------------------------------
6908 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
6909
6910 - media: fixed DownloadProgressReport.finish() url argument in
6911   doGetFileCopy()
6912 - revision 8815
6913
6914 -------------------------------------------------------------------
6915 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
6916
6917 - hardlink when possible to optimize data transfer
6918   and space across caches.
6919 - version 4.2.8
6920
6921 -------------------------------------------------------------------
6922 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
6923
6924 - added some locale support to sat::Solvable
6925 - version 4.2.7
6926
6927 -------------------------------------------------------------------
6928 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
6929
6930 - handle error messages better in doesFileExist too which is
6931   used during probing. (bnc #362608)
6932
6933 -------------------------------------------------------------------
6934 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
6935
6936 - Fetcher::reset() should not reset cache directories.
6937   (bnc #348050)
6938 - version 4.2.6
6939
6940 -------------------------------------------------------------------
6941 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
6942
6943 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
6944   for http and https, but this time set CURLOPT_HTTPGET back to 1
6945   so it actually works. This makes Media::doesFileExist
6946   efficient for http and https.
6947   (related to bnc #348050)
6948 - version 4.2.5
6949
6950 -------------------------------------------------------------------
6951 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
6952
6953 - using .solv files only now (fate #303018)
6954 - revision 8699
6955
6956 -------------------------------------------------------------------
6957 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
6958
6959 - fix architectures on distupgrade
6960
6961 -------------------------------------------------------------------
6962 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
6963
6964 - fixes from trunk merged
6965
6966 -------------------------------------------------------------------
6967 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
6968
6969 - fixed renaming a repo to an existing one (bnc #228216)
6970 - revision 8431
6971
6972 -------------------------------------------------------------------
6973 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
6974
6975 - fix changelog
6976
6977 -------------------------------------------------------------------
6978 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
6979
6980 - read .curlrc more robustly to obtain user-proxy (#330351)
6981 - revision 8368
6982
6983 -------------------------------------------------------------------
6984 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
6985
6986 - always buildrequire openssl-devel
6987 - replacing strange utf-8 chars in changelog
6988 - revision 8317
6989
6990 -------------------------------------------------------------------
6991 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
6992
6993 - Saner NFS timeo default (#350309)
6994 - revision 8314
6995
6996 -------------------------------------------------------------------
6997 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
6998
6999 - support 'patterns.pat' and 'patterns.pat.gz' to read all
7000   patterns in one go.
7001 - rev 8309
7002
7003 -------------------------------------------------------------------
7004 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
7005
7006 - added RpmDb::removePubkey(), call it from
7007   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
7008   is removed from the trusted keyring
7009 - revision 8288
7010
7011 -------------------------------------------------------------------
7012 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
7013
7014 - Textchanges
7015 - reduced logging in SAT-solver
7016 - ordering solutions
7017 - version 4.1.8
7018 - revision 8276
7019
7020 -------------------------------------------------------------------
7021 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
7022
7023 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
7024   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
7025 - Revision 8255
7026 - Version 4.1.7
7027
7028 -------------------------------------------------------------------
7029 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
7030
7031 - Pathname zypp::filesystem::expandlink(const Pathname &) added
7032 - if the provided file is a symlink, expand it (#274651) (this
7033   probably won't work for schemes other than file/dir and cd/dvd)
7034 - revision 8179
7035
7036 -------------------------------------------------------------------
7037 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
7038
7039 - fixed password handling in URLs (bug #347273)
7040 - revision 8118
7041
7042 -------------------------------------------------------------------
7043 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
7044
7045 - Fixed default text locale detection not to use static variables. (#346872)
7046 - version 4.1.6
7047 - revision 8116
7048
7049 -------------------------------------------------------------------
7050 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
7051
7052 - Log more details about zypp lock owner. (#294094)
7053 - revision 8088
7054
7055 -------------------------------------------------------------------
7056 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
7057
7058 - Remove runtime dependency for libboost_filesystem (#345773)
7059 - version 4.1.5
7060 - revision 8061
7061
7062 -------------------------------------------------------------------
7063 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
7064
7065 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
7066   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
7067 - version 4.1.4
7068 - revision 7998
7069
7070 -------------------------------------------------------------------
7071 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
7072
7073 - make IniParser more strict (bug #306697)
7074
7075 -------------------------------------------------------------------
7076 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
7077
7078 - Fix missing packages in patch content list. (#340896)
7079 - revision 7925
7080
7081 -------------------------------------------------------------------
7082 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
7083
7084 - fix build
7085
7086 -------------------------------------------------------------------
7087 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
7088
7089 - Output date strings in UTF-8. (#339423)
7090 - revision 7807
7091
7092 -------------------------------------------------------------------
7093 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
7094
7095 - fixes for new gcc
7096 - version 4.1.3
7097 - r7788
7098
7099 -------------------------------------------------------------------
7100 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
7101
7102 - Don't mark failed patch scripts as installed. (#327523)
7103 - version 4.1.2
7104 - revision 7744
7105
7106 -------------------------------------------------------------------
7107 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
7108
7109 - update rpmlint suppression
7110
7111 -------------------------------------------------------------------
7112 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
7113
7114 - fixed retrieval of epoch from rpmdb (bug #246680)
7115
7116 -------------------------------------------------------------------
7117 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
7118
7119 - allow non-existing "packages" file in susetags parser (bug
7120   #309235)
7121
7122 -------------------------------------------------------------------
7123 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
7124
7125 - SMBIOS DMI modalias matching added (#333152)
7126 - revision 7494
7127
7128 -------------------------------------------------------------------
7129 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
7130 - do not download the same file multiple times in one attach session
7131   (#307098), r7456
7132 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
7133   removed - should be correctly detected by HAL now
7134   (#167629, #163971), r7452
7135 - version 4.1.1
7136
7137 -------------------------------------------------------------------
7138 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
7139
7140 - filter architecture in plaindir parser (bug #330791)
7141
7142 -------------------------------------------------------------------
7143 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
7144
7145 - Throw constructing malformed checksums. (#189096)
7146 - revision 7441
7147
7148 -------------------------------------------------------------------
7149 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
7150
7151 - Renamed templates back because proper qualification makes it work
7152   too.
7153 - 4.1.0
7154
7155 -------------------------------------------------------------------
7156 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
7157
7158 - only look for repositories in file ending ".repo" (bug #294779)
7159
7160 -------------------------------------------------------------------
7161 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
7162
7163 - Fixed compilation errors with GCC 4.3 by adding missing includes
7164   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
7165   Compare<Edition> to CompareEd.
7166 - r7426
7167
7168 -------------------------------------------------------------------
7169 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
7170
7171 - Incorporated patch from Michael Matz to speedup cache reading.
7172 - revision 7413
7173
7174 -------------------------------------------------------------------
7175 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
7176
7177 - Resolvertestcase:
7178   - log Repository info
7179   - set keep state in the testcase
7180   - handle vendor
7181 - r 4707
7182
7183 -------------------------------------------------------------------
7184 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
7185
7186 - Fixed pattern parser SEGV on broken pattern files. (#328546)
7187 - revision 7402
7188
7189 -------------------------------------------------------------------
7190 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
7191
7192 - QueuItemRequire: Filter out all provider which have worser architecture,
7193   are NOT noarch and have not the same name as the requirement. The
7194   last one is needed for updating packages via patch/atoms.
7195   Bug 328081
7196 - Revert changes of r 7340
7197 - r 7386
7198
7199 -------------------------------------------------------------------
7200 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
7201
7202 - Add missing '--install' parameter in desktop file. (#308640)
7203 - version 4.0.0
7204 - revision 7369
7205
7206 -------------------------------------------------------------------
7207 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
7208
7209 - release all attached media before attempting to eject (#293428)
7210 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
7211 - revision 7352
7212 - version 3.26.0
7213
7214 -------------------------------------------------------------------
7215 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
7216
7217 - provide a way to retrieve the metadata path. Used for
7218   installation, which incorrectly creates a repository in
7219   cache without adding it first, so metadata path is not
7220   set and therefore it is not possible to setup a media
7221   verifier on installation. Part of fix for (#293428)
7222 - 3.25.0
7223
7224 -------------------------------------------------------------------
7225 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
7226
7227 - If more than one resolvables provide a requirements and have different
7228   architecture take thatone with the best architecture. (Not regarding the
7229   name). Bug: Branching too much while an installation of a multi-arch-DVD
7230 - r 7340
7231 - version 3.24.8
7232
7233 -------------------------------------------------------------------
7234 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
7235
7236 - Checking the queue if an item will be deleted. If yes, the requirements
7237   are not needed anymore. Bug 326384
7238 - version 3.24.7
7239 - r 7329
7240
7241 -------------------------------------------------------------------
7242 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
7243
7244 - don't probe the repository type upon saving if disabled (#326769)
7245 - version 3.24.6
7246 - revision 7319
7247
7248 -------------------------------------------------------------------
7249 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
7250
7251 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
7252   esp. if the error occurred executing the packages post-install script.
7253 - version 3.24.5
7254 - revision 7317
7255
7256 -------------------------------------------------------------------
7257 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
7258
7259 - If a package is deselected by user, apply this soft lock to all
7260   available versions of this package.
7261 - version 3.24.4
7262 - revision 7316
7263
7264 -------------------------------------------------------------------
7265 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
7266
7267 - Update: Do not set an item to installation if there has been already set
7268   one for installation which has the same NVA. Bug  326286
7269 - version 3.24.3
7270 - r 7311
7271
7272 -------------------------------------------------------------------
7273 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
7274
7275 - Enable package cache during commit. (#326249)
7276 - revision 7309
7277
7278 -------------------------------------------------------------------
7279 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
7280
7281 - Do not regarding requirements for packages which will be deleted in the
7282   same solver run. Bug 310618
7283 - r 7292
7284 - version 3.24.2
7285
7286 -------------------------------------------------------------------
7287 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
7288
7289 - don't download filelists.xml.gz (#307105)
7290 - version 3.24.1
7291 - revision 7269
7292
7293 -------------------------------------------------------------------
7294 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
7295
7296 - Improve estimated diskusage while there is no valid
7297   solver result. (#325617)
7298 - revision 7266
7299
7300 -------------------------------------------------------------------
7301 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
7302
7303 -Bugfix in vendor change of a required resolvable (Correct error message)
7304  Bug 310455
7305 - r 7262
7306
7307 -------------------------------------------------------------------
7308 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
7309
7310 - fixed DU parsing in inst-sys (#308659)
7311 - revision 7256
7312
7313 -------------------------------------------------------------------
7314 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
7315
7316 - Enable using patch and delta rpms. (#309124)
7317 - version 3.24.0
7318 - revision 7253
7319
7320 -------------------------------------------------------------------
7321 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
7322
7323 - On update do not delete unmaintained non-SuSE packages.
7324 - version 3.23.2
7325 - revision 7239
7326
7327 -------------------------------------------------------------------
7328 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
7329
7330 - ZYppImpl::getPartitions() - don't return the current partitioning
7331   when the partitioning hasn't been set - fixes DU parsing in
7332   inst-sys (#308659)
7333
7334 -------------------------------------------------------------------
7335 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
7336
7337 - Throw specific exceptions during commit (#308511)
7338 - 3.23.1
7339
7340 -------------------------------------------------------------------
7341 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
7342
7343 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
7344   now provide more detailed disk usage information.
7345   Yum metadata don't, so we book the package size to '/'. (#308362)
7346 - version 3.23.0
7347 - revision 7225
7348
7349 -------------------------------------------------------------------
7350 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
7351
7352 - Regarding keep state while recycle old valid solver results. Bug 286889
7353 - r 7209
7354
7355 -------------------------------------------------------------------
7356 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
7357
7358 - report 100% progress on finishing RPM removal (bug #309431)
7359 - revision 7200
7360
7361 -------------------------------------------------------------------
7362 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
7363
7364 - Update: rename language packages --> take that package which fits to the
7365   selected language Bug 308098
7366 - r 7919
7367
7368 -------------------------------------------------------------------
7369 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
7370
7371 - restore deltas and patch rpms from the cache (#309124)
7372 - 3.22.8
7373
7374 -------------------------------------------------------------------
7375 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
7376
7377 - Don't fail if a product is deleted multiple times (e.g. due to
7378   obsoletes and an explicit deleted request). (#308746)
7379 - version 3.22.7
7380 - revision 7184
7381
7382 -------------------------------------------------------------------
7383 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
7384
7385 - SYSCONFDIR variable added for modifying /etc
7386
7387 -------------------------------------------------------------------
7388 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
7389
7390 - uninstallable resolvable -->suggested solution: delete; Bug 308164
7391 - r 7177
7392
7393 -------------------------------------------------------------------
7394 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
7395
7396 - new translations added
7397 - r 7166
7398 - version 3.22.6
7399
7400 -------------------------------------------------------------------
7401 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
7402
7403 - fixed disk usage counting of updated packages (#308362)
7404
7405 -------------------------------------------------------------------
7406 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
7407
7408 - Splitting packages: Take the package with the best
7409   architecture,edition ONLY; Bug 308591
7410 - r 7160
7411
7412 -------------------------------------------------------------------
7413 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
7414
7415 - properly report fallback disk usage size (in kB instead of bytes)
7416   when disk usage is not known (YUM repos) (#308475)
7417
7418 -------------------------------------------------------------------
7419 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
7420
7421 - Install a sample /etc/zypp.conf. (#306615)
7422 - Fixed missing soversion symlink in package.
7423 - version 3.22.5
7424 - revision 7150
7425
7426 -------------------------------------------------------------------
7427 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
7428
7429 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
7430   308252
7431 - r 7143
7432
7433 -------------------------------------------------------------------
7434 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
7435
7436 - Error: Select two candidate with the same name while update.
7437   Solution: If there is a candidate which is already selected for installation -->
7438   take thatone #308082
7439 - r 7132
7440
7441 -------------------------------------------------------------------
7442 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
7443
7444 - Work arround installed patterns providing an empty vendor string. (#307743)
7445 - Let the solver treat vendor suse and opensuse as equivalent.
7446 - version 3.22.4
7447
7448 -------------------------------------------------------------------
7449 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
7450
7451 - Checking item before evaluating the concerning vendor. bug #307941
7452 - r 7119
7453
7454 -------------------------------------------------------------------
7455 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
7456
7457 - Fix for bug #307163 - empty package descriptions
7458   a.k.a shared tag not 100% implemented
7459 - r 7117
7460 - version 3.22.3
7461
7462 -------------------------------------------------------------------
7463 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
7464
7465 - logging "reverse" NEEDED_BY in the detail description of solver
7466   problems.
7467 - improved error message if a requiremnt is not fulfilled Bug 307743
7468 - Add "ignore" option to the solution if a requirement is not fulfilled
7469   Bug 304276
7470 - revision 7113
7471
7472 -------------------------------------------------------------------
7473 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
7474
7475 - fixed the order of operands of susetags local metadata status
7476   computation which caused the YaST repositories to always get
7477   refreshed (part of bug #304310)
7478 - revision 7107
7479 - version 3.22.2
7480
7481 -------------------------------------------------------------------
7482 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
7483
7484 - comparing vendor with VendorAttr::equivalent
7485 - revision 7103
7486
7487 -------------------------------------------------------------------
7488 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
7489
7490 - Use $RPM_OPT_FLAGS.
7491
7492 -------------------------------------------------------------------
7493 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
7494
7495 - Reset transact bits when switching status from
7496   "update" to "protected" (#246976)
7497 - version 3.22.1
7498 - revision 7094
7499
7500 -------------------------------------------------------------------
7501 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
7502
7503 - new translations added
7504 - rev 7083
7505
7506 -------------------------------------------------------------------
7507 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
7508
7509 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
7510    [main]
7511    download.use_patchrpm = no
7512    download.use_deltarpm = no
7513 - version 3.22.0
7514 - revision 7069
7515
7516 -------------------------------------------------------------------
7517 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
7518
7519 - On demand translate patch requirements into a list of atoms.
7520   Required by the UI to display packages acssociated with a patch.
7521   (#300612)
7522 - version 3.21.1
7523 - revision 7065
7524
7525 -------------------------------------------------------------------
7526 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
7527
7528 - enrich ResolverInfo with the reason if a user-initiated request
7529   fails (#304325, #306240)
7530 - r 7051
7531
7532 -------------------------------------------------------------------
7533 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
7534
7535 - added missing implementation of LogControl::setLineFormater()
7536   (lslezak)
7537 - version 3.21.0
7538 - revision 7041
7539
7540 -------------------------------------------------------------------
7541 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
7542
7543 - enable changing url in requestMedia callback (#294481)
7544 - revision 7037
7545
7546 -------------------------------------------------------------------
7547 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
7548
7549 - Filter readonly mount points in DiskUsageCounter (#297405)
7550 - revision 7030
7551
7552 -------------------------------------------------------------------
7553 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
7554
7555 - remember the cause of the RepoException when refreshing metadata
7556   (#301022)
7557 - r7023
7558
7559 -------------------------------------------------------------------
7560 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
7561
7562 - Safe fix for bug #299680.
7563 - version 3.20.1
7564 - revision 7026
7565
7566 -------------------------------------------------------------------
7567 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
7568
7569 - Bugfix: If a requirement has been fulfilled by more than one language
7570   resolvables only thatone will be taken which fits to the selected
7571   language.
7572 - r 7018
7573
7574 -------------------------------------------------------------------
7575 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
7576
7577 - correct error code for media errors in MediaCurl::doGetFileCopy()
7578   affects only zypper error output, does not affect YaST
7579 - r7013
7580
7581 -------------------------------------------------------------------
7582 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
7583
7584 - reverted blocking of requestMedia from r6271 (#301710)
7585 - r6999
7586
7587 -------------------------------------------------------------------
7588 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
7589
7590 - prevent progress report in destructor (#299680)
7591 - r6998
7592
7593 -------------------------------------------------------------------
7594 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
7595
7596 - treat non-filelists.xml <file> entries as file provides capabilities
7597   in YUM parser (#304701)
7598 - r6992
7599
7600 -------------------------------------------------------------------
7601 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
7602
7603 - the media.1/media uniquely identifies a 'susetags' repo, not
7604   the content file (#304200)
7605
7606 -------------------------------------------------------------------
7607 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
7608
7609 - fixed locale dir (#304649)
7610 - r6984
7611
7612 -------------------------------------------------------------------
7613 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
7614
7615 - don't treat normal package license as "license to confirm"
7616   (#305906)
7617
7618 -------------------------------------------------------------------
7619 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
7620
7621 - Fixed fix for #293039. Segfault due to uninitialzed data.
7622 - version 3.19.3
7623 - revision 6980
7624
7625 -------------------------------------------------------------------
7626 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
7627
7628 - reduced too much verbosed ResolverContext logging; Bug 303971
7629 - r 6977
7630
7631 -------------------------------------------------------------------
7632 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
7633
7634 - Fixed PlainDir repositories to provide real disk usage data. For
7635   repomd and others that do not provide any detailed disk usage info,
7636   assume the packgage size is required below "/". Peviously they were
7637   treated as being empy.
7638 - version 3.19.2
7639 - revision 6972
7640
7641 -------------------------------------------------------------------
7642 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
7643
7644 - Add a new solver solution in the case of running in a timeout:
7645   ProblemSolutionDoubleTimeout.h
7646   #Bug 302496
7647 - revision 6970
7648
7649 -------------------------------------------------------------------
7650 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
7651
7652 - bug in fix for (#292986)
7653
7654 -------------------------------------------------------------------
7655 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
7656
7657 - (#297001) - libzypp: can't skip broken packages
7658 - re enable importing zypp keyring from rpm.(#302379)
7659 - 3.19.1
7660
7661 -------------------------------------------------------------------
7662 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
7663
7664 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
7665   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
7666   in order to support query-by-repo (#305384)
7667 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
7668   number of kinds, names, or repos (#305347)
7669 - remove ResolvableQuery::iterateResolvablesByKind, not needed
7670 - version 3.19.0
7671 - rev 6935
7672
7673 -------------------------------------------------------------------
7674 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
7675
7676 - real fix for reading signature ids. (#390535).
7677 - delete metadata when removing repo (#301037).
7678
7679 -------------------------------------------------------------------
7680 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
7681
7682 - following behaviour for setPartitions
7683   - if they are not set, they are detected
7684   - if they are set, that value is used.
7685   - if value set or detected is empty, all disk usage
7686     information is read. Otherwise just values in those
7687     mount points.
7688     Should work for installation as long as detectPartitions
7689     is empty at installation.(#293039)
7690
7691 -------------------------------------------------------------------
7692 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
7693
7694 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
7695   from external, e.g. for the testcases
7696 - Honor ZYPP_CONF environment variable to override the buit-in
7697   /etc/zypp/zypp.conf
7698 - Check architecture at handout() to prevent NULL ptr reference.
7699 - Bug 301286
7700 - rev 6908
7701
7702 -------------------------------------------------------------------
7703 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
7704
7705 -The solver generate an establish call for all
7706  resolvables which has filesystemcaps if there is not a valid result from a
7707  former solver run available. This covers:
7708  * Initial solver run
7709  * Changing of filesystem whithin a workflow, cause the solver results will
7710    be reset if the filesystem dependencies have been changed
7711  Bug 271912
7712 - r 6901
7713
7714 -------------------------------------------------------------------
7715 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
7716
7717 - pass location to plaindir package (#303751)
7718 - Add name of file in question to checksum/signature related
7719   exceptions.
7720 - pass basename of file to verifyFileSignatureWorkflow (instead of
7721   empty string).
7722 - filter out incompatible architectures when parsing sustags
7723   repos (first half of #301286)
7724 - r 6882
7725
7726 -------------------------------------------------------------------
7727 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
7728
7729 - don't run source migration if yast is running in
7730   intsys mode (#297136)
7731 - signature and checksum verification fixes. Still pending
7732   problem ZYpp getting no output from gpg when running from zypper.
7733   (#302059)
7734
7735 -------------------------------------------------------------------
7736 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
7737
7738 - Do not strip resolvables which have the same name but different kind
7739   (ResolverInfo*)
7740 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
7741 - r 6830
7742
7743 -------------------------------------------------------------------
7744 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
7745
7746 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
7747   the Estonian locale (#302525).
7748
7749 -------------------------------------------------------------------
7750 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
7751
7752 - added remembering of exception history at various places
7753
7754 -------------------------------------------------------------------
7755 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
7756
7757 - Bugfixes concerning vendor handling:
7758 - first bug:
7759   Installed A-1.0(vendor SuSE)
7760   Available A-2.0(other vendor)
7761   A will not be regarded as "unmaintained". So it will not be deleted.
7762 - second bug:
7763   A need B-2.0. B-1.0 is installed but has another vendor. Report a
7764   proper errmessage.
7765 - Testcase : solution-tests/vendor-test.xml
7766 - r 6812
7767 - 3.18.4
7768
7769 -------------------------------------------------------------------
7770 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
7771
7772 - ignore HASH key for download (#300982)
7773
7774 -------------------------------------------------------------------
7775 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
7776
7777 - Added explicitly_requested as parameter in ResolverContext::Uninstall
7778   Bug 299819
7779 - revision 6794
7780
7781 -------------------------------------------------------------------
7782 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
7783
7784 - If no mount information is available, parse all DU entries.
7785 - read only hack mode for migrate-sources. We actually do add
7786   repositories with it, but no harm. (#292986)
7787 - fix some typos in exceptions (#301331)
7788 - 3.18.3
7789
7790 -------------------------------------------------------------------
7791 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
7792
7793 - Do not regard explicit request in order to recognize updated packages
7794   correctly. Bug 301676
7795 - Updated translations
7796 - r 6766
7797 - 3.18.2
7798
7799 -------------------------------------------------------------------
7800 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
7801
7802 - package-manager script: Call /sbin/yast2 with full path because of
7803   gnomesu (#269873).
7804
7805 -------------------------------------------------------------------
7806 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
7807
7808 - add support for the HASH key. (#300982)
7809 - Use ContentFileParser in Downloader (instead of implementing
7810   the parser again, it has a reason, Downloader was written first)
7811 - update testcases and data to cover the new HASH key
7812 - 3.18.1
7813
7814 -------------------------------------------------------------------
7815 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
7816
7817 - unify query API for kind and name, summary, description
7818   (incomplete)
7819 - rev 6761, version 3.18.0
7820
7821 -------------------------------------------------------------------
7822 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
7823
7824 - add iterateResolvablesByKindsAndName
7825 - rev 6735, version 3.17.13
7826
7827 -------------------------------------------------------------------
7828 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
7829
7830 - rename ResolvableQuery::queryByName to iterateResolvablesByName
7831 - fix reading of kind and repository in ResolvableQuery
7832 - add reverse lookups in CacheTypes
7833 - add iterateResolvablesByKind
7834 - rev 6733
7835
7836 -------------------------------------------------------------------
7837 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
7838
7839 - shorten solver error messages Bug 259894
7840 - rev 6723
7841
7842 -------------------------------------------------------------------
7843 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
7844
7845 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
7846   install zypp/cache header files.
7847 - rev 6719, version 3.16.13
7848
7849 -------------------------------------------------------------------
7850 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
7851
7852 - discard pattern files with incompatbile architecture, both
7853   for download and for parsing. (#298716)
7854 - rev 6711
7855
7856 -------------------------------------------------------------------
7857 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
7858
7859 - run sqlite asynchronously and add sql index files where
7860   appropriate, gives 6x performance on certain operations.
7861   Bumping cache schema version to 1004.
7862   (#300998)
7863 - rev 6710
7864
7865 -------------------------------------------------------------------
7866 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
7867
7868 - fix String::endsWith (#301038)
7869 - rev 6709
7870
7871 -------------------------------------------------------------------
7872 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
7873
7874 - added an _explicitly_requested in QueueItemConflict ( as already in
7875   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
7876   remove the conflicting item without an error message. Bug 299819
7877 - rev 6699
7878
7879 -------------------------------------------------------------------
7880 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
7881
7882 - forgot to set default refresh policy in checkIfToRefreshMetadata
7883 - repo.refresh.delay default set to 10 minutes
7884 - 6693
7885
7886 -------------------------------------------------------------------
7887 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
7888
7889 - Bugfix while regarding correct vendor in update
7890 - r6677
7891 - version 3.15.0
7892
7893 -------------------------------------------------------------------
7894 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
7895
7896 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
7897   added to delay next check & refresh until the specified number of
7898   minutes has passed from the last check or refresh (FATE #301991).
7899   Revisions: 6654, 6656, 6666, and 6667.
7900 - filesystem::touch(Pathname) added (r6666)
7901 - RepoManager::touchIndexFile(RepoInfo) added
7902 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
7903   decision to do the refresh moved to this public method.
7904 - r6667
7905
7906 -------------------------------------------------------------------
7907 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
7908
7909 - generate a resolver problem if addRequires does not find a resovable
7910   #299486
7911 - rev 6660
7912
7913 -------------------------------------------------------------------
7914 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
7915
7916 - Prioritized delete request by the user BEFORE delete requests due
7917   missing dependencies or conflicting dependencies. Bug 298322
7918 - rev 6640
7919
7920 -------------------------------------------------------------------
7921 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
7922
7923 - support also "Plaindir" as valid repo type name (#298622)
7924 - revision 6616
7925 - version 3.14.0
7926
7927 -------------------------------------------------------------------
7928 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
7929
7930 - fix segfault in Progress reporting
7931 - progress report use name instead of alias (#298035)
7932 - repoinfo returns alias if name is empty
7933
7934 -------------------------------------------------------------------
7935 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
7936
7937 - merge patch by dmueller to get rid of boost-regex
7938
7939 -------------------------------------------------------------------
7940 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
7941
7942 - dont create a second CacheStore in the same scope, will lock...
7943   #297627
7944
7945 -------------------------------------------------------------------
7946 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
7947
7948 - fixed some RepoManager exception docs & history
7949 - r6558
7950
7951 -------------------------------------------------------------------
7952 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
7953
7954 - feature #302135: Graceful update of 3rd party packages
7955   Automatic upgrading only sees packages from same vendor
7956   This allows not needed to have those locked.
7957 - Add persistent locks file which allow wildcards. Users
7958   can lock certain packages adding lines like "kde* < 3.5"
7959 - add applyLocks() to apply persistent locks before solving
7960
7961 -------------------------------------------------------------------
7962 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
7963
7964 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
7965   #271912 wq
7966 - Added locking resolvables in the testcases
7967 - rev 6544
7968
7969 -------------------------------------------------------------------
7970 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
7971
7972 - add migrate-sources to %post (#292986)
7973 - 3.13.15
7974
7975 -------------------------------------------------------------------
7976 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
7977
7978 - fixed bug with using wrong files from raw metadata cache
7979   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
7980
7981 -------------------------------------------------------------------
7982 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
7983
7984 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
7985   Bug# 297795
7986 - r 6517
7987
7988 -------------------------------------------------------------------
7989 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
7990
7991 - implement susetags support for compressed metadata
7992   and testcases. (feature #301916)
7993 - implement disk usage in cache. For installation requires
7994   some changes in YaST to setup the ZYpp getPartitions()
7995   before repos are cached. (bug #293039)
7996 - added testcases for diskusage
7997 - 3.13.14
7998
7999 -------------------------------------------------------------------
8000 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
8001
8002 - fixed YUM parser to properly create source packages
8003 - disabled reading of filelists.xml.gz by default (the data are
8004   currently not stored anyway)
8005 - revision 6481
8006 - version 3.13.13
8007
8008 -------------------------------------------------------------------
8009 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
8010
8011 - Don't download unwanted translation files (#293740).
8012 - revision 6470
8013
8014 -------------------------------------------------------------------
8015 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
8016
8017 - Fix susetags repo to parse dikusage data (#293039)
8018 - revision 6467
8019 - version 3.13.12
8020
8021 -------------------------------------------------------------------
8022 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
8023
8024 - Add product attribute 'type' (aka 'category' which is now
8025   deprecated). Adapted sustags and yum parsers to parse and
8026   provide this value.
8027 - revision 6464
8028 - version 3.13.11
8029
8030 -------------------------------------------------------------------
8031 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
8032
8033 - fix modalias rel column number
8034 - version 3.13.10
8035
8036 -------------------------------------------------------------------
8037 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
8038
8039 - Implemented option repo.add.probe to allow probing
8040   the added repositories
8041 - version 3.13.9
8042
8043 -------------------------------------------------------------------
8044 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
8045
8046 - Fixed detection of renamed packages while update.
8047 - Added new translations
8048 - rev 6445
8049
8050 -------------------------------------------------------------------
8051 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
8052
8053 - Speed up retrieving MediaNr attribute, as it slows down install
8054   order calculation. (#297173)
8055 - revision 6442
8056
8057 -------------------------------------------------------------------
8058 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
8059
8060 - Fixed cache schema upgrade
8061
8062 -------------------------------------------------------------------
8063 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
8064
8065 - Fixed pattern includes and extends attributes.
8066 - revision 6431
8067 - version 3.13.8
8068
8069 -------------------------------------------------------------------
8070 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
8071
8072 - API for retrieving additional dependencies" solver/detail/Resolver.h
8073 - Handle additional dependencies in the testcases
8074 - Handle system and language dependencies in the testcases correctly.
8075 - r 6418
8076
8077 -------------------------------------------------------------------
8078 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
8079
8080 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
8081   has changed. Resolver must discard any cached filesystem dependencies.
8082   (required for #271912)
8083 - revision 6404
8084
8085 -------------------------------------------------------------------
8086 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
8087
8088 - Indicate changed pool content to the resolver. (required for #271912)
8089 - revision 6398
8090 - version 3.13.7
8091
8092 -------------------------------------------------------------------
8093 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
8094
8095 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
8096   problems. Bug 280387
8097 - r 6378
8098 - version 3.13.6
8099
8100 -------------------------------------------------------------------
8101 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
8102
8103 - Added interface to install source packages via zypper.
8104 - revision 6373
8105 - version 3.13.5
8106
8107 -------------------------------------------------------------------
8108 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
8109
8110 - Added package attributes Package::sourcePkgName and
8111   Package::sourcePkgEdition. Name and edition of the source
8112   rpm this package was built from.
8113 - Added ZYpp::installSrcPackage to install a single source package.
8114 - revision 6353
8115 - version 3.13.4
8116
8117 -------------------------------------------------------------------
8118 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
8119
8120 - Temorary files and directories created by makeSibling use the
8121   same protection as the original.
8122 - revision 6344
8123 - version 3.13.3
8124
8125 -------------------------------------------------------------------
8126 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
8127
8128 - Removed keepExtras from resolvePool. This will be handled
8129   in the solver internally now. #294727
8130 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
8131 - revision 6317
8132 - version 3.13.2
8133
8134 -------------------------------------------------------------------
8135 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
8136
8137 - Remove tribool from RepoInfo's interface.
8138 - revision 6301
8139 - version 3.13.1
8140
8141 -------------------------------------------------------------------
8142 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
8143
8144 - Fixed wrong media number reported by script, message and patch.
8145 - Fixed script API to provide the scripts location on media (if not
8146   inlined).
8147 - Introduced ScripProvider to make a script available on the local
8148   disk.
8149 - revision 6288
8150 - version 3.13.0
8151
8152 -------------------------------------------------------------------
8153 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
8154
8155 - don't request media chage if the media is not changeable (like
8156   e.g. http)
8157 - revision 6271
8158 - version 3.12.1
8159
8160 -------------------------------------------------------------------
8161 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
8162
8163 - progress ticks for clean cache
8164 - ZConfig: remove default from names.
8165 - re enable reading cache callbacks
8166 - ini parser without boost::regexp
8167   patch by dmueller (#152447)
8168
8169 -------------------------------------------------------------------
8170 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
8171
8172 - Fixed package to provide the location media number. (#294496)
8173 - revision 6263
8174
8175 -------------------------------------------------------------------
8176 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
8177
8178 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
8179   gpgkey) instead of throwing bad url exception
8180 - revision 6259
8181
8182 -------------------------------------------------------------------
8183 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
8184
8185 - Make clearing of extra dependencies/conflicts configurable when
8186   resolvePool(). Leave the default as before (clear extras).
8187   Bug # 294727
8188 - revision 6233
8189 - version 3.12.0
8190
8191 -------------------------------------------------------------------
8192 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
8193
8194 - /var/lib/zypp/cache -> /var/cache/zypp
8195   (#292419)
8196 - ini parser without boost::regexp, patch by dmueller
8197   (#152447)
8198
8199 -------------------------------------------------------------------
8200 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
8201
8202 - Make temp directory configurable  via environment
8203   variable ZYPPTMPDIR.
8204 - revision 6202
8205 - version 3.11.11
8206
8207 -------------------------------------------------------------------
8208 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
8209
8210 - Fixed bug in smart pointer comparison.
8211
8212 -------------------------------------------------------------------
8213 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
8214
8215 - Fix failing rename of metadata download directories across
8216   filesystem boundaries.
8217
8218 -------------------------------------------------------------------
8219 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
8220
8221 - Fixed malicious gettext include.
8222 - Make ZConfig a singleton.
8223 - revision 6123
8224
8225 -------------------------------------------------------------------
8226 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
8227
8228 - Fixed repo::provideFile to set a deleter for downloaded files
8229   (#293004).
8230 - revision 6094
8231 - version 3.11.10
8232
8233 -------------------------------------------------------------------
8234 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
8235
8236 - Query ByRepository now takes as well an alias.
8237
8238 -------------------------------------------------------------------
8239 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
8240
8241 - fix retrieval of container attributes in cache
8242   (#292698)
8243
8244 -------------------------------------------------------------------
8245 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
8246
8247 - Port zypp-query-pool (#292404)
8248 - revision 6069
8249 - version 3.11.9
8250
8251 -------------------------------------------------------------------
8252 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
8253
8254 - added new calls in Resolver.h: addRequire,addConflict
8255
8256 -------------------------------------------------------------------
8257 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
8258
8259 - Fixed IniParser to allow '=' in values (#292669)
8260 - revision 6063
8261
8262 -------------------------------------------------------------------
8263 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
8264
8265 - allow / in alias (#292628)
8266
8267 -------------------------------------------------------------------
8268 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
8269
8270 - Fixed repo::provideFile to throw on error.
8271 - Fixed ResolvableQuery to use 0 as default for non existing
8272   numerical values.
8273 - revision 6058
8274
8275 -------------------------------------------------------------------
8276 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
8277
8278 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
8279   additional ctor for convenience.
8280 - revision 6047
8281
8282 -------------------------------------------------------------------
8283 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
8284
8285 - Evalute update canditate:
8286   Take canditates only which are really installable. Bug 292077
8287   r 6034
8288
8289 -------------------------------------------------------------------
8290 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
8291
8292 - fixed some tribool bugs in RepoInfo
8293 - revision 6022
8294
8295 -------------------------------------------------------------------
8296 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
8297
8298 - fix reading of non existant repo
8299 - r6018
8300 - first submission to stable
8301 - fix keywords parsing in susetags parser
8302 - version 3.11.8
8303
8304 -------------------------------------------------------------------
8305 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
8306
8307 - make resolvable query complete exceptionless with the database
8308 - test that packages have some attributes
8309 - disable progress adaptor for now
8310 - revision 5977
8311 - version 3.11.7
8312
8313 -------------------------------------------------------------------
8314 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
8315
8316 - fixed unresolved symbols
8317 - revision 5972
8318 - version 3.11.6
8319
8320 -------------------------------------------------------------------
8321 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
8322
8323 - fixed TranslatedText creating unwanted entries.
8324 - fixed capability processing
8325 - revision 5964
8326 - version 3.11.5
8327
8328 -------------------------------------------------------------------
8329 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
8330
8331 - MediaSetAccess::release() added
8332 - Use attachDesiredMedia in MediaProducts
8333 - Progress reporting improved
8334 - revision 5959
8335 - version 3.11.4
8336
8337 -------------------------------------------------------------------
8338 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
8339
8340 - fixed parsing translated texts.
8341 - added source packages.
8342 - revision 5947
8343 - version 3.11.3
8344
8345 -------------------------------------------------------------------
8346 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
8347
8348 - repo callbacks fixed
8349 - Fixed YUM parser progress reporting
8350 - Added CombinedProgressData
8351 - make RepoImpl::resolvables() load lazy
8352 - MediaProducts added for scanning products file
8353 - Implement cache schema versioning and automatic invalidation of
8354   cache when schema changes
8355 - revision 5942
8356 - version 3.11.2
8357
8358 -------------------------------------------------------------------
8359 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
8360
8361 - Propagate pools repository_iterator to the UI
8362 - revision 5911
8363 - version 3.11.1
8364
8365 -------------------------------------------------------------------
8366 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
8367
8368 - Package::location is now returns an OnMediaLocation
8369 - archivesize() renamed to downloadSize()
8370 - Allow to iterate all Repositories that contribute
8371   Resolvables to the Pool.
8372 - MediaSetAccess::provideDir added
8373 - remove useless url check
8374 - add old-api-style wrapper
8375 - Add MediaProducts class
8376 - revision 5892
8377 - version 3.11.0
8378
8379 -------------------------------------------------------------------
8380 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
8381
8382 - function isInstalledBy/installs
8383   Added an initial installation flag which shows if the item has been
8384   triggered for installation, or the dependency is already satisfied.
8385 - Revision 5884
8386 - Version 3.4.0
8387
8388 -------------------------------------------------------------------
8389 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
8390
8391 - removed unused %{prefix}/lib/zypp from %files in spec file
8392 - revision 5870
8393
8394 -------------------------------------------------------------------
8395 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
8396
8397 - Old API (SourceManager, metadata parsers) dropped in favor of the
8398   new refactored ones (RepoManager, RepoParser(s), cache subtree,
8399   repo subtree).
8400 - Some new API improvements.
8401 - revision 5868
8402 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
8403
8404 -------------------------------------------------------------------
8405 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
8406
8407 - New API calls which provides more information about one
8408   resolvable after a solverrun:
8409   isInstalledBy (const PoolItem_Ref item);
8410   installs (const PoolItem_Ref item);
8411 - Revision 5835
8412
8413 -------------------------------------------------------------------
8414 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
8415
8416 - fix changelog entry order
8417
8418 -------------------------------------------------------------------
8419 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
8420
8421 - Ignore conflicting items which are uninstallable
8422 - Create a "needed by" info if a requirement is still fulfilled.
8423 - Allow only one needed_by and needed_by_capability in QueueItemInstall
8424 - Added capability and type (REQUIRE, RECOMMEND,....) to
8425   ResolverInfoNeededBy
8426 - Evaluate ResolverInfoNeededBy for more information in the error
8427   messages
8428 - Enlarge detail description in the error messages
8429 - Revision 5807
8430
8431 -------------------------------------------------------------------
8432 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
8433
8434 - Fixes for gcc-4.2
8435 - revision 5786
8436 - version 3.3.1
8437
8438 -------------------------------------------------------------------
8439 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
8440
8441 - fixed so versioning from libtool to cmake
8442 - 3.3.0
8443
8444 -------------------------------------------------------------------
8445 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
8446
8447 - Use gpg2 instead of gpg for keyring and make
8448   the package depend on it (#284211)
8449
8450 -------------------------------------------------------------------
8451 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
8452
8453 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
8454   New dependency "packageand(foo:bar)" which provides an AND dependency by
8455   injecting a supplement/freshen.
8456   e.G. package novell-cluster-services-kmp-smp
8457   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
8458   Bug 255011
8459 - Dont check for architecture changes in atoms (#266178)
8460 - Revision 5720
8461
8462 -------------------------------------------------------------------
8463 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
8464
8465 - Fixed package-manager script (#275847)
8466 - revision 5614
8467
8468 -------------------------------------------------------------------
8469 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
8470
8471 - fixed cmake
8472 - version 3.2.2
8473
8474 -------------------------------------------------------------------
8475 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
8476
8477 - Reduced logging in order to speedup solving Bug 275100
8478 - revision 5603
8479 - version 3.2.1
8480
8481 -------------------------------------------------------------------
8482 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
8483
8484 - Fix excess calls to releaseFile. (#274357)
8485 - revision 5545
8486
8487 -------------------------------------------------------------------
8488 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
8489
8490 - Fix importing keys into rpm. (#270125)
8491 - r5527
8492
8493 -------------------------------------------------------------------
8494 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
8495
8496 - Support filesystem dependencies to add needed filesystem RPMs
8497   automatically (Fate 301966).
8498 - revision 5404
8499 - version 3.2.0
8500
8501 -------------------------------------------------------------------
8502 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
8503
8504 - avoiding attaching media where not needed (#263207)
8505 - r5381
8506
8507 -------------------------------------------------------------------
8508 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
8509
8510 - fix FileCap with attributes
8511 - r5376
8512
8513 -------------------------------------------------------------------
8514 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
8515
8516 - Fixed computation of install order. Take requirements of
8517   an installed packages uninstall scripts into account, if
8518   the package is updated. (#258682)
8519 - revision 5349
8520 - version 3.1.1
8521 -------------------------------------------------------------------
8522 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
8523
8524 - Parse and provide package keywords. (Fate 120368)
8525 - revision 5338
8526 - version 3.1.0
8527
8528 -------------------------------------------------------------------
8529 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
8530
8531 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
8532   Ask the user. Bug 258322
8533 - revision 5305
8534 - version 3.0.3
8535
8536 -------------------------------------------------------------------
8537 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
8538
8539 - Fix restoring of Sources id root prefix is used. (#238165)
8540 - revision 5299
8541 - version 3.0.2
8542
8543 -------------------------------------------------------------------
8544 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
8545
8546 - MediaManager::attachDesiredMedia() added to support multiple
8547   (CD/DVD) drives (fate #3974)
8548 - r5296
8549
8550 -------------------------------------------------------------------
8551 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
8552
8553 - If there is no valid solver result and NOT all resolvables ( other
8554   architecture) has been regarded, let the user decide making a new
8555   solver run with ALL available resolvables. Bug 223440
8556 - reducing logging (error -> debug)  bug 252921
8557 - Revision 5219
8558
8559 -------------------------------------------------------------------
8560 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
8561
8562 - Allow configuration of trusted vendors via
8563   /var/lib/zypp/db/trustedVendors. (#186636)
8564 - revision 5194
8565 - version 3.0.1
8566
8567 -------------------------------------------------------------------
8568 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
8569
8570 - libzypp-devel -> libzypp requirement is not versioned
8571   (#251086)
8572 - r5181
8573
8574 -------------------------------------------------------------------
8575 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
8576
8577 - Using already existing valid solver results for further solver runs.
8578   (partiell solving)
8579 - r5169
8580
8581 -------------------------------------------------------------------
8582 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
8583
8584 - fix link order
8585 - r5165
8586
8587 -------------------------------------------------------------------
8588 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
8589
8590 - merging from 10.2 / SP1
8591 - #247459 ftp probing
8592   denied == dont exists in ftp
8593 - r5124
8594
8595 -------------------------------------------------------------------
8596 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
8597
8598 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
8599 - Simultaneouqusly establishing of items which are conflicting eachother is
8600   useless. So only one will be established. Fixed in QueueItemInstall.cc
8601   Bug 243595
8602 - Added new upgrade options to fine tune version and patch handling.
8603   (F301990)
8604 - The context of establishPool will be stored in Resolver and will be
8605   regarded for the next solver run everytime. So it will be not reset by
8606   any solver run anymore.
8607   bug 191810 ( A broken patch will not be installed again)
8608
8609 -------------------------------------------------------------------
8610 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
8611
8612 - adding sotf,timeo=X nfs mount options by default (#235211)
8613 - r5093
8614
8615 -------------------------------------------------------------------
8616 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
8617
8618 - support for HTTP authentication prompt added (#190609)
8619 - fixed problem with empty path in URL
8620   in MediaCurl::doGetFileCopy()
8621 - r5085
8622
8623 -------------------------------------------------------------------
8624 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
8625
8626 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
8627   SuSE-Linux-10_2-Branch
8628
8629 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
8630 - verifySystem: The result will be set to APPL_HIGH, so it will be not
8631   reset by a second "normal" solver run. #239281 (schubi)
8632 - yast2 reports invalid URL as 'unknown source type'
8633   (#209961) (dmacvicar)
8634 - Added freshen language dependency in supplemements too if there is no
8635   entry in supplements.
8636   #240617;IPA fonts are not installed even if select Japanese
8637   language (schubi)
8638 - Setting allowed authentication methods to "basic,digest" if none
8639   provided in URL (#243006) (jkupec)
8640 - Stopping after 50 valid solver results. Anymore would be useless. Bug
8641   243595 (schubi)
8642 - r 5007
8643
8644 -------------------------------------------------------------------
8645 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
8646
8647 - package-manager: use a generic su script from XDG (#235303, #244442)
8648
8649 -------------------------------------------------------------------
8650 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
8651
8652 - Setting allowed authentication methods to "basic,digest" if none
8653   provided in URL (#243006)
8654 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
8655   (mvidner)
8656 - r4999
8657
8658 -------------------------------------------------------------------
8659 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
8660
8661 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
8662   (#222602)
8663 - 4984
8664
8665 -------------------------------------------------------------------
8666 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
8667
8668 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
8669
8670 - update packages: changing architecture is only valid while an
8671   system update and NOT while an update via a patch. Last fix does
8672   not fit for every case.
8673   Bug 230685
8674 - Patch has selected not the concerning package for update but
8675   a package which has provided the required dependencies too.
8676   Algorithmus: If there are exactly two providers which differ in architecture
8677                prefer the better arch.
8678   Fix: Regarding NVRA too. ( only if equal )
8679   Bug 238284
8680 - Download only English and Local translation
8681   (#208457)
8682 - Added solver parameter:
8683    tryAllPossibilities: regarding every solver branch ( not only
8684                         branches with e.G. best architectures
8685    preferHighestVersion: Prefer solver results which have a higher
8686                          version number.
8687   Bug #238087
8688 - update packages: changing architecture is only valid while an
8689   system update and NOT while an update via a patch.
8690   Bug 230685 - x86_64 MozillaFirefox binaries in security update
8691   repository
8692   Fix of version 2.11.2 has not worked if the first founded item
8693   had had another architecture.
8694 - r4927
8695
8696 -------------------------------------------------------------------
8697 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
8698
8699 - added ZYpp::getPartitions() - return the partitinoning
8700
8701 -------------------------------------------------------------------
8702 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
8703
8704 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
8705 - Corrupt download cannot be skipped
8706   (#217425 and #224216)
8707 - Enable package read ahead/caching in commit per default to reduce
8708   interactive media changes. If the environment variable
8709   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
8710 - added parameter not to reset resolver results while calling
8711   freshen pool Bug: 235761
8712 - Prepare package read ahead/caching of packages in commit. Adatped the
8713   workflow. Caching details are now hidden inside CommitPackageCache.
8714   The current implementation still performs no read ahead. (for F100182)
8715 - Skip invalid or broken rpm database entries. (#231211)
8716 - verifySystem: check if the solution is valid after calling freshenPool()
8717   Bug: 235761
8718 - Added own call for Resolver::verifySystem with additional
8719   hardware/language check in order to keep binary compatibility
8720   Fate #301224
8721 - Rpm requires additional quoting of special chars in filenames.
8722   (#233967)
8723 - Resolver::verifySystem checks for new hardware now by calling
8724   freshenPool. This is configureable. Fate #301224
8725 - merged texts from proofread
8726 - Don't consider patch/delta rpms if package architecture changes.
8727   (#231254)
8728 - update packages: changing architecture is only valid while an
8729   system update and NOT while an update via a patch.
8730   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
8731 - verifySystem: Do only regard items which will be on the system after the
8732   commit. Fate 301178
8733 - feature #301369
8734   Import listed GPG Keys from an trusted installation source
8735 - fix return call in new xml parser
8736 - Enable system resolvables in Helix parser (Revision 4787)
8737 - deptestomatic:
8738   Resetting transaction with the correct call;
8739   bugfix; Added kind in keep state (Revision 4788)
8740 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
8741   soft (Revision 4789)
8742 - New call added: maySetToBeUninstalledSoft (Revision 4789)
8743   Both are only functions for the solver (Revision 4789)
8744 - Resetting "by causer" in order to distinguish from state
8745   "keep by user". ( function setLock in order to remove lock)
8746   (Revision 4789)
8747 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
8748   in QueueItemUninstall.cc (Revision 4790)
8749 - Regarding "keep state by user". So avoiding "reselecting" by
8750   other requirements.
8751   Give a corresponding problem solution if a resolvable satisfy
8752   a dependency, but has been set to keep by the user.
8753   Bug : 222531 (Revision 4791)
8754 - Allow to disable autoprotection of foreign vendor items. Required
8755   in zmd-backend. (F301735).
8756 - use sqlite-zmd if using > 10.2 in spec. Use the one available
8757   durin compile.
8758 - Item could has already been selected to soft uninstall (e.G. remove
8759   pattern which recommend this item ). Do not throw an exception anymore.
8760   bug#225278
8761 - Added syscontent::Reader: Parse serialized set of ResObjects.
8762   (for F300729)
8763 - If there has already been selected another item by the solver (e.g. from
8764   another source) we will take thatone in order to avoid parallel
8765   installation and there concerning error messages.
8766   Bug 224698
8767 - In order to handle conflicting resolvable we try to update the
8768   conflicting item. While evaluating these canditates an already selected
8769   candidate will not be regarded. So it could be that an older package
8770   will be selected for update although a newer has already been selected. Revision 4765
8771 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
8772   update candidate and evaluate additional branches.
8773 - r4907
8774
8775 -------------------------------------------------------------------
8776 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
8777
8778 - Improved realpath() wrapper in media handler class (#222521).
8779 - revision 4758
8780
8781 -------------------------------------------------------------------
8782 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
8783
8784 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
8785 - revision 4713
8786
8787 -------------------------------------------------------------------
8788 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
8789
8790 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
8791   because backend uses this sqlite and it is no fun to
8792   install one and the other to develop (as the -devel packages)
8793   conflict.
8794 - add cmake support for building zypp/ lib.
8795   TODO: soinfo, compile testcases, devel, zypp2,docs
8796   find rpm, curl and others.
8797 - dont serialize interactive, as it is
8798   calculated now.
8799   (it was already fixed as we don't reimplement
8800   the method, but we still serialized, parsed)
8801 - r4709
8802
8803 -------------------------------------------------------------------
8804 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
8805
8806 - fixed Patch::interactive to return true as well, if the patch
8807   itself has a licence. (#224192)
8808 - revision 4702
8809 - version 2.9.2
8810
8811 -------------------------------------------------------------------
8812 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
8813
8814 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
8815   on the installation image (#213852).
8816 - revision 4700
8817
8818 -------------------------------------------------------------------
8819 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
8820
8821 - Avoid duplicate pool entries; Bug 223750; second part of the fix
8822 - r4698
8823 - Version 2.9.1
8824
8825 -------------------------------------------------------------------
8826 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
8827
8828 - Pool has multi instances of an item in the pool. Reduced this error
8829   to items which are identically at least. #217574 and #223750
8830 - r4695
8831
8832 -------------------------------------------------------------------
8833 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
8834
8835 - replace spaces to underscores in product names
8836 - 2.8.7
8837 - r4688
8838
8839 -------------------------------------------------------------------
8840 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
8841
8842 - Mark some strings for translation (#219783 need it)
8843 - r4682
8844
8845 -------------------------------------------------------------------
8846 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
8847
8848 - Added translations marks to hal, url and mutex exceptions (#23771)
8849 - revision 4680
8850
8851 -------------------------------------------------------------------
8852 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
8853
8854 - don't make libzypp-devel depend on sqlite-devel as
8855   headers from zypp2 are not installed yet
8856 - r4663
8857
8858 -------------------------------------------------------------------
8859 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
8860
8861 - Return an error if fork failed. (#204807)
8862 - Make Script execution abortable by user request. (#212949, F100233)
8863 - revision 4660
8864 - version 2.8.6
8865
8866 -------------------------------------------------------------------
8867 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
8868
8869 - Added package-manager wrapper script, with icon and .desktop (#222757).
8870   (Used by gnome-main-menu)
8871 - version 2.8.5
8872 - r4640
8873
8874 -------------------------------------------------------------------
8875 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
8876
8877 - Fixed target/hal - one more dbus_connection_close found (#216035)
8878 - revision 4636
8879 - version 2.8.4
8880
8881 -------------------------------------------------------------------
8882 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
8883
8884 - translation added
8885   rev 4630
8886   version 2.8.3
8887
8888 -------------------------------------------------------------------
8889 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
8890
8891 - Process obsoletes when installing non-package objects. (#217352)
8892 - revision 4621
8893 - version 2.8.2
8894
8895 -------------------------------------------------------------------
8896 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
8897
8898 - Implemented volume device check using /sbin/vol_id (#213852).
8899 - Revision 4619
8900
8901 -------------------------------------------------------------------
8902 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
8903
8904 - new translation added
8905
8906 -------------------------------------------------------------------
8907 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
8908
8909 - Implemented an reuse of already existing foreign CD/DVD mount points
8910   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
8911 - Added a fallback check of the volume.mount_point HAL property to
8912   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
8913   to be not avaliable in newer HAL versions (on 10.2).
8914 - Revision 4615
8915 - Version 2.8.1
8916
8917 -------------------------------------------------------------------
8918 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
8919
8920 - removed unused methods from Patch and PatchImplIf. Provided
8921   reasonable default implementation for Patch::interactive.
8922   (#221476).
8923 - revision 4610
8924 - Version 2.8.0
8925
8926 -------------------------------------------------------------------
8927 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
8928
8929 - Handle media eject failures (#216545)
8930 - r4606
8931
8932 -------------------------------------------------------------------
8933 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
8934
8935 - Reimplemented RpmDb::checkPackage using librpm API instead
8936   of parsing "rpm --checksig" output. (#163202)
8937 - Version 2.7.4
8938 - revision 4600
8939
8940 -------------------------------------------------------------------
8941 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
8942
8943 - NEW behaviour of the solver:
8944   Obsolete virtual provides. E.G.:
8945
8946   Installed:
8947   -----------
8948   Name:           test-1.0-0
8949
8950   Name:           moretest-1.0-0
8951   Provides:       test
8952
8953   To be installed
8954   ------------------
8955   Name:           nomoretest-1.0-0
8956   Obsoletes:      test
8957
8958   Result
8959   --------
8960   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
8961   test-1.0-0 had been deleted. Bug 220999
8962
8963 - Translations added
8964
8965 Version 2.7.3
8966 rev 4593
8967
8968 -------------------------------------------------------------------
8969 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
8970
8971 - Bugfix in generating solver testcases:
8972    - added kind of capabilities in description file
8973    - removed unneded channel from uninstall in command file
8974
8975 -------------------------------------------------------------------
8976 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
8977
8978 - Try to call /bin/eject utility if the eject-ioctl fails.
8979 - r4568
8980
8981 -------------------------------------------------------------------
8982 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
8983
8984 - ignore empty capabilities
8985 - r4565
8986
8987 -------------------------------------------------------------------
8988 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
8989
8990 - make progress strings translatable (#219783)
8991 - r4556
8992
8993 -------------------------------------------------------------------
8994 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
8995
8996 -  While deleting a selection all concerning recommended
8997    packages will be deleted too.
8998    BUT those packages should not be deleted which have been
8999    set to KEEP by the user. bug 217574
9000    rev 4526
9001    VERSION: 2.7.2
9002
9003 -------------------------------------------------------------------
9004 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
9005
9006 - Makefile in zypp2 fixed
9007   Revision 4520
9008
9009 -------------------------------------------------------------------
9010 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
9011
9012 - Translations added
9013   Revision 4514
9014   VERSION: 2.7.1
9015
9016 -------------------------------------------------------------------
9017 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
9018
9019 - Make the parser more strict, rejecting broken sources
9020   but showing the error line.
9021   Last fix making the parser relax would break multitag
9022   descriptions with empty lines, now we check dependencies
9023   at a higher level. (reference #160607)
9024 - r4501
9025
9026 -------------------------------------------------------------------
9027 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
9028
9029 - New problem solution added: Unlock ALL resovables in order to speed up
9030   problem solution. Bug 206453
9031
9032 -------------------------------------------------------------------
9033 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
9034
9035 - Translations added
9036
9037 -------------------------------------------------------------------
9038 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
9039
9040 - Fixed target/hal - removed dbus_connection_close calls, because
9041   the connections are shared; unref the ref-counted handle only.
9042   (#216035)
9043 - r4442
9044
9045 -------------------------------------------------------------------
9046 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
9047
9048 - skipping unreachable packages won't work
9049   (#215445)
9050 - r4468
9051
9052 -------------------------------------------------------------------
9053 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
9054
9055 - (#213793) Target store fails to recreate stored install-time (other
9056   Date and ByteCount values as well)
9057
9058 - skip comments and blank lines in multilists
9059   fixes (#214877) - zen-updater is not installed by default
9060
9061 - Automatically fix broken products when reading
9062   the product database.
9063   still pending: honour the read-only flag
9064   Changes to make this possible include
9065   using read_dir instead of boost directory
9066   iterator.
9067
9068 -------------------------------------------------------------------
9069 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
9070
9071 - added new class for generating solver testcases:
9072   Testcase
9073
9074 -------------------------------------------------------------------
9075 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
9076
9077 - Finalized ui::PatternContents. (F301229)
9078 - version 2.7.0
9079 - revision 4413
9080
9081 -------------------------------------------------------------------
9082 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
9083
9084 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
9085 - version 2.6.0
9086
9087 -------------------------------------------------------------------
9088 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
9089
9090 - Added ui::PatternContents: Helper class that will compute a patterns
9091   expanded install_packages set. (UI interface for F301229)
9092 - revision 4387
9093
9094 -------------------------------------------------------------------
9095 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
9096
9097 - removed the last reference to /usr/lib64 to fix the build
9098
9099 -------------------------------------------------------------------
9100 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
9101
9102 - added "zypper info" (jkupec)
9103 - version 2.5.2
9104
9105 -------------------------------------------------------------------
9106 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
9107
9108 - fix rpm db timestamp
9109 - add extra urls and optional urls to product API
9110 - r4378
9111
9112 -------------------------------------------------------------------
9113 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
9114
9115 - zypper: nicer progress reports, with or without --verbose.
9116
9117 -------------------------------------------------------------------
9118 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
9119
9120 - Fixed reloading of target data after commit. Broken since
9121   rev 3880.
9122 - version 2.5.1
9123 - revision 4365
9124
9125 -------------------------------------------------------------------
9126 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
9127
9128 - put query-pool in /usr/lib/zypp and not lib64
9129 - r4363
9130
9131 -------------------------------------------------------------------
9132 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
9133
9134 - revert keyring changes, causes endless loop (obvious)
9135 - add dist-product information, adapt store
9136 - version 2.5.0
9137 - r4355
9138
9139 -------------------------------------------------------------------
9140 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
9141
9142 - zypp-query-pool: For products show additionally distributionName
9143   and distributionEdition. (required by #205392)
9144 - revision 4349
9145
9146 -------------------------------------------------------------------
9147 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
9148
9149 - Add accessor for Product distributionName and distributionEdition.
9150   (required by #205392)
9151 - revision 4347
9152
9153 -------------------------------------------------------------------
9154 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
9155
9156 - added test case for KeyRing
9157 - fire trustedKeyAdded in all calls to import trusted key
9158   not only in signature check workflow.
9159 - r4342
9160
9161 -------------------------------------------------------------------
9162 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
9163
9164 - zypper update: implemented minimal version (patches only)
9165 - zypper list-updates: changed default type from package to patch,
9166   consider patches affecting the package manager separately
9167
9168 -------------------------------------------------------------------
9169 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
9170
9171 - version 2.4.1
9172 - r4338
9173
9174 -------------------------------------------------------------------
9175 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
9176
9177 - add zypp-query-pool, so registration doesn't depend on
9178   libzypp-zmd-backend being installed. Will remove from
9179   backend when suseregister gets updated.
9180
9181 -------------------------------------------------------------------
9182 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
9183
9184 - Make sure config.rpath is present.
9185
9186 -------------------------------------------------------------------
9187 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
9188
9189 - zypper search: fixed uninitialized members that made all searches
9190   exact and case sensitve
9191
9192 -------------------------------------------------------------------
9193 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
9194
9195 - zypp-checkpatches, write in the right file
9196 - r4328
9197
9198 -------------------------------------------------------------------
9199 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
9200
9201 - Install resolvables although they are unneeded
9202   if they have NOT the kind patch/atoms
9203   Bug 210538 - freshens/supplements does not work with patterns
9204 - r4326
9205
9206 -------------------------------------------------------------------
9207 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
9208
9209 - zypper service-add -r http://example.org/foo.repo (F#300641).
9210
9211 -------------------------------------------------------------------
9212 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
9213
9214 - zypp-checkpatches:
9215   save version of the generated xml to
9216   regenerate it if it changes.
9217   save a random token in case of error to
9218   force recreating xml file
9219 - r4321
9220
9221 -------------------------------------------------------------------
9222 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
9223
9224 - remove permissions for zypp checkpatches from spec
9225 - r4318
9226
9227 -------------------------------------------------------------------
9228 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
9229
9230 - registration fails because of wrong product data
9231   (#205392)
9232   use DISTPRODUCT,DISTVERSION to create the product
9233   resolvable. have this resolvable provide
9234   PRODUCT = VERSION
9235 - r4312
9236
9237 -------------------------------------------------------------------
9238 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
9239
9240 - zypper service-add -r ./foo.repo (F#300641).
9241
9242 -------------------------------------------------------------------
9243 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
9244
9245 - zypper: added case-sensitive search, search in descriptions and
9246   summaries, search by resolvable type, substring and word
9247   matching, support for wildcards
9248 - Revision 4303
9249
9250 -------------------------------------------------------------------
9251 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
9252
9253 - Prevent the user from sending signals to zypp-checkpatches-wrapper
9254   (#211286).
9255
9256 -------------------------------------------------------------------
9257 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
9258
9259 - Dont incomplete an uninstalled resolvable, even not when establishing.
9260   Incomplete only makes sense for installed resolvables (when they have broken
9261   deps), for patches (because they are needed) and for atoms (because they are
9262   used during patch calculation)
9263   Bug 198379
9264
9265 - Do not branch for packages with the same NVE but different architectures.
9266   Take the best architecture.
9267
9268 -------------------------------------------------------------------
9269 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
9270
9271 - implement rename source in sourcemanager
9272 - r4286
9273
9274 -------------------------------------------------------------------
9275 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
9276
9277 - YaST sources: set alias to product summary if empty
9278 - show alias on logs.
9279 - r4281
9280
9281 -------------------------------------------------------------------
9282 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
9283
9284 - version 2.4.0 (bin incompat due to callback fixes)
9285 - r4272
9286
9287 -------------------------------------------------------------------
9288 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
9289
9290 - Provide additional solver status information to the UI.
9291   (#162164,F301272)
9292 - Fixed UI satus computation in presence of multiple available
9293   candidates.
9294 - revision 4264
9295 - version 2.3.1
9296
9297 -------------------------------------------------------------------
9298 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
9299
9300 - remove const in MediaChangeReport requestMedia that
9301   broke cd changing.
9302 - r4262
9303
9304 -------------------------------------------------------------------
9305 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
9306
9307 - zypper: added search (jkupec)
9308 - removed the suid bit from zypp-checkpatches-wrapper so that the
9309   build passes until permissions.rpm is updated (~#211286).
9310 - r4253
9311
9312 -------------------------------------------------------------------
9313 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
9314
9315 - Log microseconds if ZYPP_PROFILING env var is enabled.
9316 - r4252
9317
9318 -------------------------------------------------------------------
9319 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
9320
9321 - YaST sources:
9322   Factory cannot be set with 'refresh' enabled
9323   (#204957)
9324 - get rid of some const bool signatures in Source classes
9325 - r4247
9326
9327 -------------------------------------------------------------------
9328 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
9329
9330 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
9331
9332 -------------------------------------------------------------------
9333 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
9334
9335 - select the best solution: prefering the total amount of install/update
9336   packages BEFORE source preferences. Bug 208784
9337
9338 -------------------------------------------------------------------
9339 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
9340
9341 - Introduce a method to see if a source supports a
9342   kind of resolvable at that time, so we can
9343   init a YUM source like factory but avoid parsing
9344   it if it contains no patches.
9345 - add TODO
9346 - zypp-checkpatches xml output
9347 - r4235
9348
9349 -------------------------------------------------------------------
9350 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
9351
9352 - added a CLI preview: zypper
9353 - revision 4214
9354 - version 2.2.3
9355
9356 -------------------------------------------------------------------
9357 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
9358
9359 - FATE #100165:
9360   Make Content File Aware of Different Architectures
9361   expand %a in release notes with architecture
9362
9363 -------------------------------------------------------------------
9364 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
9365
9366 - Extended pattern parser to support includes/extends tags as hint
9367   for the IO. (F301229)
9368 - revision 4199
9369 - version 2.2.2
9370
9371 -------------------------------------------------------------------
9372 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
9373
9374 - Enabled sending of ScriptResolvableReport.
9375 - Changed ScriptResolvableReport::start to send local path
9376   of script to be executed.
9377 - revision 4190
9378 - version 2.2.1
9379
9380 -------------------------------------------------------------------
9381 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
9382
9383 - Added ScriptResolvableReport. Callbacks triggered on script
9384   execution during commit. (F100233)
9385 - revision 4187
9386 - version 2.2.0
9387
9388 -------------------------------------------------------------------
9389 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
9390
9391 - fix: Url::getRegisteredSchemes() would always return nothing
9392
9393 -------------------------------------------------------------------
9394 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
9395
9396 - Made the build dependency on gettext-devel explicit
9397
9398 -------------------------------------------------------------------
9399 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
9400
9401 - adapted multi-media YUM sources according to official YUM
9402   specification (F300743)
9403
9404 -------------------------------------------------------------------
9405 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
9406
9407 - use RPM_OPT_FLAGS (meissner@suse.de)
9408
9409 -------------------------------------------------------------------
9410 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
9411
9412 - SourceFactory::createFrom() - don't loose url,...
9413 - r4160
9414
9415 -------------------------------------------------------------------
9416 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
9417
9418 - reduce logging in ResolvableImpl.cc
9419 - rev 4157
9420
9421 -------------------------------------------------------------------
9422 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
9423
9424 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
9425   in QueueItemInstall and QueueItemRequire
9426   Bug 192535/204913
9427   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
9428
9429 -------------------------------------------------------------------
9430 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
9431
9432 - fixed SourceFactory::createFrom() - don't loose alias,
9433   cachedir,... parameters
9434
9435 -------------------------------------------------------------------
9436 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
9437
9438 - Use RPM Enhances only if detected at configure time, to allow
9439   compilation with older rpm.
9440 - callback params: use const string & instead of string (dmacvicar)
9441
9442 -------------------------------------------------------------------
9443 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
9444
9445 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
9446   a package/script/message
9447   Bug: 192535
9448
9449 -------------------------------------------------------------------
9450 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
9451
9452 - add Source_Ref::checksum() which in combination with
9453   timestamp can give an idea of a source change.
9454 - r4106
9455
9456 -------------------------------------------------------------------
9457 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
9458
9459 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
9460   enable progress reporting on compressed streams.
9461
9462 -------------------------------------------------------------------
9463 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
9464
9465 - better error propagation
9466 - r4096
9467
9468 -------------------------------------------------------------------
9469 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
9470
9471 - Removed libblkid dependency - the workaround using libblkid to
9472   check filesystem on XEN vbd mapped devices is obsolete, because
9473   the info is avaliable via /dev/disk/by-label link now. (#197107)
9474 - revision 4087
9475
9476 -------------------------------------------------------------------
9477 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
9478
9479 - PackageProvider: Fixed broken retry. (#202163)
9480 - revision 4071
9481
9482 -------------------------------------------------------------------
9483 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
9484
9485 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
9486   to create a Package from a source package header.
9487 - Added method Pathname::extension: Return all of the characters in name
9488   after and including the last dot in the last element of name.
9489 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
9490   rpms. Otherwise we'd need access to the rpm database to get the keys.
9491 - revision 4069
9492
9493 -------------------------------------------------------------------
9494 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
9495
9496 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
9497   a package/script/message
9498   Bug: 192535
9499
9500 -------------------------------------------------------------------
9501 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
9502
9503 - Speedup computation of number of rpm database entries.
9504 - revision 4058
9505
9506 -------------------------------------------------------------------
9507 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
9508
9509 - Fixed endless loop in transactResObject
9510   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
9511
9512 -------------------------------------------------------------------
9513 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
9514
9515 - fix some testcases for tar file parser changes
9516 - r4045
9517
9518 -------------------------------------------------------------------
9519 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
9520
9521 - missing includes
9522 - clean old callbacks
9523 - r4041
9524
9525 -------------------------------------------------------------------
9526 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
9527
9528 - zyppPattern->install_packages returns SUGGESTED package too.
9529   Bug 201476
9530   Revision 4036
9531
9532 -------------------------------------------------------------------
9533 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
9534
9535 - New behaviour in the solver: try with 'best' package first, try with 'all'
9536   packages if this fails.
9537   Bug :Bug 191983
9538
9539 -------------------------------------------------------------------
9540 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
9541
9542 - libzypp 2.1.0
9543 - bump version due to incompatible callback changes in KeyRing
9544   Sources
9545
9546 -------------------------------------------------------------------
9547 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
9548
9549 - new keyring callbacks
9550 - separate trust key from import key
9551 - use PublicKey class instead of params, to be able
9552   to add more info like photos later (pending #181682)
9553 - update zmart with those callbacks.
9554 - better error handling (Exception types)
9555 - make tmp file names more readable depending on the context
9556 - r4026
9557
9558 -------------------------------------------------------------------
9559 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
9560
9561 - decouple probing from source creation, using the new
9562   media test for existence functions.
9563 - r4019
9564
9565
9566 -------------------------------------------------------------------
9567 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
9568
9569 - Fixed getDoesFileExist to reset the transfer range
9570 - Added logging of curl debug messages to the zypp log.
9571   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
9572   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
9573 - r4018
9574
9575 -------------------------------------------------------------------
9576 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
9577
9578 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
9579   see rev 3810 below. (#190163)
9580 - rev 3998
9581
9582 -------------------------------------------------------------------
9583 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
9584
9585 - fix uninstalling of atoms (noop)
9586 - r3995
9587
9588 -------------------------------------------------------------------
9589 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
9590
9591 - Implement initial verson of Media
9592   doesFileExist, for future source probing.
9593 - r3984
9594
9595 -------------------------------------------------------------------
9596 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
9597
9598 - more dbus_connection_close fixes
9599 - r3974
9600
9601 -------------------------------------------------------------------
9602 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
9603
9604 - clean up 'incomplete' handling in QueueItemEstablish.
9605 - rev 3973.
9606
9607 -------------------------------------------------------------------
9608 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
9609
9610 - Don't set 'incomplete' for uninstalled patterns or products.
9611   (#198379)
9612 - rev 3970.
9613
9614 -------------------------------------------------------------------
9615 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
9616
9617 - Added new API calls:
9618   setAdditionalProvide
9619   setAdditionalConflict
9620   setAdditionalRequire
9621
9622 -------------------------------------------------------------------
9623 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
9624
9625 - don't link examples to testsuite library.
9626
9627 -------------------------------------------------------------------
9628 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
9629
9630 - Disable profiling to work around compiler bug.
9631
9632 -------------------------------------------------------------------
9633 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
9634
9635 - forward port 3924:3939
9636 - Add explicit finish callbacks for subtasks during ProvidePackage
9637   to avoid UI confusion.
9638 - rev3957
9639
9640 -------------------------------------------------------------------
9641 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
9642
9643 - Introduce examples/
9644 - fix some svn ignores
9645 - fix compilation. Use: dbus_connection_close
9646 - rev 3943
9647
9648 -------------------------------------------------------------------
9649 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
9650
9651 - Initial support for plain directory with rpms as source
9652 - r3935
9653
9654 -------------------------------------------------------------------
9655 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
9656
9657 - Move the target query by kind function to
9658   a iterator, so we dont make a copy of the restore
9659   the iterator works loading by demand too
9660
9661 -------------------------------------------------------------------
9662 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
9663
9664 - rename the new initTarget to initializeTarget,
9665   leave the old one as is, but deprecate it.
9666 - r3903
9667
9668 -------------------------------------------------------------------
9669 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
9670
9671 - forward port from SLES10 branch , till 3888
9672 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
9673   full packages. (#168844)
9674 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
9675 - version 2.0.0
9676 - rev 3893
9677
9678 -------------------------------------------------------------------
9679 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
9680
9681 - Separate target init from adding resolvables, getting rid of the
9682 uggly bool flag.
9683 - dont clear the store each time Target::resolvables is called
9684 - Load target resolvables on demand by kind, keep them cached later
9685 - add Target::resolvablesByKind(kind) to allow query specific kind
9686   without reading all kinds. Used to port TargetProduct, which
9687   was reading the whole rpm database only to displayy base product
9688   name in YaST help.
9689 - commit to pkg-bindings and packager will follow.
9690 - jsrain will port more yast stuff, especially inst_source which
9691   startup time should by reduced by half afterwards.
9692 - rev 3880
9693
9694 -------------------------------------------------------------------
9695 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
9696
9697 - forward port:
9698   rev 3786 fix to stalle tmpfiles broke patches.
9699   SLES was released with this broken. 10.1 has a blocked
9700   zypp update because this.
9701   Attempt to fix this. (#192535)
9702 - fix configure.ac sqlite-source build path
9703 - rev 3858
9704
9705 -------------------------------------------------------------------
9706 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
9707
9708 - link correctly
9709
9710 -------------------------------------------------------------------
9711 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
9712
9713 - dont link sqlite in the main lib.
9714 - rev 3826
9715
9716 -------------------------------------------------------------------
9717 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
9718
9719 - susetags: parse product parser regexp only once
9720 - parse yum factory 5 sec. (from 30) faster using
9721   another string find algorithm
9722 - rev 3824
9723
9724 -------------------------------------------------------------------
9725 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
9726
9727 - Digest: Don't read the stream character wise but reading blocks,
9728   as advised by matz profiling.
9729 - r3819
9730
9731 -------------------------------------------------------------------
9732 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
9733
9734 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
9735   trusted vendors. (#189573)
9736 - revision 3804
9737
9738 -------------------------------------------------------------------
9739 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
9740
9741 - backport fix for stalle tmpfile (#191311)
9742 - rev 3788
9743
9744 -------------------------------------------------------------------
9745 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
9746
9747 - deactivated media manager code that was disabling the
9748   automounter (#172419)
9749 - rev 3724
9750
9751 -------------------------------------------------------------------
9752 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
9753
9754 - fix autorefresh (#186115)
9755 - revision 3708
9756 -------------------------------------------------------------------
9757 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
9758
9759 - forward port from SLE branch
9760 - Set default permission for logfiles to 0640. (#187044)
9761 - revision 3696
9762
9763 -------------------------------------------------------------------
9764 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
9765
9766 - forward port from SLE branch
9767 - Fixed installation of SP or Add-On product switching to media 2
9768   too early. (#186607)
9769 - revision 3691
9770
9771 -------------------------------------------------------------------
9772 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
9773
9774 - forward port from SLE branch
9775 - Strip self provides without edition in Resolvable ctor.
9776   (#186079)
9777 - Source::provideResolvables not implemented in yum source type.
9778   Product not set for packages that are available from update source
9779   (#186920)
9780 - Hook modalias() supplements without package to "kernel" (#184840)
9781 - Allow on-demand SourceManager::restore() (#186678)
9782 - Hook modalias() supplements without package to "kernel" (#184840)
9783 - rev 3676
9784
9785 -------------------------------------------------------------------
9786 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
9787
9788 - Fix adding resolving of path names for mount points (#181606)
9789 - rev 3658
9790
9791 -------------------------------------------------------------------
9792 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
9793
9794 - merge download algorithm and refactoring from branch
9795   (#181204)
9796
9797 -------------------------------------------------------------------
9798 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
9799
9800 - autodocs: use find+xargs to overcome command length limit,
9801   do not call doxygen unnecessarily (#185334).
9802 - rev 3645
9803
9804 -------------------------------------------------------------------
9805 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
9806
9807 - Dont use getZYpp in static constructor (#185198)
9808   Bugfix #178292 was wrong.
9809 - Only warn on incompleting installed resolvables (#185197)
9810 - rev 3644
9811
9812 -------------------------------------------------------------------
9813 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
9814
9815 - Atoms might only be installed via patches (#184714)
9816 - rev 3642
9817
9818 -------------------------------------------------------------------
9819 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
9820
9821 - fix for the last stall tmpfile (#178292)
9822 - r3637
9823
9824 -------------------------------------------------------------------
9825 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
9826
9827 - Implemented transfer timeout inside of the progress callback.
9828   The timeout value can be set using timeout url parameter, the
9829   default transfer timeout is 180 seconds. (#181602)
9830 - Added ssl_verify and ssl_capath url options used in https scheme,
9831   allowing to change or disable the ssl verify options. (#171622)
9832 - Added fallback on read failures of /etc/mtab to /proc/mounts.
9833   Improved verbosity in mount and mount check related failure cases,
9834   incl. /etc/mtab dump. (#181606)
9835 - rev 3623
9836
9837 -------------------------------------------------------------------
9838 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
9839
9840 - combine knownAliases and knownUrls in a single function.
9841 - rev 3616
9842
9843 -------------------------------------------------------------------
9844 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
9845
9846 - honor parallel installs in resolver context (#181103)
9847 - rev 3592
9848
9849 -------------------------------------------------------------------
9850 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
9851
9852 - right fix for tmpdir initialized in static constructor
9853 - catch around provideJustFile in providePackage
9854 -rev 3654
9855
9856 -------------------------------------------------------------------
9857 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
9858
9859 - fix #182003 YUM packages without size
9860 - rev 3587
9861
9862 -------------------------------------------------------------------
9863 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
9864
9865 - Allow to restore and remove by Url
9866 - rev 3583
9867
9868 -------------------------------------------------------------------
9869 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
9870
9871 - make atoms parallel installable (#181103)
9872 - rev 3580
9873
9874 -------------------------------------------------------------------
9875 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
9876
9877 - Allow to restore by alias
9878 - r3568
9879
9880 -------------------------------------------------------------------
9881 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
9882
9883 - Do not fork in a global destructor, perl dislikes it (#182672).
9884   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
9885
9886 -------------------------------------------------------------------
9887 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
9888
9889 - Installation: Assert product information is stored to libzypp
9890   database before reboot. (#181198)
9891 - Version 1.2.0; revision 3553
9892
9893 -------------------------------------------------------------------
9894 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
9895
9896 - Synchronize keys with rpm database before
9897   closing access to it (#182338)
9898 - rev 3533
9899
9900 -------------------------------------------------------------------
9901 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
9902
9903 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
9904   filter out the non-DVD drives completely. Allows a fallback to
9905   drives without the dvd HAL property e.g. in VMWare. (#177457)
9906 - rev 3530
9907
9908 -------------------------------------------------------------------
9909 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
9910
9911 - Merge fix for stalle tmpdir due to cyclic references, using a master
9912  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
9913 - rev 3521
9914
9915 -------------------------------------------------------------------
9916 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
9917
9918 - Fixes unneeded file download, and add download callbacks
9919   (still need yast side) #181204 and #160206
9920 - Fix stalle tmpdir due to cyclic references, using a master
9921   TmpDir for zypp. # 178292
9922
9923 -------------------------------------------------------------------
9924 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
9925
9926 - fixed memory leak in PersistentStorage (#168690)
9927 - revision 3519
9928
9929 -------------------------------------------------------------------
9930 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
9931
9932 - fixed memory leak in XMLSourceCacheParser (#168690)
9933 - revision 3517
9934
9935 -------------------------------------------------------------------
9936 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
9937
9938 -latest fi translation added
9939  Revision 3502
9940
9941 -------------------------------------------------------------------
9942 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
9943
9944 -All installed resolvables has been set to "satisfied" in
9945  ResolverContext::unneeded . BUT:
9946  Patch concerning resolvables have to be set to
9947  "unneeded" although they are installed. In order
9948  getting the state "no longer applicable" (Bug 171590)
9949 - rev 3496
9950
9951 -------------------------------------------------------------------
9952 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
9953
9954 - compute status for scripts and messages so their freshens get
9955   properly honored (aj with postgresql-server)
9956 - rev 3494
9957
9958 -------------------------------------------------------------------
9959 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
9960
9961 - revert not-used-yet rpmdb timestamp, as
9962   it broke rpmdb::init(). (#180040)
9963 - rev 3490
9964
9965 -------------------------------------------------------------------
9966 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
9967
9968 - updating gmo files, if po files has been changed; bug 164449
9969
9970 -------------------------------------------------------------------
9971 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
9972
9973 - Dont download twice if starting from 1st time
9974 - fix typo
9975 - rev 3481
9976
9977 -------------------------------------------------------------------
9978 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
9979
9980 - set cache dir only if storeMetadata is called as a public method.´
9981 - rev 3475
9982
9983 -------------------------------------------------------------------
9984 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
9985
9986 - schedule a package for installation if
9987   - it freshens / supplements something
9988   - it is not installed yet
9989   (#178721)
9990 - rev 3473
9991
9992 -------------------------------------------------------------------
9993 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
9994
9995 - make susetags also implement download and check first.
9996 - rev 3470
9997
9998 -------------------------------------------------------------------
9999 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
10000
10001 - make yum more robust. Never parse from provideFile
10002   but only from local disk. Make sure the cache
10003   is consistent before recreating it.
10004   the code is easier to follow and probably
10005   faster. checksum and signatures are
10006   checked on caching not on parsing.
10007   Required to implement refresh for #154990
10008 - rev 3452
10009
10010 -------------------------------------------------------------------
10011 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
10012
10013 - implement timestamp for YUM and SuseTags
10014 - actually use the license to confirm in yum patches
10015 - add prerequires tag in yum optonally to the bad designed
10016   and nonintuitive pre=1
10017 - rev 3448
10018
10019 -------------------------------------------------------------------
10020 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
10021
10022 - dont pass root on init but before.
10023 - implement rpm db modification timestamp
10024   not used yet
10025 - move Helix source to testsuite out of the solver
10026   so we can use it for target, storage tests
10027 - add Source_Ref::timestamp(), default to now()
10028   in order to implement smart sync of sources by zmd
10029 - don't parse desc and summary twice
10030 - fix a segfault with tranlated text
10031 - fix broken size tag introduced in rev 3427
10032 - rev 3446
10033
10034 -------------------------------------------------------------------
10035 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
10036
10037 - dont accept corrupt sources, improve logs
10038
10039 -------------------------------------------------------------------
10040 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
10041
10042 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
10043   loosing autoprotection (eg. for foreign vendor). (assists #177469)
10044 - rev 3431
10045
10046 -------------------------------------------------------------------
10047 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
10048
10049 - added mediaNr() to PatchRpm and DeltaRpm classes
10050 - rev 3430
10051
10052 -------------------------------------------------------------------
10053 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
10054
10055 - enable YUM license to confirm.
10056   needed for #174476
10057 - adapt store to serialize and read all new resobject fields
10058 - use install-time to now() when serializing (#174653)
10059 - rev 3427
10060
10061 -------------------------------------------------------------------
10062 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
10063
10064 - Do not violate install order when restricting commit to a certain
10065   mediaNumber. (#170079)
10066 - Version 1.1.0; rev 3423
10067
10068 -------------------------------------------------------------------
10069 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
10070
10071 - Added SourceManager::findSourceByUrl to overcome alias mismatches
10072   (#177543).
10073 - rev 3420
10074
10075 -------------------------------------------------------------------
10076 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
10077
10078 - Order all objects according to prerequirements, not just packages.
10079   (#173690)
10080 - rev 3419
10081
10082 -------------------------------------------------------------------
10083 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
10084
10085 - Added new translation
10086
10087 -------------------------------------------------------------------
10088 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
10089
10090 - fix missing homedir option for gpg (#171055)
10091 - rev 3415
10092
10093 -------------------------------------------------------------------
10094 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
10095
10096 - Prevent against daemons launched in rpm %post, that do not close
10097   their filedescriptors. (#174548)
10098 - Version 1.0.1; rev 3413
10099
10100 -------------------------------------------------------------------
10101 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
10102
10103 - fixed media number of package retrieved as a part of a patch
10104   (#174841)
10105 - rev 3409
10106
10107 -------------------------------------------------------------------
10108 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
10109
10110 - fix missing package descriptions due to filtered packages
10111   by incompatible architectures. (#159109)
10112 - rev 3404
10113
10114 -------------------------------------------------------------------
10115 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
10116
10117 - decrease logging in DiskUsageCounter and Modalias (#163186)
10118 - rev 3406
10119
10120 -------------------------------------------------------------------
10121 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
10122
10123 - Stay backward comapatible.
10124
10125 -------------------------------------------------------------------
10126 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
10127
10128 - Make basic attributes available through ResObject.
10129 - Let ResObjects which do not require media access during
10130   commit return ZERO sourceMediaNr (required for #173690)
10131 - Version 1.0.0
10132 - rev 3390
10133
10134 -------------------------------------------------------------------
10135 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
10136
10137 - reduce logging verbosity (#163186)
10138 - rev 3381
10139
10140 -------------------------------------------------------------------
10141 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
10142
10143 - setCandidate accept candidates with compatible architectures too. Not
10144   only with the same architecture. Bug 172594 - If update package has
10145   differet arch, UI display is wrong
10146
10147 -------------------------------------------------------------------
10148 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
10149
10150 - Added Source_Ref::resStoreInitialized.
10151   If we know that noone has seen the resolvables yet, we can skip
10152   them too, eg. when deleting a source. (#174840)
10153 - rev 3378
10154
10155 -------------------------------------------------------------------
10156 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
10157
10158 - Honor freshens as conditionals independant from the installed/
10159   uninstalled status (#174797)
10160 - rev 3376
10161
10162 -------------------------------------------------------------------
10163 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
10164
10165 - State modifier "unneeded" is transitive for patches (#171590)
10166 - rev 3375
10167
10168 -------------------------------------------------------------------
10169 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
10170
10171 - Do not transact itself (update) in the transactResObject mechanism
10172   Bug 174290
10173
10174 -------------------------------------------------------------------
10175 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
10176
10177 - Reenabled improved large file support flags (unintentionally
10178   removed in rev 1544). Fixes bug #173753.
10179 - Added large file support flags to libzypp.pc file allowing
10180   consistence checks in the application using features variable
10181 - rev 3366
10182
10183 -------------------------------------------------------------------
10184 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
10185
10186 - SourceManager: moved source deletion before creation
10187   so that we can recreate a deleted one (#174295)
10188 - removed dead code dealing with known_caches from SourceManager::store
10189   (see r3195)
10190 - r3362
10191
10192 -------------------------------------------------------------------
10193 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
10194
10195 - fixed returning product short name and summary if product read
10196   from target store (#148625)
10197 - rev 3360
10198
10199 -------------------------------------------------------------------
10200 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
10201
10202 - set media verifier on redirected medium (#172599)
10203 - rev 3359
10204
10205 -------------------------------------------------------------------
10206 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
10207
10208 - fix 'transactResKind' to collect best providers by capability
10209   and to recursively transact items of same kind (#170114)
10210 - rev 3355
10211
10212 -------------------------------------------------------------------
10213 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
10214
10215 - serialize the full URL to avoid missing password and other
10216   url settings (#148108)
10217 - rev 3353
10218
10219 -------------------------------------------------------------------
10220 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
10221
10222 - Added a 60 sec connect timeout to MediaCurl (#172860)
10223 - rev 3348
10224
10225 -------------------------------------------------------------------
10226 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
10227
10228 - re-fetch also .asc and .key files before checking signature
10229   (#172597)
10230 - rev 3350 (3345-10.1)
10231
10232 -------------------------------------------------------------------
10233 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
10234
10235 - Fix yum key verification, because a double variable declaration
10236
10237 -------------------------------------------------------------------
10238 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
10239
10240 - use --no-default-keyring to avoid creating a
10241   default gpg dir in / (#171055)
10242 - rev 3335
10243
10244 -------------------------------------------------------------------
10245 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
10246
10247 - Fix YUM signature checking, we were passing the key instead of the
10248   signature.
10249 - When the user trust a key, sync again. Bye to the session trusted
10250   keys and user being asked all the time. (#171213)
10251 - r3332
10252
10253 -------------------------------------------------------------------
10254 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
10255
10256 - Cleanup index tables when removing items from pool (#170564).
10257
10258 -------------------------------------------------------------------
10259 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
10260
10261 - backout rev 3246->3275 of TargetImpl.cc
10262 - add missing testsuite/utils/TestUtils.h
10263 - rev 3330
10264
10265 -------------------------------------------------------------------
10266 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
10267
10268 - more fixes for #171062, there were some files still not being
10269   read from cache.
10270 - r3327
10271
10272 -------------------------------------------------------------------
10273 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
10274
10275 - cache keys and signature. Remove lot of duplicated code. (#171062)
10276 - r3320
10277
10278 -------------------------------------------------------------------
10279 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
10280
10281 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
10282   mount here anything, so it is OK to use any dir (171351).
10283 - rev 3318
10284
10285 -------------------------------------------------------------------
10286 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
10287
10288 - parse "license-to-confirm" in primary.xml (#168437)
10289 - rev 3312
10290
10291 -------------------------------------------------------------------
10292 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
10293
10294 - Don't try to store 'Atom', not needed and the backend store
10295   rejects them anyways (addtion to #168610)
10296 - rev 3306
10297
10298 -------------------------------------------------------------------
10299 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
10300
10301 - Improved device check in MediaDISK using libblkid (Bug #158529)
10302 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
10303   added a check if it is a directory
10304 - Added libcurl and libblkid checks to configure.ac
10305 - Added e2fsprogs(-devel) requires to the spec file
10306 - rev 3303
10307
10308 -------------------------------------------------------------------
10309 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
10310
10311 - dont download "other" during key check (#171041)
10312 - rev 3294
10313
10314 -------------------------------------------------------------------
10315 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
10316
10317 - allow parallel installs of atoms (used to fulfill patch require-
10318   ments, atoms aren't installed anyways) (#170098)
10319 - some testsuite improvements.
10320 - rev 3288
10321
10322 -------------------------------------------------------------------
10323 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
10324
10325 - get rid of autobuild check when throwing exceptions without throw
10326   but with a macro, returning a null pointer at the end (never reached).
10327
10328 -------------------------------------------------------------------
10329 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
10330
10331 - Do not violate install order when restricting commit to a certain
10332   mediaNumber. (#170079)
10333
10334 -------------------------------------------------------------------
10335 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
10336
10337 - Don't use throw directly!
10338   use ZYPP_THROW with a Exception class, otherwise package bindings
10339   will not catch them.
10340   Should fix crashes when reading broken sources with yast.
10341 - rev 3272
10342
10343 -------------------------------------------------------------------
10344 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
10345
10346 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
10347   revision 3269
10348
10349 -------------------------------------------------------------------
10350 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
10351
10352 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
10353 - further improve on #168840 (from rev 3231), match on name-edition
10354   when filtering by best arch. (#170098)
10355 - rev 3268
10356
10357 -------------------------------------------------------------------
10358 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
10359
10360 - #170093 , lot of package descriptions missing
10361 - rev 3263
10362
10363 -------------------------------------------------------------------
10364 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
10365
10366 - try to fix wrong permissions of /var/lib/zypp created
10367   by old zypp, only when running as root they are fixed
10368   (#169094)
10369 - YUM: Verify signatures on factoryInit.
10370   Dont provide other.xml. Cleanups, better logging.
10371   When refreshing signed soruces, don't refresh is source
10372   has not changed.
10373 - YaST sources: don't refresh if media file has not changed.
10374 - Show full url of index files in sources for signature validation
10375   (mentioned in #170139 comment #3)-
10376
10377 -------------------------------------------------------------------
10378 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
10379
10380 - udpated media ID syntax for external scripts (to be consistent
10381   with packages) (#170247)
10382 - rev 3256
10383
10384 -------------------------------------------------------------------
10385 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
10386
10387 - set media ID to 1 if not specified in YUM metadata (#167452)
10388 - rev 3255
10389
10390 -------------------------------------------------------------------
10391 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
10392
10393 - If freshen and supplement are fulfilled, install any kind of
10394   resolvable if not yet installed (#165746)
10395 - rev 3249
10396
10397 -------------------------------------------------------------------
10398 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
10399
10400 - make downloaded script executable. (#169191)
10401 - rev 3247
10402
10403 -------------------------------------------------------------------
10404 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
10405
10406 - Improve on last fix, compare only compatible archs.
10407 - rev 3233
10408
10409 -------------------------------------------------------------------
10410 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
10411
10412 - Only choose best arch of multiple package atoms with identical
10413   name (#168840)
10414 - rev 3231
10415
10416 -------------------------------------------------------------------
10417 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
10418
10419 - pass empty strings to UI as key properties if unknown key
10420   (#169114)
10421 - rev 3228
10422
10423 -------------------------------------------------------------------
10424 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
10425
10426 - refrain from parsing 'other.xml' (#159316)
10427 - rev 3226
10428
10429 -------------------------------------------------------------------
10430 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
10431
10432 - in source refresh, clean up the cache dir if fails
10433 - do not require repomd.xml.asc when creating a cache (#163765)
10434 - rev 3224
10435
10436 -------------------------------------------------------------------
10437 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
10438
10439 - Check if a file exists before providing it, and just handling the
10440   exception is not sufficient, because it can release the media.
10441   it nows get all possible packages.X translations an then
10442   it selects the candidate from the existing ones (#168654)
10443 - rev 3221
10444
10445 -------------------------------------------------------------------
10446 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
10447
10448 - dont report conflicts if item is neither installed
10449   nor to-be-installed (#168906)
10450 - rev 3219
10451
10452 -------------------------------------------------------------------
10453 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
10454
10455 - #168060 , propagate the file description or original
10456   name to the UI and not the checked filename path,
10457   which could be a tmp file.
10458   Requires changes in pkg-manager, and probably zmd-helpers.
10459 - rev 3215
10460
10461 -------------------------------------------------------------------
10462 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
10463
10464 - /var/lib/zypp/db/languages/* are empty files (##168355)
10465 - r3206
10466
10467 -------------------------------------------------------------------
10468 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
10469
10470 - All resolvables must honor arch, so Arch_noarch in
10471   target/store/XMLFilesBackend.cc is wrong (#160792)
10472 - Introduced code to honour shared package descriptions
10473   (#159109)
10474 - r3204
10475
10476 -------------------------------------------------------------------
10477 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
10478
10479 - replace '_' in YUM elements/attributes with '-' (#168762)
10480 - rev 3201
10481
10482 -------------------------------------------------------------------
10483 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
10484
10485 - Fixed iseries workaround - interchanged variables for scsi
10486   devices, added debug messages about the steps (#163971).
10487 - Added getenv NULL ptr check and verify of the $HOME dir's
10488   and ~/.curlrc file's ownership (#163203).
10489 - rev 3199
10490
10491 -------------------------------------------------------------------
10492 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
10493
10494 - Use filesystem::TmpDir to create unique and unused Source cache
10495   directories. (#168051)
10496
10497 -------------------------------------------------------------------
10498 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
10499
10500 - Enable signature checks per default. (#168525)
10501
10502 -------------------------------------------------------------------
10503 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
10504
10505 - fix callbacks for providing a single file (#160206)
10506
10507 -------------------------------------------------------------------
10508 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
10509
10510 - If an installed package looses a dependency, the solver tries
10511   to upgrade it. Limit the upgrade candidates to best arch, best
10512   edition.
10513 - filter 'other' entries with incompatible arch in yum parser.
10514 - rev 3177
10515
10516 -------------------------------------------------------------------
10517 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
10518
10519 - initialize the product category according to source (#168061)
10520 - rev 3172
10521
10522 -------------------------------------------------------------------
10523 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
10524
10525 - delete only one older version of a xml-store resolvable
10526   (half-baked, but the previous attempt was charred)
10527
10528 -------------------------------------------------------------------
10529 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
10530
10531 - moved license_to_confirm to primary.xml
10532 - rev 3170
10533
10534 -------------------------------------------------------------------
10535 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
10536
10537 - Removed deprecated oldstyle commit methods.
10538
10539 -------------------------------------------------------------------
10540 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
10541
10542 - when installing a xml-store resolvable (all except package,
10543   message, script), delete older versions (#160792).
10544 - read selection edition from the XML store
10545 - rev 3167
10546
10547 -------------------------------------------------------------------
10548 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
10549
10550 - properly clear transaction flag after successful commit
10551   (see rev 3122, #164365, #167285)
10552 - rev 3157
10553
10554 -------------------------------------------------------------------
10555 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
10556
10557 - recursively soft-uninstall recommended package on real uninstall,
10558   not on update (#167603)
10559 - rev 3155
10560
10561 -------------------------------------------------------------------
10562 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
10563
10564 - fix #167605 (importing keys to rpm multiple times due to
10565   wrong interpretation of rpm gpg versioning.
10566 - add support for reading the rpm keys, with full id and fingerprint
10567 - rev 3153
10568
10569 -------------------------------------------------------------------
10570 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
10571
10572 - don't add duplicate error infos to ResolverContext (#167309)
10573 - rev 3146
10574
10575 -------------------------------------------------------------------
10576 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
10577
10578 - fix Resolver::transactReset() (see rev 3122) (#167285)
10579 - rev 3140
10580
10581 -------------------------------------------------------------------
10582 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
10583
10584 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
10585   variable is present, all signature checking callbacks will default
10586   to 'accept', in case no recipient is present.
10587
10588 -------------------------------------------------------------------
10589 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
10590
10591 - read content file on construction, and make
10592   provideProduct only insert the already
10593   read product object into the store (#165826)
10594   (dmacvicar)
10595 - When the signature is not found, warn the
10596   user about a unsigned source. When the
10597   key is not found, do nothing, it can be in the
10598   keyring already. (#166016) (dmacvicar)
10599 - enable key verification only if
10600   ZYPP_CHECKSIG env var is set (dmacvicar)
10601 - r1529
10602
10603 -------------------------------------------------------------------
10604 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
10605
10606 - fix bugfix 164365, fix bug 167285
10607   Actually clear the transcation state instead of locking it
10608   to 'dont transact'
10609 - rev 3122
10610
10611 -------------------------------------------------------------------
10612 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
10613
10614 - revert the signature/digest checking callbacks
10615 - rev 3115
10616
10617 -------------------------------------------------------------------
10618 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
10619
10620 - Bugfix #165670
10621   - Honor keep requests.
10622   - Dont flag "locked uninstall" as error if a keep request was
10623     issued before.
10624 - rev 3114
10625
10626 -------------------------------------------------------------------
10627 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
10628
10629 - rule out locked items during distribution upgrade as early
10630   as possible. (#165670)
10631 - rev 3110
10632
10633 -------------------------------------------------------------------
10634 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
10635
10636 - Bugfix #166212
10637   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
10638     transactResObject().
10639   - resetTransaction(APPL_LOW) before resolving
10640   - enhance transactCaps by using the same algorithm as in
10641     QueueItemRequire
10642     (before: transact all requires and recommends by name
10643      now: transact best requires and recommends by provides)
10644 - rev 3107
10645
10646 -------------------------------------------------------------------
10647 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
10648
10649 - new callbacks for failing digest
10650 - rev 3098
10651
10652 -------------------------------------------------------------------
10653 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
10654
10655 - ask for file without a checksum (#165125)
10656
10657 -------------------------------------------------------------------
10658 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
10659
10660 - dont install satisfied resolvables (#165843)
10661 - rev 3095
10662
10663 -------------------------------------------------------------------
10664 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
10665
10666 - dont abort on failed "dry_run" (#164583)
10667 - rev 3091
10668
10669 -------------------------------------------------------------------
10670 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
10671
10672 - Ask user if signature file does not exist (#163765)
10673 - handle repomd.xml.asc as optional file (#163765)
10674 - rev 3089
10675
10676 -------------------------------------------------------------------
10677 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
10678
10679 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
10680 - rev 3087
10681
10682 -------------------------------------------------------------------
10683 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
10684
10685 - Dont do transitive uninstalls on uninstalled or upgraded items.
10686   (#165798)
10687 - rev 3083
10688
10689 -------------------------------------------------------------------
10690 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
10691
10692 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
10693
10694 -------------------------------------------------------------------
10695 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
10696
10697 - Product::updateUrls: restore it from the XML store;
10698   fixed content parsing (#163192).
10699 - restore product flags fro the XML store
10700 - rev 3074
10701
10702 -------------------------------------------------------------------
10703 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
10704
10705 - Only consider best arch/version (#165477)
10706 - rev 3069
10707
10708 -------------------------------------------------------------------
10709 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
10710
10711 - No need to parse tags at all if there is no item to store values
10712   (e.g. data for unwanted arch). Fixed segv trying to store data in
10713   NULL item. (#165479)
10714 - rev3065
10715
10716 -------------------------------------------------------------------
10717 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
10718
10719 - Improved Url path name "//" vs. "/%2f" handling; now if the
10720   url has an authority, "/%2f" is used for ftp only (#163784)
10721 - rev 3062
10722
10723 -------------------------------------------------------------------
10724 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
10725
10726 - fixed storing patch scripts to target store (#159928)
10727 - rev 3058
10728
10729 -------------------------------------------------------------------
10730 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
10731
10732 - if a patch is bad, only skip this patch, not everything
10733   (#165200)
10734 - rev 3057
10735
10736 -------------------------------------------------------------------
10737 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
10738
10739 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
10740 - Susetags:Pattern: Fixed parser.
10741
10742 -------------------------------------------------------------------
10743 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
10744
10745 - when uninstalling, only re-establish installed items
10746   supplementing the to-be-uninstalled one. (variant of #165111)
10747 - rev 3054
10748
10749 -------------------------------------------------------------------
10750 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
10751
10752 - Susetags:Package: Parse and provide ins/delnotify texts.
10753
10754 -------------------------------------------------------------------
10755 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
10756
10757 - when checking freshens/supplements at install, only consider
10758   best architecture/edition (#164453)
10759 - rev 3051
10760
10761 -------------------------------------------------------------------
10762 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
10763
10764 - when checking for supplements, only consider best arch, best
10765   edition for installation (#165111)
10766 - rev 3047
10767
10768 -------------------------------------------------------------------
10769 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
10770
10771 - Bug 165117: build 910: Update: Splitted packages are selected for
10772   all archs
10773
10774 -------------------------------------------------------------------
10775 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
10776
10777 - ask user if a file exists but does not have a checksum (#162797)
10778 - rev 3044
10779
10780 -------------------------------------------------------------------
10781 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
10782
10783 - parse time and size elements from delta and patch RPM
10784 - rev 3043
10785
10786 -------------------------------------------------------------------
10787 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
10788
10789 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
10790   devices - on powerpc only (#163971)
10791 - rev 3042
10792
10793 -------------------------------------------------------------------
10794 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
10795
10796 - fix endless loop in patches parsing.
10797 - rev 3039
10798
10799 -------------------------------------------------------------------
10800 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
10801
10802 - fixed media handling in SuSEtags source (#164879)
10803 - rev 3037
10804
10805 -------------------------------------------------------------------
10806 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
10807
10808 - honor 'dry_run' on package remove (#164732)
10809 - rev 3036
10810
10811 -------------------------------------------------------------------
10812 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
10813
10814 - add files from yum filelist as provides to package (#164731)
10815 - rev 3032
10816
10817 -------------------------------------------------------------------
10818 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
10819
10820 - honor "+Enh:/-Enh:" in packages file (#156513)
10821
10822 -------------------------------------------------------------------
10823 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
10824
10825 - fix callback receiver signature to match the callback for removing
10826   package
10827
10828 -------------------------------------------------------------------
10829 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
10830
10831 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
10832 - rev 3024
10833
10834 -------------------------------------------------------------------
10835 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
10836
10837 - Bug 164440; Taking wrong architecture while updating obsoletes
10838   splitted packages
10839 - rev 3022
10840
10841 -------------------------------------------------------------------
10842 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
10843
10844 - allow relative paths with url file:
10845 - dont filter atoms from going into pool, multi-arch patch
10846   requirements need them. Instead, treat atoms with incompatible
10847   architecture as unneeded.
10848 - rev 3018
10849
10850 -------------------------------------------------------------------
10851 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
10852
10853 - product now provides short name
10854 - rev 3013
10855
10856 -------------------------------------------------------------------
10857 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
10858
10859 - read metadata for packages from correct tags in patches (#163220)
10860 - rev 3011
10861
10862 -------------------------------------------------------------------
10863 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
10864
10865 - more detailed resolver error reports (#162994)
10866 - rev 3010
10867
10868 -------------------------------------------------------------------
10869 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
10870
10871 - report package download progress (#160966)
10872 - rev 3007
10873
10874 -------------------------------------------------------------------
10875 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
10876
10877 - transact also for languages (#163819)
10878 - rev 3004
10879
10880 -------------------------------------------------------------------
10881 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
10882
10883 - loop through all affected ResObjects in transactResKind (#163819)
10884 - rev 3002
10885
10886 -------------------------------------------------------------------
10887 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
10888
10889 - allow re-installation of non-packages (#162906)
10890 - rev 2998
10891
10892 -------------------------------------------------------------------
10893 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
10894
10895 - Added loop checking for scsi cdroms (/sys/block/srX) in case
10896   HAL does not provide any drives like on iSeries (#163971).
10897 - rev 2995
10898
10899 -------------------------------------------------------------------
10900 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
10901
10902 - add 'licenceToConfirm()' to Product. (#164375)
10903
10904 -------------------------------------------------------------------
10905 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
10906
10907 - Avoid excessive CD hopping on commit. But still far from
10908   being perfect. (#159679)
10909 - Fixed Target::commit: Despite dry_run set True, packages
10910   were depeted.
10911
10912 -------------------------------------------------------------------
10913 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
10914
10915 - honour if user decides to skip a package in commit (#156031)
10916
10917 -------------------------------------------------------------------
10918 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
10919
10920 - fixed parsing external reference to script in patch (#163221)
10921 - r2981
10922
10923 -------------------------------------------------------------------
10924 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
10925
10926 - cache and provide content.asc/key optionally. Dont show a
10927   popup if they dont exists. (dmacvicar)
10928 - Actually abort when verify signature workflow is false. (dmacvicar)
10929 - r2978
10930
10931 -------------------------------------------------------------------
10932 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
10933
10934 - fixed setting autorefresh flag for installation sources
10935
10936 -------------------------------------------------------------------
10937 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
10938
10939 - drop patches with incompatible architecture.
10940 - rev 2972
10941
10942 -------------------------------------------------------------------
10943 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
10944
10945 - Added info method to media verifier base and more debug info
10946 - rev 2970
10947
10948 -------------------------------------------------------------------
10949 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
10950
10951 - Dont deny the "/" attach point in MediaDIR, since this is used
10952   for all "file:" urls, esp. local packages.
10953 - rev 2962
10954
10955 -------------------------------------------------------------------
10956 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
10957
10958 - Bug 159673 - only one conflict solvable per page
10959
10960 -------------------------------------------------------------------
10961 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
10962
10963 - parse all dependencies of 'packages' file (#163773)
10964 - rev 2957
10965
10966 -------------------------------------------------------------------
10967 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
10968
10969 - Use the original media descr_dir on refresh for
10970   suse tags source (#163196)
10971 - r2952
10972
10973 -------------------------------------------------------------------
10974 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
10975
10976 - add Source::setUrl() for zmd backend helper.
10977 - rev 2946
10978
10979 -------------------------------------------------------------------
10980 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
10981
10982 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
10983 target init. (dmacvicar)
10984 - r2949
10985
10986 -------------------------------------------------------------------
10987 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
10988
10989 - Fixed MediaDISK to use a mount -oro,bind id the disk
10990   partition is already attached e.g. by the automounter.
10991   Try to mount it a second time may fail (#163486).
10992 - rev 2944
10993
10994 -------------------------------------------------------------------
10995 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
10996
10997 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
10998 - rev 2940
10999
11000 -------------------------------------------------------------------
11001 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
11002
11003 - only try to create a source of a given type when restoring
11004   from the persistent store (#162111)
11005
11006 -------------------------------------------------------------------
11007 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
11008
11009 - parse all dependencies for patterns (.pat) files (#160602)
11010 - drop YOUPATH and YOUURL from content file.
11011 - rev 2924
11012
11013 -------------------------------------------------------------------
11014 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
11015
11016 - properly initialize autorefresh for non-remote sources (#154990)
11017 - rev 2919
11018
11019 -------------------------------------------------------------------
11020 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
11021
11022 - Added flag to MediaManager::isUseableAttachPoint, whether
11023   to check against system mount entries or not.
11024 - Disallow to use the attachpoints of another media handlers
11025   as source path in MediaDIR.
11026 - rev 2917
11027
11028 -------------------------------------------------------------------
11029 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
11030
11031 -implement callbacks for when package verification (checksum)
11032  fails, offer to retry or abort
11033
11034 -------------------------------------------------------------------
11035 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
11036
11037 - Fix construction of checksum objects when using non-standard
11038   checksum algorithms
11039 - Fix broken YUM cache
11040 - r2913
11041
11042 -------------------------------------------------------------------
11043 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
11044
11045 - Keep packages with no version upgrade installed during
11046   distribution upgrade (#162972)
11047 - add 'transactReset()' helper function for UI.
11048 - rev 2908
11049
11050 -------------------------------------------------------------------
11051 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
11052
11053 - r2906
11054
11055 -------------------------------------------------------------------
11056 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
11057
11058 - Fixed candidate handling in ui::Selectable. (#156589)
11059
11060 -------------------------------------------------------------------
11061 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
11062
11063 - fix #162984 , gpg hangs because the matching data file
11064   for the key cannot be find. (dmacvicar)
11065 - Fix restore of YUM source using the same cache dir semantics as
11066  susetags instead of assuming there is a cache if a cache_dir
11067   was given. (dmacvicar)
11068
11069 -------------------------------------------------------------------
11070 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
11071
11072 - use DISTPRODUCT/DISTVERSION from content file to generate the
11073   product name, version, and release.
11074 - rev 2902
11075
11076 -------------------------------------------------------------------
11077 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
11078
11079 - Removed broken forcing of absolute ftp paths added in rev2705 to
11080   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
11081 - rev 2900
11082
11083 -------------------------------------------------------------------
11084 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
11085
11086 - add Resolver::freshenPool() (#156980)
11087 - rev 2893
11088
11089 -------------------------------------------------------------------
11090 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
11091
11092 - skip incompatible archs in filelist parsing.
11093 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
11094   /lib64/, ...)
11095 - rev 2886
11096
11097 -------------------------------------------------------------------
11098 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
11099
11100 - skip incompatible archs in primary parsing.
11101 - rev 2883
11102
11103 -------------------------------------------------------------------
11104 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
11105
11106 - allow setting of source when parsing local .rpm (#147765)
11107 - rev 2880
11108
11109 -------------------------------------------------------------------
11110 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
11111
11112 - Do not update packages over other architectures
11113
11114 -------------------------------------------------------------------
11115 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
11116
11117 - Added zypp/ui/UserWantedPackages to support the UI's
11118   "automatic changes" dialog (bug #152700)
11119
11120 -------------------------------------------------------------------
11121 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
11122
11123 - use KeyRing class to validate repomd.xml (#160909)
11124
11125 -------------------------------------------------------------------
11126 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
11127
11128 - Product resolvables should be readable by normal users.
11129   (#162474) (dmacvicar)
11130 - implemented keyring and metadata signature verification
11131   in susetags source
11132 - dont delete the lock if we did not acquire it
11133 - r2847
11134
11135 -------------------------------------------------------------------
11136 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
11137
11138 - Added disabling of the automounter while MediaManager
11139   init and restoring of the old state on exit (#154326).
11140 - Implemented check if media (CD) is automounted or not
11141 - rev 2840
11142
11143 -------------------------------------------------------------------
11144 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
11145
11146 - Implemented several hal get/set/removeDeviceProperty wrappers
11147 - Improved HalException to allow to fetch HAL/DBUS error componets
11148 - rev 2830
11149
11150 -------------------------------------------------------------------
11151 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
11152
11153 - honor subscription status of catalogs (#162350)
11154 - rev 2827
11155
11156 -------------------------------------------------------------------
11157 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
11158
11159 - Enabled CD eject error reporting exceptions (#154326)
11160 - rev 2822
11161
11162 -------------------------------------------------------------------
11163 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
11164
11165 - support "dry run" (#159467)
11166 - implement "transactResKind" (#161400)
11167 - rev 2817
11168
11169 -------------------------------------------------------------------
11170 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
11171
11172 - add checksum for external patches (#159928)
11173
11174 -------------------------------------------------------------------
11175 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
11176
11177 - calculate product architecture (#158198)
11178
11179 -------------------------------------------------------------------
11180 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
11181
11182 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
11183   detection
11184
11185 -------------------------------------------------------------------
11186 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
11187
11188 - Auto protect installed packages from unknown vendor. (#157446)
11189
11190 -------------------------------------------------------------------
11191 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
11192
11193 - added support for external scripts to metadata (#159928) (jsrain)
11194 - fixed handling of Language resolvables (ma)
11195 - fix leak in rpmdb (dmacvicar)
11196 - added softlock for autoyast (#159466) (ma)
11197 - Fixed exceptions in doGetFileCopy() to show full url
11198   including the file instead of just the media base url. (mt)
11199 - Provide Language::summary (ma)
11200 - check patterns and selections file exist
11201   before veryfing them (#161300) (dmacvicar)
11202 - added YUM metadata checksum computation (jsrain)
11203 - added interface to patch of a message (jsrain)
11204 - r2734
11205
11206 -------------------------------------------------------------------
11207 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
11208
11209 - added support for external scripts to metadata (#159928)
11210 - r2709
11211
11212 -------------------------------------------------------------------
11213 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
11214
11215 - report separate exception when trying to start source cache again to
11216   suppress incorrect error message in XEN installation
11217 - r2682
11218
11219 -------------------------------------------------------------------
11220 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
11221
11222 - Implement inter process locking in zypp.
11223 - Added No medium found output
11224 - splitting modaliases in supplements TOO
11225 - parse also the available signing keys
11226
11227 -------------------------------------------------------------------
11228 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
11229
11230 - release all media when removing source (#159754) (visnov)
11231 - more testsuites (schubi)
11232 - updated translations (schubi)
11233 - added MediaNotEjectedException (mt)
11234 - rev 2652
11235
11236 -------------------------------------------------------------------
11237 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
11238
11239 - fix patches descriptions (dmacvicar)
11240 - fix source serialization (dmacvicar)
11241 - metadata for kernel test (schubi)
11242 - Arch tests updated (ma)
11243 - classify NULL Ptr as unique (ma)
11244 - Added host check, because file Url allows it now. (mt)
11245 - prepare modalias fix (#159766) (ma)
11246 - Provide iterator based access to SourceManager data. (ma)
11247 - Fixed "file:" Url scheme config to allow relative paths; (mt)
11248   RFC1738 says, it may contain a hostname as well...
11249 - revision 2633
11250
11251 -------------------------------------------------------------------
11252 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
11253
11254 - pkg-config support (mvidner)
11255 - close all medias when destructing MediaSet (jsrain)
11256 - rev 2622
11257
11258 -------------------------------------------------------------------
11259 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
11260
11261 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
11262 - Message callback implemented to show patch messages (visnov)
11263 - Bug 159696 (schubi)
11264 - provide transform_iterators to iterate over a maps keys or values (ma)
11265 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
11266 - added script and message installation (jsrain)
11267 - chooses the 'right' kernel now (kkaempf)
11268 - Use noarch if no arch is specified in patches (dmacvicar)
11269 - rev 2611
11270
11271 -------------------------------------------------------------------
11272 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
11273
11274 - Added some debug output including the access id (mt)
11275 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
11276   release with eject=true on attached media, to umount
11277   other mounts as well. (mt)
11278 - 159483 - solver does not blame missing dependency (schubi)
11279 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
11280 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
11281   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
11282 - fixed ZYPP_RETHROW (#156430) (ma)
11283 - patch for #156114 (visnov)
11284 - fixed container.erase loops (ma)
11285 - Fixed to reset desired (cached) flag before the action (mt)
11286 - Removed return in forceRelaseAllMedia (void function) (mt)
11287 - Parse nonexisting architecture to noarch so patches dont get
11288   filtered by the pool (dmacvicar)
11289 - 159512 - yast2-qt does not show label of to be installed products
11290   anymore (dmacvicar)
11291 - 159765 - Hidden patterns still visible (dmacvicar)
11292 - Use noarch if no arch is specified. (dmacvicar)
11293 - r2594
11294
11295 -------------------------------------------------------------------
11296 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
11297
11298 - properly report error for media change callback
11299 - rev 2579
11300
11301 -------------------------------------------------------------------
11302 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
11303
11304 - fixed memory leak in XMLNodeIterator (#157474)
11305 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
11306 - Renamed private MediaManager::forceMediaRelease
11307   function to forceReleaseShared (more exact name)
11308 - Implemented forceRelaseAllMedia() that can be
11309   used to release also foreign (user) mounts.
11310 - Added use of forceRelaseAllMedia for CD/DVDs
11311   if FORCE_RELEASE_FOREIGN is 1 (default 0)
11312 - little cleanup of the checkAttached function
11313 - r2578
11314
11315 -------------------------------------------------------------------
11316 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
11317
11318 - don't try to attach without exception handling (#158620)
11319 - fix descriptions, as a new tag Des for selections exists now.
11320 - fix #157683: failure after adding add-on product to install
11321   sources
11322 - added more files for translation
11323 - resolve-dependencies.cc: establish pool
11324 - parse-metadata.cc: catch bad URL
11325 - set zmdid for atoms
11326 - r2574
11327
11328 -------------------------------------------------------------------
11329 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
11330
11331 - fix testsuite.
11332 - provide edition and architecture for all kinds of yum
11333   resolvables.
11334 - fix ResStatus output.
11335 - establish atoms correctly.
11336 - treat requires to unneeded resolvables as fulfilled.
11337 - rev 2559
11338
11339 -------------------------------------------------------------------
11340 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
11341
11342 - fix the build
11343 - only consider best architecture/version (#157594)
11344 - prefer providers which supplement/enhance installed or
11345   to-be-installed packages (fixes the tpctl-kmp issue)
11346 - rev 2546
11347
11348 -------------------------------------------------------------------
11349 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
11350
11351 - provide more filters for pkg-bindings (#158602)
11352 - add SystemResObject to provide system (modalias, hal, ...)
11353   capabilities.
11354 - handle this during resolving.
11355 - make the modalias and hal capability match the SystemResObject
11356   by default, thereyby triggering a modalias (resp. hal)
11357   evaluation.
11358 - xmlstore: decouple target store from YUM schema.
11359 - clean up moving of hal() and modalias() from provides to
11360   supplements in ResolvableImpl.
11361 - add PatchContents() for UI.
11362 - handle Edition::noedition as empty string.
11363 - r2537
11364
11365 -------------------------------------------------------------------
11366 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
11367
11368 - releasing all medias when asking for CD (#156981)
11369 - r2471
11370
11371 -------------------------------------------------------------------
11372 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
11373
11374 - ResStatus::resetTransact must return a value.
11375 - Fixed random build failures in LanguageCode.cc.
11376   (Rewrote the CodeMaps constructor so that gcc does not
11377   optimize a 500-statement basic block.)
11378 - Fix constructions of patch objects. Actually insert atoms in atoms
11379   list. Insert atoms for package even if the package does not exists
11380   in the source. Fixes #157628 (dmacvicar).
11381 - Fixed license reading from susetags, #151834 (dmacvicar).
11382 - r2468
11383
11384 -------------------------------------------------------------------
11385 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
11386
11387 - added ResStatus::resetTransact (ma)
11388 - bugfix for #156439 (schubi)
11389 - Added Source_Ref::setAlias (#154913).
11390 - Do not assume there is a product file when scanning for products
11391   (visnov)
11392 - function to disable all sources in the persistent store (visnov)
11393 - dependency errors go to stdout, not stderr; output resolver info
11394   directly to stderr (kkaempf)
11395 - rev 2464
11396
11397 -------------------------------------------------------------------
11398 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
11399
11400 - fix merging of resolver info (needed for #157684).
11401 - errors are also important in ResolverInfo.
11402 - improve debug output in ResolverContext.
11403 - rev 2455
11404
11405 -------------------------------------------------------------------
11406 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
11407
11408 - delete RPMs downloaded via HTTP/FTP after installnig them
11409   (#157011)
11410 - fixed product registration (reverted autorefresh patch) (#157566)
11411
11412 -------------------------------------------------------------------
11413 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
11414
11415 - if root!="/", always prefer the upgrade candidate (#155472)
11416 - implement license confirmed api for UI.
11417 - prefer architecture over version in distribution upgrade
11418   (#157501)
11419 - clean up media handling.
11420 - rev 2448
11421
11422 -------------------------------------------------------------------
11423 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
11424
11425 - init Modalias properly.
11426 - fix warnings in testcases.
11427 - rev 2432
11428
11429 -------------------------------------------------------------------
11430 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
11431
11432 - drop libjpeg-devel and sqlite-devel from build requires.
11433
11434 -------------------------------------------------------------------
11435 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
11436
11437 - implement 'modalias()' capability (#157406)
11438 - make dependencies consistent, its 'freshens'.
11439 - cope with user umounts of devices.
11440 - add debug to SourceManager.
11441 - rev 2418
11442
11443 -------------------------------------------------------------------
11444 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
11445
11446 - allow version downgrade during distribution upgrade if the
11447   newer package is coming from a trusted vendor (#155472)
11448 - implement locale fallback
11449 - 'freshen' -> 'freshens' in schema definitions to make it
11450   consistent with all other dependency definitions.
11451 - better error reporting for .pat and .sel files.
11452 - rule out packages from dependency resolutions which are
11453   de-selected by user (#155368)
11454 - use locale fallbacks in package translations.
11455 - refresh source when re-enabling it.
11456 - rev 2406
11457
11458 -------------------------------------------------------------------
11459 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
11460
11461 - split of libzypp-zmd-backend subpackage as a stand-alone
11462   leaf package.
11463 - encapsulate bool test for Source_Ref better.
11464 - fixed stack overflow (ma).
11465 - make testsuite build again.
11466 - rev 2346
11467
11468 -------------------------------------------------------------------
11469 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
11470
11471 - fixed URL rewriting for CD2 and following (#154762)
11472 - fixed ResPoolProxy diffState (for proper ok/cancel support
11473   in UI)
11474 - added special exception class for aborting installation
11475   (#154936)
11476 - only auto-change directories if they end in CDn or DVDn.
11477 - rev 2320.
11478
11479 -------------------------------------------------------------------
11480 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
11481
11482 - silently ignore multiple installs of the same package.
11483 - fix disk usage for installs and uninstalls.
11484 - rev 2308
11485
11486 -------------------------------------------------------------------
11487 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
11488
11489 - zmd-backend: filter out incompatible architectures from
11490   repository.
11491 - rev 2298
11492
11493 -------------------------------------------------------------------
11494 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
11495
11496 - sync libzypp media data with mtab.
11497 - improve resolver error and solution reports.
11498 - fix source cache reading (#155459).
11499 - default cached sources to enabled (#155459).
11500 - let each source provide public keys.
11501 - rev 2297
11502
11503 -------------------------------------------------------------------
11504 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
11505
11506 - only write by-sovler transactions back (#154976)
11507 - rev 2278
11508
11509 -------------------------------------------------------------------
11510 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
11511
11512 - release last used source at end of commit (#155002)
11513 - rev 2277
11514
11515 -------------------------------------------------------------------
11516 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
11517
11518 - cope with NULL values in zmd catalogs table (#153584)
11519 - set YAST_IS_RUNNING in transact zmd helper (#154820)
11520 - run SuSEconfig after transact zmd helper (#154820)
11521 - add softTransact to honor user vs. soft requirements (#154650)
11522 - honor all build keys provided by a package source.
11523 - add source metadata refresh.
11524 - add progress callbacks to zmd helpers.
11525 - rev 2276
11526
11527 -------------------------------------------------------------------
11528 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
11529
11530 - include .diffs into main source.
11531 - catch exception when ejecting media which was unmounted externally
11532   (#154697).
11533 - init source in zmd-backend correctly (#154667)
11534 - implement disk usage info for YaST.
11535 - clean up XML schema files.
11536 - catch CPUs identifying as 'i686' but being 'i586'.
11537 - allow definition of preferred attach (mount) point for media.
11538 - make resolver results more readable.
11539 - use language fallbacks if none of multiple language providers
11540   matches.
11541 - get rid of ignoring wrong arch in resolver, having the wrong
11542   architecture is prevented by other means.
11543 - prepare for translations in exceptions.
11544 - fix 'abort does not abort'
11545 - implement 'flag' I/O in target cache backend.
11546 - skip incompatibles architectures in packages.<lang>
11547 - rev 2228
11548
11549 -------------------------------------------------------------------
11550 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
11551
11552 - dont even provide src/nosrc from the source.
11553 - rev 2169 + diffs
11554
11555 -------------------------------------------------------------------
11556 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
11557
11558 - Initialize commit result (#154409)
11559 - release media if its wrong (#154326)
11560 - dont copy src/nosrc packages to the pool (#154627)
11561 - reduce XML logging.
11562 - rev 2169 + diffs
11563
11564 -------------------------------------------------------------------
11565 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
11566
11567 - fix path of .po files (#154074).
11568 - parse the correct package.<lang> file (kinda #154074).
11569 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
11570 - reattach all released medias.
11571 - raise exception instead of abort() on XML errors (#154104).
11572 - update translations.
11573 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
11574   and is_empty_dir utility function
11575 - rev 2169
11576
11577 -------------------------------------------------------------------
11578 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
11579
11580 - check freshens and supplements for packages (#154074).
11581 - only complain about incomplete installed resolvables,
11582   if they are uninstalled, schedule them for installation.
11583   (#154074)
11584 - add testcases for locale() provides.
11585 - add lang_country -> lang fallback.
11586 - have locale(parent:...) deps match any provides of 'parent'
11587   also when uninstalling a package.
11588 - rev 2148
11589
11590 -------------------------------------------------------------------
11591 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
11592
11593 - change the locale(...) separator to ";" (#153791)
11594 - complete "find-files" of zmd-backend.
11595 - rev 2140
11596
11597 -------------------------------------------------------------------
11598 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
11599
11600 - avoid attaching media when initializing source
11601 - rev 2139
11602
11603 -------------------------------------------------------------------
11604 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
11605
11606 - warn about misspelled 'locale(...)' provides
11607 - add testcases
11608 - rev 2134
11609
11610 -------------------------------------------------------------------
11611 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
11612
11613 - fix the build
11614 - rev 2129
11615
11616 -------------------------------------------------------------------
11617 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
11618
11619 - provide available locales to application (#153583)
11620 - honor 'requestedLocales' (language dependant packages)
11621 - honor release requests for all holders of a device.
11622 - silently re-attach after a forced release.
11623 - solver improvements.
11624 - handle source caches.
11625 - proper logging in zmd backend helpers.
11626 - rev 2127
11627
11628 -------------------------------------------------------------------
11629 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
11630
11631 - upgrade always to best version and arch (#153577)
11632 - reset 'transact' state for obsoleted packages (#153578)
11633 - translation updates
11634 - rev 2113
11635
11636 -------------------------------------------------------------------
11637 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
11638
11639 - add support for 'local' .rpm packages to zmd-backend.
11640 - rev 2101
11641
11642 -------------------------------------------------------------------
11643 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
11644
11645 - fix build of zmd/backend.
11646 - actually fill 'files' table in package-files.
11647 - rev 2094
11648
11649 -------------------------------------------------------------------
11650 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
11651
11652 - improve testcases.
11653 - add 'setPossibleLocales()' to ZYpp, this defines the set
11654   of possible locales to choose from (#153583)
11655 - provide LanguageImpl and create 'Language' resolvables for
11656   each 'possible' locale.
11657 - fix YUM parsing of patches, insert 'atoms' to link patches
11658   with packages.
11659 - replace gzstream/ with own, existing implementation.
11660 - honor locks in solver (#150231)
11661 - sync pool with target after commit() properly (#150565, #153066)
11662 - new zmd helper 'package-files'
11663 - rev 2093
11664
11665 -------------------------------------------------------------------
11666 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
11667
11668 - prevent multiple initializations of the target (#153124)
11669 - implement 'loopback mounted ISO images'
11670 - retain old package sources on upgrade.
11671 - support compressed .xml files in 'repodata' type repositories.
11672 - rev 2025
11673
11674 -------------------------------------------------------------------
11675 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
11676
11677 - parse locale(...) provides and construct correct dependencies.
11678
11679 -------------------------------------------------------------------
11680 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
11681
11682 - always upgrade to candidate (#152760).
11683 - fix typo in package sorting.
11684 - prepare handling of locale provides.
11685 - rev 1995
11686
11687 -------------------------------------------------------------------
11688 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
11689
11690 - sort src/nosrc package to right list during commit.
11691 - revert installtime/buildtime in susetags parser (#152760)
11692 - rev 1990
11693
11694 -------------------------------------------------------------------
11695 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
11696
11697 - reset state after successful commit (#153030)
11698 - run "rpm -e" always with "--nodeps" (#153026)
11699 - provide separate resolvable kind for src packages.
11700 - extend status field for LOCK and LICENSE.
11701 - add sameState()/diffState() for UI.
11702 - provide 'best' candidate for UI.
11703 - set 60 sec timeout for curl access.
11704 - don't cross-compare solver results, takes too much time.
11705 - provide sizes of installed packages.
11706 - extend REQUIRES semantics in content file.
11707 - add "parse-metadata" helper to zmd-backend.
11708 - rev 1987
11709
11710 -------------------------------------------------------------------
11711 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
11712
11713 - provide complete disk usage data (#152761)
11714 - include upgrade flag when copying solver solution
11715   back to pool (#152717)
11716 - rev 1959
11717
11718 -------------------------------------------------------------------
11719 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
11720
11721 - don't insert incompatible architectures to the pool (#151933)
11722 - don't accept incompatible architectures from a repository
11723   (#151933)
11724 - separate rpm log (#151431).
11725 - allow extended product requires.
11726 - rev 1954
11727
11728 -------------------------------------------------------------------
11729 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
11730
11731 - provide the XML schema files in the main package. (#152593)
11732
11733 -------------------------------------------------------------------
11734 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
11735
11736 - provide arch compat handling.
11737 - implement data upload to zmd.
11738 - fix source metadata caching on target.
11739 - add 'supplements' dependencies to 'yum' parser.
11740 - provide user agent identification to curl calls.
11741 - move resolver branches (multiple alternatives) back in queue
11742   (resolve known things first, then the unknown ones).
11743 - clean up 'packages' parser.
11744 - rev 1947
11745
11746 -------------------------------------------------------------------
11747 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
11748
11749 - improve media mount/umount interface
11750 - prepare class ArchCompat for proper architecture ordering
11751   and compatibility handling.
11752 - add returns to dummy functions in DbAccess.
11753 - rev 1913
11754
11755 -------------------------------------------------------------------
11756 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
11757
11758 - don't explictly delete to-be-upgraded packages.
11759 - finish query-system, resolve-dependencies, and transact for
11760   libzypp-zmd-backend.
11761 - provide Pattern::category.
11762 - move system architecture to toplevel.
11763 - make target store pathname settable.
11764 - speed up rpmdb reading by properly filtering unwanted file
11765   provides.
11766 - rev 1905
11767
11768 -------------------------------------------------------------------
11769 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
11770
11771 - new translations.
11772 - proofread texts.
11773 - when comparing solutions, prefer higher versions.
11774 - provide generic 'SafeBool' for bool conversions.
11775 - add PtrTypes testsuites.
11776 - rev 1876
11777
11778 -------------------------------------------------------------------
11779 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
11780
11781 - integrate all diffs
11782 - move Target::commit to toplevel API
11783 - generalize dependency iterators and hash dependency
11784   information in pool (for speedup)
11785 - add 'supplements' as dependency
11786 - make more pattern attributes available
11787 - drop "smbfs" in favour of "cifs" (#151476)
11788 - add metadata cache to sources (Beta4 bug)
11789 - run "rpm -e"  with name-version-release
11790 - fix update conflicts
11791 - rev 1864
11792
11793 -------------------------------------------------------------------
11794 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
11795
11796 - fix-mediachange.diff: dont skip CD but retry after media change
11797 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
11798   'eject' button
11799 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
11800   so media handle gets actually released and media unmounted.
11801
11802 -------------------------------------------------------------------
11803 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
11804
11805 - implement arch scoring
11806 - prefer better arch (#151427)
11807 - transitive depedencies of weak requirements are non-weak
11808   (#151446)
11809 - rev 1778 + diff
11810
11811 -------------------------------------------------------------------
11812 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
11813
11814 - ignore self and to-be-updated conflicts (#150844)
11815 - fix enable of target store (for non-packages)
11816 - rev 1778
11817
11818 -------------------------------------------------------------------
11819 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
11820
11821 - fix "cd:" url (#151121)
11822 - provide location() in public Package api
11823 - allow running distribution upgrade in testmode
11824 - extend HAL interface
11825 - rev 1762
11826
11827 -------------------------------------------------------------------
11828 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
11829
11830 - pass normal and locale packages from selections correctly.
11831 - its "baseconf" for base selections.
11832 - Make 'ZYpp' an obvious singleton.
11833 - provide releasenotesUrl.
11834 - dont continue upgrade without target.
11835 - implement 'fake' hal for testing.
11836 - fix package sizes.
11837 - more solver testcases.
11838 - rev 1754
11839
11840 -------------------------------------------------------------------
11841 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
11842
11843 - extend requires of libzypp-devel
11844 - provide package sizes for UI
11845 - provide more UI helpers
11846 - implement Product and related functions
11847 - fix split provides in distribution upgrade
11848 - provide locale information to system
11849 - ask HAL for available devices
11850 - reduce debug information in solver
11851 - filter architectures in source, not in solver
11852 - rev 1743
11853
11854 -------------------------------------------------------------------
11855 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
11856
11857 - disable another testsuite for now
11858 - fetch the default locale from environment
11859 - support user-defined formatting of log
11860 - rev 1710
11861
11862 -------------------------------------------------------------------
11863 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
11864
11865 - providing basic product information from susetags source
11866 - public API for preferred language
11867 - implemented redirect of logging (#149001)
11868 - report start/finish of source data parsing (#150211)
11869 - store/restore source aliases properly (#150256)
11870 - disable a lot of debug logging to speed up solver
11871 - properly rewrite URL for CDn directory layouts (#149870)
11872 - rev 1706
11873
11874 -------------------------------------------------------------------
11875 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
11876
11877 - add save/restore state to facilitate UI 'cancel'
11878 - enable target/store
11879 - add 'forceResolve' call and flag to resolver to switch between
11880   task-oriented ZMD and interactive YaST behaviour.
11881 - Fix resolver problem solution texts.
11882 - improve solver problem solution offerings.
11883 - fix media access handling to better support multiple
11884   requestors to single media.
11885 - move the media number checking to the source (media requestor)
11886   which knows how to verify the correct media.
11887 - Fix CD ordering (#149871), adding testcases.
11888 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
11889 - Add selections to testcases.
11890 - rev 1673
11891
11892 -------------------------------------------------------------------
11893 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
11894
11895 - Fix missing return in Source.cc:124
11896
11897 -------------------------------------------------------------------
11898 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
11899
11900 - cope with empty arch field in selections
11901 - enable dummy "enableStorage" function
11902 - rev 1610-branch
11903
11904 -------------------------------------------------------------------
11905 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
11906
11907 - fix random data return in Source.cc
11908 - rev 1610
11909
11910 -------------------------------------------------------------------
11911 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
11912
11913 - adapt zmd-backend to SourceImpl API change
11914 - rev 1608
11915
11916 -------------------------------------------------------------------
11917 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
11918
11919 - fix the packages parser bug. Now all packages are parsed
11920   including (english) translations.
11921   source/susetags is back to svn head.
11922 - rev 1600
11923
11924 -------------------------------------------------------------------
11925 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
11926
11927 - fix off-by-one bug in bitfield handling
11928 - revert source/susetags to rev 1411
11929 - rev 1586
11930
11931 -------------------------------------------------------------------
11932 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
11933
11934 - dont prereq-sort non-packages
11935 - rev 1584
11936
11937 -------------------------------------------------------------------
11938 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
11939
11940 - rev 1582
11941
11942 -------------------------------------------------------------------
11943 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
11944
11945 - update to rev 1543
11946
11947 -------------------------------------------------------------------
11948 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
11949
11950 - require hal-devel in libzypp-devel
11951 - re-merge fixes (RPM_OPT_FLAGS)
11952
11953 -------------------------------------------------------------------
11954 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
11955
11956 - make solver behaviour a bit more interactive
11957 - rev 1537
11958
11959 -------------------------------------------------------------------
11960 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
11961
11962 - Fix syntax error in configure script.
11963 - Use RPM_OPT_FLAGS.
11964
11965 -------------------------------------------------------------------
11966 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
11967
11968 - update for qt ui integration
11969 - rev 1504
11970
11971 -------------------------------------------------------------------
11972 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
11973
11974 - split off libzypp-zmd-backend
11975 - rev 1466
11976
11977 -------------------------------------------------------------------
11978 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
11979
11980 - another update to svn
11981
11982 -------------------------------------------------------------------
11983 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
11984
11985 - finish rpm callbacks
11986 - finish UI API
11987 - fix state change resolver<->pool
11988 - zmd backend stuff
11989 - speed up tag file parsing
11990 - rev 1405
11991
11992 -------------------------------------------------------------------
11993 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
11994
11995 - disabling failing tests of s390 and ppc
11996
11997 -------------------------------------------------------------------
11998 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
11999
12000 - Snapshoot rev 1367
12001
12002 -------------------------------------------------------------------
12003 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
12004
12005 - use hashes for pool
12006 - rev 1343
12007
12008 -------------------------------------------------------------------
12009 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
12010
12011 - removed Obsoletes:    yast2-packagemanager
12012
12013 -------------------------------------------------------------------
12014 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
12015
12016 - Snapshoot 3 Feb 2005 (11:30)
12017
12018 -------------------------------------------------------------------
12019 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
12020
12021 - Snapshoot 2 Feb 2005 (14:00)
12022
12023 -------------------------------------------------------------------
12024 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
12025
12026 - Snapshoot 2 Feb 2005 ( integrating YaST )
12027
12028 -------------------------------------------------------------------
12029 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
12030
12031 - converted neededforbuild to BuildRequires
12032
12033 -------------------------------------------------------------------
12034 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
12035
12036 - Initial version
12037