fixup Fix to build with libxml 2.12.x (fixes #505)
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Mon Aug  5 13:03:55 CEST 2019 - ma@suse.de
3
4 - PublicKey::algoName: supply key algorithm and length
5 - version 17.14.0 (12)
6
7 -------------------------------------------------------------------
8 Thu Jul 25 17:25:10 CEST 2019 - ma@suse.de
9
10 - MediaCurl: Fix leaking filedescriptors (bsc#1116995)
11 - commit: Run file conflict check on dry-run (best with download-only)
12   (bsc#1140039)
13 - commit: do not remove orphan products if the .prod file is owned by
14   a package (bsc#1139795)
15 - version 17.13.0 (12)
16
17 -------------------------------------------------------------------
18 Tue May 28 16:50:14 CEST 2019 - ma@suse.de
19
20 - Drop unused InterProcessMutex class and test
21 - Drop unused WebpinResult class and test
22 - Give posttrans script a parameter of 0 (issue #168)
23 - Use CURL_HTTP_VERSION_2TLS if available (fixes #141)
24 - version 17.12.0 (12)
25
26 -------------------------------------------------------------------
27 Thu Apr  4 13:24:40 CEST 2019 - ma@suse.de
28
29 - Enhance scanning /sys for modaliases (bsc#1130161)
30 - version 17.11.4 (9)
31
32 -------------------------------------------------------------------
33 Tue Apr  2 18:15:12 CEST 2019 - ma@suse.de
34
35 - Prevent SEGV if the application sets an empty TextLocale (bsc#1127026)
36
37 -------------------------------------------------------------------
38 Mon Apr  1 08:49:45 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
39
40 - Fix build with CMake >= 3.14.0:
41   Starting with CMake 3.14, EXCLUDE_FROM_ALL now spreads from
42   directories to targets. 'make -C someSubdir' when 'someSubdir'
43   uses the 'EXCLUDE_FROM_ALL' keyword does nothing. (gh/libzypp#libzypp#165)
44
45 -------------------------------------------------------------------
46 Thu Mar 21 12:35:39 CET 2019 - ma@suse.de
47
48 - KeyManager: Work around bsc#1127220 [libgpgme] no error upon
49   incomplete import due to signal received.
50 - MediaCurl: add hint to check SCC for an expired regcode on
51   http error 403 (bsc#965786)
52 - version 17.11.3 (9)
53
54 -------------------------------------------------------------------
55 Mon Feb 25 12:07:19 CET 2019 - ma@suse.de
56
57 - Correctly handle exceptions when verifying the medium (bsc#1065022)
58 - Only write type field when probing (bsc#1114908)
59 - Don't blame user on TargetAbortedException (bsc#978193)
60 - version 17.11.2 (9)
61
62 -------------------------------------------------------------------
63 Thu Jan 31 17:41:21 CET 2019 - ma@suse.de
64
65 - CheckAccessDeleted: Suppress reporting `/memfd:` pseudo files
66   (bsc#1123843)
67 - MediaCurl: improve reporting https->http redirection errors
68 - Prevent SEGV if the application sets an empty TextLocale
69 - Url: don't force printing an empty authority if the schema does not
70   allow authority at all
71 - Try to the missing rpmDB compat symlink in case the rpm package got
72   deleted (bsc#1122471)
73 - version 17.11.1 (9)
74
75 -------------------------------------------------------------------
76 Fri Jan 11 10:24:33 CET 2019 - ma@suse.de
77
78 - PoolItemBest: Optionally prefer not locked packages (for bsc#1113296)
79 - ui::Selectable: add `hasLocks` to indicate a partially locked
80   item (for bsc#1113296)
81 - version 17.11.0 (9)
82
83 -------------------------------------------------------------------
84 Tue Dec 18 14:01:19 CET 2018 - ma@suse.de
85
86 - Simplify complex locks so zypper can display them (bsc#1112911)
87 - version 17.10.3 (9)
88
89 -------------------------------------------------------------------
90 Mon Dec 10 16:57:34 CET 2018 - ma@suse.de
91
92 - commit: set `SYSTEMD_OFFLINE=1` during chrooted commits (bsc#1118758)
93 - no-recommends: Nevertheless consider resolver namespaces (hardware,
94   language,..supporting packages) (FATE#325513)
95 - BuildRequires:  libsolv-devel >= 0.7.2
96   (SOLVER_FLAG_ONLY_NAMESPACE_RECOMMENDED)
97 - Remove world-readable bit from /var/log/zypp (bsc#1099019)
98 - version 17.10.2 (9)
99
100 -------------------------------------------------------------------
101 Wed Nov 28 14:40:26 CET 2018 - ma@suse.de
102
103 - Adapt to changes in upcoming Boost 1.69.0
104 - Do not fail service-refresh on a empty repoindex.xml (bnc#1116840)
105 - version 17.10.1 (9)
106
107 -------------------------------------------------------------------
108 Mon Nov 26 12:14:49 CET 2018 - ma@suse.de
109
110 - str: recognize 'always' and 'never' as valid boolean strings
111 - Fix needreboot code to use SolvableSpec parser (fate#326451)
112 - SolvableSpec: Define a set of Solvables by ident and provides
113 - version 17.10.0 (9)
114
115 -------------------------------------------------------------------
116 Wed Nov 14 11:48:35 CET 2018 - ma@suse.de
117
118 - Provide needreboot config files in /etc/zypp (fate#326451, fixes #140)
119 - Need to fix soname due to libsolv ABI changes (bsc#1115341)
120 - version 17.9.0 (9)
121
122 -------------------------------------------------------------------
123 Mon Oct 29 12:20:40 CET 2018 - ma@suse.de
124
125 - Adapt to changed type names in libsolv-0.7
126 - Package needreboot file (fate#326451)
127 - Fix definitions of gettext macros (fixes #135)
128 - version 17.8.1 (2)
129
130 -------------------------------------------------------------------
131 Fri Oct 12 14:01:19 CEST 2018 - ma@suse.de
132
133 - Add infrastructure to flag specific packages to trigger a
134   reboot needed hint (fate#326451)
135 - Adapt to libsolv: Drop support for REPOKEY_TYPE_U32
136 - Resolver: add setInr to request solving namespaces
137 - ResolverNamespace: add No/AllResolverNamespaces constants
138 - version 17.8.0 (2)
139
140 -------------------------------------------------------------------
141 Mon Oct  1 14:04:15 CEST 2018 - ma@suse.de
142
143 - Fix blocking wait for finished child process (bsc#1109877)
144 - version 17.7.2 (2)
145
146 -------------------------------------------------------------------
147 Fri Sep 28 14:38:01 CEST 2018 - ma@suse.de
148
149 - Fix conversion of string and glob to regex when compiling queries
150   (bsc#1099982, bsc#939392, bsc#556664)
151 - version 17.7.1 (2)
152
153 -------------------------------------------------------------------
154 Fri Sep  7 12:07:39 CEST 2018 - ma@suse.de
155
156 - Drop type application due to poor metadata support (bsc#1100095,
157   bsc#1104415)
158 - version 17.7.0 (2)
159
160 -------------------------------------------------------------------
161 Thu Sep  6 12:16:25 CEST 2018 - ma@suse.de
162
163 - Automatically fetch repository signing key from gpgkey url
164   (bsc#1088037)
165 - lsof: use '-K i' if lsof supports it (bsc#1099847,bsc#1036304)
166 - version 17.6.4 (2)
167
168 -------------------------------------------------------------------
169 Thu Aug 30 16:44:56 CEST 2018 - ma@suse.de
170
171 - Check for not imported keys after multi key import from rpmdb
172   (bsc#1096217)
173 - version 17.6.3 (2)
174
175 -------------------------------------------------------------------
176 Tue Aug 21 18:46:35 CEST 2018 - ma@suse.de
177
178 - fixup! Add filesize check for downloads with known size (bsc#408814)
179   Fix detetction of metalink downloads and prevent aborting if
180   a metalink file is larger than the expected data file.
181 - version 17.6.2 (2)
182
183 -------------------------------------------------------------------
184 Fri Aug 17 14:52:14 CEST 2018 - ma@suse.de
185
186 - Adapt to changes in libgpgme11-11.1.0 breaking the signature
187   verification (bsc#1100427)
188 - Use %license (bsc#1082318)
189 - BuildRequires:  libsolv-devel >= 0.6.35 (for bsc#1100095)
190 - changes: add CVE numbers
191 - version 17.6.1 (2)
192
193 -------------------------------------------------------------------
194 Fri Aug  3 11:11:25 CEST 2018 - ma@suse.de
195
196 - RepoInfo::provideKey: add report telling where we look for missing
197   keys.
198 - Support listing gpgkey URLs in repo files (bsc#1088037)
199 - Add new report to request user approval for importing a package key
200 - Handle http error 502 Bad Gateway in curl backend (bsc #1070851)
201   (fixes openSUSE/zypper#177)
202 - Add filesize check for downloads with known size (bsc#408814)
203 - Removed superfluous space in translation (bsc#1102019)
204 - version 17.6.0 (2)
205
206 -------------------------------------------------------------------
207 Thu Jul 19 12:57:21 CEST 2018 - ma@suse.de
208
209 - Prevent the system from sleeping during a commit
210   (fixes openSUSE/zypper#135)
211 - RepoManager: Explicitly request repo2solv to generate application
212   pseudo packages.
213 - version 17.5.2 (2)
214
215 -------------------------------------------------------------------
216 Wed Jul 18 10:55:49 CEST 2018 - ma@suse.de
217
218 - libzypp-devel should not require cmake (bsc#1101349)
219 - Avoid zombies from ExternalProgram
220 - Update ApiConfig
221 - fix typo
222 - version 17.5.1 (2)
223
224 -------------------------------------------------------------------
225 Mon Jul  9 14:43:15 CEST 2018 - ma@suse.de
226
227 - HardLocksFile: Prevent against empty commit without Target having
228   been been loaded (bsc#1096803)
229 - lsof: use '-K i' if lsof supports it (bsc#1099847)
230 - PackageProvider: Validate deta rpms before caching (bsc#1091624,
231   bsc#1088705, CVE-2018-7685)
232 - PackageProvider: Validate downloaded rpm package signatures
233   before caching (bsc#1091624, bsc#1088705, CVE-2018-7685)
234 - version 17.5.0 (2)
235
236 -------------------------------------------------------------------
237 Mon Jun 25 10:48:55 CEST 2018 - ma@suse.de
238
239 - Flags: make it std=c++14 ready
240 - Replace 'redhat-release' with generic 'system-release' (#120)
241 - Ignore /var, /tmp and /proc in zypper ps (bsc#1096617)
242 - Show GPGME version in log
243 - version 17.4.0 (2)
244
245 -------------------------------------------------------------------
246 Thu Apr 26 18:07:11 CEST 2018 - ma@suse.de
247
248 - Avoid zombie tar processes (bsc#1076192)
249 - Replace the terminology 'uninstallable' with 'not installable'
250   (bsc#1029392)
251 - version 17.3.1 (2)
252
253 -------------------------------------------------------------------
254 Mon Apr  9 13:11:50 CEST 2018 - ma@suse.de
255
256 - Show progressbar when running posttrans scripts
257 - Execute service plugin script chrooted to the RepoManagers root
258   (bsc#1080693)
259 - Make sure the product file comes from /etc/products.d for the
260   fallback product search (bsc#1086602)
261 - Introduce ZConfig::repoManagerRoot to support having diverging
262   target and repomanager root paths
263 - Rename `stderr` as it can be a macro (fixes #102)
264 - version 17.3.0 (2)
265
266 -------------------------------------------------------------------
267 Tue Mar 13 18:03:42 CET 2018 - ma@suse.de
268
269 - Protect code against broken translations (bsc#1082711)
270 - Fix broken translated format strings
271 - Deprecate the use of asciidoc for new releases
272 - version 17.2.2 (2)
273
274 -------------------------------------------------------------------
275 Wed Mar  7 11:22:02 CET 2018 - ma@suse.de
276
277 - PoolQuery::addDependency add overload to define an individual
278   Match::Mode (bsc#1043166)
279 - version 17.2.1 (2)
280
281 -------------------------------------------------------------------
282 Thu Mar  1 17:46:39 CET 2018 - bzeller@suse.de
283
284 - Add /var/lib/gdm to CheckAccessDeleted blacklist (bsc#1079991)
285 - Use gpgme instead of calling gpg2 binary directly
286 - Fix leak in Digest.cc (bsc#1075978)
287 - version 17.2.0 (2)
288
289 -------------------------------------------------------------------
290 Tue Feb 20 18:03:24 CET 2018 - ma@suse.de
291
292 - RpmDb::checkPackage: fix parsing localized rpm output (bsc#1076415)
293 - Replace libexpat with libxml
294 - Fix libzypp tests failing with `-Wp,-D_GLIBCXX_ASSERTIONS`
295   compiler flag (fixes #84)
296 - BuildRequire gpg2 as testcases need it (fixes #84)
297 - version 17.1.3 (0)
298
299 -------------------------------------------------------------------
300 Fri Feb  2 16:07:08 CET 2018 - ma@suse.de
301
302 - Fix crash when installing broken rpm packages (bsc#1078284)
303 - Testcase: Minor fix writing update testcases
304 - version 17.1.2 (0)
305
306 -------------------------------------------------------------------
307 Mon Jan 15 17:01:33 CET 2018 - ma@suse.de
308
309 - Adapt rpm package verification to changes in rpm-4.14 (bsc#1076018)
310 - version 17.1.1 (0)
311
312 -------------------------------------------------------------------
313 Thu Jan  4 17:49:06 CET 2018 - ma@suse.de
314
315 - plugin: don't reject header values containing a ':' (bsc#1074687)
316 - Locks: Don't store duplicate locks (bsc#969569)
317 - version 17.1.0 (0)
318
319 -------------------------------------------------------------------
320 Wed Dec  6 13:29:42 CET 2017 - ma@suse.de
321
322 - Fix default for solver.allowNameChange (bsc#1071466)
323 - version 17.0.5 (0)
324
325 -------------------------------------------------------------------
326 Mon Dec  4 11:09:24 CET 2017 - ma@suse.de
327
328 - Stop BuildRequire dropped boost-devel (bsc#1062782)
329 - version 17.0.4 (0)
330
331 -------------------------------------------------------------------
332 Tue Nov 28 18:21:51 CET 2017 - ma@suse.de
333
334 - When importing multiple keys, export the individual keys
335   ascii armored for import into the rpmdb (bsc#1069381)
336 - version 17.0.3 (0)
337
338 -------------------------------------------------------------------
339 Thu Nov 23 12:33:51 CET 2017 - ma@suse.de
340
341 - Don't filter procs with a different mnt namespace (bsc#1068708)
342 - Support repo variables in an URIs host:port component
343   (bsc#1057640, bsc#1067605)
344 - version 17.0.2 (0)
345
346 -------------------------------------------------------------------
347 Fri Nov 10 15:25:20 CET 2017 - ma@suse.de
348
349 - Solvable: fix inconsistent retrieval of mediaNr (bsc#1065677)
350 - version 17.0.1 (0)
351
352 -------------------------------------------------------------------
353 Tue Nov  7 16:14:31 CET 2017 - ma@suse.de
354
355 - Locale: Fix possible segfault (bsc#1064999)
356 - RpmDb: Remove excess keys in the zypp keyring when exporting keys only
357   (bsc#1064380)
358 - KeyRing: Fix deleted keys not removed from rpmdb too (bsc#1064380)
359 - Flag gpg keycache dirty when adding/removing keys (bsc#1064380)
360 - Version 17.x for CODE-15, 16.x. is continued on SuSE-SLE-12-SP2-Branch
361 - version 17.0.0 (0)
362
363 -------------------------------------------------------------------
364 Thu Oct 12 18:04:38 CEST 2017 - ma@suse.de
365
366 - Fix media handling in presence of a repo path prefix (bsc#1062561)
367 - version 16.17.3 (0)
368
369 -------------------------------------------------------------------
370 Wed Oct 11 16:29:48 CEST 2017 - ma@suse.de
371
372 - Fix RepoProvideFile ignoring a repo path prefix (bsc#1062561)
373 - version 16.17.2 (0)
374
375 -------------------------------------------------------------------
376 Fri Sep 22 12:16:34 CEST 2017 - ma@suse.de
377
378 - Default to 'solver.dupAllowVendorChange = false' on SLE15
379   (FATE#323478)
380 - Remove unused legacy notify-message script (bsc#1058783)
381 - version 16.17.1 (0)
382
383 -------------------------------------------------------------------
384 Fri Sep  8 18:05:30 CEST 2017 - ma@suse.de
385
386 - Support multiple product licenses in repomd (FATE#322276)
387 - version 16.17.0 (0)
388
389 -------------------------------------------------------------------
390 Thu Sep  7 12:27:44 CEST 2017 - ma@suse.de
391
392 - Propagate 'rpm --import' errors (bsc#1057188)
393 - Fix typos in zypp.conf
394 - version 16.16.0 (0)
395
396 -------------------------------------------------------------------
397 Mon Aug 28 16:05:36 CEST 2017 - ma@suse.de
398
399 - Add testcase to compile (bsc#1055920)
400 - version 16.15.6 (0)
401
402 -------------------------------------------------------------------
403 Fri Aug 25 14:08:43 CEST 2017 - ma@suse.de
404
405 - Adapt to work with GnuPG 2.1.23 (bsc#1054088)
406 - version 16.15.5 (0)
407
408 -------------------------------------------------------------------
409 Fri Aug 25 12:51:43 CEST 2017 - ma@suse.de
410
411 - verifyFileSignature: Support signing with subkeys (bsc#1008325)
412 - PublicKey: Scan and provide subkey information.
413 - Enhance sort order for media.1/products (bsc#1054671)
414 - Drop detection and support for rpm-4.4 (fixes #77)
415 - version 16.15.4 (0)
416
417 -------------------------------------------------------------------
418 Fri Aug 11 15:29:40 CEST 2017 - ma@suse.de
419
420 - RepoInfo: add enum GpgCheck for convenient gpgcheck mode handling
421   (bsc#1045735)
422 - Fix repo/pkg checks to follow explicitly defined gpgcheck in a
423   .repo file
424 - version 16.15.3 (0)
425
426 -------------------------------------------------------------------
427 Fri Jul 21 13:26:48 CEST 2017 - ma@suse.de
428
429 - Weaken fix for bsc#1038984 if 'gpgcheck=0' in libzypp-16.15.x only.
430   This will allow some already released products to adapt to the
431   behavioral changes introduced by fixing bsc#1038984, while systems
432   with a default configuration (gpgcheck=1) already benefit from
433   the fix in libzypp-16.15.x. For details see section
434   'Signature checking' in /etc/zypp/zypp.conf.
435 - Fix gpg-pubkey release (creation time) computation (bsc#1036659)
436 - update lsof blacklist (bsc#1046417)
437 - version 16.15.2 (0)
438
439 -------------------------------------------------------------------
440 Tue Jul 18 13:18:16 CEST 2017 - ma@suse.de
441
442 - Be sure bad packages do not stay in the cache
443   (bsc#1045735, CVE-2017-9269)
444 - version 16.15.1 (0)
445
446 -------------------------------------------------------------------
447 Mon Jul 17 16:38:14 CEST 2017 - ma@suse.de
448
449 - PackageProvider: enforce a signed package if pkgGpgCheckIsMandatory
450 - Add RpmDb::checkPackageSignature to report unsigned packages
451 - Fix repo gpg check workflows, mainly for unsigned repos and packages
452   (bsc#1045735, bsc#1038984, CVE-2017-7435, CVE-2017-7436, CVE-2017-9269)
453 - version 16.15.0 (0)
454
455 -------------------------------------------------------------------
456 Wed Jul 12 17:06:14 CEST 2017 - ma@suse.de
457
458 - repo refresh: Re-probe if the repository type changes (bsc#1048315)
459 - MediaCurl: Propagate proper error code to DownloadProgressReport
460   (bsc#1047785)
461 - Allow to trigger an appdata refresh unconditionally (bsc#1009745)
462 - Support custom repo variables defined in /etc/zypp/vars.d (fixes #68)
463 - rename: handle EXDEV error on OverlayFS
464 - version 16.14.0 (0)
465
466 -------------------------------------------------------------------
467 Fri Jun 30 14:25:29 CEST 2017 - ma@suse.de
468
469 - Adapt loop mounting of iso images (bsc#1038132, bsc#1033236)
470 - Adjust zypp.conf for openSUSE Tumbleweed (bsc#1031756)
471 - Change arch variable names conflicting with compiler macros (fixes #70)
472 - Fix potential crash if repo has no baseurl (bnc#1043218)
473 - version 16.13.0 (0)
474
475 -------------------------------------------------------------------
476 Wed May 31 11:49:07 CEST 2017 - ma@suse.de
477
478 - Testcase: add missing solver flags (bsc#1041889)
479 - version 16.12.0 (0)
480
481 -------------------------------------------------------------------
482 Fri May 12 11:36:52 CEST 2017 - ma@suse.de
483
484 - add identIsAutoInstalled convenience methods
485 - make gcc6 happy
486 - version 16.11.0 (0)
487
488 -------------------------------------------------------------------
489 Thu May 11 15:23:28 CEST 2017 - ma@suse.de
490
491 - Use a common workflow for downloading packages and srcpackages.
492   This includes a common way of handling and reposrting gpg signature
493   and checks. (bsc#1037210)
494 - PackageProvider: as well support downloading SrcPackage (for bsc#1037210)
495 - version 16.10.0 (0)
496
497 -------------------------------------------------------------------
498 Thu Apr 27 16:03:32 CEST 2017 - ma@suse.de
499
500 - PoolQuery: Treat explicit queries for 'kind:name' correctly
501   (bsc#1035729)
502 - version 16.9.0 (0)
503
504 -------------------------------------------------------------------
505 Fri Apr 21 16:23:51 CEST 2017 - ma@suse.de
506
507 - Add API to control resolver job to update all packages (FATE#320653)
508 - Remove legacy vendor equivalence between 'suse' and 'opensuse'
509   (bsc#1030686)
510 - version 16.8.0 (0)
511
512 -------------------------------------------------------------------
513 Fri Apr 21 09:40:32 CEST 2017 - ma@suse.de
514
515 - RepoInfo: Allow temporary repos to control their metadata
516   directories (bsc#1032632)
517 - Arch: add armv5tl
518 - version 16.7.0 (0)
519
520 -------------------------------------------------------------------
521 Thu Mar 30 15:00:30 CEST 2017 - ma@suse.de
522
523 - Recognize license tarball in rpmmd repos (FATE#316159)
524 - Fix media verification to properly propagate media access errors
525   (bsc#1031093)
526 - version 16.6.1 (0)
527
528 -------------------------------------------------------------------
529 Mon Mar 27 17:10:52 CEST 2017 - ma@suse.de
530
531 - Fix invalidation of PoolItems if Pool IDs are reused (bsc#1028661)
532 - version 16.6.0 (0)
533
534 -------------------------------------------------------------------
535 Mon Mar 27 09:33:26 CEST 2017 - ma@suse.de
536
537 - Fix X-libcurl-Empty-Header-Workaround (bsc#1030919)
538 - version 16.5.2 (0)
539
540 -------------------------------------------------------------------
541 Tue Mar 21 13:38:08 CET 2017 - ma@suse.de
542
543 - MediaCurl: Treat http response 410(Gone) like 404(Not Found)
544   (bsc#1030136)
545 - version 16.5.1 (0)
546
547 -------------------------------------------------------------------
548 Thu Mar 16 14:06:03 CET 2017 - ma@suse.de
549
550 - Support multi-volume repomd repositories (FATE#320544)
551 - MediaCurl: ZYPP_MEDIA_CURL_IPRESOLVE=<4|6> to force name resolution
552   to IPv4/IPv6 only (fixes openSUSE/zypper#49)
553 - Add support for openssl >= 1.1
554 - version 16.5.0 (0)
555
556 -------------------------------------------------------------------
557 Mon Feb 20 10:10:43 CET 2017 - ma@suse.de
558
559 - PublicKey: Create tmpdirs inside ZYpp::tmpPath (bsc#926844)
560 - Don't create AnonymousUniqueId in chroot (bsc#1024741)
561 - version 16.4.3 (0)
562
563 -------------------------------------------------------------------
564 Tue Feb 14 12:07:14 CET 2017 - ma@suse.de
565
566 - dumpAsXmlOnL: xml escape node content (bsc#1024909)
567 - version 16.4.2 (0)
568
569 -------------------------------------------------------------------
570 Fri Feb  3 13:40:04 CET 2017 - ma@suse.de
571
572 - MediaMultiCurl: Trigger aliveCallback when downloading metalink
573   files (bsc#1021291)
574 - version 16.4.1 (0)
575
576 -------------------------------------------------------------------
577 Thu Jan 26 13:03:37 CET 2017 - ma@suse.de
578
579 - Add API for updating the AutoInstalled db
580 - MediaCD: Fix mountpoint creation after failing udf mount (bsc#1022046)
581 - fix misleading indentation (fixes #65)
582 - Fix compilation error reported by GCC7 (#63).
583 - Prefer calling "repo2solv" rather than "repo2solv.sh"
584 - version 16.4.0 (0)
585
586 -------------------------------------------------------------------
587 Wed Dec 14 12:24:23 CET 2016 - ma@suse.de
588
589 - Don't raise FileCheckException if user accepted a package with wrong
590   digest (bsc#1014265)
591 - Also provide the exception history when requesting a media failed
592   (bsc#1010952)
593 - version 16.3.2 (0)
594
595 -------------------------------------------------------------------
596 Tue Oct 11 18:04:18 CEST 2016 - ma@suse.de
597
598 - Let 'dup --from' leave an updateTestcase-<DATE> in /var/log (bsc#1004096)
599 - version 16.3.1 (0)
600
601 -------------------------------------------------------------------
602 Tue Oct 11 11:41:47 CEST 2016 - ma@suse.de
603
604 - RepoInfo: Allow parsing multiple gpgkey= URLs (bsc#1003748)
605 - version 16.3.0 (0)
606
607 -------------------------------------------------------------------
608 Tue Sep 20 11:41:48 CEST 2016 - ma@suse.de
609
610 - guessPackageSpec: Don't break globbing (fixes openSUSE/zypper#97)
611 - version 16.2.5 (0)
612
613 -------------------------------------------------------------------
614 Thu Sep 15 15:27:15 CEST 2016 - ma@suse.de
615
616 - RepoFileReader: fix parsing of multiline url entries (bsc#964932)
617 - Allow repo type 'rpm' as alias for 'rpm-md' (fixes openSUSE/zypper#100)
618 - version 16.2.4 (0)
619
620 -------------------------------------------------------------------
621 Fri Sep  9 16:43:30 CEST 2016 - ma@suse.de
622
623 - xmlout::Node:  Allow adding nore attributes while the start node
624   is not closed (FATE#320699)
625 - Fixes broken XML output introduced by an unwanted change in 16.2.2
626   (bsc#998344)
627 - version 16.2.3 (0)
628
629 -------------------------------------------------------------------
630 Wed Aug 10 17:10:41 CEST 2016 - ma@suse.de
631
632 - Report numeric curl error if code is unrecognized (bsc#992302)
633 - multicurl: propagate proxy settings stored in repo url (bsc#933839)
634 - version 16.2.2 (0)
635
636 -------------------------------------------------------------------
637 Thu Jul 21 13:09:33 CEST 2016 - ma@suse.de
638
639 - Rebuild .solv-files not matching the parsers LIBSOLV_TOOLVERSION
640 - BuildRequires:  libsolv-devel >= 0.6.23
641 - version 16.2.1 (0)
642
643 -------------------------------------------------------------------
644 Mon Jul 18 16:36:25 CEST 2016 - ma@suse.de
645
646 - Product: Offer tri-state hasEndOfLife details (FATE#320699)
647 - version 16.2.0 (0)
648
649 -------------------------------------------------------------------
650 Thu Jul 14 19:02:57 CEST 2016 - ma@suse.de
651
652 - use more user friendly command names for "zypper ps" (bsc#980541)
653 - version 16.1.3 (0)
654
655 -------------------------------------------------------------------
656 Thu Jul 14 15:39:03 CEST 2016 - ma@suse.de
657
658 - Don't do media number substitution on URLs of medium #1 (bsc#798470)
659 - version 16.1.2 (0)
660
661 -------------------------------------------------------------------
662 Tue Jul  5 11:39:11 CEST 2016 - ma@suse.de
663
664 - Fix Shrink pool if all repos are removed (bsc#899755, bsc#987573)
665 - version 16.1.1 (0)
666
667 -------------------------------------------------------------------
668 Fri Jun 24 12:33:29 CEST 2016 - ma@suse.de
669
670 - API enahncements for zypper (FATE#320447)
671 - version 16.1.0 (0)
672
673 -------------------------------------------------------------------
674 Tue Jun 21 11:11:03 CEST 2016 - ma@suse.de
675
676 - Filter duplicate resolver solutions (bsc#985674)
677 - zypp.conf: Add download.media_mountdir: Path where media are
678   preferably mounted or downloaded (FATE#319462)
679 - version 16.0.5 (0)
680
681 -------------------------------------------------------------------
682 Wed Jun 15 12:36:27 CEST 2016 - ma@suse.de
683
684 - Fix bug in removeRepository which may keep an empty .repo file
685   rather than deleting it (bsc#984494)
686 - version 16.0.4 (0)
687
688 -------------------------------------------------------------------
689 Mon Jun 13 12:53:03 CEST 2016 - ma@suse.de
690
691 - Shrink pool if all repos are removed (bnc#899755)
692 - Avoid direct BuildRequire on libudev-devel (#60)
693 - version 16.0.3 (0)
694
695 -------------------------------------------------------------------
696 Tue Jun  7 18:43:31 CEST 2016 - ma@suse.de
697
698 - Allow PackageKit to drop the zypp lock (bnc#899755)
699 - Avoid superfluous rebuilding of indices when solving
700 - version 16.0.2 (0)
701
702 -------------------------------------------------------------------
703 Sun Jun  5 16:12:42 CEST 2016 - ma@suse.de
704
705 - po: upadte makefiles
706 - DefaultIntegral: provide asString (for FATE#320447)
707 - version 16.0.1 (0)
708
709 -------------------------------------------------------------------
710 Fri May 13 08:45:53 CEST 2016 - ma@suse.de
711
712 - Prepare cmake to maintain the .pot and .po files in git. Add
713   initial .po file set derived from tarballs. Translations are now
714   maintained via Weblate.
715 - Provide 'libzypp(plugin:services) = 1' after fixing bsc#933760
716 - Bump major version for Factory, 15.x is continued on SuSE-SLE-12-SP1-Branch
717 - version 16.0.0 (0)
718
719 -------------------------------------------------------------------
720 Thu Apr 28 14:17:09 CEST 2016 - ma@suse.de
721
722 - Update sle-zypp-po.tar.bz2
723
724 -------------------------------------------------------------------
725 Thu Apr 28 14:04:36 CEST 2016 - ma@suse.de
726
727 - Update sle-zypp-po.tar.bz2
728
729 -------------------------------------------------------------------
730 Mon Apr 25 14:59:41 CEST 2016 - ma@suse.de
731
732 - Fix credential file parser losing entries with known URL but
733   different user name (bsc#933760)
734 - RepoManager: allow extraction of multiple baseurls for service
735   repos (bsc#964932)
736 - addRepository: fix to use the correct history file for logging
737 - specfile: add /etc/zypp/credentials.d to the file list
738 - version 15.22.0 (19)
739
740 -------------------------------------------------------------------
741 Mon Apr 18 15:03:13 CEST 2016 - ma@suse.de
742
743 - RepoindexFileReader: fix service metadata TTL default value (bsc#967828)
744 - version 15.21.7 (19)
745
746 -------------------------------------------------------------------
747 Fri Apr 15 11:31:08 CEST 2016 - ma@suse.de
748
749 - DiskUsageCounter: Limit estimated waste per file (bsc#974275)
750 - version 15.21.6 (19)
751
752 -------------------------------------------------------------------
753 Fri Mar 18 13:37:22 CET 2016 - ma@suse.de
754
755 - Use PluginExecutor for commit- and system-hooks (bnc#971637)
756 - BuildRequires:  libsolv-devel >= 0.6.19 (bnc#971018)
757 - version 15.21.5 (19)
758
759 -------------------------------------------------------------------
760 Sun Mar 13 01:13:08 CET 2016 - ma@suse.de
761
762 - Update zypp-po.tar.bz2
763
764 -------------------------------------------------------------------
765 Thu Mar 10 01:13:24 CET 2016 - ma@suse.de
766
767 - Update zypp-po.tar.bz2
768
769 -------------------------------------------------------------------
770 Tue Mar  1 12:34:53 CET 2016 - ma@suse.de
771
772 - media: Send stats header to download.opensuse.org only (bsc#955801)
773 - fix build-compare (#57, #58)
774 - version 15.21.4 (19)
775
776 -------------------------------------------------------------------
777 Thu Feb 18 18:38:52 CET 2016 - ma@suse.de
778
779 - yum::Downloader: Download only wanted 'susedata.LANG' files
780   (FATE#320518)
781 - version 15.21.3 (19)
782
783 -------------------------------------------------------------------
784 Thu Feb  4 16:38:14 CET 2016 - ma@suse.de
785
786 - installSrcPackage: trigger progress callback (bsc#580902)
787 - version 15.21.2 (19)
788
789 -------------------------------------------------------------------
790 Thu Feb  4 01:13:31 CET 2016 - ma@suse.de
791
792 - Update zypp-po.tar.bz2
793
794 -------------------------------------------------------------------
795 Fri Jan 29 11:40:51 CET 2016 - ma@suse.de
796
797 - Don't buildrequire graphviz-gnome (bsc#964150)
798 - Unwanted btrfs subvolumes must be filtered by device (not fsid)
799   (fixes #54)
800 - version 15.21.1 (19)
801
802 -------------------------------------------------------------------
803 Thu Jan 21 01:13:29 CET 2016 - ma@suse.de
804
805 - Update zypp-po.tar.bz2
806
807 -------------------------------------------------------------------
808 Wed Jan 20 17:12:42 CET 2016 - ma@suse.de
809
810 - Filter unwanted btrfs subvolumes (fixes #54, closes #55, bnc#949945)
811 - RepoInfo: Provide access to repo content keywords
812 - Build with boost-1.60.0
813 - version 15.21.0 (19)
814
815 -------------------------------------------------------------------
816 Thu Jan 14 01:13:17 CET 2016 - ma@suse.de
817
818 - Update zypp-po.tar.bz2
819
820 -------------------------------------------------------------------
821 Thu Jan  7 01:13:28 CET 2016 - ma@suse.de
822
823 - Update zypp-po.tar.bz2
824
825 -------------------------------------------------------------------
826 Thu Dec 24 01:13:13 CET 2015 - ma@suse.de
827
828 - Update zypp-po.tar.bz2
829
830 -------------------------------------------------------------------
831 Fri Dec 11 19:07:09 CET 2015 - ma@suse.de
832
833 - ResPoolProxy: make begin/end pairs Iterable
834 - String: Format and FormatNAC classes based on boost::format
835 - DefaultIntegral: provide initial value
836 - More specific exception message if GPG binary is missing (bsc#637791)
837 - version 15.20.0 (19)
838
839 -------------------------------------------------------------------
840 Thu Dec 10 01:14:50 CET 2015 - ma@suse.de
841
842 - Update zypp-po.tar.bz2
843
844 -------------------------------------------------------------------
845 Thu Dec  3 01:13:11 CET 2015 - ma@suse.de
846
847 - Update zypp-po.tar.bz2
848
849 -------------------------------------------------------------------
850 Sun Nov 22 01:13:29 CET 2015 - ma@suse.de
851
852 - Update zypp-po.tar.bz2
853
854 -------------------------------------------------------------------
855 Thu Nov 19 01:16:03 CET 2015 - ma@suse.de
856
857 - Update sle-zypp-po.tar.bz2
858
859 -------------------------------------------------------------------
860 Thu Nov 19 01:13:40 CET 2015 - ma@suse.de
861
862 - Update zypp-po.tar.bz2
863
864 -------------------------------------------------------------------
865 Mon Nov 16 12:27:02 CET 2015 - ma@suse.de
866
867 - createPot: Fix plural form detection (bsc#955053)
868 - version 15.19.7 (19)
869
870 -------------------------------------------------------------------
871 Thu Nov 12 01:13:26 CET 2015 - ma@suse.de
872
873 - Update zypp-po.tar.bz2
874
875 -------------------------------------------------------------------
876 Sun Nov  8 01:13:11 CET 2015 - ma@suse.de
877
878 - Update zypp-po.tar.bz2
879
880 -------------------------------------------------------------------
881 Fri Nov  6 11:08:46 CET 2015 - ma@suse.de
882
883 - Add testcase for uncached repo-variables.
884 - Fixed Japanese translations (bsc#949196)
885 - version 15.19.6 (19)
886
887 -------------------------------------------------------------------
888 Fri Nov  6 10:56:44 CET 2015 - ma@suse.de
889
890 - Update sle-zypp-po.tar.bz2
891
892 -------------------------------------------------------------------
893 Thu Nov  5 01:15:12 CET 2015 - ma@suse.de
894
895 - Update sle-zypp-po.tar.bz2
896
897 -------------------------------------------------------------------
898 Thu Nov  5 01:13:24 CET 2015 - ma@suse.de
899
900 - Update zypp-po.tar.bz2
901
902 -------------------------------------------------------------------
903 Tue Nov  3 10:52:01 CET 2015 - ma@suse.de
904
905 - Update sle-zypp-po.tar.bz2
906
907 -------------------------------------------------------------------
908 Tue Nov  3 10:51:43 CET 2015 - ma@suse.de
909
910 - Update zypp-po.tar.bz2
911
912 -------------------------------------------------------------------
913 Fri Oct 23 17:10:18 CEST 2015 - ma@suse.de
914
915 - Fix broken product: <-> -release package relation (bnc#951782)
916 - version 15.19.5 (19)
917
918 -------------------------------------------------------------------
919 Thu Oct 22 12:23:29 CEST 2015 - ma@suse.de
920
921 - Use a uniform translation set for SLE and openSUSE (bnc#948924)
922 - fix Plugin-services not updating repo GPGCheck settings (bnc#951402)
923 - version 15.19.4 (19)
924
925 -------------------------------------------------------------------
926 Sun Oct 18 01:13:27 CEST 2015 - ma@suse.de
927
928 - Update zypp-po.tar.bz2
929
930 -------------------------------------------------------------------
931 Thu Oct 15 01:13:57 CEST 2015 - ma@suse.de
932
933 - Update zypp-po.tar.bz2
934
935 -------------------------------------------------------------------
936 Wed Oct 14 16:36:27 CEST 2015 - ma@suse.de
937
938 - make Solvable::asUserString more readable (bnc#949957)
939 - version 15.19.3 (19)
940
941 -------------------------------------------------------------------
942 Sun Oct 11 01:13:12 CEST 2015 - ma@suse.de
943
944 - Update zypp-po.tar.bz2
945
946 -------------------------------------------------------------------
947 Thu Oct  8 01:14:43 CEST 2015 - ma@suse.de
948
949 - Update zypp-po.tar.bz2
950
951 -------------------------------------------------------------------
952 Wed Oct  7 13:11:48 CEST 2015 - ma@suse.de
953
954 - fix suse_version test (bsc#949046)
955 - version 15.19.2 (19)
956
957 -------------------------------------------------------------------
958 Wed Oct  7 11:06:24 CEST 2015 - ma@suse.de
959
960 - Locks: fix using namespaces (for FATE#318299)
961 - version 15.19.1 (19)
962
963 -------------------------------------------------------------------
964 Mon Oct  5 12:27:49 CEST 2015 - ma@suse.de
965
966 - fix reserved identifier violation (fixes #51)
967 - solver: speed up collecting pool data to build the job queue
968 - doc: short abstract about 'Code 12 Application Metadata'
969 - version 15.19.0 (19)
970
971 -------------------------------------------------------------------
972 Tue Sep 29 17:51:48 CEST 2015 - ma@suse.de
973
974 - solver verify: multiversion property needs to be assigned to
975   installed items too.
976 - ZYppCommitResult: add attemptToModify to indicate an attempt to
977   actually install/remove was made (bsc#946750, FATE#319467)
978 - version 15.18.0 (14)
979
980 -------------------------------------------------------------------
981 Mon Sep 28 12:19:26 CEST 2015 - ma@suse.de
982
983 - SetTracker: fix computation of change sets (bsc#946898)
984 - version 15.17.2 (14)
985
986 -------------------------------------------------------------------
987 Fri Sep 25 11:42:28 CEST 2015 - ma@suse.de
988
989 - Pattern: support dynamic computation of pattern visibility (bsc#900769)
990 - Avoid URL rewrite if probing local cache directories (bsc#946129)
991 - version 15.17.1 (14)
992
993 -------------------------------------------------------------------
994 Mon Sep 21 16:57:45 CEST 2015 - ma@suse.de
995
996 - Dummy (FATE#318827) to make Sles-changelog-checker stop whining.
997 - version 15.17.0 (14)
998
999 -------------------------------------------------------------------
1000 Mon Sep 21 16:09:50 CEST 2015 - ma@suse.de
1001
1002 - Glob: fix reserved identifier violation
1003 - version 15.16.2 (14)
1004
1005 -------------------------------------------------------------------
1006 Tue Sep 15 15:02:45 CEST 2015 - ma@suse.de
1007
1008 - CheckAccessDeleted: Identify services by systemd cgroup (FATE#318827)
1009 - version 15.16.1 (14)
1010
1011 -------------------------------------------------------------------
1012 Mon Sep 14 12:21:30 CEST 2015 - ma@suse.de
1013
1014 - Reload multiversion setting from the target zypp.conf (bnc#906096)
1015 - version 15.16.0 (14)
1016
1017 -------------------------------------------------------------------
1018 Sun Sep 13 01:15:26 CEST 2015 - ma@suse.de
1019
1020 - Update sle-zypp-po.tar.bz2
1021
1022 -------------------------------------------------------------------
1023 Sun Sep 13 01:13:30 CEST 2015 - ma@suse.de
1024
1025 - Update zypp-po.tar.bz2
1026
1027 -------------------------------------------------------------------
1028 Thu Sep 10 01:16:00 CEST 2015 - ma@suse.de
1029
1030 - Update sle-zypp-po.tar.bz2
1031
1032 -------------------------------------------------------------------
1033 Fri Sep  4 13:49:33 CEST 2015 - ma@suse.de
1034
1035 - Don't cache repo releasever (bnc#943563)
1036 - Selectable: allow setPickStatus for non-multiversion packages
1037   (bnc#943870)
1038 - ResPoolProxy: add ScopedSaveState
1039 - version 15.15.0 (14)
1040
1041 -------------------------------------------------------------------
1042 Tue Sep  1 18:19:27 CEST 2015 - ma@suse.de
1043
1044 - zypp.conf: add solver.dupAllow{Downgrade,NameChange,ArchChange,
1045   VendorChange} default options for tuning distribution upgrades.
1046 - Remove obsolete method (bsc#941398) (fixes #50)
1047 - fix invalid XML (bnc#942518)
1048 - version 15.14.0 (14)
1049
1050 -------------------------------------------------------------------
1051 Sun Aug 30 01:13:07 CEST 2015 - ma@suse.de
1052
1053 - Update zypp-po.tar.bz2
1054
1055 -------------------------------------------------------------------
1056 Thu Aug 27 01:14:20 CEST 2015 - ma@suse.de
1057
1058 - Update sle-zypp-po.tar.bz2
1059
1060 -------------------------------------------------------------------
1061 Thu Aug 20 01:13:09 CEST 2015 - ma@suse.de
1062
1063 - Update zypp-po.tar.bz2
1064
1065 -------------------------------------------------------------------
1066 Sun Aug 16 01:13:23 CEST 2015 - ma@suse.de
1067
1068 - Update zypp-po.tar.bz2
1069
1070 -------------------------------------------------------------------
1071 Thu Aug 13 18:16:52 CEST 2015 - ma@suse.de
1072
1073 - Support caching of service metadata. A TTL for the service
1074   metadata may be provided in the repoindex.xml itself. The
1075   default is 'no caching'. (FATE#318136)
1076 - Fix setting dup_allow* solver options (bnc#941463)
1077 - Don't make zypper encode {} around repo vars (bnc#941453)
1078 - version 15.13.0 (11)
1079
1080 -------------------------------------------------------------------
1081 Thu Aug 13 01:13:43 CEST 2015 - ma@suse.de
1082
1083 - Update zypp-po.tar.bz2
1084
1085 -------------------------------------------------------------------
1086 Tue Aug 11 18:48:57 CEST 2015 - ma@suse.de
1087
1088 - History: Add 'command' tag showing who triggered the commit.
1089   The corresponding HistoryLogData class for parsing is
1090   HistoryLogDataStampCommand. Available data are the commandline
1091   executed, user@hostname and userdata/transactionID. (FATE#312298)
1092 - Add convenience comparison PoolItem<>ResObject::constPtr
1093 - Fixes for SWIG 2.x
1094 - version 15.12.0 (11)
1095
1096 -------------------------------------------------------------------
1097 Mon Aug 10 16:22:06 CEST 2015 - ma@suse.de
1098
1099 - Make multiversion an individual solvables property (FATE#318778)
1100 - SolvableType: common api to access solvable properties
1101 - Support for MIPS architectures
1102 - version 15.11.0 (11)
1103
1104 -------------------------------------------------------------------
1105 Sun Aug  9 01:13:24 CEST 2015 - ma@suse.de
1106
1107 - Update zypp-po.tar.bz2
1108
1109 -------------------------------------------------------------------
1110 Sun Aug  2 01:13:27 CEST 2015 - ma@suse.de
1111
1112 - Update zypp-po.tar.bz2
1113
1114 -------------------------------------------------------------------
1115 Thu Jul 30 16:13:49 CEST 2015 - ma@suse.de
1116
1117 - Resolver: Track changed requested locales and adjust installed
1118   packages accordingly. (part of FATE#318099)
1119 - Testcase: Store autoinstalled packages
1120 - Locale: Make it IdString based
1121 - Get rid of std::tr1:: hashes
1122 - Flags: Fix to work with 'enum class'
1123 - Hide away resolver internals
1124 - version 15.10.0 (10)
1125
1126 -------------------------------------------------------------------
1127 Thu Jul 30 01:13:30 CEST 2015 - ma@suse.de
1128
1129 - Update zypp-po.tar.bz2
1130
1131 -------------------------------------------------------------------
1132 Tue Jul 28 14:14:54 CEST 2015 - ma@suse.de
1133
1134 - Update sle-zypp-po.tar.bz2
1135
1136 -------------------------------------------------------------------
1137 Mon Jul 27 09:30:38 CEST 2015 - ma@suse.de
1138
1139 - Update zypp-po.tar.bz2
1140
1141 -------------------------------------------------------------------
1142 Sun Jul 26 01:13:37 CEST 2015 - ma@suse.de
1143
1144 - Update zypp-po.tar.bz2
1145
1146 -------------------------------------------------------------------
1147 Thu Jul 16 01:13:33 CEST 2015 - ma@suse.de
1148
1149 - Update zypp-po.tar.bz2
1150
1151 -------------------------------------------------------------------
1152 Sun Jul 12 01:13:20 CEST 2015 - ma@suse.de
1153
1154 - Update zypp-po.tar.bz2
1155
1156 -------------------------------------------------------------------
1157 Thu Jul  9 16:43:12 CEST 2015 - ma@suse.de
1158
1159 - Resolver allow tuning DUP mode solver flags (FATE#319128)
1160 - version 15.9.0 (5)
1161
1162 -------------------------------------------------------------------
1163 Fri Jul  3 08:23:04 CEST 2015 - ma@suse.de
1164
1165 - Flags<Enum>: add stringify
1166 - add asString for Patch::InteractiveFlag
1167 - version 15.8.0 (5)
1168
1169 -------------------------------------------------------------------
1170 Thu Jul  2 01:13:24 CEST 2015 - ma@suse.de
1171
1172 - Update zypp-po.tar.bz2
1173
1174 -------------------------------------------------------------------
1175 Wed Jul  1 14:00:42 CEST 2015 - ma@suse.de
1176
1177 - add asString for Patch::Category
1178 - version 15.7.0 (5)
1179
1180 -------------------------------------------------------------------
1181 Mon Jun 29 17:43:00 CEST 2015 - ma@suse.de
1182
1183 - Fix lost pathname when importing repo keys (bnc#936373)
1184 - Disable code swig does not understand
1185 - version 15.6.0 (5)
1186
1187 -------------------------------------------------------------------
1188 Sat Jun 27 17:07:32 CEST 2015 - ma@suse.de
1189
1190 - Patch: fixup testing Category and Severity flags (FATE#318760)
1191 - version 15.5.0 (5)
1192
1193 -------------------------------------------------------------------
1194 Fri Jun 12 12:14:04 CEST 2015 - ma@suse.de
1195
1196 - Add details to the default signature verification problem report
1197 - PathInfo: Avoid ExternalProgram in clean_dir
1198 - call rpmdb2solv without executing user-supplied scripts (bnc#926853)
1199 - version 15.4.1 (3)
1200
1201 -------------------------------------------------------------------
1202 Thu Jun 11 01:13:31 CEST 2015 - ma@suse.de
1203
1204 - Update zypp-po.tar.bz2
1205
1206 -------------------------------------------------------------------
1207 Thu Jun  4 01:13:22 CEST 2015 - ma@suse.de
1208
1209 - Update zypp-po.tar.bz2
1210
1211 -------------------------------------------------------------------
1212 Wed Jun  3 13:00:59 CEST 2015 - ma@suse.de
1213
1214 - Enhance solv.idx file handling to support zypper bash completion
1215 - Fix SSL client certificate authentication via URL option
1216   ssl_clientcert/ssl_clientkey (bnc#932393)
1217 - version 15.4.0 (3)
1218
1219 -------------------------------------------------------------------
1220 Thu May 28 01:13:23 CEST 2015 - ma@suse.de
1221
1222 - Update zypp-po.tar.bz2
1223
1224 -------------------------------------------------------------------
1225 Sun May 24 18:17:38 CEST 2015 - ma@suse.de
1226
1227 - Downloader: Accept unsigned repository if pkgGpgCheck is ON.
1228 - FindFileConflicts: avoid nested exception on user abort (bnc#931601)
1229 - Support for *.check files in the systemCheck.d directory (#45)
1230 - version 15.3.0 (3)
1231
1232 -------------------------------------------------------------------
1233 Sun May 24 01:13:19 CEST 2015 - ma@suse.de
1234
1235 - Update zypp-po.tar.bz2
1236
1237 -------------------------------------------------------------------
1238 Mon May 18 10:46:10 CEST 2015 - ma@suse.de
1239
1240 - zypp.conf: Add config values for gpgcheck, repo_gpgcheck
1241   and pkg_gpgcheck. The default behavior 'gpgcheck=On' will
1242   automatically turn on the gpg signature check for packages
1243   downloaded from repository with unsigned metadata. If the
1244   repo metadata are signed, a faster comparison via checksums
1245   is done. By explicitly setting repo_gpgcheck or pkg_gpgcheck
1246   you can enforce the signature check of repository metadata
1247   or downloaded packages to be always performed. Those defaults
1248   can be overwritten per repository. (FATE#314603)
1249 - version 15.2.0 (2)
1250
1251 -------------------------------------------------------------------
1252 Wed May 13 14:04:04 CEST 2015 - ma@suse.de
1253
1254 - Write solv.idx to speed up bash tab completion (bnc#928650)
1255 - version 15.1.3 (1)
1256
1257 -------------------------------------------------------------------
1258 Fri May  8 11:44:44 CEST 2015 - ma@suse.de
1259
1260 - gcc5 fixes
1261 - Fix repo alias containing ']' not handled correctly (bnc#929528)
1262 - Fix SEGV when dumping rpm header with epoch (bnc#929483)
1263 - version 15.1.2 (1)
1264
1265 -------------------------------------------------------------------
1266 Mon Apr 27 14:43:53 CEST 2015 - ma@suse.de
1267
1268 - PubliKey: fix reference to temporary data
1269 - version 15.1.1 (1)
1270
1271 -------------------------------------------------------------------
1272 Thu Apr 23 01:13:15 CEST 2015 - ma@suse.de
1273
1274 - Update zypp-po.tar.bz2
1275
1276 -------------------------------------------------------------------
1277 Wed Apr 22 10:50:00 CEST 2015 - ma@suse.de
1278
1279 - ZYpp: Changed ZYpp::Ptr to be a shared_ptr;
1280   a precondition for fixing bnc-899755
1281 - rpmmd: support 'metalink=' in .repo (for zypper#63)
1282 - RepoMirrorList: ignore comments and malformed urls in mirrorlist
1283 - PathInfo: remove minor/major conflicting with GNU libc macros
1284   DiskUsageCounter: remove ctors taking 'magic' bool flags
1285   ZyppCallbacks: remove unused PatchDownload callbacks
1286 - version 15.1.0 (1)
1287
1288 -------------------------------------------------------------------
1289 Thu Apr  2 19:06:56 CEST 2015 - ma@suse.de
1290
1291 - POODLE: libzypp should only talk TLS (bnc#903405)
1292 - Bump major version for Factory, 14.x is continued on SuSE-SLE-12-Branch
1293 - version 15.0.0 (0)
1294
1295 -------------------------------------------------------------------
1296 Thu Apr  2 16:01:43 CEST 2015 - ma@suse.de
1297
1298 - Fixes to build with gcc5
1299 - RepoProvideFile: Suppress MediaChangeReport while testing
1300   multiple baseurls (bnc#899510)
1301 - version 14.38.1 (30)
1302
1303 -------------------------------------------------------------------
1304 Thu Mar 19 16:44:39 CET 2015 - ma@suse.de
1305
1306 - Suppress MediaChangeReport while testing multiple baseurls (bnc#899510)
1307 - version 14.38.0 (30)
1308
1309 -------------------------------------------------------------------
1310 Mon Mar 16 14:05:28 CET 2015 - ma@suse.de
1311
1312 - add support for SHA224/384/512
1313 - version 14.37.1 (30)
1314
1315 -------------------------------------------------------------------
1316 Wed Mar 11 09:22:46 CET 2015 - ma@suse.de
1317
1318 - New RepoVarExpand: Functor expanding repo variables in a
1319   string . Supports bash style default ${v:-w}' and alternate ${v:+w}
1320   values (FATE#318354)
1321 - Easy.h: Use __typeof__ rather than typeof in header
1322 - Support repo variable replacement in service url
1323 - Support repo variable replacement in gpg url
1324 - Gettext.h: Fallback to ::gettext if accidentally included
1325   outside libzypp
1326 - version 14.37.0 (30)
1327
1328 -------------------------------------------------------------------
1329 Sun Feb 22 01:13:12 CET 2015 - ma@suse.de
1330
1331 - Update zypp-po.tar.bz2
1332
1333 -------------------------------------------------------------------
1334 Thu Feb 19 01:13:13 CET 2015 - ma@suse.de
1335
1336 - Update zypp-po.tar.bz2
1337
1338 -------------------------------------------------------------------
1339 Sun Feb 15 01:13:28 CET 2015 - ma@suse.de
1340
1341 - Update zypp-po.tar.bz2
1342
1343 -------------------------------------------------------------------
1344 Thu Feb 12 01:13:34 CET 2015 - ma@suse.de
1345
1346 - Update zypp-po.tar.bz2
1347
1348 -------------------------------------------------------------------
1349 Mon Feb  9 16:05:38 CET 2015 - ma@suse.de
1350
1351 - Don't execute scripts in /tmp or /var/tmp, as they could be
1352   mounted noexec for security reasons (bnc#915928)
1353 - zypp/PublicKey.cc: Use GPG_BINARY from KeyRing
1354 - Support $releasever_major/$releasever_minor repo variables
1355   (FATE#318354)
1356 - version 14.36.0 (30)
1357
1358 -------------------------------------------------------------------
1359 Sun Feb  8 01:13:14 CET 2015 - ma@suse.de
1360
1361 - Update zypp-po.tar.bz2
1362
1363 -------------------------------------------------------------------
1364 Thu Feb  5 01:13:27 CET 2015 - ma@suse.de
1365
1366 - Update zypp-po.tar.bz2
1367
1368 -------------------------------------------------------------------
1369 Sun Feb  1 01:13:10 CET 2015 - ma@suse.de
1370
1371 - Update zypp-po.tar.bz2
1372
1373 -------------------------------------------------------------------
1374 Thu Jan 29 01:13:12 CET 2015 - ma@suse.de
1375
1376 - Update zypp-po.tar.bz2
1377
1378 -------------------------------------------------------------------
1379 Thu Jan 22 01:13:36 CET 2015 - ma@suse.de
1380
1381 - Update zypp-po.tar.bz2
1382
1383 -------------------------------------------------------------------
1384 Wed Jan 21 10:28:49 CET 2015 - ma@suse.de
1385
1386 - PathInfo: Deprecate major/minor in favor of new devMajor/devMinor.
1387   The old names clash with GNU libc macros.
1388 - version 14.35.0 (30)
1389
1390 -------------------------------------------------------------------
1391 Sun Jan 18 01:13:09 CET 2015 - ma@suse.de
1392
1393 - Update zypp-po.tar.bz2
1394
1395 -------------------------------------------------------------------
1396 Thu Jan 15 01:13:12 CET 2015 - ma@suse.de
1397
1398 - Update zypp-po.tar.bz2
1399
1400 -------------------------------------------------------------------
1401 Mon Jan 12 15:04:17 CET 2015 - ma@suse.de
1402
1403 - Properly propagate repo variables in service refresh.
1404 - Let $ZYPP_REPO_RELEASEVER overwrite $releasever in .repo files
1405   (bnc#911658)
1406 - Call pool_set_rootdir to properly check for file conflicts.
1407 - Use xgettext --boost to support boost-format (%N%)
1408 - version 14.34.0 (30)
1409
1410 -------------------------------------------------------------------
1411 Sun Jan 11 01:13:15 CET 2015 - ma@suse.de
1412
1413 - Update zypp-po.tar.bz2
1414
1415 -------------------------------------------------------------------
1416 Thu Jan  8 01:13:23 CET 2015 - ma@suse.de
1417
1418 - Update zypp-po.tar.bz2
1419
1420 -------------------------------------------------------------------
1421 Thu Jan  1 01:13:29 CET 2015 - ma@suse.de
1422
1423 - Update zypp-po.tar.bz2
1424
1425 -------------------------------------------------------------------
1426 Sun Dec 21 01:13:33 CET 2014 - ma@suse.de
1427
1428 - Update zypp-po.tar.bz2
1429
1430 -------------------------------------------------------------------
1431 Fri Dec 19 10:05:00 CET 2014 - ma@suse.de
1432
1433 - Parse and offer productRegisterFlavor attribute (bnc#896224)
1434 - version 14.33.0 (30)
1435
1436 -------------------------------------------------------------------
1437 Thu Dec 18 01:13:20 CET 2014 - ma@suse.de
1438
1439 - Update zypp-po.tar.bz2
1440
1441 -------------------------------------------------------------------
1442 Wed Dec 17 18:44:26 CET 2014 - ma@suse.de
1443
1444 - Improve conflict message for locked packages (bnc#828631)
1445 - Fix broken de-escaping in str::splitEscaped (bnc#909772)
1446 - cleanup loging
1447 - version 14.32.2 (30)
1448
1449 -------------------------------------------------------------------
1450 Fri Dec 12 14:00:01 CET 2014 - ma@suse.de
1451
1452 - CheckAccessDeleted: Filter PIDs running in a container (bnc#909143)
1453 - version 14.32.1 (30)
1454
1455 -------------------------------------------------------------------
1456 Wed Dec 10 16:06:04 CET 2014 - ma@suse.de
1457
1458 - suppress informal license (no need to accept) upon update (bnc#908976)
1459 - version 14.32.0 (30)
1460
1461 -------------------------------------------------------------------
1462 Mon Dec  8 14:53:00 CET 2014 - ma@suse.de
1463
1464 - Adapt to gpg-2.1 (bnc#908135)
1465 - rpm: do not obsolete yast2-packagemanager-devel by libzypp-devel-doc
1466 - replaceAll: fix endless loop on empty search string
1467 - version 14.31.0 (30)
1468
1469 -------------------------------------------------------------------
1470 Thu Nov 27 07:40:30 UTC 2014 - dimstar@opensuse.org
1471
1472 - Do not provide/obsolete yast2-packagemanager-devel by the -doc
1473   package: the -devel package already does that.
1474 - Minor .spec cleanup (remove Authors section).
1475
1476 -------------------------------------------------------------------
1477 Tue Nov 11 17:09:28 CET 2014 - ma@suse.de
1478
1479 - Call rpm with '--noglob' (bnc#892431)
1480 - Downloader: unify workflow downloading a (signed) master index file
1481 - Fix iostream includes (fixes #34)
1482 - Explicitly call libsolv:pool_setdisttype (fixes #36)
1483 - version 14.30.2 (30)
1484
1485 -------------------------------------------------------------------
1486 Sun Nov  9 01:13:17 CET 2014 - ma@suse.de
1487
1488 - Update zypp-po.tar.bz2
1489
1490 -------------------------------------------------------------------
1491 Sun Nov  2 01:14:10 CET 2014 - ma@suse.de
1492
1493 - Update zypp-po.tar.bz2
1494
1495 -------------------------------------------------------------------
1496 Mon Oct 27 11:38:00 CET 2014 - ma@suse.de
1497
1498 - doc: add hint to code 12 pattern packages
1499 - MediaCurl: Fix URL path concatenation (bnc#901590)
1500 - Move doxygen html doc to libzypp-devel-doc (bnc#901691)
1501 - Remove non-breaking spaces from changes file
1502 - Control lifetime of downloaded mirrorlist
1503 - version 14.30.1 (30)
1504
1505 -------------------------------------------------------------------
1506 Thu Oct 16 11:03:11 CEST 2014 - ma@suse.de
1507
1508 - Update zypp-po.tar.bz2
1509
1510 -------------------------------------------------------------------
1511 Wed Oct 15 15:07:09 CEST 2014 - ma@suse.de
1512
1513 - Store baseurls in list as order expresses preference
1514 - Support parsing multiple baseurls from a repo file (bnc#899510)
1515 - Fix handling local mirrorlist= files in .repo (bnc#899510)
1516 - Provide missing man pages (fixes #33)
1517 - Enable building autodocs, translations and test per default on debian
1518 - Fix several typos in output messages and comments (fixes #29)
1519 - Make the include dir path configurable (fixes #27)
1520 - version 14.30.0 (30)
1521
1522 -------------------------------------------------------------------
1523 Fri Oct 10 16:01:31 CEST 2014 - ma@suse.de
1524
1525 - Update zypp-po.tar.bz2 (bnc#899603)
1526
1527 -------------------------------------------------------------------
1528 Thu Oct  9 01:13:15 CEST 2014 - ma@suse.de
1529
1530 - Update zypp-po.tar.bz2
1531
1532 -------------------------------------------------------------------
1533 Sun Oct  5 01:14:42 CEST 2014 - ma@suse.de
1534
1535 - Update zypp-po.tar.bz2
1536
1537 -------------------------------------------------------------------
1538 Sun Sep 28 01:13:30 CEST 2014 - ma@suse.de
1539
1540 - Update zypp-po.tar.bz2
1541
1542 -------------------------------------------------------------------
1543 Thu Sep 25 17:59:06 CEST 2014 - ma@suse.de
1544
1545 - Trigger appdata plugin when system repos have changed (bnc#866257)
1546 - Protect against race when destructing globals
1547 - BuildRequire libsolv-tools as libsolv-devel no longer does
1548 - version 14.29.4 (29)
1549
1550 -------------------------------------------------------------------
1551 Thu Sep 25 01:15:42 CEST 2014 - ma@suse.de
1552
1553 - Update zypp-po.tar.bz2
1554
1555 -------------------------------------------------------------------
1556 Tue Sep 23 17:07:45 CEST 2014 - ma@suse.de
1557
1558 - Fix computation of userinstalled items (bnc#897404)
1559 - version 14.29.3 (29)
1560
1561 -------------------------------------------------------------------
1562 Tue Sep 23 10:55:08 CEST 2014 - ma@suse.de
1563
1564 - Adapt to API changes in rpm.4.12
1565 - SLE-12 (suse_version 1315) uses it's own translations set
1566   (bnc#897176)
1567 - version 14.29.2 (29)
1568
1569 -------------------------------------------------------------------
1570 Sun Sep 21 01:13:25 CEST 2014 - ma@suse.de
1571
1572 - Update zypp-po.tar.bz2
1573
1574 -------------------------------------------------------------------
1575 Thu Sep 18 15:47:50 CEST 2014 - ma@suse.de
1576
1577 - Update sle-zypp-po.tar.bz2
1578
1579 -------------------------------------------------------------------
1580 Thu Sep 18 15:47:34 CEST 2014 - ma@suse.de
1581
1582 - Update zypp-po.tar.bz2
1583
1584 -------------------------------------------------------------------
1585 Thu Sep 18 15:46:11 CEST 2014 - ma@suse.de
1586
1587 - Update zypp-po.tar.bz2
1588
1589 -------------------------------------------------------------------
1590 Wed Sep 17 13:18:23 CEST 2014 - ma@suse.de
1591
1592 - adjust BuildRequires
1593 - version 14.29.1 (29)
1594
1595 -------------------------------------------------------------------
1596 Tue Sep 16 10:45:39 CEST 2014 - ma@suse.de
1597
1598 - DiskUsageCounter: Set growonly on detetcted snapshotting btrfs
1599   partitions (bnc#896176)
1600 - DiskUsageCounter: Allow MountPoint to store fstype
1601 - DiskUsageCounter: Support setting 'growonly' partition hint
1602   (bnc#896176)
1603 - version 14.29.0 (29)
1604
1605 -------------------------------------------------------------------
1606 Fri Sep  5 12:46:57 CEST 2014 - ma@suse.de
1607
1608 - Make Repository::isUpdateRepo also check for being referenced
1609   by products (bnc#892579)
1610 - Report repositories skipped as nonroot due to insufficient
1611   permission (bnc#893260)
1612 - version 14.28.0 (28)
1613
1614 -------------------------------------------------------------------
1615 Thu Sep  4 01:14:34 CEST 2014 - ma@suse.de
1616
1617 - Update zypp-po.tar.bz2
1618
1619 -------------------------------------------------------------------
1620 Fri Aug 29 14:46:25 CEST 2014 - ma@suse.de
1621
1622 - PackageProvider: consider toplevel cache if --root or --pkg-cachedir
1623   is used.
1624 - Cleanup orpahned cache dirs only at zypp.conf default locations
1625   (bnc#891515)
1626 - Remove orphaned package caches on refresh (bnc#888919)
1627 - version 14.27.2 (27)
1628
1629 -------------------------------------------------------------------
1630 Sun Aug 24 01:16:00 CEST 2014 - ma@suse.de
1631
1632 - Update zypp-po.tar.bz2
1633
1634 -------------------------------------------------------------------
1635 Mon Aug 18 14:01:06 CEST 2014 - ma@suse.de
1636
1637 - Update zypp-po.tar.bz2
1638
1639 -------------------------------------------------------------------
1640 Thu Jul 31 19:22:56 CEST 2014 - ma@suse.de
1641
1642 - Fix gpg key creation/modification date computation to properly
1643   update trusted keys stored in the rpm database.
1644 - version 14.27.1 (27)
1645
1646 -------------------------------------------------------------------
1647 Mon Jul 28 11:32:40 CEST 2014 - mls@suse.de
1648
1649 - reverted last commit to make yast2-pkg-bindings build again
1650
1651 -------------------------------------------------------------------
1652 Fri Jul 25 12:56:17 CEST 2014 - ma@suse.de
1653
1654 - JobReport: extend callback to allow passing UserData
1655 - hardlinkCopy must not fail if proc/sys/fs/protected_hardlink is on
1656 - adapt to changed boost::error_category throw specifier
1657 - version 14.27.0 (27)
1658
1659 -------------------------------------------------------------------
1660 Fri Jul 18 08:57:39 CEST 2014 - ma@suse.de
1661
1662 - Execute install scripts with cwd==/ (bnc#886764)
1663 - fix wrong '//' when extending URLs with an empty path (bnc#885254)
1664 - version 14.26.1 (26)
1665
1666 -------------------------------------------------------------------
1667 Mon Jul 14 17:46:14 CEST 2014 - ma@suse.de
1668
1669 - refreshService: add option to force repo status reset
1670 - Strip local filenames and args from URL.
1671 - version 14.26.0 (26)
1672
1673 -------------------------------------------------------------------
1674 Fri Jul 11 13:42:43 CEST 2014 - ma@suse.de
1675
1676 - Support RepoInfo content keywords (FATE#316287)
1677 - fix parsing repomd.xml twice
1678 - version 14.25.0 (23)
1679
1680 -------------------------------------------------------------------
1681 Wed Jun 11 07:36:48 CEST 2014 - ma@suse.de
1682
1683 - Patch: add isCategory/isSeverity convenience
1684 - If available provide info in ServiceException
1685 - version 14.24.0 (23)
1686
1687 -------------------------------------------------------------------
1688 Wed Jun  4 11:49:32 CEST 2014 - ma@suse.de
1689
1690 - Cleanup orphanded service repos on the fly (bnc#649846)
1691 - Service refresh must not attempt to modify plugin services
1692 - version 14.23.0 (23)
1693
1694 -------------------------------------------------------------------
1695 Wed May 28 13:41:22 CEST 2014 - ma@suse.de
1696
1697 - Fix service methods to throw ServiceException, not RepoException.
1698 - version 14.22.0 (22)
1699
1700 -------------------------------------------------------------------
1701 Tue May 27 16:31:21 CEST 2014 - ma@suse.de
1702
1703 - Let ServiceRefresh en-/disable repos with respect to previous state
1704   and user modifications.
1705 - RepoindexFileReader: support variable substitution
1706 - Parse optional autorefresh attribute from repoindex.xml
1707 - version 14.21.0 (20)
1708
1709 -------------------------------------------------------------------
1710 Wed May 14 13:52:38 CEST 2014 - ma@suse.de
1711
1712 - Add DownloadResolvableReport::infoInCache
1713 - Adjust transfer timeout settings (bnc#877405)
1714 - Fix computation of update candidate (bnc#834858)
1715 - version 14.20.0 (20)
1716
1717 -------------------------------------------------------------------
1718 Thu May  8 18:54:25 CEST 2014 - ma@suse.de
1719
1720 - KeyRingReport: New infoVerify callback showing the trusted key
1721   that will be used for verification.
1722 - version 14.19.0 (19)
1723
1724 -------------------------------------------------------------------
1725 Sun May  4 01:15:49 CEST 2014 - ma@suse.de
1726
1727 - Update zypp-po.tar.bz2
1728
1729 -------------------------------------------------------------------
1730 Thu May  1 01:15:38 CEST 2014 - ma@suse.de
1731
1732 - Update zypp-po.tar.bz2
1733
1734 -------------------------------------------------------------------
1735 Mon Apr 28 15:34:44 CEST 2014 - ma@suse.de
1736
1737 - Derive initial AutoInstalled file from history
1738 - Target: maintain AutoInstalled database file
1739 - version 14.18.0 (17)
1740
1741 -------------------------------------------------------------------
1742 Tue Apr 15 17:03:30 CEST 2014 - ma@suse.de
1743
1744 - Factor out CommitPackageCache for standalone usage. (Fate#317077)
1745 - version 14.17.5 (17)
1746
1747 -------------------------------------------------------------------
1748 Fri Apr 11 16:16:11 CEST 2014 - ma@suse.de
1749
1750 - history: log %posttrans errors and output
1751 - adapt to libsolv cannges
1752 - version 14.17.4 (17)
1753
1754 -------------------------------------------------------------------
1755 Fri Apr  4 14:29:13 CEST 2014 - ma@suse.de
1756
1757 - Log warning if baseproduct symlink is dangling or missing
1758 - version 14.17.3 (17)
1759
1760 -------------------------------------------------------------------
1761 Thu Apr  3 19:18:48 CEST 2014 - ma@suse.de
1762
1763 - RepoManager: Fix RepoStatus computation and refresh of PLAINDIR repos.
1764 - Recreate solv file caches if content may change even if raw metadata
1765   are unchanged (here: new pattern, product and application data).
1766 - version 14.17.2 (17)
1767
1768 -------------------------------------------------------------------
1769 Wed Apr  2 18:09:47 CEST 2014 - ma@suse.de
1770
1771 - CpeId: Basic functionality incl. matching
1772 - New SetRelationMixin
1773 - version 14.17.1 (17)
1774
1775 -------------------------------------------------------------------
1776 Mon Mar 31 10:23:42 CEST 2014 - ma@suse.de
1777
1778 - Use dummy licenses in test data (bnc#862471)
1779 - Install zypp-NameReqPrv helper for evaluating testcases.
1780 - version 14.17.0 (17)
1781
1782 -------------------------------------------------------------------
1783 Tue Mar 18 14:55:11 CET 2014 - ma@suse.de
1784
1785 - Update zypp-po.tar.bz2
1786
1787 -------------------------------------------------------------------
1788 Wed Feb 26 15:06:06 CET 2014 - ma@suse.de
1789
1790 - Ignore failed-eject-exception on media change (bnc#865705)
1791 - version 14.16.1 (16)
1792
1793 -------------------------------------------------------------------
1794 Tue Feb 25 13:42:13 CET 2014 - ma@suse.de
1795
1796 - Remove duplicate code detecting known kinds and move it to
1797   ResKind::explicitBuiltin.
1798 - version 14.16.0 (16)
1799
1800 -------------------------------------------------------------------
1801 Sun Feb 23 21:52:55 CET 2014 - ma@suse.de
1802
1803 - Optionally exclude suggested packages from pattern content (bnc#857671)
1804 - Fix pattern content for auto-pattens (bnc#864087)
1805 - Don't report missing filelists for non-packages (bnc#864314)
1806 - adapt to new rpm weak dependency tags
1807 - version 14.15.0 (15)
1808
1809 -------------------------------------------------------------------
1810 Fri Feb 14 13:51:46 CET 2014 - ma@suse.de
1811
1812 - Provide ContentIdentifier of required update repositories in Product
1813   (Fate#316160)
1814 - Support CpeId in Repository and Product attributes (Fate#316160)
1815 - Add API for retrieving repository ContentRevision and ContentIdentifier
1816   (Fate#316160)
1817 - version 14.14.0 (14)
1818
1819 -------------------------------------------------------------------
1820 Thu Feb 13 10:28:24 CET 2014 - ma@suse.de
1821
1822 - Adjust solver defaults to changed soft lock handling (bnc#863275)
1823 - Avoid confusing solver decisions by not storing soft locks (bnc#863275)
1824 - version 14.13.0 (13)
1825
1826 -------------------------------------------------------------------
1827 Tue Feb 11 21:22:58 CET 2014 - ma@suse.de
1828
1829 - Add Product::endOfLife attribute (Fate#316172)
1830 - Let Product::shortName fallback to name.
1831 - Remove license text from test data (bnc#862471)
1832 - version 14.12.0 (12)
1833
1834 -------------------------------------------------------------------
1835 Sun Feb  2 01:13:59 CET 2014 - ma@suse.de
1836
1837 - Update zypp-po.tar.bz2
1838
1839 -------------------------------------------------------------------
1840 Fri Jan 31 19:09:28 CET 2014 - ma@suse.de
1841
1842 - Introduce new solvable kind: Application (as provided by appdata.xml)
1843 - version 14.11.0 (7)
1844
1845 -------------------------------------------------------------------
1846 Fri Jan 31 17:37:29 CET 2014 - ma@suse.de
1847
1848 - String helper for printing indented text.
1849 - Offer translated names for dependency types.
1850 - version 14.10.0 (7)
1851
1852 -------------------------------------------------------------------
1853 Thu Jan 30 01:13:40 CET 2014 - ma@suse.de
1854
1855 - Update zypp-po.tar.bz2
1856
1857 -------------------------------------------------------------------
1858 Wed Jan 29 10:28:16 CET 2014 - ma@suse.de
1859
1860 - No fileconflict check if DownloadOnly.
1861 - version 14.9.0 (7)
1862
1863 -------------------------------------------------------------------
1864 Sat Jan 25 17:07:45 CET 2014 - ma@suse.de
1865
1866 - Collect and execute %posttrans scripts delayed (Fate#313506)
1867 - BuildRequire libsolv implementing (Fate#309385)
1868 - version 14.8.0 (7)
1869
1870 -------------------------------------------------------------------
1871 Fri Jan 24 11:26:52 CET 2014 - ma@suse.de
1872
1873 - Patterns are no longer pseudo installed (Fate#309385)
1874 - version 14.7.0 (7)
1875
1876 -------------------------------------------------------------------
1877 Fri Jan 24 08:41:13 CET 2014 - ma@suse.de
1878
1879 - Check for file conflicts in commit (bnc#673720)
1880 - Add asUserSting: human readable (translated) string representation
1881 - Add file conflict detection during commit (bnc#673720)
1882 - Add Transaction::installedResult
1883 - version 14.6.0 (6)
1884
1885 -------------------------------------------------------------------
1886 Mon Jan 20 17:14:48 CET 2014 - ma@suse.de
1887
1888 - Fix cleanup code removing the @System solv file. (bnc#853065)
1889 - Fix missing priority in RepoInfo::dumpAsXML (bnc#855845)
1890 - version 14.5.0 (4)
1891
1892 -------------------------------------------------------------------
1893 Tue Jan 14 18:38:49 CET 2014 - ma@suse.de
1894
1895 - Improve ProgressData reporting.
1896 - Allow xml::escape directly dumping to a stream.
1897 - Add support for repo authentication using SSL client certificates
1898   (bnc#683914)
1899 - Enhance Queue to perform COW
1900 - fix documentation
1901 - version 14.4.0 (4)
1902
1903 -------------------------------------------------------------------
1904 Thu Jan  9 01:13:40 CET 2014 - ma@suse.de
1905
1906 - Update zypp-po.tar.bz2
1907
1908 -------------------------------------------------------------------
1909 Fri Dec 13 19:36:34 CET 2013 - ma@suse.de
1910
1911 - Polish DiskUsageCounter
1912 - Add Bitmap type (aka sat::Map)
1913 - Remove obsolete DiskUsage class
1914 - version 14.3.0 (3)
1915
1916 -------------------------------------------------------------------
1917 Thu Dec 12 18:01:18 CET 2013 - ma@suse.de
1918
1919 - Fix disk usage computation for single packages (bnc#852943)
1920 - version 14.2.1 (2)
1921
1922 -------------------------------------------------------------------
1923 Wed Dec  4 12:54:30 UTC 2013 - jreidinger@suse.com
1924
1925 - Drop package-manager script as it is already deprecated and
1926   packagekit usage in desktop invalidates it. If someone really
1927   need it, then place it to proper top level package which can
1928   decide what GUI is proper for given task.
1929
1930 -------------------------------------------------------------------
1931 Wed Nov 20 16:32:30 CET 2013 - ma@suse.de
1932
1933 - Extend commit plugin to send the transaction list (Fate#316203)
1934 - Add base/Json.h: JSON encoder for e.g. sending data to plugins
1935 - Re-evaluate dropped packages list on upgrade, even if product
1936   remains unchanged (bnc#849251).
1937 - Add ppc64le architecture
1938 - Add m68k architecture
1939 - version 14.2.0 (2)
1940
1941 -------------------------------------------------------------------
1942 Fri Oct 25 14:21:31 CEST 2013 - ma@suse.de
1943
1944 - Always properly initialize pool storage (bnc#846565)
1945 - version 14.1.1 (0)
1946
1947 -------------------------------------------------------------------
1948 Thu Oct 17 17:57:54 CEST 2013 - ma@suse.de
1949
1950 - Add Package isCached and cachedLocation methods
1951 - fixed PluginFrame::hasKey
1952 - version 14.1.0 (0)
1953
1954 -------------------------------------------------------------------
1955 Thu Oct 10 01:13:48 CEST 2013 - ma@suse.de
1956
1957 - Update zypp-po.tar.bz2
1958
1959 -------------------------------------------------------------------
1960 Sun Oct  6 01:13:51 CEST 2013 - ma@suse.de
1961
1962 - Update zypp-po.tar.bz2
1963
1964 -------------------------------------------------------------------
1965 Thu Oct  3 01:14:59 CEST 2013 - ma@suse.de
1966
1967 - Update zypp-po.tar.bz2
1968
1969 -------------------------------------------------------------------
1970 Wed Oct  2 19:25:58 CEST 2013 - ma@suse.de
1971
1972 - fix handling symlinks in export pathname on NFSv4 (bnc#804544)
1973 - Bump major version for Factory
1974   13.1 is continued on SuSE-Code-13_1-Branch
1975 - version 14.0.0 (0)
1976
1977 -------------------------------------------------------------------
1978 Sun Sep 29 01:15:02 CEST 2013 - ma@suse.de
1979
1980 - Update zypp-po.tar.bz2
1981
1982 -------------------------------------------------------------------
1983 Sun Sep 22 01:14:26 CEST 2013 - ma@suse.de
1984
1985 - Update zypp-po.tar.bz2
1986
1987 -------------------------------------------------------------------
1988 Wed Sep 18 17:06:06 CEST 2013 - ma@suse.de
1989
1990 - Allow multiversionSpec manipulation in ZConfig
1991 - Fix string hexdecoding
1992 - Avoid parsing gpg subkeys but still parse multiple keys
1993 - version 13.7.0 (6)
1994
1995 -------------------------------------------------------------------
1996 Sun Sep 15 01:14:55 CEST 2013 - ma@suse.de
1997
1998 - Update zypp-po.tar.bz2
1999
2000 -------------------------------------------------------------------
2001 Thu Sep 12 01:15:29 CEST 2013 - ma@suse.de
2002
2003 - Update zypp-po.tar.bz2
2004
2005 -------------------------------------------------------------------
2006 Thu Sep  5 01:13:43 CEST 2013 - ma@suse.de
2007
2008 - Update zypp-po.tar.bz2
2009
2010 -------------------------------------------------------------------
2011 Mon Sep  2 17:04:37 CEST 2013 - ma@suse.de
2012
2013 - Avoid parsing gpg subkeys
2014 - Use explicit operator bool in TmpPath
2015 - Must keep legacy rpm level flag (bnc#838039)
2016 - version 13.6.0 (6)
2017
2018 -------------------------------------------------------------------
2019 Sun Sep  1 01:14:03 CEST 2013 - ma@suse.de
2020
2021 - Update zypp-po.tar.bz2
2022
2023 -------------------------------------------------------------------
2024 Thu Aug 29 01:13:44 CEST 2013 - ma@suse.de
2025
2026 - Update zypp-po.tar.bz2
2027
2028 -------------------------------------------------------------------
2029 Tue Aug 27 19:10:37 CEST 2013 - ma@suse.de
2030
2031 - remove deprecated methods
2032 - fix key expiry date parsing (bnc#828672)
2033 - Provide additional keys data in case the ASCII armored blob
2034   containes multiple keys
2035 - No rpmdb key import in readony mode (bnc#828672)
2036 - Fix rpmdb key import/export (bnc#828672)
2037 - Reduce amount of gpg calls when importing/exporting keys.
2038 - Add public accessible PublicKeyData/PublicKeyScanner classes
2039 - fix ASCII armored PublicKey parsing (bnc#828672)
2040 - fix typo (bnc#761985)
2041 - Fix multiversion update candidate to respect an installed objects
2042   arch and vendor (bnc#820444)
2043 - fix logfile truncation introduced by previous fix for (bnc#825490)
2044 - Swig can't handle move constructor
2045 - Workaround bnc#819354 by executing rpm in /. (bnc#827609)
2046 - Try to detect Arch_ppc64p7 (requires glibc-2.16: getauxval)
2047 - Fix file probing via tftp:// (bnc#803316)
2048 - Add armv7hl to armv6hl compat to be in sync with libsolv.
2049 - Support for armv6hl
2050 - version 13.5.0 (5)
2051
2052 -------------------------------------------------------------------
2053 Thu Aug 22 01:13:25 CEST 2013 - ma@suse.de
2054
2055 - Update zypp-po.tar.bz2
2056
2057 -------------------------------------------------------------------
2058 Sun Aug 18 01:13:20 CEST 2013 - ma@suse.de
2059
2060 - Update zypp-po.tar.bz2
2061
2062 -------------------------------------------------------------------
2063 Thu Aug 15 01:13:27 CEST 2013 - ma@suse.de
2064
2065 - Update zypp-po.tar.bz2
2066
2067 -------------------------------------------------------------------
2068 Thu Aug  8 01:13:27 CEST 2013 - ma@suse.de
2069
2070 - Update zypp-po.tar.bz2
2071
2072 -------------------------------------------------------------------
2073 Sun Aug  4 01:13:59 CEST 2013 - ma@suse.de
2074
2075 - Update zypp-po.tar.bz2
2076
2077 -------------------------------------------------------------------
2078 Thu Aug  1 01:13:52 CEST 2013 - ma@suse.de
2079
2080 - Update zypp-po.tar.bz2
2081
2082 -------------------------------------------------------------------
2083 Thu Jul 25 01:13:40 CEST 2013 - ma@suse.de
2084
2085 - Update zypp-po.tar.bz2
2086
2087 -------------------------------------------------------------------
2088 Thu Jul 18 01:13:43 CEST 2013 - ma@suse.de
2089
2090 - Update zypp-po.tar.bz2
2091
2092 -------------------------------------------------------------------
2093 Sun Jul 14 01:13:38 CEST 2013 - ma@suse.de
2094
2095 - Update zypp-po.tar.bz2
2096
2097 -------------------------------------------------------------------
2098 Thu Jul 11 01:13:49 CEST 2013 - ma@suse.de
2099
2100 - Update zypp-po.tar.bz2
2101
2102 -------------------------------------------------------------------
2103 Fri Jun 21 20:24:39 CEST 2013 - ma@suse.de
2104
2105 - Fix testcases failing if local pathnames contain umlauts
2106 - Pathname: add move constructor and fix assign
2107 - Set logfile permission upon file creation only (bnc#825490)
2108 - Add arch ppc64p7
2109 - version 13.4.0 (4)
2110
2111 -------------------------------------------------------------------
2112 Tue Jun 11 11:37:48 CEST 2013 - ma@suse.de
2113
2114 - Speedup scanning for modaliases (bnc#824110)
2115 - version 13.3.0 (2)
2116
2117 -------------------------------------------------------------------
2118 Sun May 26 01:13:15 CEST 2013 - ma@suse.de
2119
2120 - Update zypp-po.tar.bz2
2121
2122 -------------------------------------------------------------------
2123 Thu May 23 01:13:13 CEST 2013 - ma@suse.de
2124
2125 - Update zypp-po.tar.bz2
2126
2127 -------------------------------------------------------------------
2128 Thu May 16 12:22:48 CEST 2013 - ma@suse.de
2129
2130 - Remove deprecated old stuff (aria2 support,
2131   old InstallOrder, old History parser)
2132 - version 13.2.0 (2)
2133
2134 -------------------------------------------------------------------
2135 Thu May 16 01:13:47 CEST 2013 - ma@suse.de
2136
2137 - Update zypp-po.tar.bz2
2138
2139 -------------------------------------------------------------------
2140 Sun May 12 01:13:39 CEST 2013 - ma@suse.de
2141
2142 - Update zypp-po.tar.bz2
2143
2144 -------------------------------------------------------------------
2145 Thu May  9 01:13:54 CEST 2013 - ma@suse.de
2146
2147 - Update zypp-po.tar.bz2
2148
2149 -------------------------------------------------------------------
2150 Thu May  2 11:07:52 CEST 2013 - ma@suse.de
2151
2152 - Discourage using SafeBool in favor of explicit operator bool
2153 - version 13.1.0 (1)
2154
2155 -------------------------------------------------------------------
2156 Mon Apr 29 10:41:46 CEST 2013 - ma@suse.de
2157
2158 - Testsuite: Workaround boost::thread being not header only since
2159   boost-1.50 (boost ticket 7085)
2160 - Adaptions to smart_pointer changes in boost-1.53; mainly introduce
2161   explicit operator bool; constructible and comparable with nullptr_t.
2162 - Bump major version for Factory
2163   12.x is continued on SuSE-Code-12_3-Branch
2164 - version 13.0.0 (0)
2165
2166 -------------------------------------------------------------------
2167 Sun Apr 28 01:14:07 CEST 2013 - ma@suse.de
2168
2169 - Update zypp-po.tar.bz2
2170
2171 -------------------------------------------------------------------
2172 Fri Apr  5 14:26:35 CEST 2013 - ma@suse.de
2173
2174 - added new fuction zypp::ZYpp::provideSrcPackage
2175 - Treat opensuse-education as separate vendor (bnc#812608)
2176 - AArch64 support
2177 - version 12.11.0 (0)
2178
2179 -------------------------------------------------------------------
2180 Wed Mar 27 12:31:17 CET 2013 - ma@suse.de
2181
2182 - added tftp-support (bnc#803316)
2183 - version 12.10.1 (0)
2184
2185 -------------------------------------------------------------------
2186 Tue Mar 26 13:06:21 CET 2013 - ma@suse.de
2187
2188 - Update zypp-po.tar.bz2
2189
2190 -------------------------------------------------------------------
2191 Thu Mar 21 01:13:45 CET 2013 - ma@suse.de
2192
2193 - Update zypp-po.tar.bz2
2194
2195 -------------------------------------------------------------------
2196 Sun Mar 10 01:14:01 CET 2013 - ma@suse.de
2197
2198 - Update zypp-po.tar.bz2
2199
2200 -------------------------------------------------------------------
2201 Thu Mar  7 14:13:42 CET 2013 - ma@suse.de
2202
2203 - Adapt to libsolv dataiterator fixes
2204   (returning random data in some cases)
2205 - Require and adapt to changes in libsolv-0.3.0
2206 - version 12.10.0 (0)
2207
2208 -------------------------------------------------------------------
2209 Thu Mar  7 01:13:25 CET 2013 - ma@suse.de
2210
2211 - Update zypp-po.tar.bz2
2212
2213 -------------------------------------------------------------------
2214 Sun Mar  3 01:15:52 CET 2013 - ma@suse.de
2215
2216 - Update zypp-po.tar.bz2
2217
2218 -------------------------------------------------------------------
2219 Wed Feb 27 08:41:18 CET 2013 - ma@suse.de
2220
2221 - Rephrase error message if 'lsof' is not installed (bnc#694427)
2222 - version 12.9.0 (0)
2223
2224 -------------------------------------------------------------------
2225 Fri Feb 15 12:49:18 CET 2013 - ma@suse.de
2226
2227 - Handle dangling update script symlinks in instsys. (bnc#803751)
2228 - version 12.8.1 (0)
2229
2230 -------------------------------------------------------------------
2231 Thu Feb 14 01:13:28 CET 2013 - ma@suse.de
2232
2233 - Update zypp-po.tar.bz2
2234
2235 -------------------------------------------------------------------
2236 Thu Feb  7 01:16:50 CET 2013 - ma@suse.de
2237
2238 - Update zypp-po.tar.bz2
2239
2240 -------------------------------------------------------------------
2241 Mon Feb  4 12:35:51 CET 2013 - ma@suse.de
2242
2243 - Update zypp-po.tar.bz2
2244
2245 -------------------------------------------------------------------
2246 Tue Jan 22 11:06:55 CET 2013 - ma@suse.de
2247
2248 - make multicurl suppress progress reports for the metalink download
2249 - work around libcurl bug that sometimes gives us old values in the
2250   progress callback
2251 - version 12.8.0 (0)
2252
2253 -------------------------------------------------------------------
2254 Fri Jan 18 14:07:50 CET 2013 - ma@suse.de
2255
2256 - Reduce logging
2257 - MediaMultiCurl: throw AbortRequestException if aborted by user
2258 - version 12.7.0 (0)
2259
2260 -------------------------------------------------------------------
2261 Sun Jan 13 01:13:23 CET 2013 - ma@suse.de
2262
2263 - Update zypp-po.tar.bz2
2264
2265 -------------------------------------------------------------------
2266 Sun Jan  6 01:13:17 CET 2013 - ma@suse.de
2267
2268 - Update zypp-po.tar.bz2
2269
2270 -------------------------------------------------------------------
2271 Thu Dec 27 01:13:27 CET 2012 - ma@suse.de
2272
2273 - Update zypp-po.tar.bz2
2274
2275 -------------------------------------------------------------------
2276 Mon Dec 17 13:31:15 CET 2012 - ma@suse.de
2277
2278 - Add NamedValue<_Tp>: Simple value<>name mapping supporting aliases
2279 - Enable zypper to remove zypp locks without evaluating the
2280   query (bnc#792901)
2281 - Configure curl to "not fix the BEAST attack" (bnc#779177)
2282 - version 12.6.0 (0)
2283
2284 -------------------------------------------------------------------
2285 Sun Dec 16 01:13:16 CET 2012 - ma@suse.de
2286
2287 - Update zypp-po.tar.bz2
2288
2289 -------------------------------------------------------------------
2290 Mon Dec  3 14:31:59 CET 2012 - ma@suse.de
2291
2292 - HistoryLogReader: new HistoryLogData based API for parsing the new
2293   history file entries (fate#312521)
2294   The old HistoryItem based API is deprecated but will
2295   still be available for a while if you compile with
2296   -DWITH_DEPRECATED_HISTORYITEM_API.
2297 - Write userdata string to history log (fate#312521)
2298 - Add HistoryLogReader testcases
2299 - Adapt to libsolv 'medianr'-changes
2300 - version 12.5.0 (0)
2301
2302 -------------------------------------------------------------------
2303 Thu Nov 22 01:14:42 CET 2012 - ma@suse.de
2304
2305 - Update zypp-po.tar.bz2
2306
2307 -------------------------------------------------------------------
2308 Sun Nov 18 01:13:44 CET 2012 - ma@suse.de
2309
2310 - Update zypp-po.tar.bz2
2311
2312 -------------------------------------------------------------------
2313 Tue Nov 13 15:40:10 CET 2012 - ma@suse.de
2314
2315 - Forward userdata string to commit plugins in BEGINPLUGIN (fate#312521)
2316 - Extend ZConfig to store a user defined string value (fate#312521)
2317 - Add SIGSEGV handler trying to log a stack trace
2318 - Add zypp::dumpBacktrace to dump current stack trace to a stream.
2319 - Use gettext plural handling (bnc#784666)
2320 - version 12.4.0 (0)
2321
2322 -------------------------------------------------------------------
2323 Sun Nov  4 01:13:21 CET 2012 - ma@suse.de
2324
2325 - Update zypp-po.tar.bz2
2326
2327 -------------------------------------------------------------------
2328 Wed Oct 24 10:40:38 CEST 2012 - ma@suse.de
2329
2330 - Add simple sysconfig::write (bnc#766598)
2331 - For installed products also filelists when trying to find the buddy
2332   (bnc#784900)
2333 - Provide information whether product license needs to be accepted.
2334 - version 12.3.0 (0)
2335
2336 -------------------------------------------------------------------
2337 Thu Oct 18 01:13:43 CEST 2012 - ma@suse.de
2338
2339 - Update zypp-po.tar.bz2
2340
2341 -------------------------------------------------------------------
2342 Sun Oct  7 01:13:41 CEST 2012 - ma@suse.de
2343
2344 - Update zypp-po.tar.bz2
2345
2346 -------------------------------------------------------------------
2347 Mon Oct  1 11:00:42 CEST 2012 - ma@suse.de
2348
2349 - Enable multiversion kernel and set multiversion.kernels in
2350   /etc/zypp/zypp.conf to keep the latest, latest-1 and the running.
2351 - Fix typo (bnc#782801)
2352 - Relax evaluation of patch category tags (case insensitive)
2353
2354 -------------------------------------------------------------------
2355 Sun Sep 30 01:13:18 CEST 2012 - ma@suse.de
2356
2357 - Update zypp-po.tar.bz2
2358
2359 -------------------------------------------------------------------
2360 Sun Sep 16 01:14:34 CEST 2012 - ma@suse.de
2361
2362 - Update zypp-po.tar.bz2
2363
2364 -------------------------------------------------------------------
2365 Wed Sep 12 10:28:00 CEST 2012 - ma@suse.de
2366
2367 - Add str::commonPrefix
2368 - version 12.2.0 (0)
2369
2370 -------------------------------------------------------------------
2371 Sun Sep  9 01:13:25 CEST 2012 - ma@suse.de
2372
2373 - Update zypp-po.tar.bz2
2374
2375 -------------------------------------------------------------------
2376 Wed Sep  5 11:56:54 CEST 2012 - gs@suse.de
2377
2378 - Provide Target::reload()
2379 - version 12.1.0 (0)
2380
2381 -------------------------------------------------------------------
2382 Sun Aug 26 01:13:31 CEST 2012 - ma@suse.de
2383
2384 - Update zypp-po.tar.bz2
2385
2386 -------------------------------------------------------------------
2387 Thu Aug 23 01:13:47 CEST 2012 - ma@suse.de
2388
2389 - Update zypp-po.tar.bz2
2390
2391 -------------------------------------------------------------------
2392 Sun Aug 19 01:14:11 CEST 2012 - ma@suse.de
2393
2394 - Update zypp-po.tar.bz2
2395
2396 -------------------------------------------------------------------
2397 Thu Aug 16 01:13:43 CEST 2012 - ma@suse.de
2398
2399 - Update zypp-po.tar.bz2
2400
2401 -------------------------------------------------------------------
2402 Fri Aug 10 12:53:47 CEST 2012 - ma@suse.de
2403
2404 - Implement $ZYPP_LOCK_TIMEOUT: number of seconds to wait for a
2405   zypplock becoming available (bnc#772965)
2406 - Unify update-scripts with same content(md5sum) (bnc#773575)
2407 - version 12.0.1 (0)
2408
2409 -------------------------------------------------------------------
2410 Thu Aug  9 01:15:12 CEST 2012 - ma@suse.de
2411
2412 - Update zypp-po.tar.bz2
2413
2414 -------------------------------------------------------------------
2415 Thu Aug  2 11:55:00 CEST 2012 - ma@suse.de
2416
2417 - set $ZYPP_IS_RUNNING during commit
2418 - Bump major version for Factory
2419   11.x is continued on SuSE-Code-12_2-Branch
2420 - version 12.0.0 (0)
2421
2422 -------------------------------------------------------------------
2423 Thu Aug  2 01:14:11 CEST 2012 - ma@suse.de
2424
2425 - Update zypp-po.tar.bz2
2426
2427 -------------------------------------------------------------------
2428 Wed Aug  1 15:32:40 CEST 2012 - ma@suse.de
2429
2430 - Fixed typo (bnc#773467)
2431 - Erase any old repo instance from pool when (re)loading from cache
2432 - filter zero sized devices in disk usage counter(bnc#769819)
2433 - fix isSoftLocked computation
2434 - fix possibly reporting timeout as "aborted by user" (bnc#665327)
2435 - do not fork the uuidgen program, use kernel interface instead
2436 - remove obsolete hicolor-icon-theme BuildRequires
2437 - version 11.7.0 (6)
2438
2439 -------------------------------------------------------------------
2440 Sun Jul 29 01:13:31 CEST 2012 - ma@suse.de
2441
2442 - Update zypp-po.tar.bz2
2443
2444 -------------------------------------------------------------------
2445 Thu Jul 19 01:13:43 CEST 2012 - ma@suse.de
2446
2447 - Update zypp-po.tar.bz2
2448
2449 -------------------------------------------------------------------
2450 Sun Jul  1 01:13:31 CEST 2012 - ma@suse.de
2451
2452 - Update zypp-po.tar.bz2
2453
2454 -------------------------------------------------------------------
2455 Thu Jun 28 01:14:27 CEST 2012 - ma@suse.de
2456
2457 - Update zypp-po.tar.bz2
2458
2459 -------------------------------------------------------------------
2460 Mon Jun 25 15:23:10 CEST 2012 - ma@suse.de
2461
2462 - zypp.conf:servicesdir is ignored (bnc#765528)
2463 - allow libcurl to take proxy from environment iff proxy is not
2464   configured or disallowed (bnc#745404)
2465 - version 11.6.3 (6)
2466
2467 -------------------------------------------------------------------
2468 Sun Jun 24 01:14:32 CEST 2012 - ma@suse.de
2469
2470 - Update zypp-po.tar.bz2
2471
2472 -------------------------------------------------------------------
2473 Thu Jun 14 01:13:35 CEST 2012 - ma@suse.de
2474
2475 - Update zypp-po.tar.bz2
2476
2477 -------------------------------------------------------------------
2478 Fri Jun  8 15:57:22 CEST 2012 - ma@suse.de
2479
2480 - Adjust weaklock fix
2481
2482 -------------------------------------------------------------------
2483 Fri Jun  8 14:16:15 CEST 2012 - ma@suse.de
2484
2485 - Fix processing of weak locks (bnc#749418, bnc#765164)
2486 - [valgrind] don't dereference if we may be past the end of the repositories.
2487 - add armv7hl workaround for Adrian
2488 - version 11.6.2 (6)
2489
2490 -------------------------------------------------------------------
2491 Sun Jun  3 01:14:09 CEST 2012 - ma@suse.de
2492
2493 - Update zypp-po.tar.bz2
2494
2495 -------------------------------------------------------------------
2496 Thu May 31 10:07:37 UTC 2012 - dmacvicar@suse.com
2497
2498 - fix an invalid read revealed by valgrind in
2499   RepositoryIterator::increment()
2500
2501 -------------------------------------------------------------------
2502 Sun May 20 01:13:30 CEST 2012 - ma@suse.de
2503
2504 - Update zypp-po.tar.bz2
2505
2506 -------------------------------------------------------------------
2507 Thu May 17 01:15:25 CEST 2012 - ma@suse.de
2508
2509 - Update zypp-po.tar.bz2
2510
2511 -------------------------------------------------------------------
2512 Sun May 13 01:14:15 CEST 2012 - ma@suse.de
2513
2514 - Update zypp-po.tar.bz2
2515
2516 -------------------------------------------------------------------
2517 Tue May  8 13:39:22 CEST 2012 - ma@suse.de
2518
2519 - Use ld version script to hide symbols outside zypp namespace (bnc#755324)
2520 - remove base/Deprecated.h (macros now in APIConfig.h)
2521 - Disribute Easy.h in APIConfig.h
2522 - Add APIConfig.h providing ZYPP_API and ZYPP_LOCAL macros
2523 - version 11.6.0 (6)
2524
2525 -------------------------------------------------------------------
2526 Fri May  4 11:18:17 CEST 2012 - ma@suse.de
2527
2528 - build with gcc-4.7 (bnc#755324)
2529 - version 11.5.0 (5)
2530
2531 -------------------------------------------------------------------
2532 Wed Apr 25 18:50:20 CEST 2012 - ma@suse.de
2533
2534 - Fix lost device info when mounting CD/DVD
2535
2536 -------------------------------------------------------------------
2537 Sun Apr 22 01:15:46 CEST 2012 - ma@suse.de
2538
2539 - Update zypp-po.tar.bz2
2540
2541 -------------------------------------------------------------------
2542 Thu Apr 19 10:19:05 CEST 2012 - ma@suse.de
2543
2544 - Always consider (block) devices passed as url option (bnc#755815)
2545
2546 -------------------------------------------------------------------
2547 Thu Apr 19 01:14:57 CEST 2012 - ma@suse.de
2548
2549 - Update zypp-po.tar.bz2
2550
2551 -------------------------------------------------------------------
2552 Wed Apr 18 18:38:06 CEST 2012 - ma@suse.de
2553
2554 - Fix install progress hopping back and forth
2555 - Try to create a missing destination dir before switching to tmp
2556   space (bnc#755239)
2557
2558 -------------------------------------------------------------------
2559 Mon Apr 16 14:52:35 CEST 2012 - ma@suse.de
2560
2561 - ResStatus: add 'unneeded' bit (determined by solver)
2562 - Force using gcc-4.6 until it builds with 4.7
2563 - Support multiversion definitions being read from files in /etc/zypp/multiversion.d.
2564 - Workaround doxygen SEGV and accept incomplete docs (until bnc#755402 is fixed)
2565 - Rename zypp::sat::AttrMatcher to zypp::StrMatcher (base/StrMatcher.h)
2566 - Support (source)package download by non-root user (bnc#755239)
2567 - Delay construction of ZYppGlobalLock until its actually needed (bnc#575096)
2568 - Fix buddy handling in solver results
2569 - Simplify Selectable::multiversionInstall
2570 - Don't cache defaultCandidate as it depends on solver::allowVendorChange flag (bnc#754286)
2571 - version 11.4.0 (4)
2572
2573 -------------------------------------------------------------------
2574 Tue Apr 10 12:11:37 CEST 2012 - ma@suse.de
2575
2576 - Update zypp-po.tar.bz2
2577
2578 -------------------------------------------------------------------
2579 Sun Apr  8 01:13:24 CEST 2012 - ma@suse.de
2580
2581 - Update zypp-po.tar.bz2
2582
2583 -------------------------------------------------------------------
2584 Thu Apr  5 01:16:21 CEST 2012 - ma@suse.de
2585
2586 - Update zypp-po.tar.bz2
2587
2588 -------------------------------------------------------------------
2589 Mon Mar 26 14:47:59 CEST 2012 - ma@suse.de
2590
2591 - Cleanup orphaned media attach points (bnc#751221)
2592 - Show max support status if package is in multiple repos (bnc#735841)
2593 - Parse proxy user/pass from url (bnc#752497)
2594 - Add CMake option to disable libproxy usage and disable it on SLE. (bnc#752500)
2595 - version 11.3.0 (1)
2596
2597 -------------------------------------------------------------------
2598 Thu Mar 15 00:31:25 CET 2012 - ma@suse.de
2599
2600 - Add API for patch severity (bnc#733723, FATE#312633)
2601 - version 11.2.0 (1)
2602
2603 -------------------------------------------------------------------
2604 Tue Mar 13 13:04:48 CET 2012 - ma@suse.de
2605
2606 - Force libproxy into using "/etc/sysconfig/proxy" if it exists (bnc#679322)
2607 - Apply soft locks by name and not per package (bnc#749418)
2608 - version 11.1.1 (1)
2609
2610 -------------------------------------------------------------------
2611 Fri Feb  3 13:18:01 CET 2012 - ma@suse.de
2612
2613 - Add Fetcher support for CHECKSUMS file (replaceing SHA1SUMS) (bnc#744302)
2614 - Build with -fvisibility-inlines-hidden
2615 - CheckAccessDeleted: avoid duplicate entries for the same PID (bnc#716972)
2616 - Correctly use user:pass directly embedded in a proxy url (bnc#740764)
2617 - new sat::Map - Libsolv (bit)Map wrapper.
2618 - always set splitprovides to true now that libsolv handles them better
2619 - version 11.1.0 (1)
2620
2621 -------------------------------------------------------------------
2622 Thu Feb  2 01:14:17 CET 2012 - ma@suse.de
2623
2624 - Update zypp-po.tar.bz2
2625
2626 -------------------------------------------------------------------
2627 Sun Jan 29 01:14:28 CET 2012 - ma@suse.de
2628
2629 - Update zypp-po.tar.bz2
2630
2631 -------------------------------------------------------------------
2632 Sun Jan 22 01:13:30 CET 2012 - ma@suse.de
2633
2634 - Update zypp-po.tar.bz2
2635
2636 -------------------------------------------------------------------
2637 Tue Jan 10 18:31:41 CET 2012 - ma@suse.de
2638
2639 - Update zypp-po.tar.bz2
2640
2641 -------------------------------------------------------------------
2642 Fri Dec 23 14:51:25 CET 2011 - ma@suse.de
2643
2644 - Adapt Repository iteration to libsolv changes.
2645 - Add sat::Pool tests
2646 - Fix Flags<> api to be more consistent and add testcase.
2647 - Set min_curl_version 7.19.4 (bnc#735284)
2648 - Doc: add some words about 'Solver - Vendor protection'
2649 - version 11.0.0 (0)
2650
2651 -------------------------------------------------------------------
2652 Thu Dec  1 01:13:37 CET 2011 - ma@suse.de
2653
2654 - Update zypp-po.tar.bz2
2655
2656 -------------------------------------------------------------------
2657 Mon Nov 28 18:08:42 CET 2011 - ma@suse.de
2658
2659 - Fix and optimize Pathname ctor and provide testcases (bnc#721128)
2660 - Open all file descriptors with O_CLOEXEC to avoid leaks and races
2661 - Some improvements to the services documentation
2662 - Fix RW_pointer comparison with underlying smart pointer type.
2663 - version 10.3.5 (3)
2664
2665 -------------------------------------------------------------------
2666 Sun Nov 27 01:13:10 CET 2011 - ma@suse.de
2667
2668 - Update zypp-po.tar.bz2
2669
2670 -------------------------------------------------------------------
2671 Thu Nov 17 01:13:15 CET 2011 - ma@suse.de
2672
2673 - Update zypp-po.tar.bz2
2674
2675 -------------------------------------------------------------------
2676 Fri Nov 11 13:38:42 CET 2011 - ma@suse.de
2677
2678 - Try to find and use some CD/DVD device even if HAL/UDEV detection
2679   fails (bnc#724807)
2680 - Static initialization problem fixes (by Harald Fernengel)
2681 - version 10.3.4 (3)
2682
2683 -------------------------------------------------------------------
2684 Mon Nov  7 15:45:28 CET 2011 - ma@suse.de
2685
2686 - Don't use proxy if disabled (bnc#696805)
2687 - version 10.3.3 (3)
2688
2689 -------------------------------------------------------------------
2690 Mon Nov  7 13:49:44 UTC 2011 - dimstar@opensuse.org
2691
2692 - Add pkg-config BuildRequires: We fail to detect libproxy due to
2693   the missing pkg-config. Additionally, we have a .pc file
2694   ourselfes, which we do not get the provides for [bnc#696805]
2695
2696 -------------------------------------------------------------------
2697 Thu Nov  3 14:58:42 CET 2011 - ma@suse.de
2698
2699 - Let RepoInfo::keepPackages properly default to FALSE (bnc#727385)
2700 - version 10.3.2 (3)
2701
2702 -------------------------------------------------------------------
2703 Thu Nov  3 01:13:12 CET 2011 - ma@suse.de
2704
2705 - Update zypp-po.tar.bz2
2706
2707 -------------------------------------------------------------------
2708 Sun Oct 30 01:14:41 CEST 2011 - ma@suse.de
2709
2710 - Update zypp-po.tar.bz2
2711
2712 -------------------------------------------------------------------
2713 Thu Oct 27 01:14:10 CEST 2011 - ma@suse.de
2714
2715 - Update zypp-po.tar.bz2
2716
2717 -------------------------------------------------------------------
2718 Mon Oct 24 13:35:56 CEST 2011 - ma@suse.de
2719
2720 - Explicitly include textLocale in package translation download
2721
2722 -------------------------------------------------------------------
2723 Mon Oct 24 09:37:31 CEST 2011 - ma@suse.de
2724
2725 - Update libversion info (due to ABI change in 10.2.0 (bnc#725407)
2726 - version 10.3.1 (3)
2727
2728 -------------------------------------------------------------------
2729 Sun Oct 23 01:13:11 CEST 2011 - ma@suse.de
2730
2731 - Update zypp-po.tar.bz2
2732
2733 -------------------------------------------------------------------
2734 Fri Oct 21 11:47:39 CEST 2011 - ma@suse.de
2735
2736 - Add zypp.conf option repo.refresh.locales: A list of locales for
2737   which translated package descriptions should be downloaded if
2738   available.
2739 - Explixitly set CURLOPT_PROXYAUTH
2740 - version 10.3.0 (1)
2741
2742 -------------------------------------------------------------------
2743 Tue Oct 18 16:45:13 CEST 2011 - ma@suse.de
2744
2745 - Add arch armv7tnhl and armv7thl
2746 - Fix RepoVariablesReplacer to compute substitution values on demand only
2747 - PathInfo::hardlinkCopy: fix handling cross-device links
2748 - version 10.2.0 (1)
2749
2750 -------------------------------------------------------------------
2751 Sun Oct 16 01:13:37 CEST 2011 - ma@suse.de
2752
2753 - Update zypp-po.tar.bz2
2754
2755 -------------------------------------------------------------------
2756 Thu Oct 13 11:50:26 CEST 2011 - ma@suse.de
2757
2758 - Must not differ between type nfs and nfs4 when checking the mount
2759   table (bnc#710269)
2760 - version 10.1.1 (1)
2761
2762 -------------------------------------------------------------------
2763 Thu Oct 13 01:13:37 CEST 2011 - ma@suse.de
2764
2765 - Update zypp-po.tar.bz2
2766
2767 -------------------------------------------------------------------
2768 Tue Oct 11 15:20:43 CEST 2011 - ma@suse.de
2769
2770 - Switch to using libsolv instead of satsolver
2771 - version 10.1.0 (1)
2772
2773 -------------------------------------------------------------------
2774 Sun Oct  9 01:13:16 CEST 2011 - ma@suse.de
2775
2776 - Update zypp-po.tar.bz2
2777
2778 -------------------------------------------------------------------
2779 Thu Oct  6 01:14:00 CEST 2011 - ma@suse.de
2780
2781 - Update zypp-po.tar.bz2
2782
2783 -------------------------------------------------------------------
2784 Tue Sep 20 09:57:04 CEST 2011 - ma@suse.de
2785
2786 - Bump major version for Factory; 9.x is continued on SLE-11-SP2-Branch
2787 - version 10.0.0 (0)
2788
2789 -------------------------------------------------------------------
2790 Tue Sep 13 10:51:53 CEST 2011 - ma@suse.de
2791
2792 - Enhance Selectable API
2793 - version 9.11.0 (8)
2794
2795 -------------------------------------------------------------------
2796 Sun Sep 11 01:18:59 CEST 2011 - ma@suse.de
2797
2798 - Update sle-zypp-po.tar.bz2
2799
2800 -------------------------------------------------------------------
2801 Sun Sep 11 01:13:12 CEST 2011 - ma@suse.de
2802
2803 - Update zypp-po.tar.bz2
2804
2805 -------------------------------------------------------------------
2806 Thu Sep  8 01:19:28 CEST 2011 - ma@suse.de
2807
2808 - Update sle-zypp-po.tar.bz2
2809
2810 -------------------------------------------------------------------
2811 Thu Sep  8 01:14:08 CEST 2011 - ma@suse.de
2812
2813 - Update zypp-po.tar.bz2
2814
2815 -------------------------------------------------------------------
2816 Wed Sep  7 12:38:23 CEST 2011 - ma@suse.de
2817
2818 - Explicitly require rpm.
2819 - version 9.10.2 (8)
2820
2821 -------------------------------------------------------------------
2822 Sun Sep  4 01:16:54 CEST 2011 - ma@suse.de
2823
2824 - Update sle-zypp-po.tar.bz2
2825
2826 -------------------------------------------------------------------
2827 Sun Sep  4 01:13:27 CEST 2011 - ma@suse.de
2828
2829 - Update zypp-po.tar.bz2
2830
2831 -------------------------------------------------------------------
2832 Thu Sep  1 01:13:36 CEST 2011 - ma@suse.de
2833
2834 - Update zypp-po.tar.bz2
2835
2836 -------------------------------------------------------------------
2837 Mon Aug 29 10:51:04 CEST 2011 - ma@suse.de
2838
2839 - Extend mount entry comparison fix (bnc#710269)
2840 - version 9.10.2 (8)
2841
2842 -------------------------------------------------------------------
2843 Thu Aug 25 01:17:06 CEST 2011 - ma@suse.de
2844
2845 - Update sle-zypp-po.tar.bz2
2846
2847 -------------------------------------------------------------------
2848 Mon Aug 22 13:57:16 CEST 2011 - ma@suse.de
2849
2850 - Update sle-zypp-po.tar.bz2
2851
2852 -------------------------------------------------------------------
2853 Sun Aug 14 01:13:21 CEST 2011 - ma@suse.de
2854
2855 - Update zypp-po.tar.bz2
2856
2857 -------------------------------------------------------------------
2858 Sun Aug  7 01:16:07 CEST 2011 - ma@suse.de
2859
2860 - Update zypp-po.tar.bz2
2861
2862 -------------------------------------------------------------------
2863 Fri Aug  5 15:20:07 CEST 2011 - ma@suse.de
2864
2865 - Attempt to fix smb mount entry comparison (bnc#710269)
2866 - version 9.10.1 (8)
2867
2868 -------------------------------------------------------------------
2869 Thu Aug  4 14:54:47 CEST 2011 - ma@suse.de
2870
2871 - Allow to turn Resolvers upgrade mode on and off (bnc#709480)
2872 - Fix reading of integer arrays from rpm headers (bnc#709716)
2873 - version 9.10.0 (8)
2874
2875 -------------------------------------------------------------------
2876 Thu Aug  4 01:14:00 CEST 2011 - ma@suse.de
2877
2878 - Update zypp-po.tar.bz2
2879
2880 -------------------------------------------------------------------
2881 Thu Jul 28 13:04:10 CEST 2011 - ma@suse.de
2882
2883 - Evaluate CURLINFO_CONDITION_UNMET on zero sized successful transfers,
2884   if compiled against libcurl-7.19.4 or above. (bnc#692260)
2885 - version 9.9.2 (8)
2886
2887 -------------------------------------------------------------------
2888 Mon Jul 25 16:20:37 CEST 2011 - ma@suse.de
2889
2890 - Always read /proc/mounts when looking for mounted media (bnc#705893)
2891 - version 9.9.1 (8)
2892
2893 -------------------------------------------------------------------
2894 Fri Jul 22 13:12:34 CEST 2011 - ma@suse.de
2895
2896 - MediaUserAuth: Do not expose libcurl header files.
2897 - version 9.9.0 (8)
2898
2899 -------------------------------------------------------------------
2900 Mon Jul 18 11:33:25 CEST 2011 - ma@suse.de
2901
2902 - More initialize parser structure fixes. (bnc#705181)
2903 - version 9.8.7 (8)
2904
2905 -------------------------------------------------------------------
2906 Fri Jul 15 15:15:01 CEST 2011 - ma@suse.de
2907
2908 - Check for /etc/sysconfig/storage changes before solving (bnc#702365)
2909 - version 9.8.6 (8)
2910
2911 -------------------------------------------------------------------
2912 Fri Jul 15 13:58:53 CEST 2011 - ma@suse.de
2913
2914 - Properly initialize parser structures (bnc#705181)
2915 - version 9.8.5 (8)
2916
2917 -------------------------------------------------------------------
2918 Thu Jul  7 15:53:17 CEST 2011 - ma@suse.de
2919
2920 - Fix tests for available libcurl version.
2921 - version 9.8.4 (8)
2922
2923 -------------------------------------------------------------------
2924 Thu Jul  7 01:13:47 CEST 2011 - ma@suse.de
2925
2926 - Update zypp-po.tar.bz2
2927
2928 -------------------------------------------------------------------
2929 Mon Jul  4 10:41:42 CEST 2011 - ma@suse.de
2930
2931 - Make fix for bnc#702576 more robust.
2932 - Enhance fix for bnc#699435. Return an error if download in advance
2933   failed to provide all packages, so zypper does not silently quit.
2934 - version 9.8.3 (8)
2935
2936 -------------------------------------------------------------------
2937 Thu Jun 30 01:13:43 CEST 2011 - ma@suse.de
2938
2939 - Update zypp-po.tar.bz2
2940
2941 -------------------------------------------------------------------
2942 Wed Jun 29 12:23:24 CEST 2011 - ma@suse.de
2943
2944 - Always compute transaction from pool (bnc#702576)
2945 - version 9.8.2 (8)
2946
2947 -------------------------------------------------------------------
2948 Tue Jun 28 16:04:50 CEST 2011 - ma@suse.de
2949
2950 - Add feature provides for supported plugins.
2951
2952 -------------------------------------------------------------------
2953 Tue Jun 21 10:44:47 CEST 2011 - dmacvicar@suse.de
2954
2955 - Add configuration template for automatic kernel
2956   purge (feature#312018) to zypp.conf
2957
2958 -------------------------------------------------------------------
2959 Tue Jun 14 13:38:00 CEST 2011 - ma@suse.de
2960
2961 - Fix download loop to skip non-install actions. (bnc#699435)
2962 - version 9.8.1 (8)
2963
2964 -------------------------------------------------------------------
2965 Sun Jun 12 01:13:36 CEST 2011 - ma@suse.de
2966
2967 - Update zypp-po.tar.bz2
2968
2969 -------------------------------------------------------------------
2970 Thu Jun  9 09:34:51 CEST 2011 - ma@suse.de
2971
2972 - Fix missing return value.
2973
2974 -------------------------------------------------------------------
2975 Wed Jun  8 12:58:54 CEST 2011 - ma@suse.de
2976
2977 - Simplify ZYppCommitResult by using filtered Transaction::action_iterator.
2978 - version 9.8.0 (8)
2979
2980 -------------------------------------------------------------------
2981 Tue Jun  7 14:12:35 CEST 2011 - ma@suse.de
2982
2983 - Update zypp-po.tar.bz2
2984
2985 -------------------------------------------------------------------
2986 Tue Jun  7 12:42:20 CEST 2011 - ma@suse.de
2987
2988 - Fix transaction ORDER_BY_MEDIANR.
2989 - version 9.7.0 (5)
2990
2991 -------------------------------------------------------------------
2992 Fri Jun  3 23:12:05 CEST 2011 - ma@suse.de
2993
2994 - Basic commit plugins implemented. They may be used to implement pre/post
2995   commit actions like taking file system snapshots (fate#303699)
2996 - version 9.6.0 (5)
2997
2998 -------------------------------------------------------------------
2999 Tue May 31 17:27:45 CEST 2011 - ma@suse.de
3000
3001 - Do commit based on sat::Transaction.
3002 - version 9.5.0 (5)
3003
3004 -------------------------------------------------------------------
3005 Tue May 31 12:09:17 CEST 2011 - ma@suse.de
3006
3007 - Assert rpm database directory is created before rpmtsInitDB is
3008   called (bnc#697115)
3009
3010 -------------------------------------------------------------------
3011 Tue May 31 11:46:57 CEST 2011 - dheidler@suse.de
3012
3013 - fix var definition order in PackageProvider
3014 - fix operator~ return datatype for flags (ctor is explicit)
3015 - add method interactiveFlags to Patch describing what makes it
3016   interactive
3017 - version 9.4.0 (3)
3018
3019 -------------------------------------------------------------------
3020 Tue May 31 10:12:12 CEST 2011 - ma@suse.de
3021
3022 - Recommend 'lsof' (for zypper ps) (bnc#694427, bnc#684466)
3023
3024 -------------------------------------------------------------------
3025 Mon May 30 17:14:14 CEST 2011 - dheidler@suse.de
3026
3027 - Switch patch interactive-check to flags
3028 - version 9.3.0 (3)
3029
3030 -------------------------------------------------------------------
3031 Sun May 29 01:13:42 CEST 2011 - ma@suse.de
3032
3033 - Update zypp-po.tar.bz2
3034
3035 -------------------------------------------------------------------
3036 Fri May 27 17:02:05 CEST 2011 - ma@suse.de
3037
3038 - fix specfile to handle sles translations if available
3039
3040 -------------------------------------------------------------------
3041 Fri May 27 09:51:13 CEST 2011 - ma@suse.de
3042
3043 - Avoid using #elifdef directive.
3044
3045 -------------------------------------------------------------------
3046 Thu May 26 01:13:43 CEST 2011 - ma@suse.de
3047
3048 - Update zypp-po.tar.bz2
3049
3050 -------------------------------------------------------------------
3051 Wed May 25 09:22:28 CEST 2011 - ma@suse.de
3052
3053 - Add a fallback gnome-packagekit updater in package-manager (bnc#667504)
3054 - Backport changelog entries from SLE11-SP1 branch. Bugs mentioned here
3055   were either fixed without bnc# or do not apply to this branch. This is
3056   to make the changelog checker happy:
3057   - Set proper defaults for service repos (bnc#673943)
3058
3059 -------------------------------------------------------------------
3060 Tue May 24 12:43:32 CEST 2011 - dheidler@suse.de
3061
3062 - add option ignore_reboot_flag to Patch::interactive (bnc#665853)
3063 - version 9.2.0 (2)
3064
3065 -------------------------------------------------------------------
3066 Mon May 23 16:12:32 CEST 2011 - dheidler@suse.de
3067
3068 - respect patch content license when determinating interactive status
3069 - version 9.1.2 (1)
3070
3071 -------------------------------------------------------------------
3072 Mon May 23 12:05:10 CEST 2011 - ma@suse.de
3073
3074 - More rpm-4.9 fixes
3075 - Disable rpm V3toV4 conversion while not working with rpm 4.9
3076
3077 -------------------------------------------------------------------
3078 Sun May 22 01:14:21 CEST 2011 - ma@suse.de
3079
3080 - Update zypp-po.tar.bz2
3081
3082 -------------------------------------------------------------------
3083 Fri May 20 17:11:10 CEST 2011 - ma@suse.de
3084
3085 - Fix for rpm-4.9
3086 - version 9.1.1 (1)
3087
3088 -------------------------------------------------------------------
3089 Fri May 20 13:43:38 CEST 2011 - ma@suse.de
3090
3091 - Disable use if rpm-4.4 legacy interface (dropped in 4.9) (bnc#691089)
3092 - Fix poolquery handling repo restrictions correctly. (bnc#661976)
3093 - version 9.1.0 (1)
3094
3095 -------------------------------------------------------------------
3096 Wed May 18 14:10:20 CEST 2011 - dmacvicar@suse.de
3097
3098 - Allow MediaCD to build against HAL or nothing
3099   if udev is not present
3100
3101 -------------------------------------------------------------------
3102 Mon May 16 14:42:09 CEST 2011 - dmacvicar@suse.de
3103
3104 - forward port all changes to make it build in Code10
3105
3106 -------------------------------------------------------------------
3107 Mon May 16 11:51:51 UTC 2011 - dmacvicar@suse.de
3108
3109 - make -Werror=format-security optional and used only if
3110   supported
3111
3112 -------------------------------------------------------------------
3113 Sun May 15 01:13:47 CEST 2011 - ma@suse.de
3114
3115 - Update zypp-po.tar.bz2
3116
3117 -------------------------------------------------------------------
3118 Thu May 12 01:13:54 CEST 2011 - ma@suse.de
3119
3120 - Update zypp-po.tar.bz2
3121
3122 -------------------------------------------------------------------
3123 Fri May  6 13:22:35 CEST 2011 - dheidler@suse.de
3124
3125 - delete old metadata temp directories
3126 - version 9.0.3 (0)
3127
3128 -------------------------------------------------------------------
3129 Wed Apr 27 17:17:00 CEST 2011 - dheidler@suse.de
3130
3131 - fix max_concurrent_connections option in MultiCurl (bnc#596089)
3132 - version 9.0.2 (0)
3133
3134 -------------------------------------------------------------------
3135 Sun Apr 17 01:13:40 CEST 2011 - ma@suse.de
3136
3137 - Update zypp-po.tar.bz2
3138
3139 -------------------------------------------------------------------
3140 Tue Apr 12 18:49:32 CEST 2011 - dheidler@suse.de
3141
3142 - check for permissions before writing (fixes bnc#683509)
3143 - version 9.0.1 (0)
3144
3145 -------------------------------------------------------------------
3146 Tue Apr  5 12:08:27 CEST 2011 - ma@suse.de
3147
3148 - Switch ResPoolProxy to use multimap in order to allow iteration
3149   of all Selectables of all kinds.
3150 - Add upper/lower_bound iteration to MapKVIterator.
3151 - Add stream output for multimap/set.
3152 - version 9.0.0 (0)
3153
3154 -------------------------------------------------------------------
3155 Mon Apr  4 15:08:08 CEST 2011 - ma@suse.de
3156
3157 - Update zypp-po.tar.bz2
3158
3159 -------------------------------------------------------------------
3160 Mon Apr  4 15:04:47 CEST 2011 - ma@suse.de
3161
3162 - Update zypp-po.tar.bz2
3163
3164 -------------------------------------------------------------------
3165 Mon Apr  4 15:03:55 CEST 2011 - ma@suse.de
3166
3167 - Update zypp-po.tar.bz2
3168
3169 -------------------------------------------------------------------
3170 Thu Mar 10 01:13:39 CET 2011 - ma@suse.de
3171
3172 - Update zypp-po.tar.bz2
3173
3174 -------------------------------------------------------------------
3175 Sun Mar  6 01:13:41 CET 2011 - ma@suse.de
3176
3177 - Update zypp-po.tar.bz2
3178
3179 -------------------------------------------------------------------
3180 Wed Feb 16 14:24:27 UTC 2011 - dmacvicar@suse.de
3181
3182 - Do not look for $releasever 's value if there is no variable
3183   in the url: parses product file again and again
3184 - version 8.12.2 (10)
3185
3186 -------------------------------------------------------------------
3187 Thu Feb 10 16:01:46 CET 2011 - ma@suse.de
3188
3189 - Remove package-manager.desktop file (bnc#329635)
3190 - version 8.12.1 (10)
3191
3192 -------------------------------------------------------------------
3193 Tue Jan 25 10:09:22 CET 2011 - ma@suse.de
3194
3195 - Apply patch introducing armv7nhl:armv7hl
3196
3197 -------------------------------------------------------------------
3198 Tue Jan 18 12:28:19 UTC 2011 - dmacvicar@suse.de
3199
3200 - allow for Repo Index Services to set the enabled state of
3201   repositories from the server side.
3202 - Fix priority not being set on reading service indexes
3203 - version 8.12.0 (10)
3204
3205 -------------------------------------------------------------------
3206 Fri Jan 14 12:45:18 CET 2011 - ma@suse.de
3207
3208 - Add new ServicePlugin Exceptions.
3209
3210 -------------------------------------------------------------------
3211 Thu Jan 13 01:13:32 CET 2011 - ma@suse.de
3212
3213 - Update zypp-po.tar.bz2
3214
3215 -------------------------------------------------------------------
3216 Thu Dec 23 14:42:02 CET 2010 - dheidler@suse.de
3217
3218 - add method to check if there are manually configured urls
3219 - version 8.11.0 (10)
3220
3221 -------------------------------------------------------------------
3222 Thu Dec 23 11:31:22 CET 2010 - dheidler@suse.de
3223
3224 - create cache directory, if it doesn't exist
3225   when saving mirrorlist
3226 - version 8.10.6 (10)
3227
3228 -------------------------------------------------------------------
3229 Wed Dec 22 12:38:22 CET 2010 - dheidler@suse.de
3230
3231 - moved keepPackages code to RepoInfo::Impl
3232 - version 8.10.5 (10)
3233
3234 -------------------------------------------------------------------
3235 Tue Dec 21 13:29:06 CET 2010 - dheidler@suse.de
3236
3237 - Fix caching of mirrorlist files
3238 - version 8.10.4 (10)
3239
3240 -------------------------------------------------------------------
3241 Thu Dec 16 19:46:00 CET 2010 - ma@suse.de
3242
3243 - Do not export keyring if rpmdb is initialised, but target isn't
3244   (bnc#659494)
3245 - version 8.10.3 (10)
3246
3247 -------------------------------------------------------------------
3248 Fri Dec 10 17:17:07 CET 2010 - dheidler@suse.de
3249
3250 - Catch RPM-Exeption when instaling the Distribution (bnc#658714)
3251 - version 8.10.2 (10)
3252
3253 -------------------------------------------------------------------
3254 Wed Dec  8 14:15:12 CET 2010 - dheidler@suse.de
3255
3256 - fix retrieval of distributionVersion if target is not initialized
3257 - MultiCurl: make sure the server responds with "partial content",
3258   fixes corrupt downloads if the metalink file contains no checksums
3259 - version 8.10.1 (10)
3260
3261 -------------------------------------------------------------------
3262 Wed Dec  1 17:39:16 CET 2010 - dheidler@suse.de
3263
3264 - Added ReplacerVar caching in RepoInfo
3265 - Automaticly remove empty mirrorlist-files
3266 - version 8.10.0 (10)
3267
3268 -------------------------------------------------------------------
3269 Tue Nov 30 17:11:32 CET 2010 - dheidler@suse.de
3270
3271 - Added MirrorList caching
3272 - version 8.9.0 (7)
3273
3274 -------------------------------------------------------------------
3275 Mon Nov 29 12:31:37 CET 2010 - ma@suse.de
3276
3277 - Icons for libzypp should go into desktop-data. (bnc#329635)
3278 - version 8.8.2 (7)
3279
3280 -------------------------------------------------------------------
3281 Wed Nov 24 11:55:59 CET 2010 - ma@suse.de
3282
3283 - Properly handle FTP response 550. (bnc#645747)
3284 - version 8.8.1 (7)
3285
3286 -------------------------------------------------------------------
3287 Fri Nov 19 11:24:39 CET 2010 - mls@suse.de
3288
3289 - fix access of freed memory in MultiCurl (bnc#654600)
3290
3291 -------------------------------------------------------------------
3292 Sun Nov  7 01:13:39 CET 2010 - ma@suse.de
3293
3294 - Update zypp-po.tar.bz2
3295
3296 -------------------------------------------------------------------
3297 Wed Nov  3 16:06:46 CET 2010 - dheidler@suse.de
3298
3299 - added metalink support
3300 - version 8.8.0 (7)
3301
3302 -------------------------------------------------------------------
3303 Thu Oct 21 18:15:31 CEST 2010 - ma@suse.de
3304
3305 - Feed the ProvideFilePolicy progress callback in addition to any
3306   connected media::DownloadProgressReport (bnc#545106)
3307 - version 8.7.1 (7)
3308
3309 -------------------------------------------------------------------
3310 Wed Oct 13 16:14:13 CEST 2010 - dheidler@suse.de
3311
3312 - Make MetaLinkParser accept InputStreams
3313 - Make MetaLinkParser accept Pathnames insted of strings
3314 - Fix MetaLinkv4 hash parsing
3315 - Add MetaLinkParser test
3316 - version 8.7.0 (7)
3317
3318 -------------------------------------------------------------------
3319 Mon Oct 11 17:06:17 CEST 2010 - ma@suse.de
3320
3321 - Use timeouts in plugin script communication.
3322 - Fix ExternalProgram to correctly remember exit status.
3323 - version 8.6.0 (5)
3324
3325 -------------------------------------------------------------------
3326 Sun Oct 10 01:13:40 CEST 2010 - ma@suse.de
3327
3328 - Update zypp-po.tar.bz2
3329
3330 -------------------------------------------------------------------
3331 Fri Oct  8 08:43:02 UTC 2010 - dmacvicar@novell.com
3332
3333 - fix services not being linked to their file after being
3334   saved
3335
3336 -------------------------------------------------------------------
3337 Thu Oct  7 09:02:26 CEST 2010 - jkupec@suse.cz
3338
3339 - Don't use aria2c for FTP (bnc #641328)
3340
3341 -------------------------------------------------------------------
3342 Wed Oct  6 15:39:59 UTC 2010 - dmacvicar@novell.com
3343
3344 - implementation for url resolver plugins
3345 - version 8.5.0 (5)
3346
3347 -------------------------------------------------------------------
3348 Wed Oct  6 16:54:15 CEST 2010 - dheidler@suse.de
3349
3350 - Use DownloadInHeaps as default, when there is nothing configured
3351   and when the target root is set to "/". (bnc#591476)
3352 - version 8.4.0 (4)
3353
3354 -------------------------------------------------------------------
3355 Tue Sep 28 17:12:51 CEST 2010 - dheidler@suse.de
3356
3357 - fixed replacing releasever (for fedora systems) - (bnc#637470)
3358 - version 8.3.0 (0)
3359
3360 -------------------------------------------------------------------
3361 Fri Sep 24 13:07:25 CEST 2010 - mls@suse.de
3362
3363 - fix metalink4 parsing [bnc#641484]
3364
3365 -------------------------------------------------------------------
3366 Thu Sep 23 01:13:45 CEST 2010 - ma@suse.de
3367
3368 - Update zypp-po.tar.bz2
3369
3370 -------------------------------------------------------------------
3371 Mon Sep 20 15:31:31 UTC 2010 - dmacvicar@novell.com
3372
3373 - Allow per repository proxy settings like yum does.
3374   Including setting it to _none_ overriding the
3375   system proxy.
3376   Patch from Zhang, Qiang <qiang.z.zhang@intel.com>
3377 - version 8.2.1 (0)
3378
3379 -------------------------------------------------------------------
3380 Fri Sep 10 17:06:34 CEST 2010 - dheidler@suse.de
3381
3382 - fixed replacing basearch (for fedora systems) - (bnc#637473)
3383 - version 8.2.0 (0)
3384
3385 -------------------------------------------------------------------
3386 Fri Sep 10 11:57:29 CEST 2010 - ma@suse.de
3387
3388 - Report download failures in commit result (bnc#431854)
3389 - Fix Solvable::onSystemByUser returning true for uninstalled solvables.
3390 - version 8.1.3 (0)
3391
3392 -------------------------------------------------------------------
3393 Tue Aug 31 20:01:26 CEST 2010 - ma@suse.de
3394
3395 - Fix download-only not to omit source packages (bnc#635596)
3396 - version 8.1.2 (0)
3397
3398 -------------------------------------------------------------------
3399 Thu Aug 26 01:13:38 CEST 2010 - ma@suse.de
3400
3401 - Update zypp-po.tar.bz2
3402
3403 -------------------------------------------------------------------
3404 Fri Aug 13 12:33:26 UTC 2010 - dmacvicar@novell.com
3405
3406 - fix basearch url variable
3407 - use the right release package name on fedora
3408
3409 -------------------------------------------------------------------
3410 Tue Aug 10 13:18:08 CEST 2010 - ma@suse.de
3411
3412 - MediaDISK: Use blkid to verify disk volumes. (bnc#623226)
3413 - version 8.1.1 (0)
3414
3415 -------------------------------------------------------------------
3416 Sun Aug  8 01:13:37 CEST 2010 - ma@suse.de
3417
3418 - Update zypp-po.tar.bz2
3419
3420 -------------------------------------------------------------------
3421 Thu Aug  5 01:13:53 CEST 2010 - ma@suse.de
3422
3423 - Update zypp-po.tar.bz2
3424
3425 -------------------------------------------------------------------
3426 Tue Aug  3 16:17:04 CEST 2010 - ma@suse.de
3427
3428 - Fix memory leaks.
3429
3430 -------------------------------------------------------------------
3431 Mon Aug  2 11:58:57 CEST 2010 - ma@suse.de
3432
3433 - Enhance PoolItem interface to assist patch classification. (bnc#627316)
3434 - version 8.1.0 (0)
3435
3436 -------------------------------------------------------------------
3437 Tue Jul 27 15:38:00 CEST 2010 - ma@suse.de
3438
3439 - Fix bug in PoolQuery::addDependency
3440 - Disable MediaAria and enable MultiCurl as default http/ftp backend.
3441   MultiCurl implements MetaLink and Zsync support using libcurl. In
3442   case of trouble set ZYPP_MULTICURL=0 in the envirionment to disable
3443   the new backend.
3444 - version 8.0.1 (0)
3445
3446 -------------------------------------------------------------------
3447 Mon Jul 26 17:05:14 CEST 2010 - ma@suse.de
3448
3449 - Bump heads major version after 11.3 branched away.
3450 - version 8.0.0 (0)
3451
3452 -------------------------------------------------------------------
3453 Thu Jul 22 01:13:27 CEST 2010 - ma@suse.de
3454
3455 - Update zypp-po.tar.bz2
3456
3457 -------------------------------------------------------------------
3458 Wed Jul  7 13:56:49 CEST 2010 - ma@suse.de
3459
3460 - Add PoolQuery for name, edition AND architecture in one go. (bnc#614362)
3461 - version 7.8.0 (6)
3462
3463 -------------------------------------------------------------------
3464 Mon Jul  5 13:03:57 CEST 2010 - ma@suse.de
3465
3466 - Fix requirement to /usr/bin/uuidgen (bnc#613304)
3467
3468 -------------------------------------------------------------------
3469 Sun Jul  4 01:13:29 CEST 2010 - ma@suse.de
3470
3471 - Update zypp-po.tar.bz2
3472
3473 -------------------------------------------------------------------
3474 Tue Jun 29 17:46:13 CEST 2010 - ma@suse.de
3475
3476 - Fix CURLOPT_MAX_RECV_SPEED_LARGE expecting a curl_off_t argument.
3477
3478 -------------------------------------------------------------------
3479 Tue Jun 29 10:22:06 CEST 2010 - ma@suse.de
3480
3481 - Respect zypp.conf policy settings when solving for update.
3482
3483 -------------------------------------------------------------------
3484 Fri Jun 25 11:35:52 CEST 2010 - ma@suse.de
3485
3486 - Don't bloat logfile by logging install progess values.
3487
3488 -------------------------------------------------------------------
3489 Thu Jun 10 01:13:49 CEST 2010 - ma@suse.de
3490
3491 - Update zypp-po.tar.bz2
3492
3493 -------------------------------------------------------------------
3494 Mon Jun  7 17:52:50 CEST 2010 - ma@suse.de
3495
3496 - Add missing Date constant declarations.
3497 - version 7.7.5 (6)
3498
3499 -------------------------------------------------------------------
3500 Mon Jun  7 11:46:58 CEST 2010 - ma@suse.de
3501
3502 - Prevent against daemons launched in rpm %post, that do not close
3503   their filedescriptors. Original fix was accidentally reverted.
3504   (bnc#174548)
3505 - version 7.7.4 (6)
3506
3507 -------------------------------------------------------------------
3508 Sun Jun  6 01:13:52 CEST 2010 - ma@suse.de
3509
3510 - Update zypp-po.tar.bz2
3511
3512 -------------------------------------------------------------------
3513 Fri Jun  4 17:14:17 CEST 2010 - ma@suse.de
3514
3515 - Fix default evaluation of recommendations of installed
3516   packages (bnc#605490)
3517 - version 7.7.3 (6)
3518
3519 -------------------------------------------------------------------
3520 Thu Jun  3 01:14:08 CEST 2010 - ma@suse.de
3521
3522 - Update zypp-po.tar.bz2
3523
3524 -------------------------------------------------------------------
3525 Fri May 21 20:00:55 CEST 2010 - ma@suse.de
3526
3527 - Fix broken IdStringType comparison (bnc#607572)
3528 - version 7.7.2 (6)
3529
3530 -------------------------------------------------------------------
3531 Thu May 20 21:01:05 CEST 2010 - ma@suse.de
3532
3533 - Fix packages provided via delta rpm being placed in
3534   the wrong package cache (bnc#607583)
3535 - version 7.7.1 (6)
3536
3537 -------------------------------------------------------------------
3538 Thu May 20 01:13:49 CEST 2010 - ma@suse.de
3539
3540 - Update zypp-po.tar.bz2
3541
3542 -------------------------------------------------------------------
3543 Tue May 18 18:02:44 CEST 2010 - ma@suse.de
3544
3545 - Fix arch detection on sprac (bug #566291)
3546 - Arch: add sparc64v and sparcv9v and armv7l
3547 - RepoManager: refresh repo if last refresh is in the future (bnc#593617)
3548 - version 7.6.1 (6)
3549
3550 -------------------------------------------------------------------
3551 Mon May 17 15:25:14 CEST 2010 - ma@suse.de
3552
3553 - Fix package-manager-su to support LXDE (Andrea Florio) (bnc#582235)
3554 - Cleanup spec file (Pavol Rusnak)
3555 - version 7.6.0 (6)
3556
3557 -------------------------------------------------------------------
3558 Sun May 16 01:13:39 CEST 2010 - ma@suse.de
3559
3560 - Update zypp-po.tar.bz2
3561
3562 -------------------------------------------------------------------
3563 Wed May 12 19:09:54 CEST 2010 - ma@suse.de
3564
3565 - Add methods to evaluate gpg geys expiration dates.
3566 - Export all rpmDb keys to the zypp trusted keyring in one go.
3567 - version 7.6.0 (6)
3568
3569 -------------------------------------------------------------------
3570 Wed May 12 17:35:44 CEST 2010 - ma@suse.de
3571
3572 - Update zypp-po.tar.bz2
3573
3574 -------------------------------------------------------------------
3575 Sun May  9 01:13:45 CEST 2010 - ma@suse.de
3576
3577 - Update zypp-po.tar.bz2
3578
3579 -------------------------------------------------------------------
3580 Sat May  8 01:13:43 CEST 2010 - ma@suse.de
3581
3582 - Update zypp-po.tar.bz2
3583
3584 -------------------------------------------------------------------
3585 Fri May  7 01:13:55 CEST 2010 - ma@suse.de
3586
3587 - Update zypp-po.tar.bz2 (Revision: 54959)
3588
3589 -------------------------------------------------------------------
3590 Wed May  5 14:49:39 CEST 2010 - ma@suse.de
3591
3592 - Update zypp-po.tar.bz2 (Revision: 54959)
3593
3594 -------------------------------------------------------------------
3595 Tue May  4 01:13:43 CEST 2010 - ma@suse.de
3596
3597 - Update translations.
3598
3599 -------------------------------------------------------------------
3600 Mon May  3 18:12:36 CEST 2010 - ma@suse.de
3601
3602 - Improve solver.cleandepsOnRemove result by evaluating the install
3603   history to find packages installed on behalf of a user request (not
3604   auto added by the solver).
3605 - version 7.5.0 (5)
3606
3607 -------------------------------------------------------------------
3608 Sat May  1 01:13:43 CEST 2010 - ma@suse.de
3609
3610 - Update translations.
3611
3612 -------------------------------------------------------------------
3613 Fri Apr 30 01:13:46 CEST 2010 - ma@suse.de
3614
3615 - Update translations.
3616
3617 -------------------------------------------------------------------
3618 Thu Apr 29 17:10:29 CEST 2010 - ma@suse.de
3619
3620 - Cleanup when deleting packages. New zypp.conf expert option
3621   solver.cleandepsOnRemove telling whether the solver should per
3622   default try to remove packages exclusively required by the ones
3623   he's asked to delete (default false).
3624 - Resolver::cleandepsOnRemove API to allow applications to change
3625   the solver option.
3626 - version 7.4.0 (4)
3627
3628 -------------------------------------------------------------------
3629 Thu Apr 29 01:13:40 CEST 2010 - ma@suse.de
3630
3631 - Update translations.
3632
3633 -------------------------------------------------------------------
3634 Wed Apr 28 16:35:04 CEST 2010 - ma@suse.de
3635
3636 - Enable splitprovides on update.
3637
3638 -------------------------------------------------------------------
3639 Wed Apr 28 01:13:37 CEST 2010 - ma@suse.de
3640
3641 - Update translations.
3642
3643 -------------------------------------------------------------------
3644 Tue Apr 27 17:42:20 CEST 2010 - ma@suse.de
3645
3646 - Selectable: Classify broken but locked patch as isUnwanted (bnc#577118)
3647 - version 7.3.0 (2)
3648
3649 -------------------------------------------------------------------
3650 Tue Apr 27 11:25:17 CEST 2010 - ma@suse.de
3651
3652 - Use libudev to detect available cd/dvd devices (bnc#590707,fate#308980)
3653 - Fix specfile to BuildRequire libudev-devel.
3654 - version 7.2.0 (2)
3655
3656 -------------------------------------------------------------------
3657 Mon Apr 26 11:57:23 CEST 2010 - ma@suse.de
3658
3659 - Support URLs and ISOs ending on 'Media1', 'Media2', etc., when
3660   rewiting the URL to access a specific media number. By now only
3661   nanmes ending on 'CD' or 'DVD' were supported. (bnc#594850)
3662
3663 -------------------------------------------------------------------
3664 Fri Apr 23 01:13:34 CEST 2010 - ma@suse.de
3665
3666 - Update translations.
3667
3668 -------------------------------------------------------------------
3669 Wed Apr 21 01:13:38 CEST 2010 - ma@suse.de
3670
3671 - Update translations.
3672
3673 -------------------------------------------------------------------
3674 Tue Apr 20 16:56:59 CEST 2010 - ma@suse.de
3675
3676 - /etc/zypp/locks: Allow to specify edition ranges with
3677   solvable:name and dependencies.
3678 - version 7.1.1 (1)
3679
3680 -------------------------------------------------------------------
3681 Thu Apr 15 12:49:01 CEST 2010 - ma@suse.de
3682
3683 - Provide name of the lock holder in ZYppFactoryException. (bnc#580513)
3684 - version 7.1.0 (1)
3685
3686 -------------------------------------------------------------------
3687 Wed Apr 14 15:09:18 CEST 2010 - ma@suse.de
3688
3689 - Using boost-1.42 requires -fno-strict-aliasing (bnc#595545)
3690 - Bump major version for 11.3 development.
3691 - version 7.0.0 (0)
3692
3693 -------------------------------------------------------------------
3694 Tue Apr 13 14:36:31 CEST 2010 - ma@suse.de
3695
3696 - Fix parsing port from IPv6 URL (bnc#593385)
3697
3698 -------------------------------------------------------------------
3699 Fri Mar 26 19:23:59 CET 2010 - ma@suse.de
3700
3701 - Propagate ZConfig::setTextLocale to pool. (bnc#588850)
3702 - version 6.31.3 (31)
3703
3704 -------------------------------------------------------------------
3705 Fri Mar 26 13:50:08 CET 2010 - ma@suse.de
3706
3707 - Fix guessing package spec to match package names only. (bnc#590864)
3708 - version 6.31.2 (31)
3709
3710 -------------------------------------------------------------------
3711 Tue Mar 23 16:55:56 CET 2010 - ma@suse.de
3712
3713 - Add static Target::distributionLabel to return the baseproducts
3714   shortName and summary. Mainlu used for the bootloader menu. (bnc #586303)
3715 - version 6.31.1 (31)
3716
3717 -------------------------------------------------------------------
3718 Thu Mar 18 17:17:02 CET 2010 - ma@suse.de
3719
3720 - Fix broken bit values in enum VendorSupportOption (bnc#589331)
3721 - version 6.31.0 (31)
3722
3723 -------------------------------------------------------------------
3724 Fri Mar 12 14:46:25 CET 2010 - ma@suse.de
3725
3726 - Fix handling of symlinked packages in package cache. (bnc #585409)
3727 - version 6.30.5 (19)
3728
3729 -------------------------------------------------------------------
3730 Tue Feb 23 19:05:04 CET 2010 - jkupec@suse.cz
3731
3732 - Avoiding use of 'guest' if 'credentials' is used when moutning
3733   a CIFS share. This caused 'permission denied' error with certain
3734   server configurations (bnc #560496).
3735
3736 -------------------------------------------------------------------
3737 Tue Feb 23 17:31:05 CET 2010 - ma@suse.de
3738
3739 - Check if a downloaded file actually exists even if aria2c returned 0.
3740   (bnc #564816)
3741 - version 6.30.3 (19)
3742
3743 -------------------------------------------------------------------
3744 Mon Feb 22 15:25:34 CET 2010 - jkupec@suse.cz
3745
3746 - Made CURLE_PARTIAL_FILE an auto-retry error (bnc #471436)
3747
3748 -------------------------------------------------------------------
3749 Mon Feb 22 13:09:09 CET 2010 - ma@suse.de
3750
3751 - Turn off cookies when retrieving services repoindex.xml (bnc #573897)
3752 - Consider pending disable requests when removing service repositories. (bnc #572634)
3753 - version 6.30.1 (19)
3754
3755 -------------------------------------------------------------------
3756 Sun Feb 21 14:11:49 CET 2010 - jkupec@suse.cz
3757
3758 - RepoManager::cleanCacheDirGarbage added for removing directories
3759   which do not belong to any of known repos (bnc #467693)
3760 - version 6.30.0 (19)
3761
3762 -------------------------------------------------------------------
3763 Thu Feb 11 13:40:49 CET 2010 - ma@suse.de
3764
3765 - On SLE aria2 is not required, so conflict with a too old aria2
3766   version installed. (bnc #578052)
3767 - version 6.29.5 (19)
3768
3769 -------------------------------------------------------------------
3770 Wed Feb 10 12:45:21 CET 2010 - ma@suse.de
3771
3772 - Fix package-manager script wrongly escaping UTF-8 chars in path
3773   names (bnc #571410)
3774 - version 6.29.4 (19)
3775
3776 -------------------------------------------------------------------
3777 Mon Feb  8 13:21:40 CET 2010 - ma@suse.de
3778
3779 - Support an alternate SLE-SP1 translation set.
3780 - version 6.29.3 (19)
3781
3782 -------------------------------------------------------------------
3783 Wed Feb  3 15:57:13 CET 2010 - ma@suse.de
3784
3785 - Remember the enabled state of removed service repositories. This
3786   way we are able to restore service repositories correctly after a
3787   subscrition expired and gets renewed. (bnc #572634)
3788 - version 6.29.2 (19)
3789
3790 -------------------------------------------------------------------
3791 Thu Jan 28 16:12:25 CET 2010 - jkupec@suse.cz
3792
3793 - Abort aria2c download when the progress callback receives 'false'
3794   (bnc #545106)
3795
3796 -------------------------------------------------------------------
3797 Tue Jan 19 14:50:15 CET 2010 - ma@suse.de
3798
3799 - Evaluate SolvAttr::repositoryToolVersion to prevent loading
3800   outdated solv files. (bnc #570623)
3801 - version 6.29.0 (19)
3802
3803 -------------------------------------------------------------------
3804 Fri Jan 15 18:15:26 CET 2010 - jkupec@suse.cz
3805
3806 - Use regex to parse aria2c progress lines (bnc #570917)
3807 - version 6.28.1 (19)
3808
3809 -------------------------------------------------------------------
3810 Thu Jan  7 12:25:24 CET 2010 - jkupec@suse.cz
3811
3812 - Set SignatureFileChecker context even if the key is not known
3813   (bnc #495977)
3814 - version 6.28.0 (19)
3815
3816 -------------------------------------------------------------------
3817 Thu Dec 10 17:18:34 CET 2009 - jkupec@suse.cz
3818
3819 - RepoInfoBase::label() added for use in UI messages, plus
3820   ZConfig::repoLabelIsAlias()
3821
3822 -------------------------------------------------------------------
3823 Tue Dec  8 19:41:17 CET 2009 - ma@suse.de
3824
3825 - Fix transaction building in presence of multiversion installable items.
3826 - version 6.27.1 (19)
3827
3828 -------------------------------------------------------------------
3829 Fri Dec  4 17:19:58 CET 2009 - ma@suse.de
3830
3831 - Improve multiversion status handling and installation. (fate #305311)
3832 - version 6.27.0 (19)
3833
3834 -------------------------------------------------------------------
3835 Fri Dec  4 14:56:19 CET 2009 - jkupec@suse.cz
3836
3837 - Don't allow an alias to start with '.' (bnc #473834)
3838
3839 -------------------------------------------------------------------
3840 Thu Dec  3 12:00:16 CET 2009 - ma@suse.de
3841
3842 - PickList and status interface for handling packages which are
3843   installable in multiple versions. (fate #305311)
3844 - version 6.26.0 (19)
3845
3846 -------------------------------------------------------------------
3847 Wed Dec  2 13:10:43 CET 2009 - ma@suse.de
3848
3849 - Add Selectable::highestAvailableVersionObj. Returns the highest
3850   available package version, ignoring priorities and policies. (bnc #557557)
3851 - version 6.25.0 (19)
3852
3853 -------------------------------------------------------------------
3854 Mon Nov 30 17:56:02 CET 2009 - ma@suse.de
3855
3856 - Also parse <product> tag from .prod files <upgrade> section.
3857 - version 6.24.3 (19)
3858
3859 -------------------------------------------------------------------
3860 Fri Nov 27 11:20:34 CET 2009 - ma@suse.de
3861
3862 - Fix chroot execution of update scripts. (bnc #558813)
3863 - version 6.24.3 (19)
3864
3865 -------------------------------------------------------------------
3866 Thu Nov 26 16:06:52 CET 2009 - jkupec@suse.cz
3867
3868 - Fixed parsing of download speed from aria2c (bnc #537870)
3869
3870 -------------------------------------------------------------------
3871 Wed Nov 25 16:28:29 CET 2009 - ma@suse.de
3872
3873 - Add ui::Selecatble interface for picking specific package versions
3874   to install or delete if multiversion install is on.
3875 - version 6.24.0 (19)
3876
3877 -------------------------------------------------------------------
3878 Fri Nov 20 13:30:02 CET 2009 - ma@suse.de
3879
3880 - Parse zypp.conf multiversion option and make the setting available
3881   in pool and resolver.
3882 - version 6.23.0 (19)
3883
3884 -------------------------------------------------------------------
3885 Mon Nov 16 16:27:39 CET 2009 - ma@suse.de
3886
3887 - Specfile fixes to build on sle11-sp1.
3888 - Fix repository probing and building in presence of productdir. (bnc #553712)
3889 - version 6.22.3 (19)
3890
3891 -------------------------------------------------------------------
3892 Thu Nov 12 15:31:10 UTC 2009 - dmacvicar@suse.de
3893
3894 - Forward port and document already present changes
3895   from Code11-Branch
3896   * void SEGV if trying to access data of installed packages, that were
3897     deleted behind our back (bnc #530595)
3898   * ProxyInfoSysconfig: take care variables get initialized.
3899   * Fix parsing of rpm.install.excludedocs option (bnc #518883)
3900   * Use rpm variables in specfile. (bnc #512466)
3901   * Fix to compile with -Werror=format-security
3902   * Fix packageand() in testcase generation
3903   * Don't link unneeded libraries. (bnc #490895)
3904   * Fix Patch::categoryEnum.
3905   * Adapt to changed satsolver API. (bnc #480303)
3906   * Taking ALL translations for generating GMO files (bnc #458739)
3907   * Advice users to contact NCC if access to a 'novell.com'
3908     repository is denied (bnc #464586).
3909 - version 6.22.2 (19)
3910
3911 -------------------------------------------------------------------
3912 Thu Nov 12 11:53:04 CET 2009 - ma@suse.de
3913
3914 - Raised the limit of redirections from 3 to 6 (bnc #465532)
3915 - Following redirections also for https (bnc #545722).
3916 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
3917 - Do not report cached packages as being downloaded. (bnc #545295)
3918 - Per default do not collect and report deleted files outside bin and lib
3919   directories for 'zypper ps'. (bnc #554480)
3920 - version 6.22.1 (19)
3921
3922 -------------------------------------------------------------------
3923 Wed Nov 11 13:54:52 CET 2009 - ma@suse.de
3924
3925 - CheckAccessDeleted: Per default do not collect and report deleted files
3926   that outside bin and lib directories. 'zypper ps' reporting false positive
3927   seems to confuse. (bnc #554480)
3928
3929 -------------------------------------------------------------------
3930 Wed Nov 11 11:45:01 CET 2009 - ma@suse.de
3931
3932 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
3933
3934 -------------------------------------------------------------------
3935 Fri Nov  6 22:16:10 CET 2009 - ma@suse.de
3936
3937 - dup: Process drop list only if product actually changes. (bnc #552180)
3938 - Selectable: Consider allowed arch/noarch changes when comuting candiadates.
3939 - version 6.22.0 (19)
3940
3941 -------------------------------------------------------------------
3942 Mon Nov  2 21:33:40 CET 2009 - ma@suse.de
3943
3944 - Enhance interface for zypper. (bnc #551956)
3945 - version 6.21.4 (19)
3946
3947 -------------------------------------------------------------------
3948 Mon Nov  2 20:03:31 CET 2009 - ma@suse.de
3949
3950 - CIFS/SMB: Support mountoption 'noguest' to prevent passing 'guest' option
3951   to mount. "cifs://server/share/path?mountoptions=noguest,ro" (bnc #547354)
3952 - version 6.21.3 (19)
3953
3954 -------------------------------------------------------------------
3955 Mon Nov  2 16:35:33 CET 2009 - ma@suse.de
3956
3957 - CheckAccessDeleted: Avoid reporting false positive due to insufficient
3958   permission.
3959
3960 -------------------------------------------------------------------
3961 Mon Nov  2 13:59:33 CET 2009 - ma@suse.de
3962
3963 - Don't try to access droplist of dropped products. (bnc #551697)
3964 - version 6.21.2 (19)
3965
3966 -------------------------------------------------------------------
3967 Fri Oct 30 12:30:48 CET 2009 - ma@suse.de
3968
3969 - Don't try to use an empty proxy string. (bnc #551314)
3970 - MediaSMB failed to pass the --workgroup option to mount. (bnc #547354)
3971 - version 6.21.1 (19)
3972
3973 -------------------------------------------------------------------
3974 Fri Oct 30 11:28:05 CET 2009 - ma@suse.de
3975
3976 - New class PoolItemBest: Find the best candidates e.g. in a PoolQuery
3977   result. ui::Selectabe enhancements. Both will aid applications to
3978   install package sets determined by query results. (bnc # 548392)
3979 - Fix upgradeRepo solution to keep obsolete packages. (bnc #550915)
3980 - Updated iso3166-1 country codes (bnc #531350)
3981 - version 6.21.0 (19)
3982
3983 -------------------------------------------------------------------
3984 Tue Oct 27 12:30:29 CET 2009 - ma@suse.de
3985
3986 - Add Resolver::upgradingRepo demanded by GUI. (bnc #548551)
3987 - version 6.20.0 (19)
3988
3989 -------------------------------------------------------------------
3990 Thu Oct 22 15:09:57 CEST 2009 - ma@suse.de
3991
3992 - Fixes to make libzypp-bindings compile.
3993 - version 6.19.3 (19)
3994
3995 -------------------------------------------------------------------
3996 Tue Oct 20 16:06:13 CEST 2009 - ma@suse.de
3997
3998 - Credentials are passed as commandline options to aria2c, so strip any
3999   'user@' from the URL. Otherwise aria will use an empty password for
4000   this URL and authentication will fail. (bnc #544634)
4001 - version 6.19.2 (19)
4002
4003 -------------------------------------------------------------------
4004 Mon Oct 19 13:39:31 CEST 2009 - ma@suse.de
4005
4006 - Repository::setInfo: Propagate priority changes to the solver to
4007   avoid reloading the whole repo (bnc #498266).
4008 - version 6.19.1 (19)
4009
4010 -------------------------------------------------------------------
4011 Thu Oct 15 20:48:02 CEST 2009 - ma@suse.de
4012
4013 - ResStatus: add isOrphaned to test whether a package is not provided
4014   by any enabled repository. Orphaned packages are usually good candidates
4015   for cleanup unless the providing repository was intentionally disabled.
4016 - version 6.19.0 (19)
4017
4018 -------------------------------------------------------------------
4019 Thu Oct 15 17:28:38 CEST 2009 - dmacvicar@suse.de
4020
4021 - aria2: pass credentials in a file instead of the command line
4022   which is logged.
4023 - aria2: we get the url in the progress if there is no response
4024   from the server yet, handle that to avoid flooding the log.
4025 - version 6.18.2 (17)
4026
4027 -------------------------------------------------------------------
4028 Thu Oct 15 16:56:25 CEST 2009 - ma@suse.de
4029
4030 - Performing a dist upgrade the solver may try to delete old and no
4031   longer provided (dropped) packages, even if they do not cause any
4032   dependency problem. This behaviour may be trurned off via zypp.conf
4033   option solver.upgradeRemoveDropedPackages. (bnc #539543)
4034 - New zypp.conf option solver.upgradeRemoveDropedPackages (true).
4035 - Add Product::droplist: List of dropped packages, i.e. packages no
4036   longer provided by a product.
4037 - version 6.18.1 (17)
4038
4039 -------------------------------------------------------------------
4040 Wed Oct  7 16:45:21 CEST 2009 - ma@suse.de
4041
4042 - Return update messages via ZYppCommitResult. Support variable
4043   substitution in notification command. (fate #301175)
4044 - Fix evaluation of no_proxy entries (bnc #543337)
4045 - aria/curl: Fix header data in case the target is
4046   not initialized when downloading.
4047 - version 6.18.0 (17)
4048
4049 -------------------------------------------------------------------
4050 Thu Sep 24 17:21:45 CEST 2009 - ma@suse.de
4051
4052 - Add zypp.conf option update.messages.notify: Command to be invoked
4053   to send update messages. (fate #301175)
4054 - version 6.17.2 (17)
4055
4056 -------------------------------------------------------------------
4057 Tue Sep 22 20:32:38 CEST 2009 - ma@suse.de
4058
4059 - Add Selectable::updateCandidateObj returning the candidate for
4060   update, if there is one. The updateCandidate must not violate
4061   any active solver policy.
4062 - version 6.17.1 (17)
4063
4064 -------------------------------------------------------------------
4065 Fri Sep 18 17:20:37 CEST 2009 - ma@suse.de
4066
4067 - Make sure rpmReadConfigFiles was called before using librpm (bnc #539603).
4068 - Remove dead rpm database caching code from class RpmDb.
4069 - version 6.17.0 (17)
4070
4071 -------------------------------------------------------------------
4072 Fri Sep 11 15:13:30 CEST 2009 - ma@km13.de
4073
4074 - New commit.downloadMode option in zypp.conf. Allows to set a
4075   prefered download policy for commit.
4076 - version 6.16.0 (11)
4077
4078 -------------------------------------------------------------------
4079 Thu Sep 10 19:03:01 CEST 2009 - ma@suse.de
4080
4081 - Support nfs4 (nfs4://... or nfs://...?type=nfs4) (fate #306451)
4082 - Added Url::schemeIsLocal, schemeIsRemote, schemeIsVolatile and
4083   schemeIsDownloading.
4084 - version 6.15.0 (11)
4085
4086 -------------------------------------------------------------------
4087 Wed Sep  9 15:02:18 CEST 2009 - ma@suse.de
4088
4089 - Add Capability::guessPackageSpec; parser also supporting "name-ver-rel.arch"
4090   formats for building Capabilities(originally "name.arch=ver-rel").
4091 - version 6.14.3 (11)
4092
4093 -------------------------------------------------------------------
4094 Mon Sep  7 17:31:20 CEST 2009 - ma@suse.de
4095
4096 - Fix resolution to force installation even if dependencies are missing.
4097   (bnc #531564)
4098 - Rephrase solver resolution to point out if a package will break.
4099   (bnc #520083)
4100
4101 -------------------------------------------------------------------
4102 Fri Sep  4 12:19:50 CEST 2009 - ma@suse.de
4103
4104 - Lock rpms architecture only on distupgrade of the running system.
4105   (bnc #458520)
4106 - version 6.14.2 (11)
4107
4108 -------------------------------------------------------------------
4109 Thu Sep  3 13:41:31 CEST 2009 - ma@suse.de
4110
4111 - Fix PoolQuery comparison (bnc #528755)
4112 - Fix serialization and restore of predicated PoolQueries.
4113 - version 6.14.0 (11)
4114
4115 -------------------------------------------------------------------
4116 Mon Aug 31 15:17:01 CEST 2009 - ma@suse.de
4117
4118 - package-manager script: Fall back to package selection if no
4119   packages are passed on the commandline. (bnc #529137)
4120
4121 -------------------------------------------------------------------
4122 Fri Aug 28 17:33:55 CEST 2009 - dmacvicar@suse.de
4123
4124 - package-manager script:
4125   do not fail if kpackagekit is not installed (bnc #529510)
4126 - version 6.13.3 (11)
4127
4128 -------------------------------------------------------------------
4129 Wed Aug 26 15:55:22 CEST 2009 - ma@suse.de
4130
4131 - Tune CheckAccessDeleted to focus on libraries and executables.
4132 - version 6.13.2 (11)
4133
4134 -------------------------------------------------------------------
4135 Thu Aug  6 18:18:21 CEST 2009 - ma@suse.de
4136
4137 - Provide class CheckAccessDeleted and command zypp-CheckAccessDeleted
4138   to check for running processes which access meanwhile deleted files or
4139   libraries.  This may be used after commit, when trying to figure out
4140   which services need to be restated. (fate #300763).
4141 - version 6.13.1 (11)
4142
4143 -------------------------------------------------------------------
4144 Mon Aug  3 18:46:13 CEST 2009 - ma@suse.de
4145
4146 - New Resolver::addUpgradeRepo to perform a dist upgrade restricted to
4147   certain repositories.
4148 - version 6.13.0 (11)
4149
4150 -------------------------------------------------------------------
4151 Fri Jul 31 17:55:33 CEST 2009 - ma@suse.de
4152
4153 - Remove confusing newlines in vendor change info (bnc #503859)
4154 - Removing a package lock was not counted as state change (bnc #501850)
4155 - Take solver_allowVendorChange option into account when computing the
4156   Selectables default candidate.
4157 - version 6.12.0 (11)
4158
4159 -------------------------------------------------------------------
4160 Wed Jul 29 13:36:19 CEST 2009 - ma@suse.de
4161
4162 - Avoid deadlock after fork and failed exec. (bnc 493152)
4163 - No need to manually detect the location of aria2 binary.
4164 - version 6.11.4 (11)
4165
4166 -------------------------------------------------------------------
4167 Tue Jul 28 23:05:43 CEST 2009 - jkupec@suse.cz
4168
4169 - Fixed parsing of download rate report (changed in aria2 1.4.0)
4170   (bnc #513944)
4171
4172 -------------------------------------------------------------------
4173 Mon Jul 27 16:05:43 CEST 2009 - ma@suse.de
4174
4175 - Create LogControl on demand instead of using a static var. (bnc #525339)
4176 - version 6.11.2 (11)
4177
4178 -------------------------------------------------------------------
4179 Thu Jul 23 00:22:50 CEST 2009 - ma@km13.de
4180
4181 - New misc::defaultLoadSystem: Convenience to create the ZYpp instance
4182   and load target and enabled repositories.
4183
4184 -------------------------------------------------------------------
4185 Wed Jul 22 14:57:32 CEST 2009 - ma@suse.de
4186
4187 - New class InstanceId to build strings to identify/retrieve specific
4188   Solvables.
4189 - version 6.11.1 (11)
4190
4191 -------------------------------------------------------------------
4192 Mon Jul 20 23:57:46 CEST 2009 - ma@km13.de
4193
4194 - Add download policies to ZYppCommitPolicy, supporting DownloadOnly
4195   and DownloadInAdvance. (fate #302159, fate #305624)
4196 - version 6.11.0 (11)
4197
4198 -------------------------------------------------------------------
4199 Thu Jul 16 17:05:27 CEST 2009 - dmacvicar@suse.de
4200
4201 - add support to the package-manager script to use kpackagekit
4202   or gnome-packagekit if available, which allows to install local
4203   rpms with one click from file manager following desktop policies
4204   and fetching other dependencies if required.
4205   (fate #306526)
4206 - version 6.10.5 (10)
4207
4208 -------------------------------------------------------------------
4209 Thu Jul 16 16:25:24 CEST 2009 - ma@suse.de
4210
4211 - New solver.upgradeTestcasesToKeep option in zypp.conf. It tells
4212   how many dist upgrade solver testcases should be kept on the system.
4213   Per default just the last two are kept.
4214 - version 6.10.4 (10)
4215
4216 -------------------------------------------------------------------
4217 Wed Jul 15 17:53:43 CEST 2009 - ma@suse.de
4218
4219 - Don't write a solver testcase when solving for dist upgrade,
4220   but when actually committing.
4221 - version 6.10.3 (10)
4222
4223 -------------------------------------------------------------------
4224 Wed Jul 15 16:45:39 CEST 2009 - ma@suse.de
4225
4226 - Add new string Match::Mode STRINGSTART and STRINGEND.
4227
4228 -------------------------------------------------------------------
4229 Tue Jul 15 14:38:51 CEST 2009 - jkupec@suse.cz
4230
4231 - log redirections when cURL media backend is used (fate #305320).
4232
4233 -------------------------------------------------------------------
4234 Tue Jul 14 18:15:51 CEST 2009 - ma@suse.de
4235
4236 - Support "product version" detection on systems not using
4237   /etc/product.d/baseproduct by looking for the first package
4238   providing ZConfig::distroverpkg (defaults to redhat-release).
4239 - version 6.10.2 (10)
4240
4241 -------------------------------------------------------------------
4242 Fri Jul 10 15:21:39 CEST 2009 - ma@suse.de
4243
4244 - Adapt to boost_unit_test_framework-1.38.
4245 - version 6.10.1 (10)
4246
4247 -------------------------------------------------------------------
4248 Wed Jul  8 16:19:31 CEST 2009 - ma@suse.de
4249
4250 - Remove obsolete UpgradeStatistics class from libzypp.
4251
4252 -------------------------------------------------------------------
4253 Tue Jul  7 17:45:47 CEST 2009 - ma@suse.de
4254
4255 - Fix HistoryLog to initialize on demand.
4256 - version 6.10.0 (10)
4257
4258 -------------------------------------------------------------------
4259 Fri Jul  3 13:01:13 CEST 2009 - ma@suse.de
4260
4261 - Fix parsing of rpm.install.excludedocs option (bnc #518883)
4262
4263 -------------------------------------------------------------------
4264 Fri Jul  3 09:20:56 CEST 2009 - ma@suse.de
4265
4266 - When unmounting ISO images, don't mix up exceptions thrown by the
4267   loop mounted ISO and those thrown by the media containing it.
4268   (bnc #517856)
4269
4270 -------------------------------------------------------------------
4271 Thu Jul  2 16:42:42 CEST 2009 - ma@suse.de
4272
4273 - Adapt to satsolvers improved dataiterator handling.
4274 - version 6.9.3 (8)
4275
4276 -------------------------------------------------------------------
4277 Wed Jul  1 18:05:54 CEST 2009 - ma@suse.de
4278
4279 - Support PoolQuery for sub-structures attributes. (fate #305503)
4280 - version 6.9.2 (8)
4281
4282 -------------------------------------------------------------------
4283 Wed Jul  1 13:44:04 CEST 2009 - ma@suse.de
4284
4285 - Running as non-root user use a temporary @System solvfile in case the
4286   global one is outdated and needed refresh. (bnc #517183)
4287 - version 6.9.1 (8)
4288
4289 -------------------------------------------------------------------
4290 Tue Jun 30 16:32:08 CEST 2009 - ma@suse.de
4291
4292 - Enhance LookupAttr to allow direct query of attributes within
4293   sub-structures (flexarrays).
4294
4295 -------------------------------------------------------------------
4296 Fri Jun 26 12:06:51 CEST 2009 - ma@suse.de
4297
4298 - Enhance PoolQueryIterator to allow detailed inspection of attribute
4299   matches.
4300 - Prefer datadir stored as repo attribute, but fallback searching in
4301   solvbales (old solv files do this).
4302 - version 6.9.0 (8)
4303
4304 -------------------------------------------------------------------
4305 Tue Jun 23 13:29:36 CEST 2009 - ma@suse.de
4306
4307 - Allow building libzypp with rpm-5 (experimental)
4308 - version 6.8.3 (8)
4309
4310 -------------------------------------------------------------------
4311 Wed Jun 17 15:39:17 CEST 2009 - ma@suse.de
4312
4313 - Allow building libzypp without HAL (not recommended). Without HAL
4314   CD/DVD device detection is limited to /dev/dvd and /dev/cdrom.
4315 - version 6.8.2 (8)
4316
4317 -------------------------------------------------------------------
4318 Fri Jun  5 21:16:45 CEST 2009 - ma@suse.de
4319
4320 - Fix solver to use IdSting to avoid failing vendor checks.
4321 - version 6.8.1 (8)
4322
4323 -------------------------------------------------------------------
4324 Thu Jun  4 14:22:58 CEST 2009 - ma@suse.de
4325
4326 - Cleanup and remove deprecated interface methods.
4327 - version 6.8.0 (8)
4328
4329 -------------------------------------------------------------------
4330 Fri May 29 20:12:55 CEST 2009 - ma@suse.de
4331
4332 - Improve PoolQuery to allow queries on dependencies. (bnc #475682)
4333 - version 6.7.0 (6)
4334
4335 -------------------------------------------------------------------
4336 Thu May 28 12:53:02 CEST 2009 - ma@suse.de
4337
4338 - New solver.allowVendorChange expert option in zypp.conf.
4339 - version 6.6.0 (6)
4340
4341 ------------------------------------------------------------------
4342 Wed May 20 14:23:07 CEST 2009 - ma@suse.de
4343
4344 - Fix lost housekeeping data in modifyRepo (bnc #503207)
4345
4346 -------------------------------------------------------------------
4347 Fri May  8 16:43:47 CEST 2009 - ma@suse.de
4348
4349 - Allow service refresh to change a repositories url (bnc #502157)
4350
4351 -------------------------------------------------------------------
4352 Tue May  5 13:39:08 CEST 2009 - ma@suse.de
4353
4354 - Detect and compile with rpm 4.7 (bnc #444211)
4355 - version 6.5.2 (5)
4356
4357 -------------------------------------------------------------------
4358 Mon May  4 16:19:54 CEST 2009 - ma@suse.de
4359
4360 - Improve problem report on broken systemCheck rule (bnc #475144)
4361
4362 -------------------------------------------------------------------
4363 Mon Apr 27 15:26:54 CEST 2009 - ma@suse.de
4364
4365 - In update repos providing multiple release package versions for
4366   the same product, link a product to the latest version. (bnc #497696)
4367
4368 -------------------------------------------------------------------
4369 Mon Apr 27 14:28:07 CEST 2009 - ma@suse.de
4370
4371 - New classes wraping satsolver datamatcher (Match and sat::AttrMatcher)
4372 - Extend LookupAttr to support matching specific string patterns.
4373 - Rewrote PoolQuery::Iterator (adapt to AttrMatcher, fixes and speedup)
4374 - version 6.5.0 (5)
4375
4376 -------------------------------------------------------------------
4377 Thu Apr 16 12:49:40 CEST 2009 - ma@suse.de
4378
4379 - Soft lock packages deleted on behalf of a user request.
4380 - version 6.4.1 (2)
4381
4382 -------------------------------------------------------------------
4383 Tue Mar 31 15:51:32 CEST 2009 - ma@suse.de
4384
4385 - New zypp.conf option 'download.media_preference': Hint which media
4386   to prefer when installing packages (download vs. CD).
4387 - version 6.4.0 (2)
4388
4389 ------------------------------------------------------------------
4390 Thu Mar 12 18:38:30 CET 2009 - ma@suse.de
4391
4392 - Add Resolver::setSolveSrcPackages. Per default disable solving
4393   of source package dependencies. We will later allow to enable
4394   it per package.
4395 - version 6.3.0 (2)
4396
4397 -------------------------------------------------------------------
4398 Fri Mar  6 17:17:26 CET 2009 - dmacvicar@suse.de
4399
4400 - aria2: show the download speed in the right unit
4401 - aria2: show the filename in progress, not the repository
4402 - aria2: don't show done twice
4403
4404 -------------------------------------------------------------------
4405 Thu Mar  5 14:52:44 CET 2009 - ma@suse.de
4406
4407 - Remove a lock if the locking process is in zombie state. (bnc #481577)
4408
4409 -------------------------------------------------------------------
4410 Wed Mar  4 00:13:19 CET 2009 - jkupec@suse.cz
4411
4412 - zypp.conf: fixed and enabled 'servicesdir'
4413
4414 -------------------------------------------------------------------
4415 Tue Mar  3 13:38:11 CET 2009 - dmacvicar@suse.de
4416
4417 - aria2: implement speed indicators (bnc#475506)
4418 - aria2: implement progress indicators correctly (bnc#473846)
4419 - aria2: fix broken pipe when looking for aria2c which caused
4420          a fallback to curl. (bnc#480930)
4421 - aria2: implement saving and reading mirror stats data in
4422          /var/cache/zypp/aria2.stats
4423 - aria2: handle failover correctly (bnc#481115)
4424 - aria2: various improvements in error and report  handling
4425 - aria2: curl: reset settings on attach to avoid duplicate
4426   headers
4427 - version 6.2.1 (2)
4428
4429 -------------------------------------------------------------------
4430 Tue Mar  3 12:44:24 CET 2009 - ma@suse.de
4431
4432 - Adapt to changed satsolver API.
4433
4434 -------------------------------------------------------------------
4435 Fri Feb 27 16:23:36 CET 2009 - dmacvicar@suse.de
4436
4437 - Make sure Fetcher pass optional files as non-interactive
4438 - Fixes file does not exist error when key/sig does not exist
4439 - version 6.2.0 (2)
4440
4441 -------------------------------------------------------------------
4442 Thu Feb 26 13:49:56 CET 2009 - ma@suse.de
4443
4444 - Use correct default for zconfig(solver.checkSystemFile) (bnc# 475144)
4445
4446 -------------------------------------------------------------------
4447 Thu Feb 26 01:25:33 CET 2009 - ma@suse.de
4448
4449 - Prevent ResStatus from overriding user locks. (bnc #475230)
4450
4451 -------------------------------------------------------------------
4452 Sun Feb 22 15:27:11 CET 2009 - ma@suse.de
4453
4454 - Never refresh repositories from CD/DVD, once they are created. (bnc #476429)
4455
4456 -------------------------------------------------------------------
4457 Sat Feb 21 18:31:17 CET 2009 - dmacvicar@suse.de
4458
4459 Implemented the following options with aria backend:
4460
4461 - download.max_concurrent_connections (default 2)
4462   download.min_download_speed (default no limit)
4463   download.max_download_speed (default no limit)
4464   download.max_silent_tries (default 5)
4465
4466 -------------------------------------------------------------------
4467 Fri Feb 20 16:28:19 CET 2009 - dmacvicar@suse.de
4468
4469 - MediaAria2c: allow disabling aria2 using ZYPP_ARIA2C=0.
4470   Various improvements including file existence checking
4471   Disable HEAD request if aria2c >= 1.20
4472   Restrict max connections to 2 for now.
4473
4474 -------------------------------------------------------------------
4475 Wed Feb 18 15:51:38 CET 2009 - ma@suse.de
4476
4477 - Neither lose packages with empty name, nor SEGV when processing them. (bnc #470011)
4478
4479 -------------------------------------------------------------------
4480 Tue Feb 17 23:17:54 CET 2009 - ma@suse.de
4481
4482 - Compute obsoletes based on names only (not considering provides) (bnc #471023)
4483
4484 -------------------------------------------------------------------
4485 Tue Feb 17 12:56:57 CET 2009 - jkupec@suse.cz
4486
4487 - Fixed FTP authentication (bnc #472879)
4488
4489 -------------------------------------------------------------------
4490 Wed Feb 11 13:31:03 CET 2009 - ma@suse.de
4491
4492 - Follow IEC and use the binary prefixes (KiB,MiB,GiB) for printing Byte
4493   counts based on a power of 1024 (formerly just K,M,G). Byte counts based
4494   on a power of 1000 stay unaffected (kB,MB,GB).
4495
4496 -------------------------------------------------------------------
4497 Mon Feb  9 13:14:26 CET 2009 - ma@suse.de
4498
4499 - Fix installation prompting for the wrong CD/DVD. (bnc #472892)
4500
4501 -------------------------------------------------------------------
4502 Tue Feb  3 18:07:38 CET 2009 - ma@suse.de
4503
4504 - Send any output from rpm install/delete scripts via callback, so
4505   applications are able to display it. (bnc #369450)
4506
4507 -------------------------------------------------------------------
4508 Mon Feb  2 14:12:08 CET 2009 - ma@suse.de
4509
4510 - Add missing translations (bnc #256289)
4511
4512 -------------------------------------------------------------------
4513 Wed Jan 28 14:37:28 CET 2009 - jkupec@suse.cz
4514
4515 - HistoryLogReader added
4516
4517 -------------------------------------------------------------------
4518 Tue Jan 27 13:35:44 CET 2009 - ma@suse.de
4519
4520 - Respect content-file DATDIR when downloading packages. (bnc #468612)
4521
4522 -------------------------------------------------------------------
4523 Tue Jan 27 13:28:54 CET 2009 - jkupec@suse.cz
4524
4525 - Enabled CredentialManager for MediaSMB (bnc #460970).
4526 - Ignore URL's username, password, and query string in AuthData
4527   comparator in CredentialManager.
4528
4529 -------------------------------------------------------------------
4530 Mon Jan 26 12:41:07 CET 2009 - ma@suse.de
4531
4532 - Let vendor checks per default differ between 'openSUSE Build Service'
4533   and 'openSUSE' (bnc #467262).
4534
4535 -------------------------------------------------------------------
4536 Fri Jan 23 12:34:44 CET 2009 - ma@suse.de
4537
4538 - Fix handling of plaindir repos on mounted devices (e.g. USB) (bnc #464778)
4539 - Fix plaindir checksum computation not to to follow symlinks (bnc #464778)
4540
4541 -------------------------------------------------------------------
4542 Thu Jan 22 10:41:27 CET 2009 - ma@suse.de
4543
4544 - Tell satsolver about product buddies (bnc #466565)
4545
4546 -------------------------------------------------------------------
4547 Fri Jan  9 17:01:10 CET 2009 - jkupec@suse.cz
4548
4549 - handle HTTP 503 reponses as temporary errors (bnc #462545)
4550
4551 -------------------------------------------------------------------
4552 Thu Dec 18 22:26:18 CET 2008 - ma@suse.de
4553
4554 - Fixed lost user request to abort during commit. (bnc #388810, bnc #450273)
4555 - revision 11954
4556 - version 5.25.0 (23)
4557
4558 -------------------------------------------------------------------
4559 Thu Dec 18 13:02:27 CET 2008 - ma@suse.de
4560
4561 - Add Package::filelist, faster and less memory consuming
4562   implementation of Package::filenames (now deprecated).
4563 - revision 11949
4564
4565 -------------------------------------------------------------------
4566 Thu Dec 11 21:39:50 CET 2008 - ma@suse.de
4567
4568 - Add str::hexencode and str::hexdecode to encode special characters
4569   in a string as %XX.
4570 - Hexdecode modalias strings in rpm dependencies because rpm does not
4571   allow comma, blank and other special chars. (bnc #456695)
4572 - revision 11927
4573
4574 -------------------------------------------------------------------
4575 Thu Dec 11 17:13:06 CET 2008 - ma@suse.de
4576
4577 - Catch and report media errors when proving packages. (bnc #457652)
4578 - revision 11926
4579
4580 -------------------------------------------------------------------
4581 Wed Dec 10 16:09:08 CET 2008 - ma@suse.de
4582
4583 - Remove obsolete zypp.conf::productsdir and deprecate
4584   ZConfig::productsPath().
4585 - Monitor /etc/products.d to determine if @system.solv needs to be
4586   rebuilt. (bnc #457933)
4587 - revision 11923
4588 - version 5.24.7 (23)
4589
4590 -------------------------------------------------------------------
4591 Mon Dec  8 15:31:18 CET 2008 - ma@suse.de
4592
4593 - Execute patch scripts chroot to the installed system. (bnc #456795)
4594 - revision 11908
4595
4596 -------------------------------------------------------------------
4597 Mon Dec  8 10:39:30 CET 2008 - schubi@suse.de
4598
4599 - Make the solver reset function public (bnc #439373)
4600 - Revision 11904
4601
4602 -------------------------------------------------------------------
4603 Sun Dec  7 20:21:09 CET 2008 - coolo@suse.de
4604
4605 - note for coolo: do not trust bash advisory from TPM colleagues
4606
4607 -------------------------------------------------------------------
4608 Fri Dec  5 14:22:11 CET 2008 - ma@suse.de
4609
4610 - Fix solvers inappropriate selection as byUSER (bnc 455965)
4611 - revision 11891
4612 - version 5.24.6 (23)
4613
4614 -------------------------------------------------------------------
4615 Thu Dec  4 11:10:35 CET 2008 - coolo@suse.de
4616
4617 - fix %post script to not warn on fresh install
4618
4619 -------------------------------------------------------------------
4620 Mon Dec  1 19:38:24 CET 2008 - ma@suse.de
4621
4622 - Fix install order computation losing some installed packages
4623   pre-requirements. (bnc #439802)
4624 - revision 11845
4625 - version 5.24.5 (23)
4626
4627 -------------------------------------------------------------------
4628 Fri Nov 28 16:33:56 CET 2008 - ma@suse.de
4629
4630 - Prune soft locks to prevent installation but not update of
4631   already installed packages.
4632 - revision 11829
4633 - version 5.24.4 (23)
4634
4635 -------------------------------------------------------------------
4636 Fri Nov 28 11:36:03 CET 2008 - schubi@suse.de
4637
4638 - Taking solutions which based on user requirements/conflict
4639   "by User" solutions (bnc #442718)
4640 - revision 11825
4641
4642 -------------------------------------------------------------------
4643 Fri Nov 28 00:05:17 CET 2008 - ma@suse.de
4644
4645 - Take into account the requirements of all obsoleted packages uninstall
4646   scripts when computing the installation order. (bnc #439802)
4647 - revision 11823
4648 - version 5.24.3 (23)
4649
4650 -------------------------------------------------------------------
4651 Thu Nov 27 14:45:07 CET 2008 - dmacvicar@suse.de
4652
4653 - fix maybeUnsuported() method returning wrong result
4654 - add testcase for future coverage
4655 - don't force time based uuid for anonymous id string (bnc #449654)
4656 - RELEASE: 5.24.2 (23)
4657
4658 -------------------------------------------------------------------
4659 Wed Nov 26 17:18:00 CET 2008 - ma@suse.de
4660
4661 - Call 'repo2solv -R' (recursive scan) for plaindir repos. (bnc #443350)
4662 - revision 11810
4663
4664 -------------------------------------------------------------------
4665 Wed Nov 26 17:09:12 CET 2008 - dmacvicar@suse.de
4666
4667 - SHA1SUMS.key is not imported by zypp as known key (bnc #446188)
4668 - path and url in add_on_products.xml is evaluated wrong
4669   (bnc #446170)
4670
4671 -------------------------------------------------------------------
4672 Mon Nov 24 17:47:35 CET 2008 - schubi@suse.de
4673
4674 - activate locking for doUpdate (bnc #447684)
4675 - revision 11792
4676 - RELEASE: 5.24.1 (23)
4677
4678 -------------------------------------------------------------------
4679 Fri Nov 21 16:56:10 CET 2008 - dmacvicar@suse.de
4680
4681 - remove unused updaterepokey, replaced by repo
4682   product information
4683
4684 -------------------------------------------------------------------
4685 Fri Nov 21 15:12:52 CET 2008 - jkupec@suse.cz
4686
4687 - fixed uninitialized value in OnMediaLocation (bnc #447010)
4688 - revision 11770
4689
4690 -------------------------------------------------------------------
4691 Thu Nov 20 23:59:16 CET 2008 - ma@suse.de
4692
4693 - Fix retrieval of deltarpm info.
4694 - revision 11764
4695 - version 5.24.0 (23)
4696
4697 -------------------------------------------------------------------
4698 Thu Nov 20 22:15:28 CET 2008 - ma@suse.de
4699
4700 - Fix retrieval of Repository attributes like timestamps, keywords
4701   and product info.
4702 - revision 11760
4703
4704 -------------------------------------------------------------------
4705 Thu Nov 20 19:30:05 CET 2008 - ma@suse.de
4706
4707 - Enhance class LookupAttr and add convenience class LookupRepoAttr to
4708   iterate those solv file attributes which are not acssociated with a
4709   solvable. E.g. product or deltarpm info.
4710 - revision 11754
4711
4712 -------------------------------------------------------------------
4713 Wed Nov 19 15:49:38 CET 2008 - jkupec@suse.cz
4714
4715 - encode user-supplied URL strings before using them in the Url object
4716   (bnc #446395, bnc #444267)
4717 - revision 11720
4718
4719 -------------------------------------------------------------------
4720 Wed Nov 19 15:15:14 CET 2008 - ma@suse.de
4721
4722 - Support loading helix files.
4723 - revision 11719
4724
4725 -------------------------------------------------------------------
4726 Tue Nov 18 18:37:30 CET 2008 - ma@suse.de
4727
4728 - Add class filesystem::Glob to find pathnames matching a pattern
4729   by using ::glob.
4730 - revision 11708
4731
4732 -------------------------------------------------------------------
4733 Thu Nov 13 11:07:56 CET 2008 - schubi@suse.de
4734
4735 - Taking care for ppc64 while distupgrade (bnc #443685)
4736 - revision 11670
4737
4738 -------------------------------------------------------------------
4739 Wed Nov 12 18:53:03 CET 2008 - ma@suse.de
4740
4741 - Add Capability ctor from Arch and Name: (Arch_i386, "name") or
4742   (Arch_i386, "name == 1.0").
4743 - revision 11669
4744
4745 -------------------------------------------------------------------
4746 Wed Nov 12 14:31:20 CET 2008 - ma@suse.de
4747
4748 - Take care to always reset CURLOPT_TIMECONDITION to prevent incomplete
4749   downloads. (bnc #444109)
4750 - revision 11656
4751 - version 5.23.0 (23)
4752
4753 -------------------------------------------------------------------
4754 Wed Nov 12 13:19:02 CET 2008 - ma@suse.de
4755
4756 - Check for modaliases below /sys (bnc #430179)
4757 - revision 11653
4758
4759 -------------------------------------------------------------------
4760 Tue Nov 11 18:36:33 CET 2008 - ma@suse.de
4761
4762 - Avoid superfluous file copying and gpg invocation in keyring handling.
4763 - revision 11650
4764
4765 -------------------------------------------------------------------
4766 Tue Nov 11 14:48:52 CET 2008 - ma@suse.de
4767
4768 - Prevent fetcher from processing the same index file twice. (bnc #443644)
4769 - revision 11648
4770 - version 5.22.0 (21)
4771
4772 -------------------------------------------------------------------
4773 Fri Nov  7 23:55:47 CET 2008 - ma@suse.de
4774
4775 - Fix retrieval of patch contents and references attributes. (bnc #442200)
4776 - revision 11641
4777 - version 5.21.0 (21)
4778
4779 -------------------------------------------------------------------
4780 Fri Nov  7 19:51:00 CET 2008 - ma@suse.de
4781
4782 - Add CheckSum::asString.
4783 - revision 11634
4784
4785 -------------------------------------------------------------------
4786 Fri Nov  7 17:55:48 CET 2008 - ma@suse.de
4787
4788 - revision 11631
4789 - version 5.20.0 (20)
4790
4791 -------------------------------------------------------------------
4792 Thu Nov  6 18:35:25 CET 2008 - dmacvicar@suse.de
4793
4794 - re-add the flavor to the http header now using a flavor
4795   cache that is updated on every target load.
4796   Target::dstributionFlavor provides access to this cache
4797   in case you need the last used flavor without loading
4798   the target.
4799
4800 -------------------------------------------------------------------
4801 Thu Nov  6 16:23:03 CET 2008 - schubi@suse.de
4802
4803 - added flag: ignorealreadyrecommended to the testcases (bnc #432136)
4804 - revsion 11539
4805
4806 -------------------------------------------------------------------
4807 Thu Nov  6 09:41:48 CET 2008 - schubi@suse.de
4808
4809 - Adding rule rpm-arch for installed rpm package in order to avoid
4810   unneeded architecture change. (bnc #441004)
4811 - revision 11585
4812
4813 -------------------------------------------------------------------
4814 Tue Nov  4 13:21:35 CET 2008 - jkupec@suse.cz
4815
4816 - handle MediaTimeoutException also in MediaSetAccess::provideFile()
4817   (bnc #439983)
4818 - revision 11568
4819
4820 -------------------------------------------------------------------
4821 Mon Nov  3 15:30:53 CET 2008 - dmacvicar@suse.de
4822
4823 - merge contributions by Jon Nelson, the patches resolve
4824   the following issues:
4825 - disable the "Pragma: nocache" header which is automatically
4826   used by curl.
4827   re-enables the use of a caching http proxy (like squid or others)
4828   and corrects (bnc #326208)
4829 - don't generate an If-Modified-Since header if we don't have a
4830   previous file to work with
4831 - don't generate a Proxy-Authenticate header if one is not called
4832   for.
4833
4834 -------------------------------------------------------------------
4835 Fri Oct 31 14:01:57 CET 2008 - ma@suse.de
4836
4837 - Do not save solver locks (by APPL_HIGH).
4838 - revision 11558
4839
4840 -------------------------------------------------------------------
4841 Fri Oct 31 13:53:39 CET 2008 - dmacvicar@suse.de
4842
4843 - fetcher.setOptions( Fetcher::AutoAddIndexes ) allows
4844   for automatic signed index discovery.
4845 - enqueueDir with checksum checking s now enqueueDigestedDir
4846
4847 -------------------------------------------------------------------
4848 Thu Oct 30 14:24:57 CET 2008 - schubi@suse.de
4849
4850 - solutions: keep/lock will be done by APPL_HIGH. So they will not be
4851   saved in the lockfiles
4852 - "keep obsolete" will be handled with lock by APPL_HIGH (bnc #439134)
4853 - revision  11549
4854
4855 -------------------------------------------------------------------
4856 Wed Oct 29 14:14:16 CET 2008 - jkupec@suse.cz
4857
4858 - throw a MediaTimeoutException also on http 504 (gateway timeout)
4859   (bnc #425035)
4860 - revision 11535
4861
4862 -------------------------------------------------------------------
4863 Wed Oct 29 12:51:55 CET 2008 - ma@suse.de
4864
4865 - Add 'sh4' architectures.
4866 - revision 11534
4867
4868 -------------------------------------------------------------------
4869 Tue Oct 28 22:01:40 CET 2008 - dmacvicar@suse.de
4870
4871 - don't free the header before curl_perform as curl does not
4872   copy it. (bnc#439532)
4873
4874 -------------------------------------------------------------------
4875 Tue Oct 28 16:47:36 CET 2008 - ma@suse.de
4876
4877 - Add 'arm' architectures.
4878 - revision 11525
4879
4880 -------------------------------------------------------------------
4881 Tue Oct 28 10:07:13 CET 2008 - schubi@suse.de
4882
4883 - regarding "keep obsolete" in the solutions (bnc #439134)
4884 - revision 11517
4885
4886 -------------------------------------------------------------------
4887 Mon Oct 27 10:51:01 CET 2008 - dmacvicar@suse.de
4888
4889 - fix broken aria2c command line (bnc#438971)
4890
4891 -------------------------------------------------------------------
4892 Sun Oct 26 14:53:56 CET 2008 - coolo@suse.de
4893
4894 - adding svn r11488 to fix compile of PackageKit
4895
4896 -------------------------------------------------------------------
4897 Fri Oct 24 18:12:34 CEST 2008 - ma@suse.de
4898
4899 - Remove error prone methods from OnMediaLocation API to prevent
4900   accidental missuse. (bnc #437328)
4901 - revision 11487
4902 - version 5.19.0 (19)
4903
4904 -------------------------------------------------------------------
4905 Fri Oct 24 16:07:45 CEST 2008 - ma@suse.de
4906
4907 - Provide the /etc/products.d enties filename as Product::referenceFilename.
4908   Use it to remove orphan products. (bnc #432932)
4909 - Fix media exception handling in commit (bnc #395704)
4910 - revision 11485
4911 - version 5.18.0 (17)
4912
4913 -------------------------------------------------------------------
4914 Fri Oct 24 10:29:19 CEST 2008 - schubi@suse.de
4915
4916 - Taking "unlock" instead of setTransact(false) in the solutions (bnc #436923)
4917 - revision 11468
4918 - version 5.17.0 (17)
4919
4920 -------------------------------------------------------------------
4921 Wed Oct 22 14:33:10 CEST 2008 - ma@suse.de
4922
4923 - For retrieving a product license fall back to license.tar.gz. (bnc #372386)
4924 - revision 11447
4925
4926 -------------------------------------------------------------------
4927 Wed Oct 22 14:16:33 CEST 2008 - dmacvicar@suse.de
4928
4929 - move anonymous unique id to a private http header
4930   X-ZYpp-AnonymousUniqueId (bnc#431571 )
4931
4932 -------------------------------------------------------------------
4933 Wed Oct 22 12:58:35 CEST 2008 - ma@suse.de
4934
4935 - Adapt to satsolver-0.12 API.
4936 - Add Locale:: bestMatch to find the best match within a set of
4937   available Locales.
4938 - revision 11441
4939
4940 -------------------------------------------------------------------
4941 Mon Oct 20 16:44:58 CEST 2008 - ma@suse.de
4942
4943 - RepoInfo: Add methods to handle repository licenses. (bnc #372386)
4944 - revision 11419
4945
4946 -------------------------------------------------------------------
4947 Mon Oct 20 16:39:41 CEST 2008 - ma@suse.de
4948
4949 - Adapt to changed satsolver dataiterator API.
4950 - revision 11418
4951
4952 -------------------------------------------------------------------
4953 Fri Oct 17 18:31:47 CEST 2008 - ma@suse.de
4954
4955 - Secure download of license file on repo refresh (bnc #372386)
4956 - revision 11398
4957
4958 -------------------------------------------------------------------
4959 Fri Oct 17 17:26:25 CEST 2008 - ma@suse.de
4960
4961 - Call 'repo2solv.sh -o' instead of using output redirection. (bnc #420046)
4962 - revision 11397
4963
4964 -------------------------------------------------------------------
4965 Thu Oct 16 17:57:15 CEST 2008 - jkupec@suse.cz
4966
4967 - repository license methods added to RepoManager (bnc #372386)
4968 - revision 11377
4969
4970 -------------------------------------------------------------------
4971 Thu Oct 16 16:26:01 CEST 2008 - dmacvicar@suse.de
4972
4973 - don't take into account stat information when looking
4974   for remote SHA1SUMS (part of bnc#409927)
4975
4976 -------------------------------------------------------------------
4977 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
4978
4979 - MediaSetAccess::provideOptionalFile() added
4980 - revision 11369
4981
4982 -------------------------------------------------------------------
4983 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
4984 - version 5.16.1 (16)
4985
4986 -------------------------------------------------------------------
4987 Tue Oct 14 16:15:09 CEST 2008 - jkupec@suse.cz
4988
4989 - don't initialize servicesTargetDistro via global ZYpp instance in
4990   RepoManagerOptions() constructor (bnc #435184)
4991 - revision 11342
4992
4993 -------------------------------------------------------------------
4994 Mon Oct 13 19:12:40 CEST 2008 - jkupec@suse.cz
4995
4996 - repository probing: check for other types of repo even on
4997   MediaException, throw only if all fail (bnc #335906)
4998 - revision 11332
4999
5000 -------------------------------------------------------------------
5001 Mon Oct 13 14:16:25 CEST 2008 - ma@suse.de
5002
5003 - Adapt to satsolver changes.
5004 - revision 11331
5005 - version 5.16.0 (16)
5006
5007 -------------------------------------------------------------------
5008 Mon Oct 13 13:28:48 CEST 2008 - ma@suse.de
5009
5010 - Fix reading delta rpm checksum from solv file.
5011 - revision 11313
5012
5013 -------------------------------------------------------------------
5014 Mon Oct 13 12:12:39 CEST 2008 - ma@suse.de
5015
5016 - Fix package-manager script to properly quote arguments. (bnc #30903)
5017 - revision 11311
5018
5019 -------------------------------------------------------------------
5020 Mon Oct 13 11:03:04 CEST 2008 - schubi@suse.de
5021
5022 - regarding orphaned resolvables
5023 - removed old distupgrade algorithm
5024 - revision 11307
5025
5026 -------------------------------------------------------------------
5027 Sun Oct 12 13:55:51 CEST 2008 - jkupec@suse.cz
5028
5029 - handle ftp response 530 (login failed) like http 403
5030   (bnc #433537)
5031 - revision 11305
5032
5033 -------------------------------------------------------------------
5034 Thu Oct  9 17:37:18 CEST 2008 - ma@suse.de
5035
5036 - Adapt to satsolvers 'big solv data change'.
5037 - revision 11294
5038
5039 -------------------------------------------------------------------
5040 Thu Oct  9 17:18:18 CEST 2008 - schubi@suse.de
5041
5042 - Taking the right solution actions for locked resolvables (bnc #400840)
5043 - revision 11289
5044
5045 -------------------------------------------------------------------
5046 Thu Oct  9 13:52:03 CEST 2008 - ma@suse.de
5047
5048 - Add required copy-ctor and assignment operator to WhatProvides.
5049   (bnc #433087)
5050 - revision 11276
5051
5052 -------------------------------------------------------------------
5053 Wed Oct  8 16:24:25 CEST 2008 - jkupec@suse.cz
5054
5055 - detect and use unused loop device for mounting ISO images
5056   (bnc #428009)
5057 - revision 11262
5058 - version 5.15.1 (13)
5059
5060 -------------------------------------------------------------------
5061 Wed Oct  8 15:39:08 CEST 2008 - jkupec@suse.cz
5062
5063 - fixed segfault when saving the probed repo type in
5064   RepoManager::refreshMetadata() (bnc #431963)
5065 - revision 11261
5066
5067 -------------------------------------------------------------------
5068 Wed Oct  8 11:33:00 CEST 2008 - dmacvicar@suse.de
5069
5070 - improve log message (bnc#429114)
5071
5072 -------------------------------------------------------------------
5073 Wed Oct  8 11:15:20 CEST 2008 - lslezak@suse.cz
5074
5075 - disk usage - ignore /proc filesystem (bnc#418783)
5076 - revision 11258
5077
5078 -------------------------------------------------------------------
5079 Tue Oct  7 13:24:10 CEST 2008 - ma@suse.de
5080
5081 - Fixed detection of loopback mounted iso-files. The mtab entry does
5082   not necessarily mention the iso-file. (bnc #432504)
5083 - revision 11252
5084 - version 5.15.0 (13)
5085
5086 -------------------------------------------------------------------
5087 Thu Oct  2 19:46:13 CEST 2008 - ma@suse.de
5088
5089 - Add zypp.conf option 'download.use_deltarpmr.always' to enable using
5090   delta rpms even if the package is available on a local source.
5091   (Axel C. Frinke)
5092 - revision 11235
5093 - version 5.14.0 (13)
5094
5095 -------------------------------------------------------------------
5096 Thu Oct  2 18:50:11 CEST 2008 - ma@suse.de
5097
5098 - Add product attribute: PRODUCTLINE.
5099 - revision 11234
5100
5101 -------------------------------------------------------------------
5102 Thu Oct  2 17:18:19 CEST 2008 - ma@suse.de
5103
5104 - Do not consider self provided requirements whan computing the
5105   installation order.
5106 - revision 11231
5107
5108 -------------------------------------------------------------------
5109 Wed Oct  1 16:07:36 CEST 2008 - ma@suse.de
5110
5111 - Rephrase missleading error message. (bnc #431229)
5112 - revision 11222
5113
5114 -------------------------------------------------------------------
5115 Tue Sep 30 17:23:48 CEST 2008 - ma@suse.de
5116
5117 - Allow computation of disk usage per solvable.
5118 - revision 11218
5119
5120 -------------------------------------------------------------------
5121 Mon Sep 29 23:59:10 CEST 2008 - dmacvicar@suse.de
5122
5123 - Merge aria2c Media handler code from Google SOC 2008
5124   (Gerard Farras)
5125 - Only activated by making env var ZYPP_ARIA=1
5126
5127 -------------------------------------------------------------------
5128 Mon Sep 29 15:56:17 CEST 2008 - jkupec@suse.cz
5129
5130 - history: tell which package failed before logging rpm output or
5131   error message (bnc #430585)
5132 - no localization for history log comments
5133 - revision 11202
5134
5135 -------------------------------------------------------------------
5136 Mon Sep 29 13:43:08 CEST 2008 - ma@suse.de
5137
5138 - Fix zypp::WhatProvides::empty returning inverse result.
5139 - revision 11200
5140 - version 5.13.1 (13)
5141
5142 -------------------------------------------------------------------
5143 Sat Sep 27 23:36:19 CEST 2008 - jkupec@suse.cz
5144
5145 - fixed endless loop when CredentialManager returns bad password
5146 - CredentialManager now correctly updates password of existing
5147   credentials
5148 - revision 11187
5149
5150 -------------------------------------------------------------------
5151 Fri Sep 26 15:37:50 CEST 2008 - ma@suse.de
5152
5153 - Fix computation of Product::flavor.
5154 - Add Product::productLine. A vendor specific string denoting the
5155   product line.
5156 - revision 11182
5157 - version 5.13.0 (13)
5158
5159 -------------------------------------------------------------------
5160 Fri Sep 26 15:25:33 CEST 2008 - jkupec@suse.cz
5161
5162 - save user credentials after asking for them
5163 - revision 11181
5164
5165 -------------------------------------------------------------------
5166 Thu Sep 25 23:19:55 CEST 2008 - jkupec@suse.cz
5167
5168 - ZConfig::credentialsGlobal{File,Dir}() added
5169   (/etc/zypp/credentials.{cat,d})
5170 - revision 11176
5171
5172 -------------------------------------------------------------------
5173 Thu Sep 25 17:09:44 CEST 2008 - jkupec@suse.cz
5174
5175 - Target::setInstallationLogfile() removed from zypp/Target.h
5176 - revision 11171
5177
5178 -------------------------------------------------------------------
5179 Thu Sep 25 13:11:43 CEST 2008 - ma@suse.de
5180
5181 - Remove obsolete zypp-query-pool binary. zypper provides all
5182   the information one needs.
5183 - revision 11160
5184
5185 -------------------------------------------------------------------
5186 Wed Sep 24 19:11:19 CEST 2008 - jkupec@suse.cz
5187
5188 - HistoryLog added and used to log package installs/removes and
5189   repository adds, removes, url and alias changes into
5190   history.logfile (/var/log/zypp/history) (fate #110205)
5191 - str::escape(string, char) added
5192 - revision 11150
5193 - version 5.12.1 (12)
5194
5195 -------------------------------------------------------------------
5196 Tue Sep 23 14:02:08 CEST 2008 - jkupec@suse.cz
5197
5198 - CredentialManager: look for credentials with
5199   wanted_url.startsWith(stored_url)
5200 - RepoManager: don't pass service credentials down to repos if
5201   their urls are not based on service's url.
5202 - revision 11134
5203
5204 -------------------------------------------------------------------
5205 Mon Sep 22 16:27:41 CEST 2008 - ma@suse.de
5206
5207 - Remove superfluous PRODUCT_REFERENCES attribute.
5208 - revision 11127
5209
5210 -------------------------------------------------------------------
5211 Mon Sep 22 16:13:08 CEST 2008 - ma@suse.de
5212
5213 - Add Url::hasCredentialsInAuthority test for username or password
5214   being encoded in the authority component. I.e. user:pass@host.
5215 - Handle repos to be disabled disable in service refresh.
5216 - revision 11126
5217
5218 -------------------------------------------------------------------
5219 Mon Sep 22 12:10:34 CEST 2008 - jkupec@suse.cz
5220
5221 - provided context to keyring callbacks (bnc #370223)
5222 - merged trust & import callbacks (bnc #366467)
5223   (don't worry, still allows to trust && !import)
5224 - revision 11113
5225
5226 -------------------------------------------------------------------
5227 Fri Sep 19 13:17:38 CEST 2008 - ma@suse.de
5228
5229 - Moved DefaultAcceptBits enum to class KeyRing (formerly KeyRingReort).
5230 - revision 11102
5231
5232 -------------------------------------------------------------------
5233 Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de
5234
5235 - Use service alias as namespace for it's repositories aliases.
5236 - revision 11097
5237 - version 5.11.0 (11)
5238
5239 -------------------------------------------------------------------
5240 Thu Sep 18 12:45:25 CEST 2008 - jkupec@suse.cz
5241
5242 - pass service's credentials down to repos
5243 - support ?credentials=filepath in URL to specify credentials
5244 - revision 11092
5245
5246 -------------------------------------------------------------------
5247 Thu Sep 18 09:57:49 CEST 2008 - ma@suse.de
5248
5249 - Add Product::isTargetDistribution to identify the systems installed
5250   baseproduct. This should replace tests for Product::type is "base".
5251 - revision 11089
5252
5253 -------------------------------------------------------------------
5254 Wed Sep 17 18:05:44 CEST 2008 - jkupec@suse.cz
5255
5256 - save user credentials when adding repos/services with URLs containing
5257   the credentials (bnc #425462)
5258 - revision 11085
5259
5260 -------------------------------------------------------------------
5261 Wed Sep 17 15:08:54 CEST 2008 - ma@suse.de
5262
5263 - Adapt to rpms new way of quoting whitespace in pathnames.(bnc #426924)
5264 - revision 11082
5265
5266 -------------------------------------------------------------------
5267 Tue Sep 16 18:41:39 CEST 2008 - ma@suse.de
5268
5269 - Service handling fixes. Added ServiceException.
5270 - revision 11077
5271
5272 -------------------------------------------------------------------
5273 Mon Sep 15 11:40:04 CEST 2008 - ma@suse.de
5274
5275 - Fix building of transaltions.
5276 - revision 11064
5277
5278 -------------------------------------------------------------------
5279 Sun Sep 14 00:10:21 CEST 2008 - jkupec@suse.cz
5280
5281 - ServiceInfo.clearReposTo{Enable,Disable}() methods added
5282 - revision 11060
5283
5284 -------------------------------------------------------------------
5285 Fri Sep 12 18:24:28 CEST 2008 - ma@suse.de
5286
5287 - Create new Service repos in disbaled sate.
5288 - revision 11056
5289 - version 5.10.0 (10)
5290
5291 -------------------------------------------------------------------
5292 Fri Sep 12 16:04:54 CEST 2008 - ma@suse.de
5293
5294 - Make registerTarget and registerRelease abvailable for installed
5295   product. Required for registration.
5296 - revision 11043
5297
5298 -------------------------------------------------------------------
5299 Fri Sep 12 12:59:50 CEST 2008 - ma@suse.de
5300
5301 - Add url lists query to Product interface. A generic query and
5302   convenience methods to query urls for "releasenotes", "register",
5303   "updateurls", "extraurls",  "optionalurls" and "smolt" (bnc #413444)
5304 - revision 11029
5305
5306 -------------------------------------------------------------------
5307 Fri Sep 12 01:38:25 CEST 2008 - jkupec@suse.cz
5308
5309 - ServiceType and ServiceInfo::type() added (contains only RIS for
5310   now), service type probing added.
5311 - Avoiding the use of 'path' for services (appending
5312   the repoindex.xml's 'path' to the baseurl of created repos)
5313 - renamed ServiceInfo::*catalog*() methods to *repo*() methods
5314 - revision 11022
5315
5316 -------------------------------------------------------------------
5317 Thu Sep 11 16:01:57 CEST 2008 - dmacvicar@suse.de
5318
5319 - add Repostiroy::updateKeys and
5320   Repository::providesUpdatesForKey(string) for repo and
5321   product matching
5322 - Provide Repository::isUpdateRepo
5323
5324 -------------------------------------------------------------------
5325 Thu Sep 11 14:41:28 CEST 2008 - ma@suse.de
5326
5327 - Fix evaluation of vendor support flags.
5328 - Adapt retrieval of registration data (targetDistribution,
5329   targetDistributionRelease and targetDistributionFlavor).
5330 - revision 11013
5331
5332 -------------------------------------------------------------------
5333 Wed Sep 10 18:23:52 CEST 2008 - ma@suse.de
5334
5335 - Follow gpgcheck tag in .repo file and do no check if disabled.
5336 - revision 11010
5337 - version 5.9.0 (8)
5338
5339 -------------------------------------------------------------------
5340 Wed Sep 10 17:54:20 CEST 2008 - jkupec@suse.cz
5341
5342 - added dumpAsXMLOn(stream,string) to ServiceInfo to print services
5343   with content (repos)
5344 - revision 11004
5345
5346 -------------------------------------------------------------------
5347 Wed Sep 10 17:31:41 CEST 2008 - ma@suse.de
5348
5349 - Remove obsolete product attributes.
5350 - Store less packages in /var/lib/zypp/SoftLocks (bnc #418050)
5351 - revision 11001
5352
5353 -------------------------------------------------------------------
5354 Wed Sep 10 16:40:00 CEST 2008 - ma@suse.de
5355
5356 - Provide product::updaterepoKey: Update repository indicator string.
5357 - revision 11000
5358
5359 -------------------------------------------------------------------
5360 Tue Sep  9 17:33:03 CEST 2008 - dmacvicar@suse.de
5361
5362 - provide context about the repository (name/alias) if available when
5363   checking signatures (bnc#370223)
5364 - 5.8.0
5365
5366 -------------------------------------------------------------------
5367 Tue Sep  9 13:04:11 CEST 2008 - ma@suse.de
5368
5369 - Add ServiceInfo interface to define a set of catalogs (repository
5370   aliases) to be enabled on next refresh.
5371 - revision 10970
5372
5373 -------------------------------------------------------------------
5374 Tue Sep  9 11:40:42 CEST 2008 - ma@suse.de
5375
5376 - Fix reading of Traget::targetDistribution.
5377 - Allow to configure default answers in signature verification workflow.
5378 - revision 10968
5379
5380 -------------------------------------------------------------------
5381 Mon Sep  8 17:11:02 CEST 2008 - jkupec@suse.cz
5382
5383 - CredentialManager added to manage stored credentials
5384 - MediaCurl adapted to use CredentialManager to read credentials
5385 - revision 10958
5386
5387 -------------------------------------------------------------------
5388 Fri Sep  5 11:40:05 CEST 2008 - jkupec@suse.cz
5389
5390 - operator ==, !=, < definition moved to RepoInfoBase from
5391   the derived classes
5392 - fixed RepoInfo::dumpAsIniOn() to not print 'type' if it is unknown
5393   (bnc #407515)
5394 - {Repo,Service}Info::dumpAsXMLOn(ostream) added
5395 - RepoInfo::dumpRepoOn() deprecated in favor of dumpAsIniOn()
5396 - use shared_ptr instead of itrusive for {Repo,Service}Info
5397 - revision 10931:10942
5398
5399 -------------------------------------------------------------------
5400 Thu Sep  4 16:47:07 CEST 2008 - jkupec@suse.cz
5401
5402 - RepoInfo{,Base} setters made void
5403 - revision 10931
5404
5405 -------------------------------------------------------------------
5406 Wed Sep  3 14:53:06 CEST 2008 - jkupec@suse.cz
5407
5408 - skip repositories with non-matching target distro when reading
5409   repoindex
5410 - revision 10926
5411
5412 -------------------------------------------------------------------
5413 Tue Sep  2 11:04:52 CEST 2008 - schubi@suse.de
5414
5415 - Enabled distupgrade of the SAT solver. In order to use the old
5416   distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.
5417   This variable will can be used until the old distupgrade mechanism will
5418   be removed from libzypp. Have a look to above changelogs.
5419 - revision 10911
5420 - version 5.7.0 (5)
5421
5422 -------------------------------------------------------------------
5423 Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de
5424
5425 - add Package::maybeUnsupported to remove duplicated
5426   code in clients dealing with Package::vendorSupport
5427
5428 -------------------------------------------------------------------
5429 Tue Aug 19 11:04:52 CEST 2008 - schubi@suse.de
5430
5431 - Reset transaction only if this solvable has no buddy (bnc #417799)
5432   e.g. do not reset Products cause the concerning release package
5433   could not already be installed.
5434 - revision 10883
5435 - version 5.6.1 (5)
5436
5437 -------------------------------------------------------------------
5438 Mon Aug 18 17:31:02 CEST 2008 - dmacvicar@suse.de
5439
5440 - don't report "may be outdated" for @System repo.
5441
5442 -------------------------------------------------------------------
5443 Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de
5444
5445 - Add Target::targetDistribution. Returns "distribution-arch" of
5446   the installed base product. Used for registration and Service
5447   refresh. (for Fate #304915)
5448 - revision 10877
5449 - version 5.6.0 (5)
5450
5451 -------------------------------------------------------------------
5452 Fri Aug 15 17:42:58 CEST 2008 - ma@suse.de
5453
5454 - Add method Product::replacedProducts to identify installed
5455   Products that would be replaced by installing a new Product.
5456   (for Fate #301997)
5457 - revision 10876
5458
5459 -------------------------------------------------------------------
5460 Fri Aug 15 15:30:32 CEST 2008 - ma@suse.de
5461
5462 - Fixes to Selectable doing staus manipulation on non-USER level.
5463 - revision 10873
5464
5465 -------------------------------------------------------------------
5466 Fri Aug 15 14:23:02 CEST 2008 - ma@suse.de
5467
5468 - Add method ZYpp::getTarget that returns the Target or a NULL pointer,
5469   if it is not yet initialized. This is to avoid try/catch blocks just
5470   to test whether the Target is initialized. (bnc #417556)
5471 - Add method Target::assertRootPrefix. Pass a pathname and get back the
5472   path prefixed with the tragets root, unless it already had that prefix.
5473 - revision 10870
5474
5475 -------------------------------------------------------------------
5476 Thu Aug 14 18:44:45 CEST 2008 - schubi@suse.de
5477
5478 - Regarding error messages for Products correctly (FATE #304502)
5479 - rev 10863
5480
5481 -------------------------------------------------------------------
5482 Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
5483
5484 - Let Selectable default to USER level.
5485 - revision 10850
5486 - version 5.5.1 (5)
5487
5488 -------------------------------------------------------------------
5489 Wed Aug 13 21:01:25 CEST 2008 - ma@suse.de
5490
5491 - Change Selectable API to support doing staus manipulation on
5492   non-USER level.
5493 - revision 10847
5494 - version 5.5.0 (5)
5495
5496 -------------------------------------------------------------------
5497 Wed Aug 13 16:48:49 CEST 2008 - dmacvicar@suse.de
5498
5499 - support sat solver API for searching files
5500
5501 -------------------------------------------------------------------
5502 Wed Aug 13 15:12:45 CEST 2008 - ma@suse.de
5503
5504 - Add ResPool::reposFind to get repositories by alias.
5505 - revision 10835
5506
5507 -------------------------------------------------------------------
5508 Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
5509
5510 - Advise rpmdb2solv to parse the product database.
5511 - revision 10824
5512 - version 5.4.0 (4)
5513
5514 -------------------------------------------------------------------
5515 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
5516
5517 - Offer a simpler, fate based status manipulation in ui::Selectable.
5518   This is easier to handle, as the ui::Status always distinguishes
5519   wheter an object is installed or not.
5520 - revision 10814
5521
5522 -------------------------------------------------------------------
5523 Mon Aug 11 18:00:40 CEST 2008 - ma@suse.de
5524
5525 - Propagate default rpm install flags from zypp.conf via ZConfig and
5526   ZYppCommitPolicy down to the installer. (FATE #302952)
5527 - revision 10813
5528
5529 -------------------------------------------------------------------
5530 Mon Aug 11 16:28:07 CEST 2008 - ma@suse.de
5531
5532 - Add base::Flags (like qt's QFlags) a type-safe way of storing
5533   OR-combinations of enum values.
5534 - revision 10811
5535
5536 -------------------------------------------------------------------
5537 Fri Aug  8 17:01:00 CEST 2008 - ma@suse.de
5538
5539 - Add static ui::Selectable::get methods as convenient ctor
5540   substitute.
5541 - revision 10806
5542
5543 -------------------------------------------------------------------
5544 Fri Aug  8 15:41:17 CEST 2008 - ma@suse.de
5545
5546 - Adapt zypp-query-pool to new product handling.
5547 - revision 10803
5548
5549 -------------------------------------------------------------------
5550 Fri Aug  8 14:11:03 CEST 2008 - ma@suse.de
5551
5552 - Don't pass epoch to 'rpm -e', it does not support it.
5553 - revision 10800
5554
5555 -------------------------------------------------------------------
5556 Fri Aug  8 13:27:42 CEST 2008 - ma@suse.de
5557
5558 - Adapt to new product handling. Products are no longer pseudo
5559   installed objects verified by the solver, but actually installed.
5560   Thus removed satisfiedProduct iterator, fixed Selctables.
5561 - Removed class ProductInfo as we keep Product.
5562 - revision 10797
5563
5564 -------------------------------------------------------------------
5565 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
5566
5567 - implement relogin suggested support (fate#304889)
5568
5569 -------------------------------------------------------------------
5570 Wed Aug  6 18:21:30 CEST 2008 - ma@suse.de
5571
5572 - Detect correct download path even if repository type
5573   is not set. (bnc #386386)
5574 - revision 10768
5575
5576 -------------------------------------------------------------------
5577 Wed Aug  6 17:15:48 CEST 2008 - ma@suse.de
5578
5579 - Cleanup, mostly by removing, unused parser code and related classes.
5580 - revision 10765
5581
5582 -------------------------------------------------------------------
5583 Wed Aug  6 16:23:27 CEST 2008 - ma@suse.de
5584
5585 - Don't let exception escape MediaSetAccess dtor (bnc #415017)
5586 - revision 10763
5587
5588 -------------------------------------------------------------------
5589 Mon Aug  4 19:34:27 CEST 2008 - ma@suse.de
5590
5591 - Add new product attributes (flavor,referencePackage).
5592 - Add PoolItem buddies, i.e. two PoolItems sharing the same status
5593   object. This is used to keep the product resolvable and the
5594   package providing the product metadata in sync.
5595 - revision 10742
5596
5597 -------------------------------------------------------------------
5598 Sat Aug  2 19:26:52 CEST 2008 - jkupec@suse.cz
5599
5600 - support an optional url attribute in repoindex.xml's <repo>
5601 - revision 10729
5602
5603 -------------------------------------------------------------------
5604 Thu Jul 31 21:52:11 CEST 2008 - ma@suse.de
5605
5606 - New class ProductInfo to provide product related metadata that
5607   might be associated with a package. This will replace the Product
5608   resolvable.
5609 - revision 10715
5610
5611 -------------------------------------------------------------------
5612 Thu Jul 31 19:01:54 CEST 2008 - dmacvicar@suse.de
5613
5614 - generate a unique anonymous unique string per target
5615   and add it to the agent string for better statistics
5616
5617 -------------------------------------------------------------------
5618 Thu Jul 31 19:01:14 CEST 2008 - ma@suse.de
5619
5620 - Follow solver policy and make repository priority the highest
5621   key, when ordering packages. Then architecture, and edition last.
5622 - revision 10710
5623
5624 -------------------------------------------------------------------
5625 Wed Jul 30 19:12:00 CEST 2008 - ma@suse.de
5626
5627 - /var/lib/zypp and /var/cache/zypp should be owned by libzypp
5628   (bnc #412094)
5629 - revision 10702
5630
5631 -------------------------------------------------------------------
5632 Wed Jul 30 12:47:48 CEST 2008 - jkupec@suse.cz
5633
5634 - Service renamed to ServiceInfo
5635 - RepoInfoBase added; RepoInfo and ServiceInfo now derive from it
5636 - revision 10695
5637
5638 -------------------------------------------------------------------
5639 Tue Jul 29 12:59:46 CEST 2008 - jkupec@suse.cz
5640
5641 - fixed yum repos to work with non '/' base url post fix
5642   (bnc #341617)
5643 - revision 10662
5644
5645 -------------------------------------------------------------------
5646 Mon Jul 28 18:13:24 CEST 2008 - ma@suse.de
5647
5648 - Fixed SolvIterMixin::Selectable_iterator eating some solvables
5649   (bnc #411339)
5650 - revision 10680
5651
5652 -------------------------------------------------------------------
5653 Fri Jul 25 20:12:55 CEST 2008 - ma@suse.de
5654
5655 - Several changes to make libzypp-bindings compile using the original
5656   header files and no private copies. (bnc #391831)
5657 - revision 10668
5658 - version 5.3.0
5659
5660 -------------------------------------------------------------------
5661 Wed Jul 23 17:17:47 CEST 2008 - jkupec@suse.cz
5662
5663 - Service::enabled() added
5664 - revision 10657
5665
5666 -------------------------------------------------------------------
5667 Tue Jul 22 17:18:28 CEST 2008 - jkupec@suse.cz
5668
5669 - Removed FRESHENS dependency type
5670 - revision 10643
5671
5672 -------------------------------------------------------------------
5673 Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
5674
5675 - Allow parallel installation of packages which have been defined
5676   in zypp.conf (parameter "multiversion") Fate #302050
5677 - Additional check for broken system.
5678   (defined in zypp.conv: solver.checkSystemFile)
5679 - revision 10600
5680
5681 -------------------------------------------------------------------
5682 Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
5683
5684 - Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
5685 - revision 10596
5686
5687 -------------------------------------------------------------------
5688 Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
5689
5690 - Remove Atom, Script, Message and other obsolete classes.
5691 - revision 10592
5692
5693 -------------------------------------------------------------------
5694 Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
5695
5696 - Also report the name of the locking process in ZYppFactoryException
5697   (bnc #280537)
5698 - revision 10572
5699
5700 -------------------------------------------------------------------
5701 Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
5702
5703 - corrected logging of solver settings
5704 - regard locking while doUpdate (bnc #405427)
5705 - revision 10564
5706
5707 -------------------------------------------------------------------
5708 Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
5709
5710 - make curl use the right transfer mode
5711   (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
5712 - revision 10559
5713
5714 -------------------------------------------------------------------
5715 Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
5716
5717 - reuse existing disk mounts (applied Marius' patch) (bnc #208222)
5718 - revision 10557
5719
5720 -------------------------------------------------------------------
5721 Wed Jul  9 18:13:58 CEST 2008 - ma@suse.de
5722
5723 - Provide Package::url() if available in solv file. (bnc #402434)
5724 - A missing cookie file must not be treated as an error. Simply
5725   rebuild the cache (bnc #405867)
5726 - Add 22x22 and 24x24 icons (bnc #329635)
5727 - revision 10528
5728
5729 -------------------------------------------------------------------
5730 Mon Jul  7 13:39:09 CEST 2008 - schubi@suse.de
5731
5732 - Do not update an already updated package (bnc #400422)
5733 - revision 10504
5734
5735 -------------------------------------------------------------------
5736 Fri Jul  4 17:19:24 CEST 2008 - ma@suse.de
5737
5738 - Also check if the fingerprint matches before importing updated keys.
5739   (bnc #393160)
5740 - revision 10500
5741
5742 -------------------------------------------------------------------
5743 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
5744
5745 - forward port add message attribute to patches.
5746 - port import newer keys if a trusted key is updated
5747 - (bnc#393160)
5748 - version 5.0.2
5749
5750 -------------------------------------------------------------------
5751 Mon Jun 30 10:28:27 CEST 2008 - ma@suse.de
5752
5753 - Fix permanent duplication of gpg keys in the rpm database. Also
5754   retrieve correct creation and expire dates. (bnc #401259)
5755 - Invoke gpg with --homdir, otherwise command fails if executed
5756   within a wrapper. (bnc #401259)
5757 - revision 10487
5758
5759 -------------------------------------------------------------------
5760 Thu Jun 26 12:07:33 CEST 2008 - schubi@suse.de
5761
5762 - version 5.0.1
5763 - revision 10464
5764
5765 -------------------------------------------------------------------
5766 Thu Jun 19 17:55:35 CEST 2008 - ma@suse.de
5767
5768 - Handle new patch messages and scripts in commit. Provide callbacks
5769   to display the patch messages and give visual feedback on script
5770   execution. (bnc #401220)
5771 - revision 10411
5772
5773 -------------------------------------------------------------------
5774 Thu Jun 19 17:35:59 CEST 2008 - ma@suse.de
5775
5776 - Fix wrong parenthesis causing bug 399320
5777 - version
5778 - revision
5779
5780 -------------------------------------------------------------------
5781 Tue Jun 10 09:52:03 CEST 2008 - jreidinger@suse.cz
5782
5783 - improve performance of gsub
5784 - change replace_all to replaceAll (same name convency)
5785 - add tests for gsub and replaceAll
5786 - revision 10366
5787
5788 -------------------------------------------------------------------
5789 Fri Jun  6 13:29:59 CEST 2008 - ma@suse.de
5790
5791 - Handle application/x-redhat-package-manager in package-manager.desktop
5792   (bnc #391183)
5793 - revision 10361
5794
5795 -------------------------------------------------------------------
5796 Thu Jun  5 18:01:15 CEST 2008 - jkupec@suse.cz
5797
5798 - X-SuSE-ControlCenter-System category added
5799   to package-manager.desktop (bnc #302324)
5800 - revision 10353
5801
5802 -------------------------------------------------------------------
5803 Wed Jun  4 14:57:13 CEST 2008 - ma@suse.de
5804
5805 - Fix crash when requesting disk usage without a target loaded. (bnc #396755)
5806 - revision 10340
5807
5808 -------------------------------------------------------------------
5809 Wed Jun  4 14:05:09 CEST 2008 - ma@suse.de
5810
5811 - Fix memory corruption in curl media handler (bnc #396979)
5812 - revision 10338
5813
5814 -------------------------------------------------------------------
5815 Tue Jun  3 20:00:00 CEST 2008 - ma@suse.de
5816
5817 - Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
5818   as 'source package named zypper'. So these capabilities can be used
5819   together with sat::Whatprovides or in resolver requests. (bnc #369893)
5820 - revision 10335
5821
5822 -------------------------------------------------------------------
5823 Tue Jun  3 15:40:37 CEST 2008 - jreidinger@suse.cz
5824
5825 - allow aborting progress during removing packages. (bnc #389238)
5826 - revision 10331
5827
5828 -------------------------------------------------------------------
5829 Mon Jun  2 15:31:36 CEST 2008 - schubi@suse.de
5830
5831 - New option for ignoring Obsoletes. This is used for installing more than
5832   one pacakges with the same name but different versions.
5833   Often used by kernel.
5834 - r 10299
5835
5836 -------------------------------------------------------------------
5837 Sun Jun  1 23:14:34 CEST 2008 - - ma@suse.de
5838
5839 - Revert inappropriate Selectable cleanup. Fix Selectable
5840   status computation. Unmaintained packages were wrongly
5841   reported as unsinstalled. (bnc #394630)
5842 - version 5.0.0 (4.x continued in SuSE-Linux-11_0-Branch)
5843 - revision 10295
5844
5845 -------------------------------------------------------------------
5846 Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
5847
5848 - fixed typo
5849
5850 -------------------------------------------------------------------
5851 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
5852
5853 - Reenable diskusage calculation (bnc #395051)
5854 - version 4.25.1
5855 - revision 10273
5856
5857 -------------------------------------------------------------------
5858 Wed May 28 18:50:11 CEST 2008 - jkupec@suse.cz
5859
5860 - RepoManager::packagesPath(RepoInfo) added (bnc #394728)
5861 - revision 10271
5862
5863 -------------------------------------------------------------------
5864 Wed May 28 16:26:09 CEST 2008 - jkupec@suse.cz
5865
5866 - RepoInfo: don't overwrite flags that have already been set externally
5867   (bnc #394728)
5868 - revision 10256
5869
5870 -------------------------------------------------------------------
5871 Wed May 28 15:30:24 CEST 2008 - ma@suse.de
5872
5873 - Create missing directories when saving config files. (bnc #395026)
5874 - Fix undefined behaviour in RepoManager.
5875 - revision 10255
5876
5877 -------------------------------------------------------------------
5878 Wed May 28 15:23:44 CEST 2008 - schubi@suse.de
5879
5880 - SOLVER_ERASE_SOLVABLE_NAME: As we do not know, if this request has come
5881   from resolvePool or resolveQueue we will have to take care for both
5882   cases. (bnc#393969)
5883 - r 10252
5884
5885 -------------------------------------------------------------------
5886 Tue May 27 22:35:37 CEST 2008 - coolo@suse.de
5887
5888 - compile with RPM_OPT_FLAGS
5889
5890 -------------------------------------------------------------------
5891 Mon May 26 17:23:24 CEST 2008 - jkupec@suse.cz
5892
5893 - old2new locks file converter script added to %post (jredinger)
5894 - r 10227
5895
5896 -------------------------------------------------------------------
5897 Mon May 26 11:48:35 CEST 2008 - schubi@suse.de
5898
5899 - Do not regard packages with the same name while upgrading obsoleted
5900   packages (bnc#394367)
5901 - r 10219
5902
5903 -------------------------------------------------------------------
5904 Sat May 24 01:23:44 CEST 2008 - dmacvicar@suse.de
5905
5906 - revert commit don't check for existence of keys,
5907   to avoid a non needed HEAD request. (related bnc#381280)
5908   as it creates popup error callbacks due to the 404's in
5909   the keys. Leave however the OnMediaLocation::optional()
5910   API to look for another fix strategy.
5911
5912 -------------------------------------------------------------------
5913 Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de
5914
5915 - define path for messages and scripts and document
5916   them in zypp.conf
5917
5918 -------------------------------------------------------------------
5919 Fri May 23 14:42:34 CEST 2008 - schubi@suse.de
5920
5921 - Added IgnoreAlreadyRecommended flag. So recomments/suggest will
5922   be ignored for already INSTALLED packages (bnc #389694)
5923 - r 10202
5924
5925 -------------------------------------------------------------------
5926 Fri May 23 10:22:47 CEST 2008 - schubi@suse.de
5927
5928 - Packages which obsoletes and do NOT required other installed
5929   packages will be installed if no other packages obsolete the installed package too.
5930 - r 10196
5931
5932 -------------------------------------------------------------------
5933 Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
5934
5935 - fix filelist for installed packages (bnc#392544)
5936 - fix changelog retrieval for installed packages
5937
5938 -------------------------------------------------------------------
5939 Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
5940
5941 - deprecate Repository::name() and use alias() to
5942   be consistent. Related to (bnc#383553)
5943 - don't check for existence of keys, to avoid a non needed
5944   HEAD request. (helps bnc#381280)
5945 - 4.25.0
5946
5947 -------------------------------------------------------------------
5948 Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
5949
5950 - added onlyRequires in the testcase (bnc #389184)
5951
5952 -------------------------------------------------------------------
5953 Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
5954
5955 - allow installation and refreshing from repository with alias that
5956   contains ' or " (bnc #392426)
5957 - r10158
5958
5959 -------------------------------------------------------------------
5960 Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
5961
5962 - delta rpm support reenabled
5963 - r10150
5964
5965 -------------------------------------------------------------------
5966 Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
5967
5968 - Resetting Delete Details in ResStatus correctly (bnc #391785)
5969 - r 10145
5970
5971 -------------------------------------------------------------------
5972 Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
5973
5974 - when setting status to non installed for uninstalled packages
5975   set the user transaction so they go to soft locks.
5976   (related to bnc#389739 )
5977
5978 -------------------------------------------------------------------
5979 Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
5980
5981 - Added new calls : isInstalledBy (const PoolItem item);
5982                     installs (const PoolItem item);
5983 - r 10125
5984 - 4.23.0
5985
5986 -------------------------------------------------------------------
5987 Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
5988
5989 - don't run merge in save when toAdd/Remove queue is empty
5990 - throw when locks cannot load its file
5991 - r10124
5992
5993 -------------------------------------------------------------------
5994 Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
5995
5996 - throw more describing exception when repo probing failed
5997   (bnc #389690)
5998 - revision 10118
5999
6000 -------------------------------------------------------------------
6001 Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
6002
6003 - allow call only merge old locks and newly added/removed without
6004   saving it to file
6005 - -revision 10104
6006
6007 -------------------------------------------------------------------
6008 Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de
6009
6010 - report non packages as keep installed if satisfied to the
6011   user interace (Selectables)
6012 - 4.21.3
6013
6014 -------------------------------------------------------------------
6015 Tue May 13 15:50:28 CEST 2008 - jkupec@suse.cz
6016
6017 - create /etc/zypp/products.d on install
6018
6019 -------------------------------------------------------------------
6020 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
6021
6022 - /etc/zypp/products.d added to file list (bnc #385868)
6023 - revision 10049
6024 - version 4.21.2
6025
6026 -------------------------------------------------------------------
6027 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
6028
6029 - call RemoveResolvableReport::problem() before finish() on error
6030   (bnc #388810)
6031 - revision 10045
6032
6033 -------------------------------------------------------------------
6034 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
6035
6036 - fix file list
6037
6038 -------------------------------------------------------------------
6039 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
6040
6041 - Product now retrieves all attributes from the solv file.
6042 - version 4.21.1
6043 - revision 10031
6044
6045 -------------------------------------------------------------------
6046 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
6047
6048 - Add zypp.conf option configdir (/etc/zypp) and arrange
6049   all config files and directories to follow {configdir}
6050   per default.
6051 - Fix zypp-query-pool to print satisfied products and additional
6052   products defined in {configdir}/products.d for registration.
6053   (bnc #385868)
6054 - version 4.21.0
6055 - revision 10029
6056
6057 -------------------------------------------------------------------
6058 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
6059
6060 - implement remove duplicate entries in lock file (bnc#385967)
6061
6062 -------------------------------------------------------------------
6063 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
6064
6065 - Speedup rpmdb2solv by reusing an existing solv file.
6066 - version 4.20.1
6067 - revision 10012
6068
6069 -------------------------------------------------------------------
6070 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
6071
6072 - Fix failed package download due to unkown repository type (bnc #386386)
6073 - revision 9995
6074
6075 -------------------------------------------------------------------
6076 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
6077
6078 - Support optional root argument to RepoManagerOptions, to prefix all
6079   path names taken from ZConfig. (bnc #388265)
6080 - version 4.20.0
6081 - revision 9993
6082
6083 -------------------------------------------------------------------
6084 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
6085
6086 - new solution action for removing requirements/conflicts (bnc #387631)
6087 - revision 9988
6088
6089 -------------------------------------------------------------------
6090 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
6091
6092 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100)
6093 - revision 9984
6094
6095 -------------------------------------------------------------------
6096 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
6097
6098 - DistUpgrade: searching for providers -> regarding name onl
6099 - r 9977
6100
6101 -------------------------------------------------------------------
6102 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
6103
6104 - add flag --registrable (-r) to query pool to avoid
6105   using system as a filter
6106 - 4.19.1
6107
6108 -------------------------------------------------------------------
6109 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
6110
6111 - return values in non-void functions
6112
6113 -------------------------------------------------------------------
6114 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
6115
6116 - support multiple search strings in PoolQuery (ORed)
6117 - revision 9945
6118
6119 -------------------------------------------------------------------
6120 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
6121
6122 - Switch off the upgrade mode of the
6123   SAT solver cause the packages have already been evaluated by
6124   the distupgrade machanism of libzypp. (bnc #386375)
6125 - rev 9943
6126
6127 -------------------------------------------------------------------
6128 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
6129
6130 - release file after copy to cache as soon as possible.
6131   (bnc #381311)
6132 - r9940
6133
6134 -------------------------------------------------------------------
6135 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
6136
6137 - Bugfix: keep states by user has been removed it the
6138   package has not been installed BUT has been recommended by another package.
6139   (bnc #385832)
6140 - rev 9938
6141
6142 -------------------------------------------------------------------
6143 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
6144
6145 - add isLocal function to Url which say if scheme is local or
6146   internet.
6147 - r9932
6148
6149 -------------------------------------------------------------------
6150 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
6151
6152 - cache decision for repository depend on his url.
6153 - http,ftp and smb cache packages.
6154 - revision 9929
6155
6156 -------------------------------------------------------------------
6157 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
6158
6159 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
6160   Locks are loaded together with the target, and changes are writen
6161   back on commit. zypp.conf option locksfile.apply can be used to turn
6162   this feature on or off. (FATE #120352)
6163 - version 4.18.0
6164 - revision 9927
6165
6166 -------------------------------------------------------------------
6167 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
6168
6169 - Add zypp.conf option solvfilesdir: Path where the repo solv files
6170   are created. Default value: {cachedir}/solv.
6171 - Target and repositories now save their solvfiles below {solvfilesdir}
6172   in directories named after the repositories alias.
6173 - version 4.18.0
6174 - revision 9913
6175
6176 -------------------------------------------------------------------
6177 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
6178
6179 - fixed filesystem::expandlink(Pathname) (bnc #368477)
6180 - r9906
6181
6182 -------------------------------------------------------------------
6183 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
6184
6185 - cleanup in return values of doUpgrade and doUpdate
6186 - r9886
6187 - 4.17.0
6188
6189 -------------------------------------------------------------------
6190 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
6191
6192 - check for valid pool in begin(), improve the code (bnc #384337)
6193 - r9872
6194 - 4.16.0
6195
6196 -------------------------------------------------------------------
6197 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
6198
6199 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
6200
6201 -------------------------------------------------------------------
6202 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
6203
6204 - added translations
6205
6206 -------------------------------------------------------------------
6207 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
6208
6209 - ostream operator<<(ostream,TriBool) added
6210 - r9833
6211
6212 -------------------------------------------------------------------
6213 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
6214
6215 - Prevent target::unload from creating a system repo in order
6216   to unload it. (bnc 382297)
6217 - version 4.15.2
6218 - revision 9822
6219
6220 -------------------------------------------------------------------
6221 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
6222
6223 - Prevent deselected or deleted items from being re-selected due to
6224   recommends (aka. persistent soft locks). Unlike hard locked, those
6225   items will be automatically selected if required. The list of soft
6226   locked items is stored in /var/lib/zypp/SoftLocks.
6227 - version 4.15.1
6228 - revision 9818
6229
6230 -------------------------------------------------------------------
6231 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
6232
6233 - Remove obsolete AdditionalCapabilities interface from ResPool.
6234   Forward sat::Pool::RepositoryIterator. There's no more need to
6235   maintain an extra Repository list in ResPool.
6236 - revision 9806
6237
6238 -------------------------------------------------------------------
6239 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
6240
6241 - Support dependencies requiring a specific architecture:
6242   "name[.arch] [op edition]". See class Capability for details
6243   about how to construct dependencies. (bnc #305445)
6244 - version 4.15.0
6245 - revision 9805
6246
6247 -------------------------------------------------------------------
6248 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
6249
6250 - patch attributes and deprecate old ones
6251 - 4.14.0
6252
6253 -------------------------------------------------------------------
6254 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
6255
6256 - change locks api -
6257 - make more functions const
6258 - replace add/remove by selectable to add/remove by ident or name and kind
6259 - rename iterator to const_iterator to avoid confusion
6260 - revision 9781
6261
6262 -------------------------------------------------------------------
6263 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
6264
6265 - Do architecture changes while "dup" in the external distribution
6266   upgrade ONLY. bnc #382274
6267 - Added "ignore" to the solutions
6268 - Added "self-conflicts" to the solution
6269 - added new solver mechanism "resolveQueue"
6270 - Bugfix broken/satisfied products
6271 - rev 9776
6272
6273 -------------------------------------------------------------------
6274 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
6275
6276 - Added Pattern::core returning the packages required by a pattern.
6277   (see also Pattern::depends and Pattern::contents).
6278 - revision 9771
6279
6280 -------------------------------------------------------------------
6281 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
6282
6283 - Added Target::release(), returning the targets distribution
6284   release string.
6285 - revision 9761
6286
6287 -------------------------------------------------------------------
6288 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
6289
6290 - per default abort if package installation fails. (bnc #381203)
6291 - version 4.13.3
6292 - revision 9725
6293
6294 -------------------------------------------------------------------
6295 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
6296
6297 - add ZYpp and curl version to http agent string
6298   (bnc #381280)
6299
6300 -------------------------------------------------------------------
6301 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
6302
6303 - Fixed pools package index wrongly including source packages. (bnc #380283)
6304 - version 4.13.2
6305 - revision 9683
6306
6307 -------------------------------------------------------------------
6308 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
6309
6310 - Disable fast creation of @System.solv. It may produce wrong results
6311   e.g. after a rebuilddb.
6312 - version 4.13.1
6313 - revision 9666
6314
6315 -------------------------------------------------------------------
6316 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
6317
6318 - initializeTarget now takes an additional option, telling whether to
6319   rebuild an existing rpm database before using it. Default is false.
6320   (bnc #308352)
6321 - version 4.13.0
6322 - revision 9664
6323
6324 -------------------------------------------------------------------
6325 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
6326
6327 - save do nothing if no locks added/removed
6328 - fix bug with multiple save lock
6329 - don't save same query multiple times
6330 - improve tests
6331 - revision 9644
6332
6333 -------------------------------------------------------------------
6334 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
6335
6336 - added new translations
6337 - activate zypp-query-pool
6338 - Revision 9637
6339 - 4.12.1
6340
6341 -------------------------------------------------------------------
6342 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
6343
6344 - Locks API cleaned-up, iterator added, light read() added
6345 - PoolQuery::attribute(SolvAttr) getter added
6346 - revision 9609
6347
6348 -------------------------------------------------------------------
6349 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
6350
6351 - reenable zypp-query-pool
6352 - 4.11.1
6353
6354 -------------------------------------------------------------------
6355 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
6356
6357 - Enable evaluation of hardware dependencies.
6358 - Enable evaluation of filesystem dependencies.
6359 - revision 9605
6360
6361 -------------------------------------------------------------------
6362 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
6363
6364 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
6365   needed for explicit refresh request
6366 - revision 9574
6367
6368 -------------------------------------------------------------------
6369 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
6370
6371 - Install ResPoolProxy index to speedup Solvable to Selectable
6372   conversion.
6373 - version 4.11.0
6374 - revision 9558
6375
6376 -------------------------------------------------------------------
6377 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
6378
6379 - Implement update scripts installed by packages. After every
6380   package install /var/adm/update-scripts is scanned for the first
6381   file starting with "<name>-<version>.<release>-", which is then
6382   executed.
6383 - revision 9547
6384
6385 -------------------------------------------------------------------
6386 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
6387
6388 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
6389 - Add Resolvable::poolItem() providing access to the corresponding
6390   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
6391   to PoolItem.
6392 - Add ResPool::satisfiedProductsBegin/End iterator over all products
6393   whose dependencies are satisfied. This reflects the status determined
6394   by the last solver run. (#368104)
6395 - revision 9535
6396
6397 -------------------------------------------------------------------
6398 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
6399
6400 - switch to new locks api
6401 - revision 9524
6402
6403 -------------------------------------------------------------------
6404 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
6405
6406 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
6407 - Add SolvIterMixin: Base class providing PoolItem_iterator and
6408   Selectable_iterator iterator types based on a Solvable iterator.
6409 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
6410   PoolItem_iterator and Selectable_iterator.
6411 - Add Solvable::SplitIdent: Helper class that splits an identifier
6412   into kind and name.
6413 - Provide methods Pattern::contents returning a collection of packages
6414   associated with the pattern/patch.
6415 - revision 9496
6416
6417 -------------------------------------------------------------------
6418 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
6419
6420 - add comparing to PoolQuery
6421 - revision 9466
6422
6423 -------------------------------------------------------------------
6424 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
6425
6426 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
6427 - revision 9452
6428
6429 -------------------------------------------------------------------
6430 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
6431
6432 - initial implementation of new locks (FATE #120118 and #120352)
6433 - revision 9442
6434
6435 -------------------------------------------------------------------
6436 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
6437
6438 - selectable API updates and changes
6439 - 4.10.0
6440
6441 -------------------------------------------------------------------
6442 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
6443
6444 - add split with respect to escaped delimeters and also for quotes
6445 - revision 9373
6446
6447 -------------------------------------------------------------------
6448 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
6449
6450 - Fixed some missing package and source package attributes.
6451 - revision 9348
6452
6453 -------------------------------------------------------------------
6454 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
6455
6456 - Allow to store a media label in MediaSetAccess. This label is
6457   passed to a media change requests to describe which CD is
6458   requested.  (bnc #330094)
6459 - Fixed some missing package and source package attributes.
6460 - revision 9347
6461
6462 -------------------------------------------------------------------
6463 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
6464
6465 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
6466 - Removed establish state in ResStatus
6467 - revision 9337
6468 - version 4.7.0
6469
6470 -------------------------------------------------------------------
6471 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
6472
6473 - Add PoolItem::isSatisfied()/isBroken() to test whether
6474   the items requirements are met.
6475 - revision 9334
6476
6477 -------------------------------------------------------------------
6478 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
6479
6480 - Extend sat::WhatProvides to allow to query for possible providers
6481   of a collection of capabilies. E.g. all providers of a packages
6482   requirements.
6483 - Fixed retrieval of translated texts from .solv files, provided the
6484   solv file contains them.
6485 - revision 9328
6486
6487 -------------------------------------------------------------------
6488 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
6489
6490 - initial implementation of serialize/recovery PoolQuery
6491   (needed by FATE #120118)
6492 - revision 9325
6493
6494 -------------------------------------------------------------------
6495 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
6496
6497 - Allow prioritizing repos by adding a line 'priority=N' to the
6498   .repo file. Where N is an integer number from 1 (highest prio)
6499   to 99 (least and default). (bnc #369827, fate #302872)
6500 - version 4.6.1
6501 - revision 9276
6502
6503 -------------------------------------------------------------------
6504 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
6505
6506 - support plaindir again (at least the most important parts)
6507
6508 -------------------------------------------------------------------
6509 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
6510
6511 - Throwing special exception MediaBadCAException in case of SSL
6512   certificate validation failure.(bnc #223512)
6513 - revision 9250
6514
6515 -------------------------------------------------------------------
6516 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
6517
6518 - add new error IO_SOFT to media request callback for temporary
6519   connection problem. (bnc #328822)
6520 - add new media exception timeout when somethink fail due to exceed
6521   timeout
6522 - mediacurl throw timeout exception when timeouted
6523 - revision 9246
6524
6525 -------------------------------------------------------------------
6526 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
6527
6528 - return more information from checking if metadata need refresh,
6529   so user can get better info. (bnc #307249)
6530 - revision 9231
6531
6532 -------------------------------------------------------------------
6533 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
6534
6535 - class sat::LocaleSupport: Convenience methods to manage support
6536   for language specific packages.
6537 - revision 9197
6538
6539 -------------------------------------------------------------------
6540 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
6541
6542 - removed obsolete capability handling stuff (ma)
6543 - version 4.5.0
6544
6545 -------------------------------------------------------------------
6546 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
6547
6548 - Don't mask skip and abort exception in Fetcher
6549 - revision 9188
6550
6551 -------------------------------------------------------------------
6552 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
6553
6554 - action is correctly set in mediaRequest callback
6555 - revision 9186
6556
6557 -------------------------------------------------------------------
6558 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
6559
6560 - Fix SEGV in commit (bnc# 371137)
6561 - version 4.4.3
6562 - revision 9174
6563
6564 -------------------------------------------------------------------
6565 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
6566
6567 - version 4.4.2
6568
6569 -------------------------------------------------------------------
6570 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
6571
6572 - look for openssl in cmake, actually we build require it
6573 - explicitely link against openssl and crypto, required to
6574   compile in all platforms/distros.
6575
6576 -------------------------------------------------------------------
6577 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
6578
6579 - Save repo type during refresh if type is NONE (f.e. lazy probing).
6580 - revision 9153
6581
6582 -------------------------------------------------------------------
6583 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
6584
6585 - replace gpg escaped semicolon with real semicolon (bnc #355434)
6586 - revision 9151
6587
6588 -------------------------------------------------------------------
6589 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
6590
6591 - make strings from RpmDb and Keyring exceptions translatable
6592 - revision 9146
6593
6594 -------------------------------------------------------------------
6595 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
6596
6597 - fix retrieving keys (bnc #368099)
6598 - version 4.4.1
6599
6600 -------------------------------------------------------------------
6601 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
6602
6603 - enable frontend to rewrite add_probe settings.(bnc #309612)
6604 - Correct adding repo without type to lazy probing.
6605 - revision 9135
6606
6607 -------------------------------------------------------------------
6608 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
6609
6610 - get better message if something fail when trying run rpm
6611   (bnc #344584)
6612 - revision 9133
6613
6614 -------------------------------------------------------------------
6615 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
6616
6617 - Add ExternalProgram::execError and ExternalProgram::command
6618   to improve error reporting.
6619 - revision 9112
6620
6621 -------------------------------------------------------------------
6622 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
6623
6624 - release all media before requesting another (bnc #336881)
6625 - revision 9110
6626
6627 -------------------------------------------------------------------
6628 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
6629
6630 - getDetectedDevices added (fate #120298)
6631 - revision 9108
6632
6633 -------------------------------------------------------------------
6634 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
6635
6636 - media backend release() methods changed to take string & instead
6637   of bool (needed for FATE #120298)
6638 - media label, detected device list and current device arguments
6639   added to the requestMedia callback
6640 - version 4.4.0
6641
6642 -------------------------------------------------------------------
6643 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
6644
6645 - fix for bnc#369543
6646
6647 -------------------------------------------------------------------
6648 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
6649
6650 - provide download rate info (average and curent) in the
6651   media::DownloadProgressReport for ftp/http (bnc #168935)
6652 - r9074
6653
6654 -------------------------------------------------------------------
6655 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
6656
6657 - cleanCache(): clean also .cookie files
6658 - cleanTargetCache() added
6659 - use escaped_alias() in rawcache_path_for_repoinfo() and
6660   packagescache_path_for_repoinfo()
6661 - r9068
6662
6663 -------------------------------------------------------------------
6664 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
6665
6666 - fixed location of RPMs in subdirs when parsing plaindir repo
6667   recursively (bnc #368218)
6668 - revision 9060
6669
6670 -------------------------------------------------------------------
6671 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
6672
6673 - Do not filter any installed solvables.
6674 - revision 9031
6675 - version 4.3.2
6676
6677 -------------------------------------------------------------------
6678 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
6679
6680 - Try to rebuild broken solv files in Target::load.
6681 - revision 9015
6682
6683 -------------------------------------------------------------------
6684 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
6685
6686 - Try to rebuild broken solv files in RepoManager::loadFromCache.
6687 - Fix RepoStatus::operator&& and RepoStatus testsuite.
6688 - revision 9008
6689
6690 -------------------------------------------------------------------
6691 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
6692
6693 - improved problem description while a vendor change
6694 - improved problem description if a requirement cannot be fulfilled. Bug #358560
6695 - revision 9002
6696
6697 -------------------------------------------------------------------
6698 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
6699
6700 - Save and restore requested locales on target load/commit.
6701 - revision 8999
6702
6703 -------------------------------------------------------------------
6704 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
6705
6706 - (Update) Prevent reinstallation of installed packages.
6707 - revision 8984
6708
6709 -------------------------------------------------------------------
6710 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
6711
6712 - refresh metadata if there is no cache to unbreak compat with
6713   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
6714   that "zypper in" could work on)
6715
6716 -------------------------------------------------------------------
6717 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
6718
6719 - create cache directory before calling rpmdb2solv (in an empty
6720   chroot)
6721 - version 4.3.1
6722
6723 -------------------------------------------------------------------
6724 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
6725
6726 - special exception message if server returns 403 response
6727   (forbidden) (port from SP2)
6728 - MediaException messages marked for translation
6729
6730 -------------------------------------------------------------------
6731 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
6732
6733 - make sure we have target cache on target initialize
6734 - version 4.3.0
6735
6736 -------------------------------------------------------------------
6737 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
6738
6739 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
6740   file systems (#333166)
6741 - rev. 8915
6742
6743 -------------------------------------------------------------------
6744 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
6745
6746 - Fixed Capabilites iterator exposing prereq marker.
6747 - revision 8914
6748
6749 -------------------------------------------------------------------
6750 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
6751
6752 - postinstall script fixed
6753 - version 4.2.10
6754
6755 -------------------------------------------------------------------
6756 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
6757
6758 - Testcases regards modaliases, rpmlib, ... correctly
6759 - Revision 8904
6760
6761 -------------------------------------------------------------------
6762 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
6763
6764 - Remove obsolete sql database. (bnc#363224)
6765 - revision 8898
6766
6767 -------------------------------------------------------------------
6768 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
6769
6770 - Take care target uses --root when creating solv files (bnc #363789)
6771 - revision 8881
6772
6773 -------------------------------------------------------------------
6774 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
6775
6776 - Unmaintained packages which does not fit to the updated system
6777   (broken dependencies) will be deleted.
6778 - revision 8867
6779
6780 -------------------------------------------------------------------
6781 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
6782
6783 - let libzypp-devel require libsatsolver-devel
6784
6785 -------------------------------------------------------------------
6786 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
6787
6788 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
6789 - revision 8833
6790
6791 -------------------------------------------------------------------
6792 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
6793
6794 - media: fixed DownloadProgressReport.finish() url argument in
6795   doGetFileCopy()
6796 - revision 8815
6797
6798 -------------------------------------------------------------------
6799 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
6800
6801 - hardlink when possible to optimize data transfer
6802   and space across caches.
6803 - version 4.2.8
6804
6805 -------------------------------------------------------------------
6806 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
6807
6808 - added some locale support to sat::Solvable
6809 - version 4.2.7
6810
6811 -------------------------------------------------------------------
6812 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
6813
6814 - handle error messages better in doesFileExist too which is
6815   used during probing. (bnc #362608)
6816
6817 -------------------------------------------------------------------
6818 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
6819
6820 - Fetcher::reset() should not reset cache directories.
6821   (bnc #348050)
6822 - version 4.2.6
6823
6824 -------------------------------------------------------------------
6825 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
6826
6827 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
6828   for http and https, but this time set CURLOPT_HTTPGET back to 1
6829   so it actually works. This makes Media::doesFileExist
6830   efficient for http and https.
6831   (related to bnc #348050)
6832 - version 4.2.5
6833
6834 -------------------------------------------------------------------
6835 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
6836
6837 - using .solv files only now (fate #303018)
6838 - revision 8699
6839
6840 -------------------------------------------------------------------
6841 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
6842
6843 - fix architectures on distupgrade
6844
6845 -------------------------------------------------------------------
6846 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
6847
6848 - fixes from trunk merged
6849
6850 -------------------------------------------------------------------
6851 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
6852
6853 - fixed renaming a repo to an existing one (bnc #228216)
6854 - revision 8431
6855
6856 -------------------------------------------------------------------
6857 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
6858
6859 - fix changelog
6860
6861 -------------------------------------------------------------------
6862 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
6863
6864 - read .curlrc more robustly to obtain user-proxy (#330351)
6865 - revision 8368
6866
6867 -------------------------------------------------------------------
6868 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
6869
6870 - always buildrequire openssl-devel
6871 - replacing strange utf-8 chars in changelog
6872 - revision 8317
6873
6874 -------------------------------------------------------------------
6875 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
6876
6877 - Saner NFS timeo default (#350309)
6878 - revision 8314
6879
6880 -------------------------------------------------------------------
6881 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
6882
6883 - support 'patterns.pat' and 'patterns.pat.gz' to read all
6884   patterns in one go.
6885 - rev 8309
6886
6887 -------------------------------------------------------------------
6888 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
6889
6890 - added RpmDb::removePubkey(), call it from
6891   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
6892   is removed from the trusted keyring
6893 - revision 8288
6894
6895 -------------------------------------------------------------------
6896 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
6897
6898 - Textchanges
6899 - reduced logging in SAT-solver
6900 - ordering solutions
6901 - version 4.1.8
6902 - revision 8276
6903
6904 -------------------------------------------------------------------
6905 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
6906
6907 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
6908   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
6909 - Revision 8255
6910 - Version 4.1.7
6911
6912 -------------------------------------------------------------------
6913 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
6914
6915 - Pathname zypp::filesystem::expandlink(const Pathname &) added
6916 - if the provided file is a symlink, expand it (#274651) (this
6917   probably won't work for schemes other than file/dir and cd/dvd)
6918 - revision 8179
6919
6920 -------------------------------------------------------------------
6921 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
6922
6923 - fixed password handling in URLs (bug #347273)
6924 - revision 8118
6925
6926 -------------------------------------------------------------------
6927 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
6928
6929 - Fixed default text locale detection not to use static variables. (#346872)
6930 - version 4.1.6
6931 - revision 8116
6932
6933 -------------------------------------------------------------------
6934 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
6935
6936 - Log more details about zypp lock owner. (#294094)
6937 - revision 8088
6938
6939 -------------------------------------------------------------------
6940 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
6941
6942 - Remove runtime dependency for libboost_filesystem (#345773)
6943 - version 4.1.5
6944 - revision 8061
6945
6946 -------------------------------------------------------------------
6947 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
6948
6949 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
6950   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
6951 - version 4.1.4
6952 - revision 7998
6953
6954 -------------------------------------------------------------------
6955 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
6956
6957 - make IniParser more strict (bug #306697)
6958
6959 -------------------------------------------------------------------
6960 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
6961
6962 - Fix missing packages in patch content list. (#340896)
6963 - revision 7925
6964
6965 -------------------------------------------------------------------
6966 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
6967
6968 - fix build
6969
6970 -------------------------------------------------------------------
6971 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
6972
6973 - Output date strings in UTF-8. (#339423)
6974 - revision 7807
6975
6976 -------------------------------------------------------------------
6977 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
6978
6979 - fixes for new gcc
6980 - version 4.1.3
6981 - r7788
6982
6983 -------------------------------------------------------------------
6984 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
6985
6986 - Don't mark failed patch scripts as installed. (#327523)
6987 - version 4.1.2
6988 - revision 7744
6989
6990 -------------------------------------------------------------------
6991 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
6992
6993 - update rpmlint suppression
6994
6995 -------------------------------------------------------------------
6996 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
6997
6998 - fixed retrieval of epoch from rpmdb (bug #246680)
6999
7000 -------------------------------------------------------------------
7001 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
7002
7003 - allow non-existing "packages" file in susetags parser (bug
7004   #309235)
7005
7006 -------------------------------------------------------------------
7007 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
7008
7009 - SMBIOS DMI modalias matching added (#333152)
7010 - revision 7494
7011
7012 -------------------------------------------------------------------
7013 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
7014 - do not download the same file multiple times in one attach session
7015   (#307098), r7456
7016 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
7017   removed - should be correctly detected by HAL now
7018   (#167629, #163971), r7452
7019 - version 4.1.1
7020
7021 -------------------------------------------------------------------
7022 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
7023
7024 - filter architecture in plaindir parser (bug #330791)
7025
7026 -------------------------------------------------------------------
7027 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
7028
7029 - Throw constructing malformed checksums. (#189096)
7030 - revision 7441
7031
7032 -------------------------------------------------------------------
7033 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
7034
7035 - Renamed templates back because proper qualification makes it work
7036   too.
7037 - 4.1.0
7038
7039 -------------------------------------------------------------------
7040 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
7041
7042 - only look for repositories in file ending ".repo" (bug #294779)
7043
7044 -------------------------------------------------------------------
7045 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
7046
7047 - Fixed compilation errors with GCC 4.3 by adding missing includes
7048   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
7049   Compare<Edition> to CompareEd.
7050 - r7426
7051
7052 -------------------------------------------------------------------
7053 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
7054
7055 - Incorporated patch from Michael Matz to speedup cache reading.
7056 - revision 7413
7057
7058 -------------------------------------------------------------------
7059 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
7060
7061 - Resolvertestcase:
7062   - log Repository info
7063   - set keep state in the testcase
7064   - handle vendor
7065 - r 4707
7066
7067 -------------------------------------------------------------------
7068 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
7069
7070 - Fixed pattern parser SEGV on broken pattern files. (#328546)
7071 - revision 7402
7072
7073 -------------------------------------------------------------------
7074 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
7075
7076 - QueuItemRequire: Filter out all provider which have worser architecture,
7077   are NOT noarch and have not the same name as the requirement. The
7078   last one is needed for updating packages via patch/atoms.
7079   Bug 328081
7080 - Revert changes of r 7340
7081 - r 7386
7082
7083 -------------------------------------------------------------------
7084 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
7085
7086 - Add missing '--install' parameter in desktop file. (#308640)
7087 - version 4.0.0
7088 - revision 7369
7089
7090 -------------------------------------------------------------------
7091 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
7092
7093 - release all attached media before attempting to eject (#293428)
7094 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
7095 - revision 7352
7096 - version 3.26.0
7097
7098 -------------------------------------------------------------------
7099 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
7100
7101 - provide a way to retrieve the metadata path. Used for
7102   installation, which incorrectly creates a repository in
7103   cache without adding it first, so metadata path is not
7104   set and therefore it is not possible to setup a media
7105   verifier on installation. Part of fix for (#293428)
7106 - 3.25.0
7107
7108 -------------------------------------------------------------------
7109 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
7110
7111 - If more than one resolvables provide a requirements and have different
7112   architecture take thatone with the best architecture. (Not regarding the
7113   name). Bug: Branching too much while an installation of a multi-arch-DVD
7114 - r 7340
7115 - version 3.24.8
7116
7117 -------------------------------------------------------------------
7118 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
7119
7120 - Checking the queue if an item will be deleted. If yes, the requirements
7121   are not needed anymore. Bug 326384
7122 - version 3.24.7
7123 - r 7329
7124
7125 -------------------------------------------------------------------
7126 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
7127
7128 - don't probe the repository type upon saving if disabled (#326769)
7129 - version 3.24.6
7130 - revision 7319
7131
7132 -------------------------------------------------------------------
7133 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
7134
7135 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
7136   esp. if the error occurred executing the packages post-install script.
7137 - version 3.24.5
7138 - revision 7317
7139
7140 -------------------------------------------------------------------
7141 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
7142
7143 - If a package is deselected by user, apply this soft lock to all
7144   available versions of this package.
7145 - version 3.24.4
7146 - revision 7316
7147
7148 -------------------------------------------------------------------
7149 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
7150
7151 - Update: Do not set an item to installation if there has been already set
7152   one for installation which has the same NVA. Bug  326286
7153 - version 3.24.3
7154 - r 7311
7155
7156 -------------------------------------------------------------------
7157 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
7158
7159 - Enable package cache during commit. (#326249)
7160 - revision 7309
7161
7162 -------------------------------------------------------------------
7163 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
7164
7165 - Do not regarding requirements for packages which will be deleted in the
7166   same solver run. Bug 310618
7167 - r 7292
7168 - version 3.24.2
7169
7170 -------------------------------------------------------------------
7171 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
7172
7173 - don't download filelists.xml.gz (#307105)
7174 - version 3.24.1
7175 - revision 7269
7176
7177 -------------------------------------------------------------------
7178 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
7179
7180 - Improve estimated diskusage while there is no valid
7181   solver result. (#325617)
7182 - revision 7266
7183
7184 -------------------------------------------------------------------
7185 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
7186
7187 -Bugfix in vendor change of a required resolvable (Correct error message)
7188  Bug 310455
7189 - r 7262
7190
7191 -------------------------------------------------------------------
7192 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
7193
7194 - fixed DU parsing in inst-sys (#308659)
7195 - revision 7256
7196
7197 -------------------------------------------------------------------
7198 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
7199
7200 - Enable using patch and delta rpms. (#309124)
7201 - version 3.24.0
7202 - revision 7253
7203
7204 -------------------------------------------------------------------
7205 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
7206
7207 - On update do not delete unmaintained non-SuSE packages.
7208 - version 3.23.2
7209 - revision 7239
7210
7211 -------------------------------------------------------------------
7212 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
7213
7214 - ZYppImpl::getPartitions() - don't return the current partitioning
7215   when the partitioning hasn't been set - fixes DU parsing in
7216   inst-sys (#308659)
7217
7218 -------------------------------------------------------------------
7219 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
7220
7221 - Throw specific exceptions during commit (#308511)
7222 - 3.23.1
7223
7224 -------------------------------------------------------------------
7225 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
7226
7227 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
7228   now provide more detailed disk usage information.
7229   Yum metadata don't, so we book the package size to '/'. (#308362)
7230 - version 3.23.0
7231 - revision 7225
7232
7233 -------------------------------------------------------------------
7234 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
7235
7236 - Regarding keep state while recycle old valid solver results. Bug 286889
7237 - r 7209
7238
7239 -------------------------------------------------------------------
7240 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
7241
7242 - report 100% progress on finishing RPM removal (bug #309431)
7243 - revision 7200
7244
7245 -------------------------------------------------------------------
7246 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
7247
7248 - Update: rename language packages --> take that package which fits to the
7249   selected language Bug 308098
7250 - r 7919
7251
7252 -------------------------------------------------------------------
7253 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
7254
7255 - restore deltas and patch rpms from the cache (#309124)
7256 - 3.22.8
7257
7258 -------------------------------------------------------------------
7259 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
7260
7261 - Don't fail if a product is deleted multiple times (e.g. due to
7262   obsoletes and an explicit deleted request). (#308746)
7263 - version 3.22.7
7264 - revision 7184
7265
7266 -------------------------------------------------------------------
7267 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
7268
7269 - SYSCONFDIR variable added for modifying /etc
7270
7271 -------------------------------------------------------------------
7272 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
7273
7274 - uninstallable resolvable -->suggested solution: delete; Bug 308164
7275 - r 7177
7276
7277 -------------------------------------------------------------------
7278 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
7279
7280 - new translations added
7281 - r 7166
7282 - version 3.22.6
7283
7284 -------------------------------------------------------------------
7285 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
7286
7287 - fixed disk usage counting of updated packages (#308362)
7288
7289 -------------------------------------------------------------------
7290 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
7291
7292 - Splitting packages: Take the package with the best
7293   architecture,edition ONLY; Bug 308591
7294 - r 7160
7295
7296 -------------------------------------------------------------------
7297 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
7298
7299 - properly report fallback disk usage size (in kB instead of bytes)
7300   when disk usage is not known (YUM repos) (#308475)
7301
7302 -------------------------------------------------------------------
7303 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
7304
7305 - Install a sample /etc/zypp.conf. (#306615)
7306 - Fixed missing soversion symlink in package.
7307 - version 3.22.5
7308 - revision 7150
7309
7310 -------------------------------------------------------------------
7311 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
7312
7313 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
7314   308252
7315 - r 7143
7316
7317 -------------------------------------------------------------------
7318 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
7319
7320 - Error: Select two candidate with the same name while update.
7321   Solution: If there is a candidate which is already selected for installation -->
7322   take thatone #308082
7323 - r 7132
7324
7325 -------------------------------------------------------------------
7326 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
7327
7328 - Work arround installed patterns providing an empty vendor string. (#307743)
7329 - Let the solver treat vendor suse and opensuse as equivalent.
7330 - version 3.22.4
7331
7332 -------------------------------------------------------------------
7333 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
7334
7335 - Checking item before evaluating the concerning vendor. bug #307941
7336 - r 7119
7337
7338 -------------------------------------------------------------------
7339 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
7340
7341 - Fix for bug #307163 - empty package descriptions
7342   a.k.a shared tag not 100% implemented
7343 - r 7117
7344 - version 3.22.3
7345
7346 -------------------------------------------------------------------
7347 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
7348
7349 - logging "reverse" NEEDED_BY in the detail description of solver
7350   problems.
7351 - improved error message if a requiremnt is not fulfilled Bug 307743
7352 - Add "ignore" option to the solution if a requirement is not fulfilled
7353   Bug 304276
7354 - revision 7113
7355
7356 -------------------------------------------------------------------
7357 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
7358
7359 - fixed the order of operands of susetags local metadata status
7360   computation which caused the YaST repositories to always get
7361   refreshed (part of bug #304310)
7362 - revision 7107
7363 - version 3.22.2
7364
7365 -------------------------------------------------------------------
7366 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
7367
7368 - comparing vendor with VendorAttr::equivalent
7369 - revision 7103
7370
7371 -------------------------------------------------------------------
7372 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
7373
7374 - Use $RPM_OPT_FLAGS.
7375
7376 -------------------------------------------------------------------
7377 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
7378
7379 - Reset transact bits when switching status from
7380   "update" to "protected" (#246976)
7381 - version 3.22.1
7382 - revision 7094
7383
7384 -------------------------------------------------------------------
7385 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
7386
7387 - new translations added
7388 - rev 7083
7389
7390 -------------------------------------------------------------------
7391 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
7392
7393 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
7394    [main]
7395    download.use_patchrpm = no
7396    download.use_deltarpm = no
7397 - version 3.22.0
7398 - revision 7069
7399
7400 -------------------------------------------------------------------
7401 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
7402
7403 - On demand translate patch requirements into a list of atoms.
7404   Required by the UI to display packages acssociated with a patch.
7405   (#300612)
7406 - version 3.21.1
7407 - revision 7065
7408
7409 -------------------------------------------------------------------
7410 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
7411
7412 - enrich ResolverInfo with the reason if a user-initiated request
7413   fails (#304325, #306240)
7414 - r 7051
7415
7416 -------------------------------------------------------------------
7417 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
7418
7419 - added missing implementation of LogControl::setLineFormater()
7420   (lslezak)
7421 - version 3.21.0
7422 - revision 7041
7423
7424 -------------------------------------------------------------------
7425 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
7426
7427 - enable changing url in requestMedia callback (#294481)
7428 - revision 7037
7429
7430 -------------------------------------------------------------------
7431 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
7432
7433 - Filter readonly mount points in DiskUsageCounter (#297405)
7434 - revision 7030
7435
7436 -------------------------------------------------------------------
7437 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
7438
7439 - remember the cause of the RepoException when refreshing metadata
7440   (#301022)
7441 - r7023
7442
7443 -------------------------------------------------------------------
7444 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
7445
7446 - Safe fix for bug #299680.
7447 - version 3.20.1
7448 - revision 7026
7449
7450 -------------------------------------------------------------------
7451 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
7452
7453 - Bugfix: If a requirement has been fulfilled by more than one language
7454   resolvables only thatone will be taken which fits to the selected
7455   language.
7456 - r 7018
7457
7458 -------------------------------------------------------------------
7459 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
7460
7461 - correct error code for media errors in MediaCurl::doGetFileCopy()
7462   affects only zypper error output, does not affect YaST
7463 - r7013
7464
7465 -------------------------------------------------------------------
7466 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
7467
7468 - reverted blocking of requestMedia from r6271 (#301710)
7469 - r6999
7470
7471 -------------------------------------------------------------------
7472 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
7473
7474 - prevent progress report in destructor (#299680)
7475 - r6998
7476
7477 -------------------------------------------------------------------
7478 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
7479
7480 - treat non-filelists.xml <file> entries as file provides capabilities
7481   in YUM parser (#304701)
7482 - r6992
7483
7484 -------------------------------------------------------------------
7485 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
7486
7487 - the media.1/media uniquely identifies a 'susetags' repo, not
7488   the content file (#304200)
7489
7490 -------------------------------------------------------------------
7491 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
7492
7493 - fixed locale dir (#304649)
7494 - r6984
7495
7496 -------------------------------------------------------------------
7497 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
7498
7499 - don't treat normal package license as "license to confirm"
7500   (#305906)
7501
7502 -------------------------------------------------------------------
7503 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
7504
7505 - Fixed fix for #293039. Segfault due to uninitialzed data.
7506 - version 3.19.3
7507 - revision 6980
7508
7509 -------------------------------------------------------------------
7510 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
7511
7512 - reduced too much verbosed ResolverContext logging; Bug 303971
7513 - r 6977
7514
7515 -------------------------------------------------------------------
7516 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
7517
7518 - Fixed PlainDir repositories to provide real disk usage data. For
7519   repomd and others that do not provide any detailed disk usage info,
7520   assume the packgage size is required below "/". Peviously they were
7521   treated as being empy.
7522 - version 3.19.2
7523 - revision 6972
7524
7525 -------------------------------------------------------------------
7526 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
7527
7528 - Add a new solver solution in the case of running in a timeout:
7529   ProblemSolutionDoubleTimeout.h
7530   #Bug 302496
7531 - revision 6970
7532
7533 -------------------------------------------------------------------
7534 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
7535
7536 - bug in fix for (#292986)
7537
7538 -------------------------------------------------------------------
7539 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
7540
7541 - (#297001) - libzypp: can't skip broken packages
7542 - re enable importing zypp keyring from rpm.(#302379)
7543 - 3.19.1
7544
7545 -------------------------------------------------------------------
7546 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
7547
7548 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
7549   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
7550   in order to support query-by-repo (#305384)
7551 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
7552   number of kinds, names, or repos (#305347)
7553 - remove ResolvableQuery::iterateResolvablesByKind, not needed
7554 - version 3.19.0
7555 - rev 6935
7556
7557 -------------------------------------------------------------------
7558 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
7559
7560 - real fix for reading signature ids. (#390535).
7561 - delete metadata when removing repo (#301037).
7562
7563 -------------------------------------------------------------------
7564 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
7565
7566 - following behaviour for setPartitions
7567   - if they are not set, they are detected
7568   - if they are set, that value is used.
7569   - if value set or detected is empty, all disk usage
7570     information is read. Otherwise just values in those
7571     mount points.
7572     Should work for installation as long as detectPartitions
7573     is empty at installation.(#293039)
7574
7575 -------------------------------------------------------------------
7576 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
7577
7578 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
7579   from external, e.g. for the testcases
7580 - Honor ZYPP_CONF environment variable to override the buit-in
7581   /etc/zypp/zypp.conf
7582 - Check architecture at handout() to prevent NULL ptr reference.
7583 - Bug 301286
7584 - rev 6908
7585
7586 -------------------------------------------------------------------
7587 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
7588
7589 -The solver generate an establish call for all
7590  resolvables which has filesystemcaps if there is not a valid result from a
7591  former solver run available. This covers:
7592  * Initial solver run
7593  * Changing of filesystem whithin a workflow, cause the solver results will
7594    be reset if the filesystem dependencies have been changed
7595  Bug 271912
7596 - r 6901
7597
7598 -------------------------------------------------------------------
7599 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
7600
7601 - pass location to plaindir package (#303751)
7602 - Add name of file in question to checksum/signature related
7603   exceptions.
7604 - pass basename of file to verifyFileSignatureWorkflow (instead of
7605   empty string).
7606 - filter out incompatible architectures when parsing sustags
7607   repos (first half of #301286)
7608 - r 6882
7609
7610 -------------------------------------------------------------------
7611 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
7612
7613 - don't run source migration if yast is running in
7614   intsys mode (#297136)
7615 - signature and checksum verification fixes. Still pending
7616   problem ZYpp getting no output from gpg when running from zypper.
7617   (#302059)
7618
7619 -------------------------------------------------------------------
7620 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
7621
7622 - Do not strip resolvables which have the same name but different kind
7623   (ResolverInfo*)
7624 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
7625 - r 6830
7626
7627 -------------------------------------------------------------------
7628 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
7629
7630 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
7631   the Estonian locale (#302525).
7632
7633 -------------------------------------------------------------------
7634 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
7635
7636 - added remembering of exception history at various places
7637
7638 -------------------------------------------------------------------
7639 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
7640
7641 - Bugfixes concerning vendor handling:
7642 - first bug:
7643   Installed A-1.0(vendor SuSE)
7644   Available A-2.0(other vendor)
7645   A will not be regarded as "unmaintained". So it will not be deleted.
7646 - second bug:
7647   A need B-2.0. B-1.0 is installed but has another vendor. Report a
7648   proper errmessage.
7649 - Testcase : solution-tests/vendor-test.xml
7650 - r 6812
7651 - 3.18.4
7652
7653 -------------------------------------------------------------------
7654 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
7655
7656 - ignore HASH key for download (#300982)
7657
7658 -------------------------------------------------------------------
7659 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
7660
7661 - Added explicitly_requested as parameter in ResolverContext::Uninstall
7662   Bug 299819
7663 - revision 6794
7664
7665 -------------------------------------------------------------------
7666 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
7667
7668 - If no mount information is available, parse all DU entries.
7669 - read only hack mode for migrate-sources. We actually do add
7670   repositories with it, but no harm. (#292986)
7671 - fix some typos in exceptions (#301331)
7672 - 3.18.3
7673
7674 -------------------------------------------------------------------
7675 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
7676
7677 - Do not regard explicit request in order to recognize updated packages
7678   correctly. Bug 301676
7679 - Updated translations
7680 - r 6766
7681 - 3.18.2
7682
7683 -------------------------------------------------------------------
7684 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
7685
7686 - package-manager script: Call /sbin/yast2 with full path because of
7687   gnomesu (#269873).
7688
7689 -------------------------------------------------------------------
7690 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
7691
7692 - add support for the HASH key. (#300982)
7693 - Use ContentFileParser in Downloader (instead of implementing
7694   the parser again, it has a reason, Downloader was written first)
7695 - update testcases and data to cover the new HASH key
7696 - 3.18.1
7697
7698 -------------------------------------------------------------------
7699 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
7700
7701 - unify query API for kind and name, summary, description
7702   (incomplete)
7703 - rev 6761, version 3.18.0
7704
7705 -------------------------------------------------------------------
7706 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
7707
7708 - add iterateResolvablesByKindsAndName
7709 - rev 6735, version 3.17.13
7710
7711 -------------------------------------------------------------------
7712 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
7713
7714 - rename ResolvableQuery::queryByName to iterateResolvablesByName
7715 - fix reading of kind and repository in ResolvableQuery
7716 - add reverse lookups in CacheTypes
7717 - add iterateResolvablesByKind
7718 - rev 6733
7719
7720 -------------------------------------------------------------------
7721 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
7722
7723 - shorten solver error messages Bug 259894
7724 - rev 6723
7725
7726 -------------------------------------------------------------------
7727 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
7728
7729 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
7730   install zypp/cache header files.
7731 - rev 6719, version 3.16.13
7732
7733 -------------------------------------------------------------------
7734 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
7735
7736 - discard pattern files with incompatbile architecture, both
7737   for download and for parsing. (#298716)
7738 - rev 6711
7739
7740 -------------------------------------------------------------------
7741 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
7742
7743 - run sqlite asynchronously and add sql index files where
7744   appropriate, gives 6x performance on certain operations.
7745   Bumping cache schema version to 1004.
7746   (#300998)
7747 - rev 6710
7748
7749 -------------------------------------------------------------------
7750 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
7751
7752 - fix String::endsWith (#301038)
7753 - rev 6709
7754
7755 -------------------------------------------------------------------
7756 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
7757
7758 - added an _explicitly_requested in QueueItemConflict ( as already in
7759   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
7760   remove the conflicting item without an error message. Bug 299819
7761 - rev 6699
7762
7763 -------------------------------------------------------------------
7764 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
7765
7766 - forgot to set default refresh policy in checkIfToRefreshMetadata
7767 - repo.refresh.delay default set to 10 minutes
7768 - 6693
7769
7770 -------------------------------------------------------------------
7771 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
7772
7773 - Bugfix while regarding correct vendor in update
7774 - r6677
7775 - version 3.15.0
7776
7777 -------------------------------------------------------------------
7778 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
7779
7780 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
7781   added to delay next check & refresh until the specified number of
7782   minutes has passed from the last check or refresh (FATE #301991).
7783   Revisions: 6654, 6656, 6666, and 6667.
7784 - filesystem::touch(Pathname) added (r6666)
7785 - RepoManager::touchIndexFile(RepoInfo) added
7786 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
7787   decision to do the refresh moved to this public method.
7788 - r6667
7789
7790 -------------------------------------------------------------------
7791 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
7792
7793 - generate a resolver problem if addRequires does not find a resovable
7794   #299486
7795 - rev 6660
7796
7797 -------------------------------------------------------------------
7798 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
7799
7800 - Prioritized delete request by the user BEFORE delete requests due
7801   missing dependencies or conflicting dependencies. Bug 298322
7802 - rev 6640
7803
7804 -------------------------------------------------------------------
7805 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
7806
7807 - support also "Plaindir" as valid repo type name (#298622)
7808 - revision 6616
7809 - version 3.14.0
7810
7811 -------------------------------------------------------------------
7812 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
7813
7814 - fix segfault in Progress reporting
7815 - progress report use name instead of alias (#298035)
7816 - repoinfo returns alias if name is empty
7817
7818 -------------------------------------------------------------------
7819 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
7820
7821 - merge patch by dmueller to get rid of boost-regex
7822
7823 -------------------------------------------------------------------
7824 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
7825
7826 - dont create a second CacheStore in the same scope, will lock...
7827   #297627
7828
7829 -------------------------------------------------------------------
7830 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
7831
7832 - fixed some RepoManager exception docs & history
7833 - r6558
7834
7835 -------------------------------------------------------------------
7836 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
7837
7838 - feature #302135: Graceful update of 3rd party packages
7839   Automatic upgrading only sees packages from same vendor
7840   This allows not needed to have those locked.
7841 - Add persistent locks file which allow wildcards. Users
7842   can lock certain packages adding lines like "kde* < 3.5"
7843 - add applyLocks() to apply persistent locks before solving
7844
7845 -------------------------------------------------------------------
7846 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
7847
7848 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
7849   #271912 wq
7850 - Added locking resolvables in the testcases
7851 - rev 6544
7852
7853 -------------------------------------------------------------------
7854 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
7855
7856 - add migrate-sources to %post (#292986)
7857 - 3.13.15
7858
7859 -------------------------------------------------------------------
7860 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
7861
7862 - fixed bug with using wrong files from raw metadata cache
7863   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
7864
7865 -------------------------------------------------------------------
7866 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
7867
7868 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
7869   Bug# 297795
7870 - r 6517
7871
7872 -------------------------------------------------------------------
7873 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
7874
7875 - implement susetags support for compressed metadata
7876   and testcases. (feature #301916)
7877 - implement disk usage in cache. For installation requires
7878   some changes in YaST to setup the ZYpp getPartitions()
7879   before repos are cached. (bug #293039)
7880 - added testcases for diskusage
7881 - 3.13.14
7882
7883 -------------------------------------------------------------------
7884 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
7885
7886 - fixed YUM parser to properly create source packages
7887 - disabled reading of filelists.xml.gz by default (the data are
7888   currently not stored anyway)
7889 - revision 6481
7890 - version 3.13.13
7891
7892 -------------------------------------------------------------------
7893 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
7894
7895 - Don't download unwanted translation files (#293740).
7896 - revision 6470
7897
7898 -------------------------------------------------------------------
7899 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
7900
7901 - Fix susetags repo to parse dikusage data (#293039)
7902 - revision 6467
7903 - version 3.13.12
7904
7905 -------------------------------------------------------------------
7906 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
7907
7908 - Add product attribute 'type' (aka 'category' which is now
7909   deprecated). Adapted sustags and yum parsers to parse and
7910   provide this value.
7911 - revision 6464
7912 - version 3.13.11
7913
7914 -------------------------------------------------------------------
7915 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
7916
7917 - fix modalias rel column number
7918 - version 3.13.10
7919
7920 -------------------------------------------------------------------
7921 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
7922
7923 - Implemented option repo.add.probe to allow probing
7924   the added repositories
7925 - version 3.13.9
7926
7927 -------------------------------------------------------------------
7928 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
7929
7930 - Fixed detection of renamed packages while update.
7931 - Added new translations
7932 - rev 6445
7933
7934 -------------------------------------------------------------------
7935 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
7936
7937 - Speed up retrieving MediaNr attribute, as it slows down install
7938   order calculation. (#297173)
7939 - revision 6442
7940
7941 -------------------------------------------------------------------
7942 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
7943
7944 - Fixed cache schema upgrade
7945
7946 -------------------------------------------------------------------
7947 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
7948
7949 - Fixed pattern includes and extends attributes.
7950 - revision 6431
7951 - version 3.13.8
7952
7953 -------------------------------------------------------------------
7954 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
7955
7956 - API for retrieving additional dependencies" solver/detail/Resolver.h
7957 - Handle additional dependencies in the testcases
7958 - Handle system and language dependencies in the testcases correctly.
7959 - r 6418
7960
7961 -------------------------------------------------------------------
7962 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
7963
7964 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
7965   has changed. Resolver must discard any cached filesystem dependencies.
7966   (required for #271912)
7967 - revision 6404
7968
7969 -------------------------------------------------------------------
7970 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
7971
7972 - Indicate changed pool content to the resolver. (required for #271912)
7973 - revision 6398
7974 - version 3.13.7
7975
7976 -------------------------------------------------------------------
7977 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
7978
7979 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
7980   problems. Bug 280387
7981 - r 6378
7982 - version 3.13.6
7983
7984 -------------------------------------------------------------------
7985 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
7986
7987 - Added interface to install source packages via zypper.
7988 - revision 6373
7989 - version 3.13.5
7990
7991 -------------------------------------------------------------------
7992 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
7993
7994 - Added package attributes Package::sourcePkgName and
7995   Package::sourcePkgEdition. Name and edition of the source
7996   rpm this package was built from.
7997 - Added ZYpp::installSrcPackage to install a single source package.
7998 - revision 6353
7999 - version 3.13.4
8000
8001 -------------------------------------------------------------------
8002 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
8003
8004 - Temorary files and directories created by makeSibling use the
8005   same protection as the original.
8006 - revision 6344
8007 - version 3.13.3
8008
8009 -------------------------------------------------------------------
8010 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
8011
8012 - Removed keepExtras from resolvePool. This will be handled
8013   in the solver internally now. #294727
8014 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
8015 - revision 6317
8016 - version 3.13.2
8017
8018 -------------------------------------------------------------------
8019 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
8020
8021 - Remove tribool from RepoInfo's interface.
8022 - revision 6301
8023 - version 3.13.1
8024
8025 -------------------------------------------------------------------
8026 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
8027
8028 - Fixed wrong media number reported by script, message and patch.
8029 - Fixed script API to provide the scripts location on media (if not
8030   inlined).
8031 - Introduced ScripProvider to make a script available on the local
8032   disk.
8033 - revision 6288
8034 - version 3.13.0
8035
8036 -------------------------------------------------------------------
8037 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
8038
8039 - don't request media chage if the media is not changeable (like
8040   e.g. http)
8041 - revision 6271
8042 - version 3.12.1
8043
8044 -------------------------------------------------------------------
8045 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
8046
8047 - progress ticks for clean cache
8048 - ZConfig: remove default from names.
8049 - re enable reading cache callbacks
8050 - ini parser without boost::regexp
8051   patch by dmueller (#152447)
8052
8053 -------------------------------------------------------------------
8054 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
8055
8056 - Fixed package to provide the location media number. (#294496)
8057 - revision 6263
8058
8059 -------------------------------------------------------------------
8060 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
8061
8062 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
8063   gpgkey) instead of throwing bad url exception
8064 - revision 6259
8065
8066 -------------------------------------------------------------------
8067 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
8068
8069 - Make clearing of extra dependencies/conflicts configurable when
8070   resolvePool(). Leave the default as before (clear extras).
8071   Bug # 294727
8072 - revision 6233
8073 - version 3.12.0
8074
8075 -------------------------------------------------------------------
8076 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
8077
8078 - /var/lib/zypp/cache -> /var/cache/zypp
8079   (#292419)
8080 - ini parser without boost::regexp, patch by dmueller
8081   (#152447)
8082
8083 -------------------------------------------------------------------
8084 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
8085
8086 - Make temp directory configurable  via environment
8087   variable ZYPPTMPDIR.
8088 - revision 6202
8089 - version 3.11.11
8090
8091 -------------------------------------------------------------------
8092 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
8093
8094 - Fixed bug in smart pointer comparison.
8095
8096 -------------------------------------------------------------------
8097 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
8098
8099 - Fix failing rename of metadata download directories across
8100   filesystem boundaries.
8101
8102 -------------------------------------------------------------------
8103 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
8104
8105 - Fixed malicious gettext include.
8106 - Make ZConfig a singleton.
8107 - revision 6123
8108
8109 -------------------------------------------------------------------
8110 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
8111
8112 - Fixed repo::provideFile to set a deleter for downloaded files
8113   (#293004).
8114 - revision 6094
8115 - version 3.11.10
8116
8117 -------------------------------------------------------------------
8118 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
8119
8120 - Query ByRepository now takes as well an alias.
8121
8122 -------------------------------------------------------------------
8123 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
8124
8125 - fix retrieval of container attributes in cache
8126   (#292698)
8127
8128 -------------------------------------------------------------------
8129 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
8130
8131 - Port zypp-query-pool (#292404)
8132 - revision 6069
8133 - version 3.11.9
8134
8135 -------------------------------------------------------------------
8136 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
8137
8138 - added new calls in Resolver.h: addRequire,addConflict
8139
8140 -------------------------------------------------------------------
8141 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
8142
8143 - Fixed IniParser to allow '=' in values (#292669)
8144 - revision 6063
8145
8146 -------------------------------------------------------------------
8147 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
8148
8149 - allow / in alias (#292628)
8150
8151 -------------------------------------------------------------------
8152 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
8153
8154 - Fixed repo::provideFile to throw on error.
8155 - Fixed ResolvableQuery to use 0 as default for non existing
8156   numerical values.
8157 - revision 6058
8158
8159 -------------------------------------------------------------------
8160 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
8161
8162 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
8163   additional ctor for convenience.
8164 - revision 6047
8165
8166 -------------------------------------------------------------------
8167 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
8168
8169 - Evalute update canditate:
8170   Take canditates only which are really installable. Bug 292077
8171   r 6034
8172
8173 -------------------------------------------------------------------
8174 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
8175
8176 - fixed some tribool bugs in RepoInfo
8177 - revision 6022
8178
8179 -------------------------------------------------------------------
8180 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
8181
8182 - fix reading of non existant repo
8183 - r6018
8184 - first submission to stable
8185 - fix keywords parsing in susetags parser
8186 - version 3.11.8
8187
8188 -------------------------------------------------------------------
8189 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
8190
8191 - make resolvable query complete exceptionless with the database
8192 - test that packages have some attributes
8193 - disable progress adaptor for now
8194 - revision 5977
8195 - version 3.11.7
8196
8197 -------------------------------------------------------------------
8198 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
8199
8200 - fixed unresolved symbols
8201 - revision 5972
8202 - version 3.11.6
8203
8204 -------------------------------------------------------------------
8205 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
8206
8207 - fixed TranslatedText creating unwanted entries.
8208 - fixed capability processing
8209 - revision 5964
8210 - version 3.11.5
8211
8212 -------------------------------------------------------------------
8213 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
8214
8215 - MediaSetAccess::release() added
8216 - Use attachDesiredMedia in MediaProducts
8217 - Progress reporting improved
8218 - revision 5959
8219 - version 3.11.4
8220
8221 -------------------------------------------------------------------
8222 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
8223
8224 - fixed parsing translated texts.
8225 - added source packages.
8226 - revision 5947
8227 - version 3.11.3
8228
8229 -------------------------------------------------------------------
8230 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
8231
8232 - repo callbacks fixed
8233 - Fixed YUM parser progress reporting
8234 - Added CombinedProgressData
8235 - make RepoImpl::resolvables() load lazy
8236 - MediaProducts added for scanning products file
8237 - Implement cache schema versioning and automatic invalidation of
8238   cache when schema changes
8239 - revision 5942
8240 - version 3.11.2
8241
8242 -------------------------------------------------------------------
8243 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
8244
8245 - Propagate pools repository_iterator to the UI
8246 - revision 5911
8247 - version 3.11.1
8248
8249 -------------------------------------------------------------------
8250 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
8251
8252 - Package::location is now returns an OnMediaLocation
8253 - archivesize() renamed to downloadSize()
8254 - Allow to iterate all Repositories that contribute
8255   Resolvables to the Pool.
8256 - MediaSetAccess::provideDir added
8257 - remove useless url check
8258 - add old-api-style wrapper
8259 - Add MediaProducts class
8260 - revision 5892
8261 - version 3.11.0
8262
8263 -------------------------------------------------------------------
8264 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
8265
8266 - function isInstalledBy/installs
8267   Added an initial installation flag which shows if the item has been
8268   triggered for installation, or the dependency is already satisfied.
8269 - Revision 5884
8270 - Version 3.4.0
8271
8272 -------------------------------------------------------------------
8273 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
8274
8275 - removed unused %{prefix}/lib/zypp from %files in spec file
8276 - revision 5870
8277
8278 -------------------------------------------------------------------
8279 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
8280
8281 - Old API (SourceManager, metadata parsers) dropped in favor of the
8282   new refactored ones (RepoManager, RepoParser(s), cache subtree,
8283   repo subtree).
8284 - Some new API improvements.
8285 - revision 5868
8286 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
8287
8288 -------------------------------------------------------------------
8289 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
8290
8291 - New API calls which provides more information about one
8292   resolvable after a solverrun:
8293   isInstalledBy (const PoolItem_Ref item);
8294   installs (const PoolItem_Ref item);
8295 - Revision 5835
8296
8297 -------------------------------------------------------------------
8298 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
8299
8300 - fix changelog entry order
8301
8302 -------------------------------------------------------------------
8303 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
8304
8305 - Ignore conflicting items which are uninstallable
8306 - Create a "needed by" info if a requirement is still fulfilled.
8307 - Allow only one needed_by and needed_by_capability in QueueItemInstall
8308 - Added capability and type (REQUIRE, RECOMMEND,....) to
8309   ResolverInfoNeededBy
8310 - Evaluate ResolverInfoNeededBy for more information in the error
8311   messages
8312 - Enlarge detail description in the error messages
8313 - Revision 5807
8314
8315 -------------------------------------------------------------------
8316 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
8317
8318 - Fixes for gcc-4.2
8319 - revision 5786
8320 - version 3.3.1
8321
8322 -------------------------------------------------------------------
8323 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
8324
8325 - fixed so versioning from libtool to cmake
8326 - 3.3.0
8327
8328 -------------------------------------------------------------------
8329 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
8330
8331 - Use gpg2 instead of gpg for keyring and make
8332   the package depend on it (#284211)
8333
8334 -------------------------------------------------------------------
8335 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
8336
8337 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
8338   New dependency "packageand(foo:bar)" which provides an AND dependency by
8339   injecting a supplement/freshen.
8340   e.G. package novell-cluster-services-kmp-smp
8341   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
8342   Bug 255011
8343 - Dont check for architecture changes in atoms (#266178)
8344 - Revision 5720
8345
8346 -------------------------------------------------------------------
8347 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
8348
8349 - Fixed package-manager script (#275847)
8350 - revision 5614
8351
8352 -------------------------------------------------------------------
8353 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
8354
8355 - fixed cmake
8356 - version 3.2.2
8357
8358 -------------------------------------------------------------------
8359 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
8360
8361 - Reduced logging in order to speedup solving Bug 275100
8362 - revision 5603
8363 - version 3.2.1
8364
8365 -------------------------------------------------------------------
8366 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
8367
8368 - Fix excess calls to releaseFile. (#274357)
8369 - revision 5545
8370
8371 -------------------------------------------------------------------
8372 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
8373
8374 - Fix importing keys into rpm. (#270125)
8375 - r5527
8376
8377 -------------------------------------------------------------------
8378 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
8379
8380 - Support filesystem dependencies to add needed filesystem RPMs
8381   automatically (Fate 301966).
8382 - revision 5404
8383 - version 3.2.0
8384
8385 -------------------------------------------------------------------
8386 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
8387
8388 - avoiding attaching media where not needed (#263207)
8389 - r5381
8390
8391 -------------------------------------------------------------------
8392 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
8393
8394 - fix FileCap with attributes
8395 - r5376
8396
8397 -------------------------------------------------------------------
8398 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
8399
8400 - Fixed computation of install order. Take requirements of
8401   an installed packages uninstall scripts into account, if
8402   the package is updated. (#258682)
8403 - revision 5349
8404 - version 3.1.1
8405 -------------------------------------------------------------------
8406 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
8407
8408 - Parse and provide package keywords. (Fate 120368)
8409 - revision 5338
8410 - version 3.1.0
8411
8412 -------------------------------------------------------------------
8413 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
8414
8415 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
8416   Ask the user. Bug 258322
8417 - revision 5305
8418 - version 3.0.3
8419
8420 -------------------------------------------------------------------
8421 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
8422
8423 - Fix restoring of Sources id root prefix is used. (#238165)
8424 - revision 5299
8425 - version 3.0.2
8426
8427 -------------------------------------------------------------------
8428 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
8429
8430 - MediaManager::attachDesiredMedia() added to support multiple
8431   (CD/DVD) drives (fate #3974)
8432 - r5296
8433
8434 -------------------------------------------------------------------
8435 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
8436
8437 - If there is no valid solver result and NOT all resolvables ( other
8438   architecture) has been regarded, let the user decide making a new
8439   solver run with ALL available resolvables. Bug 223440
8440 - reducing logging (error -> debug)  bug 252921
8441 - Revision 5219
8442
8443 -------------------------------------------------------------------
8444 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
8445
8446 - Allow configuration of trusted vendors via
8447   /var/lib/zypp/db/trustedVendors. (#186636)
8448 - revision 5194
8449 - version 3.0.1
8450
8451 -------------------------------------------------------------------
8452 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
8453
8454 - libzypp-devel -> libzypp requirement is not versioned
8455   (#251086)
8456 - r5181
8457
8458 -------------------------------------------------------------------
8459 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
8460
8461 - Using already existing valid solver results for further solver runs.
8462   (partiell solving)
8463 - r5169
8464
8465 -------------------------------------------------------------------
8466 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
8467
8468 - fix link order
8469 - r5165
8470
8471 -------------------------------------------------------------------
8472 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
8473
8474 - merging from 10.2 / SP1
8475 - #247459 ftp probing
8476   denied == dont exists in ftp
8477 - r5124
8478
8479 -------------------------------------------------------------------
8480 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
8481
8482 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
8483 - Simultaneouqusly establishing of items which are conflicting eachother is
8484   useless. So only one will be established. Fixed in QueueItemInstall.cc
8485   Bug 243595
8486 - Added new upgrade options to fine tune version and patch handling.
8487   (F301990)
8488 - The context of establishPool will be stored in Resolver and will be
8489   regarded for the next solver run everytime. So it will be not reset by
8490   any solver run anymore.
8491   bug 191810 ( A broken patch will not be installed again)
8492
8493 -------------------------------------------------------------------
8494 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
8495
8496 - adding sotf,timeo=X nfs mount options by default (#235211)
8497 - r5093
8498
8499 -------------------------------------------------------------------
8500 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
8501
8502 - support for HTTP authentication prompt added (#190609)
8503 - fixed problem with empty path in URL
8504   in MediaCurl::doGetFileCopy()
8505 - r5085
8506
8507 -------------------------------------------------------------------
8508 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
8509
8510 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
8511   SuSE-Linux-10_2-Branch
8512
8513 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
8514 - verifySystem: The result will be set to APPL_HIGH, so it will be not
8515   reset by a second "normal" solver run. #239281 (schubi)
8516 - yast2 reports invalid URL as 'unknown source type'
8517   (#209961) (dmacvicar)
8518 - Added freshen language dependency in supplemements too if there is no
8519   entry in supplements.
8520   #240617;IPA fonts are not installed even if select Japanese
8521   language (schubi)
8522 - Setting allowed authentication methods to "basic,digest" if none
8523   provided in URL (#243006) (jkupec)
8524 - Stopping after 50 valid solver results. Anymore would be useless. Bug
8525   243595 (schubi)
8526 - r 5007
8527
8528 -------------------------------------------------------------------
8529 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
8530
8531 - package-manager: use a generic su script from XDG (#235303, #244442)
8532
8533 -------------------------------------------------------------------
8534 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
8535
8536 - Setting allowed authentication methods to "basic,digest" if none
8537   provided in URL (#243006)
8538 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
8539   (mvidner)
8540 - r4999
8541
8542 -------------------------------------------------------------------
8543 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
8544
8545 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
8546   (#222602)
8547 - 4984
8548
8549 -------------------------------------------------------------------
8550 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
8551
8552 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
8553
8554 - update packages: changing architecture is only valid while an
8555   system update and NOT while an update via a patch. Last fix does
8556   not fit for every case.
8557   Bug 230685
8558 - Patch has selected not the concerning package for update but
8559   a package which has provided the required dependencies too.
8560   Algorithmus: If there are exactly two providers which differ in architecture
8561                prefer the better arch.
8562   Fix: Regarding NVRA too. ( only if equal )
8563   Bug 238284
8564 - Download only English and Local translation
8565   (#208457)
8566 - Added solver parameter:
8567    tryAllPossibilities: regarding every solver branch ( not only
8568                         branches with e.G. best architectures
8569    preferHighestVersion: Prefer solver results which have a higher
8570                          version number.
8571   Bug #238087
8572 - update packages: changing architecture is only valid while an
8573   system update and NOT while an update via a patch.
8574   Bug 230685 - x86_64 MozillaFirefox binaries in security update
8575   repository
8576   Fix of version 2.11.2 has not worked if the first founded item
8577   had had another architecture.
8578 - r4927
8579
8580 -------------------------------------------------------------------
8581 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
8582
8583 - added ZYpp::getPartitions() - return the partitinoning
8584
8585 -------------------------------------------------------------------
8586 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
8587
8588 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
8589 - Corrupt download cannot be skipped
8590   (#217425 and #224216)
8591 - Enable package read ahead/caching in commit per default to reduce
8592   interactive media changes. If the environment variable
8593   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
8594 - added parameter not to reset resolver results while calling
8595   freshen pool Bug: 235761
8596 - Prepare package read ahead/caching of packages in commit. Adatped the
8597   workflow. Caching details are now hidden inside CommitPackageCache.
8598   The current implementation still performs no read ahead. (for F100182)
8599 - Skip invalid or broken rpm database entries. (#231211)
8600 - verifySystem: check if the solution is valid after calling freshenPool()
8601   Bug: 235761
8602 - Added own call for Resolver::verifySystem with additional
8603   hardware/language check in order to keep binary compatibility
8604   Fate #301224
8605 - Rpm requires additional quoting of special chars in filenames.
8606   (#233967)
8607 - Resolver::verifySystem checks for new hardware now by calling
8608   freshenPool. This is configureable. Fate #301224
8609 - merged texts from proofread
8610 - Don't consider patch/delta rpms if package architecture changes.
8611   (#231254)
8612 - update packages: changing architecture is only valid while an
8613   system update and NOT while an update via a patch.
8614   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
8615 - verifySystem: Do only regard items which will be on the system after the
8616   commit. Fate 301178
8617 - feature #301369
8618   Import listed GPG Keys from an trusted installation source
8619 - fix return call in new xml parser
8620 - Enable system resolvables in Helix parser (Revision 4787)
8621 - deptestomatic:
8622   Resetting transaction with the correct call;
8623   bugfix; Added kind in keep state (Revision 4788)
8624 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
8625   soft (Revision 4789)
8626 - New call added: maySetToBeUninstalledSoft (Revision 4789)
8627   Both are only functions for the solver (Revision 4789)
8628 - Resetting "by causer" in order to distinguish from state
8629   "keep by user". ( function setLock in order to remove lock)
8630   (Revision 4789)
8631 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
8632   in QueueItemUninstall.cc (Revision 4790)
8633 - Regarding "keep state by user". So avoiding "reselecting" by
8634   other requirements.
8635   Give a corresponding problem solution if a resolvable satisfy
8636   a dependency, but has been set to keep by the user.
8637   Bug : 222531 (Revision 4791)
8638 - Allow to disable autoprotection of foreign vendor items. Required
8639   in zmd-backend. (F301735).
8640 - use sqlite-zmd if using > 10.2 in spec. Use the one available
8641   durin compile.
8642 - Item could has already been selected to soft uninstall (e.G. remove
8643   pattern which recommend this item ). Do not throw an exception anymore.
8644   bug#225278
8645 - Added syscontent::Reader: Parse serialized set of ResObjects.
8646   (for F300729)
8647 - If there has already been selected another item by the solver (e.g. from
8648   another source) we will take thatone in order to avoid parallel
8649   installation and there concerning error messages.
8650   Bug 224698
8651 - In order to handle conflicting resolvable we try to update the
8652   conflicting item. While evaluating these canditates an already selected
8653   candidate will not be regarded. So it could be that an older package
8654   will be selected for update although a newer has already been selected. Revision 4765
8655 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
8656   update candidate and evaluate additional branches.
8657 - r4907
8658
8659 -------------------------------------------------------------------
8660 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
8661
8662 - Improved realpath() wrapper in media handler class (#222521).
8663 - revision 4758
8664
8665 -------------------------------------------------------------------
8666 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
8667
8668 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
8669 - revision 4713
8670
8671 -------------------------------------------------------------------
8672 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
8673
8674 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
8675   because backend uses this sqlite and it is no fun to
8676   install one and the other to develop (as the -devel packages)
8677   conflict.
8678 - add cmake support for building zypp/ lib.
8679   TODO: soinfo, compile testcases, devel, zypp2,docs
8680   find rpm, curl and others.
8681 - dont serialize interactive, as it is
8682   calculated now.
8683   (it was already fixed as we don't reimplement
8684   the method, but we still serialized, parsed)
8685 - r4709
8686
8687 -------------------------------------------------------------------
8688 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
8689
8690 - fixed Patch::interactive to return true as well, if the patch
8691   itself has a licence. (#224192)
8692 - revision 4702
8693 - version 2.9.2
8694
8695 -------------------------------------------------------------------
8696 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
8697
8698 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
8699   on the installation image (#213852).
8700 - revision 4700
8701
8702 -------------------------------------------------------------------
8703 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
8704
8705 - Avoid duplicate pool entries; Bug 223750; second part of the fix
8706 - r4698
8707 - Version 2.9.1
8708
8709 -------------------------------------------------------------------
8710 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
8711
8712 - Pool has multi instances of an item in the pool. Reduced this error
8713   to items which are identically at least. #217574 and #223750
8714 - r4695
8715
8716 -------------------------------------------------------------------
8717 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
8718
8719 - replace spaces to underscores in product names
8720 - 2.8.7
8721 - r4688
8722
8723 -------------------------------------------------------------------
8724 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
8725
8726 - Mark some strings for translation (#219783 need it)
8727 - r4682
8728
8729 -------------------------------------------------------------------
8730 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
8731
8732 - Added translations marks to hal, url and mutex exceptions (#23771)
8733 - revision 4680
8734
8735 -------------------------------------------------------------------
8736 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
8737
8738 - don't make libzypp-devel depend on sqlite-devel as
8739   headers from zypp2 are not installed yet
8740 - r4663
8741
8742 -------------------------------------------------------------------
8743 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
8744
8745 - Return an error if fork failed. (#204807)
8746 - Make Script execution abortable by user request. (#212949, F100233)
8747 - revision 4660
8748 - version 2.8.6
8749
8750 -------------------------------------------------------------------
8751 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
8752
8753 - Added package-manager wrapper script, with icon and .desktop (#222757).
8754   (Used by gnome-main-menu)
8755 - version 2.8.5
8756 - r4640
8757
8758 -------------------------------------------------------------------
8759 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
8760
8761 - Fixed target/hal - one more dbus_connection_close found (#216035)
8762 - revision 4636
8763 - version 2.8.4
8764
8765 -------------------------------------------------------------------
8766 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
8767
8768 - translation added
8769   rev 4630
8770   version 2.8.3
8771
8772 -------------------------------------------------------------------
8773 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
8774
8775 - Process obsoletes when installing non-package objects. (#217352)
8776 - revision 4621
8777 - version 2.8.2
8778
8779 -------------------------------------------------------------------
8780 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
8781
8782 - Implemented volume device check using /sbin/vol_id (#213852).
8783 - Revision 4619
8784
8785 -------------------------------------------------------------------
8786 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
8787
8788 - new translation added
8789
8790 -------------------------------------------------------------------
8791 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
8792
8793 - Implemented an reuse of already existing foreign CD/DVD mount points
8794   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
8795 - Added a fallback check of the volume.mount_point HAL property to
8796   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
8797   to be not avaliable in newer HAL versions (on 10.2).
8798 - Revision 4615
8799 - Version 2.8.1
8800
8801 -------------------------------------------------------------------
8802 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
8803
8804 - removed unused methods from Patch and PatchImplIf. Provided
8805   reasonable default implementation for Patch::interactive.
8806   (#221476).
8807 - revision 4610
8808 - Version 2.8.0
8809
8810 -------------------------------------------------------------------
8811 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
8812
8813 - Handle media eject failures (#216545)
8814 - r4606
8815
8816 -------------------------------------------------------------------
8817 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
8818
8819 - Reimplemented RpmDb::checkPackage using librpm API instead
8820   of parsing "rpm --checksig" output. (#163202)
8821 - Version 2.7.4
8822 - revision 4600
8823
8824 -------------------------------------------------------------------
8825 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
8826
8827 - NEW behaviour of the solver:
8828   Obsolete virtual provides. E.G.:
8829
8830   Installed:
8831   -----------
8832   Name:           test-1.0-0
8833
8834   Name:           moretest-1.0-0
8835   Provides:       test
8836
8837   To be installed
8838   ------------------
8839   Name:           nomoretest-1.0-0
8840   Obsoletes:      test
8841
8842   Result
8843   --------
8844   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
8845   test-1.0-0 had been deleted. Bug 220999
8846
8847 - Translations added
8848
8849 Version 2.7.3
8850 rev 4593
8851
8852 -------------------------------------------------------------------
8853 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
8854
8855 - Bugfix in generating solver testcases:
8856    - added kind of capabilities in description file
8857    - removed unneded channel from uninstall in command file
8858
8859 -------------------------------------------------------------------
8860 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
8861
8862 - Try to call /bin/eject utility if the eject-ioctl fails.
8863 - r4568
8864
8865 -------------------------------------------------------------------
8866 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
8867
8868 - ignore empty capabilities
8869 - r4565
8870
8871 -------------------------------------------------------------------
8872 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
8873
8874 - make progress strings translatable (#219783)
8875 - r4556
8876
8877 -------------------------------------------------------------------
8878 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
8879
8880 -  While deleting a selection all concerning recommended
8881    packages will be deleted too.
8882    BUT those packages should not be deleted which have been
8883    set to KEEP by the user. bug 217574
8884    rev 4526
8885    VERSION: 2.7.2
8886
8887 -------------------------------------------------------------------
8888 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
8889
8890 - Makefile in zypp2 fixed
8891   Revision 4520
8892
8893 -------------------------------------------------------------------
8894 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
8895
8896 - Translations added
8897   Revision 4514
8898   VERSION: 2.7.1
8899
8900 -------------------------------------------------------------------
8901 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
8902
8903 - Make the parser more strict, rejecting broken sources
8904   but showing the error line.
8905   Last fix making the parser relax would break multitag
8906   descriptions with empty lines, now we check dependencies
8907   at a higher level. (reference #160607)
8908 - r4501
8909
8910 -------------------------------------------------------------------
8911 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
8912
8913 - New problem solution added: Unlock ALL resovables in order to speed up
8914   problem solution. Bug 206453
8915
8916 -------------------------------------------------------------------
8917 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
8918
8919 - Translations added
8920
8921 -------------------------------------------------------------------
8922 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
8923
8924 - Fixed target/hal - removed dbus_connection_close calls, because
8925   the connections are shared; unref the ref-counted handle only.
8926   (#216035)
8927 - r4442
8928
8929 -------------------------------------------------------------------
8930 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
8931
8932 - skipping unreachable packages won't work
8933   (#215445)
8934 - r4468
8935
8936 -------------------------------------------------------------------
8937 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
8938
8939 - (#213793) Target store fails to recreate stored install-time (other
8940   Date and ByteCount values as well)
8941
8942 - skip comments and blank lines in multilists
8943   fixes (#214877) - zen-updater is not installed by default
8944
8945 - Automatically fix broken products when reading
8946   the product database.
8947   still pending: honour the read-only flag
8948   Changes to make this possible include
8949   using read_dir instead of boost directory
8950   iterator.
8951
8952 -------------------------------------------------------------------
8953 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
8954
8955 - added new class for generating solver testcases:
8956   Testcase
8957
8958 -------------------------------------------------------------------
8959 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
8960
8961 - Finalized ui::PatternContents. (F301229)
8962 - version 2.7.0
8963 - revision 4413
8964
8965 -------------------------------------------------------------------
8966 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
8967
8968 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
8969 - version 2.6.0
8970
8971 -------------------------------------------------------------------
8972 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
8973
8974 - Added ui::PatternContents: Helper class that will compute a patterns
8975   expanded install_packages set. (UI interface for F301229)
8976 - revision 4387
8977
8978 -------------------------------------------------------------------
8979 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
8980
8981 - removed the last reference to /usr/lib64 to fix the build
8982
8983 -------------------------------------------------------------------
8984 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
8985
8986 - added "zypper info" (jkupec)
8987 - version 2.5.2
8988
8989 -------------------------------------------------------------------
8990 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
8991
8992 - fix rpm db timestamp
8993 - add extra urls and optional urls to product API
8994 - r4378
8995
8996 -------------------------------------------------------------------
8997 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
8998
8999 - zypper: nicer progress reports, with or without --verbose.
9000
9001 -------------------------------------------------------------------
9002 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
9003
9004 - Fixed reloading of target data after commit. Broken since
9005   rev 3880.
9006 - version 2.5.1
9007 - revision 4365
9008
9009 -------------------------------------------------------------------
9010 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
9011
9012 - put query-pool in /usr/lib/zypp and not lib64
9013 - r4363
9014
9015 -------------------------------------------------------------------
9016 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
9017
9018 - revert keyring changes, causes endless loop (obvious)
9019 - add dist-product information, adapt store
9020 - version 2.5.0
9021 - r4355
9022
9023 -------------------------------------------------------------------
9024 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
9025
9026 - zypp-query-pool: For products show additionally distributionName
9027   and distributionEdition. (required by #205392)
9028 - revision 4349
9029
9030 -------------------------------------------------------------------
9031 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
9032
9033 - Add accessor for Product distributionName and distributionEdition.
9034   (required by #205392)
9035 - revision 4347
9036
9037 -------------------------------------------------------------------
9038 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
9039
9040 - added test case for KeyRing
9041 - fire trustedKeyAdded in all calls to import trusted key
9042   not only in signature check workflow.
9043 - r4342
9044
9045 -------------------------------------------------------------------
9046 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
9047
9048 - zypper update: implemented minimal version (patches only)
9049 - zypper list-updates: changed default type from package to patch,
9050   consider patches affecting the package manager separately
9051
9052 -------------------------------------------------------------------
9053 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
9054
9055 - version 2.4.1
9056 - r4338
9057
9058 -------------------------------------------------------------------
9059 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
9060
9061 - add zypp-query-pool, so registration doesn't depend on
9062   libzypp-zmd-backend being installed. Will remove from
9063   backend when suseregister gets updated.
9064
9065 -------------------------------------------------------------------
9066 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
9067
9068 - Make sure config.rpath is present.
9069
9070 -------------------------------------------------------------------
9071 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
9072
9073 - zypper search: fixed uninitialized members that made all searches
9074   exact and case sensitve
9075
9076 -------------------------------------------------------------------
9077 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
9078
9079 - zypp-checkpatches, write in the right file
9080 - r4328
9081
9082 -------------------------------------------------------------------
9083 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
9084
9085 - Install resolvables although they are unneeded
9086   if they have NOT the kind patch/atoms
9087   Bug 210538 - freshens/supplements does not work with patterns
9088 - r4326
9089
9090 -------------------------------------------------------------------
9091 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
9092
9093 - zypper service-add -r http://example.org/foo.repo (F#300641).
9094
9095 -------------------------------------------------------------------
9096 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
9097
9098 - zypp-checkpatches:
9099   save version of the generated xml to
9100   regenerate it if it changes.
9101   save a random token in case of error to
9102   force recreating xml file
9103 - r4321
9104
9105 -------------------------------------------------------------------
9106 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
9107
9108 - remove permissions for zypp checkpatches from spec
9109 - r4318
9110
9111 -------------------------------------------------------------------
9112 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
9113
9114 - registration fails because of wrong product data
9115   (#205392)
9116   use DISTPRODUCT,DISTVERSION to create the product
9117   resolvable. have this resolvable provide
9118   PRODUCT = VERSION
9119 - r4312
9120
9121 -------------------------------------------------------------------
9122 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
9123
9124 - zypper service-add -r ./foo.repo (F#300641).
9125
9126 -------------------------------------------------------------------
9127 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
9128
9129 - zypper: added case-sensitive search, search in descriptions and
9130   summaries, search by resolvable type, substring and word
9131   matching, support for wildcards
9132 - Revision 4303
9133
9134 -------------------------------------------------------------------
9135 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
9136
9137 - Prevent the user from sending signals to zypp-checkpatches-wrapper
9138   (#211286).
9139
9140 -------------------------------------------------------------------
9141 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
9142
9143 - Dont incomplete an uninstalled resolvable, even not when establishing.
9144   Incomplete only makes sense for installed resolvables (when they have broken
9145   deps), for patches (because they are needed) and for atoms (because they are
9146   used during patch calculation)
9147   Bug 198379
9148
9149 - Do not branch for packages with the same NVE but different architectures.
9150   Take the best architecture.
9151
9152 -------------------------------------------------------------------
9153 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
9154
9155 - implement rename source in sourcemanager
9156 - r4286
9157
9158 -------------------------------------------------------------------
9159 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
9160
9161 - YaST sources: set alias to product summary if empty
9162 - show alias on logs.
9163 - r4281
9164
9165 -------------------------------------------------------------------
9166 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
9167
9168 - version 2.4.0 (bin incompat due to callback fixes)
9169 - r4272
9170
9171 -------------------------------------------------------------------
9172 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
9173
9174 - Provide additional solver status information to the UI.
9175   (#162164,F301272)
9176 - Fixed UI satus computation in presence of multiple available
9177   candidates.
9178 - revision 4264
9179 - version 2.3.1
9180
9181 -------------------------------------------------------------------
9182 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
9183
9184 - remove const in MediaChangeReport requestMedia that
9185   broke cd changing.
9186 - r4262
9187
9188 -------------------------------------------------------------------
9189 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
9190
9191 - zypper: added search (jkupec)
9192 - removed the suid bit from zypp-checkpatches-wrapper so that the
9193   build passes until permissions.rpm is updated (~#211286).
9194 - r4253
9195
9196 -------------------------------------------------------------------
9197 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
9198
9199 - Log microseconds if ZYPP_PROFILING env var is enabled.
9200 - r4252
9201
9202 -------------------------------------------------------------------
9203 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
9204
9205 - YaST sources:
9206   Factory cannot be set with 'refresh' enabled
9207   (#204957)
9208 - get rid of some const bool signatures in Source classes
9209 - r4247
9210
9211 -------------------------------------------------------------------
9212 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
9213
9214 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
9215
9216 -------------------------------------------------------------------
9217 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
9218
9219 - select the best solution: prefering the total amount of install/update
9220   packages BEFORE source preferences. Bug 208784
9221
9222 -------------------------------------------------------------------
9223 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
9224
9225 - Introduce a method to see if a source supports a
9226   kind of resolvable at that time, so we can
9227   init a YUM source like factory but avoid parsing
9228   it if it contains no patches.
9229 - add TODO
9230 - zypp-checkpatches xml output
9231 - r4235
9232
9233 -------------------------------------------------------------------
9234 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
9235
9236 - added a CLI preview: zypper
9237 - revision 4214
9238 - version 2.2.3
9239
9240 -------------------------------------------------------------------
9241 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
9242
9243 - FATE #100165:
9244   Make Content File Aware of Different Architectures
9245   expand %a in release notes with architecture
9246
9247 -------------------------------------------------------------------
9248 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
9249
9250 - Extended pattern parser to support includes/extends tags as hint
9251   for the IO. (F301229)
9252 - revision 4199
9253 - version 2.2.2
9254
9255 -------------------------------------------------------------------
9256 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
9257
9258 - Enabled sending of ScriptResolvableReport.
9259 - Changed ScriptResolvableReport::start to send local path
9260   of script to be executed.
9261 - revision 4190
9262 - version 2.2.1
9263
9264 -------------------------------------------------------------------
9265 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
9266
9267 - Added ScriptResolvableReport. Callbacks triggered on script
9268   execution during commit. (F100233)
9269 - revision 4187
9270 - version 2.2.0
9271
9272 -------------------------------------------------------------------
9273 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
9274
9275 - fix: Url::getRegisteredSchemes() would always return nothing
9276
9277 -------------------------------------------------------------------
9278 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
9279
9280 - Made the build dependency on gettext-devel explicit
9281
9282 -------------------------------------------------------------------
9283 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
9284
9285 - adapted multi-media YUM sources according to official YUM
9286   specification (F300743)
9287
9288 -------------------------------------------------------------------
9289 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
9290
9291 - use RPM_OPT_FLAGS (meissner@suse.de)
9292
9293 -------------------------------------------------------------------
9294 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
9295
9296 - SourceFactory::createFrom() - don't loose url,...
9297 - r4160
9298
9299 -------------------------------------------------------------------
9300 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
9301
9302 - reduce logging in ResolvableImpl.cc
9303 - rev 4157
9304
9305 -------------------------------------------------------------------
9306 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
9307
9308 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
9309   in QueueItemInstall and QueueItemRequire
9310   Bug 192535/204913
9311   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
9312
9313 -------------------------------------------------------------------
9314 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
9315
9316 - fixed SourceFactory::createFrom() - don't loose alias,
9317   cachedir,... parameters
9318
9319 -------------------------------------------------------------------
9320 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
9321
9322 - Use RPM Enhances only if detected at configure time, to allow
9323   compilation with older rpm.
9324 - callback params: use const string & instead of string (dmacvicar)
9325
9326 -------------------------------------------------------------------
9327 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
9328
9329 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
9330   a package/script/message
9331   Bug: 192535
9332
9333 -------------------------------------------------------------------
9334 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
9335
9336 - add Source_Ref::checksum() which in combination with
9337   timestamp can give an idea of a source change.
9338 - r4106
9339
9340 -------------------------------------------------------------------
9341 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
9342
9343 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
9344   enable progress reporting on compressed streams.
9345
9346 -------------------------------------------------------------------
9347 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
9348
9349 - better error propagation
9350 - r4096
9351
9352 -------------------------------------------------------------------
9353 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
9354
9355 - Removed libblkid dependency - the workaround using libblkid to
9356   check filesystem on XEN vbd mapped devices is obsolete, because
9357   the info is avaliable via /dev/disk/by-label link now. (#197107)
9358 - revision 4087
9359
9360 -------------------------------------------------------------------
9361 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
9362
9363 - PackageProvider: Fixed broken retry. (#202163)
9364 - revision 4071
9365
9366 -------------------------------------------------------------------
9367 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
9368
9369 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
9370   to create a Package from a source package header.
9371 - Added method Pathname::extension: Return all of the characters in name
9372   after and including the last dot in the last element of name.
9373 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
9374   rpms. Otherwise we'd need access to the rpm database to get the keys.
9375 - revision 4069
9376
9377 -------------------------------------------------------------------
9378 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
9379
9380 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
9381   a package/script/message
9382   Bug: 192535
9383
9384 -------------------------------------------------------------------
9385 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
9386
9387 - Speedup computation of number of rpm database entries.
9388 - revision 4058
9389
9390 -------------------------------------------------------------------
9391 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
9392
9393 - Fixed endless loop in transactResObject
9394   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
9395
9396 -------------------------------------------------------------------
9397 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
9398
9399 - fix some testcases for tar file parser changes
9400 - r4045
9401
9402 -------------------------------------------------------------------
9403 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
9404
9405 - missing includes
9406 - clean old callbacks
9407 - r4041
9408
9409 -------------------------------------------------------------------
9410 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
9411
9412 - zyppPattern->install_packages returns SUGGESTED package too.
9413   Bug 201476
9414   Revision 4036
9415
9416 -------------------------------------------------------------------
9417 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
9418
9419 - New behaviour in the solver: try with 'best' package first, try with 'all'
9420   packages if this fails.
9421   Bug :Bug 191983
9422
9423 -------------------------------------------------------------------
9424 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
9425
9426 - libzypp 2.1.0
9427 - bump version due to incompatible callback changes in KeyRing
9428   Sources
9429
9430 -------------------------------------------------------------------
9431 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
9432
9433 - new keyring callbacks
9434 - separate trust key from import key
9435 - use PublicKey class instead of params, to be able
9436   to add more info like photos later (pending #181682)
9437 - update zmart with those callbacks.
9438 - better error handling (Exception types)
9439 - make tmp file names more readable depending on the context
9440 - r4026
9441
9442 -------------------------------------------------------------------
9443 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
9444
9445 - decouple probing from source creation, using the new
9446   media test for existence functions.
9447 - r4019
9448
9449
9450 -------------------------------------------------------------------
9451 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
9452
9453 - Fixed getDoesFileExist to reset the transfer range
9454 - Added logging of curl debug messages to the zypp log.
9455   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
9456   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
9457 - r4018
9458
9459 -------------------------------------------------------------------
9460 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
9461
9462 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
9463   see rev 3810 below. (#190163)
9464 - rev 3998
9465
9466 -------------------------------------------------------------------
9467 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
9468
9469 - fix uninstalling of atoms (noop)
9470 - r3995
9471
9472 -------------------------------------------------------------------
9473 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
9474
9475 - Implement initial verson of Media
9476   doesFileExist, for future source probing.
9477 - r3984
9478
9479 -------------------------------------------------------------------
9480 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
9481
9482 - more dbus_connection_close fixes
9483 - r3974
9484
9485 -------------------------------------------------------------------
9486 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
9487
9488 - clean up 'incomplete' handling in QueueItemEstablish.
9489 - rev 3973.
9490
9491 -------------------------------------------------------------------
9492 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
9493
9494 - Don't set 'incomplete' for uninstalled patterns or products.
9495   (#198379)
9496 - rev 3970.
9497
9498 -------------------------------------------------------------------
9499 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
9500
9501 - Added new API calls:
9502   setAdditionalProvide
9503   setAdditionalConflict
9504   setAdditionalRequire
9505
9506 -------------------------------------------------------------------
9507 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
9508
9509 - don't link examples to testsuite library.
9510
9511 -------------------------------------------------------------------
9512 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
9513
9514 - Disable profiling to work around compiler bug.
9515
9516 -------------------------------------------------------------------
9517 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
9518
9519 - forward port 3924:3939
9520 - Add explicit finish callbacks for subtasks during ProvidePackage
9521   to avoid UI confusion.
9522 - rev3957
9523
9524 -------------------------------------------------------------------
9525 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
9526
9527 - Introduce examples/
9528 - fix some svn ignores
9529 - fix compilation. Use: dbus_connection_close
9530 - rev 3943
9531
9532 -------------------------------------------------------------------
9533 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
9534
9535 - Initial support for plain directory with rpms as source
9536 - r3935
9537
9538 -------------------------------------------------------------------
9539 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
9540
9541 - Move the target query by kind function to
9542   a iterator, so we dont make a copy of the restore
9543   the iterator works loading by demand too
9544
9545 -------------------------------------------------------------------
9546 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
9547
9548 - rename the new initTarget to initializeTarget,
9549   leave the old one as is, but deprecate it.
9550 - r3903
9551
9552 -------------------------------------------------------------------
9553 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
9554
9555 - forward port from SLES10 branch , till 3888
9556 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
9557   full packages. (#168844)
9558 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
9559 - version 2.0.0
9560 - rev 3893
9561
9562 -------------------------------------------------------------------
9563 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
9564
9565 - Separate target init from adding resolvables, getting rid of the
9566 uggly bool flag.
9567 - dont clear the store each time Target::resolvables is called
9568 - Load target resolvables on demand by kind, keep them cached later
9569 - add Target::resolvablesByKind(kind) to allow query specific kind
9570   without reading all kinds. Used to port TargetProduct, which
9571   was reading the whole rpm database only to displayy base product
9572   name in YaST help.
9573 - commit to pkg-bindings and packager will follow.
9574 - jsrain will port more yast stuff, especially inst_source which
9575   startup time should by reduced by half afterwards.
9576 - rev 3880
9577
9578 -------------------------------------------------------------------
9579 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
9580
9581 - forward port:
9582   rev 3786 fix to stalle tmpfiles broke patches.
9583   SLES was released with this broken. 10.1 has a blocked
9584   zypp update because this.
9585   Attempt to fix this. (#192535)
9586 - fix configure.ac sqlite-source build path
9587 - rev 3858
9588
9589 -------------------------------------------------------------------
9590 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
9591
9592 - link correctly
9593
9594 -------------------------------------------------------------------
9595 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
9596
9597 - dont link sqlite in the main lib.
9598 - rev 3826
9599
9600 -------------------------------------------------------------------
9601 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
9602
9603 - susetags: parse product parser regexp only once
9604 - parse yum factory 5 sec. (from 30) faster using
9605   another string find algorithm
9606 - rev 3824
9607
9608 -------------------------------------------------------------------
9609 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
9610
9611 - Digest: Don't read the stream character wise but reading blocks,
9612   as advised by matz profiling.
9613 - r3819
9614
9615 -------------------------------------------------------------------
9616 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
9617
9618 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
9619   trusted vendors. (#189573)
9620 - revision 3804
9621
9622 -------------------------------------------------------------------
9623 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
9624
9625 - backport fix for stalle tmpfile (#191311)
9626 - rev 3788
9627
9628 -------------------------------------------------------------------
9629 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
9630
9631 - deactivated media manager code that was disabling the
9632   automounter (#172419)
9633 - rev 3724
9634
9635 -------------------------------------------------------------------
9636 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
9637
9638 - fix autorefresh (#186115)
9639 - revision 3708
9640 -------------------------------------------------------------------
9641 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
9642
9643 - forward port from SLE branch
9644 - Set default permission for logfiles to 0640. (#187044)
9645 - revision 3696
9646
9647 -------------------------------------------------------------------
9648 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
9649
9650 - forward port from SLE branch
9651 - Fixed installation of SP or Add-On product switching to media 2
9652   too early. (#186607)
9653 - revision 3691
9654
9655 -------------------------------------------------------------------
9656 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
9657
9658 - forward port from SLE branch
9659 - Strip self provides without edition in Resolvable ctor.
9660   (#186079)
9661 - Source::provideResolvables not implemented in yum source type.
9662   Product not set for packages that are available from update source
9663   (#186920)
9664 - Hook modalias() supplements without package to "kernel" (#184840)
9665 - Allow on-demand SourceManager::restore() (#186678)
9666 - Hook modalias() supplements without package to "kernel" (#184840)
9667 - rev 3676
9668
9669 -------------------------------------------------------------------
9670 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
9671
9672 - Fix adding resolving of path names for mount points (#181606)
9673 - rev 3658
9674
9675 -------------------------------------------------------------------
9676 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
9677
9678 - merge download algorithm and refactoring from branch
9679   (#181204)
9680
9681 -------------------------------------------------------------------
9682 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
9683
9684 - autodocs: use find+xargs to overcome command length limit,
9685   do not call doxygen unnecessarily (#185334).
9686 - rev 3645
9687
9688 -------------------------------------------------------------------
9689 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
9690
9691 - Dont use getZYpp in static constructor (#185198)
9692   Bugfix #178292 was wrong.
9693 - Only warn on incompleting installed resolvables (#185197)
9694 - rev 3644
9695
9696 -------------------------------------------------------------------
9697 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
9698
9699 - Atoms might only be installed via patches (#184714)
9700 - rev 3642
9701
9702 -------------------------------------------------------------------
9703 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
9704
9705 - fix for the last stall tmpfile (#178292)
9706 - r3637
9707
9708 -------------------------------------------------------------------
9709 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
9710
9711 - Implemented transfer timeout inside of the progress callback.
9712   The timeout value can be set using timeout url parameter, the
9713   default transfer timeout is 180 seconds. (#181602)
9714 - Added ssl_verify and ssl_capath url options used in https scheme,
9715   allowing to change or disable the ssl verify options. (#171622)
9716 - Added fallback on read failures of /etc/mtab to /proc/mounts.
9717   Improved verbosity in mount and mount check related failure cases,
9718   incl. /etc/mtab dump. (#181606)
9719 - rev 3623
9720
9721 -------------------------------------------------------------------
9722 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
9723
9724 - combine knownAliases and knownUrls in a single function.
9725 - rev 3616
9726
9727 -------------------------------------------------------------------
9728 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
9729
9730 - honor parallel installs in resolver context (#181103)
9731 - rev 3592
9732
9733 -------------------------------------------------------------------
9734 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
9735
9736 - right fix for tmpdir initialized in static constructor
9737 - catch around provideJustFile in providePackage
9738 -rev 3654
9739
9740 -------------------------------------------------------------------
9741 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
9742
9743 - fix #182003 YUM packages without size
9744 - rev 3587
9745
9746 -------------------------------------------------------------------
9747 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
9748
9749 - Allow to restore and remove by Url
9750 - rev 3583
9751
9752 -------------------------------------------------------------------
9753 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
9754
9755 - make atoms parallel installable (#181103)
9756 - rev 3580
9757
9758 -------------------------------------------------------------------
9759 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
9760
9761 - Allow to restore by alias
9762 - r3568
9763
9764 -------------------------------------------------------------------
9765 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
9766
9767 - Do not fork in a global destructor, perl dislikes it (#182672).
9768   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
9769
9770 -------------------------------------------------------------------
9771 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
9772
9773 - Installation: Assert product information is stored to libzypp
9774   database before reboot. (#181198)
9775 - Version 1.2.0; revision 3553
9776
9777 -------------------------------------------------------------------
9778 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
9779
9780 - Synchronize keys with rpm database before
9781   closing access to it (#182338)
9782 - rev 3533
9783
9784 -------------------------------------------------------------------
9785 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
9786
9787 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
9788   filter out the non-DVD drives completely. Allows a fallback to
9789   drives without the dvd HAL property e.g. in VMWare. (#177457)
9790 - rev 3530
9791
9792 -------------------------------------------------------------------
9793 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
9794
9795 - Merge fix for stalle tmpdir due to cyclic references, using a master
9796  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
9797 - rev 3521
9798
9799 -------------------------------------------------------------------
9800 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
9801
9802 - Fixes unneeded file download, and add download callbacks
9803   (still need yast side) #181204 and #160206
9804 - Fix stalle tmpdir due to cyclic references, using a master
9805   TmpDir for zypp. # 178292
9806
9807 -------------------------------------------------------------------
9808 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
9809
9810 - fixed memory leak in PersistentStorage (#168690)
9811 - revision 3519
9812
9813 -------------------------------------------------------------------
9814 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
9815
9816 - fixed memory leak in XMLSourceCacheParser (#168690)
9817 - revision 3517
9818
9819 -------------------------------------------------------------------
9820 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
9821
9822 -latest fi translation added
9823  Revision 3502
9824
9825 -------------------------------------------------------------------
9826 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
9827
9828 -All installed resolvables has been set to "satisfied" in
9829  ResolverContext::unneeded . BUT:
9830  Patch concerning resolvables have to be set to
9831  "unneeded" although they are installed. In order
9832  getting the state "no longer applicable" (Bug 171590)
9833 - rev 3496
9834
9835 -------------------------------------------------------------------
9836 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
9837
9838 - compute status for scripts and messages so their freshens get
9839   properly honored (aj with postgresql-server)
9840 - rev 3494
9841
9842 -------------------------------------------------------------------
9843 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
9844
9845 - revert not-used-yet rpmdb timestamp, as
9846   it broke rpmdb::init(). (#180040)
9847 - rev 3490
9848
9849 -------------------------------------------------------------------
9850 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
9851
9852 - updating gmo files, if po files has been changed; bug 164449
9853
9854 -------------------------------------------------------------------
9855 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
9856
9857 - Dont download twice if starting from 1st time
9858 - fix typo
9859 - rev 3481
9860
9861 -------------------------------------------------------------------
9862 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
9863
9864 - set cache dir only if storeMetadata is called as a public method.´
9865 - rev 3475
9866
9867 -------------------------------------------------------------------
9868 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
9869
9870 - schedule a package for installation if
9871   - it freshens / supplements something
9872   - it is not installed yet
9873   (#178721)
9874 - rev 3473
9875
9876 -------------------------------------------------------------------
9877 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
9878
9879 - make susetags also implement download and check first.
9880 - rev 3470
9881
9882 -------------------------------------------------------------------
9883 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
9884
9885 - make yum more robust. Never parse from provideFile
9886   but only from local disk. Make sure the cache
9887   is consistent before recreating it.
9888   the code is easier to follow and probably
9889   faster. checksum and signatures are
9890   checked on caching not on parsing.
9891   Required to implement refresh for #154990
9892 - rev 3452
9893
9894 -------------------------------------------------------------------
9895 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
9896
9897 - implement timestamp for YUM and SuseTags
9898 - actually use the license to confirm in yum patches
9899 - add prerequires tag in yum optonally to the bad designed
9900   and nonintuitive pre=1
9901 - rev 3448
9902
9903 -------------------------------------------------------------------
9904 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
9905
9906 - dont pass root on init but before.
9907 - implement rpm db modification timestamp
9908   not used yet
9909 - move Helix source to testsuite out of the solver
9910   so we can use it for target, storage tests
9911 - add Source_Ref::timestamp(), default to now()
9912   in order to implement smart sync of sources by zmd
9913 - don't parse desc and summary twice
9914 - fix a segfault with tranlated text
9915 - fix broken size tag introduced in rev 3427
9916 - rev 3446
9917
9918 -------------------------------------------------------------------
9919 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
9920
9921 - dont accept corrupt sources, improve logs
9922
9923 -------------------------------------------------------------------
9924 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
9925
9926 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
9927   loosing autoprotection (eg. for foreign vendor). (assists #177469)
9928 - rev 3431
9929
9930 -------------------------------------------------------------------
9931 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
9932
9933 - added mediaNr() to PatchRpm and DeltaRpm classes
9934 - rev 3430
9935
9936 -------------------------------------------------------------------
9937 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
9938
9939 - enable YUM license to confirm.
9940   needed for #174476
9941 - adapt store to serialize and read all new resobject fields
9942 - use install-time to now() when serializing (#174653)
9943 - rev 3427
9944
9945 -------------------------------------------------------------------
9946 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
9947
9948 - Do not violate install order when restricting commit to a certain
9949   mediaNumber. (#170079)
9950 - Version 1.1.0; rev 3423
9951
9952 -------------------------------------------------------------------
9953 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
9954
9955 - Added SourceManager::findSourceByUrl to overcome alias mismatches
9956   (#177543).
9957 - rev 3420
9958
9959 -------------------------------------------------------------------
9960 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
9961
9962 - Order all objects according to prerequirements, not just packages.
9963   (#173690)
9964 - rev 3419
9965
9966 -------------------------------------------------------------------
9967 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
9968
9969 - Added new translation
9970
9971 -------------------------------------------------------------------
9972 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
9973
9974 - fix missing homedir option for gpg (#171055)
9975 - rev 3415
9976
9977 -------------------------------------------------------------------
9978 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
9979
9980 - Prevent against daemons launched in rpm %post, that do not close
9981   their filedescriptors. (#174548)
9982 - Version 1.0.1; rev 3413
9983
9984 -------------------------------------------------------------------
9985 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
9986
9987 - fixed media number of package retrieved as a part of a patch
9988   (#174841)
9989 - rev 3409
9990
9991 -------------------------------------------------------------------
9992 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
9993
9994 - fix missing package descriptions due to filtered packages
9995   by incompatible architectures. (#159109)
9996 - rev 3404
9997
9998 -------------------------------------------------------------------
9999 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
10000
10001 - decrease logging in DiskUsageCounter and Modalias (#163186)
10002 - rev 3406
10003
10004 -------------------------------------------------------------------
10005 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
10006
10007 - Stay backward comapatible.
10008
10009 -------------------------------------------------------------------
10010 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
10011
10012 - Make basic attributes available through ResObject.
10013 - Let ResObjects which do not require media access during
10014   commit return ZERO sourceMediaNr (required for #173690)
10015 - Version 1.0.0
10016 - rev 3390
10017
10018 -------------------------------------------------------------------
10019 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
10020
10021 - reduce logging verbosity (#163186)
10022 - rev 3381
10023
10024 -------------------------------------------------------------------
10025 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
10026
10027 - setCandidate accept candidates with compatible architectures too. Not
10028   only with the same architecture. Bug 172594 - If update package has
10029   differet arch, UI display is wrong
10030
10031 -------------------------------------------------------------------
10032 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
10033
10034 - Added Source_Ref::resStoreInitialized.
10035   If we know that noone has seen the resolvables yet, we can skip
10036   them too, eg. when deleting a source. (#174840)
10037 - rev 3378
10038
10039 -------------------------------------------------------------------
10040 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
10041
10042 - Honor freshens as conditionals independant from the installed/
10043   uninstalled status (#174797)
10044 - rev 3376
10045
10046 -------------------------------------------------------------------
10047 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
10048
10049 - State modifier "unneeded" is transitive for patches (#171590)
10050 - rev 3375
10051
10052 -------------------------------------------------------------------
10053 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
10054
10055 - Do not transact itself (update) in the transactResObject mechanism
10056   Bug 174290
10057
10058 -------------------------------------------------------------------
10059 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
10060
10061 - Reenabled improved large file support flags (unintentionally
10062   removed in rev 1544). Fixes bug #173753.
10063 - Added large file support flags to libzypp.pc file allowing
10064   consistence checks in the application using features variable
10065 - rev 3366
10066
10067 -------------------------------------------------------------------
10068 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
10069
10070 - SourceManager: moved source deletion before creation
10071   so that we can recreate a deleted one (#174295)
10072 - removed dead code dealing with known_caches from SourceManager::store
10073   (see r3195)
10074 - r3362
10075
10076 -------------------------------------------------------------------
10077 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
10078
10079 - fixed returning product short name and summary if product read
10080   from target store (#148625)
10081 - rev 3360
10082
10083 -------------------------------------------------------------------
10084 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
10085
10086 - set media verifier on redirected medium (#172599)
10087 - rev 3359
10088
10089 -------------------------------------------------------------------
10090 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
10091
10092 - fix 'transactResKind' to collect best providers by capability
10093   and to recursively transact items of same kind (#170114)
10094 - rev 3355
10095
10096 -------------------------------------------------------------------
10097 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
10098
10099 - serialize the full URL to avoid missing password and other
10100   url settings (#148108)
10101 - rev 3353
10102
10103 -------------------------------------------------------------------
10104 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
10105
10106 - Added a 60 sec connect timeout to MediaCurl (#172860)
10107 - rev 3348
10108
10109 -------------------------------------------------------------------
10110 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
10111
10112 - re-fetch also .asc and .key files before checking signature
10113   (#172597)
10114 - rev 3350 (3345-10.1)
10115
10116 -------------------------------------------------------------------
10117 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
10118
10119 - Fix yum key verification, because a double variable declaration
10120
10121 -------------------------------------------------------------------
10122 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
10123
10124 - use --no-default-keyring to avoid creating a
10125   default gpg dir in / (#171055)
10126 - rev 3335
10127
10128 -------------------------------------------------------------------
10129 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
10130
10131 - Fix YUM signature checking, we were passing the key instead of the
10132   signature.
10133 - When the user trust a key, sync again. Bye to the session trusted
10134   keys and user being asked all the time. (#171213)
10135 - r3332
10136
10137 -------------------------------------------------------------------
10138 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
10139
10140 - Cleanup index tables when removing items from pool (#170564).
10141
10142 -------------------------------------------------------------------
10143 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
10144
10145 - backout rev 3246->3275 of TargetImpl.cc
10146 - add missing testsuite/utils/TestUtils.h
10147 - rev 3330
10148
10149 -------------------------------------------------------------------
10150 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
10151
10152 - more fixes for #171062, there were some files still not being
10153   read from cache.
10154 - r3327
10155
10156 -------------------------------------------------------------------
10157 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
10158
10159 - cache keys and signature. Remove lot of duplicated code. (#171062)
10160 - r3320
10161
10162 -------------------------------------------------------------------
10163 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
10164
10165 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
10166   mount here anything, so it is OK to use any dir (171351).
10167 - rev 3318
10168
10169 -------------------------------------------------------------------
10170 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
10171
10172 - parse "license-to-confirm" in primary.xml (#168437)
10173 - rev 3312
10174
10175 -------------------------------------------------------------------
10176 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
10177
10178 - Don't try to store 'Atom', not needed and the backend store
10179   rejects them anyways (addtion to #168610)
10180 - rev 3306
10181
10182 -------------------------------------------------------------------
10183 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
10184
10185 - Improved device check in MediaDISK using libblkid (Bug #158529)
10186 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
10187   added a check if it is a directory
10188 - Added libcurl and libblkid checks to configure.ac
10189 - Added e2fsprogs(-devel) requires to the spec file
10190 - rev 3303
10191
10192 -------------------------------------------------------------------
10193 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
10194
10195 - dont download "other" during key check (#171041)
10196 - rev 3294
10197
10198 -------------------------------------------------------------------
10199 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
10200
10201 - allow parallel installs of atoms (used to fulfill patch require-
10202   ments, atoms aren't installed anyways) (#170098)
10203 - some testsuite improvements.
10204 - rev 3288
10205
10206 -------------------------------------------------------------------
10207 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
10208
10209 - get rid of autobuild check when throwing exceptions without throw
10210   but with a macro, returning a null pointer at the end (never reached).
10211
10212 -------------------------------------------------------------------
10213 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
10214
10215 - Do not violate install order when restricting commit to a certain
10216   mediaNumber. (#170079)
10217
10218 -------------------------------------------------------------------
10219 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
10220
10221 - Don't use throw directly!
10222   use ZYPP_THROW with a Exception class, otherwise package bindings
10223   will not catch them.
10224   Should fix crashes when reading broken sources with yast.
10225 - rev 3272
10226
10227 -------------------------------------------------------------------
10228 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
10229
10230 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
10231   revision 3269
10232
10233 -------------------------------------------------------------------
10234 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
10235
10236 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
10237 - further improve on #168840 (from rev 3231), match on name-edition
10238   when filtering by best arch. (#170098)
10239 - rev 3268
10240
10241 -------------------------------------------------------------------
10242 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
10243
10244 - #170093 , lot of package descriptions missing
10245 - rev 3263
10246
10247 -------------------------------------------------------------------
10248 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
10249
10250 - try to fix wrong permissions of /var/lib/zypp created
10251   by old zypp, only when running as root they are fixed
10252   (#169094)
10253 - YUM: Verify signatures on factoryInit.
10254   Dont provide other.xml. Cleanups, better logging.
10255   When refreshing signed soruces, don't refresh is source
10256   has not changed.
10257 - YaST sources: don't refresh if media file has not changed.
10258 - Show full url of index files in sources for signature validation
10259   (mentioned in #170139 comment #3)-
10260
10261 -------------------------------------------------------------------
10262 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
10263
10264 - udpated media ID syntax for external scripts (to be consistent
10265   with packages) (#170247)
10266 - rev 3256
10267
10268 -------------------------------------------------------------------
10269 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
10270
10271 - set media ID to 1 if not specified in YUM metadata (#167452)
10272 - rev 3255
10273
10274 -------------------------------------------------------------------
10275 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
10276
10277 - If freshen and supplement are fulfilled, install any kind of
10278   resolvable if not yet installed (#165746)
10279 - rev 3249
10280
10281 -------------------------------------------------------------------
10282 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
10283
10284 - make downloaded script executable. (#169191)
10285 - rev 3247
10286
10287 -------------------------------------------------------------------
10288 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
10289
10290 - Improve on last fix, compare only compatible archs.
10291 - rev 3233
10292
10293 -------------------------------------------------------------------
10294 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
10295
10296 - Only choose best arch of multiple package atoms with identical
10297   name (#168840)
10298 - rev 3231
10299
10300 -------------------------------------------------------------------
10301 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
10302
10303 - pass empty strings to UI as key properties if unknown key
10304   (#169114)
10305 - rev 3228
10306
10307 -------------------------------------------------------------------
10308 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
10309
10310 - refrain from parsing 'other.xml' (#159316)
10311 - rev 3226
10312
10313 -------------------------------------------------------------------
10314 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
10315
10316 - in source refresh, clean up the cache dir if fails
10317 - do not require repomd.xml.asc when creating a cache (#163765)
10318 - rev 3224
10319
10320 -------------------------------------------------------------------
10321 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
10322
10323 - Check if a file exists before providing it, and just handling the
10324   exception is not sufficient, because it can release the media.
10325   it nows get all possible packages.X translations an then
10326   it selects the candidate from the existing ones (#168654)
10327 - rev 3221
10328
10329 -------------------------------------------------------------------
10330 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
10331
10332 - dont report conflicts if item is neither installed
10333   nor to-be-installed (#168906)
10334 - rev 3219
10335
10336 -------------------------------------------------------------------
10337 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
10338
10339 - #168060 , propagate the file description or original
10340   name to the UI and not the checked filename path,
10341   which could be a tmp file.
10342   Requires changes in pkg-manager, and probably zmd-helpers.
10343 - rev 3215
10344
10345 -------------------------------------------------------------------
10346 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
10347
10348 - /var/lib/zypp/db/languages/* are empty files (##168355)
10349 - r3206
10350
10351 -------------------------------------------------------------------
10352 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
10353
10354 - All resolvables must honor arch, so Arch_noarch in
10355   target/store/XMLFilesBackend.cc is wrong (#160792)
10356 - Introduced code to honour shared package descriptions
10357   (#159109)
10358 - r3204
10359
10360 -------------------------------------------------------------------
10361 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
10362
10363 - replace '_' in YUM elements/attributes with '-' (#168762)
10364 - rev 3201
10365
10366 -------------------------------------------------------------------
10367 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
10368
10369 - Fixed iseries workaround - interchanged variables for scsi
10370   devices, added debug messages about the steps (#163971).
10371 - Added getenv NULL ptr check and verify of the $HOME dir's
10372   and ~/.curlrc file's ownership (#163203).
10373 - rev 3199
10374
10375 -------------------------------------------------------------------
10376 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
10377
10378 - Use filesystem::TmpDir to create unique and unused Source cache
10379   directories. (#168051)
10380
10381 -------------------------------------------------------------------
10382 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
10383
10384 - Enable signature checks per default. (#168525)
10385
10386 -------------------------------------------------------------------
10387 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
10388
10389 - fix callbacks for providing a single file (#160206)
10390
10391 -------------------------------------------------------------------
10392 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
10393
10394 - If an installed package looses a dependency, the solver tries
10395   to upgrade it. Limit the upgrade candidates to best arch, best
10396   edition.
10397 - filter 'other' entries with incompatible arch in yum parser.
10398 - rev 3177
10399
10400 -------------------------------------------------------------------
10401 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
10402
10403 - initialize the product category according to source (#168061)
10404 - rev 3172
10405
10406 -------------------------------------------------------------------
10407 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
10408
10409 - delete only one older version of a xml-store resolvable
10410   (half-baked, but the previous attempt was charred)
10411
10412 -------------------------------------------------------------------
10413 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
10414
10415 - moved license_to_confirm to primary.xml
10416 - rev 3170
10417
10418 -------------------------------------------------------------------
10419 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
10420
10421 - Removed deprecated oldstyle commit methods.
10422
10423 -------------------------------------------------------------------
10424 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
10425
10426 - when installing a xml-store resolvable (all except package,
10427   message, script), delete older versions (#160792).
10428 - read selection edition from the XML store
10429 - rev 3167
10430
10431 -------------------------------------------------------------------
10432 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
10433
10434 - properly clear transaction flag after successful commit
10435   (see rev 3122, #164365, #167285)
10436 - rev 3157
10437
10438 -------------------------------------------------------------------
10439 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
10440
10441 - recursively soft-uninstall recommended package on real uninstall,
10442   not on update (#167603)
10443 - rev 3155
10444
10445 -------------------------------------------------------------------
10446 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
10447
10448 - fix #167605 (importing keys to rpm multiple times due to
10449   wrong interpretation of rpm gpg versioning.
10450 - add support for reading the rpm keys, with full id and fingerprint
10451 - rev 3153
10452
10453 -------------------------------------------------------------------
10454 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
10455
10456 - don't add duplicate error infos to ResolverContext (#167309)
10457 - rev 3146
10458
10459 -------------------------------------------------------------------
10460 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
10461
10462 - fix Resolver::transactReset() (see rev 3122) (#167285)
10463 - rev 3140
10464
10465 -------------------------------------------------------------------
10466 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
10467
10468 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
10469   variable is present, all signature checking callbacks will default
10470   to 'accept', in case no recipient is present.
10471
10472 -------------------------------------------------------------------
10473 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
10474
10475 - read content file on construction, and make
10476   provideProduct only insert the already
10477   read product object into the store (#165826)
10478   (dmacvicar)
10479 - When the signature is not found, warn the
10480   user about a unsigned source. When the
10481   key is not found, do nothing, it can be in the
10482   keyring already. (#166016) (dmacvicar)
10483 - enable key verification only if
10484   ZYPP_CHECKSIG env var is set (dmacvicar)
10485 - r1529
10486
10487 -------------------------------------------------------------------
10488 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
10489
10490 - fix bugfix 164365, fix bug 167285
10491   Actually clear the transcation state instead of locking it
10492   to 'dont transact'
10493 - rev 3122
10494
10495 -------------------------------------------------------------------
10496 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
10497
10498 - revert the signature/digest checking callbacks
10499 - rev 3115
10500
10501 -------------------------------------------------------------------
10502 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
10503
10504 - Bugfix #165670
10505   - Honor keep requests.
10506   - Dont flag "locked uninstall" as error if a keep request was
10507     issued before.
10508 - rev 3114
10509
10510 -------------------------------------------------------------------
10511 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
10512
10513 - rule out locked items during distribution upgrade as early
10514   as possible. (#165670)
10515 - rev 3110
10516
10517 -------------------------------------------------------------------
10518 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
10519
10520 - Bugfix #166212
10521   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
10522     transactResObject().
10523   - resetTransaction(APPL_LOW) before resolving
10524   - enhance transactCaps by using the same algorithm as in
10525     QueueItemRequire
10526     (before: transact all requires and recommends by name
10527      now: transact best requires and recommends by provides)
10528 - rev 3107
10529
10530 -------------------------------------------------------------------
10531 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
10532
10533 - new callbacks for failing digest
10534 - rev 3098
10535
10536 -------------------------------------------------------------------
10537 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
10538
10539 - ask for file without a checksum (#165125)
10540
10541 -------------------------------------------------------------------
10542 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
10543
10544 - dont install satisfied resolvables (#165843)
10545 - rev 3095
10546
10547 -------------------------------------------------------------------
10548 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
10549
10550 - dont abort on failed "dry_run" (#164583)
10551 - rev 3091
10552
10553 -------------------------------------------------------------------
10554 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
10555
10556 - Ask user if signature file does not exist (#163765)
10557 - handle repomd.xml.asc as optional file (#163765)
10558 - rev 3089
10559
10560 -------------------------------------------------------------------
10561 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
10562
10563 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
10564 - rev 3087
10565
10566 -------------------------------------------------------------------
10567 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
10568
10569 - Dont do transitive uninstalls on uninstalled or upgraded items.
10570   (#165798)
10571 - rev 3083
10572
10573 -------------------------------------------------------------------
10574 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
10575
10576 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
10577
10578 -------------------------------------------------------------------
10579 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
10580
10581 - Product::updateUrls: restore it from the XML store;
10582   fixed content parsing (#163192).
10583 - restore product flags fro the XML store
10584 - rev 3074
10585
10586 -------------------------------------------------------------------
10587 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
10588
10589 - Only consider best arch/version (#165477)
10590 - rev 3069
10591
10592 -------------------------------------------------------------------
10593 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
10594
10595 - No need to parse tags at all if there is no item to store values
10596   (e.g. data for unwanted arch). Fixed segv trying to store data in
10597   NULL item. (#165479)
10598 - rev3065
10599
10600 -------------------------------------------------------------------
10601 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
10602
10603 - Improved Url path name "//" vs. "/%2f" handling; now if the
10604   url has an authority, "/%2f" is used for ftp only (#163784)
10605 - rev 3062
10606
10607 -------------------------------------------------------------------
10608 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
10609
10610 - fixed storing patch scripts to target store (#159928)
10611 - rev 3058
10612
10613 -------------------------------------------------------------------
10614 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
10615
10616 - if a patch is bad, only skip this patch, not everything
10617   (#165200)
10618 - rev 3057
10619
10620 -------------------------------------------------------------------
10621 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
10622
10623 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
10624 - Susetags:Pattern: Fixed parser.
10625
10626 -------------------------------------------------------------------
10627 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
10628
10629 - when uninstalling, only re-establish installed items
10630   supplementing the to-be-uninstalled one. (variant of #165111)
10631 - rev 3054
10632
10633 -------------------------------------------------------------------
10634 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
10635
10636 - Susetags:Package: Parse and provide ins/delnotify texts.
10637
10638 -------------------------------------------------------------------
10639 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
10640
10641 - when checking freshens/supplements at install, only consider
10642   best architecture/edition (#164453)
10643 - rev 3051
10644
10645 -------------------------------------------------------------------
10646 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
10647
10648 - when checking for supplements, only consider best arch, best
10649   edition for installation (#165111)
10650 - rev 3047
10651
10652 -------------------------------------------------------------------
10653 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
10654
10655 - Bug 165117: build 910: Update: Splitted packages are selected for
10656   all archs
10657
10658 -------------------------------------------------------------------
10659 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
10660
10661 - ask user if a file exists but does not have a checksum (#162797)
10662 - rev 3044
10663
10664 -------------------------------------------------------------------
10665 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
10666
10667 - parse time and size elements from delta and patch RPM
10668 - rev 3043
10669
10670 -------------------------------------------------------------------
10671 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
10672
10673 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
10674   devices - on powerpc only (#163971)
10675 - rev 3042
10676
10677 -------------------------------------------------------------------
10678 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
10679
10680 - fix endless loop in patches parsing.
10681 - rev 3039
10682
10683 -------------------------------------------------------------------
10684 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
10685
10686 - fixed media handling in SuSEtags source (#164879)
10687 - rev 3037
10688
10689 -------------------------------------------------------------------
10690 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
10691
10692 - honor 'dry_run' on package remove (#164732)
10693 - rev 3036
10694
10695 -------------------------------------------------------------------
10696 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
10697
10698 - add files from yum filelist as provides to package (#164731)
10699 - rev 3032
10700
10701 -------------------------------------------------------------------
10702 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
10703
10704 - honor "+Enh:/-Enh:" in packages file (#156513)
10705
10706 -------------------------------------------------------------------
10707 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
10708
10709 - fix callback receiver signature to match the callback for removing
10710   package
10711
10712 -------------------------------------------------------------------
10713 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
10714
10715 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
10716 - rev 3024
10717
10718 -------------------------------------------------------------------
10719 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
10720
10721 - Bug 164440; Taking wrong architecture while updating obsoletes
10722   splitted packages
10723 - rev 3022
10724
10725 -------------------------------------------------------------------
10726 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
10727
10728 - allow relative paths with url file:
10729 - dont filter atoms from going into pool, multi-arch patch
10730   requirements need them. Instead, treat atoms with incompatible
10731   architecture as unneeded.
10732 - rev 3018
10733
10734 -------------------------------------------------------------------
10735 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
10736
10737 - product now provides short name
10738 - rev 3013
10739
10740 -------------------------------------------------------------------
10741 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
10742
10743 - read metadata for packages from correct tags in patches (#163220)
10744 - rev 3011
10745
10746 -------------------------------------------------------------------
10747 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
10748
10749 - more detailed resolver error reports (#162994)
10750 - rev 3010
10751
10752 -------------------------------------------------------------------
10753 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
10754
10755 - report package download progress (#160966)
10756 - rev 3007
10757
10758 -------------------------------------------------------------------
10759 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
10760
10761 - transact also for languages (#163819)
10762 - rev 3004
10763
10764 -------------------------------------------------------------------
10765 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
10766
10767 - loop through all affected ResObjects in transactResKind (#163819)
10768 - rev 3002
10769
10770 -------------------------------------------------------------------
10771 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
10772
10773 - allow re-installation of non-packages (#162906)
10774 - rev 2998
10775
10776 -------------------------------------------------------------------
10777 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
10778
10779 - Added loop checking for scsi cdroms (/sys/block/srX) in case
10780   HAL does not provide any drives like on iSeries (#163971).
10781 - rev 2995
10782
10783 -------------------------------------------------------------------
10784 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
10785
10786 - add 'licenceToConfirm()' to Product. (#164375)
10787
10788 -------------------------------------------------------------------
10789 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
10790
10791 - Avoid excessive CD hopping on commit. But still far from
10792   being perfect. (#159679)
10793 - Fixed Target::commit: Despite dry_run set True, packages
10794   were depeted.
10795
10796 -------------------------------------------------------------------
10797 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
10798
10799 - honour if user decides to skip a package in commit (#156031)
10800
10801 -------------------------------------------------------------------
10802 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
10803
10804 - fixed parsing external reference to script in patch (#163221)
10805 - r2981
10806
10807 -------------------------------------------------------------------
10808 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
10809
10810 - cache and provide content.asc/key optionally. Dont show a
10811   popup if they dont exists. (dmacvicar)
10812 - Actually abort when verify signature workflow is false. (dmacvicar)
10813 - r2978
10814
10815 -------------------------------------------------------------------
10816 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
10817
10818 - fixed setting autorefresh flag for installation sources
10819
10820 -------------------------------------------------------------------
10821 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
10822
10823 - drop patches with incompatible architecture.
10824 - rev 2972
10825
10826 -------------------------------------------------------------------
10827 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
10828
10829 - Added info method to media verifier base and more debug info
10830 - rev 2970
10831
10832 -------------------------------------------------------------------
10833 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
10834
10835 - Dont deny the "/" attach point in MediaDIR, since this is used
10836   for all "file:" urls, esp. local packages.
10837 - rev 2962
10838
10839 -------------------------------------------------------------------
10840 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
10841
10842 - Bug 159673 - only one conflict solvable per page
10843
10844 -------------------------------------------------------------------
10845 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
10846
10847 - parse all dependencies of 'packages' file (#163773)
10848 - rev 2957
10849
10850 -------------------------------------------------------------------
10851 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
10852
10853 - Use the original media descr_dir on refresh for
10854   suse tags source (#163196)
10855 - r2952
10856
10857 -------------------------------------------------------------------
10858 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
10859
10860 - add Source::setUrl() for zmd backend helper.
10861 - rev 2946
10862
10863 -------------------------------------------------------------------
10864 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
10865
10866 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
10867 target init. (dmacvicar)
10868 - r2949
10869
10870 -------------------------------------------------------------------
10871 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
10872
10873 - Fixed MediaDISK to use a mount -oro,bind id the disk
10874   partition is already attached e.g. by the automounter.
10875   Try to mount it a second time may fail (#163486).
10876 - rev 2944
10877
10878 -------------------------------------------------------------------
10879 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
10880
10881 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
10882 - rev 2940
10883
10884 -------------------------------------------------------------------
10885 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
10886
10887 - only try to create a source of a given type when restoring
10888   from the persistent store (#162111)
10889
10890 -------------------------------------------------------------------
10891 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
10892
10893 - parse all dependencies for patterns (.pat) files (#160602)
10894 - drop YOUPATH and YOUURL from content file.
10895 - rev 2924
10896
10897 -------------------------------------------------------------------
10898 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
10899
10900 - properly initialize autorefresh for non-remote sources (#154990)
10901 - rev 2919
10902
10903 -------------------------------------------------------------------
10904 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
10905
10906 - Added flag to MediaManager::isUseableAttachPoint, whether
10907   to check against system mount entries or not.
10908 - Disallow to use the attachpoints of another media handlers
10909   as source path in MediaDIR.
10910 - rev 2917
10911
10912 -------------------------------------------------------------------
10913 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
10914
10915 -implement callbacks for when package verification (checksum)
10916  fails, offer to retry or abort
10917
10918 -------------------------------------------------------------------
10919 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
10920
10921 - Fix construction of checksum objects when using non-standard
10922   checksum algorithms
10923 - Fix broken YUM cache
10924 - r2913
10925
10926 -------------------------------------------------------------------
10927 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
10928
10929 - Keep packages with no version upgrade installed during
10930   distribution upgrade (#162972)
10931 - add 'transactReset()' helper function for UI.
10932 - rev 2908
10933
10934 -------------------------------------------------------------------
10935 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
10936
10937 - r2906
10938
10939 -------------------------------------------------------------------
10940 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
10941
10942 - Fixed candidate handling in ui::Selectable. (#156589)
10943
10944 -------------------------------------------------------------------
10945 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
10946
10947 - fix #162984 , gpg hangs because the matching data file
10948   for the key cannot be find. (dmacvicar)
10949 - Fix restore of YUM source using the same cache dir semantics as
10950  susetags instead of assuming there is a cache if a cache_dir
10951   was given. (dmacvicar)
10952
10953 -------------------------------------------------------------------
10954 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
10955
10956 - use DISTPRODUCT/DISTVERSION from content file to generate the
10957   product name, version, and release.
10958 - rev 2902
10959
10960 -------------------------------------------------------------------
10961 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
10962
10963 - Removed broken forcing of absolute ftp paths added in rev2705 to
10964   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
10965 - rev 2900
10966
10967 -------------------------------------------------------------------
10968 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
10969
10970 - add Resolver::freshenPool() (#156980)
10971 - rev 2893
10972
10973 -------------------------------------------------------------------
10974 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
10975
10976 - skip incompatible archs in filelist parsing.
10977 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
10978   /lib64/, ...)
10979 - rev 2886
10980
10981 -------------------------------------------------------------------
10982 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
10983
10984 - skip incompatible archs in primary parsing.
10985 - rev 2883
10986
10987 -------------------------------------------------------------------
10988 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
10989
10990 - allow setting of source when parsing local .rpm (#147765)
10991 - rev 2880
10992
10993 -------------------------------------------------------------------
10994 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
10995
10996 - Do not update packages over other architectures
10997
10998 -------------------------------------------------------------------
10999 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
11000
11001 - Added zypp/ui/UserWantedPackages to support the UI's
11002   "automatic changes" dialog (bug #152700)
11003
11004 -------------------------------------------------------------------
11005 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
11006
11007 - use KeyRing class to validate repomd.xml (#160909)
11008
11009 -------------------------------------------------------------------
11010 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
11011
11012 - Product resolvables should be readable by normal users.
11013   (#162474) (dmacvicar)
11014 - implemented keyring and metadata signature verification
11015   in susetags source
11016 - dont delete the lock if we did not acquire it
11017 - r2847
11018
11019 -------------------------------------------------------------------
11020 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
11021
11022 - Added disabling of the automounter while MediaManager
11023   init and restoring of the old state on exit (#154326).
11024 - Implemented check if media (CD) is automounted or not
11025 - rev 2840
11026
11027 -------------------------------------------------------------------
11028 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
11029
11030 - Implemented several hal get/set/removeDeviceProperty wrappers
11031 - Improved HalException to allow to fetch HAL/DBUS error componets
11032 - rev 2830
11033
11034 -------------------------------------------------------------------
11035 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
11036
11037 - honor subscription status of catalogs (#162350)
11038 - rev 2827
11039
11040 -------------------------------------------------------------------
11041 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
11042
11043 - Enabled CD eject error reporting exceptions (#154326)
11044 - rev 2822
11045
11046 -------------------------------------------------------------------
11047 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
11048
11049 - support "dry run" (#159467)
11050 - implement "transactResKind" (#161400)
11051 - rev 2817
11052
11053 -------------------------------------------------------------------
11054 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
11055
11056 - add checksum for external patches (#159928)
11057
11058 -------------------------------------------------------------------
11059 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
11060
11061 - calculate product architecture (#158198)
11062
11063 -------------------------------------------------------------------
11064 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
11065
11066 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
11067   detection
11068
11069 -------------------------------------------------------------------
11070 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
11071
11072 - Auto protect installed packages from unknown vendor. (#157446)
11073
11074 -------------------------------------------------------------------
11075 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
11076
11077 - added support for external scripts to metadata (#159928) (jsrain)
11078 - fixed handling of Language resolvables (ma)
11079 - fix leak in rpmdb (dmacvicar)
11080 - added softlock for autoyast (#159466) (ma)
11081 - Fixed exceptions in doGetFileCopy() to show full url
11082   including the file instead of just the media base url. (mt)
11083 - Provide Language::summary (ma)
11084 - check patterns and selections file exist
11085   before veryfing them (#161300) (dmacvicar)
11086 - added YUM metadata checksum computation (jsrain)
11087 - added interface to patch of a message (jsrain)
11088 - r2734
11089
11090 -------------------------------------------------------------------
11091 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
11092
11093 - added support for external scripts to metadata (#159928)
11094 - r2709
11095
11096 -------------------------------------------------------------------
11097 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
11098
11099 - report separate exception when trying to start source cache again to
11100   suppress incorrect error message in XEN installation
11101 - r2682
11102
11103 -------------------------------------------------------------------
11104 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
11105
11106 - Implement inter process locking in zypp.
11107 - Added No medium found output
11108 - splitting modaliases in supplements TOO
11109 - parse also the available signing keys
11110
11111 -------------------------------------------------------------------
11112 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
11113
11114 - release all media when removing source (#159754) (visnov)
11115 - more testsuites (schubi)
11116 - updated translations (schubi)
11117 - added MediaNotEjectedException (mt)
11118 - rev 2652
11119
11120 -------------------------------------------------------------------
11121 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
11122
11123 - fix patches descriptions (dmacvicar)
11124 - fix source serialization (dmacvicar)
11125 - metadata for kernel test (schubi)
11126 - Arch tests updated (ma)
11127 - classify NULL Ptr as unique (ma)
11128 - Added host check, because file Url allows it now. (mt)
11129 - prepare modalias fix (#159766) (ma)
11130 - Provide iterator based access to SourceManager data. (ma)
11131 - Fixed "file:" Url scheme config to allow relative paths; (mt)
11132   RFC1738 says, it may contain a hostname as well...
11133 - revision 2633
11134
11135 -------------------------------------------------------------------
11136 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
11137
11138 - pkg-config support (mvidner)
11139 - close all medias when destructing MediaSet (jsrain)
11140 - rev 2622
11141
11142 -------------------------------------------------------------------
11143 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
11144
11145 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
11146 - Message callback implemented to show patch messages (visnov)
11147 - Bug 159696 (schubi)
11148 - provide transform_iterators to iterate over a maps keys or values (ma)
11149 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
11150 - added script and message installation (jsrain)
11151 - chooses the 'right' kernel now (kkaempf)
11152 - Use noarch if no arch is specified in patches (dmacvicar)
11153 - rev 2611
11154
11155 -------------------------------------------------------------------
11156 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
11157
11158 - Added some debug output including the access id (mt)
11159 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
11160   release with eject=true on attached media, to umount
11161   other mounts as well. (mt)
11162 - 159483 - solver does not blame missing dependency (schubi)
11163 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
11164 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
11165   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
11166 - fixed ZYPP_RETHROW (#156430) (ma)
11167 - patch for #156114 (visnov)
11168 - fixed container.erase loops (ma)
11169 - Fixed to reset desired (cached) flag before the action (mt)
11170 - Removed return in forceRelaseAllMedia (void function) (mt)
11171 - Parse nonexisting architecture to noarch so patches dont get
11172   filtered by the pool (dmacvicar)
11173 - 159512 - yast2-qt does not show label of to be installed products
11174   anymore (dmacvicar)
11175 - 159765 - Hidden patterns still visible (dmacvicar)
11176 - Use noarch if no arch is specified. (dmacvicar)
11177 - r2594
11178
11179 -------------------------------------------------------------------
11180 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
11181
11182 - properly report error for media change callback
11183 - rev 2579
11184
11185 -------------------------------------------------------------------
11186 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
11187
11188 - fixed memory leak in XMLNodeIterator (#157474)
11189 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
11190 - Renamed private MediaManager::forceMediaRelease
11191   function to forceReleaseShared (more exact name)
11192 - Implemented forceRelaseAllMedia() that can be
11193   used to release also foreign (user) mounts.
11194 - Added use of forceRelaseAllMedia for CD/DVDs
11195   if FORCE_RELEASE_FOREIGN is 1 (default 0)
11196 - little cleanup of the checkAttached function
11197 - r2578
11198
11199 -------------------------------------------------------------------
11200 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
11201
11202 - don't try to attach without exception handling (#158620)
11203 - fix descriptions, as a new tag Des for selections exists now.
11204 - fix #157683: failure after adding add-on product to install
11205   sources
11206 - added more files for translation
11207 - resolve-dependencies.cc: establish pool
11208 - parse-metadata.cc: catch bad URL
11209 - set zmdid for atoms
11210 - r2574
11211
11212 -------------------------------------------------------------------
11213 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
11214
11215 - fix testsuite.
11216 - provide edition and architecture for all kinds of yum
11217   resolvables.
11218 - fix ResStatus output.
11219 - establish atoms correctly.
11220 - treat requires to unneeded resolvables as fulfilled.
11221 - rev 2559
11222
11223 -------------------------------------------------------------------
11224 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
11225
11226 - fix the build
11227 - only consider best architecture/version (#157594)
11228 - prefer providers which supplement/enhance installed or
11229   to-be-installed packages (fixes the tpctl-kmp issue)
11230 - rev 2546
11231
11232 -------------------------------------------------------------------
11233 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
11234
11235 - provide more filters for pkg-bindings (#158602)
11236 - add SystemResObject to provide system (modalias, hal, ...)
11237   capabilities.
11238 - handle this during resolving.
11239 - make the modalias and hal capability match the SystemResObject
11240   by default, thereyby triggering a modalias (resp. hal)
11241   evaluation.
11242 - xmlstore: decouple target store from YUM schema.
11243 - clean up moving of hal() and modalias() from provides to
11244   supplements in ResolvableImpl.
11245 - add PatchContents() for UI.
11246 - handle Edition::noedition as empty string.
11247 - r2537
11248
11249 -------------------------------------------------------------------
11250 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
11251
11252 - releasing all medias when asking for CD (#156981)
11253 - r2471
11254
11255 -------------------------------------------------------------------
11256 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
11257
11258 - ResStatus::resetTransact must return a value.
11259 - Fixed random build failures in LanguageCode.cc.
11260   (Rewrote the CodeMaps constructor so that gcc does not
11261   optimize a 500-statement basic block.)
11262 - Fix constructions of patch objects. Actually insert atoms in atoms
11263   list. Insert atoms for package even if the package does not exists
11264   in the source. Fixes #157628 (dmacvicar).
11265 - Fixed license reading from susetags, #151834 (dmacvicar).
11266 - r2468
11267
11268 -------------------------------------------------------------------
11269 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
11270
11271 - added ResStatus::resetTransact (ma)
11272 - bugfix for #156439 (schubi)
11273 - Added Source_Ref::setAlias (#154913).
11274 - Do not assume there is a product file when scanning for products
11275   (visnov)
11276 - function to disable all sources in the persistent store (visnov)
11277 - dependency errors go to stdout, not stderr; output resolver info
11278   directly to stderr (kkaempf)
11279 - rev 2464
11280
11281 -------------------------------------------------------------------
11282 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
11283
11284 - fix merging of resolver info (needed for #157684).
11285 - errors are also important in ResolverInfo.
11286 - improve debug output in ResolverContext.
11287 - rev 2455
11288
11289 -------------------------------------------------------------------
11290 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
11291
11292 - delete RPMs downloaded via HTTP/FTP after installnig them
11293   (#157011)
11294 - fixed product registration (reverted autorefresh patch) (#157566)
11295
11296 -------------------------------------------------------------------
11297 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
11298
11299 - if root!="/", always prefer the upgrade candidate (#155472)
11300 - implement license confirmed api for UI.
11301 - prefer architecture over version in distribution upgrade
11302   (#157501)
11303 - clean up media handling.
11304 - rev 2448
11305
11306 -------------------------------------------------------------------
11307 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
11308
11309 - init Modalias properly.
11310 - fix warnings in testcases.
11311 - rev 2432
11312
11313 -------------------------------------------------------------------
11314 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
11315
11316 - drop libjpeg-devel and sqlite-devel from build requires.
11317
11318 -------------------------------------------------------------------
11319 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
11320
11321 - implement 'modalias()' capability (#157406)
11322 - make dependencies consistent, its 'freshens'.
11323 - cope with user umounts of devices.
11324 - add debug to SourceManager.
11325 - rev 2418
11326
11327 -------------------------------------------------------------------
11328 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
11329
11330 - allow version downgrade during distribution upgrade if the
11331   newer package is coming from a trusted vendor (#155472)
11332 - implement locale fallback
11333 - 'freshen' -> 'freshens' in schema definitions to make it
11334   consistent with all other dependency definitions.
11335 - better error reporting for .pat and .sel files.
11336 - rule out packages from dependency resolutions which are
11337   de-selected by user (#155368)
11338 - use locale fallbacks in package translations.
11339 - refresh source when re-enabling it.
11340 - rev 2406
11341
11342 -------------------------------------------------------------------
11343 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
11344
11345 - split of libzypp-zmd-backend subpackage as a stand-alone
11346   leaf package.
11347 - encapsulate bool test for Source_Ref better.
11348 - fixed stack overflow (ma).
11349 - make testsuite build again.
11350 - rev 2346
11351
11352 -------------------------------------------------------------------
11353 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
11354
11355 - fixed URL rewriting for CD2 and following (#154762)
11356 - fixed ResPoolProxy diffState (for proper ok/cancel support
11357   in UI)
11358 - added special exception class for aborting installation
11359   (#154936)
11360 - only auto-change directories if they end in CDn or DVDn.
11361 - rev 2320.
11362
11363 -------------------------------------------------------------------
11364 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
11365
11366 - silently ignore multiple installs of the same package.
11367 - fix disk usage for installs and uninstalls.
11368 - rev 2308
11369
11370 -------------------------------------------------------------------
11371 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
11372
11373 - zmd-backend: filter out incompatible architectures from
11374   repository.
11375 - rev 2298
11376
11377 -------------------------------------------------------------------
11378 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
11379
11380 - sync libzypp media data with mtab.
11381 - improve resolver error and solution reports.
11382 - fix source cache reading (#155459).
11383 - default cached sources to enabled (#155459).
11384 - let each source provide public keys.
11385 - rev 2297
11386
11387 -------------------------------------------------------------------
11388 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
11389
11390 - only write by-sovler transactions back (#154976)
11391 - rev 2278
11392
11393 -------------------------------------------------------------------
11394 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
11395
11396 - release last used source at end of commit (#155002)
11397 - rev 2277
11398
11399 -------------------------------------------------------------------
11400 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
11401
11402 - cope with NULL values in zmd catalogs table (#153584)
11403 - set YAST_IS_RUNNING in transact zmd helper (#154820)
11404 - run SuSEconfig after transact zmd helper (#154820)
11405 - add softTransact to honor user vs. soft requirements (#154650)
11406 - honor all build keys provided by a package source.
11407 - add source metadata refresh.
11408 - add progress callbacks to zmd helpers.
11409 - rev 2276
11410
11411 -------------------------------------------------------------------
11412 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
11413
11414 - include .diffs into main source.
11415 - catch exception when ejecting media which was unmounted externally
11416   (#154697).
11417 - init source in zmd-backend correctly (#154667)
11418 - implement disk usage info for YaST.
11419 - clean up XML schema files.
11420 - catch CPUs identifying as 'i686' but being 'i586'.
11421 - allow definition of preferred attach (mount) point for media.
11422 - make resolver results more readable.
11423 - use language fallbacks if none of multiple language providers
11424   matches.
11425 - get rid of ignoring wrong arch in resolver, having the wrong
11426   architecture is prevented by other means.
11427 - prepare for translations in exceptions.
11428 - fix 'abort does not abort'
11429 - implement 'flag' I/O in target cache backend.
11430 - skip incompatibles architectures in packages.<lang>
11431 - rev 2228
11432
11433 -------------------------------------------------------------------
11434 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
11435
11436 - dont even provide src/nosrc from the source.
11437 - rev 2169 + diffs
11438
11439 -------------------------------------------------------------------
11440 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
11441
11442 - Initialize commit result (#154409)
11443 - release media if its wrong (#154326)
11444 - dont copy src/nosrc packages to the pool (#154627)
11445 - reduce XML logging.
11446 - rev 2169 + diffs
11447
11448 -------------------------------------------------------------------
11449 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
11450
11451 - fix path of .po files (#154074).
11452 - parse the correct package.<lang> file (kinda #154074).
11453 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
11454 - reattach all released medias.
11455 - raise exception instead of abort() on XML errors (#154104).
11456 - update translations.
11457 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
11458   and is_empty_dir utility function
11459 - rev 2169
11460
11461 -------------------------------------------------------------------
11462 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
11463
11464 - check freshens and supplements for packages (#154074).
11465 - only complain about incomplete installed resolvables,
11466   if they are uninstalled, schedule them for installation.
11467   (#154074)
11468 - add testcases for locale() provides.
11469 - add lang_country -> lang fallback.
11470 - have locale(parent:...) deps match any provides of 'parent'
11471   also when uninstalling a package.
11472 - rev 2148
11473
11474 -------------------------------------------------------------------
11475 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
11476
11477 - change the locale(...) separator to ";" (#153791)
11478 - complete "find-files" of zmd-backend.
11479 - rev 2140
11480
11481 -------------------------------------------------------------------
11482 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
11483
11484 - avoid attaching media when initializing source
11485 - rev 2139
11486
11487 -------------------------------------------------------------------
11488 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
11489
11490 - warn about misspelled 'locale(...)' provides
11491 - add testcases
11492 - rev 2134
11493
11494 -------------------------------------------------------------------
11495 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
11496
11497 - fix the build
11498 - rev 2129
11499
11500 -------------------------------------------------------------------
11501 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
11502
11503 - provide available locales to application (#153583)
11504 - honor 'requestedLocales' (language dependant packages)
11505 - honor release requests for all holders of a device.
11506 - silently re-attach after a forced release.
11507 - solver improvements.
11508 - handle source caches.
11509 - proper logging in zmd backend helpers.
11510 - rev 2127
11511
11512 -------------------------------------------------------------------
11513 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
11514
11515 - upgrade always to best version and arch (#153577)
11516 - reset 'transact' state for obsoleted packages (#153578)
11517 - translation updates
11518 - rev 2113
11519
11520 -------------------------------------------------------------------
11521 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
11522
11523 - add support for 'local' .rpm packages to zmd-backend.
11524 - rev 2101
11525
11526 -------------------------------------------------------------------
11527 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
11528
11529 - fix build of zmd/backend.
11530 - actually fill 'files' table in package-files.
11531 - rev 2094
11532
11533 -------------------------------------------------------------------
11534 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
11535
11536 - improve testcases.
11537 - add 'setPossibleLocales()' to ZYpp, this defines the set
11538   of possible locales to choose from (#153583)
11539 - provide LanguageImpl and create 'Language' resolvables for
11540   each 'possible' locale.
11541 - fix YUM parsing of patches, insert 'atoms' to link patches
11542   with packages.
11543 - replace gzstream/ with own, existing implementation.
11544 - honor locks in solver (#150231)
11545 - sync pool with target after commit() properly (#150565, #153066)
11546 - new zmd helper 'package-files'
11547 - rev 2093
11548
11549 -------------------------------------------------------------------
11550 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
11551
11552 - prevent multiple initializations of the target (#153124)
11553 - implement 'loopback mounted ISO images'
11554 - retain old package sources on upgrade.
11555 - support compressed .xml files in 'repodata' type repositories.
11556 - rev 2025
11557
11558 -------------------------------------------------------------------
11559 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
11560
11561 - parse locale(...) provides and construct correct dependencies.
11562
11563 -------------------------------------------------------------------
11564 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
11565
11566 - always upgrade to candidate (#152760).
11567 - fix typo in package sorting.
11568 - prepare handling of locale provides.
11569 - rev 1995
11570
11571 -------------------------------------------------------------------
11572 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
11573
11574 - sort src/nosrc package to right list during commit.
11575 - revert installtime/buildtime in susetags parser (#152760)
11576 - rev 1990
11577
11578 -------------------------------------------------------------------
11579 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
11580
11581 - reset state after successful commit (#153030)
11582 - run "rpm -e" always with "--nodeps" (#153026)
11583 - provide separate resolvable kind for src packages.
11584 - extend status field for LOCK and LICENSE.
11585 - add sameState()/diffState() for UI.
11586 - provide 'best' candidate for UI.
11587 - set 60 sec timeout for curl access.
11588 - don't cross-compare solver results, takes too much time.
11589 - provide sizes of installed packages.
11590 - extend REQUIRES semantics in content file.
11591 - add "parse-metadata" helper to zmd-backend.
11592 - rev 1987
11593
11594 -------------------------------------------------------------------
11595 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
11596
11597 - provide complete disk usage data (#152761)
11598 - include upgrade flag when copying solver solution
11599   back to pool (#152717)
11600 - rev 1959
11601
11602 -------------------------------------------------------------------
11603 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
11604
11605 - don't insert incompatible architectures to the pool (#151933)
11606 - don't accept incompatible architectures from a repository
11607   (#151933)
11608 - separate rpm log (#151431).
11609 - allow extended product requires.
11610 - rev 1954
11611
11612 -------------------------------------------------------------------
11613 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
11614
11615 - provide the XML schema files in the main package. (#152593)
11616
11617 -------------------------------------------------------------------
11618 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
11619
11620 - provide arch compat handling.
11621 - implement data upload to zmd.
11622 - fix source metadata caching on target.
11623 - add 'supplements' dependencies to 'yum' parser.
11624 - provide user agent identification to curl calls.
11625 - move resolver branches (multiple alternatives) back in queue
11626   (resolve known things first, then the unknown ones).
11627 - clean up 'packages' parser.
11628 - rev 1947
11629
11630 -------------------------------------------------------------------
11631 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
11632
11633 - improve media mount/umount interface
11634 - prepare class ArchCompat for proper architecture ordering
11635   and compatibility handling.
11636 - add returns to dummy functions in DbAccess.
11637 - rev 1913
11638
11639 -------------------------------------------------------------------
11640 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
11641
11642 - don't explictly delete to-be-upgraded packages.
11643 - finish query-system, resolve-dependencies, and transact for
11644   libzypp-zmd-backend.
11645 - provide Pattern::category.
11646 - move system architecture to toplevel.
11647 - make target store pathname settable.
11648 - speed up rpmdb reading by properly filtering unwanted file
11649   provides.
11650 - rev 1905
11651
11652 -------------------------------------------------------------------
11653 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
11654
11655 - new translations.
11656 - proofread texts.
11657 - when comparing solutions, prefer higher versions.
11658 - provide generic 'SafeBool' for bool conversions.
11659 - add PtrTypes testsuites.
11660 - rev 1876
11661
11662 -------------------------------------------------------------------
11663 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
11664
11665 - integrate all diffs
11666 - move Target::commit to toplevel API
11667 - generalize dependency iterators and hash dependency
11668   information in pool (for speedup)
11669 - add 'supplements' as dependency
11670 - make more pattern attributes available
11671 - drop "smbfs" in favour of "cifs" (#151476)
11672 - add metadata cache to sources (Beta4 bug)
11673 - run "rpm -e"  with name-version-release
11674 - fix update conflicts
11675 - rev 1864
11676
11677 -------------------------------------------------------------------
11678 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
11679
11680 - fix-mediachange.diff: dont skip CD but retry after media change
11681 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
11682   'eject' button
11683 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
11684   so media handle gets actually released and media unmounted.
11685
11686 -------------------------------------------------------------------
11687 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
11688
11689 - implement arch scoring
11690 - prefer better arch (#151427)
11691 - transitive depedencies of weak requirements are non-weak
11692   (#151446)
11693 - rev 1778 + diff
11694
11695 -------------------------------------------------------------------
11696 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
11697
11698 - ignore self and to-be-updated conflicts (#150844)
11699 - fix enable of target store (for non-packages)
11700 - rev 1778
11701
11702 -------------------------------------------------------------------
11703 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
11704
11705 - fix "cd:" url (#151121)
11706 - provide location() in public Package api
11707 - allow running distribution upgrade in testmode
11708 - extend HAL interface
11709 - rev 1762
11710
11711 -------------------------------------------------------------------
11712 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
11713
11714 - pass normal and locale packages from selections correctly.
11715 - its "baseconf" for base selections.
11716 - Make 'ZYpp' an obvious singleton.
11717 - provide releasenotesUrl.
11718 - dont continue upgrade without target.
11719 - implement 'fake' hal for testing.
11720 - fix package sizes.
11721 - more solver testcases.
11722 - rev 1754
11723
11724 -------------------------------------------------------------------
11725 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
11726
11727 - extend requires of libzypp-devel
11728 - provide package sizes for UI
11729 - provide more UI helpers
11730 - implement Product and related functions
11731 - fix split provides in distribution upgrade
11732 - provide locale information to system
11733 - ask HAL for available devices
11734 - reduce debug information in solver
11735 - filter architectures in source, not in solver
11736 - rev 1743
11737
11738 -------------------------------------------------------------------
11739 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
11740
11741 - disable another testsuite for now
11742 - fetch the default locale from environment
11743 - support user-defined formatting of log
11744 - rev 1710
11745
11746 -------------------------------------------------------------------
11747 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
11748
11749 - providing basic product information from susetags source
11750 - public API for preferred language
11751 - implemented redirect of logging (#149001)
11752 - report start/finish of source data parsing (#150211)
11753 - store/restore source aliases properly (#150256)
11754 - disable a lot of debug logging to speed up solver
11755 - properly rewrite URL for CDn directory layouts (#149870)
11756 - rev 1706
11757
11758 -------------------------------------------------------------------
11759 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
11760
11761 - add save/restore state to facilitate UI 'cancel'
11762 - enable target/store
11763 - add 'forceResolve' call and flag to resolver to switch between
11764   task-oriented ZMD and interactive YaST behaviour.
11765 - Fix resolver problem solution texts.
11766 - improve solver problem solution offerings.
11767 - fix media access handling to better support multiple
11768   requestors to single media.
11769 - move the media number checking to the source (media requestor)
11770   which knows how to verify the correct media.
11771 - Fix CD ordering (#149871), adding testcases.
11772 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
11773 - Add selections to testcases.
11774 - rev 1673
11775
11776 -------------------------------------------------------------------
11777 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
11778
11779 - Fix missing return in Source.cc:124
11780
11781 -------------------------------------------------------------------
11782 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
11783
11784 - cope with empty arch field in selections
11785 - enable dummy "enableStorage" function
11786 - rev 1610-branch
11787
11788 -------------------------------------------------------------------
11789 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
11790
11791 - fix random data return in Source.cc
11792 - rev 1610
11793
11794 -------------------------------------------------------------------
11795 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
11796
11797 - adapt zmd-backend to SourceImpl API change
11798 - rev 1608
11799
11800 -------------------------------------------------------------------
11801 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
11802
11803 - fix the packages parser bug. Now all packages are parsed
11804   including (english) translations.
11805   source/susetags is back to svn head.
11806 - rev 1600
11807
11808 -------------------------------------------------------------------
11809 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
11810
11811 - fix off-by-one bug in bitfield handling
11812 - revert source/susetags to rev 1411
11813 - rev 1586
11814
11815 -------------------------------------------------------------------
11816 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
11817
11818 - dont prereq-sort non-packages
11819 - rev 1584
11820
11821 -------------------------------------------------------------------
11822 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
11823
11824 - rev 1582
11825
11826 -------------------------------------------------------------------
11827 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
11828
11829 - update to rev 1543
11830
11831 -------------------------------------------------------------------
11832 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
11833
11834 - require hal-devel in libzypp-devel
11835 - re-merge fixes (RPM_OPT_FLAGS)
11836
11837 -------------------------------------------------------------------
11838 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
11839
11840 - make solver behaviour a bit more interactive
11841 - rev 1537
11842
11843 -------------------------------------------------------------------
11844 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
11845
11846 - Fix syntax error in configure script.
11847 - Use RPM_OPT_FLAGS.
11848
11849 -------------------------------------------------------------------
11850 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
11851
11852 - update for qt ui integration
11853 - rev 1504
11854
11855 -------------------------------------------------------------------
11856 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
11857
11858 - split off libzypp-zmd-backend
11859 - rev 1466
11860
11861 -------------------------------------------------------------------
11862 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
11863
11864 - another update to svn
11865
11866 -------------------------------------------------------------------
11867 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
11868
11869 - finish rpm callbacks
11870 - finish UI API
11871 - fix state change resolver<->pool
11872 - zmd backend stuff
11873 - speed up tag file parsing
11874 - rev 1405
11875
11876 -------------------------------------------------------------------
11877 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
11878
11879 - disabling failing tests of s390 and ppc
11880
11881 -------------------------------------------------------------------
11882 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
11883
11884 - Snapshoot rev 1367
11885
11886 -------------------------------------------------------------------
11887 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
11888
11889 - use hashes for pool
11890 - rev 1343
11891
11892 -------------------------------------------------------------------
11893 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
11894
11895 - removed Obsoletes:    yast2-packagemanager
11896
11897 -------------------------------------------------------------------
11898 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
11899
11900 - Snapshoot 3 Feb 2005 (11:30)
11901
11902 -------------------------------------------------------------------
11903 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
11904
11905 - Snapshoot 2 Feb 2005 (14:00)
11906
11907 -------------------------------------------------------------------
11908 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
11909
11910 - Snapshoot 2 Feb 2005 ( integrating YaST )
11911
11912 -------------------------------------------------------------------
11913 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
11914
11915 - converted neededforbuild to BuildRequires
11916
11917 -------------------------------------------------------------------
11918 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
11919
11920 - Initial version
11921