Imported Upstream version 17.1.1
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Mon Jan 15 17:01:33 CET 2018 - ma@suse.de
3
4 - Adapt rpm package verification to changes in rpm-4.14 (bsc#1076018)
5 - version 17.1.1 (0)
6
7 -------------------------------------------------------------------
8 Thu Jan  4 17:49:06 CET 2018 - ma@suse.de
9
10 - plugin: don't reject header values containing a ':' (bsc#1074687)
11 - Locks: Don't store duplicate locks (bsc#969569)
12 - version 17.1.0 (0)
13
14 -------------------------------------------------------------------
15 Wed Dec  6 13:29:42 CET 2017 - ma@suse.de
16
17 - Fix default for solver.allowNameChange (bsc#1071466)
18 - version 17.0.5 (0)
19
20 -------------------------------------------------------------------
21 Mon Dec  4 11:09:24 CET 2017 - ma@suse.de
22
23 - Stop BuildRequire dropped boost-devel (bsc#1062782)
24 - version 17.0.4 (0)
25
26 -------------------------------------------------------------------
27 Tue Nov 28 18:21:51 CET 2017 - ma@suse.de
28
29 - When importing multiple keys, export the individual keys
30   ascii armored for import into the rpmdb (bsc#1069381)
31 - version 17.0.3 (0)
32
33 -------------------------------------------------------------------
34 Thu Nov 23 12:33:51 CET 2017 - ma@suse.de
35
36 - Don't filter procs with a different mnt namespace (bsc#1068708)
37 - Support repo variables in an URIs host:port component
38   (bsc#1057640, bsc#1067605)
39 - version 17.0.2 (0)
40
41 -------------------------------------------------------------------
42 Fri Nov 10 15:25:20 CET 2017 - ma@suse.de
43
44 - Solvable: fix inconsistent retrieval of mediaNr (bsc#1065677)
45 - version 17.0.1 (0)
46
47 -------------------------------------------------------------------
48 Tue Nov  7 16:14:31 CET 2017 - ma@suse.de
49
50 - Locale: Fix possible segfault (bsc#1064999)
51 - RpmDb: Remove excess keys in the zypp keyring when exporting keys only
52   (bsc#1064380)
53 - KeyRing: Fix deleted keys not removed from rpmdb too (bsc#1064380)
54 - Flag gpg keycache dirty when adding/removing keys (bsc#1064380)
55 - Version 17.x for CODE-15, 16.x. is continued on SuSE-SLE-12-SP2-Branch
56 - version 17.0.0 (0)
57
58 -------------------------------------------------------------------
59 Thu Oct 12 18:04:38 CEST 2017 - ma@suse.de
60
61 - Fix media handling in presence of a repo path prefix (bsc#1062561)
62 - version 16.17.3 (0)
63
64 -------------------------------------------------------------------
65 Wed Oct 11 16:29:48 CEST 2017 - ma@suse.de
66
67 - Fix RepoProvideFile ignoring a repo path prefix (bsc#1062561)
68 - version 16.17.2 (0)
69
70 -------------------------------------------------------------------
71 Fri Sep 22 12:16:34 CEST 2017 - ma@suse.de
72
73 - Default to 'solver.dupAllowVendorChange = false' on SLE15
74   (FATE#323478)
75 - Remove unused legacy notify-message script (bsc#1058783)
76 - version 16.17.1 (0)
77
78 -------------------------------------------------------------------
79 Fri Sep  8 18:05:30 CEST 2017 - ma@suse.de
80
81 - Support multiple product licenses in repomd (FATE#322276)
82 - version 16.17.0 (0)
83
84 -------------------------------------------------------------------
85 Thu Sep  7 12:27:44 CEST 2017 - ma@suse.de
86
87 - Propagate 'rpm --import' errors (bsc#1057188)
88 - Fix typos in zypp.conf
89 - version 16.16.0 (0)
90
91 -------------------------------------------------------------------
92 Mon Aug 28 16:05:36 CEST 2017 - ma@suse.de
93
94 - Add testcase to compile (bsc#1055920)
95 - version 16.15.6 (0)
96
97 -------------------------------------------------------------------
98 Fri Aug 25 14:08:43 CEST 2017 - ma@suse.de
99
100 - Adapt to work with GnuPG 2.1.23 (bsc#1054088)
101 - version 16.15.5 (0)
102
103 -------------------------------------------------------------------
104 Fri Aug 25 12:51:43 CEST 2017 - ma@suse.de
105
106 - verifyFileSignature: Support signing with subkeys (bsc#1008325)
107 - PublicKey: Scan and provide subkey information.
108 - Enhance sort order for media.1/products (bsc#1054671)
109 - Drop detection and support for rpm-4.4 (fixes #77)
110 - version 16.15.4 (0)
111
112 -------------------------------------------------------------------
113 Fri Aug 11 15:29:40 CEST 2017 - ma@suse.de
114
115 - RepoInfo: add enum GpgCheck for convenient gpgcheck mode handling
116   (bsc#1045735)
117 - Fix repo/pkg checks to follow explicitly defined gpgcheck in a
118   .repo file
119 - version 16.15.3 (0)
120
121 -------------------------------------------------------------------
122 Fri Jul 21 13:26:48 CEST 2017 - ma@suse.de
123
124 - Weaken fix for bsc#1038984 if 'gpgcheck=0' in libzypp-16.15.x only.
125   This will allow some already released products to adapt to the
126   behavioral changes introduced by fixing bsc#1038984, while systems
127   with a default configuration (gpgcheck=1) already benefit from
128   the fix in libzypp-16.15.x. For details see section
129   'Signature checking' in /etc/zypp/zypp.conf.
130 - Fix gpg-pubkey release (creation time) computation (bsc#1036659)
131 - update lsof blacklist (bsc#1046417)
132 - version 16.15.2 (0)
133
134 -------------------------------------------------------------------
135 Tue Jul 18 13:18:16 CEST 2017 - ma@suse.de
136
137 - Be sure bad packages do not stay in the cache
138   (bsc#1045735, CVE-2017-9269)
139 - version 16.15.1 (0)
140
141 -------------------------------------------------------------------
142 Mon Jul 17 16:38:14 CEST 2017 - ma@suse.de
143
144 - PackageProvider: enforce a signed package if pkgGpgCheckIsMandatory
145 - Add RpmDb::checkPackageSignature to report unsigned packages
146 - Fix repo gpg check workflows, mainly for unsigned repos and packages
147   (bsc#1045735, bsc#1038984, CVE-2017-7435, CVE-2017-7436, CVE-2017-9269)
148 - version 16.15.0 (0)
149
150 -------------------------------------------------------------------
151 Wed Jul 12 17:06:14 CEST 2017 - ma@suse.de
152
153 - repo refresh: Re-probe if the repository type changes (bsc#1048315)
154 - MediaCurl: Propagate proper error code to DownloadProgressReport
155   (bsc#1047785)
156 - Allow to trigger an appdata refresh unconditionally (bsc#1009745)
157 - Support custom repo variables defined in /etc/zypp/vars.d (fixes #68)
158 - rename: handle EXDEV error on OverlayFS
159 - version 16.14.0 (0)
160
161 -------------------------------------------------------------------
162 Fri Jun 30 14:25:29 CEST 2017 - ma@suse.de
163
164 - Adapt loop mounting of iso images (bsc#1038132, bsc#1033236)
165 - Adjust zypp.conf for openSUSE Tumbleweed (bsc#1031756)
166 - Change arch variable names conflicting with compiler macros (fixes #70)
167 - Fix potential crash if repo has no baseurl (bnc#1043218)
168 - version 16.13.0 (0)
169
170 -------------------------------------------------------------------
171 Wed May 31 11:49:07 CEST 2017 - ma@suse.de
172
173 - Testcase: add missing solver flags (bsc#1041889)
174 - version 16.12.0 (0)
175
176 -------------------------------------------------------------------
177 Fri May 12 11:36:52 CEST 2017 - ma@suse.de
178
179 - add identIsAutoInstalled convenience methods
180 - make gcc6 happy
181 - version 16.11.0 (0)
182
183 -------------------------------------------------------------------
184 Thu May 11 15:23:28 CEST 2017 - ma@suse.de
185
186 - Use a common workflow for downloading packages and srcpackages.
187   This includes a common way of handling and reposrting gpg signature
188   and checks. (bsc#1037210)
189 - PackageProvider: as well support downloading SrcPackage (for bsc#1037210)
190 - version 16.10.0 (0)
191
192 -------------------------------------------------------------------
193 Thu Apr 27 16:03:32 CEST 2017 - ma@suse.de
194
195 - PoolQuery: Treat explicit queries for 'kind:name' correctly
196   (bsc#1035729)
197 - version 16.9.0 (0)
198
199 -------------------------------------------------------------------
200 Fri Apr 21 16:23:51 CEST 2017 - ma@suse.de
201
202 - Add API to control resolver job to update all packages (FATE#320653)
203 - Remove legacy vendor equivalence between 'suse' and 'opensuse'
204   (bsc#1030686)
205 - version 16.8.0 (0)
206
207 -------------------------------------------------------------------
208 Fri Apr 21 09:40:32 CEST 2017 - ma@suse.de
209
210 - RepoInfo: Allow temporary repos to control their metadata
211   directories (bsc#1032632)
212 - Arch: add armv5tl
213 - version 16.7.0 (0)
214
215 -------------------------------------------------------------------
216 Thu Mar 30 15:00:30 CEST 2017 - ma@suse.de
217
218 - Recognize license tarball in rpmmd repos (FATE#316159)
219 - Fix media verification to properly propagate media access errors
220   (bsc#1031093)
221 - version 16.6.1 (0)
222
223 -------------------------------------------------------------------
224 Mon Mar 27 17:10:52 CEST 2017 - ma@suse.de
225
226 - Fix invalidation of PoolItems if Pool IDs are reused (bsc#1028661)
227 - version 16.6.0 (0)
228
229 -------------------------------------------------------------------
230 Mon Mar 27 09:33:26 CEST 2017 - ma@suse.de
231
232 - Fix X-libcurl-Empty-Header-Workaround (bsc#1030919)
233 - version 16.5.2 (0)
234
235 -------------------------------------------------------------------
236 Tue Mar 21 13:38:08 CET 2017 - ma@suse.de
237
238 - MediaCurl: Treat http response 410(Gone) like 404(Not Found)
239   (bsc#1030136)
240 - version 16.5.1 (0)
241
242 -------------------------------------------------------------------
243 Thu Mar 16 14:06:03 CET 2017 - ma@suse.de
244
245 - Support multi-volume repomd repositories (FATE#320544)
246 - MediaCurl: ZYPP_MEDIA_CURL_IPRESOLVE=<4|6> to force name resolution
247   to IPv4/IPv6 only (fixes openSUSE/zypper#49)
248 - Add support for openssl >= 1.1
249 - version 16.5.0 (0)
250
251 -------------------------------------------------------------------
252 Mon Feb 20 10:10:43 CET 2017 - ma@suse.de
253
254 - PublicKey: Create tmpdirs inside ZYpp::tmpPath (bsc#926844)
255 - Don't create AnonymousUniqueId in chroot (bsc#1024741)
256 - version 16.4.3 (0)
257
258 -------------------------------------------------------------------
259 Tue Feb 14 12:07:14 CET 2017 - ma@suse.de
260
261 - dumpAsXmlOnL: xml escape node content (bsc#1024909)
262 - version 16.4.2 (0)
263
264 -------------------------------------------------------------------
265 Fri Feb  3 13:40:04 CET 2017 - ma@suse.de
266
267 - MediaMultiCurl: Trigger aliveCallback when downloading metalink
268   files (bsc#1021291)
269 - version 16.4.1 (0)
270
271 -------------------------------------------------------------------
272 Thu Jan 26 13:03:37 CET 2017 - ma@suse.de
273
274 - Add API for updating the AutoInstalled db
275 - MediaCD: Fix mountpoint creation after failing udf mount (bsc#1022046)
276 - fix misleading indentation (fixes #65)
277 - Fix compilation error reported by GCC7 (#63).
278 - Prefer calling "repo2solv" rather than "repo2solv.sh"
279 - version 16.4.0 (0)
280
281 -------------------------------------------------------------------
282 Wed Dec 14 12:24:23 CET 2016 - ma@suse.de
283
284 - Don't raise FileCheckException if user accepted a package with wrong
285   digest (bsc#1014265)
286 - Also provide the exception history when requesting a media failed
287   (bsc#1010952)
288 - version 16.3.2 (0)
289
290 -------------------------------------------------------------------
291 Tue Oct 11 18:04:18 CEST 2016 - ma@suse.de
292
293 - Let 'dup --from' leave an updateTestcase-<DATE> in /var/log (bsc#1004096)
294 - version 16.3.1 (0)
295
296 -------------------------------------------------------------------
297 Tue Oct 11 11:41:47 CEST 2016 - ma@suse.de
298
299 - RepoInfo: Allow parsing multiple gpgkey= URLs (bsc#1003748)
300 - version 16.3.0 (0)
301
302 -------------------------------------------------------------------
303 Tue Sep 20 11:41:48 CEST 2016 - ma@suse.de
304
305 - guessPackageSpec: Don't break globbing (fixes openSUSE/zypper#97)
306 - version 16.2.5 (0)
307
308 -------------------------------------------------------------------
309 Thu Sep 15 15:27:15 CEST 2016 - ma@suse.de
310
311 - RepoFileReader: fix parsing of multiline url entries (bsc#964932)
312 - Allow repo type 'rpm' as alias for 'rpm-md' (fixes openSUSE/zypper#100)
313 - version 16.2.4 (0)
314
315 -------------------------------------------------------------------
316 Fri Sep  9 16:43:30 CEST 2016 - ma@suse.de
317
318 - xmlout::Node:  Allow adding nore attributes while the start node
319   is not closed (FATE#320699)
320 - Fixes broken XML output introduced by an unwanted change in 16.2.2
321   (bsc#998344)
322 - version 16.2.3 (0)
323
324 -------------------------------------------------------------------
325 Wed Aug 10 17:10:41 CEST 2016 - ma@suse.de
326
327 - Report numeric curl error if code is unrecognized (bsc#992302)
328 - multicurl: propagate proxy settings stored in repo url (bsc#933839)
329 - version 16.2.2 (0)
330
331 -------------------------------------------------------------------
332 Thu Jul 21 13:09:33 CEST 2016 - ma@suse.de
333
334 - Rebuild .solv-files not matching the parsers LIBSOLV_TOOLVERSION
335 - BuildRequires:  libsolv-devel >= 0.6.23
336 - version 16.2.1 (0)
337
338 -------------------------------------------------------------------
339 Mon Jul 18 16:36:25 CEST 2016 - ma@suse.de
340
341 - Product: Offer tri-state hasEndOfLife details (FATE#320699)
342 - version 16.2.0 (0)
343
344 -------------------------------------------------------------------
345 Thu Jul 14 19:02:57 CEST 2016 - ma@suse.de
346
347 - use more user friendly command names for "zypper ps" (bsc#980541)
348 - version 16.1.3 (0)
349
350 -------------------------------------------------------------------
351 Thu Jul 14 15:39:03 CEST 2016 - ma@suse.de
352
353 - Don't do media number substitution on URLs of medium #1 (bsc#798470)
354 - version 16.1.2 (0)
355
356 -------------------------------------------------------------------
357 Tue Jul  5 11:39:11 CEST 2016 - ma@suse.de
358
359 - Fix Shrink pool if all repos are removed (bsc#899755, bsc#987573)
360 - version 16.1.1 (0)
361
362 -------------------------------------------------------------------
363 Fri Jun 24 12:33:29 CEST 2016 - ma@suse.de
364
365 - API enahncements for zypper (FATE#320447)
366 - version 16.1.0 (0)
367
368 -------------------------------------------------------------------
369 Tue Jun 21 11:11:03 CEST 2016 - ma@suse.de
370
371 - Filter duplicate resolver solutions (bsc#985674)
372 - zypp.conf: Add download.media_mountdir: Path where media are
373   preferably mounted or downloaded (FATE#319462)
374 - version 16.0.5 (0)
375
376 -------------------------------------------------------------------
377 Wed Jun 15 12:36:27 CEST 2016 - ma@suse.de
378
379 - Fix bug in removeRepository which may keep an empty .repo file
380   rather than deleting it (bsc#984494)
381 - version 16.0.4 (0)
382
383 -------------------------------------------------------------------
384 Mon Jun 13 12:53:03 CEST 2016 - ma@suse.de
385
386 - Shrink pool if all repos are removed (bnc#899755)
387 - Avoid direct BuildRequire on libudev-devel (#60)
388 - version 16.0.3 (0)
389
390 -------------------------------------------------------------------
391 Tue Jun  7 18:43:31 CEST 2016 - ma@suse.de
392
393 - Allow PackageKit to drop the zypp lock (bnc#899755)
394 - Avoid superfluous rebuilding of indices when solving
395 - version 16.0.2 (0)
396
397 -------------------------------------------------------------------
398 Sun Jun  5 16:12:42 CEST 2016 - ma@suse.de
399
400 - po: upadte makefiles
401 - DefaultIntegral: provide asString (for FATE#320447)
402 - version 16.0.1 (0)
403
404 -------------------------------------------------------------------
405 Fri May 13 08:45:53 CEST 2016 - ma@suse.de
406
407 - Prepare cmake to maintain the .pot and .po files in git. Add
408   initial .po file set derived from tarballs. Translations are now
409   maintained via Weblate.
410 - Provide 'libzypp(plugin:services) = 1' after fixing bsc#933760
411 - Bump major version for Factory, 15.x is continued on SuSE-SLE-12-SP1-Branch
412 - version 16.0.0 (0)
413
414 -------------------------------------------------------------------
415 Thu Apr 28 14:17:09 CEST 2016 - ma@suse.de
416
417 - Update sle-zypp-po.tar.bz2
418
419 -------------------------------------------------------------------
420 Thu Apr 28 14:04:36 CEST 2016 - ma@suse.de
421
422 - Update sle-zypp-po.tar.bz2
423
424 -------------------------------------------------------------------
425 Mon Apr 25 14:59:41 CEST 2016 - ma@suse.de
426
427 - Fix credential file parser losing entries with known URL but
428   different user name (bsc#933760)
429 - RepoManager: allow extraction of multiple baseurls for service
430   repos (bsc#964932)
431 - addRepository: fix to use the correct history file for logging
432 - specfile: add /etc/zypp/credentials.d to the file list
433 - version 15.22.0 (19)
434
435 -------------------------------------------------------------------
436 Mon Apr 18 15:03:13 CEST 2016 - ma@suse.de
437
438 - RepoindexFileReader: fix service metadata TTL default value (bsc#967828)
439 - version 15.21.7 (19)
440
441 -------------------------------------------------------------------
442 Fri Apr 15 11:31:08 CEST 2016 - ma@suse.de
443
444 - DiskUsageCounter: Limit estimated waste per file (bsc#974275)
445 - version 15.21.6 (19)
446
447 -------------------------------------------------------------------
448 Fri Mar 18 13:37:22 CET 2016 - ma@suse.de
449
450 - Use PluginExecutor for commit- and system-hooks (bnc#971637)
451 - BuildRequires:  libsolv-devel >= 0.6.19 (bnc#971018)
452 - version 15.21.5 (19)
453
454 -------------------------------------------------------------------
455 Sun Mar 13 01:13:08 CET 2016 - ma@suse.de
456
457 - Update zypp-po.tar.bz2
458
459 -------------------------------------------------------------------
460 Thu Mar 10 01:13:24 CET 2016 - ma@suse.de
461
462 - Update zypp-po.tar.bz2
463
464 -------------------------------------------------------------------
465 Tue Mar  1 12:34:53 CET 2016 - ma@suse.de
466
467 - media: Send stats header to download.opensuse.org only (bsc#955801)
468 - fix build-compare (#57, #58)
469 - version 15.21.4 (19)
470
471 -------------------------------------------------------------------
472 Thu Feb 18 18:38:52 CET 2016 - ma@suse.de
473
474 - yum::Downloader: Download only wanted 'susedata.LANG' files
475   (FATE#320518)
476 - version 15.21.3 (19)
477
478 -------------------------------------------------------------------
479 Thu Feb  4 16:38:14 CET 2016 - ma@suse.de
480
481 - installSrcPackage: trigger progress callback (bsc#580902)
482 - version 15.21.2 (19)
483
484 -------------------------------------------------------------------
485 Thu Feb  4 01:13:31 CET 2016 - ma@suse.de
486
487 - Update zypp-po.tar.bz2
488
489 -------------------------------------------------------------------
490 Fri Jan 29 11:40:51 CET 2016 - ma@suse.de
491
492 - Don't buildrequire graphviz-gnome (bsc#964150)
493 - Unwanted btrfs subvolumes must be filtered by device (not fsid)
494   (fixes #54)
495 - version 15.21.1 (19)
496
497 -------------------------------------------------------------------
498 Thu Jan 21 01:13:29 CET 2016 - ma@suse.de
499
500 - Update zypp-po.tar.bz2
501
502 -------------------------------------------------------------------
503 Wed Jan 20 17:12:42 CET 2016 - ma@suse.de
504
505 - Filter unwanted btrfs subvolumes (fixes #54, closes #55, bnc#949945)
506 - RepoInfo: Provide access to repo content keywords
507 - Build with boost-1.60.0
508 - version 15.21.0 (19)
509
510 -------------------------------------------------------------------
511 Thu Jan 14 01:13:17 CET 2016 - ma@suse.de
512
513 - Update zypp-po.tar.bz2
514
515 -------------------------------------------------------------------
516 Thu Jan  7 01:13:28 CET 2016 - ma@suse.de
517
518 - Update zypp-po.tar.bz2
519
520 -------------------------------------------------------------------
521 Thu Dec 24 01:13:13 CET 2015 - ma@suse.de
522
523 - Update zypp-po.tar.bz2
524
525 -------------------------------------------------------------------
526 Fri Dec 11 19:07:09 CET 2015 - ma@suse.de
527
528 - ResPoolProxy: make begin/end pairs Iterable
529 - String: Format and FormatNAC classes based on boost::format
530 - DefaultIntegral: provide initial value
531 - More specific exception message if GPG binary is missing (bsc#637791)
532 - version 15.20.0 (19)
533
534 -------------------------------------------------------------------
535 Thu Dec 10 01:14:50 CET 2015 - ma@suse.de
536
537 - Update zypp-po.tar.bz2
538
539 -------------------------------------------------------------------
540 Thu Dec  3 01:13:11 CET 2015 - ma@suse.de
541
542 - Update zypp-po.tar.bz2
543
544 -------------------------------------------------------------------
545 Sun Nov 22 01:13:29 CET 2015 - ma@suse.de
546
547 - Update zypp-po.tar.bz2
548
549 -------------------------------------------------------------------
550 Thu Nov 19 01:16:03 CET 2015 - ma@suse.de
551
552 - Update sle-zypp-po.tar.bz2
553
554 -------------------------------------------------------------------
555 Thu Nov 19 01:13:40 CET 2015 - ma@suse.de
556
557 - Update zypp-po.tar.bz2
558
559 -------------------------------------------------------------------
560 Mon Nov 16 12:27:02 CET 2015 - ma@suse.de
561
562 - createPot: Fix plural form detection (bsc#955053)
563 - version 15.19.7 (19)
564
565 -------------------------------------------------------------------
566 Thu Nov 12 01:13:26 CET 2015 - ma@suse.de
567
568 - Update zypp-po.tar.bz2
569
570 -------------------------------------------------------------------
571 Sun Nov  8 01:13:11 CET 2015 - ma@suse.de
572
573 - Update zypp-po.tar.bz2
574
575 -------------------------------------------------------------------
576 Fri Nov  6 11:08:46 CET 2015 - ma@suse.de
577
578 - Add testcase for uncached repo-variables.
579 - Fixed Japanese translations (bsc#949196)
580 - version 15.19.6 (19)
581
582 -------------------------------------------------------------------
583 Fri Nov  6 10:56:44 CET 2015 - ma@suse.de
584
585 - Update sle-zypp-po.tar.bz2
586
587 -------------------------------------------------------------------
588 Thu Nov  5 01:15:12 CET 2015 - ma@suse.de
589
590 - Update sle-zypp-po.tar.bz2
591
592 -------------------------------------------------------------------
593 Thu Nov  5 01:13:24 CET 2015 - ma@suse.de
594
595 - Update zypp-po.tar.bz2
596
597 -------------------------------------------------------------------
598 Tue Nov  3 10:52:01 CET 2015 - ma@suse.de
599
600 - Update sle-zypp-po.tar.bz2
601
602 -------------------------------------------------------------------
603 Tue Nov  3 10:51:43 CET 2015 - ma@suse.de
604
605 - Update zypp-po.tar.bz2
606
607 -------------------------------------------------------------------
608 Fri Oct 23 17:10:18 CEST 2015 - ma@suse.de
609
610 - Fix broken product: <-> -release package relation (bnc#951782)
611 - version 15.19.5 (19)
612
613 -------------------------------------------------------------------
614 Thu Oct 22 12:23:29 CEST 2015 - ma@suse.de
615
616 - Use a uniform translation set for SLE and openSUSE (bnc#948924)
617 - fix Plugin-services not updating repo GPGCheck settings (bnc#951402)
618 - version 15.19.4 (19)
619
620 -------------------------------------------------------------------
621 Sun Oct 18 01:13:27 CEST 2015 - ma@suse.de
622
623 - Update zypp-po.tar.bz2
624
625 -------------------------------------------------------------------
626 Thu Oct 15 01:13:57 CEST 2015 - ma@suse.de
627
628 - Update zypp-po.tar.bz2
629
630 -------------------------------------------------------------------
631 Wed Oct 14 16:36:27 CEST 2015 - ma@suse.de
632
633 - make Solvable::asUserString more readable (bnc#949957)
634 - version 15.19.3 (19)
635
636 -------------------------------------------------------------------
637 Sun Oct 11 01:13:12 CEST 2015 - ma@suse.de
638
639 - Update zypp-po.tar.bz2
640
641 -------------------------------------------------------------------
642 Thu Oct  8 01:14:43 CEST 2015 - ma@suse.de
643
644 - Update zypp-po.tar.bz2
645
646 -------------------------------------------------------------------
647 Wed Oct  7 13:11:48 CEST 2015 - ma@suse.de
648
649 - fix suse_version test (bsc#949046)
650 - version 15.19.2 (19)
651
652 -------------------------------------------------------------------
653 Wed Oct  7 11:06:24 CEST 2015 - ma@suse.de
654
655 - Locks: fix using namespaces (for FATE#318299)
656 - version 15.19.1 (19)
657
658 -------------------------------------------------------------------
659 Mon Oct  5 12:27:49 CEST 2015 - ma@suse.de
660
661 - fix reserved identifier violation (fixes #51)
662 - solver: speed up collecting pool data to build the job queue
663 - doc: short abstract about 'Code 12 Application Metadata'
664 - version 15.19.0 (19)
665
666 -------------------------------------------------------------------
667 Tue Sep 29 17:51:48 CEST 2015 - ma@suse.de
668
669 - solver verify: multiversion property needs to be assigned to
670   installed items too.
671 - ZYppCommitResult: add attemptToModify to indicate an attempt to
672   actually install/remove was made (bsc#946750, FATE#319467)
673 - version 15.18.0 (14)
674
675 -------------------------------------------------------------------
676 Mon Sep 28 12:19:26 CEST 2015 - ma@suse.de
677
678 - SetTracker: fix computation of change sets (bsc#946898)
679 - version 15.17.2 (14)
680
681 -------------------------------------------------------------------
682 Fri Sep 25 11:42:28 CEST 2015 - ma@suse.de
683
684 - Pattern: support dynamic computation of pattern visibility (bsc#900769)
685 - Avoid URL rewrite if probing local cache directories (bsc#946129)
686 - version 15.17.1 (14)
687
688 -------------------------------------------------------------------
689 Mon Sep 21 16:57:45 CEST 2015 - ma@suse.de
690
691 - Dummy (FATE#318827) to make Sles-changelog-checker stop whining.
692 - version 15.17.0 (14)
693
694 -------------------------------------------------------------------
695 Mon Sep 21 16:09:50 CEST 2015 - ma@suse.de
696
697 - Glob: fix reserved identifier violation
698 - version 15.16.2 (14)
699
700 -------------------------------------------------------------------
701 Tue Sep 15 15:02:45 CEST 2015 - ma@suse.de
702
703 - CheckAccessDeleted: Identify services by systemd cgroup (FATE#318827)
704 - version 15.16.1 (14)
705
706 -------------------------------------------------------------------
707 Mon Sep 14 12:21:30 CEST 2015 - ma@suse.de
708
709 - Reload multiversion setting from the target zypp.conf (bnc#906096)
710 - version 15.16.0 (14)
711
712 -------------------------------------------------------------------
713 Sun Sep 13 01:15:26 CEST 2015 - ma@suse.de
714
715 - Update sle-zypp-po.tar.bz2
716
717 -------------------------------------------------------------------
718 Sun Sep 13 01:13:30 CEST 2015 - ma@suse.de
719
720 - Update zypp-po.tar.bz2
721
722 -------------------------------------------------------------------
723 Thu Sep 10 01:16:00 CEST 2015 - ma@suse.de
724
725 - Update sle-zypp-po.tar.bz2
726
727 -------------------------------------------------------------------
728 Fri Sep  4 13:49:33 CEST 2015 - ma@suse.de
729
730 - Don't cache repo releasever (bnc#943563)
731 - Selectable: allow setPickStatus for non-multiversion packages
732   (bnc#943870)
733 - ResPoolProxy: add ScopedSaveState
734 - version 15.15.0 (14)
735
736 -------------------------------------------------------------------
737 Tue Sep  1 18:19:27 CEST 2015 - ma@suse.de
738
739 - zypp.conf: add solver.dupAllow{Downgrade,NameChange,ArchChange,
740   VendorChange} default options for tuning distribution upgrades.
741 - Remove obsolete method (bsc#941398) (fixes #50)
742 - fix invalid XML (bnc#942518)
743 - version 15.14.0 (14)
744
745 -------------------------------------------------------------------
746 Sun Aug 30 01:13:07 CEST 2015 - ma@suse.de
747
748 - Update zypp-po.tar.bz2
749
750 -------------------------------------------------------------------
751 Thu Aug 27 01:14:20 CEST 2015 - ma@suse.de
752
753 - Update sle-zypp-po.tar.bz2
754
755 -------------------------------------------------------------------
756 Thu Aug 20 01:13:09 CEST 2015 - ma@suse.de
757
758 - Update zypp-po.tar.bz2
759
760 -------------------------------------------------------------------
761 Sun Aug 16 01:13:23 CEST 2015 - ma@suse.de
762
763 - Update zypp-po.tar.bz2
764
765 -------------------------------------------------------------------
766 Thu Aug 13 18:16:52 CEST 2015 - ma@suse.de
767
768 - Support caching of service metadata. A TTL for the service
769   metadata may be provided in the repoindex.xml itself. The
770   default is 'no caching'. (FATE#318136)
771 - Fix setting dup_allow* solver options (bnc#941463)
772 - Don't make zypper encode {} around repo vars (bnc#941453)
773 - version 15.13.0 (11)
774
775 -------------------------------------------------------------------
776 Thu Aug 13 01:13:43 CEST 2015 - ma@suse.de
777
778 - Update zypp-po.tar.bz2
779
780 -------------------------------------------------------------------
781 Tue Aug 11 18:48:57 CEST 2015 - ma@suse.de
782
783 - History: Add 'command' tag showing who triggered the commit.
784   The corresponding HistoryLogData class for parsing is
785   HistoryLogDataStampCommand. Available data are the commandline
786   executed, user@hostname and userdata/transactionID. (FATE#312298)
787 - Add convenience comparison PoolItem<>ResObject::constPtr
788 - Fixes for SWIG 2.x
789 - version 15.12.0 (11)
790
791 -------------------------------------------------------------------
792 Mon Aug 10 16:22:06 CEST 2015 - ma@suse.de
793
794 - Make multiversion an individual solvables property (FATE#318778)
795 - SolvableType: common api to access solvable properties
796 - Support for MIPS architectures
797 - version 15.11.0 (11)
798
799 -------------------------------------------------------------------
800 Sun Aug  9 01:13:24 CEST 2015 - ma@suse.de
801
802 - Update zypp-po.tar.bz2
803
804 -------------------------------------------------------------------
805 Sun Aug  2 01:13:27 CEST 2015 - ma@suse.de
806
807 - Update zypp-po.tar.bz2
808
809 -------------------------------------------------------------------
810 Thu Jul 30 16:13:49 CEST 2015 - ma@suse.de
811
812 - Resolver: Track changed requested locales and adjust installed
813   packages accordingly. (part of FATE#318099)
814 - Testcase: Store autoinstalled packages
815 - Locale: Make it IdString based
816 - Get rid of std::tr1:: hashes
817 - Flags: Fix to work with 'enum class'
818 - Hide away resolver internals
819 - version 15.10.0 (10)
820
821 -------------------------------------------------------------------
822 Thu Jul 30 01:13:30 CEST 2015 - ma@suse.de
823
824 - Update zypp-po.tar.bz2
825
826 -------------------------------------------------------------------
827 Tue Jul 28 14:14:54 CEST 2015 - ma@suse.de
828
829 - Update sle-zypp-po.tar.bz2
830
831 -------------------------------------------------------------------
832 Mon Jul 27 09:30:38 CEST 2015 - ma@suse.de
833
834 - Update zypp-po.tar.bz2
835
836 -------------------------------------------------------------------
837 Sun Jul 26 01:13:37 CEST 2015 - ma@suse.de
838
839 - Update zypp-po.tar.bz2
840
841 -------------------------------------------------------------------
842 Thu Jul 16 01:13:33 CEST 2015 - ma@suse.de
843
844 - Update zypp-po.tar.bz2
845
846 -------------------------------------------------------------------
847 Sun Jul 12 01:13:20 CEST 2015 - ma@suse.de
848
849 - Update zypp-po.tar.bz2
850
851 -------------------------------------------------------------------
852 Thu Jul  9 16:43:12 CEST 2015 - ma@suse.de
853
854 - Resolver allow tuning DUP mode solver flags (FATE#319128)
855 - version 15.9.0 (5)
856
857 -------------------------------------------------------------------
858 Fri Jul  3 08:23:04 CEST 2015 - ma@suse.de
859
860 - Flags<Enum>: add stringify
861 - add asString for Patch::InteractiveFlag
862 - version 15.8.0 (5)
863
864 -------------------------------------------------------------------
865 Thu Jul  2 01:13:24 CEST 2015 - ma@suse.de
866
867 - Update zypp-po.tar.bz2
868
869 -------------------------------------------------------------------
870 Wed Jul  1 14:00:42 CEST 2015 - ma@suse.de
871
872 - add asString for Patch::Category
873 - version 15.7.0 (5)
874
875 -------------------------------------------------------------------
876 Mon Jun 29 17:43:00 CEST 2015 - ma@suse.de
877
878 - Fix lost pathname when importing repo keys (bnc#936373)
879 - Disable code swig does not understand
880 - version 15.6.0 (5)
881
882 -------------------------------------------------------------------
883 Sat Jun 27 17:07:32 CEST 2015 - ma@suse.de
884
885 - Patch: fixup testing Category and Severity flags (FATE#318760)
886 - version 15.5.0 (5)
887
888 -------------------------------------------------------------------
889 Fri Jun 12 12:14:04 CEST 2015 - ma@suse.de
890
891 - Add details to the default signature verification problem report
892 - PathInfo: Avoid ExternalProgram in clean_dir
893 - call rpmdb2solv without executing user-supplied scripts (bnc#926853)
894 - version 15.4.1 (3)
895
896 -------------------------------------------------------------------
897 Thu Jun 11 01:13:31 CEST 2015 - ma@suse.de
898
899 - Update zypp-po.tar.bz2
900
901 -------------------------------------------------------------------
902 Thu Jun  4 01:13:22 CEST 2015 - ma@suse.de
903
904 - Update zypp-po.tar.bz2
905
906 -------------------------------------------------------------------
907 Wed Jun  3 13:00:59 CEST 2015 - ma@suse.de
908
909 - Enhance solv.idx file handling to support zypper bash completion
910 - Fix SSL client certificate authentication via URL option
911   ssl_clientcert/ssl_clientkey (bnc#932393)
912 - version 15.4.0 (3)
913
914 -------------------------------------------------------------------
915 Thu May 28 01:13:23 CEST 2015 - ma@suse.de
916
917 - Update zypp-po.tar.bz2
918
919 -------------------------------------------------------------------
920 Sun May 24 18:17:38 CEST 2015 - ma@suse.de
921
922 - Downloader: Accept unsigned repository if pkgGpgCheck is ON.
923 - FindFileConflicts: avoid nested exception on user abort (bnc#931601)
924 - Support for *.check files in the systemCheck.d directory (#45)
925 - version 15.3.0 (3)
926
927 -------------------------------------------------------------------
928 Sun May 24 01:13:19 CEST 2015 - ma@suse.de
929
930 - Update zypp-po.tar.bz2
931
932 -------------------------------------------------------------------
933 Mon May 18 10:46:10 CEST 2015 - ma@suse.de
934
935 - zypp.conf: Add config values for gpgcheck, repo_gpgcheck
936   and pkg_gpgcheck. The default behavior 'gpgcheck=On' will
937   automatically turn on the gpg signature check for packages
938   downloaded from repository with unsigned metadata. If the
939   repo metadata are signed, a faster comparison via checksums
940   is done. By explicitly setting repo_gpgcheck or pkg_gpgcheck
941   you can enforce the signature check of repository metadata
942   or downloaded packages to be always performed. Those defaults
943   can be overwritten per repository. (FATE#314603)
944 - version 15.2.0 (2)
945
946 -------------------------------------------------------------------
947 Wed May 13 14:04:04 CEST 2015 - ma@suse.de
948
949 - Write solv.idx to speed up bash tab completion (bnc#928650)
950 - version 15.1.3 (1)
951
952 -------------------------------------------------------------------
953 Fri May  8 11:44:44 CEST 2015 - ma@suse.de
954
955 - gcc5 fixes
956 - Fix repo alias containing ']' not handled correctly (bnc#929528)
957 - Fix SEGV when dumping rpm header with epoch (bnc#929483)
958 - version 15.1.2 (1)
959
960 -------------------------------------------------------------------
961 Mon Apr 27 14:43:53 CEST 2015 - ma@suse.de
962
963 - PubliKey: fix reference to temporary data
964 - version 15.1.1 (1)
965
966 -------------------------------------------------------------------
967 Thu Apr 23 01:13:15 CEST 2015 - ma@suse.de
968
969 - Update zypp-po.tar.bz2
970
971 -------------------------------------------------------------------
972 Wed Apr 22 10:50:00 CEST 2015 - ma@suse.de
973
974 - ZYpp: Changed ZYpp::Ptr to be a shared_ptr;
975   a precondition for fixing bnc-899755
976 - rpmmd: support 'metalink=' in .repo (for zypper#63)
977 - RepoMirrorList: ignore comments and malformed urls in mirrorlist
978 - PathInfo: remove minor/major conflicting with GNU libc macros
979   DiskUsageCounter: remove ctors taking 'magic' bool flags
980   ZyppCallbacks: remove unused PatchDownload callbacks
981 - version 15.1.0 (1)
982
983 -------------------------------------------------------------------
984 Thu Apr  2 19:06:56 CEST 2015 - ma@suse.de
985
986 - POODLE: libzypp should only talk TLS (bnc#903405)
987 - Bump major version for Factory, 14.x is continued on SuSE-SLE-12-Branch
988 - version 15.0.0 (0)
989
990 -------------------------------------------------------------------
991 Thu Apr  2 16:01:43 CEST 2015 - ma@suse.de
992
993 - Fixes to build with gcc5
994 - RepoProvideFile: Suppress MediaChangeReport while testing
995   multiple baseurls (bnc#899510)
996 - version 14.38.1 (30)
997
998 -------------------------------------------------------------------
999 Thu Mar 19 16:44:39 CET 2015 - ma@suse.de
1000
1001 - Suppress MediaChangeReport while testing multiple baseurls (bnc#899510)
1002 - version 14.38.0 (30)
1003
1004 -------------------------------------------------------------------
1005 Mon Mar 16 14:05:28 CET 2015 - ma@suse.de
1006
1007 - add support for SHA224/384/512
1008 - version 14.37.1 (30)
1009
1010 -------------------------------------------------------------------
1011 Wed Mar 11 09:22:46 CET 2015 - ma@suse.de
1012
1013 - New RepoVarExpand: Functor expanding repo variables in a
1014   string . Supports bash style default ${v:-w}' and alternate ${v:+w}
1015   values (FATE#318354)
1016 - Easy.h: Use __typeof__ rather than typeof in header
1017 - Support repo variable replacement in service url
1018 - Support repo variable replacement in gpg url
1019 - Gettext.h: Fallback to ::gettext if accidentally included
1020   outside libzypp
1021 - version 14.37.0 (30)
1022
1023 -------------------------------------------------------------------
1024 Sun Feb 22 01:13:12 CET 2015 - ma@suse.de
1025
1026 - Update zypp-po.tar.bz2
1027
1028 -------------------------------------------------------------------
1029 Thu Feb 19 01:13:13 CET 2015 - ma@suse.de
1030
1031 - Update zypp-po.tar.bz2
1032
1033 -------------------------------------------------------------------
1034 Sun Feb 15 01:13:28 CET 2015 - ma@suse.de
1035
1036 - Update zypp-po.tar.bz2
1037
1038 -------------------------------------------------------------------
1039 Thu Feb 12 01:13:34 CET 2015 - ma@suse.de
1040
1041 - Update zypp-po.tar.bz2
1042
1043 -------------------------------------------------------------------
1044 Mon Feb  9 16:05:38 CET 2015 - ma@suse.de
1045
1046 - Don't execute scripts in /tmp or /var/tmp, as they could be
1047   mounted noexec for security reasons (bnc#915928)
1048 - zypp/PublicKey.cc: Use GPG_BINARY from KeyRing
1049 - Support $releasever_major/$releasever_minor repo variables
1050   (FATE#318354)
1051 - version 14.36.0 (30)
1052
1053 -------------------------------------------------------------------
1054 Sun Feb  8 01:13:14 CET 2015 - ma@suse.de
1055
1056 - Update zypp-po.tar.bz2
1057
1058 -------------------------------------------------------------------
1059 Thu Feb  5 01:13:27 CET 2015 - ma@suse.de
1060
1061 - Update zypp-po.tar.bz2
1062
1063 -------------------------------------------------------------------
1064 Sun Feb  1 01:13:10 CET 2015 - ma@suse.de
1065
1066 - Update zypp-po.tar.bz2
1067
1068 -------------------------------------------------------------------
1069 Thu Jan 29 01:13:12 CET 2015 - ma@suse.de
1070
1071 - Update zypp-po.tar.bz2
1072
1073 -------------------------------------------------------------------
1074 Thu Jan 22 01:13:36 CET 2015 - ma@suse.de
1075
1076 - Update zypp-po.tar.bz2
1077
1078 -------------------------------------------------------------------
1079 Wed Jan 21 10:28:49 CET 2015 - ma@suse.de
1080
1081 - PathInfo: Deprecate major/minor in favor of new devMajor/devMinor.
1082   The old names clash with GNU libc macros.
1083 - version 14.35.0 (30)
1084
1085 -------------------------------------------------------------------
1086 Sun Jan 18 01:13:09 CET 2015 - ma@suse.de
1087
1088 - Update zypp-po.tar.bz2
1089
1090 -------------------------------------------------------------------
1091 Thu Jan 15 01:13:12 CET 2015 - ma@suse.de
1092
1093 - Update zypp-po.tar.bz2
1094
1095 -------------------------------------------------------------------
1096 Mon Jan 12 15:04:17 CET 2015 - ma@suse.de
1097
1098 - Properly propagate repo variables in service refresh.
1099 - Let $ZYPP_REPO_RELEASEVER overwrite $releasever in .repo files
1100   (bnc#911658)
1101 - Call pool_set_rootdir to properly check for file conflicts.
1102 - Use xgettext --boost to support boost-format (%N%)
1103 - version 14.34.0 (30)
1104
1105 -------------------------------------------------------------------
1106 Sun Jan 11 01:13:15 CET 2015 - ma@suse.de
1107
1108 - Update zypp-po.tar.bz2
1109
1110 -------------------------------------------------------------------
1111 Thu Jan  8 01:13:23 CET 2015 - ma@suse.de
1112
1113 - Update zypp-po.tar.bz2
1114
1115 -------------------------------------------------------------------
1116 Thu Jan  1 01:13:29 CET 2015 - ma@suse.de
1117
1118 - Update zypp-po.tar.bz2
1119
1120 -------------------------------------------------------------------
1121 Sun Dec 21 01:13:33 CET 2014 - ma@suse.de
1122
1123 - Update zypp-po.tar.bz2
1124
1125 -------------------------------------------------------------------
1126 Fri Dec 19 10:05:00 CET 2014 - ma@suse.de
1127
1128 - Parse and offer productRegisterFlavor attribute (bnc#896224)
1129 - version 14.33.0 (30)
1130
1131 -------------------------------------------------------------------
1132 Thu Dec 18 01:13:20 CET 2014 - ma@suse.de
1133
1134 - Update zypp-po.tar.bz2
1135
1136 -------------------------------------------------------------------
1137 Wed Dec 17 18:44:26 CET 2014 - ma@suse.de
1138
1139 - Improve conflict message for locked packages (bnc#828631)
1140 - Fix broken de-escaping in str::splitEscaped (bnc#909772)
1141 - cleanup loging
1142 - version 14.32.2 (30)
1143
1144 -------------------------------------------------------------------
1145 Fri Dec 12 14:00:01 CET 2014 - ma@suse.de
1146
1147 - CheckAccessDeleted: Filter PIDs running in a container (bnc#909143)
1148 - version 14.32.1 (30)
1149
1150 -------------------------------------------------------------------
1151 Wed Dec 10 16:06:04 CET 2014 - ma@suse.de
1152
1153 - suppress informal license (no need to accept) upon update (bnc#908976)
1154 - version 14.32.0 (30)
1155
1156 -------------------------------------------------------------------
1157 Mon Dec  8 14:53:00 CET 2014 - ma@suse.de
1158
1159 - Adapt to gpg-2.1 (bnc#908135)
1160 - rpm: do not obsolete yast2-packagemanager-devel by libzypp-devel-doc
1161 - replaceAll: fix endless loop on empty search string
1162 - version 14.31.0 (30)
1163
1164 -------------------------------------------------------------------
1165 Thu Nov 27 07:40:30 UTC 2014 - dimstar@opensuse.org
1166
1167 - Do not provide/obsolete yast2-packagemanager-devel by the -doc
1168   package: the -devel package already does that.
1169 - Minor .spec cleanup (remove Authors section).
1170
1171 -------------------------------------------------------------------
1172 Tue Nov 11 17:09:28 CET 2014 - ma@suse.de
1173
1174 - Call rpm with '--noglob' (bnc#892431)
1175 - Downloader: unify workflow downloading a (signed) master index file
1176 - Fix iostream includes (fixes #34)
1177 - Explicitly call libsolv:pool_setdisttype (fixes #36)
1178 - version 14.30.2 (30)
1179
1180 -------------------------------------------------------------------
1181 Sun Nov  9 01:13:17 CET 2014 - ma@suse.de
1182
1183 - Update zypp-po.tar.bz2
1184
1185 -------------------------------------------------------------------
1186 Sun Nov  2 01:14:10 CET 2014 - ma@suse.de
1187
1188 - Update zypp-po.tar.bz2
1189
1190 -------------------------------------------------------------------
1191 Mon Oct 27 11:38:00 CET 2014 - ma@suse.de
1192
1193 - doc: add hint to code 12 pattern packages
1194 - MediaCurl: Fix URL path concatenation (bnc#901590)
1195 - Move doxygen html doc to libzypp-devel-doc (bnc#901691)
1196 - Remove non-breaking spaces from changes file
1197 - Control lifetime of downloaded mirrorlist
1198 - version 14.30.1 (30)
1199
1200 -------------------------------------------------------------------
1201 Thu Oct 16 11:03:11 CEST 2014 - ma@suse.de
1202
1203 - Update zypp-po.tar.bz2
1204
1205 -------------------------------------------------------------------
1206 Wed Oct 15 15:07:09 CEST 2014 - ma@suse.de
1207
1208 - Store baseurls in list as order expresses preference
1209 - Support parsing multiple baseurls from a repo file (bnc#899510)
1210 - Fix handling local mirrorlist= files in .repo (bnc#899510)
1211 - Provide missing man pages (fixes #33)
1212 - Enable building autodocs, translations and test per default on debian
1213 - Fix several typos in output messages and comments (fixes #29)
1214 - Make the include dir path configurable (fixes #27)
1215 - version 14.30.0 (30)
1216
1217 -------------------------------------------------------------------
1218 Fri Oct 10 16:01:31 CEST 2014 - ma@suse.de
1219
1220 - Update zypp-po.tar.bz2 (bnc#899603)
1221
1222 -------------------------------------------------------------------
1223 Thu Oct  9 01:13:15 CEST 2014 - ma@suse.de
1224
1225 - Update zypp-po.tar.bz2
1226
1227 -------------------------------------------------------------------
1228 Sun Oct  5 01:14:42 CEST 2014 - ma@suse.de
1229
1230 - Update zypp-po.tar.bz2
1231
1232 -------------------------------------------------------------------
1233 Sun Sep 28 01:13:30 CEST 2014 - ma@suse.de
1234
1235 - Update zypp-po.tar.bz2
1236
1237 -------------------------------------------------------------------
1238 Thu Sep 25 17:59:06 CEST 2014 - ma@suse.de
1239
1240 - Trigger appdata plugin when system repos have changed (bnc#866257)
1241 - Protect against race when destructing globals
1242 - BuildRequire libsolv-tools as libsolv-devel no longer does
1243 - version 14.29.4 (29)
1244
1245 -------------------------------------------------------------------
1246 Thu Sep 25 01:15:42 CEST 2014 - ma@suse.de
1247
1248 - Update zypp-po.tar.bz2
1249
1250 -------------------------------------------------------------------
1251 Tue Sep 23 17:07:45 CEST 2014 - ma@suse.de
1252
1253 - Fix computation of userinstalled items (bnc#897404)
1254 - version 14.29.3 (29)
1255
1256 -------------------------------------------------------------------
1257 Tue Sep 23 10:55:08 CEST 2014 - ma@suse.de
1258
1259 - Adapt to API changes in rpm.4.12
1260 - SLE-12 (suse_version 1315) uses it's own translations set
1261   (bnc#897176)
1262 - version 14.29.2 (29)
1263
1264 -------------------------------------------------------------------
1265 Sun Sep 21 01:13:25 CEST 2014 - ma@suse.de
1266
1267 - Update zypp-po.tar.bz2
1268
1269 -------------------------------------------------------------------
1270 Thu Sep 18 15:47:50 CEST 2014 - ma@suse.de
1271
1272 - Update sle-zypp-po.tar.bz2
1273
1274 -------------------------------------------------------------------
1275 Thu Sep 18 15:47:34 CEST 2014 - ma@suse.de
1276
1277 - Update zypp-po.tar.bz2
1278
1279 -------------------------------------------------------------------
1280 Thu Sep 18 15:46:11 CEST 2014 - ma@suse.de
1281
1282 - Update zypp-po.tar.bz2
1283
1284 -------------------------------------------------------------------
1285 Wed Sep 17 13:18:23 CEST 2014 - ma@suse.de
1286
1287 - adjust BuildRequires
1288 - version 14.29.1 (29)
1289
1290 -------------------------------------------------------------------
1291 Tue Sep 16 10:45:39 CEST 2014 - ma@suse.de
1292
1293 - DiskUsageCounter: Set growonly on detetcted snapshotting btrfs
1294   partitions (bnc#896176)
1295 - DiskUsageCounter: Allow MountPoint to store fstype
1296 - DiskUsageCounter: Support setting 'growonly' partition hint
1297   (bnc#896176)
1298 - version 14.29.0 (29)
1299
1300 -------------------------------------------------------------------
1301 Fri Sep  5 12:46:57 CEST 2014 - ma@suse.de
1302
1303 - Make Repository::isUpdateRepo also check for being referenced
1304   by products (bnc#892579)
1305 - Report repositories skipped as nonroot due to insufficient
1306   permission (bnc#893260)
1307 - version 14.28.0 (28)
1308
1309 -------------------------------------------------------------------
1310 Thu Sep  4 01:14:34 CEST 2014 - ma@suse.de
1311
1312 - Update zypp-po.tar.bz2
1313
1314 -------------------------------------------------------------------
1315 Fri Aug 29 14:46:25 CEST 2014 - ma@suse.de
1316
1317 - PackageProvider: consider toplevel cache if --root or --pkg-cachedir
1318   is used.
1319 - Cleanup orpahned cache dirs only at zypp.conf default locations
1320   (bnc#891515)
1321 - Remove orphaned package caches on refresh (bnc#888919)
1322 - version 14.27.2 (27)
1323
1324 -------------------------------------------------------------------
1325 Sun Aug 24 01:16:00 CEST 2014 - ma@suse.de
1326
1327 - Update zypp-po.tar.bz2
1328
1329 -------------------------------------------------------------------
1330 Mon Aug 18 14:01:06 CEST 2014 - ma@suse.de
1331
1332 - Update zypp-po.tar.bz2
1333
1334 -------------------------------------------------------------------
1335 Thu Jul 31 19:22:56 CEST 2014 - ma@suse.de
1336
1337 - Fix gpg key creation/modification date computation to properly
1338   update trusted keys stored in the rpm database.
1339 - version 14.27.1 (27)
1340
1341 -------------------------------------------------------------------
1342 Mon Jul 28 11:32:40 CEST 2014 - mls@suse.de
1343
1344 - reverted last commit to make yast2-pkg-bindings build again
1345
1346 -------------------------------------------------------------------
1347 Fri Jul 25 12:56:17 CEST 2014 - ma@suse.de
1348
1349 - JobReport: extend callback to allow passing UserData
1350 - hardlinkCopy must not fail if proc/sys/fs/protected_hardlink is on
1351 - adapt to changed boost::error_category throw specifier
1352 - version 14.27.0 (27)
1353
1354 -------------------------------------------------------------------
1355 Fri Jul 18 08:57:39 CEST 2014 - ma@suse.de
1356
1357 - Execute install scripts with cwd==/ (bnc#886764)
1358 - fix wrong '//' when extending URLs with an empty path (bnc#885254)
1359 - version 14.26.1 (26)
1360
1361 -------------------------------------------------------------------
1362 Mon Jul 14 17:46:14 CEST 2014 - ma@suse.de
1363
1364 - refreshService: add option to force repo status reset
1365 - Strip local filenames and args from URL.
1366 - version 14.26.0 (26)
1367
1368 -------------------------------------------------------------------
1369 Fri Jul 11 13:42:43 CEST 2014 - ma@suse.de
1370
1371 - Support RepoInfo content keywords (FATE#316287)
1372 - fix parsing repomd.xml twice
1373 - version 14.25.0 (23)
1374
1375 -------------------------------------------------------------------
1376 Wed Jun 11 07:36:48 CEST 2014 - ma@suse.de
1377
1378 - Patch: add isCategory/isSeverity convenience
1379 - If available provide info in ServiceException
1380 - version 14.24.0 (23)
1381
1382 -------------------------------------------------------------------
1383 Wed Jun  4 11:49:32 CEST 2014 - ma@suse.de
1384
1385 - Cleanup orphanded service repos on the fly (bnc#649846)
1386 - Service refresh must not attempt to modify plugin services
1387 - version 14.23.0 (23)
1388
1389 -------------------------------------------------------------------
1390 Wed May 28 13:41:22 CEST 2014 - ma@suse.de
1391
1392 - Fix service methods to throw ServiceException, not RepoException.
1393 - version 14.22.0 (22)
1394
1395 -------------------------------------------------------------------
1396 Tue May 27 16:31:21 CEST 2014 - ma@suse.de
1397
1398 - Let ServiceRefresh en-/disable repos with respect to previous state
1399   and user modifications.
1400 - RepoindexFileReader: support variable substitution
1401 - Parse optional autorefresh attribute from repoindex.xml
1402 - version 14.21.0 (20)
1403
1404 -------------------------------------------------------------------
1405 Wed May 14 13:52:38 CEST 2014 - ma@suse.de
1406
1407 - Add DownloadResolvableReport::infoInCache
1408 - Adjust transfer timeout settings (bnc#877405)
1409 - Fix computation of update candidate (bnc#834858)
1410 - version 14.20.0 (20)
1411
1412 -------------------------------------------------------------------
1413 Thu May  8 18:54:25 CEST 2014 - ma@suse.de
1414
1415 - KeyRingReport: New infoVerify callback showing the trusted key
1416   that will be used for verification.
1417 - version 14.19.0 (19)
1418
1419 -------------------------------------------------------------------
1420 Sun May  4 01:15:49 CEST 2014 - ma@suse.de
1421
1422 - Update zypp-po.tar.bz2
1423
1424 -------------------------------------------------------------------
1425 Thu May  1 01:15:38 CEST 2014 - ma@suse.de
1426
1427 - Update zypp-po.tar.bz2
1428
1429 -------------------------------------------------------------------
1430 Mon Apr 28 15:34:44 CEST 2014 - ma@suse.de
1431
1432 - Derive initial AutoInstalled file from history
1433 - Target: maintain AutoInstalled database file
1434 - version 14.18.0 (17)
1435
1436 -------------------------------------------------------------------
1437 Tue Apr 15 17:03:30 CEST 2014 - ma@suse.de
1438
1439 - Factor out CommitPackageCache for standalone usage. (Fate#317077)
1440 - version 14.17.5 (17)
1441
1442 -------------------------------------------------------------------
1443 Fri Apr 11 16:16:11 CEST 2014 - ma@suse.de
1444
1445 - history: log %posttrans errors and output
1446 - adapt to libsolv cannges
1447 - version 14.17.4 (17)
1448
1449 -------------------------------------------------------------------
1450 Fri Apr  4 14:29:13 CEST 2014 - ma@suse.de
1451
1452 - Log warning if baseproduct symlink is dangling or missing
1453 - version 14.17.3 (17)
1454
1455 -------------------------------------------------------------------
1456 Thu Apr  3 19:18:48 CEST 2014 - ma@suse.de
1457
1458 - RepoManager: Fix RepoStatus computation and refresh of PLAINDIR repos.
1459 - Recreate solv file caches if content may change even if raw metadata
1460   are unchanged (here: new pattern, product and application data).
1461 - version 14.17.2 (17)
1462
1463 -------------------------------------------------------------------
1464 Wed Apr  2 18:09:47 CEST 2014 - ma@suse.de
1465
1466 - CpeId: Basic functionality incl. matching
1467 - New SetRelationMixin
1468 - version 14.17.1 (17)
1469
1470 -------------------------------------------------------------------
1471 Mon Mar 31 10:23:42 CEST 2014 - ma@suse.de
1472
1473 - Use dummy licenses in test data (bnc#862471)
1474 - Install zypp-NameReqPrv helper for evaluating testcases.
1475 - version 14.17.0 (17)
1476
1477 -------------------------------------------------------------------
1478 Tue Mar 18 14:55:11 CET 2014 - ma@suse.de
1479
1480 - Update zypp-po.tar.bz2
1481
1482 -------------------------------------------------------------------
1483 Wed Feb 26 15:06:06 CET 2014 - ma@suse.de
1484
1485 - Ignore failed-eject-exception on media change (bnc#865705)
1486 - version 14.16.1 (16)
1487
1488 -------------------------------------------------------------------
1489 Tue Feb 25 13:42:13 CET 2014 - ma@suse.de
1490
1491 - Remove duplicate code detecting known kinds and move it to
1492   ResKind::explicitBuiltin.
1493 - version 14.16.0 (16)
1494
1495 -------------------------------------------------------------------
1496 Sun Feb 23 21:52:55 CET 2014 - ma@suse.de
1497
1498 - Optionally exclude suggested packages from pattern content (bnc#857671)
1499 - Fix pattern content for auto-pattens (bnc#864087)
1500 - Don't report missing filelists for non-packages (bnc#864314)
1501 - adapt to new rpm weak dependency tags
1502 - version 14.15.0 (15)
1503
1504 -------------------------------------------------------------------
1505 Fri Feb 14 13:51:46 CET 2014 - ma@suse.de
1506
1507 - Provide ContentIdentifier of required update repositories in Product
1508   (Fate#316160)
1509 - Support CpeId in Repository and Product attributes (Fate#316160)
1510 - Add API for retrieving repository ContentRevision and ContentIdentifier
1511   (Fate#316160)
1512 - version 14.14.0 (14)
1513
1514 -------------------------------------------------------------------
1515 Thu Feb 13 10:28:24 CET 2014 - ma@suse.de
1516
1517 - Adjust solver defaults to changed soft lock handling (bnc#863275)
1518 - Avoid confusing solver decisions by not storing soft locks (bnc#863275)
1519 - version 14.13.0 (13)
1520
1521 -------------------------------------------------------------------
1522 Tue Feb 11 21:22:58 CET 2014 - ma@suse.de
1523
1524 - Add Product::endOfLife attribute (Fate#316172)
1525 - Let Product::shortName fallback to name.
1526 - Remove license text from test data (bnc#862471)
1527 - version 14.12.0 (12)
1528
1529 -------------------------------------------------------------------
1530 Sun Feb  2 01:13:59 CET 2014 - ma@suse.de
1531
1532 - Update zypp-po.tar.bz2
1533
1534 -------------------------------------------------------------------
1535 Fri Jan 31 19:09:28 CET 2014 - ma@suse.de
1536
1537 - Introduce new solvable kind: Application (as provided by appdata.xml)
1538 - version 14.11.0 (7)
1539
1540 -------------------------------------------------------------------
1541 Fri Jan 31 17:37:29 CET 2014 - ma@suse.de
1542
1543 - String helper for printing indented text.
1544 - Offer translated names for dependency types.
1545 - version 14.10.0 (7)
1546
1547 -------------------------------------------------------------------
1548 Thu Jan 30 01:13:40 CET 2014 - ma@suse.de
1549
1550 - Update zypp-po.tar.bz2
1551
1552 -------------------------------------------------------------------
1553 Wed Jan 29 10:28:16 CET 2014 - ma@suse.de
1554
1555 - No fileconflict check if DownloadOnly.
1556 - version 14.9.0 (7)
1557
1558 -------------------------------------------------------------------
1559 Sat Jan 25 17:07:45 CET 2014 - ma@suse.de
1560
1561 - Collect and execute %posttrans scripts delayed (Fate#313506)
1562 - BuildRequire libsolv implementing (Fate#309385)
1563 - version 14.8.0 (7)
1564
1565 -------------------------------------------------------------------
1566 Fri Jan 24 11:26:52 CET 2014 - ma@suse.de
1567
1568 - Patterns are no longer pseudo installed (Fate#309385)
1569 - version 14.7.0 (7)
1570
1571 -------------------------------------------------------------------
1572 Fri Jan 24 08:41:13 CET 2014 - ma@suse.de
1573
1574 - Check for file conflicts in commit (bnc#673720)
1575 - Add asUserSting: human readable (translated) string representation
1576 - Add file conflict detection during commit (bnc#673720)
1577 - Add Transaction::installedResult
1578 - version 14.6.0 (6)
1579
1580 -------------------------------------------------------------------
1581 Mon Jan 20 17:14:48 CET 2014 - ma@suse.de
1582
1583 - Fix cleanup code removing the @System solv file. (bnc#853065)
1584 - Fix missing priority in RepoInfo::dumpAsXML (bnc#855845)
1585 - version 14.5.0 (4)
1586
1587 -------------------------------------------------------------------
1588 Tue Jan 14 18:38:49 CET 2014 - ma@suse.de
1589
1590 - Improve ProgressData reporting.
1591 - Allow xml::escape directly dumping to a stream.
1592 - Add support for repo authentication using SSL client certificates
1593   (bnc#683914)
1594 - Enhance Queue to perform COW
1595 - fix documentation
1596 - version 14.4.0 (4)
1597
1598 -------------------------------------------------------------------
1599 Thu Jan  9 01:13:40 CET 2014 - ma@suse.de
1600
1601 - Update zypp-po.tar.bz2
1602
1603 -------------------------------------------------------------------
1604 Fri Dec 13 19:36:34 CET 2013 - ma@suse.de
1605
1606 - Polish DiskUsageCounter
1607 - Add Bitmap type (aka sat::Map)
1608 - Remove obsolete DiskUsage class
1609 - version 14.3.0 (3)
1610
1611 -------------------------------------------------------------------
1612 Thu Dec 12 18:01:18 CET 2013 - ma@suse.de
1613
1614 - Fix disk usage computation for single packages (bnc#852943)
1615 - version 14.2.1 (2)
1616
1617 -------------------------------------------------------------------
1618 Wed Dec  4 12:54:30 UTC 2013 - jreidinger@suse.com
1619
1620 - Drop package-manager script as it is already deprecated and
1621   packagekit usage in desktop invalidates it. If someone really
1622   need it, then place it to proper top level package which can
1623   decide what GUI is proper for given task.
1624
1625 -------------------------------------------------------------------
1626 Wed Nov 20 16:32:30 CET 2013 - ma@suse.de
1627
1628 - Extend commit plugin to send the transaction list (Fate#316203)
1629 - Add base/Json.h: JSON encoder for e.g. sending data to plugins
1630 - Re-evaluate dropped packages list on upgrade, even if product
1631   remains unchanged (bnc#849251).
1632 - Add ppc64le architecture
1633 - Add m68k architecture
1634 - version 14.2.0 (2)
1635
1636 -------------------------------------------------------------------
1637 Fri Oct 25 14:21:31 CEST 2013 - ma@suse.de
1638
1639 - Always properly initialize pool storage (bnc#846565)
1640 - version 14.1.1 (0)
1641
1642 -------------------------------------------------------------------
1643 Thu Oct 17 17:57:54 CEST 2013 - ma@suse.de
1644
1645 - Add Package isCached and cachedLocation methods
1646 - fixed PluginFrame::hasKey
1647 - version 14.1.0 (0)
1648
1649 -------------------------------------------------------------------
1650 Thu Oct 10 01:13:48 CEST 2013 - ma@suse.de
1651
1652 - Update zypp-po.tar.bz2
1653
1654 -------------------------------------------------------------------
1655 Sun Oct  6 01:13:51 CEST 2013 - ma@suse.de
1656
1657 - Update zypp-po.tar.bz2
1658
1659 -------------------------------------------------------------------
1660 Thu Oct  3 01:14:59 CEST 2013 - ma@suse.de
1661
1662 - Update zypp-po.tar.bz2
1663
1664 -------------------------------------------------------------------
1665 Wed Oct  2 19:25:58 CEST 2013 - ma@suse.de
1666
1667 - fix handling symlinks in export pathname on NFSv4 (bnc#804544)
1668 - Bump major version for Factory
1669   13.1 is continued on SuSE-Code-13_1-Branch
1670 - version 14.0.0 (0)
1671
1672 -------------------------------------------------------------------
1673 Sun Sep 29 01:15:02 CEST 2013 - ma@suse.de
1674
1675 - Update zypp-po.tar.bz2
1676
1677 -------------------------------------------------------------------
1678 Sun Sep 22 01:14:26 CEST 2013 - ma@suse.de
1679
1680 - Update zypp-po.tar.bz2
1681
1682 -------------------------------------------------------------------
1683 Wed Sep 18 17:06:06 CEST 2013 - ma@suse.de
1684
1685 - Allow multiversionSpec manipulation in ZConfig
1686 - Fix string hexdecoding
1687 - Avoid parsing gpg subkeys but still parse multiple keys
1688 - version 13.7.0 (6)
1689
1690 -------------------------------------------------------------------
1691 Sun Sep 15 01:14:55 CEST 2013 - ma@suse.de
1692
1693 - Update zypp-po.tar.bz2
1694
1695 -------------------------------------------------------------------
1696 Thu Sep 12 01:15:29 CEST 2013 - ma@suse.de
1697
1698 - Update zypp-po.tar.bz2
1699
1700 -------------------------------------------------------------------
1701 Thu Sep  5 01:13:43 CEST 2013 - ma@suse.de
1702
1703 - Update zypp-po.tar.bz2
1704
1705 -------------------------------------------------------------------
1706 Mon Sep  2 17:04:37 CEST 2013 - ma@suse.de
1707
1708 - Avoid parsing gpg subkeys
1709 - Use explicit operator bool in TmpPath
1710 - Must keep legacy rpm level flag (bnc#838039)
1711 - version 13.6.0 (6)
1712
1713 -------------------------------------------------------------------
1714 Sun Sep  1 01:14:03 CEST 2013 - ma@suse.de
1715
1716 - Update zypp-po.tar.bz2
1717
1718 -------------------------------------------------------------------
1719 Thu Aug 29 01:13:44 CEST 2013 - ma@suse.de
1720
1721 - Update zypp-po.tar.bz2
1722
1723 -------------------------------------------------------------------
1724 Tue Aug 27 19:10:37 CEST 2013 - ma@suse.de
1725
1726 - remove deprecated methods
1727 - fix key expiry date parsing (bnc#828672)
1728 - Provide additional keys data in case the ASCII armored blob
1729   containes multiple keys
1730 - No rpmdb key import in readony mode (bnc#828672)
1731 - Fix rpmdb key import/export (bnc#828672)
1732 - Reduce amount of gpg calls when importing/exporting keys.
1733 - Add public accessible PublicKeyData/PublicKeyScanner classes
1734 - fix ASCII armored PublicKey parsing (bnc#828672)
1735 - fix typo (bnc#761985)
1736 - Fix multiversion update candidate to respect an installed objects
1737   arch and vendor (bnc#820444)
1738 - fix logfile truncation introduced by previous fix for (bnc#825490)
1739 - Swig can't handle move constructor
1740 - Workaround bnc#819354 by executing rpm in /. (bnc#827609)
1741 - Try to detect Arch_ppc64p7 (requires glibc-2.16: getauxval)
1742 - Fix file probing via tftp:// (bnc#803316)
1743 - Add armv7hl to armv6hl compat to be in sync with libsolv.
1744 - Support for armv6hl
1745 - version 13.5.0 (5)
1746
1747 -------------------------------------------------------------------
1748 Thu Aug 22 01:13:25 CEST 2013 - ma@suse.de
1749
1750 - Update zypp-po.tar.bz2
1751
1752 -------------------------------------------------------------------
1753 Sun Aug 18 01:13:20 CEST 2013 - ma@suse.de
1754
1755 - Update zypp-po.tar.bz2
1756
1757 -------------------------------------------------------------------
1758 Thu Aug 15 01:13:27 CEST 2013 - ma@suse.de
1759
1760 - Update zypp-po.tar.bz2
1761
1762 -------------------------------------------------------------------
1763 Thu Aug  8 01:13:27 CEST 2013 - ma@suse.de
1764
1765 - Update zypp-po.tar.bz2
1766
1767 -------------------------------------------------------------------
1768 Sun Aug  4 01:13:59 CEST 2013 - ma@suse.de
1769
1770 - Update zypp-po.tar.bz2
1771
1772 -------------------------------------------------------------------
1773 Thu Aug  1 01:13:52 CEST 2013 - ma@suse.de
1774
1775 - Update zypp-po.tar.bz2
1776
1777 -------------------------------------------------------------------
1778 Thu Jul 25 01:13:40 CEST 2013 - ma@suse.de
1779
1780 - Update zypp-po.tar.bz2
1781
1782 -------------------------------------------------------------------
1783 Thu Jul 18 01:13:43 CEST 2013 - ma@suse.de
1784
1785 - Update zypp-po.tar.bz2
1786
1787 -------------------------------------------------------------------
1788 Sun Jul 14 01:13:38 CEST 2013 - ma@suse.de
1789
1790 - Update zypp-po.tar.bz2
1791
1792 -------------------------------------------------------------------
1793 Thu Jul 11 01:13:49 CEST 2013 - ma@suse.de
1794
1795 - Update zypp-po.tar.bz2
1796
1797 -------------------------------------------------------------------
1798 Fri Jun 21 20:24:39 CEST 2013 - ma@suse.de
1799
1800 - Fix testcases failing if local pathnames contain umlauts
1801 - Pathname: add move constructor and fix assign
1802 - Set logfile permission upon file creation only (bnc#825490)
1803 - Add arch ppc64p7
1804 - version 13.4.0 (4)
1805
1806 -------------------------------------------------------------------
1807 Tue Jun 11 11:37:48 CEST 2013 - ma@suse.de
1808
1809 - Speedup scanning for modaliases (bnc#824110)
1810 - version 13.3.0 (2)
1811
1812 -------------------------------------------------------------------
1813 Sun May 26 01:13:15 CEST 2013 - ma@suse.de
1814
1815 - Update zypp-po.tar.bz2
1816
1817 -------------------------------------------------------------------
1818 Thu May 23 01:13:13 CEST 2013 - ma@suse.de
1819
1820 - Update zypp-po.tar.bz2
1821
1822 -------------------------------------------------------------------
1823 Thu May 16 12:22:48 CEST 2013 - ma@suse.de
1824
1825 - Remove deprecated old stuff (aria2 support,
1826   old InstallOrder, old History parser)
1827 - version 13.2.0 (2)
1828
1829 -------------------------------------------------------------------
1830 Thu May 16 01:13:47 CEST 2013 - ma@suse.de
1831
1832 - Update zypp-po.tar.bz2
1833
1834 -------------------------------------------------------------------
1835 Sun May 12 01:13:39 CEST 2013 - ma@suse.de
1836
1837 - Update zypp-po.tar.bz2
1838
1839 -------------------------------------------------------------------
1840 Thu May  9 01:13:54 CEST 2013 - ma@suse.de
1841
1842 - Update zypp-po.tar.bz2
1843
1844 -------------------------------------------------------------------
1845 Thu May  2 11:07:52 CEST 2013 - ma@suse.de
1846
1847 - Discourage using SafeBool in favor of explicit operator bool
1848 - version 13.1.0 (1)
1849
1850 -------------------------------------------------------------------
1851 Mon Apr 29 10:41:46 CEST 2013 - ma@suse.de
1852
1853 - Testsuite: Workaround boost::thread being not header only since
1854   boost-1.50 (boost ticket 7085)
1855 - Adaptions to smart_pointer changes in boost-1.53; mainly introduce
1856   explicit operator bool; constructible and comparable with nullptr_t.
1857 - Bump major version for Factory
1858   12.x is continued on SuSE-Code-12_3-Branch
1859 - version 13.0.0 (0)
1860
1861 -------------------------------------------------------------------
1862 Sun Apr 28 01:14:07 CEST 2013 - ma@suse.de
1863
1864 - Update zypp-po.tar.bz2
1865
1866 -------------------------------------------------------------------
1867 Fri Apr  5 14:26:35 CEST 2013 - ma@suse.de
1868
1869 - added new fuction zypp::ZYpp::provideSrcPackage
1870 - Treat opensuse-education as separate vendor (bnc#812608)
1871 - AArch64 support
1872 - version 12.11.0 (0)
1873
1874 -------------------------------------------------------------------
1875 Wed Mar 27 12:31:17 CET 2013 - ma@suse.de
1876
1877 - added tftp-support (bnc#803316)
1878 - version 12.10.1 (0)
1879
1880 -------------------------------------------------------------------
1881 Tue Mar 26 13:06:21 CET 2013 - ma@suse.de
1882
1883 - Update zypp-po.tar.bz2
1884
1885 -------------------------------------------------------------------
1886 Thu Mar 21 01:13:45 CET 2013 - ma@suse.de
1887
1888 - Update zypp-po.tar.bz2
1889
1890 -------------------------------------------------------------------
1891 Sun Mar 10 01:14:01 CET 2013 - ma@suse.de
1892
1893 - Update zypp-po.tar.bz2
1894
1895 -------------------------------------------------------------------
1896 Thu Mar  7 14:13:42 CET 2013 - ma@suse.de
1897
1898 - Adapt to libsolv dataiterator fixes
1899   (returning random data in some cases)
1900 - Require and adapt to changes in libsolv-0.3.0
1901 - version 12.10.0 (0)
1902
1903 -------------------------------------------------------------------
1904 Thu Mar  7 01:13:25 CET 2013 - ma@suse.de
1905
1906 - Update zypp-po.tar.bz2
1907
1908 -------------------------------------------------------------------
1909 Sun Mar  3 01:15:52 CET 2013 - ma@suse.de
1910
1911 - Update zypp-po.tar.bz2
1912
1913 -------------------------------------------------------------------
1914 Wed Feb 27 08:41:18 CET 2013 - ma@suse.de
1915
1916 - Rephrase error message if 'lsof' is not installed (bnc#694427)
1917 - version 12.9.0 (0)
1918
1919 -------------------------------------------------------------------
1920 Fri Feb 15 12:49:18 CET 2013 - ma@suse.de
1921
1922 - Handle dangling update script symlinks in instsys. (bnc#803751)
1923 - version 12.8.1 (0)
1924
1925 -------------------------------------------------------------------
1926 Thu Feb 14 01:13:28 CET 2013 - ma@suse.de
1927
1928 - Update zypp-po.tar.bz2
1929
1930 -------------------------------------------------------------------
1931 Thu Feb  7 01:16:50 CET 2013 - ma@suse.de
1932
1933 - Update zypp-po.tar.bz2
1934
1935 -------------------------------------------------------------------
1936 Mon Feb  4 12:35:51 CET 2013 - ma@suse.de
1937
1938 - Update zypp-po.tar.bz2
1939
1940 -------------------------------------------------------------------
1941 Tue Jan 22 11:06:55 CET 2013 - ma@suse.de
1942
1943 - make multicurl suppress progress reports for the metalink download
1944 - work around libcurl bug that sometimes gives us old values in the
1945   progress callback
1946 - version 12.8.0 (0)
1947
1948 -------------------------------------------------------------------
1949 Fri Jan 18 14:07:50 CET 2013 - ma@suse.de
1950
1951 - Reduce logging
1952 - MediaMultiCurl: throw AbortRequestException if aborted by user
1953 - version 12.7.0 (0)
1954
1955 -------------------------------------------------------------------
1956 Sun Jan 13 01:13:23 CET 2013 - ma@suse.de
1957
1958 - Update zypp-po.tar.bz2
1959
1960 -------------------------------------------------------------------
1961 Sun Jan  6 01:13:17 CET 2013 - ma@suse.de
1962
1963 - Update zypp-po.tar.bz2
1964
1965 -------------------------------------------------------------------
1966 Thu Dec 27 01:13:27 CET 2012 - ma@suse.de
1967
1968 - Update zypp-po.tar.bz2
1969
1970 -------------------------------------------------------------------
1971 Mon Dec 17 13:31:15 CET 2012 - ma@suse.de
1972
1973 - Add NamedValue<_Tp>: Simple value<>name mapping supporting aliases
1974 - Enable zypper to remove zypp locks without evaluating the
1975   query (bnc#792901)
1976 - Configure curl to "not fix the BEAST attack" (bnc#779177)
1977 - version 12.6.0 (0)
1978
1979 -------------------------------------------------------------------
1980 Sun Dec 16 01:13:16 CET 2012 - ma@suse.de
1981
1982 - Update zypp-po.tar.bz2
1983
1984 -------------------------------------------------------------------
1985 Mon Dec  3 14:31:59 CET 2012 - ma@suse.de
1986
1987 - HistoryLogReader: new HistoryLogData based API for parsing the new
1988   history file entries (fate#312521)
1989   The old HistoryItem based API is deprecated but will
1990   still be available for a while if you compile with
1991   -DWITH_DEPRECATED_HISTORYITEM_API.
1992 - Write userdata string to history log (fate#312521)
1993 - Add HistoryLogReader testcases
1994 - Adapt to libsolv 'medianr'-changes
1995 - version 12.5.0 (0)
1996
1997 -------------------------------------------------------------------
1998 Thu Nov 22 01:14:42 CET 2012 - ma@suse.de
1999
2000 - Update zypp-po.tar.bz2
2001
2002 -------------------------------------------------------------------
2003 Sun Nov 18 01:13:44 CET 2012 - ma@suse.de
2004
2005 - Update zypp-po.tar.bz2
2006
2007 -------------------------------------------------------------------
2008 Tue Nov 13 15:40:10 CET 2012 - ma@suse.de
2009
2010 - Forward userdata string to commit plugins in BEGINPLUGIN (fate#312521)
2011 - Extend ZConfig to store a user defined string value (fate#312521)
2012 - Add SIGSEGV handler trying to log a stack trace
2013 - Add zypp::dumpBacktrace to dump current stack trace to a stream.
2014 - Use gettext plural handling (bnc#784666)
2015 - version 12.4.0 (0)
2016
2017 -------------------------------------------------------------------
2018 Sun Nov  4 01:13:21 CET 2012 - ma@suse.de
2019
2020 - Update zypp-po.tar.bz2
2021
2022 -------------------------------------------------------------------
2023 Wed Oct 24 10:40:38 CEST 2012 - ma@suse.de
2024
2025 - Add simple sysconfig::write (bnc#766598)
2026 - For installed products also filelists when trying to find the buddy
2027   (bnc#784900)
2028 - Provide information whether product license needs to be accepted.
2029 - version 12.3.0 (0)
2030
2031 -------------------------------------------------------------------
2032 Thu Oct 18 01:13:43 CEST 2012 - ma@suse.de
2033
2034 - Update zypp-po.tar.bz2
2035
2036 -------------------------------------------------------------------
2037 Sun Oct  7 01:13:41 CEST 2012 - ma@suse.de
2038
2039 - Update zypp-po.tar.bz2
2040
2041 -------------------------------------------------------------------
2042 Mon Oct  1 11:00:42 CEST 2012 - ma@suse.de
2043
2044 - Enable multiversion kernel and set multiversion.kernels in
2045   /etc/zypp/zypp.conf to keep the latest, latest-1 and the running.
2046 - Fix typo (bnc#782801)
2047 - Relax evaluation of patch category tags (case insensitive)
2048
2049 -------------------------------------------------------------------
2050 Sun Sep 30 01:13:18 CEST 2012 - ma@suse.de
2051
2052 - Update zypp-po.tar.bz2
2053
2054 -------------------------------------------------------------------
2055 Sun Sep 16 01:14:34 CEST 2012 - ma@suse.de
2056
2057 - Update zypp-po.tar.bz2
2058
2059 -------------------------------------------------------------------
2060 Wed Sep 12 10:28:00 CEST 2012 - ma@suse.de
2061
2062 - Add str::commonPrefix
2063 - version 12.2.0 (0)
2064
2065 -------------------------------------------------------------------
2066 Sun Sep  9 01:13:25 CEST 2012 - ma@suse.de
2067
2068 - Update zypp-po.tar.bz2
2069
2070 -------------------------------------------------------------------
2071 Wed Sep  5 11:56:54 CEST 2012 - gs@suse.de
2072
2073 - Provide Target::reload()
2074 - version 12.1.0 (0)
2075
2076 -------------------------------------------------------------------
2077 Sun Aug 26 01:13:31 CEST 2012 - ma@suse.de
2078
2079 - Update zypp-po.tar.bz2
2080
2081 -------------------------------------------------------------------
2082 Thu Aug 23 01:13:47 CEST 2012 - ma@suse.de
2083
2084 - Update zypp-po.tar.bz2
2085
2086 -------------------------------------------------------------------
2087 Sun Aug 19 01:14:11 CEST 2012 - ma@suse.de
2088
2089 - Update zypp-po.tar.bz2
2090
2091 -------------------------------------------------------------------
2092 Thu Aug 16 01:13:43 CEST 2012 - ma@suse.de
2093
2094 - Update zypp-po.tar.bz2
2095
2096 -------------------------------------------------------------------
2097 Fri Aug 10 12:53:47 CEST 2012 - ma@suse.de
2098
2099 - Implement $ZYPP_LOCK_TIMEOUT: number of seconds to wait for a
2100   zypplock becoming available (bnc#772965)
2101 - Unify update-scripts with same content(md5sum) (bnc#773575)
2102 - version 12.0.1 (0)
2103
2104 -------------------------------------------------------------------
2105 Thu Aug  9 01:15:12 CEST 2012 - ma@suse.de
2106
2107 - Update zypp-po.tar.bz2
2108
2109 -------------------------------------------------------------------
2110 Thu Aug  2 11:55:00 CEST 2012 - ma@suse.de
2111
2112 - set $ZYPP_IS_RUNNING during commit
2113 - Bump major version for Factory
2114   11.x is continued on SuSE-Code-12_2-Branch
2115 - version 12.0.0 (0)
2116
2117 -------------------------------------------------------------------
2118 Thu Aug  2 01:14:11 CEST 2012 - ma@suse.de
2119
2120 - Update zypp-po.tar.bz2
2121
2122 -------------------------------------------------------------------
2123 Wed Aug  1 15:32:40 CEST 2012 - ma@suse.de
2124
2125 - Fixed typo (bnc#773467)
2126 - Erase any old repo instance from pool when (re)loading from cache
2127 - filter zero sized devices in disk usage counter(bnc#769819)
2128 - fix isSoftLocked computation
2129 - fix possibly reporting timeout as "aborted by user" (bnc#665327)
2130 - do not fork the uuidgen program, use kernel interface instead
2131 - remove obsolete hicolor-icon-theme BuildRequires
2132 - version 11.7.0 (6)
2133
2134 -------------------------------------------------------------------
2135 Sun Jul 29 01:13:31 CEST 2012 - ma@suse.de
2136
2137 - Update zypp-po.tar.bz2
2138
2139 -------------------------------------------------------------------
2140 Thu Jul 19 01:13:43 CEST 2012 - ma@suse.de
2141
2142 - Update zypp-po.tar.bz2
2143
2144 -------------------------------------------------------------------
2145 Sun Jul  1 01:13:31 CEST 2012 - ma@suse.de
2146
2147 - Update zypp-po.tar.bz2
2148
2149 -------------------------------------------------------------------
2150 Thu Jun 28 01:14:27 CEST 2012 - ma@suse.de
2151
2152 - Update zypp-po.tar.bz2
2153
2154 -------------------------------------------------------------------
2155 Mon Jun 25 15:23:10 CEST 2012 - ma@suse.de
2156
2157 - zypp.conf:servicesdir is ignored (bnc#765528)
2158 - allow libcurl to take proxy from environment iff proxy is not
2159   configured or disallowed (bnc#745404)
2160 - version 11.6.3 (6)
2161
2162 -------------------------------------------------------------------
2163 Sun Jun 24 01:14:32 CEST 2012 - ma@suse.de
2164
2165 - Update zypp-po.tar.bz2
2166
2167 -------------------------------------------------------------------
2168 Thu Jun 14 01:13:35 CEST 2012 - ma@suse.de
2169
2170 - Update zypp-po.tar.bz2
2171
2172 -------------------------------------------------------------------
2173 Fri Jun  8 15:57:22 CEST 2012 - ma@suse.de
2174
2175 - Adjust weaklock fix
2176
2177 -------------------------------------------------------------------
2178 Fri Jun  8 14:16:15 CEST 2012 - ma@suse.de
2179
2180 - Fix processing of weak locks (bnc#749418, bnc#765164)
2181 - [valgrind] don't dereference if we may be past the end of the repositories.
2182 - add armv7hl workaround for Adrian
2183 - version 11.6.2 (6)
2184
2185 -------------------------------------------------------------------
2186 Sun Jun  3 01:14:09 CEST 2012 - ma@suse.de
2187
2188 - Update zypp-po.tar.bz2
2189
2190 -------------------------------------------------------------------
2191 Thu May 31 10:07:37 UTC 2012 - dmacvicar@suse.com
2192
2193 - fix an invalid read revealed by valgrind in
2194   RepositoryIterator::increment()
2195
2196 -------------------------------------------------------------------
2197 Sun May 20 01:13:30 CEST 2012 - ma@suse.de
2198
2199 - Update zypp-po.tar.bz2
2200
2201 -------------------------------------------------------------------
2202 Thu May 17 01:15:25 CEST 2012 - ma@suse.de
2203
2204 - Update zypp-po.tar.bz2
2205
2206 -------------------------------------------------------------------
2207 Sun May 13 01:14:15 CEST 2012 - ma@suse.de
2208
2209 - Update zypp-po.tar.bz2
2210
2211 -------------------------------------------------------------------
2212 Tue May  8 13:39:22 CEST 2012 - ma@suse.de
2213
2214 - Use ld version script to hide symbols outside zypp namespace (bnc#755324)
2215 - remove base/Deprecated.h (macros now in APIConfig.h)
2216 - Disribute Easy.h in APIConfig.h
2217 - Add APIConfig.h providing ZYPP_API and ZYPP_LOCAL macros
2218 - version 11.6.0 (6)
2219
2220 -------------------------------------------------------------------
2221 Fri May  4 11:18:17 CEST 2012 - ma@suse.de
2222
2223 - build with gcc-4.7 (bnc#755324)
2224 - version 11.5.0 (5)
2225
2226 -------------------------------------------------------------------
2227 Wed Apr 25 18:50:20 CEST 2012 - ma@suse.de
2228
2229 - Fix lost device info when mounting CD/DVD
2230
2231 -------------------------------------------------------------------
2232 Sun Apr 22 01:15:46 CEST 2012 - ma@suse.de
2233
2234 - Update zypp-po.tar.bz2
2235
2236 -------------------------------------------------------------------
2237 Thu Apr 19 10:19:05 CEST 2012 - ma@suse.de
2238
2239 - Always consider (block) devices passed as url option (bnc#755815)
2240
2241 -------------------------------------------------------------------
2242 Thu Apr 19 01:14:57 CEST 2012 - ma@suse.de
2243
2244 - Update zypp-po.tar.bz2
2245
2246 -------------------------------------------------------------------
2247 Wed Apr 18 18:38:06 CEST 2012 - ma@suse.de
2248
2249 - Fix install progress hopping back and forth
2250 - Try to create a missing destination dir before switching to tmp
2251   space (bnc#755239)
2252
2253 -------------------------------------------------------------------
2254 Mon Apr 16 14:52:35 CEST 2012 - ma@suse.de
2255
2256 - ResStatus: add 'unneeded' bit (determined by solver)
2257 - Force using gcc-4.6 until it builds with 4.7
2258 - Support multiversion definitions being read from files in /etc/zypp/multiversion.d.
2259 - Workaround doxygen SEGV and accept incomplete docs (until bnc#755402 is fixed)
2260 - Rename zypp::sat::AttrMatcher to zypp::StrMatcher (base/StrMatcher.h)
2261 - Support (source)package download by non-root user (bnc#755239)
2262 - Delay construction of ZYppGlobalLock until its actually needed (bnc#575096)
2263 - Fix buddy handling in solver results
2264 - Simplify Selectable::multiversionInstall
2265 - Don't cache defaultCandidate as it depends on solver::allowVendorChange flag (bnc#754286)
2266 - version 11.4.0 (4)
2267
2268 -------------------------------------------------------------------
2269 Tue Apr 10 12:11:37 CEST 2012 - ma@suse.de
2270
2271 - Update zypp-po.tar.bz2
2272
2273 -------------------------------------------------------------------
2274 Sun Apr  8 01:13:24 CEST 2012 - ma@suse.de
2275
2276 - Update zypp-po.tar.bz2
2277
2278 -------------------------------------------------------------------
2279 Thu Apr  5 01:16:21 CEST 2012 - ma@suse.de
2280
2281 - Update zypp-po.tar.bz2
2282
2283 -------------------------------------------------------------------
2284 Mon Mar 26 14:47:59 CEST 2012 - ma@suse.de
2285
2286 - Cleanup orphaned media attach points (bnc#751221)
2287 - Show max support status if package is in multiple repos (bnc#735841)
2288 - Parse proxy user/pass from url (bnc#752497)
2289 - Add CMake option to disable libproxy usage and disable it on SLE. (bnc#752500)
2290 - version 11.3.0 (1)
2291
2292 -------------------------------------------------------------------
2293 Thu Mar 15 00:31:25 CET 2012 - ma@suse.de
2294
2295 - Add API for patch severity (bnc#733723, FATE#312633)
2296 - version 11.2.0 (1)
2297
2298 -------------------------------------------------------------------
2299 Tue Mar 13 13:04:48 CET 2012 - ma@suse.de
2300
2301 - Force libproxy into using "/etc/sysconfig/proxy" if it exists (bnc#679322)
2302 - Apply soft locks by name and not per package (bnc#749418)
2303 - version 11.1.1 (1)
2304
2305 -------------------------------------------------------------------
2306 Fri Feb  3 13:18:01 CET 2012 - ma@suse.de
2307
2308 - Add Fetcher support for CHECKSUMS file (replaceing SHA1SUMS) (bnc#744302)
2309 - Build with -fvisibility-inlines-hidden
2310 - CheckAccessDeleted: avoid duplicate entries for the same PID (bnc#716972)
2311 - Correctly use user:pass directly embedded in a proxy url (bnc#740764)
2312 - new sat::Map - Libsolv (bit)Map wrapper.
2313 - always set splitprovides to true now that libsolv handles them better
2314 - version 11.1.0 (1)
2315
2316 -------------------------------------------------------------------
2317 Thu Feb  2 01:14:17 CET 2012 - ma@suse.de
2318
2319 - Update zypp-po.tar.bz2
2320
2321 -------------------------------------------------------------------
2322 Sun Jan 29 01:14:28 CET 2012 - ma@suse.de
2323
2324 - Update zypp-po.tar.bz2
2325
2326 -------------------------------------------------------------------
2327 Sun Jan 22 01:13:30 CET 2012 - ma@suse.de
2328
2329 - Update zypp-po.tar.bz2
2330
2331 -------------------------------------------------------------------
2332 Tue Jan 10 18:31:41 CET 2012 - ma@suse.de
2333
2334 - Update zypp-po.tar.bz2
2335
2336 -------------------------------------------------------------------
2337 Fri Dec 23 14:51:25 CET 2011 - ma@suse.de
2338
2339 - Adapt Repository iteration to libsolv changes.
2340 - Add sat::Pool tests
2341 - Fix Flags<> api to be more consistent and add testcase.
2342 - Set min_curl_version 7.19.4 (bnc#735284)
2343 - Doc: add some words about 'Solver - Vendor protection'
2344 - version 11.0.0 (0)
2345
2346 -------------------------------------------------------------------
2347 Thu Dec  1 01:13:37 CET 2011 - ma@suse.de
2348
2349 - Update zypp-po.tar.bz2
2350
2351 -------------------------------------------------------------------
2352 Mon Nov 28 18:08:42 CET 2011 - ma@suse.de
2353
2354 - Fix and optimize Pathname ctor and provide testcases (bnc#721128)
2355 - Open all file descriptors with O_CLOEXEC to avoid leaks and races
2356 - Some improvements to the services documentation
2357 - Fix RW_pointer comparison with underlying smart pointer type.
2358 - version 10.3.5 (3)
2359
2360 -------------------------------------------------------------------
2361 Sun Nov 27 01:13:10 CET 2011 - ma@suse.de
2362
2363 - Update zypp-po.tar.bz2
2364
2365 -------------------------------------------------------------------
2366 Thu Nov 17 01:13:15 CET 2011 - ma@suse.de
2367
2368 - Update zypp-po.tar.bz2
2369
2370 -------------------------------------------------------------------
2371 Fri Nov 11 13:38:42 CET 2011 - ma@suse.de
2372
2373 - Try to find and use some CD/DVD device even if HAL/UDEV detection
2374   fails (bnc#724807)
2375 - Static initialization problem fixes (by Harald Fernengel)
2376 - version 10.3.4 (3)
2377
2378 -------------------------------------------------------------------
2379 Mon Nov  7 15:45:28 CET 2011 - ma@suse.de
2380
2381 - Don't use proxy if disabled (bnc#696805)
2382 - version 10.3.3 (3)
2383
2384 -------------------------------------------------------------------
2385 Mon Nov  7 13:49:44 UTC 2011 - dimstar@opensuse.org
2386
2387 - Add pkg-config BuildRequires: We fail to detect libproxy due to
2388   the missing pkg-config. Additionally, we have a .pc file
2389   ourselfes, which we do not get the provides for [bnc#696805]
2390
2391 -------------------------------------------------------------------
2392 Thu Nov  3 14:58:42 CET 2011 - ma@suse.de
2393
2394 - Let RepoInfo::keepPackages properly default to FALSE (bnc#727385)
2395 - version 10.3.2 (3)
2396
2397 -------------------------------------------------------------------
2398 Thu Nov  3 01:13:12 CET 2011 - ma@suse.de
2399
2400 - Update zypp-po.tar.bz2
2401
2402 -------------------------------------------------------------------
2403 Sun Oct 30 01:14:41 CEST 2011 - ma@suse.de
2404
2405 - Update zypp-po.tar.bz2
2406
2407 -------------------------------------------------------------------
2408 Thu Oct 27 01:14:10 CEST 2011 - ma@suse.de
2409
2410 - Update zypp-po.tar.bz2
2411
2412 -------------------------------------------------------------------
2413 Mon Oct 24 13:35:56 CEST 2011 - ma@suse.de
2414
2415 - Explicitly include textLocale in package translation download
2416
2417 -------------------------------------------------------------------
2418 Mon Oct 24 09:37:31 CEST 2011 - ma@suse.de
2419
2420 - Update libversion info (due to ABI change in 10.2.0 (bnc#725407)
2421 - version 10.3.1 (3)
2422
2423 -------------------------------------------------------------------
2424 Sun Oct 23 01:13:11 CEST 2011 - ma@suse.de
2425
2426 - Update zypp-po.tar.bz2
2427
2428 -------------------------------------------------------------------
2429 Fri Oct 21 11:47:39 CEST 2011 - ma@suse.de
2430
2431 - Add zypp.conf option repo.refresh.locales: A list of locales for
2432   which translated package descriptions should be downloaded if
2433   available.
2434 - Explixitly set CURLOPT_PROXYAUTH
2435 - version 10.3.0 (1)
2436
2437 -------------------------------------------------------------------
2438 Tue Oct 18 16:45:13 CEST 2011 - ma@suse.de
2439
2440 - Add arch armv7tnhl and armv7thl
2441 - Fix RepoVariablesReplacer to compute substitution values on demand only
2442 - PathInfo::hardlinkCopy: fix handling cross-device links
2443 - version 10.2.0 (1)
2444
2445 -------------------------------------------------------------------
2446 Sun Oct 16 01:13:37 CEST 2011 - ma@suse.de
2447
2448 - Update zypp-po.tar.bz2
2449
2450 -------------------------------------------------------------------
2451 Thu Oct 13 11:50:26 CEST 2011 - ma@suse.de
2452
2453 - Must not differ between type nfs and nfs4 when checking the mount
2454   table (bnc#710269)
2455 - version 10.1.1 (1)
2456
2457 -------------------------------------------------------------------
2458 Thu Oct 13 01:13:37 CEST 2011 - ma@suse.de
2459
2460 - Update zypp-po.tar.bz2
2461
2462 -------------------------------------------------------------------
2463 Tue Oct 11 15:20:43 CEST 2011 - ma@suse.de
2464
2465 - Switch to using libsolv instead of satsolver
2466 - version 10.1.0 (1)
2467
2468 -------------------------------------------------------------------
2469 Sun Oct  9 01:13:16 CEST 2011 - ma@suse.de
2470
2471 - Update zypp-po.tar.bz2
2472
2473 -------------------------------------------------------------------
2474 Thu Oct  6 01:14:00 CEST 2011 - ma@suse.de
2475
2476 - Update zypp-po.tar.bz2
2477
2478 -------------------------------------------------------------------
2479 Tue Sep 20 09:57:04 CEST 2011 - ma@suse.de
2480
2481 - Bump major version for Factory; 9.x is continued on SLE-11-SP2-Branch
2482 - version 10.0.0 (0)
2483
2484 -------------------------------------------------------------------
2485 Tue Sep 13 10:51:53 CEST 2011 - ma@suse.de
2486
2487 - Enhance Selectable API
2488 - version 9.11.0 (8)
2489
2490 -------------------------------------------------------------------
2491 Sun Sep 11 01:18:59 CEST 2011 - ma@suse.de
2492
2493 - Update sle-zypp-po.tar.bz2
2494
2495 -------------------------------------------------------------------
2496 Sun Sep 11 01:13:12 CEST 2011 - ma@suse.de
2497
2498 - Update zypp-po.tar.bz2
2499
2500 -------------------------------------------------------------------
2501 Thu Sep  8 01:19:28 CEST 2011 - ma@suse.de
2502
2503 - Update sle-zypp-po.tar.bz2
2504
2505 -------------------------------------------------------------------
2506 Thu Sep  8 01:14:08 CEST 2011 - ma@suse.de
2507
2508 - Update zypp-po.tar.bz2
2509
2510 -------------------------------------------------------------------
2511 Wed Sep  7 12:38:23 CEST 2011 - ma@suse.de
2512
2513 - Explicitly require rpm.
2514 - version 9.10.2 (8)
2515
2516 -------------------------------------------------------------------
2517 Sun Sep  4 01:16:54 CEST 2011 - ma@suse.de
2518
2519 - Update sle-zypp-po.tar.bz2
2520
2521 -------------------------------------------------------------------
2522 Sun Sep  4 01:13:27 CEST 2011 - ma@suse.de
2523
2524 - Update zypp-po.tar.bz2
2525
2526 -------------------------------------------------------------------
2527 Thu Sep  1 01:13:36 CEST 2011 - ma@suse.de
2528
2529 - Update zypp-po.tar.bz2
2530
2531 -------------------------------------------------------------------
2532 Mon Aug 29 10:51:04 CEST 2011 - ma@suse.de
2533
2534 - Extend mount entry comparison fix (bnc#710269)
2535 - version 9.10.2 (8)
2536
2537 -------------------------------------------------------------------
2538 Thu Aug 25 01:17:06 CEST 2011 - ma@suse.de
2539
2540 - Update sle-zypp-po.tar.bz2
2541
2542 -------------------------------------------------------------------
2543 Mon Aug 22 13:57:16 CEST 2011 - ma@suse.de
2544
2545 - Update sle-zypp-po.tar.bz2
2546
2547 -------------------------------------------------------------------
2548 Sun Aug 14 01:13:21 CEST 2011 - ma@suse.de
2549
2550 - Update zypp-po.tar.bz2
2551
2552 -------------------------------------------------------------------
2553 Sun Aug  7 01:16:07 CEST 2011 - ma@suse.de
2554
2555 - Update zypp-po.tar.bz2
2556
2557 -------------------------------------------------------------------
2558 Fri Aug  5 15:20:07 CEST 2011 - ma@suse.de
2559
2560 - Attempt to fix smb mount entry comparison (bnc#710269)
2561 - version 9.10.1 (8)
2562
2563 -------------------------------------------------------------------
2564 Thu Aug  4 14:54:47 CEST 2011 - ma@suse.de
2565
2566 - Allow to turn Resolvers upgrade mode on and off (bnc#709480)
2567 - Fix reading of integer arrays from rpm headers (bnc#709716)
2568 - version 9.10.0 (8)
2569
2570 -------------------------------------------------------------------
2571 Thu Aug  4 01:14:00 CEST 2011 - ma@suse.de
2572
2573 - Update zypp-po.tar.bz2
2574
2575 -------------------------------------------------------------------
2576 Thu Jul 28 13:04:10 CEST 2011 - ma@suse.de
2577
2578 - Evaluate CURLINFO_CONDITION_UNMET on zero sized successful transfers,
2579   if compiled against libcurl-7.19.4 or above. (bnc#692260)
2580 - version 9.9.2 (8)
2581
2582 -------------------------------------------------------------------
2583 Mon Jul 25 16:20:37 CEST 2011 - ma@suse.de
2584
2585 - Always read /proc/mounts when looking for mounted media (bnc#705893)
2586 - version 9.9.1 (8)
2587
2588 -------------------------------------------------------------------
2589 Fri Jul 22 13:12:34 CEST 2011 - ma@suse.de
2590
2591 - MediaUserAuth: Do not expose libcurl header files.
2592 - version 9.9.0 (8)
2593
2594 -------------------------------------------------------------------
2595 Mon Jul 18 11:33:25 CEST 2011 - ma@suse.de
2596
2597 - More initialize parser structure fixes. (bnc#705181)
2598 - version 9.8.7 (8)
2599
2600 -------------------------------------------------------------------
2601 Fri Jul 15 15:15:01 CEST 2011 - ma@suse.de
2602
2603 - Check for /etc/sysconfig/storage changes before solving (bnc#702365)
2604 - version 9.8.6 (8)
2605
2606 -------------------------------------------------------------------
2607 Fri Jul 15 13:58:53 CEST 2011 - ma@suse.de
2608
2609 - Properly initialize parser structures (bnc#705181)
2610 - version 9.8.5 (8)
2611
2612 -------------------------------------------------------------------
2613 Thu Jul  7 15:53:17 CEST 2011 - ma@suse.de
2614
2615 - Fix tests for available libcurl version.
2616 - version 9.8.4 (8)
2617
2618 -------------------------------------------------------------------
2619 Thu Jul  7 01:13:47 CEST 2011 - ma@suse.de
2620
2621 - Update zypp-po.tar.bz2
2622
2623 -------------------------------------------------------------------
2624 Mon Jul  4 10:41:42 CEST 2011 - ma@suse.de
2625
2626 - Make fix for bnc#702576 more robust.
2627 - Enhance fix for bnc#699435. Return an error if download in advance
2628   failed to provide all packages, so zypper does not silently quit.
2629 - version 9.8.3 (8)
2630
2631 -------------------------------------------------------------------
2632 Thu Jun 30 01:13:43 CEST 2011 - ma@suse.de
2633
2634 - Update zypp-po.tar.bz2
2635
2636 -------------------------------------------------------------------
2637 Wed Jun 29 12:23:24 CEST 2011 - ma@suse.de
2638
2639 - Always compute transaction from pool (bnc#702576)
2640 - version 9.8.2 (8)
2641
2642 -------------------------------------------------------------------
2643 Tue Jun 28 16:04:50 CEST 2011 - ma@suse.de
2644
2645 - Add feature provides for supported plugins.
2646
2647 -------------------------------------------------------------------
2648 Tue Jun 21 10:44:47 CEST 2011 - dmacvicar@suse.de
2649
2650 - Add configuration template for automatic kernel
2651   purge (feature#312018) to zypp.conf
2652
2653 -------------------------------------------------------------------
2654 Tue Jun 14 13:38:00 CEST 2011 - ma@suse.de
2655
2656 - Fix download loop to skip non-install actions. (bnc#699435)
2657 - version 9.8.1 (8)
2658
2659 -------------------------------------------------------------------
2660 Sun Jun 12 01:13:36 CEST 2011 - ma@suse.de
2661
2662 - Update zypp-po.tar.bz2
2663
2664 -------------------------------------------------------------------
2665 Thu Jun  9 09:34:51 CEST 2011 - ma@suse.de
2666
2667 - Fix missing return value.
2668
2669 -------------------------------------------------------------------
2670 Wed Jun  8 12:58:54 CEST 2011 - ma@suse.de
2671
2672 - Simplify ZYppCommitResult by using filtered Transaction::action_iterator.
2673 - version 9.8.0 (8)
2674
2675 -------------------------------------------------------------------
2676 Tue Jun  7 14:12:35 CEST 2011 - ma@suse.de
2677
2678 - Update zypp-po.tar.bz2
2679
2680 -------------------------------------------------------------------
2681 Tue Jun  7 12:42:20 CEST 2011 - ma@suse.de
2682
2683 - Fix transaction ORDER_BY_MEDIANR.
2684 - version 9.7.0 (5)
2685
2686 -------------------------------------------------------------------
2687 Fri Jun  3 23:12:05 CEST 2011 - ma@suse.de
2688
2689 - Basic commit plugins implemented. They may be used to implement pre/post
2690   commit actions like taking file system snapshots (fate#303699)
2691 - version 9.6.0 (5)
2692
2693 -------------------------------------------------------------------
2694 Tue May 31 17:27:45 CEST 2011 - ma@suse.de
2695
2696 - Do commit based on sat::Transaction.
2697 - version 9.5.0 (5)
2698
2699 -------------------------------------------------------------------
2700 Tue May 31 12:09:17 CEST 2011 - ma@suse.de
2701
2702 - Assert rpm database directory is created before rpmtsInitDB is
2703   called (bnc#697115)
2704
2705 -------------------------------------------------------------------
2706 Tue May 31 11:46:57 CEST 2011 - dheidler@suse.de
2707
2708 - fix var definition order in PackageProvider
2709 - fix operator~ return datatype for flags (ctor is explicit)
2710 - add method interactiveFlags to Patch describing what makes it
2711   interactive
2712 - version 9.4.0 (3)
2713
2714 -------------------------------------------------------------------
2715 Tue May 31 10:12:12 CEST 2011 - ma@suse.de
2716
2717 - Recommend 'lsof' (for zypper ps) (bnc#694427, bnc#684466)
2718
2719 -------------------------------------------------------------------
2720 Mon May 30 17:14:14 CEST 2011 - dheidler@suse.de
2721
2722 - Switch patch interactive-check to flags
2723 - version 9.3.0 (3)
2724
2725 -------------------------------------------------------------------
2726 Sun May 29 01:13:42 CEST 2011 - ma@suse.de
2727
2728 - Update zypp-po.tar.bz2
2729
2730 -------------------------------------------------------------------
2731 Fri May 27 17:02:05 CEST 2011 - ma@suse.de
2732
2733 - fix specfile to handle sles translations if available
2734
2735 -------------------------------------------------------------------
2736 Fri May 27 09:51:13 CEST 2011 - ma@suse.de
2737
2738 - Avoid using #elifdef directive.
2739
2740 -------------------------------------------------------------------
2741 Thu May 26 01:13:43 CEST 2011 - ma@suse.de
2742
2743 - Update zypp-po.tar.bz2
2744
2745 -------------------------------------------------------------------
2746 Wed May 25 09:22:28 CEST 2011 - ma@suse.de
2747
2748 - Add a fallback gnome-packagekit updater in package-manager (bnc#667504)
2749 - Backport changelog entries from SLE11-SP1 branch. Bugs mentioned here
2750   were either fixed without bnc# or do not apply to this branch. This is
2751   to make the changelog checker happy:
2752   - Set proper defaults for service repos (bnc#673943)
2753
2754 -------------------------------------------------------------------
2755 Tue May 24 12:43:32 CEST 2011 - dheidler@suse.de
2756
2757 - add option ignore_reboot_flag to Patch::interactive (bnc#665853)
2758 - version 9.2.0 (2)
2759
2760 -------------------------------------------------------------------
2761 Mon May 23 16:12:32 CEST 2011 - dheidler@suse.de
2762
2763 - respect patch content license when determinating interactive status
2764 - version 9.1.2 (1)
2765
2766 -------------------------------------------------------------------
2767 Mon May 23 12:05:10 CEST 2011 - ma@suse.de
2768
2769 - More rpm-4.9 fixes
2770 - Disable rpm V3toV4 conversion while not working with rpm 4.9
2771
2772 -------------------------------------------------------------------
2773 Sun May 22 01:14:21 CEST 2011 - ma@suse.de
2774
2775 - Update zypp-po.tar.bz2
2776
2777 -------------------------------------------------------------------
2778 Fri May 20 17:11:10 CEST 2011 - ma@suse.de
2779
2780 - Fix for rpm-4.9
2781 - version 9.1.1 (1)
2782
2783 -------------------------------------------------------------------
2784 Fri May 20 13:43:38 CEST 2011 - ma@suse.de
2785
2786 - Disable use if rpm-4.4 legacy interface (dropped in 4.9) (bnc#691089)
2787 - Fix poolquery handling repo restrictions correctly. (bnc#661976)
2788 - version 9.1.0 (1)
2789
2790 -------------------------------------------------------------------
2791 Wed May 18 14:10:20 CEST 2011 - dmacvicar@suse.de
2792
2793 - Allow MediaCD to build against HAL or nothing
2794   if udev is not present
2795
2796 -------------------------------------------------------------------
2797 Mon May 16 14:42:09 CEST 2011 - dmacvicar@suse.de
2798
2799 - forward port all changes to make it build in Code10
2800
2801 -------------------------------------------------------------------
2802 Mon May 16 11:51:51 UTC 2011 - dmacvicar@suse.de
2803
2804 - make -Werror=format-security optional and used only if
2805   supported
2806
2807 -------------------------------------------------------------------
2808 Sun May 15 01:13:47 CEST 2011 - ma@suse.de
2809
2810 - Update zypp-po.tar.bz2
2811
2812 -------------------------------------------------------------------
2813 Thu May 12 01:13:54 CEST 2011 - ma@suse.de
2814
2815 - Update zypp-po.tar.bz2
2816
2817 -------------------------------------------------------------------
2818 Fri May  6 13:22:35 CEST 2011 - dheidler@suse.de
2819
2820 - delete old metadata temp directories
2821 - version 9.0.3 (0)
2822
2823 -------------------------------------------------------------------
2824 Wed Apr 27 17:17:00 CEST 2011 - dheidler@suse.de
2825
2826 - fix max_concurrent_connections option in MultiCurl (bnc#596089)
2827 - version 9.0.2 (0)
2828
2829 -------------------------------------------------------------------
2830 Sun Apr 17 01:13:40 CEST 2011 - ma@suse.de
2831
2832 - Update zypp-po.tar.bz2
2833
2834 -------------------------------------------------------------------
2835 Tue Apr 12 18:49:32 CEST 2011 - dheidler@suse.de
2836
2837 - check for permissions before writing (fixes bnc#683509)
2838 - version 9.0.1 (0)
2839
2840 -------------------------------------------------------------------
2841 Tue Apr  5 12:08:27 CEST 2011 - ma@suse.de
2842
2843 - Switch ResPoolProxy to use multimap in order to allow iteration
2844   of all Selectables of all kinds.
2845 - Add upper/lower_bound iteration to MapKVIterator.
2846 - Add stream output for multimap/set.
2847 - version 9.0.0 (0)
2848
2849 -------------------------------------------------------------------
2850 Mon Apr  4 15:08:08 CEST 2011 - ma@suse.de
2851
2852 - Update zypp-po.tar.bz2
2853
2854 -------------------------------------------------------------------
2855 Mon Apr  4 15:04:47 CEST 2011 - ma@suse.de
2856
2857 - Update zypp-po.tar.bz2
2858
2859 -------------------------------------------------------------------
2860 Mon Apr  4 15:03:55 CEST 2011 - ma@suse.de
2861
2862 - Update zypp-po.tar.bz2
2863
2864 -------------------------------------------------------------------
2865 Thu Mar 10 01:13:39 CET 2011 - ma@suse.de
2866
2867 - Update zypp-po.tar.bz2
2868
2869 -------------------------------------------------------------------
2870 Sun Mar  6 01:13:41 CET 2011 - ma@suse.de
2871
2872 - Update zypp-po.tar.bz2
2873
2874 -------------------------------------------------------------------
2875 Wed Feb 16 14:24:27 UTC 2011 - dmacvicar@suse.de
2876
2877 - Do not look for $releasever 's value if there is no variable
2878   in the url: parses product file again and again
2879 - version 8.12.2 (10)
2880
2881 -------------------------------------------------------------------
2882 Thu Feb 10 16:01:46 CET 2011 - ma@suse.de
2883
2884 - Remove package-manager.desktop file (bnc#329635)
2885 - version 8.12.1 (10)
2886
2887 -------------------------------------------------------------------
2888 Tue Jan 25 10:09:22 CET 2011 - ma@suse.de
2889
2890 - Apply patch introducing armv7nhl:armv7hl
2891
2892 -------------------------------------------------------------------
2893 Tue Jan 18 12:28:19 UTC 2011 - dmacvicar@suse.de
2894
2895 - allow for Repo Index Services to set the enabled state of
2896   repositories from the server side.
2897 - Fix priority not being set on reading service indexes
2898 - version 8.12.0 (10)
2899
2900 -------------------------------------------------------------------
2901 Fri Jan 14 12:45:18 CET 2011 - ma@suse.de
2902
2903 - Add new ServicePlugin Exceptions.
2904
2905 -------------------------------------------------------------------
2906 Thu Jan 13 01:13:32 CET 2011 - ma@suse.de
2907
2908 - Update zypp-po.tar.bz2
2909
2910 -------------------------------------------------------------------
2911 Thu Dec 23 14:42:02 CET 2010 - dheidler@suse.de
2912
2913 - add method to check if there are manually configured urls
2914 - version 8.11.0 (10)
2915
2916 -------------------------------------------------------------------
2917 Thu Dec 23 11:31:22 CET 2010 - dheidler@suse.de
2918
2919 - create cache directory, if it doesn't exist
2920   when saving mirrorlist
2921 - version 8.10.6 (10)
2922
2923 -------------------------------------------------------------------
2924 Wed Dec 22 12:38:22 CET 2010 - dheidler@suse.de
2925
2926 - moved keepPackages code to RepoInfo::Impl
2927 - version 8.10.5 (10)
2928
2929 -------------------------------------------------------------------
2930 Tue Dec 21 13:29:06 CET 2010 - dheidler@suse.de
2931
2932 - Fix caching of mirrorlist files
2933 - version 8.10.4 (10)
2934
2935 -------------------------------------------------------------------
2936 Thu Dec 16 19:46:00 CET 2010 - ma@suse.de
2937
2938 - Do not export keyring if rpmdb is initialised, but target isn't
2939   (bnc#659494)
2940 - version 8.10.3 (10)
2941
2942 -------------------------------------------------------------------
2943 Fri Dec 10 17:17:07 CET 2010 - dheidler@suse.de
2944
2945 - Catch RPM-Exeption when instaling the Distribution (bnc#658714)
2946 - version 8.10.2 (10)
2947
2948 -------------------------------------------------------------------
2949 Wed Dec  8 14:15:12 CET 2010 - dheidler@suse.de
2950
2951 - fix retrieval of distributionVersion if target is not initialized
2952 - MultiCurl: make sure the server responds with "partial content",
2953   fixes corrupt downloads if the metalink file contains no checksums
2954 - version 8.10.1 (10)
2955
2956 -------------------------------------------------------------------
2957 Wed Dec  1 17:39:16 CET 2010 - dheidler@suse.de
2958
2959 - Added ReplacerVar caching in RepoInfo
2960 - Automaticly remove empty mirrorlist-files
2961 - version 8.10.0 (10)
2962
2963 -------------------------------------------------------------------
2964 Tue Nov 30 17:11:32 CET 2010 - dheidler@suse.de
2965
2966 - Added MirrorList caching
2967 - version 8.9.0 (7)
2968
2969 -------------------------------------------------------------------
2970 Mon Nov 29 12:31:37 CET 2010 - ma@suse.de
2971
2972 - Icons for libzypp should go into desktop-data. (bnc#329635)
2973 - version 8.8.2 (7)
2974
2975 -------------------------------------------------------------------
2976 Wed Nov 24 11:55:59 CET 2010 - ma@suse.de
2977
2978 - Properly handle FTP response 550. (bnc#645747)
2979 - version 8.8.1 (7)
2980
2981 -------------------------------------------------------------------
2982 Fri Nov 19 11:24:39 CET 2010 - mls@suse.de
2983
2984 - fix access of freed memory in MultiCurl (bnc#654600)
2985
2986 -------------------------------------------------------------------
2987 Sun Nov  7 01:13:39 CET 2010 - ma@suse.de
2988
2989 - Update zypp-po.tar.bz2
2990
2991 -------------------------------------------------------------------
2992 Wed Nov  3 16:06:46 CET 2010 - dheidler@suse.de
2993
2994 - added metalink support
2995 - version 8.8.0 (7)
2996
2997 -------------------------------------------------------------------
2998 Thu Oct 21 18:15:31 CEST 2010 - ma@suse.de
2999
3000 - Feed the ProvideFilePolicy progress callback in addition to any
3001   connected media::DownloadProgressReport (bnc#545106)
3002 - version 8.7.1 (7)
3003
3004 -------------------------------------------------------------------
3005 Wed Oct 13 16:14:13 CEST 2010 - dheidler@suse.de
3006
3007 - Make MetaLinkParser accept InputStreams
3008 - Make MetaLinkParser accept Pathnames insted of strings
3009 - Fix MetaLinkv4 hash parsing
3010 - Add MetaLinkParser test
3011 - version 8.7.0 (7)
3012
3013 -------------------------------------------------------------------
3014 Mon Oct 11 17:06:17 CEST 2010 - ma@suse.de
3015
3016 - Use timeouts in plugin script communication.
3017 - Fix ExternalProgram to correctly remember exit status.
3018 - version 8.6.0 (5)
3019
3020 -------------------------------------------------------------------
3021 Sun Oct 10 01:13:40 CEST 2010 - ma@suse.de
3022
3023 - Update zypp-po.tar.bz2
3024
3025 -------------------------------------------------------------------
3026 Fri Oct  8 08:43:02 UTC 2010 - dmacvicar@novell.com
3027
3028 - fix services not being linked to their file after being
3029   saved
3030
3031 -------------------------------------------------------------------
3032 Thu Oct  7 09:02:26 CEST 2010 - jkupec@suse.cz
3033
3034 - Don't use aria2c for FTP (bnc #641328)
3035
3036 -------------------------------------------------------------------
3037 Wed Oct  6 15:39:59 UTC 2010 - dmacvicar@novell.com
3038
3039 - implementation for url resolver plugins
3040 - version 8.5.0 (5)
3041
3042 -------------------------------------------------------------------
3043 Wed Oct  6 16:54:15 CEST 2010 - dheidler@suse.de
3044
3045 - Use DownloadInHeaps as default, when there is nothing configured
3046   and when the target root is set to "/". (bnc#591476)
3047 - version 8.4.0 (4)
3048
3049 -------------------------------------------------------------------
3050 Tue Sep 28 17:12:51 CEST 2010 - dheidler@suse.de
3051
3052 - fixed replacing releasever (for fedora systems) - (bnc#637470)
3053 - version 8.3.0 (0)
3054
3055 -------------------------------------------------------------------
3056 Fri Sep 24 13:07:25 CEST 2010 - mls@suse.de
3057
3058 - fix metalink4 parsing [bnc#641484]
3059
3060 -------------------------------------------------------------------
3061 Thu Sep 23 01:13:45 CEST 2010 - ma@suse.de
3062
3063 - Update zypp-po.tar.bz2
3064
3065 -------------------------------------------------------------------
3066 Mon Sep 20 15:31:31 UTC 2010 - dmacvicar@novell.com
3067
3068 - Allow per repository proxy settings like yum does.
3069   Including setting it to _none_ overriding the
3070   system proxy.
3071   Patch from Zhang, Qiang <qiang.z.zhang@intel.com>
3072 - version 8.2.1 (0)
3073
3074 -------------------------------------------------------------------
3075 Fri Sep 10 17:06:34 CEST 2010 - dheidler@suse.de
3076
3077 - fixed replacing basearch (for fedora systems) - (bnc#637473)
3078 - version 8.2.0 (0)
3079
3080 -------------------------------------------------------------------
3081 Fri Sep 10 11:57:29 CEST 2010 - ma@suse.de
3082
3083 - Report download failures in commit result (bnc#431854)
3084 - Fix Solvable::onSystemByUser returning true for uninstalled solvables.
3085 - version 8.1.3 (0)
3086
3087 -------------------------------------------------------------------
3088 Tue Aug 31 20:01:26 CEST 2010 - ma@suse.de
3089
3090 - Fix download-only not to omit source packages (bnc#635596)
3091 - version 8.1.2 (0)
3092
3093 -------------------------------------------------------------------
3094 Thu Aug 26 01:13:38 CEST 2010 - ma@suse.de
3095
3096 - Update zypp-po.tar.bz2
3097
3098 -------------------------------------------------------------------
3099 Fri Aug 13 12:33:26 UTC 2010 - dmacvicar@novell.com
3100
3101 - fix basearch url variable
3102 - use the right release package name on fedora
3103
3104 -------------------------------------------------------------------
3105 Tue Aug 10 13:18:08 CEST 2010 - ma@suse.de
3106
3107 - MediaDISK: Use blkid to verify disk volumes. (bnc#623226)
3108 - version 8.1.1 (0)
3109
3110 -------------------------------------------------------------------
3111 Sun Aug  8 01:13:37 CEST 2010 - ma@suse.de
3112
3113 - Update zypp-po.tar.bz2
3114
3115 -------------------------------------------------------------------
3116 Thu Aug  5 01:13:53 CEST 2010 - ma@suse.de
3117
3118 - Update zypp-po.tar.bz2
3119
3120 -------------------------------------------------------------------
3121 Tue Aug  3 16:17:04 CEST 2010 - ma@suse.de
3122
3123 - Fix memory leaks.
3124
3125 -------------------------------------------------------------------
3126 Mon Aug  2 11:58:57 CEST 2010 - ma@suse.de
3127
3128 - Enhance PoolItem interface to assist patch classification. (bnc#627316)
3129 - version 8.1.0 (0)
3130
3131 -------------------------------------------------------------------
3132 Tue Jul 27 15:38:00 CEST 2010 - ma@suse.de
3133
3134 - Fix bug in PoolQuery::addDependency
3135 - Disable MediaAria and enable MultiCurl as default http/ftp backend.
3136   MultiCurl implements MetaLink and Zsync support using libcurl. In
3137   case of trouble set ZYPP_MULTICURL=0 in the envirionment to disable
3138   the new backend.
3139 - version 8.0.1 (0)
3140
3141 -------------------------------------------------------------------
3142 Mon Jul 26 17:05:14 CEST 2010 - ma@suse.de
3143
3144 - Bump heads major version after 11.3 branched away.
3145 - version 8.0.0 (0)
3146
3147 -------------------------------------------------------------------
3148 Thu Jul 22 01:13:27 CEST 2010 - ma@suse.de
3149
3150 - Update zypp-po.tar.bz2
3151
3152 -------------------------------------------------------------------
3153 Wed Jul  7 13:56:49 CEST 2010 - ma@suse.de
3154
3155 - Add PoolQuery for name, edition AND architecture in one go. (bnc#614362)
3156 - version 7.8.0 (6)
3157
3158 -------------------------------------------------------------------
3159 Mon Jul  5 13:03:57 CEST 2010 - ma@suse.de
3160
3161 - Fix requirement to /usr/bin/uuidgen (bnc#613304)
3162
3163 -------------------------------------------------------------------
3164 Sun Jul  4 01:13:29 CEST 2010 - ma@suse.de
3165
3166 - Update zypp-po.tar.bz2
3167
3168 -------------------------------------------------------------------
3169 Tue Jun 29 17:46:13 CEST 2010 - ma@suse.de
3170
3171 - Fix CURLOPT_MAX_RECV_SPEED_LARGE expecting a curl_off_t argument.
3172
3173 -------------------------------------------------------------------
3174 Tue Jun 29 10:22:06 CEST 2010 - ma@suse.de
3175
3176 - Respect zypp.conf policy settings when solving for update.
3177
3178 -------------------------------------------------------------------
3179 Fri Jun 25 11:35:52 CEST 2010 - ma@suse.de
3180
3181 - Don't bloat logfile by logging install progess values.
3182
3183 -------------------------------------------------------------------
3184 Thu Jun 10 01:13:49 CEST 2010 - ma@suse.de
3185
3186 - Update zypp-po.tar.bz2
3187
3188 -------------------------------------------------------------------
3189 Mon Jun  7 17:52:50 CEST 2010 - ma@suse.de
3190
3191 - Add missing Date constant declarations.
3192 - version 7.7.5 (6)
3193
3194 -------------------------------------------------------------------
3195 Mon Jun  7 11:46:58 CEST 2010 - ma@suse.de
3196
3197 - Prevent against daemons launched in rpm %post, that do not close
3198   their filedescriptors. Original fix was accidentally reverted.
3199   (bnc#174548)
3200 - version 7.7.4 (6)
3201
3202 -------------------------------------------------------------------
3203 Sun Jun  6 01:13:52 CEST 2010 - ma@suse.de
3204
3205 - Update zypp-po.tar.bz2
3206
3207 -------------------------------------------------------------------
3208 Fri Jun  4 17:14:17 CEST 2010 - ma@suse.de
3209
3210 - Fix default evaluation of recommendations of installed
3211   packages (bnc#605490)
3212 - version 7.7.3 (6)
3213
3214 -------------------------------------------------------------------
3215 Thu Jun  3 01:14:08 CEST 2010 - ma@suse.de
3216
3217 - Update zypp-po.tar.bz2
3218
3219 -------------------------------------------------------------------
3220 Fri May 21 20:00:55 CEST 2010 - ma@suse.de
3221
3222 - Fix broken IdStringType comparison (bnc#607572)
3223 - version 7.7.2 (6)
3224
3225 -------------------------------------------------------------------
3226 Thu May 20 21:01:05 CEST 2010 - ma@suse.de
3227
3228 - Fix packages provided via delta rpm being placed in
3229   the wrong package cache (bnc#607583)
3230 - version 7.7.1 (6)
3231
3232 -------------------------------------------------------------------
3233 Thu May 20 01:13:49 CEST 2010 - ma@suse.de
3234
3235 - Update zypp-po.tar.bz2
3236
3237 -------------------------------------------------------------------
3238 Tue May 18 18:02:44 CEST 2010 - ma@suse.de
3239
3240 - Fix arch detection on sprac (bug #566291)
3241 - Arch: add sparc64v and sparcv9v and armv7l
3242 - RepoManager: refresh repo if last refresh is in the future (bnc#593617)
3243 - version 7.6.1 (6)
3244
3245 -------------------------------------------------------------------
3246 Mon May 17 15:25:14 CEST 2010 - ma@suse.de
3247
3248 - Fix package-manager-su to support LXDE (Andrea Florio) (bnc#582235)
3249 - Cleanup spec file (Pavol Rusnak)
3250 - version 7.6.0 (6)
3251
3252 -------------------------------------------------------------------
3253 Sun May 16 01:13:39 CEST 2010 - ma@suse.de
3254
3255 - Update zypp-po.tar.bz2
3256
3257 -------------------------------------------------------------------
3258 Wed May 12 19:09:54 CEST 2010 - ma@suse.de
3259
3260 - Add methods to evaluate gpg geys expiration dates.
3261 - Export all rpmDb keys to the zypp trusted keyring in one go.
3262 - version 7.6.0 (6)
3263
3264 -------------------------------------------------------------------
3265 Wed May 12 17:35:44 CEST 2010 - ma@suse.de
3266
3267 - Update zypp-po.tar.bz2
3268
3269 -------------------------------------------------------------------
3270 Sun May  9 01:13:45 CEST 2010 - ma@suse.de
3271
3272 - Update zypp-po.tar.bz2
3273
3274 -------------------------------------------------------------------
3275 Sat May  8 01:13:43 CEST 2010 - ma@suse.de
3276
3277 - Update zypp-po.tar.bz2
3278
3279 -------------------------------------------------------------------
3280 Fri May  7 01:13:55 CEST 2010 - ma@suse.de
3281
3282 - Update zypp-po.tar.bz2 (Revision: 54959)
3283
3284 -------------------------------------------------------------------
3285 Wed May  5 14:49:39 CEST 2010 - ma@suse.de
3286
3287 - Update zypp-po.tar.bz2 (Revision: 54959)
3288
3289 -------------------------------------------------------------------
3290 Tue May  4 01:13:43 CEST 2010 - ma@suse.de
3291
3292 - Update translations.
3293
3294 -------------------------------------------------------------------
3295 Mon May  3 18:12:36 CEST 2010 - ma@suse.de
3296
3297 - Improve solver.cleandepsOnRemove result by evaluating the install
3298   history to find packages installed on behalf of a user request (not
3299   auto added by the solver).
3300 - version 7.5.0 (5)
3301
3302 -------------------------------------------------------------------
3303 Sat May  1 01:13:43 CEST 2010 - ma@suse.de
3304
3305 - Update translations.
3306
3307 -------------------------------------------------------------------
3308 Fri Apr 30 01:13:46 CEST 2010 - ma@suse.de
3309
3310 - Update translations.
3311
3312 -------------------------------------------------------------------
3313 Thu Apr 29 17:10:29 CEST 2010 - ma@suse.de
3314
3315 - Cleanup when deleting packages. New zypp.conf expert option
3316   solver.cleandepsOnRemove telling whether the solver should per
3317   default try to remove packages exclusively required by the ones
3318   he's asked to delete (default false).
3319 - Resolver::cleandepsOnRemove API to allow applications to change
3320   the solver option.
3321 - version 7.4.0 (4)
3322
3323 -------------------------------------------------------------------
3324 Thu Apr 29 01:13:40 CEST 2010 - ma@suse.de
3325
3326 - Update translations.
3327
3328 -------------------------------------------------------------------
3329 Wed Apr 28 16:35:04 CEST 2010 - ma@suse.de
3330
3331 - Enable splitprovides on update.
3332
3333 -------------------------------------------------------------------
3334 Wed Apr 28 01:13:37 CEST 2010 - ma@suse.de
3335
3336 - Update translations.
3337
3338 -------------------------------------------------------------------
3339 Tue Apr 27 17:42:20 CEST 2010 - ma@suse.de
3340
3341 - Selectable: Classify broken but locked patch as isUnwanted (bnc#577118)
3342 - version 7.3.0 (2)
3343
3344 -------------------------------------------------------------------
3345 Tue Apr 27 11:25:17 CEST 2010 - ma@suse.de
3346
3347 - Use libudev to detect available cd/dvd devices (bnc#590707,fate#308980)
3348 - Fix specfile to BuildRequire libudev-devel.
3349 - version 7.2.0 (2)
3350
3351 -------------------------------------------------------------------
3352 Mon Apr 26 11:57:23 CEST 2010 - ma@suse.de
3353
3354 - Support URLs and ISOs ending on 'Media1', 'Media2', etc., when
3355   rewiting the URL to access a specific media number. By now only
3356   nanmes ending on 'CD' or 'DVD' were supported. (bnc#594850)
3357
3358 -------------------------------------------------------------------
3359 Fri Apr 23 01:13:34 CEST 2010 - ma@suse.de
3360
3361 - Update translations.
3362
3363 -------------------------------------------------------------------
3364 Wed Apr 21 01:13:38 CEST 2010 - ma@suse.de
3365
3366 - Update translations.
3367
3368 -------------------------------------------------------------------
3369 Tue Apr 20 16:56:59 CEST 2010 - ma@suse.de
3370
3371 - /etc/zypp/locks: Allow to specify edition ranges with
3372   solvable:name and dependencies.
3373 - version 7.1.1 (1)
3374
3375 -------------------------------------------------------------------
3376 Thu Apr 15 12:49:01 CEST 2010 - ma@suse.de
3377
3378 - Provide name of the lock holder in ZYppFactoryException. (bnc#580513)
3379 - version 7.1.0 (1)
3380
3381 -------------------------------------------------------------------
3382 Wed Apr 14 15:09:18 CEST 2010 - ma@suse.de
3383
3384 - Using boost-1.42 requires -fno-strict-aliasing (bnc#595545)
3385 - Bump major version for 11.3 development.
3386 - version 7.0.0 (0)
3387
3388 -------------------------------------------------------------------
3389 Tue Apr 13 14:36:31 CEST 2010 - ma@suse.de
3390
3391 - Fix parsing port from IPv6 URL (bnc#593385)
3392
3393 -------------------------------------------------------------------
3394 Fri Mar 26 19:23:59 CET 2010 - ma@suse.de
3395
3396 - Propagate ZConfig::setTextLocale to pool. (bnc#588850)
3397 - version 6.31.3 (31)
3398
3399 -------------------------------------------------------------------
3400 Fri Mar 26 13:50:08 CET 2010 - ma@suse.de
3401
3402 - Fix guessing package spec to match package names only. (bnc#590864)
3403 - version 6.31.2 (31)
3404
3405 -------------------------------------------------------------------
3406 Tue Mar 23 16:55:56 CET 2010 - ma@suse.de
3407
3408 - Add static Target::distributionLabel to return the baseproducts
3409   shortName and summary. Mainlu used for the bootloader menu. (bnc #586303)
3410 - version 6.31.1 (31)
3411
3412 -------------------------------------------------------------------
3413 Thu Mar 18 17:17:02 CET 2010 - ma@suse.de
3414
3415 - Fix broken bit values in enum VendorSupportOption (bnc#589331)
3416 - version 6.31.0 (31)
3417
3418 -------------------------------------------------------------------
3419 Fri Mar 12 14:46:25 CET 2010 - ma@suse.de
3420
3421 - Fix handling of symlinked packages in package cache. (bnc #585409)
3422 - version 6.30.5 (19)
3423
3424 -------------------------------------------------------------------
3425 Tue Feb 23 19:05:04 CET 2010 - jkupec@suse.cz
3426
3427 - Avoiding use of 'guest' if 'credentials' is used when moutning
3428   a CIFS share. This caused 'permission denied' error with certain
3429   server configurations (bnc #560496).
3430
3431 -------------------------------------------------------------------
3432 Tue Feb 23 17:31:05 CET 2010 - ma@suse.de
3433
3434 - Check if a downloaded file actually exists even if aria2c returned 0.
3435   (bnc #564816)
3436 - version 6.30.3 (19)
3437
3438 -------------------------------------------------------------------
3439 Mon Feb 22 15:25:34 CET 2010 - jkupec@suse.cz
3440
3441 - Made CURLE_PARTIAL_FILE an auto-retry error (bnc #471436)
3442
3443 -------------------------------------------------------------------
3444 Mon Feb 22 13:09:09 CET 2010 - ma@suse.de
3445
3446 - Turn off cookies when retrieving services repoindex.xml (bnc #573897)
3447 - Consider pending disable requests when removing service repositories. (bnc #572634)
3448 - version 6.30.1 (19)
3449
3450 -------------------------------------------------------------------
3451 Sun Feb 21 14:11:49 CET 2010 - jkupec@suse.cz
3452
3453 - RepoManager::cleanCacheDirGarbage added for removing directories
3454   which do not belong to any of known repos (bnc #467693)
3455 - version 6.30.0 (19)
3456
3457 -------------------------------------------------------------------
3458 Thu Feb 11 13:40:49 CET 2010 - ma@suse.de
3459
3460 - On SLE aria2 is not required, so conflict with a too old aria2
3461   version installed. (bnc #578052)
3462 - version 6.29.5 (19)
3463
3464 -------------------------------------------------------------------
3465 Wed Feb 10 12:45:21 CET 2010 - ma@suse.de
3466
3467 - Fix package-manager script wrongly escaping UTF-8 chars in path
3468   names (bnc #571410)
3469 - version 6.29.4 (19)
3470
3471 -------------------------------------------------------------------
3472 Mon Feb  8 13:21:40 CET 2010 - ma@suse.de
3473
3474 - Support an alternate SLE-SP1 translation set.
3475 - version 6.29.3 (19)
3476
3477 -------------------------------------------------------------------
3478 Wed Feb  3 15:57:13 CET 2010 - ma@suse.de
3479
3480 - Remember the enabled state of removed service repositories. This
3481   way we are able to restore service repositories correctly after a
3482   subscrition expired and gets renewed. (bnc #572634)
3483 - version 6.29.2 (19)
3484
3485 -------------------------------------------------------------------
3486 Thu Jan 28 16:12:25 CET 2010 - jkupec@suse.cz
3487
3488 - Abort aria2c download when the progress callback receives 'false'
3489   (bnc #545106)
3490
3491 -------------------------------------------------------------------
3492 Tue Jan 19 14:50:15 CET 2010 - ma@suse.de
3493
3494 - Evaluate SolvAttr::repositoryToolVersion to prevent loading
3495   outdated solv files. (bnc #570623)
3496 - version 6.29.0 (19)
3497
3498 -------------------------------------------------------------------
3499 Fri Jan 15 18:15:26 CET 2010 - jkupec@suse.cz
3500
3501 - Use regex to parse aria2c progress lines (bnc #570917)
3502 - version 6.28.1 (19)
3503
3504 -------------------------------------------------------------------
3505 Thu Jan  7 12:25:24 CET 2010 - jkupec@suse.cz
3506
3507 - Set SignatureFileChecker context even if the key is not known
3508   (bnc #495977)
3509 - version 6.28.0 (19)
3510
3511 -------------------------------------------------------------------
3512 Thu Dec 10 17:18:34 CET 2009 - jkupec@suse.cz
3513
3514 - RepoInfoBase::label() added for use in UI messages, plus
3515   ZConfig::repoLabelIsAlias()
3516
3517 -------------------------------------------------------------------
3518 Tue Dec  8 19:41:17 CET 2009 - ma@suse.de
3519
3520 - Fix transaction building in presence of multiversion installable items.
3521 - version 6.27.1 (19)
3522
3523 -------------------------------------------------------------------
3524 Fri Dec  4 17:19:58 CET 2009 - ma@suse.de
3525
3526 - Improve multiversion status handling and installation. (fate #305311)
3527 - version 6.27.0 (19)
3528
3529 -------------------------------------------------------------------
3530 Fri Dec  4 14:56:19 CET 2009 - jkupec@suse.cz
3531
3532 - Don't allow an alias to start with '.' (bnc #473834)
3533
3534 -------------------------------------------------------------------
3535 Thu Dec  3 12:00:16 CET 2009 - ma@suse.de
3536
3537 - PickList and status interface for handling packages which are
3538   installable in multiple versions. (fate #305311)
3539 - version 6.26.0 (19)
3540
3541 -------------------------------------------------------------------
3542 Wed Dec  2 13:10:43 CET 2009 - ma@suse.de
3543
3544 - Add Selectable::highestAvailableVersionObj. Returns the highest
3545   available package version, ignoring priorities and policies. (bnc #557557)
3546 - version 6.25.0 (19)
3547
3548 -------------------------------------------------------------------
3549 Mon Nov 30 17:56:02 CET 2009 - ma@suse.de
3550
3551 - Also parse <product> tag from .prod files <upgrade> section.
3552 - version 6.24.3 (19)
3553
3554 -------------------------------------------------------------------
3555 Fri Nov 27 11:20:34 CET 2009 - ma@suse.de
3556
3557 - Fix chroot execution of update scripts. (bnc #558813)
3558 - version 6.24.3 (19)
3559
3560 -------------------------------------------------------------------
3561 Thu Nov 26 16:06:52 CET 2009 - jkupec@suse.cz
3562
3563 - Fixed parsing of download speed from aria2c (bnc #537870)
3564
3565 -------------------------------------------------------------------
3566 Wed Nov 25 16:28:29 CET 2009 - ma@suse.de
3567
3568 - Add ui::Selecatble interface for picking specific package versions
3569   to install or delete if multiversion install is on.
3570 - version 6.24.0 (19)
3571
3572 -------------------------------------------------------------------
3573 Fri Nov 20 13:30:02 CET 2009 - ma@suse.de
3574
3575 - Parse zypp.conf multiversion option and make the setting available
3576   in pool and resolver.
3577 - version 6.23.0 (19)
3578
3579 -------------------------------------------------------------------
3580 Mon Nov 16 16:27:39 CET 2009 - ma@suse.de
3581
3582 - Specfile fixes to build on sle11-sp1.
3583 - Fix repository probing and building in presence of productdir. (bnc #553712)
3584 - version 6.22.3 (19)
3585
3586 -------------------------------------------------------------------
3587 Thu Nov 12 15:31:10 UTC 2009 - dmacvicar@suse.de
3588
3589 - Forward port and document already present changes
3590   from Code11-Branch
3591   * void SEGV if trying to access data of installed packages, that were
3592     deleted behind our back (bnc #530595)
3593   * ProxyInfoSysconfig: take care variables get initialized.
3594   * Fix parsing of rpm.install.excludedocs option (bnc #518883)
3595   * Use rpm variables in specfile. (bnc #512466)
3596   * Fix to compile with -Werror=format-security
3597   * Fix packageand() in testcase generation
3598   * Don't link unneeded libraries. (bnc #490895)
3599   * Fix Patch::categoryEnum.
3600   * Adapt to changed satsolver API. (bnc #480303)
3601   * Taking ALL translations for generating GMO files (bnc #458739)
3602   * Advice users to contact NCC if access to a 'novell.com'
3603     repository is denied (bnc #464586).
3604 - version 6.22.2 (19)
3605
3606 -------------------------------------------------------------------
3607 Thu Nov 12 11:53:04 CET 2009 - ma@suse.de
3608
3609 - Raised the limit of redirections from 3 to 6 (bnc #465532)
3610 - Following redirections also for https (bnc #545722).
3611 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
3612 - Do not report cached packages as being downloaded. (bnc #545295)
3613 - Per default do not collect and report deleted files outside bin and lib
3614   directories for 'zypper ps'. (bnc #554480)
3615 - version 6.22.1 (19)
3616
3617 -------------------------------------------------------------------
3618 Wed Nov 11 13:54:52 CET 2009 - ma@suse.de
3619
3620 - CheckAccessDeleted: Per default do not collect and report deleted files
3621   that outside bin and lib directories. 'zypper ps' reporting false positive
3622   seems to confuse. (bnc #554480)
3623
3624 -------------------------------------------------------------------
3625 Wed Nov 11 11:45:01 CET 2009 - ma@suse.de
3626
3627 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
3628
3629 -------------------------------------------------------------------
3630 Fri Nov  6 22:16:10 CET 2009 - ma@suse.de
3631
3632 - dup: Process drop list only if product actually changes. (bnc #552180)
3633 - Selectable: Consider allowed arch/noarch changes when comuting candiadates.
3634 - version 6.22.0 (19)
3635
3636 -------------------------------------------------------------------
3637 Mon Nov  2 21:33:40 CET 2009 - ma@suse.de
3638
3639 - Enhance interface for zypper. (bnc #551956)
3640 - version 6.21.4 (19)
3641
3642 -------------------------------------------------------------------
3643 Mon Nov  2 20:03:31 CET 2009 - ma@suse.de
3644
3645 - CIFS/SMB: Support mountoption 'noguest' to prevent passing 'guest' option
3646   to mount. "cifs://server/share/path?mountoptions=noguest,ro" (bnc #547354)
3647 - version 6.21.3 (19)
3648
3649 -------------------------------------------------------------------
3650 Mon Nov  2 16:35:33 CET 2009 - ma@suse.de
3651
3652 - CheckAccessDeleted: Avoid reporting false positive due to insufficient
3653   permission.
3654
3655 -------------------------------------------------------------------
3656 Mon Nov  2 13:59:33 CET 2009 - ma@suse.de
3657
3658 - Don't try to access droplist of dropped products. (bnc #551697)
3659 - version 6.21.2 (19)
3660
3661 -------------------------------------------------------------------
3662 Fri Oct 30 12:30:48 CET 2009 - ma@suse.de
3663
3664 - Don't try to use an empty proxy string. (bnc #551314)
3665 - MediaSMB failed to pass the --workgroup option to mount. (bnc #547354)
3666 - version 6.21.1 (19)
3667
3668 -------------------------------------------------------------------
3669 Fri Oct 30 11:28:05 CET 2009 - ma@suse.de
3670
3671 - New class PoolItemBest: Find the best candidates e.g. in a PoolQuery
3672   result. ui::Selectabe enhancements. Both will aid applications to
3673   install package sets determined by query results. (bnc # 548392)
3674 - Fix upgradeRepo solution to keep obsolete packages. (bnc #550915)
3675 - Updated iso3166-1 country codes (bnc #531350)
3676 - version 6.21.0 (19)
3677
3678 -------------------------------------------------------------------
3679 Tue Oct 27 12:30:29 CET 2009 - ma@suse.de
3680
3681 - Add Resolver::upgradingRepo demanded by GUI. (bnc #548551)
3682 - version 6.20.0 (19)
3683
3684 -------------------------------------------------------------------
3685 Thu Oct 22 15:09:57 CEST 2009 - ma@suse.de
3686
3687 - Fixes to make libzypp-bindings compile.
3688 - version 6.19.3 (19)
3689
3690 -------------------------------------------------------------------
3691 Tue Oct 20 16:06:13 CEST 2009 - ma@suse.de
3692
3693 - Credentials are passed as commandline options to aria2c, so strip any
3694   'user@' from the URL. Otherwise aria will use an empty password for
3695   this URL and authentication will fail. (bnc #544634)
3696 - version 6.19.2 (19)
3697
3698 -------------------------------------------------------------------
3699 Mon Oct 19 13:39:31 CEST 2009 - ma@suse.de
3700
3701 - Repository::setInfo: Propagate priority changes to the solver to
3702   avoid reloading the whole repo (bnc #498266).
3703 - version 6.19.1 (19)
3704
3705 -------------------------------------------------------------------
3706 Thu Oct 15 20:48:02 CEST 2009 - ma@suse.de
3707
3708 - ResStatus: add isOrphaned to test whether a package is not provided
3709   by any enabled repository. Orphaned packages are usually good candidates
3710   for cleanup unless the providing repository was intentionally disabled.
3711 - version 6.19.0 (19)
3712
3713 -------------------------------------------------------------------
3714 Thu Oct 15 17:28:38 CEST 2009 - dmacvicar@suse.de
3715
3716 - aria2: pass credentials in a file instead of the command line
3717   which is logged.
3718 - aria2: we get the url in the progress if there is no response
3719   from the server yet, handle that to avoid flooding the log.
3720 - version 6.18.2 (17)
3721
3722 -------------------------------------------------------------------
3723 Thu Oct 15 16:56:25 CEST 2009 - ma@suse.de
3724
3725 - Performing a dist upgrade the solver may try to delete old and no
3726   longer provided (dropped) packages, even if they do not cause any
3727   dependency problem. This behaviour may be trurned off via zypp.conf
3728   option solver.upgradeRemoveDropedPackages. (bnc #539543)
3729 - New zypp.conf option solver.upgradeRemoveDropedPackages (true).
3730 - Add Product::droplist: List of dropped packages, i.e. packages no
3731   longer provided by a product.
3732 - version 6.18.1 (17)
3733
3734 -------------------------------------------------------------------
3735 Wed Oct  7 16:45:21 CEST 2009 - ma@suse.de
3736
3737 - Return update messages via ZYppCommitResult. Support variable
3738   substitution in notification command. (fate #301175)
3739 - Fix evaluation of no_proxy entries (bnc #543337)
3740 - aria/curl: Fix header data in case the target is
3741   not initialized when downloading.
3742 - version 6.18.0 (17)
3743
3744 -------------------------------------------------------------------
3745 Thu Sep 24 17:21:45 CEST 2009 - ma@suse.de
3746
3747 - Add zypp.conf option update.messages.notify: Command to be invoked
3748   to send update messages. (fate #301175)
3749 - version 6.17.2 (17)
3750
3751 -------------------------------------------------------------------
3752 Tue Sep 22 20:32:38 CEST 2009 - ma@suse.de
3753
3754 - Add Selectable::updateCandidateObj returning the candidate for
3755   update, if there is one. The updateCandidate must not violate
3756   any active solver policy.
3757 - version 6.17.1 (17)
3758
3759 -------------------------------------------------------------------
3760 Fri Sep 18 17:20:37 CEST 2009 - ma@suse.de
3761
3762 - Make sure rpmReadConfigFiles was called before using librpm (bnc #539603).
3763 - Remove dead rpm database caching code from class RpmDb.
3764 - version 6.17.0 (17)
3765
3766 -------------------------------------------------------------------
3767 Fri Sep 11 15:13:30 CEST 2009 - ma@km13.de
3768
3769 - New commit.downloadMode option in zypp.conf. Allows to set a
3770   prefered download policy for commit.
3771 - version 6.16.0 (11)
3772
3773 -------------------------------------------------------------------
3774 Thu Sep 10 19:03:01 CEST 2009 - ma@suse.de
3775
3776 - Support nfs4 (nfs4://... or nfs://...?type=nfs4) (fate #306451)
3777 - Added Url::schemeIsLocal, schemeIsRemote, schemeIsVolatile and
3778   schemeIsDownloading.
3779 - version 6.15.0 (11)
3780
3781 -------------------------------------------------------------------
3782 Wed Sep  9 15:02:18 CEST 2009 - ma@suse.de
3783
3784 - Add Capability::guessPackageSpec; parser also supporting "name-ver-rel.arch"
3785   formats for building Capabilities(originally "name.arch=ver-rel").
3786 - version 6.14.3 (11)
3787
3788 -------------------------------------------------------------------
3789 Mon Sep  7 17:31:20 CEST 2009 - ma@suse.de
3790
3791 - Fix resolution to force installation even if dependencies are missing.
3792   (bnc #531564)
3793 - Rephrase solver resolution to point out if a package will break.
3794   (bnc #520083)
3795
3796 -------------------------------------------------------------------
3797 Fri Sep  4 12:19:50 CEST 2009 - ma@suse.de
3798
3799 - Lock rpms architecture only on distupgrade of the running system.
3800   (bnc #458520)
3801 - version 6.14.2 (11)
3802
3803 -------------------------------------------------------------------
3804 Thu Sep  3 13:41:31 CEST 2009 - ma@suse.de
3805
3806 - Fix PoolQuery comparison (bnc #528755)
3807 - Fix serialization and restore of predicated PoolQueries.
3808 - version 6.14.0 (11)
3809
3810 -------------------------------------------------------------------
3811 Mon Aug 31 15:17:01 CEST 2009 - ma@suse.de
3812
3813 - package-manager script: Fall back to package selection if no
3814   packages are passed on the commandline. (bnc #529137)
3815
3816 -------------------------------------------------------------------
3817 Fri Aug 28 17:33:55 CEST 2009 - dmacvicar@suse.de
3818
3819 - package-manager script:
3820   do not fail if kpackagekit is not installed (bnc #529510)
3821 - version 6.13.3 (11)
3822
3823 -------------------------------------------------------------------
3824 Wed Aug 26 15:55:22 CEST 2009 - ma@suse.de
3825
3826 - Tune CheckAccessDeleted to focus on libraries and executables.
3827 - version 6.13.2 (11)
3828
3829 -------------------------------------------------------------------
3830 Thu Aug  6 18:18:21 CEST 2009 - ma@suse.de
3831
3832 - Provide class CheckAccessDeleted and command zypp-CheckAccessDeleted
3833   to check for running processes which access meanwhile deleted files or
3834   libraries.  This may be used after commit, when trying to figure out
3835   which services need to be restated. (fate #300763).
3836 - version 6.13.1 (11)
3837
3838 -------------------------------------------------------------------
3839 Mon Aug  3 18:46:13 CEST 2009 - ma@suse.de
3840
3841 - New Resolver::addUpgradeRepo to perform a dist upgrade restricted to
3842   certain repositories.
3843 - version 6.13.0 (11)
3844
3845 -------------------------------------------------------------------
3846 Fri Jul 31 17:55:33 CEST 2009 - ma@suse.de
3847
3848 - Remove confusing newlines in vendor change info (bnc #503859)
3849 - Removing a package lock was not counted as state change (bnc #501850)
3850 - Take solver_allowVendorChange option into account when computing the
3851   Selectables default candidate.
3852 - version 6.12.0 (11)
3853
3854 -------------------------------------------------------------------
3855 Wed Jul 29 13:36:19 CEST 2009 - ma@suse.de
3856
3857 - Avoid deadlock after fork and failed exec. (bnc 493152)
3858 - No need to manually detect the location of aria2 binary.
3859 - version 6.11.4 (11)
3860
3861 -------------------------------------------------------------------
3862 Tue Jul 28 23:05:43 CEST 2009 - jkupec@suse.cz
3863
3864 - Fixed parsing of download rate report (changed in aria2 1.4.0)
3865   (bnc #513944)
3866
3867 -------------------------------------------------------------------
3868 Mon Jul 27 16:05:43 CEST 2009 - ma@suse.de
3869
3870 - Create LogControl on demand instead of using a static var. (bnc #525339)
3871 - version 6.11.2 (11)
3872
3873 -------------------------------------------------------------------
3874 Thu Jul 23 00:22:50 CEST 2009 - ma@km13.de
3875
3876 - New misc::defaultLoadSystem: Convenience to create the ZYpp instance
3877   and load target and enabled repositories.
3878
3879 -------------------------------------------------------------------
3880 Wed Jul 22 14:57:32 CEST 2009 - ma@suse.de
3881
3882 - New class InstanceId to build strings to identify/retrieve specific
3883   Solvables.
3884 - version 6.11.1 (11)
3885
3886 -------------------------------------------------------------------
3887 Mon Jul 20 23:57:46 CEST 2009 - ma@km13.de
3888
3889 - Add download policies to ZYppCommitPolicy, supporting DownloadOnly
3890   and DownloadInAdvance. (fate #302159, fate #305624)
3891 - version 6.11.0 (11)
3892
3893 -------------------------------------------------------------------
3894 Thu Jul 16 17:05:27 CEST 2009 - dmacvicar@suse.de
3895
3896 - add support to the package-manager script to use kpackagekit
3897   or gnome-packagekit if available, which allows to install local
3898   rpms with one click from file manager following desktop policies
3899   and fetching other dependencies if required.
3900   (fate #306526)
3901 - version 6.10.5 (10)
3902
3903 -------------------------------------------------------------------
3904 Thu Jul 16 16:25:24 CEST 2009 - ma@suse.de
3905
3906 - New solver.upgradeTestcasesToKeep option in zypp.conf. It tells
3907   how many dist upgrade solver testcases should be kept on the system.
3908   Per default just the last two are kept.
3909 - version 6.10.4 (10)
3910
3911 -------------------------------------------------------------------
3912 Wed Jul 15 17:53:43 CEST 2009 - ma@suse.de
3913
3914 - Don't write a solver testcase when solving for dist upgrade,
3915   but when actually committing.
3916 - version 6.10.3 (10)
3917
3918 -------------------------------------------------------------------
3919 Wed Jul 15 16:45:39 CEST 2009 - ma@suse.de
3920
3921 - Add new string Match::Mode STRINGSTART and STRINGEND.
3922
3923 -------------------------------------------------------------------
3924 Tue Jul 15 14:38:51 CEST 2009 - jkupec@suse.cz
3925
3926 - log redirections when cURL media backend is used (fate #305320).
3927
3928 -------------------------------------------------------------------
3929 Tue Jul 14 18:15:51 CEST 2009 - ma@suse.de
3930
3931 - Support "product version" detection on systems not using
3932   /etc/product.d/baseproduct by looking for the first package
3933   providing ZConfig::distroverpkg (defaults to redhat-release).
3934 - version 6.10.2 (10)
3935
3936 -------------------------------------------------------------------
3937 Fri Jul 10 15:21:39 CEST 2009 - ma@suse.de
3938
3939 - Adapt to boost_unit_test_framework-1.38.
3940 - version 6.10.1 (10)
3941
3942 -------------------------------------------------------------------
3943 Wed Jul  8 16:19:31 CEST 2009 - ma@suse.de
3944
3945 - Remove obsolete UpgradeStatistics class from libzypp.
3946
3947 -------------------------------------------------------------------
3948 Tue Jul  7 17:45:47 CEST 2009 - ma@suse.de
3949
3950 - Fix HistoryLog to initialize on demand.
3951 - version 6.10.0 (10)
3952
3953 -------------------------------------------------------------------
3954 Fri Jul  3 13:01:13 CEST 2009 - ma@suse.de
3955
3956 - Fix parsing of rpm.install.excludedocs option (bnc #518883)
3957
3958 -------------------------------------------------------------------
3959 Fri Jul  3 09:20:56 CEST 2009 - ma@suse.de
3960
3961 - When unmounting ISO images, don't mix up exceptions thrown by the
3962   loop mounted ISO and those thrown by the media containing it.
3963   (bnc #517856)
3964
3965 -------------------------------------------------------------------
3966 Thu Jul  2 16:42:42 CEST 2009 - ma@suse.de
3967
3968 - Adapt to satsolvers improved dataiterator handling.
3969 - version 6.9.3 (8)
3970
3971 -------------------------------------------------------------------
3972 Wed Jul  1 18:05:54 CEST 2009 - ma@suse.de
3973
3974 - Support PoolQuery for sub-structures attributes. (fate #305503)
3975 - version 6.9.2 (8)
3976
3977 -------------------------------------------------------------------
3978 Wed Jul  1 13:44:04 CEST 2009 - ma@suse.de
3979
3980 - Running as non-root user use a temporary @System solvfile in case the
3981   global one is outdated and needed refresh. (bnc #517183)
3982 - version 6.9.1 (8)
3983
3984 -------------------------------------------------------------------
3985 Tue Jun 30 16:32:08 CEST 2009 - ma@suse.de
3986
3987 - Enhance LookupAttr to allow direct query of attributes within
3988   sub-structures (flexarrays).
3989
3990 -------------------------------------------------------------------
3991 Fri Jun 26 12:06:51 CEST 2009 - ma@suse.de
3992
3993 - Enhance PoolQueryIterator to allow detailed inspection of attribute
3994   matches.
3995 - Prefer datadir stored as repo attribute, but fallback searching in
3996   solvbales (old solv files do this).
3997 - version 6.9.0 (8)
3998
3999 -------------------------------------------------------------------
4000 Tue Jun 23 13:29:36 CEST 2009 - ma@suse.de
4001
4002 - Allow building libzypp with rpm-5 (experimental)
4003 - version 6.8.3 (8)
4004
4005 -------------------------------------------------------------------
4006 Wed Jun 17 15:39:17 CEST 2009 - ma@suse.de
4007
4008 - Allow building libzypp without HAL (not recommended). Without HAL
4009   CD/DVD device detection is limited to /dev/dvd and /dev/cdrom.
4010 - version 6.8.2 (8)
4011
4012 -------------------------------------------------------------------
4013 Fri Jun  5 21:16:45 CEST 2009 - ma@suse.de
4014
4015 - Fix solver to use IdSting to avoid failing vendor checks.
4016 - version 6.8.1 (8)
4017
4018 -------------------------------------------------------------------
4019 Thu Jun  4 14:22:58 CEST 2009 - ma@suse.de
4020
4021 - Cleanup and remove deprecated interface methods.
4022 - version 6.8.0 (8)
4023
4024 -------------------------------------------------------------------
4025 Fri May 29 20:12:55 CEST 2009 - ma@suse.de
4026
4027 - Improve PoolQuery to allow queries on dependencies. (bnc #475682)
4028 - version 6.7.0 (6)
4029
4030 -------------------------------------------------------------------
4031 Thu May 28 12:53:02 CEST 2009 - ma@suse.de
4032
4033 - New solver.allowVendorChange expert option in zypp.conf.
4034 - version 6.6.0 (6)
4035
4036 ------------------------------------------------------------------
4037 Wed May 20 14:23:07 CEST 2009 - ma@suse.de
4038
4039 - Fix lost housekeeping data in modifyRepo (bnc #503207)
4040
4041 -------------------------------------------------------------------
4042 Fri May  8 16:43:47 CEST 2009 - ma@suse.de
4043
4044 - Allow service refresh to change a repositories url (bnc #502157)
4045
4046 -------------------------------------------------------------------
4047 Tue May  5 13:39:08 CEST 2009 - ma@suse.de
4048
4049 - Detect and compile with rpm 4.7 (bnc #444211)
4050 - version 6.5.2 (5)
4051
4052 -------------------------------------------------------------------
4053 Mon May  4 16:19:54 CEST 2009 - ma@suse.de
4054
4055 - Improve problem report on broken systemCheck rule (bnc #475144)
4056
4057 -------------------------------------------------------------------
4058 Mon Apr 27 15:26:54 CEST 2009 - ma@suse.de
4059
4060 - In update repos providing multiple release package versions for
4061   the same product, link a product to the latest version. (bnc #497696)
4062
4063 -------------------------------------------------------------------
4064 Mon Apr 27 14:28:07 CEST 2009 - ma@suse.de
4065
4066 - New classes wraping satsolver datamatcher (Match and sat::AttrMatcher)
4067 - Extend LookupAttr to support matching specific string patterns.
4068 - Rewrote PoolQuery::Iterator (adapt to AttrMatcher, fixes and speedup)
4069 - version 6.5.0 (5)
4070
4071 -------------------------------------------------------------------
4072 Thu Apr 16 12:49:40 CEST 2009 - ma@suse.de
4073
4074 - Soft lock packages deleted on behalf of a user request.
4075 - version 6.4.1 (2)
4076
4077 -------------------------------------------------------------------
4078 Tue Mar 31 15:51:32 CEST 2009 - ma@suse.de
4079
4080 - New zypp.conf option 'download.media_preference': Hint which media
4081   to prefer when installing packages (download vs. CD).
4082 - version 6.4.0 (2)
4083
4084 ------------------------------------------------------------------
4085 Thu Mar 12 18:38:30 CET 2009 - ma@suse.de
4086
4087 - Add Resolver::setSolveSrcPackages. Per default disable solving
4088   of source package dependencies. We will later allow to enable
4089   it per package.
4090 - version 6.3.0 (2)
4091
4092 -------------------------------------------------------------------
4093 Fri Mar  6 17:17:26 CET 2009 - dmacvicar@suse.de
4094
4095 - aria2: show the download speed in the right unit
4096 - aria2: show the filename in progress, not the repository
4097 - aria2: don't show done twice
4098
4099 -------------------------------------------------------------------
4100 Thu Mar  5 14:52:44 CET 2009 - ma@suse.de
4101
4102 - Remove a lock if the locking process is in zombie state. (bnc #481577)
4103
4104 -------------------------------------------------------------------
4105 Wed Mar  4 00:13:19 CET 2009 - jkupec@suse.cz
4106
4107 - zypp.conf: fixed and enabled 'servicesdir'
4108
4109 -------------------------------------------------------------------
4110 Tue Mar  3 13:38:11 CET 2009 - dmacvicar@suse.de
4111
4112 - aria2: implement speed indicators (bnc#475506)
4113 - aria2: implement progress indicators correctly (bnc#473846)
4114 - aria2: fix broken pipe when looking for aria2c which caused
4115          a fallback to curl. (bnc#480930)
4116 - aria2: implement saving and reading mirror stats data in
4117          /var/cache/zypp/aria2.stats
4118 - aria2: handle failover correctly (bnc#481115)
4119 - aria2: various improvements in error and report  handling
4120 - aria2: curl: reset settings on attach to avoid duplicate
4121   headers
4122 - version 6.2.1 (2)
4123
4124 -------------------------------------------------------------------
4125 Tue Mar  3 12:44:24 CET 2009 - ma@suse.de
4126
4127 - Adapt to changed satsolver API.
4128
4129 -------------------------------------------------------------------
4130 Fri Feb 27 16:23:36 CET 2009 - dmacvicar@suse.de
4131
4132 - Make sure Fetcher pass optional files as non-interactive
4133 - Fixes file does not exist error when key/sig does not exist
4134 - version 6.2.0 (2)
4135
4136 -------------------------------------------------------------------
4137 Thu Feb 26 13:49:56 CET 2009 - ma@suse.de
4138
4139 - Use correct default for zconfig(solver.checkSystemFile) (bnc# 475144)
4140
4141 -------------------------------------------------------------------
4142 Thu Feb 26 01:25:33 CET 2009 - ma@suse.de
4143
4144 - Prevent ResStatus from overriding user locks. (bnc #475230)
4145
4146 -------------------------------------------------------------------
4147 Sun Feb 22 15:27:11 CET 2009 - ma@suse.de
4148
4149 - Never refresh repositories from CD/DVD, once they are created. (bnc #476429)
4150
4151 -------------------------------------------------------------------
4152 Sat Feb 21 18:31:17 CET 2009 - dmacvicar@suse.de
4153
4154 Implemented the following options with aria backend:
4155
4156 - download.max_concurrent_connections (default 2)
4157   download.min_download_speed (default no limit)
4158   download.max_download_speed (default no limit)
4159   download.max_silent_tries (default 5)
4160
4161 -------------------------------------------------------------------
4162 Fri Feb 20 16:28:19 CET 2009 - dmacvicar@suse.de
4163
4164 - MediaAria2c: allow disabling aria2 using ZYPP_ARIA2C=0.
4165   Various improvements including file existence checking
4166   Disable HEAD request if aria2c >= 1.20
4167   Restrict max connections to 2 for now.
4168
4169 -------------------------------------------------------------------
4170 Wed Feb 18 15:51:38 CET 2009 - ma@suse.de
4171
4172 - Neither lose packages with empty name, nor SEGV when processing them. (bnc #470011)
4173
4174 -------------------------------------------------------------------
4175 Tue Feb 17 23:17:54 CET 2009 - ma@suse.de
4176
4177 - Compute obsoletes based on names only (not considering provides) (bnc #471023)
4178
4179 -------------------------------------------------------------------
4180 Tue Feb 17 12:56:57 CET 2009 - jkupec@suse.cz
4181
4182 - Fixed FTP authentication (bnc #472879)
4183
4184 -------------------------------------------------------------------
4185 Wed Feb 11 13:31:03 CET 2009 - ma@suse.de
4186
4187 - Follow IEC and use the binary prefixes (KiB,MiB,GiB) for printing Byte
4188   counts based on a power of 1024 (formerly just K,M,G). Byte counts based
4189   on a power of 1000 stay unaffected (kB,MB,GB).
4190
4191 -------------------------------------------------------------------
4192 Mon Feb  9 13:14:26 CET 2009 - ma@suse.de
4193
4194 - Fix installation prompting for the wrong CD/DVD. (bnc #472892)
4195
4196 -------------------------------------------------------------------
4197 Tue Feb  3 18:07:38 CET 2009 - ma@suse.de
4198
4199 - Send any output from rpm install/delete scripts via callback, so
4200   applications are able to display it. (bnc #369450)
4201
4202 -------------------------------------------------------------------
4203 Mon Feb  2 14:12:08 CET 2009 - ma@suse.de
4204
4205 - Add missing translations (bnc #256289)
4206
4207 -------------------------------------------------------------------
4208 Wed Jan 28 14:37:28 CET 2009 - jkupec@suse.cz
4209
4210 - HistoryLogReader added
4211
4212 -------------------------------------------------------------------
4213 Tue Jan 27 13:35:44 CET 2009 - ma@suse.de
4214
4215 - Respect content-file DATDIR when downloading packages. (bnc #468612)
4216
4217 -------------------------------------------------------------------
4218 Tue Jan 27 13:28:54 CET 2009 - jkupec@suse.cz
4219
4220 - Enabled CredentialManager for MediaSMB (bnc #460970).
4221 - Ignore URL's username, password, and query string in AuthData
4222   comparator in CredentialManager.
4223
4224 -------------------------------------------------------------------
4225 Mon Jan 26 12:41:07 CET 2009 - ma@suse.de
4226
4227 - Let vendor checks per default differ between 'openSUSE Build Service'
4228   and 'openSUSE' (bnc #467262).
4229
4230 -------------------------------------------------------------------
4231 Fri Jan 23 12:34:44 CET 2009 - ma@suse.de
4232
4233 - Fix handling of plaindir repos on mounted devices (e.g. USB) (bnc #464778)
4234 - Fix plaindir checksum computation not to to follow symlinks (bnc #464778)
4235
4236 -------------------------------------------------------------------
4237 Thu Jan 22 10:41:27 CET 2009 - ma@suse.de
4238
4239 - Tell satsolver about product buddies (bnc #466565)
4240
4241 -------------------------------------------------------------------
4242 Fri Jan  9 17:01:10 CET 2009 - jkupec@suse.cz
4243
4244 - handle HTTP 503 reponses as temporary errors (bnc #462545)
4245
4246 -------------------------------------------------------------------
4247 Thu Dec 18 22:26:18 CET 2008 - ma@suse.de
4248
4249 - Fixed lost user request to abort during commit. (bnc #388810, bnc #450273)
4250 - revision 11954
4251 - version 5.25.0 (23)
4252
4253 -------------------------------------------------------------------
4254 Thu Dec 18 13:02:27 CET 2008 - ma@suse.de
4255
4256 - Add Package::filelist, faster and less memory consuming
4257   implementation of Package::filenames (now deprecated).
4258 - revision 11949
4259
4260 -------------------------------------------------------------------
4261 Thu Dec 11 21:39:50 CET 2008 - ma@suse.de
4262
4263 - Add str::hexencode and str::hexdecode to encode special characters
4264   in a string as %XX.
4265 - Hexdecode modalias strings in rpm dependencies because rpm does not
4266   allow comma, blank and other special chars. (bnc #456695)
4267 - revision 11927
4268
4269 -------------------------------------------------------------------
4270 Thu Dec 11 17:13:06 CET 2008 - ma@suse.de
4271
4272 - Catch and report media errors when proving packages. (bnc #457652)
4273 - revision 11926
4274
4275 -------------------------------------------------------------------
4276 Wed Dec 10 16:09:08 CET 2008 - ma@suse.de
4277
4278 - Remove obsolete zypp.conf::productsdir and deprecate
4279   ZConfig::productsPath().
4280 - Monitor /etc/products.d to determine if @system.solv needs to be
4281   rebuilt. (bnc #457933)
4282 - revision 11923
4283 - version 5.24.7 (23)
4284
4285 -------------------------------------------------------------------
4286 Mon Dec  8 15:31:18 CET 2008 - ma@suse.de
4287
4288 - Execute patch scripts chroot to the installed system. (bnc #456795)
4289 - revision 11908
4290
4291 -------------------------------------------------------------------
4292 Mon Dec  8 10:39:30 CET 2008 - schubi@suse.de
4293
4294 - Make the solver reset function public (bnc #439373)
4295 - Revision 11904
4296
4297 -------------------------------------------------------------------
4298 Sun Dec  7 20:21:09 CET 2008 - coolo@suse.de
4299
4300 - note for coolo: do not trust bash advisory from TPM colleagues
4301
4302 -------------------------------------------------------------------
4303 Fri Dec  5 14:22:11 CET 2008 - ma@suse.de
4304
4305 - Fix solvers inappropriate selection as byUSER (bnc 455965)
4306 - revision 11891
4307 - version 5.24.6 (23)
4308
4309 -------------------------------------------------------------------
4310 Thu Dec  4 11:10:35 CET 2008 - coolo@suse.de
4311
4312 - fix %post script to not warn on fresh install
4313
4314 -------------------------------------------------------------------
4315 Mon Dec  1 19:38:24 CET 2008 - ma@suse.de
4316
4317 - Fix install order computation losing some installed packages
4318   pre-requirements. (bnc #439802)
4319 - revision 11845
4320 - version 5.24.5 (23)
4321
4322 -------------------------------------------------------------------
4323 Fri Nov 28 16:33:56 CET 2008 - ma@suse.de
4324
4325 - Prune soft locks to prevent installation but not update of
4326   already installed packages.
4327 - revision 11829
4328 - version 5.24.4 (23)
4329
4330 -------------------------------------------------------------------
4331 Fri Nov 28 11:36:03 CET 2008 - schubi@suse.de
4332
4333 - Taking solutions which based on user requirements/conflict
4334   "by User" solutions (bnc #442718)
4335 - revision 11825
4336
4337 -------------------------------------------------------------------
4338 Fri Nov 28 00:05:17 CET 2008 - ma@suse.de
4339
4340 - Take into account the requirements of all obsoleted packages uninstall
4341   scripts when computing the installation order. (bnc #439802)
4342 - revision 11823
4343 - version 5.24.3 (23)
4344
4345 -------------------------------------------------------------------
4346 Thu Nov 27 14:45:07 CET 2008 - dmacvicar@suse.de
4347
4348 - fix maybeUnsuported() method returning wrong result
4349 - add testcase for future coverage
4350 - don't force time based uuid for anonymous id string (bnc #449654)
4351 - RELEASE: 5.24.2 (23)
4352
4353 -------------------------------------------------------------------
4354 Wed Nov 26 17:18:00 CET 2008 - ma@suse.de
4355
4356 - Call 'repo2solv -R' (recursive scan) for plaindir repos. (bnc #443350)
4357 - revision 11810
4358
4359 -------------------------------------------------------------------
4360 Wed Nov 26 17:09:12 CET 2008 - dmacvicar@suse.de
4361
4362 - SHA1SUMS.key is not imported by zypp as known key (bnc #446188)
4363 - path and url in add_on_products.xml is evaluated wrong
4364   (bnc #446170)
4365
4366 -------------------------------------------------------------------
4367 Mon Nov 24 17:47:35 CET 2008 - schubi@suse.de
4368
4369 - activate locking for doUpdate (bnc #447684)
4370 - revision 11792
4371 - RELEASE: 5.24.1 (23)
4372
4373 -------------------------------------------------------------------
4374 Fri Nov 21 16:56:10 CET 2008 - dmacvicar@suse.de
4375
4376 - remove unused updaterepokey, replaced by repo
4377   product information
4378
4379 -------------------------------------------------------------------
4380 Fri Nov 21 15:12:52 CET 2008 - jkupec@suse.cz
4381
4382 - fixed uninitialized value in OnMediaLocation (bnc #447010)
4383 - revision 11770
4384
4385 -------------------------------------------------------------------
4386 Thu Nov 20 23:59:16 CET 2008 - ma@suse.de
4387
4388 - Fix retrieval of deltarpm info.
4389 - revision 11764
4390 - version 5.24.0 (23)
4391
4392 -------------------------------------------------------------------
4393 Thu Nov 20 22:15:28 CET 2008 - ma@suse.de
4394
4395 - Fix retrieval of Repository attributes like timestamps, keywords
4396   and product info.
4397 - revision 11760
4398
4399 -------------------------------------------------------------------
4400 Thu Nov 20 19:30:05 CET 2008 - ma@suse.de
4401
4402 - Enhance class LookupAttr and add convenience class LookupRepoAttr to
4403   iterate those solv file attributes which are not acssociated with a
4404   solvable. E.g. product or deltarpm info.
4405 - revision 11754
4406
4407 -------------------------------------------------------------------
4408 Wed Nov 19 15:49:38 CET 2008 - jkupec@suse.cz
4409
4410 - encode user-supplied URL strings before using them in the Url object
4411   (bnc #446395, bnc #444267)
4412 - revision 11720
4413
4414 -------------------------------------------------------------------
4415 Wed Nov 19 15:15:14 CET 2008 - ma@suse.de
4416
4417 - Support loading helix files.
4418 - revision 11719
4419
4420 -------------------------------------------------------------------
4421 Tue Nov 18 18:37:30 CET 2008 - ma@suse.de
4422
4423 - Add class filesystem::Glob to find pathnames matching a pattern
4424   by using ::glob.
4425 - revision 11708
4426
4427 -------------------------------------------------------------------
4428 Thu Nov 13 11:07:56 CET 2008 - schubi@suse.de
4429
4430 - Taking care for ppc64 while distupgrade (bnc #443685)
4431 - revision 11670
4432
4433 -------------------------------------------------------------------
4434 Wed Nov 12 18:53:03 CET 2008 - ma@suse.de
4435
4436 - Add Capability ctor from Arch and Name: (Arch_i386, "name") or
4437   (Arch_i386, "name == 1.0").
4438 - revision 11669
4439
4440 -------------------------------------------------------------------
4441 Wed Nov 12 14:31:20 CET 2008 - ma@suse.de
4442
4443 - Take care to always reset CURLOPT_TIMECONDITION to prevent incomplete
4444   downloads. (bnc #444109)
4445 - revision 11656
4446 - version 5.23.0 (23)
4447
4448 -------------------------------------------------------------------
4449 Wed Nov 12 13:19:02 CET 2008 - ma@suse.de
4450
4451 - Check for modaliases below /sys (bnc #430179)
4452 - revision 11653
4453
4454 -------------------------------------------------------------------
4455 Tue Nov 11 18:36:33 CET 2008 - ma@suse.de
4456
4457 - Avoid superfluous file copying and gpg invocation in keyring handling.
4458 - revision 11650
4459
4460 -------------------------------------------------------------------
4461 Tue Nov 11 14:48:52 CET 2008 - ma@suse.de
4462
4463 - Prevent fetcher from processing the same index file twice. (bnc #443644)
4464 - revision 11648
4465 - version 5.22.0 (21)
4466
4467 -------------------------------------------------------------------
4468 Fri Nov  7 23:55:47 CET 2008 - ma@suse.de
4469
4470 - Fix retrieval of patch contents and references attributes. (bnc #442200)
4471 - revision 11641
4472 - version 5.21.0 (21)
4473
4474 -------------------------------------------------------------------
4475 Fri Nov  7 19:51:00 CET 2008 - ma@suse.de
4476
4477 - Add CheckSum::asString.
4478 - revision 11634
4479
4480 -------------------------------------------------------------------
4481 Fri Nov  7 17:55:48 CET 2008 - ma@suse.de
4482
4483 - revision 11631
4484 - version 5.20.0 (20)
4485
4486 -------------------------------------------------------------------
4487 Thu Nov  6 18:35:25 CET 2008 - dmacvicar@suse.de
4488
4489 - re-add the flavor to the http header now using a flavor
4490   cache that is updated on every target load.
4491   Target::dstributionFlavor provides access to this cache
4492   in case you need the last used flavor without loading
4493   the target.
4494
4495 -------------------------------------------------------------------
4496 Thu Nov  6 16:23:03 CET 2008 - schubi@suse.de
4497
4498 - added flag: ignorealreadyrecommended to the testcases (bnc #432136)
4499 - revsion 11539
4500
4501 -------------------------------------------------------------------
4502 Thu Nov  6 09:41:48 CET 2008 - schubi@suse.de
4503
4504 - Adding rule rpm-arch for installed rpm package in order to avoid
4505   unneeded architecture change. (bnc #441004)
4506 - revision 11585
4507
4508 -------------------------------------------------------------------
4509 Tue Nov  4 13:21:35 CET 2008 - jkupec@suse.cz
4510
4511 - handle MediaTimeoutException also in MediaSetAccess::provideFile()
4512   (bnc #439983)
4513 - revision 11568
4514
4515 -------------------------------------------------------------------
4516 Mon Nov  3 15:30:53 CET 2008 - dmacvicar@suse.de
4517
4518 - merge contributions by Jon Nelson, the patches resolve
4519   the following issues:
4520 - disable the "Pragma: nocache" header which is automatically
4521   used by curl.
4522   re-enables the use of a caching http proxy (like squid or others)
4523   and corrects (bnc #326208)
4524 - don't generate an If-Modified-Since header if we don't have a
4525   previous file to work with
4526 - don't generate a Proxy-Authenticate header if one is not called
4527   for.
4528
4529 -------------------------------------------------------------------
4530 Fri Oct 31 14:01:57 CET 2008 - ma@suse.de
4531
4532 - Do not save solver locks (by APPL_HIGH).
4533 - revision 11558
4534
4535 -------------------------------------------------------------------
4536 Fri Oct 31 13:53:39 CET 2008 - dmacvicar@suse.de
4537
4538 - fetcher.setOptions( Fetcher::AutoAddIndexes ) allows
4539   for automatic signed index discovery.
4540 - enqueueDir with checksum checking s now enqueueDigestedDir
4541
4542 -------------------------------------------------------------------
4543 Thu Oct 30 14:24:57 CET 2008 - schubi@suse.de
4544
4545 - solutions: keep/lock will be done by APPL_HIGH. So they will not be
4546   saved in the lockfiles
4547 - "keep obsolete" will be handled with lock by APPL_HIGH (bnc #439134)
4548 - revision  11549
4549
4550 -------------------------------------------------------------------
4551 Wed Oct 29 14:14:16 CET 2008 - jkupec@suse.cz
4552
4553 - throw a MediaTimeoutException also on http 504 (gateway timeout)
4554   (bnc #425035)
4555 - revision 11535
4556
4557 -------------------------------------------------------------------
4558 Wed Oct 29 12:51:55 CET 2008 - ma@suse.de
4559
4560 - Add 'sh4' architectures.
4561 - revision 11534
4562
4563 -------------------------------------------------------------------
4564 Tue Oct 28 22:01:40 CET 2008 - dmacvicar@suse.de
4565
4566 - don't free the header before curl_perform as curl does not
4567   copy it. (bnc#439532)
4568
4569 -------------------------------------------------------------------
4570 Tue Oct 28 16:47:36 CET 2008 - ma@suse.de
4571
4572 - Add 'arm' architectures.
4573 - revision 11525
4574
4575 -------------------------------------------------------------------
4576 Tue Oct 28 10:07:13 CET 2008 - schubi@suse.de
4577
4578 - regarding "keep obsolete" in the solutions (bnc #439134)
4579 - revision 11517
4580
4581 -------------------------------------------------------------------
4582 Mon Oct 27 10:51:01 CET 2008 - dmacvicar@suse.de
4583
4584 - fix broken aria2c command line (bnc#438971)
4585
4586 -------------------------------------------------------------------
4587 Sun Oct 26 14:53:56 CET 2008 - coolo@suse.de
4588
4589 - adding svn r11488 to fix compile of PackageKit
4590
4591 -------------------------------------------------------------------
4592 Fri Oct 24 18:12:34 CEST 2008 - ma@suse.de
4593
4594 - Remove error prone methods from OnMediaLocation API to prevent
4595   accidental missuse. (bnc #437328)
4596 - revision 11487
4597 - version 5.19.0 (19)
4598
4599 -------------------------------------------------------------------
4600 Fri Oct 24 16:07:45 CEST 2008 - ma@suse.de
4601
4602 - Provide the /etc/products.d enties filename as Product::referenceFilename.
4603   Use it to remove orphan products. (bnc #432932)
4604 - Fix media exception handling in commit (bnc #395704)
4605 - revision 11485
4606 - version 5.18.0 (17)
4607
4608 -------------------------------------------------------------------
4609 Fri Oct 24 10:29:19 CEST 2008 - schubi@suse.de
4610
4611 - Taking "unlock" instead of setTransact(false) in the solutions (bnc #436923)
4612 - revision 11468
4613 - version 5.17.0 (17)
4614
4615 -------------------------------------------------------------------
4616 Wed Oct 22 14:33:10 CEST 2008 - ma@suse.de
4617
4618 - For retrieving a product license fall back to license.tar.gz. (bnc #372386)
4619 - revision 11447
4620
4621 -------------------------------------------------------------------
4622 Wed Oct 22 14:16:33 CEST 2008 - dmacvicar@suse.de
4623
4624 - move anonymous unique id to a private http header
4625   X-ZYpp-AnonymousUniqueId (bnc#431571 )
4626
4627 -------------------------------------------------------------------
4628 Wed Oct 22 12:58:35 CEST 2008 - ma@suse.de
4629
4630 - Adapt to satsolver-0.12 API.
4631 - Add Locale:: bestMatch to find the best match within a set of
4632   available Locales.
4633 - revision 11441
4634
4635 -------------------------------------------------------------------
4636 Mon Oct 20 16:44:58 CEST 2008 - ma@suse.de
4637
4638 - RepoInfo: Add methods to handle repository licenses. (bnc #372386)
4639 - revision 11419
4640
4641 -------------------------------------------------------------------
4642 Mon Oct 20 16:39:41 CEST 2008 - ma@suse.de
4643
4644 - Adapt to changed satsolver dataiterator API.
4645 - revision 11418
4646
4647 -------------------------------------------------------------------
4648 Fri Oct 17 18:31:47 CEST 2008 - ma@suse.de
4649
4650 - Secure download of license file on repo refresh (bnc #372386)
4651 - revision 11398
4652
4653 -------------------------------------------------------------------
4654 Fri Oct 17 17:26:25 CEST 2008 - ma@suse.de
4655
4656 - Call 'repo2solv.sh -o' instead of using output redirection. (bnc #420046)
4657 - revision 11397
4658
4659 -------------------------------------------------------------------
4660 Thu Oct 16 17:57:15 CEST 2008 - jkupec@suse.cz
4661
4662 - repository license methods added to RepoManager (bnc #372386)
4663 - revision 11377
4664
4665 -------------------------------------------------------------------
4666 Thu Oct 16 16:26:01 CEST 2008 - dmacvicar@suse.de
4667
4668 - don't take into account stat information when looking
4669   for remote SHA1SUMS (part of bnc#409927)
4670
4671 -------------------------------------------------------------------
4672 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
4673
4674 - MediaSetAccess::provideOptionalFile() added
4675 - revision 11369
4676
4677 -------------------------------------------------------------------
4678 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
4679 - version 5.16.1 (16)
4680
4681 -------------------------------------------------------------------
4682 Tue Oct 14 16:15:09 CEST 2008 - jkupec@suse.cz
4683
4684 - don't initialize servicesTargetDistro via global ZYpp instance in
4685   RepoManagerOptions() constructor (bnc #435184)
4686 - revision 11342
4687
4688 -------------------------------------------------------------------
4689 Mon Oct 13 19:12:40 CEST 2008 - jkupec@suse.cz
4690
4691 - repository probing: check for other types of repo even on
4692   MediaException, throw only if all fail (bnc #335906)
4693 - revision 11332
4694
4695 -------------------------------------------------------------------
4696 Mon Oct 13 14:16:25 CEST 2008 - ma@suse.de
4697
4698 - Adapt to satsolver changes.
4699 - revision 11331
4700 - version 5.16.0 (16)
4701
4702 -------------------------------------------------------------------
4703 Mon Oct 13 13:28:48 CEST 2008 - ma@suse.de
4704
4705 - Fix reading delta rpm checksum from solv file.
4706 - revision 11313
4707
4708 -------------------------------------------------------------------
4709 Mon Oct 13 12:12:39 CEST 2008 - ma@suse.de
4710
4711 - Fix package-manager script to properly quote arguments. (bnc #30903)
4712 - revision 11311
4713
4714 -------------------------------------------------------------------
4715 Mon Oct 13 11:03:04 CEST 2008 - schubi@suse.de
4716
4717 - regarding orphaned resolvables
4718 - removed old distupgrade algorithm
4719 - revision 11307
4720
4721 -------------------------------------------------------------------
4722 Sun Oct 12 13:55:51 CEST 2008 - jkupec@suse.cz
4723
4724 - handle ftp response 530 (login failed) like http 403
4725   (bnc #433537)
4726 - revision 11305
4727
4728 -------------------------------------------------------------------
4729 Thu Oct  9 17:37:18 CEST 2008 - ma@suse.de
4730
4731 - Adapt to satsolvers 'big solv data change'.
4732 - revision 11294
4733
4734 -------------------------------------------------------------------
4735 Thu Oct  9 17:18:18 CEST 2008 - schubi@suse.de
4736
4737 - Taking the right solution actions for locked resolvables (bnc #400840)
4738 - revision 11289
4739
4740 -------------------------------------------------------------------
4741 Thu Oct  9 13:52:03 CEST 2008 - ma@suse.de
4742
4743 - Add required copy-ctor and assignment operator to WhatProvides.
4744   (bnc #433087)
4745 - revision 11276
4746
4747 -------------------------------------------------------------------
4748 Wed Oct  8 16:24:25 CEST 2008 - jkupec@suse.cz
4749
4750 - detect and use unused loop device for mounting ISO images
4751   (bnc #428009)
4752 - revision 11262
4753 - version 5.15.1 (13)
4754
4755 -------------------------------------------------------------------
4756 Wed Oct  8 15:39:08 CEST 2008 - jkupec@suse.cz
4757
4758 - fixed segfault when saving the probed repo type in
4759   RepoManager::refreshMetadata() (bnc #431963)
4760 - revision 11261
4761
4762 -------------------------------------------------------------------
4763 Wed Oct  8 11:33:00 CEST 2008 - dmacvicar@suse.de
4764
4765 - improve log message (bnc#429114)
4766
4767 -------------------------------------------------------------------
4768 Wed Oct  8 11:15:20 CEST 2008 - lslezak@suse.cz
4769
4770 - disk usage - ignore /proc filesystem (bnc#418783)
4771 - revision 11258
4772
4773 -------------------------------------------------------------------
4774 Tue Oct  7 13:24:10 CEST 2008 - ma@suse.de
4775
4776 - Fixed detection of loopback mounted iso-files. The mtab entry does
4777   not necessarily mention the iso-file. (bnc #432504)
4778 - revision 11252
4779 - version 5.15.0 (13)
4780
4781 -------------------------------------------------------------------
4782 Thu Oct  2 19:46:13 CEST 2008 - ma@suse.de
4783
4784 - Add zypp.conf option 'download.use_deltarpmr.always' to enable using
4785   delta rpms even if the package is available on a local source.
4786   (Axel C. Frinke)
4787 - revision 11235
4788 - version 5.14.0 (13)
4789
4790 -------------------------------------------------------------------
4791 Thu Oct  2 18:50:11 CEST 2008 - ma@suse.de
4792
4793 - Add product attribute: PRODUCTLINE.
4794 - revision 11234
4795
4796 -------------------------------------------------------------------
4797 Thu Oct  2 17:18:19 CEST 2008 - ma@suse.de
4798
4799 - Do not consider self provided requirements whan computing the
4800   installation order.
4801 - revision 11231
4802
4803 -------------------------------------------------------------------
4804 Wed Oct  1 16:07:36 CEST 2008 - ma@suse.de
4805
4806 - Rephrase missleading error message. (bnc #431229)
4807 - revision 11222
4808
4809 -------------------------------------------------------------------
4810 Tue Sep 30 17:23:48 CEST 2008 - ma@suse.de
4811
4812 - Allow computation of disk usage per solvable.
4813 - revision 11218
4814
4815 -------------------------------------------------------------------
4816 Mon Sep 29 23:59:10 CEST 2008 - dmacvicar@suse.de
4817
4818 - Merge aria2c Media handler code from Google SOC 2008
4819   (Gerard Farras)
4820 - Only activated by making env var ZYPP_ARIA=1
4821
4822 -------------------------------------------------------------------
4823 Mon Sep 29 15:56:17 CEST 2008 - jkupec@suse.cz
4824
4825 - history: tell which package failed before logging rpm output or
4826   error message (bnc #430585)
4827 - no localization for history log comments
4828 - revision 11202
4829
4830 -------------------------------------------------------------------
4831 Mon Sep 29 13:43:08 CEST 2008 - ma@suse.de
4832
4833 - Fix zypp::WhatProvides::empty returning inverse result.
4834 - revision 11200
4835 - version 5.13.1 (13)
4836
4837 -------------------------------------------------------------------
4838 Sat Sep 27 23:36:19 CEST 2008 - jkupec@suse.cz
4839
4840 - fixed endless loop when CredentialManager returns bad password
4841 - CredentialManager now correctly updates password of existing
4842   credentials
4843 - revision 11187
4844
4845 -------------------------------------------------------------------
4846 Fri Sep 26 15:37:50 CEST 2008 - ma@suse.de
4847
4848 - Fix computation of Product::flavor.
4849 - Add Product::productLine. A vendor specific string denoting the
4850   product line.
4851 - revision 11182
4852 - version 5.13.0 (13)
4853
4854 -------------------------------------------------------------------
4855 Fri Sep 26 15:25:33 CEST 2008 - jkupec@suse.cz
4856
4857 - save user credentials after asking for them
4858 - revision 11181
4859
4860 -------------------------------------------------------------------
4861 Thu Sep 25 23:19:55 CEST 2008 - jkupec@suse.cz
4862
4863 - ZConfig::credentialsGlobal{File,Dir}() added
4864   (/etc/zypp/credentials.{cat,d})
4865 - revision 11176
4866
4867 -------------------------------------------------------------------
4868 Thu Sep 25 17:09:44 CEST 2008 - jkupec@suse.cz
4869
4870 - Target::setInstallationLogfile() removed from zypp/Target.h
4871 - revision 11171
4872
4873 -------------------------------------------------------------------
4874 Thu Sep 25 13:11:43 CEST 2008 - ma@suse.de
4875
4876 - Remove obsolete zypp-query-pool binary. zypper provides all
4877   the information one needs.
4878 - revision 11160
4879
4880 -------------------------------------------------------------------
4881 Wed Sep 24 19:11:19 CEST 2008 - jkupec@suse.cz
4882
4883 - HistoryLog added and used to log package installs/removes and
4884   repository adds, removes, url and alias changes into
4885   history.logfile (/var/log/zypp/history) (fate #110205)
4886 - str::escape(string, char) added
4887 - revision 11150
4888 - version 5.12.1 (12)
4889
4890 -------------------------------------------------------------------
4891 Tue Sep 23 14:02:08 CEST 2008 - jkupec@suse.cz
4892
4893 - CredentialManager: look for credentials with
4894   wanted_url.startsWith(stored_url)
4895 - RepoManager: don't pass service credentials down to repos if
4896   their urls are not based on service's url.
4897 - revision 11134
4898
4899 -------------------------------------------------------------------
4900 Mon Sep 22 16:27:41 CEST 2008 - ma@suse.de
4901
4902 - Remove superfluous PRODUCT_REFERENCES attribute.
4903 - revision 11127
4904
4905 -------------------------------------------------------------------
4906 Mon Sep 22 16:13:08 CEST 2008 - ma@suse.de
4907
4908 - Add Url::hasCredentialsInAuthority test for username or password
4909   being encoded in the authority component. I.e. user:pass@host.
4910 - Handle repos to be disabled disable in service refresh.
4911 - revision 11126
4912
4913 -------------------------------------------------------------------
4914 Mon Sep 22 12:10:34 CEST 2008 - jkupec@suse.cz
4915
4916 - provided context to keyring callbacks (bnc #370223)
4917 - merged trust & import callbacks (bnc #366467)
4918   (don't worry, still allows to trust && !import)
4919 - revision 11113
4920
4921 -------------------------------------------------------------------
4922 Fri Sep 19 13:17:38 CEST 2008 - ma@suse.de
4923
4924 - Moved DefaultAcceptBits enum to class KeyRing (formerly KeyRingReort).
4925 - revision 11102
4926
4927 -------------------------------------------------------------------
4928 Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de
4929
4930 - Use service alias as namespace for it's repositories aliases.
4931 - revision 11097
4932 - version 5.11.0 (11)
4933
4934 -------------------------------------------------------------------
4935 Thu Sep 18 12:45:25 CEST 2008 - jkupec@suse.cz
4936
4937 - pass service's credentials down to repos
4938 - support ?credentials=filepath in URL to specify credentials
4939 - revision 11092
4940
4941 -------------------------------------------------------------------
4942 Thu Sep 18 09:57:49 CEST 2008 - ma@suse.de
4943
4944 - Add Product::isTargetDistribution to identify the systems installed
4945   baseproduct. This should replace tests for Product::type is "base".
4946 - revision 11089
4947
4948 -------------------------------------------------------------------
4949 Wed Sep 17 18:05:44 CEST 2008 - jkupec@suse.cz
4950
4951 - save user credentials when adding repos/services with URLs containing
4952   the credentials (bnc #425462)
4953 - revision 11085
4954
4955 -------------------------------------------------------------------
4956 Wed Sep 17 15:08:54 CEST 2008 - ma@suse.de
4957
4958 - Adapt to rpms new way of quoting whitespace in pathnames.(bnc #426924)
4959 - revision 11082
4960
4961 -------------------------------------------------------------------
4962 Tue Sep 16 18:41:39 CEST 2008 - ma@suse.de
4963
4964 - Service handling fixes. Added ServiceException.
4965 - revision 11077
4966
4967 -------------------------------------------------------------------
4968 Mon Sep 15 11:40:04 CEST 2008 - ma@suse.de
4969
4970 - Fix building of transaltions.
4971 - revision 11064
4972
4973 -------------------------------------------------------------------
4974 Sun Sep 14 00:10:21 CEST 2008 - jkupec@suse.cz
4975
4976 - ServiceInfo.clearReposTo{Enable,Disable}() methods added
4977 - revision 11060
4978
4979 -------------------------------------------------------------------
4980 Fri Sep 12 18:24:28 CEST 2008 - ma@suse.de
4981
4982 - Create new Service repos in disbaled sate.
4983 - revision 11056
4984 - version 5.10.0 (10)
4985
4986 -------------------------------------------------------------------
4987 Fri Sep 12 16:04:54 CEST 2008 - ma@suse.de
4988
4989 - Make registerTarget and registerRelease abvailable for installed
4990   product. Required for registration.
4991 - revision 11043
4992
4993 -------------------------------------------------------------------
4994 Fri Sep 12 12:59:50 CEST 2008 - ma@suse.de
4995
4996 - Add url lists query to Product interface. A generic query and
4997   convenience methods to query urls for "releasenotes", "register",
4998   "updateurls", "extraurls",  "optionalurls" and "smolt" (bnc #413444)
4999 - revision 11029
5000
5001 -------------------------------------------------------------------
5002 Fri Sep 12 01:38:25 CEST 2008 - jkupec@suse.cz
5003
5004 - ServiceType and ServiceInfo::type() added (contains only RIS for
5005   now), service type probing added.
5006 - Avoiding the use of 'path' for services (appending
5007   the repoindex.xml's 'path' to the baseurl of created repos)
5008 - renamed ServiceInfo::*catalog*() methods to *repo*() methods
5009 - revision 11022
5010
5011 -------------------------------------------------------------------
5012 Thu Sep 11 16:01:57 CEST 2008 - dmacvicar@suse.de
5013
5014 - add Repostiroy::updateKeys and
5015   Repository::providesUpdatesForKey(string) for repo and
5016   product matching
5017 - Provide Repository::isUpdateRepo
5018
5019 -------------------------------------------------------------------
5020 Thu Sep 11 14:41:28 CEST 2008 - ma@suse.de
5021
5022 - Fix evaluation of vendor support flags.
5023 - Adapt retrieval of registration data (targetDistribution,
5024   targetDistributionRelease and targetDistributionFlavor).
5025 - revision 11013
5026
5027 -------------------------------------------------------------------
5028 Wed Sep 10 18:23:52 CEST 2008 - ma@suse.de
5029
5030 - Follow gpgcheck tag in .repo file and do no check if disabled.
5031 - revision 11010
5032 - version 5.9.0 (8)
5033
5034 -------------------------------------------------------------------
5035 Wed Sep 10 17:54:20 CEST 2008 - jkupec@suse.cz
5036
5037 - added dumpAsXMLOn(stream,string) to ServiceInfo to print services
5038   with content (repos)
5039 - revision 11004
5040
5041 -------------------------------------------------------------------
5042 Wed Sep 10 17:31:41 CEST 2008 - ma@suse.de
5043
5044 - Remove obsolete product attributes.
5045 - Store less packages in /var/lib/zypp/SoftLocks (bnc #418050)
5046 - revision 11001
5047
5048 -------------------------------------------------------------------
5049 Wed Sep 10 16:40:00 CEST 2008 - ma@suse.de
5050
5051 - Provide product::updaterepoKey: Update repository indicator string.
5052 - revision 11000
5053
5054 -------------------------------------------------------------------
5055 Tue Sep  9 17:33:03 CEST 2008 - dmacvicar@suse.de
5056
5057 - provide context about the repository (name/alias) if available when
5058   checking signatures (bnc#370223)
5059 - 5.8.0
5060
5061 -------------------------------------------------------------------
5062 Tue Sep  9 13:04:11 CEST 2008 - ma@suse.de
5063
5064 - Add ServiceInfo interface to define a set of catalogs (repository
5065   aliases) to be enabled on next refresh.
5066 - revision 10970
5067
5068 -------------------------------------------------------------------
5069 Tue Sep  9 11:40:42 CEST 2008 - ma@suse.de
5070
5071 - Fix reading of Traget::targetDistribution.
5072 - Allow to configure default answers in signature verification workflow.
5073 - revision 10968
5074
5075 -------------------------------------------------------------------
5076 Mon Sep  8 17:11:02 CEST 2008 - jkupec@suse.cz
5077
5078 - CredentialManager added to manage stored credentials
5079 - MediaCurl adapted to use CredentialManager to read credentials
5080 - revision 10958
5081
5082 -------------------------------------------------------------------
5083 Fri Sep  5 11:40:05 CEST 2008 - jkupec@suse.cz
5084
5085 - operator ==, !=, < definition moved to RepoInfoBase from
5086   the derived classes
5087 - fixed RepoInfo::dumpAsIniOn() to not print 'type' if it is unknown
5088   (bnc #407515)
5089 - {Repo,Service}Info::dumpAsXMLOn(ostream) added
5090 - RepoInfo::dumpRepoOn() deprecated in favor of dumpAsIniOn()
5091 - use shared_ptr instead of itrusive for {Repo,Service}Info
5092 - revision 10931:10942
5093
5094 -------------------------------------------------------------------
5095 Thu Sep  4 16:47:07 CEST 2008 - jkupec@suse.cz
5096
5097 - RepoInfo{,Base} setters made void
5098 - revision 10931
5099
5100 -------------------------------------------------------------------
5101 Wed Sep  3 14:53:06 CEST 2008 - jkupec@suse.cz
5102
5103 - skip repositories with non-matching target distro when reading
5104   repoindex
5105 - revision 10926
5106
5107 -------------------------------------------------------------------
5108 Tue Sep  2 11:04:52 CEST 2008 - schubi@suse.de
5109
5110 - Enabled distupgrade of the SAT solver. In order to use the old
5111   distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.
5112   This variable will can be used until the old distupgrade mechanism will
5113   be removed from libzypp. Have a look to above changelogs.
5114 - revision 10911
5115 - version 5.7.0 (5)
5116
5117 -------------------------------------------------------------------
5118 Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de
5119
5120 - add Package::maybeUnsupported to remove duplicated
5121   code in clients dealing with Package::vendorSupport
5122
5123 -------------------------------------------------------------------
5124 Tue Aug 19 11:04:52 CEST 2008 - schubi@suse.de
5125
5126 - Reset transaction only if this solvable has no buddy (bnc #417799)
5127   e.g. do not reset Products cause the concerning release package
5128   could not already be installed.
5129 - revision 10883
5130 - version 5.6.1 (5)
5131
5132 -------------------------------------------------------------------
5133 Mon Aug 18 17:31:02 CEST 2008 - dmacvicar@suse.de
5134
5135 - don't report "may be outdated" for @System repo.
5136
5137 -------------------------------------------------------------------
5138 Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de
5139
5140 - Add Target::targetDistribution. Returns "distribution-arch" of
5141   the installed base product. Used for registration and Service
5142   refresh. (for Fate #304915)
5143 - revision 10877
5144 - version 5.6.0 (5)
5145
5146 -------------------------------------------------------------------
5147 Fri Aug 15 17:42:58 CEST 2008 - ma@suse.de
5148
5149 - Add method Product::replacedProducts to identify installed
5150   Products that would be replaced by installing a new Product.
5151   (for Fate #301997)
5152 - revision 10876
5153
5154 -------------------------------------------------------------------
5155 Fri Aug 15 15:30:32 CEST 2008 - ma@suse.de
5156
5157 - Fixes to Selectable doing staus manipulation on non-USER level.
5158 - revision 10873
5159
5160 -------------------------------------------------------------------
5161 Fri Aug 15 14:23:02 CEST 2008 - ma@suse.de
5162
5163 - Add method ZYpp::getTarget that returns the Target or a NULL pointer,
5164   if it is not yet initialized. This is to avoid try/catch blocks just
5165   to test whether the Target is initialized. (bnc #417556)
5166 - Add method Target::assertRootPrefix. Pass a pathname and get back the
5167   path prefixed with the tragets root, unless it already had that prefix.
5168 - revision 10870
5169
5170 -------------------------------------------------------------------
5171 Thu Aug 14 18:44:45 CEST 2008 - schubi@suse.de
5172
5173 - Regarding error messages for Products correctly (FATE #304502)
5174 - rev 10863
5175
5176 -------------------------------------------------------------------
5177 Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
5178
5179 - Let Selectable default to USER level.
5180 - revision 10850
5181 - version 5.5.1 (5)
5182
5183 -------------------------------------------------------------------
5184 Wed Aug 13 21:01:25 CEST 2008 - ma@suse.de
5185
5186 - Change Selectable API to support doing staus manipulation on
5187   non-USER level.
5188 - revision 10847
5189 - version 5.5.0 (5)
5190
5191 -------------------------------------------------------------------
5192 Wed Aug 13 16:48:49 CEST 2008 - dmacvicar@suse.de
5193
5194 - support sat solver API for searching files
5195
5196 -------------------------------------------------------------------
5197 Wed Aug 13 15:12:45 CEST 2008 - ma@suse.de
5198
5199 - Add ResPool::reposFind to get repositories by alias.
5200 - revision 10835
5201
5202 -------------------------------------------------------------------
5203 Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
5204
5205 - Advise rpmdb2solv to parse the product database.
5206 - revision 10824
5207 - version 5.4.0 (4)
5208
5209 -------------------------------------------------------------------
5210 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
5211
5212 - Offer a simpler, fate based status manipulation in ui::Selectable.
5213   This is easier to handle, as the ui::Status always distinguishes
5214   wheter an object is installed or not.
5215 - revision 10814
5216
5217 -------------------------------------------------------------------
5218 Mon Aug 11 18:00:40 CEST 2008 - ma@suse.de
5219
5220 - Propagate default rpm install flags from zypp.conf via ZConfig and
5221   ZYppCommitPolicy down to the installer. (FATE #302952)
5222 - revision 10813
5223
5224 -------------------------------------------------------------------
5225 Mon Aug 11 16:28:07 CEST 2008 - ma@suse.de
5226
5227 - Add base::Flags (like qt's QFlags) a type-safe way of storing
5228   OR-combinations of enum values.
5229 - revision 10811
5230
5231 -------------------------------------------------------------------
5232 Fri Aug  8 17:01:00 CEST 2008 - ma@suse.de
5233
5234 - Add static ui::Selectable::get methods as convenient ctor
5235   substitute.
5236 - revision 10806
5237
5238 -------------------------------------------------------------------
5239 Fri Aug  8 15:41:17 CEST 2008 - ma@suse.de
5240
5241 - Adapt zypp-query-pool to new product handling.
5242 - revision 10803
5243
5244 -------------------------------------------------------------------
5245 Fri Aug  8 14:11:03 CEST 2008 - ma@suse.de
5246
5247 - Don't pass epoch to 'rpm -e', it does not support it.
5248 - revision 10800
5249
5250 -------------------------------------------------------------------
5251 Fri Aug  8 13:27:42 CEST 2008 - ma@suse.de
5252
5253 - Adapt to new product handling. Products are no longer pseudo
5254   installed objects verified by the solver, but actually installed.
5255   Thus removed satisfiedProduct iterator, fixed Selctables.
5256 - Removed class ProductInfo as we keep Product.
5257 - revision 10797
5258
5259 -------------------------------------------------------------------
5260 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
5261
5262 - implement relogin suggested support (fate#304889)
5263
5264 -------------------------------------------------------------------
5265 Wed Aug  6 18:21:30 CEST 2008 - ma@suse.de
5266
5267 - Detect correct download path even if repository type
5268   is not set. (bnc #386386)
5269 - revision 10768
5270
5271 -------------------------------------------------------------------
5272 Wed Aug  6 17:15:48 CEST 2008 - ma@suse.de
5273
5274 - Cleanup, mostly by removing, unused parser code and related classes.
5275 - revision 10765
5276
5277 -------------------------------------------------------------------
5278 Wed Aug  6 16:23:27 CEST 2008 - ma@suse.de
5279
5280 - Don't let exception escape MediaSetAccess dtor (bnc #415017)
5281 - revision 10763
5282
5283 -------------------------------------------------------------------
5284 Mon Aug  4 19:34:27 CEST 2008 - ma@suse.de
5285
5286 - Add new product attributes (flavor,referencePackage).
5287 - Add PoolItem buddies, i.e. two PoolItems sharing the same status
5288   object. This is used to keep the product resolvable and the
5289   package providing the product metadata in sync.
5290 - revision 10742
5291
5292 -------------------------------------------------------------------
5293 Sat Aug  2 19:26:52 CEST 2008 - jkupec@suse.cz
5294
5295 - support an optional url attribute in repoindex.xml's <repo>
5296 - revision 10729
5297
5298 -------------------------------------------------------------------
5299 Thu Jul 31 21:52:11 CEST 2008 - ma@suse.de
5300
5301 - New class ProductInfo to provide product related metadata that
5302   might be associated with a package. This will replace the Product
5303   resolvable.
5304 - revision 10715
5305
5306 -------------------------------------------------------------------
5307 Thu Jul 31 19:01:54 CEST 2008 - dmacvicar@suse.de
5308
5309 - generate a unique anonymous unique string per target
5310   and add it to the agent string for better statistics
5311
5312 -------------------------------------------------------------------
5313 Thu Jul 31 19:01:14 CEST 2008 - ma@suse.de
5314
5315 - Follow solver policy and make repository priority the highest
5316   key, when ordering packages. Then architecture, and edition last.
5317 - revision 10710
5318
5319 -------------------------------------------------------------------
5320 Wed Jul 30 19:12:00 CEST 2008 - ma@suse.de
5321
5322 - /var/lib/zypp and /var/cache/zypp should be owned by libzypp
5323   (bnc #412094)
5324 - revision 10702
5325
5326 -------------------------------------------------------------------
5327 Wed Jul 30 12:47:48 CEST 2008 - jkupec@suse.cz
5328
5329 - Service renamed to ServiceInfo
5330 - RepoInfoBase added; RepoInfo and ServiceInfo now derive from it
5331 - revision 10695
5332
5333 -------------------------------------------------------------------
5334 Tue Jul 29 12:59:46 CEST 2008 - jkupec@suse.cz
5335
5336 - fixed yum repos to work with non '/' base url post fix
5337   (bnc #341617)
5338 - revision 10662
5339
5340 -------------------------------------------------------------------
5341 Mon Jul 28 18:13:24 CEST 2008 - ma@suse.de
5342
5343 - Fixed SolvIterMixin::Selectable_iterator eating some solvables
5344   (bnc #411339)
5345 - revision 10680
5346
5347 -------------------------------------------------------------------
5348 Fri Jul 25 20:12:55 CEST 2008 - ma@suse.de
5349
5350 - Several changes to make libzypp-bindings compile using the original
5351   header files and no private copies. (bnc #391831)
5352 - revision 10668
5353 - version 5.3.0
5354
5355 -------------------------------------------------------------------
5356 Wed Jul 23 17:17:47 CEST 2008 - jkupec@suse.cz
5357
5358 - Service::enabled() added
5359 - revision 10657
5360
5361 -------------------------------------------------------------------
5362 Tue Jul 22 17:18:28 CEST 2008 - jkupec@suse.cz
5363
5364 - Removed FRESHENS dependency type
5365 - revision 10643
5366
5367 -------------------------------------------------------------------
5368 Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
5369
5370 - Allow parallel installation of packages which have been defined
5371   in zypp.conf (parameter "multiversion") Fate #302050
5372 - Additional check for broken system.
5373   (defined in zypp.conv: solver.checkSystemFile)
5374 - revision 10600
5375
5376 -------------------------------------------------------------------
5377 Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
5378
5379 - Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
5380 - revision 10596
5381
5382 -------------------------------------------------------------------
5383 Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
5384
5385 - Remove Atom, Script, Message and other obsolete classes.
5386 - revision 10592
5387
5388 -------------------------------------------------------------------
5389 Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
5390
5391 - Also report the name of the locking process in ZYppFactoryException
5392   (bnc #280537)
5393 - revision 10572
5394
5395 -------------------------------------------------------------------
5396 Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
5397
5398 - corrected logging of solver settings
5399 - regard locking while doUpdate (bnc #405427)
5400 - revision 10564
5401
5402 -------------------------------------------------------------------
5403 Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
5404
5405 - make curl use the right transfer mode
5406   (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
5407 - revision 10559
5408
5409 -------------------------------------------------------------------
5410 Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
5411
5412 - reuse existing disk mounts (applied Marius' patch) (bnc #208222)
5413 - revision 10557
5414
5415 -------------------------------------------------------------------
5416 Wed Jul  9 18:13:58 CEST 2008 - ma@suse.de
5417
5418 - Provide Package::url() if available in solv file. (bnc #402434)
5419 - A missing cookie file must not be treated as an error. Simply
5420   rebuild the cache (bnc #405867)
5421 - Add 22x22 and 24x24 icons (bnc #329635)
5422 - revision 10528
5423
5424 -------------------------------------------------------------------
5425 Mon Jul  7 13:39:09 CEST 2008 - schubi@suse.de
5426
5427 - Do not update an already updated package (bnc #400422)
5428 - revision 10504
5429
5430 -------------------------------------------------------------------
5431 Fri Jul  4 17:19:24 CEST 2008 - ma@suse.de
5432
5433 - Also check if the fingerprint matches before importing updated keys.
5434   (bnc #393160)
5435 - revision 10500
5436
5437 -------------------------------------------------------------------
5438 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
5439
5440 - forward port add message attribute to patches.
5441 - port import newer keys if a trusted key is updated
5442 - (bnc#393160)
5443 - version 5.0.2
5444
5445 -------------------------------------------------------------------
5446 Mon Jun 30 10:28:27 CEST 2008 - ma@suse.de
5447
5448 - Fix permanent duplication of gpg keys in the rpm database. Also
5449   retrieve correct creation and expire dates. (bnc #401259)
5450 - Invoke gpg with --homdir, otherwise command fails if executed
5451   within a wrapper. (bnc #401259)
5452 - revision 10487
5453
5454 -------------------------------------------------------------------
5455 Thu Jun 26 12:07:33 CEST 2008 - schubi@suse.de
5456
5457 - version 5.0.1
5458 - revision 10464
5459
5460 -------------------------------------------------------------------
5461 Thu Jun 19 17:55:35 CEST 2008 - ma@suse.de
5462
5463 - Handle new patch messages and scripts in commit. Provide callbacks
5464   to display the patch messages and give visual feedback on script
5465   execution. (bnc #401220)
5466 - revision 10411
5467
5468 -------------------------------------------------------------------
5469 Thu Jun 19 17:35:59 CEST 2008 - ma@suse.de
5470
5471 - Fix wrong parenthesis causing bug 399320
5472 - version
5473 - revision
5474
5475 -------------------------------------------------------------------
5476 Tue Jun 10 09:52:03 CEST 2008 - jreidinger@suse.cz
5477
5478 - improve performance of gsub
5479 - change replace_all to replaceAll (same name convency)
5480 - add tests for gsub and replaceAll
5481 - revision 10366
5482
5483 -------------------------------------------------------------------
5484 Fri Jun  6 13:29:59 CEST 2008 - ma@suse.de
5485
5486 - Handle application/x-redhat-package-manager in package-manager.desktop
5487   (bnc #391183)
5488 - revision 10361
5489
5490 -------------------------------------------------------------------
5491 Thu Jun  5 18:01:15 CEST 2008 - jkupec@suse.cz
5492
5493 - X-SuSE-ControlCenter-System category added
5494   to package-manager.desktop (bnc #302324)
5495 - revision 10353
5496
5497 -------------------------------------------------------------------
5498 Wed Jun  4 14:57:13 CEST 2008 - ma@suse.de
5499
5500 - Fix crash when requesting disk usage without a target loaded. (bnc #396755)
5501 - revision 10340
5502
5503 -------------------------------------------------------------------
5504 Wed Jun  4 14:05:09 CEST 2008 - ma@suse.de
5505
5506 - Fix memory corruption in curl media handler (bnc #396979)
5507 - revision 10338
5508
5509 -------------------------------------------------------------------
5510 Tue Jun  3 20:00:00 CEST 2008 - ma@suse.de
5511
5512 - Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
5513   as 'source package named zypper'. So these capabilities can be used
5514   together with sat::Whatprovides or in resolver requests. (bnc #369893)
5515 - revision 10335
5516
5517 -------------------------------------------------------------------
5518 Tue Jun  3 15:40:37 CEST 2008 - jreidinger@suse.cz
5519
5520 - allow aborting progress during removing packages. (bnc #389238)
5521 - revision 10331
5522
5523 -------------------------------------------------------------------
5524 Mon Jun  2 15:31:36 CEST 2008 - schubi@suse.de
5525
5526 - New option for ignoring Obsoletes. This is used for installing more than
5527   one pacakges with the same name but different versions.
5528   Often used by kernel.
5529 - r 10299
5530
5531 -------------------------------------------------------------------
5532 Sun Jun  1 23:14:34 CEST 2008 - - ma@suse.de
5533
5534 - Revert inappropriate Selectable cleanup. Fix Selectable
5535   status computation. Unmaintained packages were wrongly
5536   reported as unsinstalled. (bnc #394630)
5537 - version 5.0.0 (4.x continued in SuSE-Linux-11_0-Branch)
5538 - revision 10295
5539
5540 -------------------------------------------------------------------
5541 Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
5542
5543 - fixed typo
5544
5545 -------------------------------------------------------------------
5546 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
5547
5548 - Reenable diskusage calculation (bnc #395051)
5549 - version 4.25.1
5550 - revision 10273
5551
5552 -------------------------------------------------------------------
5553 Wed May 28 18:50:11 CEST 2008 - jkupec@suse.cz
5554
5555 - RepoManager::packagesPath(RepoInfo) added (bnc #394728)
5556 - revision 10271
5557
5558 -------------------------------------------------------------------
5559 Wed May 28 16:26:09 CEST 2008 - jkupec@suse.cz
5560
5561 - RepoInfo: don't overwrite flags that have already been set externally
5562   (bnc #394728)
5563 - revision 10256
5564
5565 -------------------------------------------------------------------
5566 Wed May 28 15:30:24 CEST 2008 - ma@suse.de
5567
5568 - Create missing directories when saving config files. (bnc #395026)
5569 - Fix undefined behaviour in RepoManager.
5570 - revision 10255
5571
5572 -------------------------------------------------------------------
5573 Wed May 28 15:23:44 CEST 2008 - schubi@suse.de
5574
5575 - SOLVER_ERASE_SOLVABLE_NAME: As we do not know, if this request has come
5576   from resolvePool or resolveQueue we will have to take care for both
5577   cases. (bnc#393969)
5578 - r 10252
5579
5580 -------------------------------------------------------------------
5581 Tue May 27 22:35:37 CEST 2008 - coolo@suse.de
5582
5583 - compile with RPM_OPT_FLAGS
5584
5585 -------------------------------------------------------------------
5586 Mon May 26 17:23:24 CEST 2008 - jkupec@suse.cz
5587
5588 - old2new locks file converter script added to %post (jredinger)
5589 - r 10227
5590
5591 -------------------------------------------------------------------
5592 Mon May 26 11:48:35 CEST 2008 - schubi@suse.de
5593
5594 - Do not regard packages with the same name while upgrading obsoleted
5595   packages (bnc#394367)
5596 - r 10219
5597
5598 -------------------------------------------------------------------
5599 Sat May 24 01:23:44 CEST 2008 - dmacvicar@suse.de
5600
5601 - revert commit don't check for existence of keys,
5602   to avoid a non needed HEAD request. (related bnc#381280)
5603   as it creates popup error callbacks due to the 404's in
5604   the keys. Leave however the OnMediaLocation::optional()
5605   API to look for another fix strategy.
5606
5607 -------------------------------------------------------------------
5608 Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de
5609
5610 - define path for messages and scripts and document
5611   them in zypp.conf
5612
5613 -------------------------------------------------------------------
5614 Fri May 23 14:42:34 CEST 2008 - schubi@suse.de
5615
5616 - Added IgnoreAlreadyRecommended flag. So recomments/suggest will
5617   be ignored for already INSTALLED packages (bnc #389694)
5618 - r 10202
5619
5620 -------------------------------------------------------------------
5621 Fri May 23 10:22:47 CEST 2008 - schubi@suse.de
5622
5623 - Packages which obsoletes and do NOT required other installed
5624   packages will be installed if no other packages obsolete the installed package too.
5625 - r 10196
5626
5627 -------------------------------------------------------------------
5628 Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
5629
5630 - fix filelist for installed packages (bnc#392544)
5631 - fix changelog retrieval for installed packages
5632
5633 -------------------------------------------------------------------
5634 Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
5635
5636 - deprecate Repository::name() and use alias() to
5637   be consistent. Related to (bnc#383553)
5638 - don't check for existence of keys, to avoid a non needed
5639   HEAD request. (helps bnc#381280)
5640 - 4.25.0
5641
5642 -------------------------------------------------------------------
5643 Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
5644
5645 - added onlyRequires in the testcase (bnc #389184)
5646
5647 -------------------------------------------------------------------
5648 Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
5649
5650 - allow installation and refreshing from repository with alias that
5651   contains ' or " (bnc #392426)
5652 - r10158
5653
5654 -------------------------------------------------------------------
5655 Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
5656
5657 - delta rpm support reenabled
5658 - r10150
5659
5660 -------------------------------------------------------------------
5661 Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
5662
5663 - Resetting Delete Details in ResStatus correctly (bnc #391785)
5664 - r 10145
5665
5666 -------------------------------------------------------------------
5667 Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
5668
5669 - when setting status to non installed for uninstalled packages
5670   set the user transaction so they go to soft locks.
5671   (related to bnc#389739 )
5672
5673 -------------------------------------------------------------------
5674 Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
5675
5676 - Added new calls : isInstalledBy (const PoolItem item);
5677                     installs (const PoolItem item);
5678 - r 10125
5679 - 4.23.0
5680
5681 -------------------------------------------------------------------
5682 Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
5683
5684 - don't run merge in save when toAdd/Remove queue is empty
5685 - throw when locks cannot load its file
5686 - r10124
5687
5688 -------------------------------------------------------------------
5689 Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
5690
5691 - throw more describing exception when repo probing failed
5692   (bnc #389690)
5693 - revision 10118
5694
5695 -------------------------------------------------------------------
5696 Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
5697
5698 - allow call only merge old locks and newly added/removed without
5699   saving it to file
5700 - -revision 10104
5701
5702 -------------------------------------------------------------------
5703 Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de
5704
5705 - report non packages as keep installed if satisfied to the
5706   user interace (Selectables)
5707 - 4.21.3
5708
5709 -------------------------------------------------------------------
5710 Tue May 13 15:50:28 CEST 2008 - jkupec@suse.cz
5711
5712 - create /etc/zypp/products.d on install
5713
5714 -------------------------------------------------------------------
5715 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
5716
5717 - /etc/zypp/products.d added to file list (bnc #385868)
5718 - revision 10049
5719 - version 4.21.2
5720
5721 -------------------------------------------------------------------
5722 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
5723
5724 - call RemoveResolvableReport::problem() before finish() on error
5725   (bnc #388810)
5726 - revision 10045
5727
5728 -------------------------------------------------------------------
5729 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
5730
5731 - fix file list
5732
5733 -------------------------------------------------------------------
5734 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
5735
5736 - Product now retrieves all attributes from the solv file.
5737 - version 4.21.1
5738 - revision 10031
5739
5740 -------------------------------------------------------------------
5741 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
5742
5743 - Add zypp.conf option configdir (/etc/zypp) and arrange
5744   all config files and directories to follow {configdir}
5745   per default.
5746 - Fix zypp-query-pool to print satisfied products and additional
5747   products defined in {configdir}/products.d for registration.
5748   (bnc #385868)
5749 - version 4.21.0
5750 - revision 10029
5751
5752 -------------------------------------------------------------------
5753 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
5754
5755 - implement remove duplicate entries in lock file (bnc#385967)
5756
5757 -------------------------------------------------------------------
5758 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
5759
5760 - Speedup rpmdb2solv by reusing an existing solv file.
5761 - version 4.20.1
5762 - revision 10012
5763
5764 -------------------------------------------------------------------
5765 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
5766
5767 - Fix failed package download due to unkown repository type (bnc #386386)
5768 - revision 9995
5769
5770 -------------------------------------------------------------------
5771 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
5772
5773 - Support optional root argument to RepoManagerOptions, to prefix all
5774   path names taken from ZConfig. (bnc #388265)
5775 - version 4.20.0
5776 - revision 9993
5777
5778 -------------------------------------------------------------------
5779 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
5780
5781 - new solution action for removing requirements/conflicts (bnc #387631)
5782 - revision 9988
5783
5784 -------------------------------------------------------------------
5785 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
5786
5787 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100)
5788 - revision 9984
5789
5790 -------------------------------------------------------------------
5791 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
5792
5793 - DistUpgrade: searching for providers -> regarding name onl
5794 - r 9977
5795
5796 -------------------------------------------------------------------
5797 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
5798
5799 - add flag --registrable (-r) to query pool to avoid
5800   using system as a filter
5801 - 4.19.1
5802
5803 -------------------------------------------------------------------
5804 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
5805
5806 - return values in non-void functions
5807
5808 -------------------------------------------------------------------
5809 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
5810
5811 - support multiple search strings in PoolQuery (ORed)
5812 - revision 9945
5813
5814 -------------------------------------------------------------------
5815 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
5816
5817 - Switch off the upgrade mode of the
5818   SAT solver cause the packages have already been evaluated by
5819   the distupgrade machanism of libzypp. (bnc #386375)
5820 - rev 9943
5821
5822 -------------------------------------------------------------------
5823 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
5824
5825 - release file after copy to cache as soon as possible.
5826   (bnc #381311)
5827 - r9940
5828
5829 -------------------------------------------------------------------
5830 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
5831
5832 - Bugfix: keep states by user has been removed it the
5833   package has not been installed BUT has been recommended by another package.
5834   (bnc #385832)
5835 - rev 9938
5836
5837 -------------------------------------------------------------------
5838 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
5839
5840 - add isLocal function to Url which say if scheme is local or
5841   internet.
5842 - r9932
5843
5844 -------------------------------------------------------------------
5845 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
5846
5847 - cache decision for repository depend on his url.
5848 - http,ftp and smb cache packages.
5849 - revision 9929
5850
5851 -------------------------------------------------------------------
5852 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
5853
5854 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
5855   Locks are loaded together with the target, and changes are writen
5856   back on commit. zypp.conf option locksfile.apply can be used to turn
5857   this feature on or off. (FATE #120352)
5858 - version 4.18.0
5859 - revision 9927
5860
5861 -------------------------------------------------------------------
5862 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
5863
5864 - Add zypp.conf option solvfilesdir: Path where the repo solv files
5865   are created. Default value: {cachedir}/solv.
5866 - Target and repositories now save their solvfiles below {solvfilesdir}
5867   in directories named after the repositories alias.
5868 - version 4.18.0
5869 - revision 9913
5870
5871 -------------------------------------------------------------------
5872 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
5873
5874 - fixed filesystem::expandlink(Pathname) (bnc #368477)
5875 - r9906
5876
5877 -------------------------------------------------------------------
5878 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
5879
5880 - cleanup in return values of doUpgrade and doUpdate
5881 - r9886
5882 - 4.17.0
5883
5884 -------------------------------------------------------------------
5885 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
5886
5887 - check for valid pool in begin(), improve the code (bnc #384337)
5888 - r9872
5889 - 4.16.0
5890
5891 -------------------------------------------------------------------
5892 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
5893
5894 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
5895
5896 -------------------------------------------------------------------
5897 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
5898
5899 - added translations
5900
5901 -------------------------------------------------------------------
5902 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
5903
5904 - ostream operator<<(ostream,TriBool) added
5905 - r9833
5906
5907 -------------------------------------------------------------------
5908 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
5909
5910 - Prevent target::unload from creating a system repo in order
5911   to unload it. (bnc 382297)
5912 - version 4.15.2
5913 - revision 9822
5914
5915 -------------------------------------------------------------------
5916 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
5917
5918 - Prevent deselected or deleted items from being re-selected due to
5919   recommends (aka. persistent soft locks). Unlike hard locked, those
5920   items will be automatically selected if required. The list of soft
5921   locked items is stored in /var/lib/zypp/SoftLocks.
5922 - version 4.15.1
5923 - revision 9818
5924
5925 -------------------------------------------------------------------
5926 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
5927
5928 - Remove obsolete AdditionalCapabilities interface from ResPool.
5929   Forward sat::Pool::RepositoryIterator. There's no more need to
5930   maintain an extra Repository list in ResPool.
5931 - revision 9806
5932
5933 -------------------------------------------------------------------
5934 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
5935
5936 - Support dependencies requiring a specific architecture:
5937   "name[.arch] [op edition]". See class Capability for details
5938   about how to construct dependencies. (bnc #305445)
5939 - version 4.15.0
5940 - revision 9805
5941
5942 -------------------------------------------------------------------
5943 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
5944
5945 - patch attributes and deprecate old ones
5946 - 4.14.0
5947
5948 -------------------------------------------------------------------
5949 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
5950
5951 - change locks api -
5952 - make more functions const
5953 - replace add/remove by selectable to add/remove by ident or name and kind
5954 - rename iterator to const_iterator to avoid confusion
5955 - revision 9781
5956
5957 -------------------------------------------------------------------
5958 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
5959
5960 - Do architecture changes while "dup" in the external distribution
5961   upgrade ONLY. bnc #382274
5962 - Added "ignore" to the solutions
5963 - Added "self-conflicts" to the solution
5964 - added new solver mechanism "resolveQueue"
5965 - Bugfix broken/satisfied products
5966 - rev 9776
5967
5968 -------------------------------------------------------------------
5969 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
5970
5971 - Added Pattern::core returning the packages required by a pattern.
5972   (see also Pattern::depends and Pattern::contents).
5973 - revision 9771
5974
5975 -------------------------------------------------------------------
5976 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
5977
5978 - Added Target::release(), returning the targets distribution
5979   release string.
5980 - revision 9761
5981
5982 -------------------------------------------------------------------
5983 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
5984
5985 - per default abort if package installation fails. (bnc #381203)
5986 - version 4.13.3
5987 - revision 9725
5988
5989 -------------------------------------------------------------------
5990 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
5991
5992 - add ZYpp and curl version to http agent string
5993   (bnc #381280)
5994
5995 -------------------------------------------------------------------
5996 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
5997
5998 - Fixed pools package index wrongly including source packages. (bnc #380283)
5999 - version 4.13.2
6000 - revision 9683
6001
6002 -------------------------------------------------------------------
6003 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
6004
6005 - Disable fast creation of @System.solv. It may produce wrong results
6006   e.g. after a rebuilddb.
6007 - version 4.13.1
6008 - revision 9666
6009
6010 -------------------------------------------------------------------
6011 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
6012
6013 - initializeTarget now takes an additional option, telling whether to
6014   rebuild an existing rpm database before using it. Default is false.
6015   (bnc #308352)
6016 - version 4.13.0
6017 - revision 9664
6018
6019 -------------------------------------------------------------------
6020 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
6021
6022 - save do nothing if no locks added/removed
6023 - fix bug with multiple save lock
6024 - don't save same query multiple times
6025 - improve tests
6026 - revision 9644
6027
6028 -------------------------------------------------------------------
6029 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
6030
6031 - added new translations
6032 - activate zypp-query-pool
6033 - Revision 9637
6034 - 4.12.1
6035
6036 -------------------------------------------------------------------
6037 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
6038
6039 - Locks API cleaned-up, iterator added, light read() added
6040 - PoolQuery::attribute(SolvAttr) getter added
6041 - revision 9609
6042
6043 -------------------------------------------------------------------
6044 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
6045
6046 - reenable zypp-query-pool
6047 - 4.11.1
6048
6049 -------------------------------------------------------------------
6050 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
6051
6052 - Enable evaluation of hardware dependencies.
6053 - Enable evaluation of filesystem dependencies.
6054 - revision 9605
6055
6056 -------------------------------------------------------------------
6057 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
6058
6059 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
6060   needed for explicit refresh request
6061 - revision 9574
6062
6063 -------------------------------------------------------------------
6064 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
6065
6066 - Install ResPoolProxy index to speedup Solvable to Selectable
6067   conversion.
6068 - version 4.11.0
6069 - revision 9558
6070
6071 -------------------------------------------------------------------
6072 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
6073
6074 - Implement update scripts installed by packages. After every
6075   package install /var/adm/update-scripts is scanned for the first
6076   file starting with "<name>-<version>.<release>-", which is then
6077   executed.
6078 - revision 9547
6079
6080 -------------------------------------------------------------------
6081 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
6082
6083 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
6084 - Add Resolvable::poolItem() providing access to the corresponding
6085   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
6086   to PoolItem.
6087 - Add ResPool::satisfiedProductsBegin/End iterator over all products
6088   whose dependencies are satisfied. This reflects the status determined
6089   by the last solver run. (#368104)
6090 - revision 9535
6091
6092 -------------------------------------------------------------------
6093 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
6094
6095 - switch to new locks api
6096 - revision 9524
6097
6098 -------------------------------------------------------------------
6099 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
6100
6101 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
6102 - Add SolvIterMixin: Base class providing PoolItem_iterator and
6103   Selectable_iterator iterator types based on a Solvable iterator.
6104 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
6105   PoolItem_iterator and Selectable_iterator.
6106 - Add Solvable::SplitIdent: Helper class that splits an identifier
6107   into kind and name.
6108 - Provide methods Pattern::contents returning a collection of packages
6109   associated with the pattern/patch.
6110 - revision 9496
6111
6112 -------------------------------------------------------------------
6113 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
6114
6115 - add comparing to PoolQuery
6116 - revision 9466
6117
6118 -------------------------------------------------------------------
6119 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
6120
6121 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
6122 - revision 9452
6123
6124 -------------------------------------------------------------------
6125 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
6126
6127 - initial implementation of new locks (FATE #120118 and #120352)
6128 - revision 9442
6129
6130 -------------------------------------------------------------------
6131 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
6132
6133 - selectable API updates and changes
6134 - 4.10.0
6135
6136 -------------------------------------------------------------------
6137 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
6138
6139 - add split with respect to escaped delimeters and also for quotes
6140 - revision 9373
6141
6142 -------------------------------------------------------------------
6143 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
6144
6145 - Fixed some missing package and source package attributes.
6146 - revision 9348
6147
6148 -------------------------------------------------------------------
6149 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
6150
6151 - Allow to store a media label in MediaSetAccess. This label is
6152   passed to a media change requests to describe which CD is
6153   requested.  (bnc #330094)
6154 - Fixed some missing package and source package attributes.
6155 - revision 9347
6156
6157 -------------------------------------------------------------------
6158 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
6159
6160 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
6161 - Removed establish state in ResStatus
6162 - revision 9337
6163 - version 4.7.0
6164
6165 -------------------------------------------------------------------
6166 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
6167
6168 - Add PoolItem::isSatisfied()/isBroken() to test whether
6169   the items requirements are met.
6170 - revision 9334
6171
6172 -------------------------------------------------------------------
6173 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
6174
6175 - Extend sat::WhatProvides to allow to query for possible providers
6176   of a collection of capabilies. E.g. all providers of a packages
6177   requirements.
6178 - Fixed retrieval of translated texts from .solv files, provided the
6179   solv file contains them.
6180 - revision 9328
6181
6182 -------------------------------------------------------------------
6183 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
6184
6185 - initial implementation of serialize/recovery PoolQuery
6186   (needed by FATE #120118)
6187 - revision 9325
6188
6189 -------------------------------------------------------------------
6190 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
6191
6192 - Allow prioritizing repos by adding a line 'priority=N' to the
6193   .repo file. Where N is an integer number from 1 (highest prio)
6194   to 99 (least and default). (bnc #369827, fate #302872)
6195 - version 4.6.1
6196 - revision 9276
6197
6198 -------------------------------------------------------------------
6199 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
6200
6201 - support plaindir again (at least the most important parts)
6202
6203 -------------------------------------------------------------------
6204 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
6205
6206 - Throwing special exception MediaBadCAException in case of SSL
6207   certificate validation failure.(bnc #223512)
6208 - revision 9250
6209
6210 -------------------------------------------------------------------
6211 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
6212
6213 - add new error IO_SOFT to media request callback for temporary
6214   connection problem. (bnc #328822)
6215 - add new media exception timeout when somethink fail due to exceed
6216   timeout
6217 - mediacurl throw timeout exception when timeouted
6218 - revision 9246
6219
6220 -------------------------------------------------------------------
6221 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
6222
6223 - return more information from checking if metadata need refresh,
6224   so user can get better info. (bnc #307249)
6225 - revision 9231
6226
6227 -------------------------------------------------------------------
6228 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
6229
6230 - class sat::LocaleSupport: Convenience methods to manage support
6231   for language specific packages.
6232 - revision 9197
6233
6234 -------------------------------------------------------------------
6235 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
6236
6237 - removed obsolete capability handling stuff (ma)
6238 - version 4.5.0
6239
6240 -------------------------------------------------------------------
6241 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
6242
6243 - Don't mask skip and abort exception in Fetcher
6244 - revision 9188
6245
6246 -------------------------------------------------------------------
6247 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
6248
6249 - action is correctly set in mediaRequest callback
6250 - revision 9186
6251
6252 -------------------------------------------------------------------
6253 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
6254
6255 - Fix SEGV in commit (bnc# 371137)
6256 - version 4.4.3
6257 - revision 9174
6258
6259 -------------------------------------------------------------------
6260 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
6261
6262 - version 4.4.2
6263
6264 -------------------------------------------------------------------
6265 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
6266
6267 - look for openssl in cmake, actually we build require it
6268 - explicitely link against openssl and crypto, required to
6269   compile in all platforms/distros.
6270
6271 -------------------------------------------------------------------
6272 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
6273
6274 - Save repo type during refresh if type is NONE (f.e. lazy probing).
6275 - revision 9153
6276
6277 -------------------------------------------------------------------
6278 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
6279
6280 - replace gpg escaped semicolon with real semicolon (bnc #355434)
6281 - revision 9151
6282
6283 -------------------------------------------------------------------
6284 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
6285
6286 - make strings from RpmDb and Keyring exceptions translatable
6287 - revision 9146
6288
6289 -------------------------------------------------------------------
6290 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
6291
6292 - fix retrieving keys (bnc #368099)
6293 - version 4.4.1
6294
6295 -------------------------------------------------------------------
6296 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
6297
6298 - enable frontend to rewrite add_probe settings.(bnc #309612)
6299 - Correct adding repo without type to lazy probing.
6300 - revision 9135
6301
6302 -------------------------------------------------------------------
6303 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
6304
6305 - get better message if something fail when trying run rpm
6306   (bnc #344584)
6307 - revision 9133
6308
6309 -------------------------------------------------------------------
6310 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
6311
6312 - Add ExternalProgram::execError and ExternalProgram::command
6313   to improve error reporting.
6314 - revision 9112
6315
6316 -------------------------------------------------------------------
6317 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
6318
6319 - release all media before requesting another (bnc #336881)
6320 - revision 9110
6321
6322 -------------------------------------------------------------------
6323 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
6324
6325 - getDetectedDevices added (fate #120298)
6326 - revision 9108
6327
6328 -------------------------------------------------------------------
6329 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
6330
6331 - media backend release() methods changed to take string & instead
6332   of bool (needed for FATE #120298)
6333 - media label, detected device list and current device arguments
6334   added to the requestMedia callback
6335 - version 4.4.0
6336
6337 -------------------------------------------------------------------
6338 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
6339
6340 - fix for bnc#369543
6341
6342 -------------------------------------------------------------------
6343 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
6344
6345 - provide download rate info (average and curent) in the
6346   media::DownloadProgressReport for ftp/http (bnc #168935)
6347 - r9074
6348
6349 -------------------------------------------------------------------
6350 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
6351
6352 - cleanCache(): clean also .cookie files
6353 - cleanTargetCache() added
6354 - use escaped_alias() in rawcache_path_for_repoinfo() and
6355   packagescache_path_for_repoinfo()
6356 - r9068
6357
6358 -------------------------------------------------------------------
6359 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
6360
6361 - fixed location of RPMs in subdirs when parsing plaindir repo
6362   recursively (bnc #368218)
6363 - revision 9060
6364
6365 -------------------------------------------------------------------
6366 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
6367
6368 - Do not filter any installed solvables.
6369 - revision 9031
6370 - version 4.3.2
6371
6372 -------------------------------------------------------------------
6373 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
6374
6375 - Try to rebuild broken solv files in Target::load.
6376 - revision 9015
6377
6378 -------------------------------------------------------------------
6379 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
6380
6381 - Try to rebuild broken solv files in RepoManager::loadFromCache.
6382 - Fix RepoStatus::operator&& and RepoStatus testsuite.
6383 - revision 9008
6384
6385 -------------------------------------------------------------------
6386 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
6387
6388 - improved problem description while a vendor change
6389 - improved problem description if a requirement cannot be fulfilled. Bug #358560
6390 - revision 9002
6391
6392 -------------------------------------------------------------------
6393 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
6394
6395 - Save and restore requested locales on target load/commit.
6396 - revision 8999
6397
6398 -------------------------------------------------------------------
6399 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
6400
6401 - (Update) Prevent reinstallation of installed packages.
6402 - revision 8984
6403
6404 -------------------------------------------------------------------
6405 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
6406
6407 - refresh metadata if there is no cache to unbreak compat with
6408   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
6409   that "zypper in" could work on)
6410
6411 -------------------------------------------------------------------
6412 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
6413
6414 - create cache directory before calling rpmdb2solv (in an empty
6415   chroot)
6416 - version 4.3.1
6417
6418 -------------------------------------------------------------------
6419 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
6420
6421 - special exception message if server returns 403 response
6422   (forbidden) (port from SP2)
6423 - MediaException messages marked for translation
6424
6425 -------------------------------------------------------------------
6426 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
6427
6428 - make sure we have target cache on target initialize
6429 - version 4.3.0
6430
6431 -------------------------------------------------------------------
6432 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
6433
6434 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
6435   file systems (#333166)
6436 - rev. 8915
6437
6438 -------------------------------------------------------------------
6439 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
6440
6441 - Fixed Capabilites iterator exposing prereq marker.
6442 - revision 8914
6443
6444 -------------------------------------------------------------------
6445 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
6446
6447 - postinstall script fixed
6448 - version 4.2.10
6449
6450 -------------------------------------------------------------------
6451 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
6452
6453 - Testcases regards modaliases, rpmlib, ... correctly
6454 - Revision 8904
6455
6456 -------------------------------------------------------------------
6457 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
6458
6459 - Remove obsolete sql database. (bnc#363224)
6460 - revision 8898
6461
6462 -------------------------------------------------------------------
6463 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
6464
6465 - Take care target uses --root when creating solv files (bnc #363789)
6466 - revision 8881
6467
6468 -------------------------------------------------------------------
6469 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
6470
6471 - Unmaintained packages which does not fit to the updated system
6472   (broken dependencies) will be deleted.
6473 - revision 8867
6474
6475 -------------------------------------------------------------------
6476 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
6477
6478 - let libzypp-devel require libsatsolver-devel
6479
6480 -------------------------------------------------------------------
6481 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
6482
6483 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
6484 - revision 8833
6485
6486 -------------------------------------------------------------------
6487 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
6488
6489 - media: fixed DownloadProgressReport.finish() url argument in
6490   doGetFileCopy()
6491 - revision 8815
6492
6493 -------------------------------------------------------------------
6494 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
6495
6496 - hardlink when possible to optimize data transfer
6497   and space across caches.
6498 - version 4.2.8
6499
6500 -------------------------------------------------------------------
6501 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
6502
6503 - added some locale support to sat::Solvable
6504 - version 4.2.7
6505
6506 -------------------------------------------------------------------
6507 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
6508
6509 - handle error messages better in doesFileExist too which is
6510   used during probing. (bnc #362608)
6511
6512 -------------------------------------------------------------------
6513 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
6514
6515 - Fetcher::reset() should not reset cache directories.
6516   (bnc #348050)
6517 - version 4.2.6
6518
6519 -------------------------------------------------------------------
6520 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
6521
6522 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
6523   for http and https, but this time set CURLOPT_HTTPGET back to 1
6524   so it actually works. This makes Media::doesFileExist
6525   efficient for http and https.
6526   (related to bnc #348050)
6527 - version 4.2.5
6528
6529 -------------------------------------------------------------------
6530 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
6531
6532 - using .solv files only now (fate #303018)
6533 - revision 8699
6534
6535 -------------------------------------------------------------------
6536 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
6537
6538 - fix architectures on distupgrade
6539
6540 -------------------------------------------------------------------
6541 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
6542
6543 - fixes from trunk merged
6544
6545 -------------------------------------------------------------------
6546 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
6547
6548 - fixed renaming a repo to an existing one (bnc #228216)
6549 - revision 8431
6550
6551 -------------------------------------------------------------------
6552 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
6553
6554 - fix changelog
6555
6556 -------------------------------------------------------------------
6557 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
6558
6559 - read .curlrc more robustly to obtain user-proxy (#330351)
6560 - revision 8368
6561
6562 -------------------------------------------------------------------
6563 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
6564
6565 - always buildrequire openssl-devel
6566 - replacing strange utf-8 chars in changelog
6567 - revision 8317
6568
6569 -------------------------------------------------------------------
6570 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
6571
6572 - Saner NFS timeo default (#350309)
6573 - revision 8314
6574
6575 -------------------------------------------------------------------
6576 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
6577
6578 - support 'patterns.pat' and 'patterns.pat.gz' to read all
6579   patterns in one go.
6580 - rev 8309
6581
6582 -------------------------------------------------------------------
6583 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
6584
6585 - added RpmDb::removePubkey(), call it from
6586   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
6587   is removed from the trusted keyring
6588 - revision 8288
6589
6590 -------------------------------------------------------------------
6591 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
6592
6593 - Textchanges
6594 - reduced logging in SAT-solver
6595 - ordering solutions
6596 - version 4.1.8
6597 - revision 8276
6598
6599 -------------------------------------------------------------------
6600 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
6601
6602 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
6603   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
6604 - Revision 8255
6605 - Version 4.1.7
6606
6607 -------------------------------------------------------------------
6608 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
6609
6610 - Pathname zypp::filesystem::expandlink(const Pathname &) added
6611 - if the provided file is a symlink, expand it (#274651) (this
6612   probably won't work for schemes other than file/dir and cd/dvd)
6613 - revision 8179
6614
6615 -------------------------------------------------------------------
6616 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
6617
6618 - fixed password handling in URLs (bug #347273)
6619 - revision 8118
6620
6621 -------------------------------------------------------------------
6622 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
6623
6624 - Fixed default text locale detection not to use static variables. (#346872)
6625 - version 4.1.6
6626 - revision 8116
6627
6628 -------------------------------------------------------------------
6629 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
6630
6631 - Log more details about zypp lock owner. (#294094)
6632 - revision 8088
6633
6634 -------------------------------------------------------------------
6635 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
6636
6637 - Remove runtime dependency for libboost_filesystem (#345773)
6638 - version 4.1.5
6639 - revision 8061
6640
6641 -------------------------------------------------------------------
6642 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
6643
6644 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
6645   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
6646 - version 4.1.4
6647 - revision 7998
6648
6649 -------------------------------------------------------------------
6650 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
6651
6652 - make IniParser more strict (bug #306697)
6653
6654 -------------------------------------------------------------------
6655 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
6656
6657 - Fix missing packages in patch content list. (#340896)
6658 - revision 7925
6659
6660 -------------------------------------------------------------------
6661 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
6662
6663 - fix build
6664
6665 -------------------------------------------------------------------
6666 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
6667
6668 - Output date strings in UTF-8. (#339423)
6669 - revision 7807
6670
6671 -------------------------------------------------------------------
6672 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
6673
6674 - fixes for new gcc
6675 - version 4.1.3
6676 - r7788
6677
6678 -------------------------------------------------------------------
6679 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
6680
6681 - Don't mark failed patch scripts as installed. (#327523)
6682 - version 4.1.2
6683 - revision 7744
6684
6685 -------------------------------------------------------------------
6686 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
6687
6688 - update rpmlint suppression
6689
6690 -------------------------------------------------------------------
6691 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
6692
6693 - fixed retrieval of epoch from rpmdb (bug #246680)
6694
6695 -------------------------------------------------------------------
6696 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
6697
6698 - allow non-existing "packages" file in susetags parser (bug
6699   #309235)
6700
6701 -------------------------------------------------------------------
6702 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
6703
6704 - SMBIOS DMI modalias matching added (#333152)
6705 - revision 7494
6706
6707 -------------------------------------------------------------------
6708 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
6709 - do not download the same file multiple times in one attach session
6710   (#307098), r7456
6711 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
6712   removed - should be correctly detected by HAL now
6713   (#167629, #163971), r7452
6714 - version 4.1.1
6715
6716 -------------------------------------------------------------------
6717 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
6718
6719 - filter architecture in plaindir parser (bug #330791)
6720
6721 -------------------------------------------------------------------
6722 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
6723
6724 - Throw constructing malformed checksums. (#189096)
6725 - revision 7441
6726
6727 -------------------------------------------------------------------
6728 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
6729
6730 - Renamed templates back because proper qualification makes it work
6731   too.
6732 - 4.1.0
6733
6734 -------------------------------------------------------------------
6735 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
6736
6737 - only look for repositories in file ending ".repo" (bug #294779)
6738
6739 -------------------------------------------------------------------
6740 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
6741
6742 - Fixed compilation errors with GCC 4.3 by adding missing includes
6743   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
6744   Compare<Edition> to CompareEd.
6745 - r7426
6746
6747 -------------------------------------------------------------------
6748 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
6749
6750 - Incorporated patch from Michael Matz to speedup cache reading.
6751 - revision 7413
6752
6753 -------------------------------------------------------------------
6754 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
6755
6756 - Resolvertestcase:
6757   - log Repository info
6758   - set keep state in the testcase
6759   - handle vendor
6760 - r 4707
6761
6762 -------------------------------------------------------------------
6763 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
6764
6765 - Fixed pattern parser SEGV on broken pattern files. (#328546)
6766 - revision 7402
6767
6768 -------------------------------------------------------------------
6769 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
6770
6771 - QueuItemRequire: Filter out all provider which have worser architecture,
6772   are NOT noarch and have not the same name as the requirement. The
6773   last one is needed for updating packages via patch/atoms.
6774   Bug 328081
6775 - Revert changes of r 7340
6776 - r 7386
6777
6778 -------------------------------------------------------------------
6779 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
6780
6781 - Add missing '--install' parameter in desktop file. (#308640)
6782 - version 4.0.0
6783 - revision 7369
6784
6785 -------------------------------------------------------------------
6786 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
6787
6788 - release all attached media before attempting to eject (#293428)
6789 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
6790 - revision 7352
6791 - version 3.26.0
6792
6793 -------------------------------------------------------------------
6794 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
6795
6796 - provide a way to retrieve the metadata path. Used for
6797   installation, which incorrectly creates a repository in
6798   cache without adding it first, so metadata path is not
6799   set and therefore it is not possible to setup a media
6800   verifier on installation. Part of fix for (#293428)
6801 - 3.25.0
6802
6803 -------------------------------------------------------------------
6804 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
6805
6806 - If more than one resolvables provide a requirements and have different
6807   architecture take thatone with the best architecture. (Not regarding the
6808   name). Bug: Branching too much while an installation of a multi-arch-DVD
6809 - r 7340
6810 - version 3.24.8
6811
6812 -------------------------------------------------------------------
6813 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
6814
6815 - Checking the queue if an item will be deleted. If yes, the requirements
6816   are not needed anymore. Bug 326384
6817 - version 3.24.7
6818 - r 7329
6819
6820 -------------------------------------------------------------------
6821 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
6822
6823 - don't probe the repository type upon saving if disabled (#326769)
6824 - version 3.24.6
6825 - revision 7319
6826
6827 -------------------------------------------------------------------
6828 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
6829
6830 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
6831   esp. if the error occurred executing the packages post-install script.
6832 - version 3.24.5
6833 - revision 7317
6834
6835 -------------------------------------------------------------------
6836 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
6837
6838 - If a package is deselected by user, apply this soft lock to all
6839   available versions of this package.
6840 - version 3.24.4
6841 - revision 7316
6842
6843 -------------------------------------------------------------------
6844 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
6845
6846 - Update: Do not set an item to installation if there has been already set
6847   one for installation which has the same NVA. Bug  326286
6848 - version 3.24.3
6849 - r 7311
6850
6851 -------------------------------------------------------------------
6852 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
6853
6854 - Enable package cache during commit. (#326249)
6855 - revision 7309
6856
6857 -------------------------------------------------------------------
6858 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
6859
6860 - Do not regarding requirements for packages which will be deleted in the
6861   same solver run. Bug 310618
6862 - r 7292
6863 - version 3.24.2
6864
6865 -------------------------------------------------------------------
6866 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
6867
6868 - don't download filelists.xml.gz (#307105)
6869 - version 3.24.1
6870 - revision 7269
6871
6872 -------------------------------------------------------------------
6873 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
6874
6875 - Improve estimated diskusage while there is no valid
6876   solver result. (#325617)
6877 - revision 7266
6878
6879 -------------------------------------------------------------------
6880 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
6881
6882 -Bugfix in vendor change of a required resolvable (Correct error message)
6883  Bug 310455
6884 - r 7262
6885
6886 -------------------------------------------------------------------
6887 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
6888
6889 - fixed DU parsing in inst-sys (#308659)
6890 - revision 7256
6891
6892 -------------------------------------------------------------------
6893 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
6894
6895 - Enable using patch and delta rpms. (#309124)
6896 - version 3.24.0
6897 - revision 7253
6898
6899 -------------------------------------------------------------------
6900 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
6901
6902 - On update do not delete unmaintained non-SuSE packages.
6903 - version 3.23.2
6904 - revision 7239
6905
6906 -------------------------------------------------------------------
6907 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
6908
6909 - ZYppImpl::getPartitions() - don't return the current partitioning
6910   when the partitioning hasn't been set - fixes DU parsing in
6911   inst-sys (#308659)
6912
6913 -------------------------------------------------------------------
6914 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
6915
6916 - Throw specific exceptions during commit (#308511)
6917 - 3.23.1
6918
6919 -------------------------------------------------------------------
6920 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
6921
6922 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
6923   now provide more detailed disk usage information.
6924   Yum metadata don't, so we book the package size to '/'. (#308362)
6925 - version 3.23.0
6926 - revision 7225
6927
6928 -------------------------------------------------------------------
6929 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
6930
6931 - Regarding keep state while recycle old valid solver results. Bug 286889
6932 - r 7209
6933
6934 -------------------------------------------------------------------
6935 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
6936
6937 - report 100% progress on finishing RPM removal (bug #309431)
6938 - revision 7200
6939
6940 -------------------------------------------------------------------
6941 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
6942
6943 - Update: rename language packages --> take that package which fits to the
6944   selected language Bug 308098
6945 - r 7919
6946
6947 -------------------------------------------------------------------
6948 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
6949
6950 - restore deltas and patch rpms from the cache (#309124)
6951 - 3.22.8
6952
6953 -------------------------------------------------------------------
6954 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
6955
6956 - Don't fail if a product is deleted multiple times (e.g. due to
6957   obsoletes and an explicit deleted request). (#308746)
6958 - version 3.22.7
6959 - revision 7184
6960
6961 -------------------------------------------------------------------
6962 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
6963
6964 - SYSCONFDIR variable added for modifying /etc
6965
6966 -------------------------------------------------------------------
6967 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
6968
6969 - uninstallable resolvable -->suggested solution: delete; Bug 308164
6970 - r 7177
6971
6972 -------------------------------------------------------------------
6973 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
6974
6975 - new translations added
6976 - r 7166
6977 - version 3.22.6
6978
6979 -------------------------------------------------------------------
6980 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
6981
6982 - fixed disk usage counting of updated packages (#308362)
6983
6984 -------------------------------------------------------------------
6985 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
6986
6987 - Splitting packages: Take the package with the best
6988   architecture,edition ONLY; Bug 308591
6989 - r 7160
6990
6991 -------------------------------------------------------------------
6992 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
6993
6994 - properly report fallback disk usage size (in kB instead of bytes)
6995   when disk usage is not known (YUM repos) (#308475)
6996
6997 -------------------------------------------------------------------
6998 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
6999
7000 - Install a sample /etc/zypp.conf. (#306615)
7001 - Fixed missing soversion symlink in package.
7002 - version 3.22.5
7003 - revision 7150
7004
7005 -------------------------------------------------------------------
7006 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
7007
7008 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
7009   308252
7010 - r 7143
7011
7012 -------------------------------------------------------------------
7013 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
7014
7015 - Error: Select two candidate with the same name while update.
7016   Solution: If there is a candidate which is already selected for installation -->
7017   take thatone #308082
7018 - r 7132
7019
7020 -------------------------------------------------------------------
7021 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
7022
7023 - Work arround installed patterns providing an empty vendor string. (#307743)
7024 - Let the solver treat vendor suse and opensuse as equivalent.
7025 - version 3.22.4
7026
7027 -------------------------------------------------------------------
7028 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
7029
7030 - Checking item before evaluating the concerning vendor. bug #307941
7031 - r 7119
7032
7033 -------------------------------------------------------------------
7034 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
7035
7036 - Fix for bug #307163 - empty package descriptions
7037   a.k.a shared tag not 100% implemented
7038 - r 7117
7039 - version 3.22.3
7040
7041 -------------------------------------------------------------------
7042 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
7043
7044 - logging "reverse" NEEDED_BY in the detail description of solver
7045   problems.
7046 - improved error message if a requiremnt is not fulfilled Bug 307743
7047 - Add "ignore" option to the solution if a requirement is not fulfilled
7048   Bug 304276
7049 - revision 7113
7050
7051 -------------------------------------------------------------------
7052 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
7053
7054 - fixed the order of operands of susetags local metadata status
7055   computation which caused the YaST repositories to always get
7056   refreshed (part of bug #304310)
7057 - revision 7107
7058 - version 3.22.2
7059
7060 -------------------------------------------------------------------
7061 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
7062
7063 - comparing vendor with VendorAttr::equivalent
7064 - revision 7103
7065
7066 -------------------------------------------------------------------
7067 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
7068
7069 - Use $RPM_OPT_FLAGS.
7070
7071 -------------------------------------------------------------------
7072 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
7073
7074 - Reset transact bits when switching status from
7075   "update" to "protected" (#246976)
7076 - version 3.22.1
7077 - revision 7094
7078
7079 -------------------------------------------------------------------
7080 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
7081
7082 - new translations added
7083 - rev 7083
7084
7085 -------------------------------------------------------------------
7086 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
7087
7088 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
7089    [main]
7090    download.use_patchrpm = no
7091    download.use_deltarpm = no
7092 - version 3.22.0
7093 - revision 7069
7094
7095 -------------------------------------------------------------------
7096 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
7097
7098 - On demand translate patch requirements into a list of atoms.
7099   Required by the UI to display packages acssociated with a patch.
7100   (#300612)
7101 - version 3.21.1
7102 - revision 7065
7103
7104 -------------------------------------------------------------------
7105 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
7106
7107 - enrich ResolverInfo with the reason if a user-initiated request
7108   fails (#304325, #306240)
7109 - r 7051
7110
7111 -------------------------------------------------------------------
7112 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
7113
7114 - added missing implementation of LogControl::setLineFormater()
7115   (lslezak)
7116 - version 3.21.0
7117 - revision 7041
7118
7119 -------------------------------------------------------------------
7120 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
7121
7122 - enable changing url in requestMedia callback (#294481)
7123 - revision 7037
7124
7125 -------------------------------------------------------------------
7126 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
7127
7128 - Filter readonly mount points in DiskUsageCounter (#297405)
7129 - revision 7030
7130
7131 -------------------------------------------------------------------
7132 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
7133
7134 - remember the cause of the RepoException when refreshing metadata
7135   (#301022)
7136 - r7023
7137
7138 -------------------------------------------------------------------
7139 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
7140
7141 - Safe fix for bug #299680.
7142 - version 3.20.1
7143 - revision 7026
7144
7145 -------------------------------------------------------------------
7146 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
7147
7148 - Bugfix: If a requirement has been fulfilled by more than one language
7149   resolvables only thatone will be taken which fits to the selected
7150   language.
7151 - r 7018
7152
7153 -------------------------------------------------------------------
7154 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
7155
7156 - correct error code for media errors in MediaCurl::doGetFileCopy()
7157   affects only zypper error output, does not affect YaST
7158 - r7013
7159
7160 -------------------------------------------------------------------
7161 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
7162
7163 - reverted blocking of requestMedia from r6271 (#301710)
7164 - r6999
7165
7166 -------------------------------------------------------------------
7167 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
7168
7169 - prevent progress report in destructor (#299680)
7170 - r6998
7171
7172 -------------------------------------------------------------------
7173 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
7174
7175 - treat non-filelists.xml <file> entries as file provides capabilities
7176   in YUM parser (#304701)
7177 - r6992
7178
7179 -------------------------------------------------------------------
7180 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
7181
7182 - the media.1/media uniquely identifies a 'susetags' repo, not
7183   the content file (#304200)
7184
7185 -------------------------------------------------------------------
7186 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
7187
7188 - fixed locale dir (#304649)
7189 - r6984
7190
7191 -------------------------------------------------------------------
7192 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
7193
7194 - don't treat normal package license as "license to confirm"
7195   (#305906)
7196
7197 -------------------------------------------------------------------
7198 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
7199
7200 - Fixed fix for #293039. Segfault due to uninitialzed data.
7201 - version 3.19.3
7202 - revision 6980
7203
7204 -------------------------------------------------------------------
7205 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
7206
7207 - reduced too much verbosed ResolverContext logging; Bug 303971
7208 - r 6977
7209
7210 -------------------------------------------------------------------
7211 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
7212
7213 - Fixed PlainDir repositories to provide real disk usage data. For
7214   repomd and others that do not provide any detailed disk usage info,
7215   assume the packgage size is required below "/". Peviously they were
7216   treated as being empy.
7217 - version 3.19.2
7218 - revision 6972
7219
7220 -------------------------------------------------------------------
7221 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
7222
7223 - Add a new solver solution in the case of running in a timeout:
7224   ProblemSolutionDoubleTimeout.h
7225   #Bug 302496
7226 - revision 6970
7227
7228 -------------------------------------------------------------------
7229 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
7230
7231 - bug in fix for (#292986)
7232
7233 -------------------------------------------------------------------
7234 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
7235
7236 - (#297001) - libzypp: can't skip broken packages
7237 - re enable importing zypp keyring from rpm.(#302379)
7238 - 3.19.1
7239
7240 -------------------------------------------------------------------
7241 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
7242
7243 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
7244   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
7245   in order to support query-by-repo (#305384)
7246 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
7247   number of kinds, names, or repos (#305347)
7248 - remove ResolvableQuery::iterateResolvablesByKind, not needed
7249 - version 3.19.0
7250 - rev 6935
7251
7252 -------------------------------------------------------------------
7253 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
7254
7255 - real fix for reading signature ids. (#390535).
7256 - delete metadata when removing repo (#301037).
7257
7258 -------------------------------------------------------------------
7259 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
7260
7261 - following behaviour for setPartitions
7262   - if they are not set, they are detected
7263   - if they are set, that value is used.
7264   - if value set or detected is empty, all disk usage
7265     information is read. Otherwise just values in those
7266     mount points.
7267     Should work for installation as long as detectPartitions
7268     is empty at installation.(#293039)
7269
7270 -------------------------------------------------------------------
7271 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
7272
7273 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
7274   from external, e.g. for the testcases
7275 - Honor ZYPP_CONF environment variable to override the buit-in
7276   /etc/zypp/zypp.conf
7277 - Check architecture at handout() to prevent NULL ptr reference.
7278 - Bug 301286
7279 - rev 6908
7280
7281 -------------------------------------------------------------------
7282 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
7283
7284 -The solver generate an establish call for all
7285  resolvables which has filesystemcaps if there is not a valid result from a
7286  former solver run available. This covers:
7287  * Initial solver run
7288  * Changing of filesystem whithin a workflow, cause the solver results will
7289    be reset if the filesystem dependencies have been changed
7290  Bug 271912
7291 - r 6901
7292
7293 -------------------------------------------------------------------
7294 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
7295
7296 - pass location to plaindir package (#303751)
7297 - Add name of file in question to checksum/signature related
7298   exceptions.
7299 - pass basename of file to verifyFileSignatureWorkflow (instead of
7300   empty string).
7301 - filter out incompatible architectures when parsing sustags
7302   repos (first half of #301286)
7303 - r 6882
7304
7305 -------------------------------------------------------------------
7306 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
7307
7308 - don't run source migration if yast is running in
7309   intsys mode (#297136)
7310 - signature and checksum verification fixes. Still pending
7311   problem ZYpp getting no output from gpg when running from zypper.
7312   (#302059)
7313
7314 -------------------------------------------------------------------
7315 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
7316
7317 - Do not strip resolvables which have the same name but different kind
7318   (ResolverInfo*)
7319 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
7320 - r 6830
7321
7322 -------------------------------------------------------------------
7323 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
7324
7325 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
7326   the Estonian locale (#302525).
7327
7328 -------------------------------------------------------------------
7329 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
7330
7331 - added remembering of exception history at various places
7332
7333 -------------------------------------------------------------------
7334 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
7335
7336 - Bugfixes concerning vendor handling:
7337 - first bug:
7338   Installed A-1.0(vendor SuSE)
7339   Available A-2.0(other vendor)
7340   A will not be regarded as "unmaintained". So it will not be deleted.
7341 - second bug:
7342   A need B-2.0. B-1.0 is installed but has another vendor. Report a
7343   proper errmessage.
7344 - Testcase : solution-tests/vendor-test.xml
7345 - r 6812
7346 - 3.18.4
7347
7348 -------------------------------------------------------------------
7349 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
7350
7351 - ignore HASH key for download (#300982)
7352
7353 -------------------------------------------------------------------
7354 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
7355
7356 - Added explicitly_requested as parameter in ResolverContext::Uninstall
7357   Bug 299819
7358 - revision 6794
7359
7360 -------------------------------------------------------------------
7361 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
7362
7363 - If no mount information is available, parse all DU entries.
7364 - read only hack mode for migrate-sources. We actually do add
7365   repositories with it, but no harm. (#292986)
7366 - fix some typos in exceptions (#301331)
7367 - 3.18.3
7368
7369 -------------------------------------------------------------------
7370 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
7371
7372 - Do not regard explicit request in order to recognize updated packages
7373   correctly. Bug 301676
7374 - Updated translations
7375 - r 6766
7376 - 3.18.2
7377
7378 -------------------------------------------------------------------
7379 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
7380
7381 - package-manager script: Call /sbin/yast2 with full path because of
7382   gnomesu (#269873).
7383
7384 -------------------------------------------------------------------
7385 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
7386
7387 - add support for the HASH key. (#300982)
7388 - Use ContentFileParser in Downloader (instead of implementing
7389   the parser again, it has a reason, Downloader was written first)
7390 - update testcases and data to cover the new HASH key
7391 - 3.18.1
7392
7393 -------------------------------------------------------------------
7394 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
7395
7396 - unify query API for kind and name, summary, description
7397   (incomplete)
7398 - rev 6761, version 3.18.0
7399
7400 -------------------------------------------------------------------
7401 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
7402
7403 - add iterateResolvablesByKindsAndName
7404 - rev 6735, version 3.17.13
7405
7406 -------------------------------------------------------------------
7407 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
7408
7409 - rename ResolvableQuery::queryByName to iterateResolvablesByName
7410 - fix reading of kind and repository in ResolvableQuery
7411 - add reverse lookups in CacheTypes
7412 - add iterateResolvablesByKind
7413 - rev 6733
7414
7415 -------------------------------------------------------------------
7416 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
7417
7418 - shorten solver error messages Bug 259894
7419 - rev 6723
7420
7421 -------------------------------------------------------------------
7422 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
7423
7424 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
7425   install zypp/cache header files.
7426 - rev 6719, version 3.16.13
7427
7428 -------------------------------------------------------------------
7429 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
7430
7431 - discard pattern files with incompatbile architecture, both
7432   for download and for parsing. (#298716)
7433 - rev 6711
7434
7435 -------------------------------------------------------------------
7436 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
7437
7438 - run sqlite asynchronously and add sql index files where
7439   appropriate, gives 6x performance on certain operations.
7440   Bumping cache schema version to 1004.
7441   (#300998)
7442 - rev 6710
7443
7444 -------------------------------------------------------------------
7445 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
7446
7447 - fix String::endsWith (#301038)
7448 - rev 6709
7449
7450 -------------------------------------------------------------------
7451 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
7452
7453 - added an _explicitly_requested in QueueItemConflict ( as already in
7454   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
7455   remove the conflicting item without an error message. Bug 299819
7456 - rev 6699
7457
7458 -------------------------------------------------------------------
7459 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
7460
7461 - forgot to set default refresh policy in checkIfToRefreshMetadata
7462 - repo.refresh.delay default set to 10 minutes
7463 - 6693
7464
7465 -------------------------------------------------------------------
7466 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
7467
7468 - Bugfix while regarding correct vendor in update
7469 - r6677
7470 - version 3.15.0
7471
7472 -------------------------------------------------------------------
7473 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
7474
7475 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
7476   added to delay next check & refresh until the specified number of
7477   minutes has passed from the last check or refresh (FATE #301991).
7478   Revisions: 6654, 6656, 6666, and 6667.
7479 - filesystem::touch(Pathname) added (r6666)
7480 - RepoManager::touchIndexFile(RepoInfo) added
7481 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
7482   decision to do the refresh moved to this public method.
7483 - r6667
7484
7485 -------------------------------------------------------------------
7486 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
7487
7488 - generate a resolver problem if addRequires does not find a resovable
7489   #299486
7490 - rev 6660
7491
7492 -------------------------------------------------------------------
7493 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
7494
7495 - Prioritized delete request by the user BEFORE delete requests due
7496   missing dependencies or conflicting dependencies. Bug 298322
7497 - rev 6640
7498
7499 -------------------------------------------------------------------
7500 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
7501
7502 - support also "Plaindir" as valid repo type name (#298622)
7503 - revision 6616
7504 - version 3.14.0
7505
7506 -------------------------------------------------------------------
7507 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
7508
7509 - fix segfault in Progress reporting
7510 - progress report use name instead of alias (#298035)
7511 - repoinfo returns alias if name is empty
7512
7513 -------------------------------------------------------------------
7514 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
7515
7516 - merge patch by dmueller to get rid of boost-regex
7517
7518 -------------------------------------------------------------------
7519 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
7520
7521 - dont create a second CacheStore in the same scope, will lock...
7522   #297627
7523
7524 -------------------------------------------------------------------
7525 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
7526
7527 - fixed some RepoManager exception docs & history
7528 - r6558
7529
7530 -------------------------------------------------------------------
7531 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
7532
7533 - feature #302135: Graceful update of 3rd party packages
7534   Automatic upgrading only sees packages from same vendor
7535   This allows not needed to have those locked.
7536 - Add persistent locks file which allow wildcards. Users
7537   can lock certain packages adding lines like "kde* < 3.5"
7538 - add applyLocks() to apply persistent locks before solving
7539
7540 -------------------------------------------------------------------
7541 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
7542
7543 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
7544   #271912 wq
7545 - Added locking resolvables in the testcases
7546 - rev 6544
7547
7548 -------------------------------------------------------------------
7549 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
7550
7551 - add migrate-sources to %post (#292986)
7552 - 3.13.15
7553
7554 -------------------------------------------------------------------
7555 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
7556
7557 - fixed bug with using wrong files from raw metadata cache
7558   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
7559
7560 -------------------------------------------------------------------
7561 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
7562
7563 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
7564   Bug# 297795
7565 - r 6517
7566
7567 -------------------------------------------------------------------
7568 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
7569
7570 - implement susetags support for compressed metadata
7571   and testcases. (feature #301916)
7572 - implement disk usage in cache. For installation requires
7573   some changes in YaST to setup the ZYpp getPartitions()
7574   before repos are cached. (bug #293039)
7575 - added testcases for diskusage
7576 - 3.13.14
7577
7578 -------------------------------------------------------------------
7579 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
7580
7581 - fixed YUM parser to properly create source packages
7582 - disabled reading of filelists.xml.gz by default (the data are
7583   currently not stored anyway)
7584 - revision 6481
7585 - version 3.13.13
7586
7587 -------------------------------------------------------------------
7588 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
7589
7590 - Don't download unwanted translation files (#293740).
7591 - revision 6470
7592
7593 -------------------------------------------------------------------
7594 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
7595
7596 - Fix susetags repo to parse dikusage data (#293039)
7597 - revision 6467
7598 - version 3.13.12
7599
7600 -------------------------------------------------------------------
7601 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
7602
7603 - Add product attribute 'type' (aka 'category' which is now
7604   deprecated). Adapted sustags and yum parsers to parse and
7605   provide this value.
7606 - revision 6464
7607 - version 3.13.11
7608
7609 -------------------------------------------------------------------
7610 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
7611
7612 - fix modalias rel column number
7613 - version 3.13.10
7614
7615 -------------------------------------------------------------------
7616 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
7617
7618 - Implemented option repo.add.probe to allow probing
7619   the added repositories
7620 - version 3.13.9
7621
7622 -------------------------------------------------------------------
7623 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
7624
7625 - Fixed detection of renamed packages while update.
7626 - Added new translations
7627 - rev 6445
7628
7629 -------------------------------------------------------------------
7630 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
7631
7632 - Speed up retrieving MediaNr attribute, as it slows down install
7633   order calculation. (#297173)
7634 - revision 6442
7635
7636 -------------------------------------------------------------------
7637 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
7638
7639 - Fixed cache schema upgrade
7640
7641 -------------------------------------------------------------------
7642 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
7643
7644 - Fixed pattern includes and extends attributes.
7645 - revision 6431
7646 - version 3.13.8
7647
7648 -------------------------------------------------------------------
7649 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
7650
7651 - API for retrieving additional dependencies" solver/detail/Resolver.h
7652 - Handle additional dependencies in the testcases
7653 - Handle system and language dependencies in the testcases correctly.
7654 - r 6418
7655
7656 -------------------------------------------------------------------
7657 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
7658
7659 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
7660   has changed. Resolver must discard any cached filesystem dependencies.
7661   (required for #271912)
7662 - revision 6404
7663
7664 -------------------------------------------------------------------
7665 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
7666
7667 - Indicate changed pool content to the resolver. (required for #271912)
7668 - revision 6398
7669 - version 3.13.7
7670
7671 -------------------------------------------------------------------
7672 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
7673
7674 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
7675   problems. Bug 280387
7676 - r 6378
7677 - version 3.13.6
7678
7679 -------------------------------------------------------------------
7680 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
7681
7682 - Added interface to install source packages via zypper.
7683 - revision 6373
7684 - version 3.13.5
7685
7686 -------------------------------------------------------------------
7687 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
7688
7689 - Added package attributes Package::sourcePkgName and
7690   Package::sourcePkgEdition. Name and edition of the source
7691   rpm this package was built from.
7692 - Added ZYpp::installSrcPackage to install a single source package.
7693 - revision 6353
7694 - version 3.13.4
7695
7696 -------------------------------------------------------------------
7697 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
7698
7699 - Temorary files and directories created by makeSibling use the
7700   same protection as the original.
7701 - revision 6344
7702 - version 3.13.3
7703
7704 -------------------------------------------------------------------
7705 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
7706
7707 - Removed keepExtras from resolvePool. This will be handled
7708   in the solver internally now. #294727
7709 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
7710 - revision 6317
7711 - version 3.13.2
7712
7713 -------------------------------------------------------------------
7714 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
7715
7716 - Remove tribool from RepoInfo's interface.
7717 - revision 6301
7718 - version 3.13.1
7719
7720 -------------------------------------------------------------------
7721 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
7722
7723 - Fixed wrong media number reported by script, message and patch.
7724 - Fixed script API to provide the scripts location on media (if not
7725   inlined).
7726 - Introduced ScripProvider to make a script available on the local
7727   disk.
7728 - revision 6288
7729 - version 3.13.0
7730
7731 -------------------------------------------------------------------
7732 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
7733
7734 - don't request media chage if the media is not changeable (like
7735   e.g. http)
7736 - revision 6271
7737 - version 3.12.1
7738
7739 -------------------------------------------------------------------
7740 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
7741
7742 - progress ticks for clean cache
7743 - ZConfig: remove default from names.
7744 - re enable reading cache callbacks
7745 - ini parser without boost::regexp
7746   patch by dmueller (#152447)
7747
7748 -------------------------------------------------------------------
7749 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
7750
7751 - Fixed package to provide the location media number. (#294496)
7752 - revision 6263
7753
7754 -------------------------------------------------------------------
7755 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
7756
7757 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
7758   gpgkey) instead of throwing bad url exception
7759 - revision 6259
7760
7761 -------------------------------------------------------------------
7762 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
7763
7764 - Make clearing of extra dependencies/conflicts configurable when
7765   resolvePool(). Leave the default as before (clear extras).
7766   Bug # 294727
7767 - revision 6233
7768 - version 3.12.0
7769
7770 -------------------------------------------------------------------
7771 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
7772
7773 - /var/lib/zypp/cache -> /var/cache/zypp
7774   (#292419)
7775 - ini parser without boost::regexp, patch by dmueller
7776   (#152447)
7777
7778 -------------------------------------------------------------------
7779 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
7780
7781 - Make temp directory configurable  via environment
7782   variable ZYPPTMPDIR.
7783 - revision 6202
7784 - version 3.11.11
7785
7786 -------------------------------------------------------------------
7787 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
7788
7789 - Fixed bug in smart pointer comparison.
7790
7791 -------------------------------------------------------------------
7792 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
7793
7794 - Fix failing rename of metadata download directories across
7795   filesystem boundaries.
7796
7797 -------------------------------------------------------------------
7798 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
7799
7800 - Fixed malicious gettext include.
7801 - Make ZConfig a singleton.
7802 - revision 6123
7803
7804 -------------------------------------------------------------------
7805 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
7806
7807 - Fixed repo::provideFile to set a deleter for downloaded files
7808   (#293004).
7809 - revision 6094
7810 - version 3.11.10
7811
7812 -------------------------------------------------------------------
7813 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
7814
7815 - Query ByRepository now takes as well an alias.
7816
7817 -------------------------------------------------------------------
7818 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
7819
7820 - fix retrieval of container attributes in cache
7821   (#292698)
7822
7823 -------------------------------------------------------------------
7824 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
7825
7826 - Port zypp-query-pool (#292404)
7827 - revision 6069
7828 - version 3.11.9
7829
7830 -------------------------------------------------------------------
7831 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
7832
7833 - added new calls in Resolver.h: addRequire,addConflict
7834
7835 -------------------------------------------------------------------
7836 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
7837
7838 - Fixed IniParser to allow '=' in values (#292669)
7839 - revision 6063
7840
7841 -------------------------------------------------------------------
7842 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
7843
7844 - allow / in alias (#292628)
7845
7846 -------------------------------------------------------------------
7847 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
7848
7849 - Fixed repo::provideFile to throw on error.
7850 - Fixed ResolvableQuery to use 0 as default for non existing
7851   numerical values.
7852 - revision 6058
7853
7854 -------------------------------------------------------------------
7855 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
7856
7857 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
7858   additional ctor for convenience.
7859 - revision 6047
7860
7861 -------------------------------------------------------------------
7862 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
7863
7864 - Evalute update canditate:
7865   Take canditates only which are really installable. Bug 292077
7866   r 6034
7867
7868 -------------------------------------------------------------------
7869 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
7870
7871 - fixed some tribool bugs in RepoInfo
7872 - revision 6022
7873
7874 -------------------------------------------------------------------
7875 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
7876
7877 - fix reading of non existant repo
7878 - r6018
7879 - first submission to stable
7880 - fix keywords parsing in susetags parser
7881 - version 3.11.8
7882
7883 -------------------------------------------------------------------
7884 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
7885
7886 - make resolvable query complete exceptionless with the database
7887 - test that packages have some attributes
7888 - disable progress adaptor for now
7889 - revision 5977
7890 - version 3.11.7
7891
7892 -------------------------------------------------------------------
7893 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
7894
7895 - fixed unresolved symbols
7896 - revision 5972
7897 - version 3.11.6
7898
7899 -------------------------------------------------------------------
7900 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
7901
7902 - fixed TranslatedText creating unwanted entries.
7903 - fixed capability processing
7904 - revision 5964
7905 - version 3.11.5
7906
7907 -------------------------------------------------------------------
7908 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
7909
7910 - MediaSetAccess::release() added
7911 - Use attachDesiredMedia in MediaProducts
7912 - Progress reporting improved
7913 - revision 5959
7914 - version 3.11.4
7915
7916 -------------------------------------------------------------------
7917 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
7918
7919 - fixed parsing translated texts.
7920 - added source packages.
7921 - revision 5947
7922 - version 3.11.3
7923
7924 -------------------------------------------------------------------
7925 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
7926
7927 - repo callbacks fixed
7928 - Fixed YUM parser progress reporting
7929 - Added CombinedProgressData
7930 - make RepoImpl::resolvables() load lazy
7931 - MediaProducts added for scanning products file
7932 - Implement cache schema versioning and automatic invalidation of
7933   cache when schema changes
7934 - revision 5942
7935 - version 3.11.2
7936
7937 -------------------------------------------------------------------
7938 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
7939
7940 - Propagate pools repository_iterator to the UI
7941 - revision 5911
7942 - version 3.11.1
7943
7944 -------------------------------------------------------------------
7945 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
7946
7947 - Package::location is now returns an OnMediaLocation
7948 - archivesize() renamed to downloadSize()
7949 - Allow to iterate all Repositories that contribute
7950   Resolvables to the Pool.
7951 - MediaSetAccess::provideDir added
7952 - remove useless url check
7953 - add old-api-style wrapper
7954 - Add MediaProducts class
7955 - revision 5892
7956 - version 3.11.0
7957
7958 -------------------------------------------------------------------
7959 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
7960
7961 - function isInstalledBy/installs
7962   Added an initial installation flag which shows if the item has been
7963   triggered for installation, or the dependency is already satisfied.
7964 - Revision 5884
7965 - Version 3.4.0
7966
7967 -------------------------------------------------------------------
7968 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
7969
7970 - removed unused %{prefix}/lib/zypp from %files in spec file
7971 - revision 5870
7972
7973 -------------------------------------------------------------------
7974 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
7975
7976 - Old API (SourceManager, metadata parsers) dropped in favor of the
7977   new refactored ones (RepoManager, RepoParser(s), cache subtree,
7978   repo subtree).
7979 - Some new API improvements.
7980 - revision 5868
7981 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
7982
7983 -------------------------------------------------------------------
7984 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
7985
7986 - New API calls which provides more information about one
7987   resolvable after a solverrun:
7988   isInstalledBy (const PoolItem_Ref item);
7989   installs (const PoolItem_Ref item);
7990 - Revision 5835
7991
7992 -------------------------------------------------------------------
7993 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
7994
7995 - fix changelog entry order
7996
7997 -------------------------------------------------------------------
7998 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
7999
8000 - Ignore conflicting items which are uninstallable
8001 - Create a "needed by" info if a requirement is still fulfilled.
8002 - Allow only one needed_by and needed_by_capability in QueueItemInstall
8003 - Added capability and type (REQUIRE, RECOMMEND,....) to
8004   ResolverInfoNeededBy
8005 - Evaluate ResolverInfoNeededBy for more information in the error
8006   messages
8007 - Enlarge detail description in the error messages
8008 - Revision 5807
8009
8010 -------------------------------------------------------------------
8011 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
8012
8013 - Fixes for gcc-4.2
8014 - revision 5786
8015 - version 3.3.1
8016
8017 -------------------------------------------------------------------
8018 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
8019
8020 - fixed so versioning from libtool to cmake
8021 - 3.3.0
8022
8023 -------------------------------------------------------------------
8024 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
8025
8026 - Use gpg2 instead of gpg for keyring and make
8027   the package depend on it (#284211)
8028
8029 -------------------------------------------------------------------
8030 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
8031
8032 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
8033   New dependency "packageand(foo:bar)" which provides an AND dependency by
8034   injecting a supplement/freshen.
8035   e.G. package novell-cluster-services-kmp-smp
8036   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
8037   Bug 255011
8038 - Dont check for architecture changes in atoms (#266178)
8039 - Revision 5720
8040
8041 -------------------------------------------------------------------
8042 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
8043
8044 - Fixed package-manager script (#275847)
8045 - revision 5614
8046
8047 -------------------------------------------------------------------
8048 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
8049
8050 - fixed cmake
8051 - version 3.2.2
8052
8053 -------------------------------------------------------------------
8054 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
8055
8056 - Reduced logging in order to speedup solving Bug 275100
8057 - revision 5603
8058 - version 3.2.1
8059
8060 -------------------------------------------------------------------
8061 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
8062
8063 - Fix excess calls to releaseFile. (#274357)
8064 - revision 5545
8065
8066 -------------------------------------------------------------------
8067 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
8068
8069 - Fix importing keys into rpm. (#270125)
8070 - r5527
8071
8072 -------------------------------------------------------------------
8073 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
8074
8075 - Support filesystem dependencies to add needed filesystem RPMs
8076   automatically (Fate 301966).
8077 - revision 5404
8078 - version 3.2.0
8079
8080 -------------------------------------------------------------------
8081 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
8082
8083 - avoiding attaching media where not needed (#263207)
8084 - r5381
8085
8086 -------------------------------------------------------------------
8087 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
8088
8089 - fix FileCap with attributes
8090 - r5376
8091
8092 -------------------------------------------------------------------
8093 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
8094
8095 - Fixed computation of install order. Take requirements of
8096   an installed packages uninstall scripts into account, if
8097   the package is updated. (#258682)
8098 - revision 5349
8099 - version 3.1.1
8100 -------------------------------------------------------------------
8101 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
8102
8103 - Parse and provide package keywords. (Fate 120368)
8104 - revision 5338
8105 - version 3.1.0
8106
8107 -------------------------------------------------------------------
8108 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
8109
8110 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
8111   Ask the user. Bug 258322
8112 - revision 5305
8113 - version 3.0.3
8114
8115 -------------------------------------------------------------------
8116 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
8117
8118 - Fix restoring of Sources id root prefix is used. (#238165)
8119 - revision 5299
8120 - version 3.0.2
8121
8122 -------------------------------------------------------------------
8123 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
8124
8125 - MediaManager::attachDesiredMedia() added to support multiple
8126   (CD/DVD) drives (fate #3974)
8127 - r5296
8128
8129 -------------------------------------------------------------------
8130 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
8131
8132 - If there is no valid solver result and NOT all resolvables ( other
8133   architecture) has been regarded, let the user decide making a new
8134   solver run with ALL available resolvables. Bug 223440
8135 - reducing logging (error -> debug)  bug 252921
8136 - Revision 5219
8137
8138 -------------------------------------------------------------------
8139 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
8140
8141 - Allow configuration of trusted vendors via
8142   /var/lib/zypp/db/trustedVendors. (#186636)
8143 - revision 5194
8144 - version 3.0.1
8145
8146 -------------------------------------------------------------------
8147 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
8148
8149 - libzypp-devel -> libzypp requirement is not versioned
8150   (#251086)
8151 - r5181
8152
8153 -------------------------------------------------------------------
8154 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
8155
8156 - Using already existing valid solver results for further solver runs.
8157   (partiell solving)
8158 - r5169
8159
8160 -------------------------------------------------------------------
8161 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
8162
8163 - fix link order
8164 - r5165
8165
8166 -------------------------------------------------------------------
8167 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
8168
8169 - merging from 10.2 / SP1
8170 - #247459 ftp probing
8171   denied == dont exists in ftp
8172 - r5124
8173
8174 -------------------------------------------------------------------
8175 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
8176
8177 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
8178 - Simultaneouqusly establishing of items which are conflicting eachother is
8179   useless. So only one will be established. Fixed in QueueItemInstall.cc
8180   Bug 243595
8181 - Added new upgrade options to fine tune version and patch handling.
8182   (F301990)
8183 - The context of establishPool will be stored in Resolver and will be
8184   regarded for the next solver run everytime. So it will be not reset by
8185   any solver run anymore.
8186   bug 191810 ( A broken patch will not be installed again)
8187
8188 -------------------------------------------------------------------
8189 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
8190
8191 - adding sotf,timeo=X nfs mount options by default (#235211)
8192 - r5093
8193
8194 -------------------------------------------------------------------
8195 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
8196
8197 - support for HTTP authentication prompt added (#190609)
8198 - fixed problem with empty path in URL
8199   in MediaCurl::doGetFileCopy()
8200 - r5085
8201
8202 -------------------------------------------------------------------
8203 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
8204
8205 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
8206   SuSE-Linux-10_2-Branch
8207
8208 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
8209 - verifySystem: The result will be set to APPL_HIGH, so it will be not
8210   reset by a second "normal" solver run. #239281 (schubi)
8211 - yast2 reports invalid URL as 'unknown source type'
8212   (#209961) (dmacvicar)
8213 - Added freshen language dependency in supplemements too if there is no
8214   entry in supplements.
8215   #240617;IPA fonts are not installed even if select Japanese
8216   language (schubi)
8217 - Setting allowed authentication methods to "basic,digest" if none
8218   provided in URL (#243006) (jkupec)
8219 - Stopping after 50 valid solver results. Anymore would be useless. Bug
8220   243595 (schubi)
8221 - r 5007
8222
8223 -------------------------------------------------------------------
8224 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
8225
8226 - package-manager: use a generic su script from XDG (#235303, #244442)
8227
8228 -------------------------------------------------------------------
8229 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
8230
8231 - Setting allowed authentication methods to "basic,digest" if none
8232   provided in URL (#243006)
8233 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
8234   (mvidner)
8235 - r4999
8236
8237 -------------------------------------------------------------------
8238 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
8239
8240 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
8241   (#222602)
8242 - 4984
8243
8244 -------------------------------------------------------------------
8245 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
8246
8247 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
8248
8249 - update packages: changing architecture is only valid while an
8250   system update and NOT while an update via a patch. Last fix does
8251   not fit for every case.
8252   Bug 230685
8253 - Patch has selected not the concerning package for update but
8254   a package which has provided the required dependencies too.
8255   Algorithmus: If there are exactly two providers which differ in architecture
8256                prefer the better arch.
8257   Fix: Regarding NVRA too. ( only if equal )
8258   Bug 238284
8259 - Download only English and Local translation
8260   (#208457)
8261 - Added solver parameter:
8262    tryAllPossibilities: regarding every solver branch ( not only
8263                         branches with e.G. best architectures
8264    preferHighestVersion: Prefer solver results which have a higher
8265                          version number.
8266   Bug #238087
8267 - update packages: changing architecture is only valid while an
8268   system update and NOT while an update via a patch.
8269   Bug 230685 - x86_64 MozillaFirefox binaries in security update
8270   repository
8271   Fix of version 2.11.2 has not worked if the first founded item
8272   had had another architecture.
8273 - r4927
8274
8275 -------------------------------------------------------------------
8276 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
8277
8278 - added ZYpp::getPartitions() - return the partitinoning
8279
8280 -------------------------------------------------------------------
8281 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
8282
8283 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
8284 - Corrupt download cannot be skipped
8285   (#217425 and #224216)
8286 - Enable package read ahead/caching in commit per default to reduce
8287   interactive media changes. If the environment variable
8288   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
8289 - added parameter not to reset resolver results while calling
8290   freshen pool Bug: 235761
8291 - Prepare package read ahead/caching of packages in commit. Adatped the
8292   workflow. Caching details are now hidden inside CommitPackageCache.
8293   The current implementation still performs no read ahead. (for F100182)
8294 - Skip invalid or broken rpm database entries. (#231211)
8295 - verifySystem: check if the solution is valid after calling freshenPool()
8296   Bug: 235761
8297 - Added own call for Resolver::verifySystem with additional
8298   hardware/language check in order to keep binary compatibility
8299   Fate #301224
8300 - Rpm requires additional quoting of special chars in filenames.
8301   (#233967)
8302 - Resolver::verifySystem checks for new hardware now by calling
8303   freshenPool. This is configureable. Fate #301224
8304 - merged texts from proofread
8305 - Don't consider patch/delta rpms if package architecture changes.
8306   (#231254)
8307 - update packages: changing architecture is only valid while an
8308   system update and NOT while an update via a patch.
8309   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
8310 - verifySystem: Do only regard items which will be on the system after the
8311   commit. Fate 301178
8312 - feature #301369
8313   Import listed GPG Keys from an trusted installation source
8314 - fix return call in new xml parser
8315 - Enable system resolvables in Helix parser (Revision 4787)
8316 - deptestomatic:
8317   Resetting transaction with the correct call;
8318   bugfix; Added kind in keep state (Revision 4788)
8319 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
8320   soft (Revision 4789)
8321 - New call added: maySetToBeUninstalledSoft (Revision 4789)
8322   Both are only functions for the solver (Revision 4789)
8323 - Resetting "by causer" in order to distinguish from state
8324   "keep by user". ( function setLock in order to remove lock)
8325   (Revision 4789)
8326 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
8327   in QueueItemUninstall.cc (Revision 4790)
8328 - Regarding "keep state by user". So avoiding "reselecting" by
8329   other requirements.
8330   Give a corresponding problem solution if a resolvable satisfy
8331   a dependency, but has been set to keep by the user.
8332   Bug : 222531 (Revision 4791)
8333 - Allow to disable autoprotection of foreign vendor items. Required
8334   in zmd-backend. (F301735).
8335 - use sqlite-zmd if using > 10.2 in spec. Use the one available
8336   durin compile.
8337 - Item could has already been selected to soft uninstall (e.G. remove
8338   pattern which recommend this item ). Do not throw an exception anymore.
8339   bug#225278
8340 - Added syscontent::Reader: Parse serialized set of ResObjects.
8341   (for F300729)
8342 - If there has already been selected another item by the solver (e.g. from
8343   another source) we will take thatone in order to avoid parallel
8344   installation and there concerning error messages.
8345   Bug 224698
8346 - In order to handle conflicting resolvable we try to update the
8347   conflicting item. While evaluating these canditates an already selected
8348   candidate will not be regarded. So it could be that an older package
8349   will be selected for update although a newer has already been selected. Revision 4765
8350 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
8351   update candidate and evaluate additional branches.
8352 - r4907
8353
8354 -------------------------------------------------------------------
8355 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
8356
8357 - Improved realpath() wrapper in media handler class (#222521).
8358 - revision 4758
8359
8360 -------------------------------------------------------------------
8361 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
8362
8363 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
8364 - revision 4713
8365
8366 -------------------------------------------------------------------
8367 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
8368
8369 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
8370   because backend uses this sqlite and it is no fun to
8371   install one and the other to develop (as the -devel packages)
8372   conflict.
8373 - add cmake support for building zypp/ lib.
8374   TODO: soinfo, compile testcases, devel, zypp2,docs
8375   find rpm, curl and others.
8376 - dont serialize interactive, as it is
8377   calculated now.
8378   (it was already fixed as we don't reimplement
8379   the method, but we still serialized, parsed)
8380 - r4709
8381
8382 -------------------------------------------------------------------
8383 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
8384
8385 - fixed Patch::interactive to return true as well, if the patch
8386   itself has a licence. (#224192)
8387 - revision 4702
8388 - version 2.9.2
8389
8390 -------------------------------------------------------------------
8391 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
8392
8393 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
8394   on the installation image (#213852).
8395 - revision 4700
8396
8397 -------------------------------------------------------------------
8398 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
8399
8400 - Avoid duplicate pool entries; Bug 223750; second part of the fix
8401 - r4698
8402 - Version 2.9.1
8403
8404 -------------------------------------------------------------------
8405 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
8406
8407 - Pool has multi instances of an item in the pool. Reduced this error
8408   to items which are identically at least. #217574 and #223750
8409 - r4695
8410
8411 -------------------------------------------------------------------
8412 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
8413
8414 - replace spaces to underscores in product names
8415 - 2.8.7
8416 - r4688
8417
8418 -------------------------------------------------------------------
8419 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
8420
8421 - Mark some strings for translation (#219783 need it)
8422 - r4682
8423
8424 -------------------------------------------------------------------
8425 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
8426
8427 - Added translations marks to hal, url and mutex exceptions (#23771)
8428 - revision 4680
8429
8430 -------------------------------------------------------------------
8431 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
8432
8433 - don't make libzypp-devel depend on sqlite-devel as
8434   headers from zypp2 are not installed yet
8435 - r4663
8436
8437 -------------------------------------------------------------------
8438 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
8439
8440 - Return an error if fork failed. (#204807)
8441 - Make Script execution abortable by user request. (#212949, F100233)
8442 - revision 4660
8443 - version 2.8.6
8444
8445 -------------------------------------------------------------------
8446 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
8447
8448 - Added package-manager wrapper script, with icon and .desktop (#222757).
8449   (Used by gnome-main-menu)
8450 - version 2.8.5
8451 - r4640
8452
8453 -------------------------------------------------------------------
8454 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
8455
8456 - Fixed target/hal - one more dbus_connection_close found (#216035)
8457 - revision 4636
8458 - version 2.8.4
8459
8460 -------------------------------------------------------------------
8461 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
8462
8463 - translation added
8464   rev 4630
8465   version 2.8.3
8466
8467 -------------------------------------------------------------------
8468 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
8469
8470 - Process obsoletes when installing non-package objects. (#217352)
8471 - revision 4621
8472 - version 2.8.2
8473
8474 -------------------------------------------------------------------
8475 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
8476
8477 - Implemented volume device check using /sbin/vol_id (#213852).
8478 - Revision 4619
8479
8480 -------------------------------------------------------------------
8481 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
8482
8483 - new translation added
8484
8485 -------------------------------------------------------------------
8486 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
8487
8488 - Implemented an reuse of already existing foreign CD/DVD mount points
8489   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
8490 - Added a fallback check of the volume.mount_point HAL property to
8491   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
8492   to be not avaliable in newer HAL versions (on 10.2).
8493 - Revision 4615
8494 - Version 2.8.1
8495
8496 -------------------------------------------------------------------
8497 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
8498
8499 - removed unused methods from Patch and PatchImplIf. Provided
8500   reasonable default implementation for Patch::interactive.
8501   (#221476).
8502 - revision 4610
8503 - Version 2.8.0
8504
8505 -------------------------------------------------------------------
8506 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
8507
8508 - Handle media eject failures (#216545)
8509 - r4606
8510
8511 -------------------------------------------------------------------
8512 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
8513
8514 - Reimplemented RpmDb::checkPackage using librpm API instead
8515   of parsing "rpm --checksig" output. (#163202)
8516 - Version 2.7.4
8517 - revision 4600
8518
8519 -------------------------------------------------------------------
8520 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
8521
8522 - NEW behaviour of the solver:
8523   Obsolete virtual provides. E.G.:
8524
8525   Installed:
8526   -----------
8527   Name:           test-1.0-0
8528
8529   Name:           moretest-1.0-0
8530   Provides:       test
8531
8532   To be installed
8533   ------------------
8534   Name:           nomoretest-1.0-0
8535   Obsoletes:      test
8536
8537   Result
8538   --------
8539   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
8540   test-1.0-0 had been deleted. Bug 220999
8541
8542 - Translations added
8543
8544 Version 2.7.3
8545 rev 4593
8546
8547 -------------------------------------------------------------------
8548 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
8549
8550 - Bugfix in generating solver testcases:
8551    - added kind of capabilities in description file
8552    - removed unneded channel from uninstall in command file
8553
8554 -------------------------------------------------------------------
8555 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
8556
8557 - Try to call /bin/eject utility if the eject-ioctl fails.
8558 - r4568
8559
8560 -------------------------------------------------------------------
8561 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
8562
8563 - ignore empty capabilities
8564 - r4565
8565
8566 -------------------------------------------------------------------
8567 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
8568
8569 - make progress strings translatable (#219783)
8570 - r4556
8571
8572 -------------------------------------------------------------------
8573 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
8574
8575 -  While deleting a selection all concerning recommended
8576    packages will be deleted too.
8577    BUT those packages should not be deleted which have been
8578    set to KEEP by the user. bug 217574
8579    rev 4526
8580    VERSION: 2.7.2
8581
8582 -------------------------------------------------------------------
8583 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
8584
8585 - Makefile in zypp2 fixed
8586   Revision 4520
8587
8588 -------------------------------------------------------------------
8589 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
8590
8591 - Translations added
8592   Revision 4514
8593   VERSION: 2.7.1
8594
8595 -------------------------------------------------------------------
8596 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
8597
8598 - Make the parser more strict, rejecting broken sources
8599   but showing the error line.
8600   Last fix making the parser relax would break multitag
8601   descriptions with empty lines, now we check dependencies
8602   at a higher level. (reference #160607)
8603 - r4501
8604
8605 -------------------------------------------------------------------
8606 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
8607
8608 - New problem solution added: Unlock ALL resovables in order to speed up
8609   problem solution. Bug 206453
8610
8611 -------------------------------------------------------------------
8612 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
8613
8614 - Translations added
8615
8616 -------------------------------------------------------------------
8617 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
8618
8619 - Fixed target/hal - removed dbus_connection_close calls, because
8620   the connections are shared; unref the ref-counted handle only.
8621   (#216035)
8622 - r4442
8623
8624 -------------------------------------------------------------------
8625 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
8626
8627 - skipping unreachable packages won't work
8628   (#215445)
8629 - r4468
8630
8631 -------------------------------------------------------------------
8632 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
8633
8634 - (#213793) Target store fails to recreate stored install-time (other
8635   Date and ByteCount values as well)
8636
8637 - skip comments and blank lines in multilists
8638   fixes (#214877) - zen-updater is not installed by default
8639
8640 - Automatically fix broken products when reading
8641   the product database.
8642   still pending: honour the read-only flag
8643   Changes to make this possible include
8644   using read_dir instead of boost directory
8645   iterator.
8646
8647 -------------------------------------------------------------------
8648 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
8649
8650 - added new class for generating solver testcases:
8651   Testcase
8652
8653 -------------------------------------------------------------------
8654 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
8655
8656 - Finalized ui::PatternContents. (F301229)
8657 - version 2.7.0
8658 - revision 4413
8659
8660 -------------------------------------------------------------------
8661 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
8662
8663 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
8664 - version 2.6.0
8665
8666 -------------------------------------------------------------------
8667 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
8668
8669 - Added ui::PatternContents: Helper class that will compute a patterns
8670   expanded install_packages set. (UI interface for F301229)
8671 - revision 4387
8672
8673 -------------------------------------------------------------------
8674 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
8675
8676 - removed the last reference to /usr/lib64 to fix the build
8677
8678 -------------------------------------------------------------------
8679 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
8680
8681 - added "zypper info" (jkupec)
8682 - version 2.5.2
8683
8684 -------------------------------------------------------------------
8685 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
8686
8687 - fix rpm db timestamp
8688 - add extra urls and optional urls to product API
8689 - r4378
8690
8691 -------------------------------------------------------------------
8692 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
8693
8694 - zypper: nicer progress reports, with or without --verbose.
8695
8696 -------------------------------------------------------------------
8697 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
8698
8699 - Fixed reloading of target data after commit. Broken since
8700   rev 3880.
8701 - version 2.5.1
8702 - revision 4365
8703
8704 -------------------------------------------------------------------
8705 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
8706
8707 - put query-pool in /usr/lib/zypp and not lib64
8708 - r4363
8709
8710 -------------------------------------------------------------------
8711 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
8712
8713 - revert keyring changes, causes endless loop (obvious)
8714 - add dist-product information, adapt store
8715 - version 2.5.0
8716 - r4355
8717
8718 -------------------------------------------------------------------
8719 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
8720
8721 - zypp-query-pool: For products show additionally distributionName
8722   and distributionEdition. (required by #205392)
8723 - revision 4349
8724
8725 -------------------------------------------------------------------
8726 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
8727
8728 - Add accessor for Product distributionName and distributionEdition.
8729   (required by #205392)
8730 - revision 4347
8731
8732 -------------------------------------------------------------------
8733 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
8734
8735 - added test case for KeyRing
8736 - fire trustedKeyAdded in all calls to import trusted key
8737   not only in signature check workflow.
8738 - r4342
8739
8740 -------------------------------------------------------------------
8741 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
8742
8743 - zypper update: implemented minimal version (patches only)
8744 - zypper list-updates: changed default type from package to patch,
8745   consider patches affecting the package manager separately
8746
8747 -------------------------------------------------------------------
8748 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
8749
8750 - version 2.4.1
8751 - r4338
8752
8753 -------------------------------------------------------------------
8754 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
8755
8756 - add zypp-query-pool, so registration doesn't depend on
8757   libzypp-zmd-backend being installed. Will remove from
8758   backend when suseregister gets updated.
8759
8760 -------------------------------------------------------------------
8761 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
8762
8763 - Make sure config.rpath is present.
8764
8765 -------------------------------------------------------------------
8766 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
8767
8768 - zypper search: fixed uninitialized members that made all searches
8769   exact and case sensitve
8770
8771 -------------------------------------------------------------------
8772 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
8773
8774 - zypp-checkpatches, write in the right file
8775 - r4328
8776
8777 -------------------------------------------------------------------
8778 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
8779
8780 - Install resolvables although they are unneeded
8781   if they have NOT the kind patch/atoms
8782   Bug 210538 - freshens/supplements does not work with patterns
8783 - r4326
8784
8785 -------------------------------------------------------------------
8786 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
8787
8788 - zypper service-add -r http://example.org/foo.repo (F#300641).
8789
8790 -------------------------------------------------------------------
8791 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
8792
8793 - zypp-checkpatches:
8794   save version of the generated xml to
8795   regenerate it if it changes.
8796   save a random token in case of error to
8797   force recreating xml file
8798 - r4321
8799
8800 -------------------------------------------------------------------
8801 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
8802
8803 - remove permissions for zypp checkpatches from spec
8804 - r4318
8805
8806 -------------------------------------------------------------------
8807 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
8808
8809 - registration fails because of wrong product data
8810   (#205392)
8811   use DISTPRODUCT,DISTVERSION to create the product
8812   resolvable. have this resolvable provide
8813   PRODUCT = VERSION
8814 - r4312
8815
8816 -------------------------------------------------------------------
8817 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
8818
8819 - zypper service-add -r ./foo.repo (F#300641).
8820
8821 -------------------------------------------------------------------
8822 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
8823
8824 - zypper: added case-sensitive search, search in descriptions and
8825   summaries, search by resolvable type, substring and word
8826   matching, support for wildcards
8827 - Revision 4303
8828
8829 -------------------------------------------------------------------
8830 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
8831
8832 - Prevent the user from sending signals to zypp-checkpatches-wrapper
8833   (#211286).
8834
8835 -------------------------------------------------------------------
8836 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
8837
8838 - Dont incomplete an uninstalled resolvable, even not when establishing.
8839   Incomplete only makes sense for installed resolvables (when they have broken
8840   deps), for patches (because they are needed) and for atoms (because they are
8841   used during patch calculation)
8842   Bug 198379
8843
8844 - Do not branch for packages with the same NVE but different architectures.
8845   Take the best architecture.
8846
8847 -------------------------------------------------------------------
8848 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
8849
8850 - implement rename source in sourcemanager
8851 - r4286
8852
8853 -------------------------------------------------------------------
8854 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
8855
8856 - YaST sources: set alias to product summary if empty
8857 - show alias on logs.
8858 - r4281
8859
8860 -------------------------------------------------------------------
8861 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
8862
8863 - version 2.4.0 (bin incompat due to callback fixes)
8864 - r4272
8865
8866 -------------------------------------------------------------------
8867 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
8868
8869 - Provide additional solver status information to the UI.
8870   (#162164,F301272)
8871 - Fixed UI satus computation in presence of multiple available
8872   candidates.
8873 - revision 4264
8874 - version 2.3.1
8875
8876 -------------------------------------------------------------------
8877 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
8878
8879 - remove const in MediaChangeReport requestMedia that
8880   broke cd changing.
8881 - r4262
8882
8883 -------------------------------------------------------------------
8884 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
8885
8886 - zypper: added search (jkupec)
8887 - removed the suid bit from zypp-checkpatches-wrapper so that the
8888   build passes until permissions.rpm is updated (~#211286).
8889 - r4253
8890
8891 -------------------------------------------------------------------
8892 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
8893
8894 - Log microseconds if ZYPP_PROFILING env var is enabled.
8895 - r4252
8896
8897 -------------------------------------------------------------------
8898 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
8899
8900 - YaST sources:
8901   Factory cannot be set with 'refresh' enabled
8902   (#204957)
8903 - get rid of some const bool signatures in Source classes
8904 - r4247
8905
8906 -------------------------------------------------------------------
8907 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
8908
8909 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
8910
8911 -------------------------------------------------------------------
8912 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
8913
8914 - select the best solution: prefering the total amount of install/update
8915   packages BEFORE source preferences. Bug 208784
8916
8917 -------------------------------------------------------------------
8918 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
8919
8920 - Introduce a method to see if a source supports a
8921   kind of resolvable at that time, so we can
8922   init a YUM source like factory but avoid parsing
8923   it if it contains no patches.
8924 - add TODO
8925 - zypp-checkpatches xml output
8926 - r4235
8927
8928 -------------------------------------------------------------------
8929 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
8930
8931 - added a CLI preview: zypper
8932 - revision 4214
8933 - version 2.2.3
8934
8935 -------------------------------------------------------------------
8936 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
8937
8938 - FATE #100165:
8939   Make Content File Aware of Different Architectures
8940   expand %a in release notes with architecture
8941
8942 -------------------------------------------------------------------
8943 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
8944
8945 - Extended pattern parser to support includes/extends tags as hint
8946   for the IO. (F301229)
8947 - revision 4199
8948 - version 2.2.2
8949
8950 -------------------------------------------------------------------
8951 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
8952
8953 - Enabled sending of ScriptResolvableReport.
8954 - Changed ScriptResolvableReport::start to send local path
8955   of script to be executed.
8956 - revision 4190
8957 - version 2.2.1
8958
8959 -------------------------------------------------------------------
8960 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
8961
8962 - Added ScriptResolvableReport. Callbacks triggered on script
8963   execution during commit. (F100233)
8964 - revision 4187
8965 - version 2.2.0
8966
8967 -------------------------------------------------------------------
8968 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
8969
8970 - fix: Url::getRegisteredSchemes() would always return nothing
8971
8972 -------------------------------------------------------------------
8973 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
8974
8975 - Made the build dependency on gettext-devel explicit
8976
8977 -------------------------------------------------------------------
8978 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
8979
8980 - adapted multi-media YUM sources according to official YUM
8981   specification (F300743)
8982
8983 -------------------------------------------------------------------
8984 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
8985
8986 - use RPM_OPT_FLAGS (meissner@suse.de)
8987
8988 -------------------------------------------------------------------
8989 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
8990
8991 - SourceFactory::createFrom() - don't loose url,...
8992 - r4160
8993
8994 -------------------------------------------------------------------
8995 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
8996
8997 - reduce logging in ResolvableImpl.cc
8998 - rev 4157
8999
9000 -------------------------------------------------------------------
9001 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
9002
9003 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
9004   in QueueItemInstall and QueueItemRequire
9005   Bug 192535/204913
9006   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
9007
9008 -------------------------------------------------------------------
9009 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
9010
9011 - fixed SourceFactory::createFrom() - don't loose alias,
9012   cachedir,... parameters
9013
9014 -------------------------------------------------------------------
9015 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
9016
9017 - Use RPM Enhances only if detected at configure time, to allow
9018   compilation with older rpm.
9019 - callback params: use const string & instead of string (dmacvicar)
9020
9021 -------------------------------------------------------------------
9022 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
9023
9024 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
9025   a package/script/message
9026   Bug: 192535
9027
9028 -------------------------------------------------------------------
9029 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
9030
9031 - add Source_Ref::checksum() which in combination with
9032   timestamp can give an idea of a source change.
9033 - r4106
9034
9035 -------------------------------------------------------------------
9036 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
9037
9038 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
9039   enable progress reporting on compressed streams.
9040
9041 -------------------------------------------------------------------
9042 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
9043
9044 - better error propagation
9045 - r4096
9046
9047 -------------------------------------------------------------------
9048 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
9049
9050 - Removed libblkid dependency - the workaround using libblkid to
9051   check filesystem on XEN vbd mapped devices is obsolete, because
9052   the info is avaliable via /dev/disk/by-label link now. (#197107)
9053 - revision 4087
9054
9055 -------------------------------------------------------------------
9056 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
9057
9058 - PackageProvider: Fixed broken retry. (#202163)
9059 - revision 4071
9060
9061 -------------------------------------------------------------------
9062 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
9063
9064 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
9065   to create a Package from a source package header.
9066 - Added method Pathname::extension: Return all of the characters in name
9067   after and including the last dot in the last element of name.
9068 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
9069   rpms. Otherwise we'd need access to the rpm database to get the keys.
9070 - revision 4069
9071
9072 -------------------------------------------------------------------
9073 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
9074
9075 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
9076   a package/script/message
9077   Bug: 192535
9078
9079 -------------------------------------------------------------------
9080 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
9081
9082 - Speedup computation of number of rpm database entries.
9083 - revision 4058
9084
9085 -------------------------------------------------------------------
9086 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
9087
9088 - Fixed endless loop in transactResObject
9089   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
9090
9091 -------------------------------------------------------------------
9092 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
9093
9094 - fix some testcases for tar file parser changes
9095 - r4045
9096
9097 -------------------------------------------------------------------
9098 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
9099
9100 - missing includes
9101 - clean old callbacks
9102 - r4041
9103
9104 -------------------------------------------------------------------
9105 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
9106
9107 - zyppPattern->install_packages returns SUGGESTED package too.
9108   Bug 201476
9109   Revision 4036
9110
9111 -------------------------------------------------------------------
9112 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
9113
9114 - New behaviour in the solver: try with 'best' package first, try with 'all'
9115   packages if this fails.
9116   Bug :Bug 191983
9117
9118 -------------------------------------------------------------------
9119 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
9120
9121 - libzypp 2.1.0
9122 - bump version due to incompatible callback changes in KeyRing
9123   Sources
9124
9125 -------------------------------------------------------------------
9126 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
9127
9128 - new keyring callbacks
9129 - separate trust key from import key
9130 - use PublicKey class instead of params, to be able
9131   to add more info like photos later (pending #181682)
9132 - update zmart with those callbacks.
9133 - better error handling (Exception types)
9134 - make tmp file names more readable depending on the context
9135 - r4026
9136
9137 -------------------------------------------------------------------
9138 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
9139
9140 - decouple probing from source creation, using the new
9141   media test for existence functions.
9142 - r4019
9143
9144
9145 -------------------------------------------------------------------
9146 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
9147
9148 - Fixed getDoesFileExist to reset the transfer range
9149 - Added logging of curl debug messages to the zypp log.
9150   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
9151   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
9152 - r4018
9153
9154 -------------------------------------------------------------------
9155 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
9156
9157 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
9158   see rev 3810 below. (#190163)
9159 - rev 3998
9160
9161 -------------------------------------------------------------------
9162 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
9163
9164 - fix uninstalling of atoms (noop)
9165 - r3995
9166
9167 -------------------------------------------------------------------
9168 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
9169
9170 - Implement initial verson of Media
9171   doesFileExist, for future source probing.
9172 - r3984
9173
9174 -------------------------------------------------------------------
9175 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
9176
9177 - more dbus_connection_close fixes
9178 - r3974
9179
9180 -------------------------------------------------------------------
9181 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
9182
9183 - clean up 'incomplete' handling in QueueItemEstablish.
9184 - rev 3973.
9185
9186 -------------------------------------------------------------------
9187 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
9188
9189 - Don't set 'incomplete' for uninstalled patterns or products.
9190   (#198379)
9191 - rev 3970.
9192
9193 -------------------------------------------------------------------
9194 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
9195
9196 - Added new API calls:
9197   setAdditionalProvide
9198   setAdditionalConflict
9199   setAdditionalRequire
9200
9201 -------------------------------------------------------------------
9202 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
9203
9204 - don't link examples to testsuite library.
9205
9206 -------------------------------------------------------------------
9207 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
9208
9209 - Disable profiling to work around compiler bug.
9210
9211 -------------------------------------------------------------------
9212 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
9213
9214 - forward port 3924:3939
9215 - Add explicit finish callbacks for subtasks during ProvidePackage
9216   to avoid UI confusion.
9217 - rev3957
9218
9219 -------------------------------------------------------------------
9220 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
9221
9222 - Introduce examples/
9223 - fix some svn ignores
9224 - fix compilation. Use: dbus_connection_close
9225 - rev 3943
9226
9227 -------------------------------------------------------------------
9228 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
9229
9230 - Initial support for plain directory with rpms as source
9231 - r3935
9232
9233 -------------------------------------------------------------------
9234 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
9235
9236 - Move the target query by kind function to
9237   a iterator, so we dont make a copy of the restore
9238   the iterator works loading by demand too
9239
9240 -------------------------------------------------------------------
9241 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
9242
9243 - rename the new initTarget to initializeTarget,
9244   leave the old one as is, but deprecate it.
9245 - r3903
9246
9247 -------------------------------------------------------------------
9248 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
9249
9250 - forward port from SLES10 branch , till 3888
9251 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
9252   full packages. (#168844)
9253 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
9254 - version 2.0.0
9255 - rev 3893
9256
9257 -------------------------------------------------------------------
9258 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
9259
9260 - Separate target init from adding resolvables, getting rid of the
9261 uggly bool flag.
9262 - dont clear the store each time Target::resolvables is called
9263 - Load target resolvables on demand by kind, keep them cached later
9264 - add Target::resolvablesByKind(kind) to allow query specific kind
9265   without reading all kinds. Used to port TargetProduct, which
9266   was reading the whole rpm database only to displayy base product
9267   name in YaST help.
9268 - commit to pkg-bindings and packager will follow.
9269 - jsrain will port more yast stuff, especially inst_source which
9270   startup time should by reduced by half afterwards.
9271 - rev 3880
9272
9273 -------------------------------------------------------------------
9274 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
9275
9276 - forward port:
9277   rev 3786 fix to stalle tmpfiles broke patches.
9278   SLES was released with this broken. 10.1 has a blocked
9279   zypp update because this.
9280   Attempt to fix this. (#192535)
9281 - fix configure.ac sqlite-source build path
9282 - rev 3858
9283
9284 -------------------------------------------------------------------
9285 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
9286
9287 - link correctly
9288
9289 -------------------------------------------------------------------
9290 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
9291
9292 - dont link sqlite in the main lib.
9293 - rev 3826
9294
9295 -------------------------------------------------------------------
9296 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
9297
9298 - susetags: parse product parser regexp only once
9299 - parse yum factory 5 sec. (from 30) faster using
9300   another string find algorithm
9301 - rev 3824
9302
9303 -------------------------------------------------------------------
9304 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
9305
9306 - Digest: Don't read the stream character wise but reading blocks,
9307   as advised by matz profiling.
9308 - r3819
9309
9310 -------------------------------------------------------------------
9311 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
9312
9313 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
9314   trusted vendors. (#189573)
9315 - revision 3804
9316
9317 -------------------------------------------------------------------
9318 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
9319
9320 - backport fix for stalle tmpfile (#191311)
9321 - rev 3788
9322
9323 -------------------------------------------------------------------
9324 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
9325
9326 - deactivated media manager code that was disabling the
9327   automounter (#172419)
9328 - rev 3724
9329
9330 -------------------------------------------------------------------
9331 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
9332
9333 - fix autorefresh (#186115)
9334 - revision 3708
9335 -------------------------------------------------------------------
9336 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
9337
9338 - forward port from SLE branch
9339 - Set default permission for logfiles to 0640. (#187044)
9340 - revision 3696
9341
9342 -------------------------------------------------------------------
9343 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
9344
9345 - forward port from SLE branch
9346 - Fixed installation of SP or Add-On product switching to media 2
9347   too early. (#186607)
9348 - revision 3691
9349
9350 -------------------------------------------------------------------
9351 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
9352
9353 - forward port from SLE branch
9354 - Strip self provides without edition in Resolvable ctor.
9355   (#186079)
9356 - Source::provideResolvables not implemented in yum source type.
9357   Product not set for packages that are available from update source
9358   (#186920)
9359 - Hook modalias() supplements without package to "kernel" (#184840)
9360 - Allow on-demand SourceManager::restore() (#186678)
9361 - Hook modalias() supplements without package to "kernel" (#184840)
9362 - rev 3676
9363
9364 -------------------------------------------------------------------
9365 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
9366
9367 - Fix adding resolving of path names for mount points (#181606)
9368 - rev 3658
9369
9370 -------------------------------------------------------------------
9371 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
9372
9373 - merge download algorithm and refactoring from branch
9374   (#181204)
9375
9376 -------------------------------------------------------------------
9377 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
9378
9379 - autodocs: use find+xargs to overcome command length limit,
9380   do not call doxygen unnecessarily (#185334).
9381 - rev 3645
9382
9383 -------------------------------------------------------------------
9384 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
9385
9386 - Dont use getZYpp in static constructor (#185198)
9387   Bugfix #178292 was wrong.
9388 - Only warn on incompleting installed resolvables (#185197)
9389 - rev 3644
9390
9391 -------------------------------------------------------------------
9392 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
9393
9394 - Atoms might only be installed via patches (#184714)
9395 - rev 3642
9396
9397 -------------------------------------------------------------------
9398 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
9399
9400 - fix for the last stall tmpfile (#178292)
9401 - r3637
9402
9403 -------------------------------------------------------------------
9404 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
9405
9406 - Implemented transfer timeout inside of the progress callback.
9407   The timeout value can be set using timeout url parameter, the
9408   default transfer timeout is 180 seconds. (#181602)
9409 - Added ssl_verify and ssl_capath url options used in https scheme,
9410   allowing to change or disable the ssl verify options. (#171622)
9411 - Added fallback on read failures of /etc/mtab to /proc/mounts.
9412   Improved verbosity in mount and mount check related failure cases,
9413   incl. /etc/mtab dump. (#181606)
9414 - rev 3623
9415
9416 -------------------------------------------------------------------
9417 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
9418
9419 - combine knownAliases and knownUrls in a single function.
9420 - rev 3616
9421
9422 -------------------------------------------------------------------
9423 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
9424
9425 - honor parallel installs in resolver context (#181103)
9426 - rev 3592
9427
9428 -------------------------------------------------------------------
9429 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
9430
9431 - right fix for tmpdir initialized in static constructor
9432 - catch around provideJustFile in providePackage
9433 -rev 3654
9434
9435 -------------------------------------------------------------------
9436 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
9437
9438 - fix #182003 YUM packages without size
9439 - rev 3587
9440
9441 -------------------------------------------------------------------
9442 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
9443
9444 - Allow to restore and remove by Url
9445 - rev 3583
9446
9447 -------------------------------------------------------------------
9448 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
9449
9450 - make atoms parallel installable (#181103)
9451 - rev 3580
9452
9453 -------------------------------------------------------------------
9454 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
9455
9456 - Allow to restore by alias
9457 - r3568
9458
9459 -------------------------------------------------------------------
9460 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
9461
9462 - Do not fork in a global destructor, perl dislikes it (#182672).
9463   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
9464
9465 -------------------------------------------------------------------
9466 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
9467
9468 - Installation: Assert product information is stored to libzypp
9469   database before reboot. (#181198)
9470 - Version 1.2.0; revision 3553
9471
9472 -------------------------------------------------------------------
9473 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
9474
9475 - Synchronize keys with rpm database before
9476   closing access to it (#182338)
9477 - rev 3533
9478
9479 -------------------------------------------------------------------
9480 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
9481
9482 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
9483   filter out the non-DVD drives completely. Allows a fallback to
9484   drives without the dvd HAL property e.g. in VMWare. (#177457)
9485 - rev 3530
9486
9487 -------------------------------------------------------------------
9488 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
9489
9490 - Merge fix for stalle tmpdir due to cyclic references, using a master
9491  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
9492 - rev 3521
9493
9494 -------------------------------------------------------------------
9495 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
9496
9497 - Fixes unneeded file download, and add download callbacks
9498   (still need yast side) #181204 and #160206
9499 - Fix stalle tmpdir due to cyclic references, using a master
9500   TmpDir for zypp. # 178292
9501
9502 -------------------------------------------------------------------
9503 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
9504
9505 - fixed memory leak in PersistentStorage (#168690)
9506 - revision 3519
9507
9508 -------------------------------------------------------------------
9509 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
9510
9511 - fixed memory leak in XMLSourceCacheParser (#168690)
9512 - revision 3517
9513
9514 -------------------------------------------------------------------
9515 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
9516
9517 -latest fi translation added
9518  Revision 3502
9519
9520 -------------------------------------------------------------------
9521 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
9522
9523 -All installed resolvables has been set to "satisfied" in
9524  ResolverContext::unneeded . BUT:
9525  Patch concerning resolvables have to be set to
9526  "unneeded" although they are installed. In order
9527  getting the state "no longer applicable" (Bug 171590)
9528 - rev 3496
9529
9530 -------------------------------------------------------------------
9531 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
9532
9533 - compute status for scripts and messages so their freshens get
9534   properly honored (aj with postgresql-server)
9535 - rev 3494
9536
9537 -------------------------------------------------------------------
9538 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
9539
9540 - revert not-used-yet rpmdb timestamp, as
9541   it broke rpmdb::init(). (#180040)
9542 - rev 3490
9543
9544 -------------------------------------------------------------------
9545 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
9546
9547 - updating gmo files, if po files has been changed; bug 164449
9548
9549 -------------------------------------------------------------------
9550 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
9551
9552 - Dont download twice if starting from 1st time
9553 - fix typo
9554 - rev 3481
9555
9556 -------------------------------------------------------------------
9557 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
9558
9559 - set cache dir only if storeMetadata is called as a public method.´
9560 - rev 3475
9561
9562 -------------------------------------------------------------------
9563 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
9564
9565 - schedule a package for installation if
9566   - it freshens / supplements something
9567   - it is not installed yet
9568   (#178721)
9569 - rev 3473
9570
9571 -------------------------------------------------------------------
9572 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
9573
9574 - make susetags also implement download and check first.
9575 - rev 3470
9576
9577 -------------------------------------------------------------------
9578 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
9579
9580 - make yum more robust. Never parse from provideFile
9581   but only from local disk. Make sure the cache
9582   is consistent before recreating it.
9583   the code is easier to follow and probably
9584   faster. checksum and signatures are
9585   checked on caching not on parsing.
9586   Required to implement refresh for #154990
9587 - rev 3452
9588
9589 -------------------------------------------------------------------
9590 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
9591
9592 - implement timestamp for YUM and SuseTags
9593 - actually use the license to confirm in yum patches
9594 - add prerequires tag in yum optonally to the bad designed
9595   and nonintuitive pre=1
9596 - rev 3448
9597
9598 -------------------------------------------------------------------
9599 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
9600
9601 - dont pass root on init but before.
9602 - implement rpm db modification timestamp
9603   not used yet
9604 - move Helix source to testsuite out of the solver
9605   so we can use it for target, storage tests
9606 - add Source_Ref::timestamp(), default to now()
9607   in order to implement smart sync of sources by zmd
9608 - don't parse desc and summary twice
9609 - fix a segfault with tranlated text
9610 - fix broken size tag introduced in rev 3427
9611 - rev 3446
9612
9613 -------------------------------------------------------------------
9614 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
9615
9616 - dont accept corrupt sources, improve logs
9617
9618 -------------------------------------------------------------------
9619 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
9620
9621 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
9622   loosing autoprotection (eg. for foreign vendor). (assists #177469)
9623 - rev 3431
9624
9625 -------------------------------------------------------------------
9626 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
9627
9628 - added mediaNr() to PatchRpm and DeltaRpm classes
9629 - rev 3430
9630
9631 -------------------------------------------------------------------
9632 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
9633
9634 - enable YUM license to confirm.
9635   needed for #174476
9636 - adapt store to serialize and read all new resobject fields
9637 - use install-time to now() when serializing (#174653)
9638 - rev 3427
9639
9640 -------------------------------------------------------------------
9641 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
9642
9643 - Do not violate install order when restricting commit to a certain
9644   mediaNumber. (#170079)
9645 - Version 1.1.0; rev 3423
9646
9647 -------------------------------------------------------------------
9648 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
9649
9650 - Added SourceManager::findSourceByUrl to overcome alias mismatches
9651   (#177543).
9652 - rev 3420
9653
9654 -------------------------------------------------------------------
9655 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
9656
9657 - Order all objects according to prerequirements, not just packages.
9658   (#173690)
9659 - rev 3419
9660
9661 -------------------------------------------------------------------
9662 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
9663
9664 - Added new translation
9665
9666 -------------------------------------------------------------------
9667 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
9668
9669 - fix missing homedir option for gpg (#171055)
9670 - rev 3415
9671
9672 -------------------------------------------------------------------
9673 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
9674
9675 - Prevent against daemons launched in rpm %post, that do not close
9676   their filedescriptors. (#174548)
9677 - Version 1.0.1; rev 3413
9678
9679 -------------------------------------------------------------------
9680 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
9681
9682 - fixed media number of package retrieved as a part of a patch
9683   (#174841)
9684 - rev 3409
9685
9686 -------------------------------------------------------------------
9687 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
9688
9689 - fix missing package descriptions due to filtered packages
9690   by incompatible architectures. (#159109)
9691 - rev 3404
9692
9693 -------------------------------------------------------------------
9694 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
9695
9696 - decrease logging in DiskUsageCounter and Modalias (#163186)
9697 - rev 3406
9698
9699 -------------------------------------------------------------------
9700 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
9701
9702 - Stay backward comapatible.
9703
9704 -------------------------------------------------------------------
9705 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
9706
9707 - Make basic attributes available through ResObject.
9708 - Let ResObjects which do not require media access during
9709   commit return ZERO sourceMediaNr (required for #173690)
9710 - Version 1.0.0
9711 - rev 3390
9712
9713 -------------------------------------------------------------------
9714 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
9715
9716 - reduce logging verbosity (#163186)
9717 - rev 3381
9718
9719 -------------------------------------------------------------------
9720 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
9721
9722 - setCandidate accept candidates with compatible architectures too. Not
9723   only with the same architecture. Bug 172594 - If update package has
9724   differet arch, UI display is wrong
9725
9726 -------------------------------------------------------------------
9727 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
9728
9729 - Added Source_Ref::resStoreInitialized.
9730   If we know that noone has seen the resolvables yet, we can skip
9731   them too, eg. when deleting a source. (#174840)
9732 - rev 3378
9733
9734 -------------------------------------------------------------------
9735 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
9736
9737 - Honor freshens as conditionals independant from the installed/
9738   uninstalled status (#174797)
9739 - rev 3376
9740
9741 -------------------------------------------------------------------
9742 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
9743
9744 - State modifier "unneeded" is transitive for patches (#171590)
9745 - rev 3375
9746
9747 -------------------------------------------------------------------
9748 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
9749
9750 - Do not transact itself (update) in the transactResObject mechanism
9751   Bug 174290
9752
9753 -------------------------------------------------------------------
9754 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
9755
9756 - Reenabled improved large file support flags (unintentionally
9757   removed in rev 1544). Fixes bug #173753.
9758 - Added large file support flags to libzypp.pc file allowing
9759   consistence checks in the application using features variable
9760 - rev 3366
9761
9762 -------------------------------------------------------------------
9763 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
9764
9765 - SourceManager: moved source deletion before creation
9766   so that we can recreate a deleted one (#174295)
9767 - removed dead code dealing with known_caches from SourceManager::store
9768   (see r3195)
9769 - r3362
9770
9771 -------------------------------------------------------------------
9772 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
9773
9774 - fixed returning product short name and summary if product read
9775   from target store (#148625)
9776 - rev 3360
9777
9778 -------------------------------------------------------------------
9779 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
9780
9781 - set media verifier on redirected medium (#172599)
9782 - rev 3359
9783
9784 -------------------------------------------------------------------
9785 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
9786
9787 - fix 'transactResKind' to collect best providers by capability
9788   and to recursively transact items of same kind (#170114)
9789 - rev 3355
9790
9791 -------------------------------------------------------------------
9792 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
9793
9794 - serialize the full URL to avoid missing password and other
9795   url settings (#148108)
9796 - rev 3353
9797
9798 -------------------------------------------------------------------
9799 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
9800
9801 - Added a 60 sec connect timeout to MediaCurl (#172860)
9802 - rev 3348
9803
9804 -------------------------------------------------------------------
9805 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
9806
9807 - re-fetch also .asc and .key files before checking signature
9808   (#172597)
9809 - rev 3350 (3345-10.1)
9810
9811 -------------------------------------------------------------------
9812 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
9813
9814 - Fix yum key verification, because a double variable declaration
9815
9816 -------------------------------------------------------------------
9817 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
9818
9819 - use --no-default-keyring to avoid creating a
9820   default gpg dir in / (#171055)
9821 - rev 3335
9822
9823 -------------------------------------------------------------------
9824 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
9825
9826 - Fix YUM signature checking, we were passing the key instead of the
9827   signature.
9828 - When the user trust a key, sync again. Bye to the session trusted
9829   keys and user being asked all the time. (#171213)
9830 - r3332
9831
9832 -------------------------------------------------------------------
9833 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
9834
9835 - Cleanup index tables when removing items from pool (#170564).
9836
9837 -------------------------------------------------------------------
9838 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
9839
9840 - backout rev 3246->3275 of TargetImpl.cc
9841 - add missing testsuite/utils/TestUtils.h
9842 - rev 3330
9843
9844 -------------------------------------------------------------------
9845 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
9846
9847 - more fixes for #171062, there were some files still not being
9848   read from cache.
9849 - r3327
9850
9851 -------------------------------------------------------------------
9852 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
9853
9854 - cache keys and signature. Remove lot of duplicated code. (#171062)
9855 - r3320
9856
9857 -------------------------------------------------------------------
9858 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
9859
9860 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
9861   mount here anything, so it is OK to use any dir (171351).
9862 - rev 3318
9863
9864 -------------------------------------------------------------------
9865 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
9866
9867 - parse "license-to-confirm" in primary.xml (#168437)
9868 - rev 3312
9869
9870 -------------------------------------------------------------------
9871 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
9872
9873 - Don't try to store 'Atom', not needed and the backend store
9874   rejects them anyways (addtion to #168610)
9875 - rev 3306
9876
9877 -------------------------------------------------------------------
9878 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
9879
9880 - Improved device check in MediaDISK using libblkid (Bug #158529)
9881 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
9882   added a check if it is a directory
9883 - Added libcurl and libblkid checks to configure.ac
9884 - Added e2fsprogs(-devel) requires to the spec file
9885 - rev 3303
9886
9887 -------------------------------------------------------------------
9888 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
9889
9890 - dont download "other" during key check (#171041)
9891 - rev 3294
9892
9893 -------------------------------------------------------------------
9894 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
9895
9896 - allow parallel installs of atoms (used to fulfill patch require-
9897   ments, atoms aren't installed anyways) (#170098)
9898 - some testsuite improvements.
9899 - rev 3288
9900
9901 -------------------------------------------------------------------
9902 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
9903
9904 - get rid of autobuild check when throwing exceptions without throw
9905   but with a macro, returning a null pointer at the end (never reached).
9906
9907 -------------------------------------------------------------------
9908 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
9909
9910 - Do not violate install order when restricting commit to a certain
9911   mediaNumber. (#170079)
9912
9913 -------------------------------------------------------------------
9914 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
9915
9916 - Don't use throw directly!
9917   use ZYPP_THROW with a Exception class, otherwise package bindings
9918   will not catch them.
9919   Should fix crashes when reading broken sources with yast.
9920 - rev 3272
9921
9922 -------------------------------------------------------------------
9923 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
9924
9925 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
9926   revision 3269
9927
9928 -------------------------------------------------------------------
9929 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
9930
9931 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
9932 - further improve on #168840 (from rev 3231), match on name-edition
9933   when filtering by best arch. (#170098)
9934 - rev 3268
9935
9936 -------------------------------------------------------------------
9937 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
9938
9939 - #170093 , lot of package descriptions missing
9940 - rev 3263
9941
9942 -------------------------------------------------------------------
9943 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
9944
9945 - try to fix wrong permissions of /var/lib/zypp created
9946   by old zypp, only when running as root they are fixed
9947   (#169094)
9948 - YUM: Verify signatures on factoryInit.
9949   Dont provide other.xml. Cleanups, better logging.
9950   When refreshing signed soruces, don't refresh is source
9951   has not changed.
9952 - YaST sources: don't refresh if media file has not changed.
9953 - Show full url of index files in sources for signature validation
9954   (mentioned in #170139 comment #3)-
9955
9956 -------------------------------------------------------------------
9957 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
9958
9959 - udpated media ID syntax for external scripts (to be consistent
9960   with packages) (#170247)
9961 - rev 3256
9962
9963 -------------------------------------------------------------------
9964 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
9965
9966 - set media ID to 1 if not specified in YUM metadata (#167452)
9967 - rev 3255
9968
9969 -------------------------------------------------------------------
9970 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
9971
9972 - If freshen and supplement are fulfilled, install any kind of
9973   resolvable if not yet installed (#165746)
9974 - rev 3249
9975
9976 -------------------------------------------------------------------
9977 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
9978
9979 - make downloaded script executable. (#169191)
9980 - rev 3247
9981
9982 -------------------------------------------------------------------
9983 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
9984
9985 - Improve on last fix, compare only compatible archs.
9986 - rev 3233
9987
9988 -------------------------------------------------------------------
9989 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
9990
9991 - Only choose best arch of multiple package atoms with identical
9992   name (#168840)
9993 - rev 3231
9994
9995 -------------------------------------------------------------------
9996 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
9997
9998 - pass empty strings to UI as key properties if unknown key
9999   (#169114)
10000 - rev 3228
10001
10002 -------------------------------------------------------------------
10003 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
10004
10005 - refrain from parsing 'other.xml' (#159316)
10006 - rev 3226
10007
10008 -------------------------------------------------------------------
10009 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
10010
10011 - in source refresh, clean up the cache dir if fails
10012 - do not require repomd.xml.asc when creating a cache (#163765)
10013 - rev 3224
10014
10015 -------------------------------------------------------------------
10016 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
10017
10018 - Check if a file exists before providing it, and just handling the
10019   exception is not sufficient, because it can release the media.
10020   it nows get all possible packages.X translations an then
10021   it selects the candidate from the existing ones (#168654)
10022 - rev 3221
10023
10024 -------------------------------------------------------------------
10025 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
10026
10027 - dont report conflicts if item is neither installed
10028   nor to-be-installed (#168906)
10029 - rev 3219
10030
10031 -------------------------------------------------------------------
10032 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
10033
10034 - #168060 , propagate the file description or original
10035   name to the UI and not the checked filename path,
10036   which could be a tmp file.
10037   Requires changes in pkg-manager, and probably zmd-helpers.
10038 - rev 3215
10039
10040 -------------------------------------------------------------------
10041 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
10042
10043 - /var/lib/zypp/db/languages/* are empty files (##168355)
10044 - r3206
10045
10046 -------------------------------------------------------------------
10047 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
10048
10049 - All resolvables must honor arch, so Arch_noarch in
10050   target/store/XMLFilesBackend.cc is wrong (#160792)
10051 - Introduced code to honour shared package descriptions
10052   (#159109)
10053 - r3204
10054
10055 -------------------------------------------------------------------
10056 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
10057
10058 - replace '_' in YUM elements/attributes with '-' (#168762)
10059 - rev 3201
10060
10061 -------------------------------------------------------------------
10062 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
10063
10064 - Fixed iseries workaround - interchanged variables for scsi
10065   devices, added debug messages about the steps (#163971).
10066 - Added getenv NULL ptr check and verify of the $HOME dir's
10067   and ~/.curlrc file's ownership (#163203).
10068 - rev 3199
10069
10070 -------------------------------------------------------------------
10071 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
10072
10073 - Use filesystem::TmpDir to create unique and unused Source cache
10074   directories. (#168051)
10075
10076 -------------------------------------------------------------------
10077 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
10078
10079 - Enable signature checks per default. (#168525)
10080
10081 -------------------------------------------------------------------
10082 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
10083
10084 - fix callbacks for providing a single file (#160206)
10085
10086 -------------------------------------------------------------------
10087 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
10088
10089 - If an installed package looses a dependency, the solver tries
10090   to upgrade it. Limit the upgrade candidates to best arch, best
10091   edition.
10092 - filter 'other' entries with incompatible arch in yum parser.
10093 - rev 3177
10094
10095 -------------------------------------------------------------------
10096 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
10097
10098 - initialize the product category according to source (#168061)
10099 - rev 3172
10100
10101 -------------------------------------------------------------------
10102 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
10103
10104 - delete only one older version of a xml-store resolvable
10105   (half-baked, but the previous attempt was charred)
10106
10107 -------------------------------------------------------------------
10108 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
10109
10110 - moved license_to_confirm to primary.xml
10111 - rev 3170
10112
10113 -------------------------------------------------------------------
10114 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
10115
10116 - Removed deprecated oldstyle commit methods.
10117
10118 -------------------------------------------------------------------
10119 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
10120
10121 - when installing a xml-store resolvable (all except package,
10122   message, script), delete older versions (#160792).
10123 - read selection edition from the XML store
10124 - rev 3167
10125
10126 -------------------------------------------------------------------
10127 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
10128
10129 - properly clear transaction flag after successful commit
10130   (see rev 3122, #164365, #167285)
10131 - rev 3157
10132
10133 -------------------------------------------------------------------
10134 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
10135
10136 - recursively soft-uninstall recommended package on real uninstall,
10137   not on update (#167603)
10138 - rev 3155
10139
10140 -------------------------------------------------------------------
10141 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
10142
10143 - fix #167605 (importing keys to rpm multiple times due to
10144   wrong interpretation of rpm gpg versioning.
10145 - add support for reading the rpm keys, with full id and fingerprint
10146 - rev 3153
10147
10148 -------------------------------------------------------------------
10149 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
10150
10151 - don't add duplicate error infos to ResolverContext (#167309)
10152 - rev 3146
10153
10154 -------------------------------------------------------------------
10155 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
10156
10157 - fix Resolver::transactReset() (see rev 3122) (#167285)
10158 - rev 3140
10159
10160 -------------------------------------------------------------------
10161 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
10162
10163 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
10164   variable is present, all signature checking callbacks will default
10165   to 'accept', in case no recipient is present.
10166
10167 -------------------------------------------------------------------
10168 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
10169
10170 - read content file on construction, and make
10171   provideProduct only insert the already
10172   read product object into the store (#165826)
10173   (dmacvicar)
10174 - When the signature is not found, warn the
10175   user about a unsigned source. When the
10176   key is not found, do nothing, it can be in the
10177   keyring already. (#166016) (dmacvicar)
10178 - enable key verification only if
10179   ZYPP_CHECKSIG env var is set (dmacvicar)
10180 - r1529
10181
10182 -------------------------------------------------------------------
10183 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
10184
10185 - fix bugfix 164365, fix bug 167285
10186   Actually clear the transcation state instead of locking it
10187   to 'dont transact'
10188 - rev 3122
10189
10190 -------------------------------------------------------------------
10191 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
10192
10193 - revert the signature/digest checking callbacks
10194 - rev 3115
10195
10196 -------------------------------------------------------------------
10197 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
10198
10199 - Bugfix #165670
10200   - Honor keep requests.
10201   - Dont flag "locked uninstall" as error if a keep request was
10202     issued before.
10203 - rev 3114
10204
10205 -------------------------------------------------------------------
10206 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
10207
10208 - rule out locked items during distribution upgrade as early
10209   as possible. (#165670)
10210 - rev 3110
10211
10212 -------------------------------------------------------------------
10213 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
10214
10215 - Bugfix #166212
10216   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
10217     transactResObject().
10218   - resetTransaction(APPL_LOW) before resolving
10219   - enhance transactCaps by using the same algorithm as in
10220     QueueItemRequire
10221     (before: transact all requires and recommends by name
10222      now: transact best requires and recommends by provides)
10223 - rev 3107
10224
10225 -------------------------------------------------------------------
10226 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
10227
10228 - new callbacks for failing digest
10229 - rev 3098
10230
10231 -------------------------------------------------------------------
10232 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
10233
10234 - ask for file without a checksum (#165125)
10235
10236 -------------------------------------------------------------------
10237 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
10238
10239 - dont install satisfied resolvables (#165843)
10240 - rev 3095
10241
10242 -------------------------------------------------------------------
10243 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
10244
10245 - dont abort on failed "dry_run" (#164583)
10246 - rev 3091
10247
10248 -------------------------------------------------------------------
10249 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
10250
10251 - Ask user if signature file does not exist (#163765)
10252 - handle repomd.xml.asc as optional file (#163765)
10253 - rev 3089
10254
10255 -------------------------------------------------------------------
10256 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
10257
10258 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
10259 - rev 3087
10260
10261 -------------------------------------------------------------------
10262 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
10263
10264 - Dont do transitive uninstalls on uninstalled or upgraded items.
10265   (#165798)
10266 - rev 3083
10267
10268 -------------------------------------------------------------------
10269 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
10270
10271 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
10272
10273 -------------------------------------------------------------------
10274 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
10275
10276 - Product::updateUrls: restore it from the XML store;
10277   fixed content parsing (#163192).
10278 - restore product flags fro the XML store
10279 - rev 3074
10280
10281 -------------------------------------------------------------------
10282 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
10283
10284 - Only consider best arch/version (#165477)
10285 - rev 3069
10286
10287 -------------------------------------------------------------------
10288 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
10289
10290 - No need to parse tags at all if there is no item to store values
10291   (e.g. data for unwanted arch). Fixed segv trying to store data in
10292   NULL item. (#165479)
10293 - rev3065
10294
10295 -------------------------------------------------------------------
10296 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
10297
10298 - Improved Url path name "//" vs. "/%2f" handling; now if the
10299   url has an authority, "/%2f" is used for ftp only (#163784)
10300 - rev 3062
10301
10302 -------------------------------------------------------------------
10303 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
10304
10305 - fixed storing patch scripts to target store (#159928)
10306 - rev 3058
10307
10308 -------------------------------------------------------------------
10309 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
10310
10311 - if a patch is bad, only skip this patch, not everything
10312   (#165200)
10313 - rev 3057
10314
10315 -------------------------------------------------------------------
10316 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
10317
10318 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
10319 - Susetags:Pattern: Fixed parser.
10320
10321 -------------------------------------------------------------------
10322 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
10323
10324 - when uninstalling, only re-establish installed items
10325   supplementing the to-be-uninstalled one. (variant of #165111)
10326 - rev 3054
10327
10328 -------------------------------------------------------------------
10329 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
10330
10331 - Susetags:Package: Parse and provide ins/delnotify texts.
10332
10333 -------------------------------------------------------------------
10334 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
10335
10336 - when checking freshens/supplements at install, only consider
10337   best architecture/edition (#164453)
10338 - rev 3051
10339
10340 -------------------------------------------------------------------
10341 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
10342
10343 - when checking for supplements, only consider best arch, best
10344   edition for installation (#165111)
10345 - rev 3047
10346
10347 -------------------------------------------------------------------
10348 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
10349
10350 - Bug 165117: build 910: Update: Splitted packages are selected for
10351   all archs
10352
10353 -------------------------------------------------------------------
10354 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
10355
10356 - ask user if a file exists but does not have a checksum (#162797)
10357 - rev 3044
10358
10359 -------------------------------------------------------------------
10360 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
10361
10362 - parse time and size elements from delta and patch RPM
10363 - rev 3043
10364
10365 -------------------------------------------------------------------
10366 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
10367
10368 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
10369   devices - on powerpc only (#163971)
10370 - rev 3042
10371
10372 -------------------------------------------------------------------
10373 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
10374
10375 - fix endless loop in patches parsing.
10376 - rev 3039
10377
10378 -------------------------------------------------------------------
10379 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
10380
10381 - fixed media handling in SuSEtags source (#164879)
10382 - rev 3037
10383
10384 -------------------------------------------------------------------
10385 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
10386
10387 - honor 'dry_run' on package remove (#164732)
10388 - rev 3036
10389
10390 -------------------------------------------------------------------
10391 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
10392
10393 - add files from yum filelist as provides to package (#164731)
10394 - rev 3032
10395
10396 -------------------------------------------------------------------
10397 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
10398
10399 - honor "+Enh:/-Enh:" in packages file (#156513)
10400
10401 -------------------------------------------------------------------
10402 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
10403
10404 - fix callback receiver signature to match the callback for removing
10405   package
10406
10407 -------------------------------------------------------------------
10408 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
10409
10410 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
10411 - rev 3024
10412
10413 -------------------------------------------------------------------
10414 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
10415
10416 - Bug 164440; Taking wrong architecture while updating obsoletes
10417   splitted packages
10418 - rev 3022
10419
10420 -------------------------------------------------------------------
10421 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
10422
10423 - allow relative paths with url file:
10424 - dont filter atoms from going into pool, multi-arch patch
10425   requirements need them. Instead, treat atoms with incompatible
10426   architecture as unneeded.
10427 - rev 3018
10428
10429 -------------------------------------------------------------------
10430 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
10431
10432 - product now provides short name
10433 - rev 3013
10434
10435 -------------------------------------------------------------------
10436 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
10437
10438 - read metadata for packages from correct tags in patches (#163220)
10439 - rev 3011
10440
10441 -------------------------------------------------------------------
10442 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
10443
10444 - more detailed resolver error reports (#162994)
10445 - rev 3010
10446
10447 -------------------------------------------------------------------
10448 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
10449
10450 - report package download progress (#160966)
10451 - rev 3007
10452
10453 -------------------------------------------------------------------
10454 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
10455
10456 - transact also for languages (#163819)
10457 - rev 3004
10458
10459 -------------------------------------------------------------------
10460 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
10461
10462 - loop through all affected ResObjects in transactResKind (#163819)
10463 - rev 3002
10464
10465 -------------------------------------------------------------------
10466 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
10467
10468 - allow re-installation of non-packages (#162906)
10469 - rev 2998
10470
10471 -------------------------------------------------------------------
10472 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
10473
10474 - Added loop checking for scsi cdroms (/sys/block/srX) in case
10475   HAL does not provide any drives like on iSeries (#163971).
10476 - rev 2995
10477
10478 -------------------------------------------------------------------
10479 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
10480
10481 - add 'licenceToConfirm()' to Product. (#164375)
10482
10483 -------------------------------------------------------------------
10484 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
10485
10486 - Avoid excessive CD hopping on commit. But still far from
10487   being perfect. (#159679)
10488 - Fixed Target::commit: Despite dry_run set True, packages
10489   were depeted.
10490
10491 -------------------------------------------------------------------
10492 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
10493
10494 - honour if user decides to skip a package in commit (#156031)
10495
10496 -------------------------------------------------------------------
10497 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
10498
10499 - fixed parsing external reference to script in patch (#163221)
10500 - r2981
10501
10502 -------------------------------------------------------------------
10503 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
10504
10505 - cache and provide content.asc/key optionally. Dont show a
10506   popup if they dont exists. (dmacvicar)
10507 - Actually abort when verify signature workflow is false. (dmacvicar)
10508 - r2978
10509
10510 -------------------------------------------------------------------
10511 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
10512
10513 - fixed setting autorefresh flag for installation sources
10514
10515 -------------------------------------------------------------------
10516 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
10517
10518 - drop patches with incompatible architecture.
10519 - rev 2972
10520
10521 -------------------------------------------------------------------
10522 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
10523
10524 - Added info method to media verifier base and more debug info
10525 - rev 2970
10526
10527 -------------------------------------------------------------------
10528 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
10529
10530 - Dont deny the "/" attach point in MediaDIR, since this is used
10531   for all "file:" urls, esp. local packages.
10532 - rev 2962
10533
10534 -------------------------------------------------------------------
10535 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
10536
10537 - Bug 159673 - only one conflict solvable per page
10538
10539 -------------------------------------------------------------------
10540 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
10541
10542 - parse all dependencies of 'packages' file (#163773)
10543 - rev 2957
10544
10545 -------------------------------------------------------------------
10546 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
10547
10548 - Use the original media descr_dir on refresh for
10549   suse tags source (#163196)
10550 - r2952
10551
10552 -------------------------------------------------------------------
10553 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
10554
10555 - add Source::setUrl() for zmd backend helper.
10556 - rev 2946
10557
10558 -------------------------------------------------------------------
10559 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
10560
10561 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
10562 target init. (dmacvicar)
10563 - r2949
10564
10565 -------------------------------------------------------------------
10566 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
10567
10568 - Fixed MediaDISK to use a mount -oro,bind id the disk
10569   partition is already attached e.g. by the automounter.
10570   Try to mount it a second time may fail (#163486).
10571 - rev 2944
10572
10573 -------------------------------------------------------------------
10574 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
10575
10576 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
10577 - rev 2940
10578
10579 -------------------------------------------------------------------
10580 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
10581
10582 - only try to create a source of a given type when restoring
10583   from the persistent store (#162111)
10584
10585 -------------------------------------------------------------------
10586 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
10587
10588 - parse all dependencies for patterns (.pat) files (#160602)
10589 - drop YOUPATH and YOUURL from content file.
10590 - rev 2924
10591
10592 -------------------------------------------------------------------
10593 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
10594
10595 - properly initialize autorefresh for non-remote sources (#154990)
10596 - rev 2919
10597
10598 -------------------------------------------------------------------
10599 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
10600
10601 - Added flag to MediaManager::isUseableAttachPoint, whether
10602   to check against system mount entries or not.
10603 - Disallow to use the attachpoints of another media handlers
10604   as source path in MediaDIR.
10605 - rev 2917
10606
10607 -------------------------------------------------------------------
10608 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
10609
10610 -implement callbacks for when package verification (checksum)
10611  fails, offer to retry or abort
10612
10613 -------------------------------------------------------------------
10614 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
10615
10616 - Fix construction of checksum objects when using non-standard
10617   checksum algorithms
10618 - Fix broken YUM cache
10619 - r2913
10620
10621 -------------------------------------------------------------------
10622 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
10623
10624 - Keep packages with no version upgrade installed during
10625   distribution upgrade (#162972)
10626 - add 'transactReset()' helper function for UI.
10627 - rev 2908
10628
10629 -------------------------------------------------------------------
10630 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
10631
10632 - r2906
10633
10634 -------------------------------------------------------------------
10635 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
10636
10637 - Fixed candidate handling in ui::Selectable. (#156589)
10638
10639 -------------------------------------------------------------------
10640 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
10641
10642 - fix #162984 , gpg hangs because the matching data file
10643   for the key cannot be find. (dmacvicar)
10644 - Fix restore of YUM source using the same cache dir semantics as
10645  susetags instead of assuming there is a cache if a cache_dir
10646   was given. (dmacvicar)
10647
10648 -------------------------------------------------------------------
10649 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
10650
10651 - use DISTPRODUCT/DISTVERSION from content file to generate the
10652   product name, version, and release.
10653 - rev 2902
10654
10655 -------------------------------------------------------------------
10656 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
10657
10658 - Removed broken forcing of absolute ftp paths added in rev2705 to
10659   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
10660 - rev 2900
10661
10662 -------------------------------------------------------------------
10663 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
10664
10665 - add Resolver::freshenPool() (#156980)
10666 - rev 2893
10667
10668 -------------------------------------------------------------------
10669 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
10670
10671 - skip incompatible archs in filelist parsing.
10672 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
10673   /lib64/, ...)
10674 - rev 2886
10675
10676 -------------------------------------------------------------------
10677 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
10678
10679 - skip incompatible archs in primary parsing.
10680 - rev 2883
10681
10682 -------------------------------------------------------------------
10683 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
10684
10685 - allow setting of source when parsing local .rpm (#147765)
10686 - rev 2880
10687
10688 -------------------------------------------------------------------
10689 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
10690
10691 - Do not update packages over other architectures
10692
10693 -------------------------------------------------------------------
10694 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
10695
10696 - Added zypp/ui/UserWantedPackages to support the UI's
10697   "automatic changes" dialog (bug #152700)
10698
10699 -------------------------------------------------------------------
10700 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
10701
10702 - use KeyRing class to validate repomd.xml (#160909)
10703
10704 -------------------------------------------------------------------
10705 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
10706
10707 - Product resolvables should be readable by normal users.
10708   (#162474) (dmacvicar)
10709 - implemented keyring and metadata signature verification
10710   in susetags source
10711 - dont delete the lock if we did not acquire it
10712 - r2847
10713
10714 -------------------------------------------------------------------
10715 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
10716
10717 - Added disabling of the automounter while MediaManager
10718   init and restoring of the old state on exit (#154326).
10719 - Implemented check if media (CD) is automounted or not
10720 - rev 2840
10721
10722 -------------------------------------------------------------------
10723 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
10724
10725 - Implemented several hal get/set/removeDeviceProperty wrappers
10726 - Improved HalException to allow to fetch HAL/DBUS error componets
10727 - rev 2830
10728
10729 -------------------------------------------------------------------
10730 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
10731
10732 - honor subscription status of catalogs (#162350)
10733 - rev 2827
10734
10735 -------------------------------------------------------------------
10736 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
10737
10738 - Enabled CD eject error reporting exceptions (#154326)
10739 - rev 2822
10740
10741 -------------------------------------------------------------------
10742 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
10743
10744 - support "dry run" (#159467)
10745 - implement "transactResKind" (#161400)
10746 - rev 2817
10747
10748 -------------------------------------------------------------------
10749 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
10750
10751 - add checksum for external patches (#159928)
10752
10753 -------------------------------------------------------------------
10754 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
10755
10756 - calculate product architecture (#158198)
10757
10758 -------------------------------------------------------------------
10759 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
10760
10761 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
10762   detection
10763
10764 -------------------------------------------------------------------
10765 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
10766
10767 - Auto protect installed packages from unknown vendor. (#157446)
10768
10769 -------------------------------------------------------------------
10770 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
10771
10772 - added support for external scripts to metadata (#159928) (jsrain)
10773 - fixed handling of Language resolvables (ma)
10774 - fix leak in rpmdb (dmacvicar)
10775 - added softlock for autoyast (#159466) (ma)
10776 - Fixed exceptions in doGetFileCopy() to show full url
10777   including the file instead of just the media base url. (mt)
10778 - Provide Language::summary (ma)
10779 - check patterns and selections file exist
10780   before veryfing them (#161300) (dmacvicar)
10781 - added YUM metadata checksum computation (jsrain)
10782 - added interface to patch of a message (jsrain)
10783 - r2734
10784
10785 -------------------------------------------------------------------
10786 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
10787
10788 - added support for external scripts to metadata (#159928)
10789 - r2709
10790
10791 -------------------------------------------------------------------
10792 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
10793
10794 - report separate exception when trying to start source cache again to
10795   suppress incorrect error message in XEN installation
10796 - r2682
10797
10798 -------------------------------------------------------------------
10799 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
10800
10801 - Implement inter process locking in zypp.
10802 - Added No medium found output
10803 - splitting modaliases in supplements TOO
10804 - parse also the available signing keys
10805
10806 -------------------------------------------------------------------
10807 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
10808
10809 - release all media when removing source (#159754) (visnov)
10810 - more testsuites (schubi)
10811 - updated translations (schubi)
10812 - added MediaNotEjectedException (mt)
10813 - rev 2652
10814
10815 -------------------------------------------------------------------
10816 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
10817
10818 - fix patches descriptions (dmacvicar)
10819 - fix source serialization (dmacvicar)
10820 - metadata for kernel test (schubi)
10821 - Arch tests updated (ma)
10822 - classify NULL Ptr as unique (ma)
10823 - Added host check, because file Url allows it now. (mt)
10824 - prepare modalias fix (#159766) (ma)
10825 - Provide iterator based access to SourceManager data. (ma)
10826 - Fixed "file:" Url scheme config to allow relative paths; (mt)
10827   RFC1738 says, it may contain a hostname as well...
10828 - revision 2633
10829
10830 -------------------------------------------------------------------
10831 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
10832
10833 - pkg-config support (mvidner)
10834 - close all medias when destructing MediaSet (jsrain)
10835 - rev 2622
10836
10837 -------------------------------------------------------------------
10838 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
10839
10840 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
10841 - Message callback implemented to show patch messages (visnov)
10842 - Bug 159696 (schubi)
10843 - provide transform_iterators to iterate over a maps keys or values (ma)
10844 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
10845 - added script and message installation (jsrain)
10846 - chooses the 'right' kernel now (kkaempf)
10847 - Use noarch if no arch is specified in patches (dmacvicar)
10848 - rev 2611
10849
10850 -------------------------------------------------------------------
10851 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
10852
10853 - Added some debug output including the access id (mt)
10854 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
10855   release with eject=true on attached media, to umount
10856   other mounts as well. (mt)
10857 - 159483 - solver does not blame missing dependency (schubi)
10858 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
10859 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
10860   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
10861 - fixed ZYPP_RETHROW (#156430) (ma)
10862 - patch for #156114 (visnov)
10863 - fixed container.erase loops (ma)
10864 - Fixed to reset desired (cached) flag before the action (mt)
10865 - Removed return in forceRelaseAllMedia (void function) (mt)
10866 - Parse nonexisting architecture to noarch so patches dont get
10867   filtered by the pool (dmacvicar)
10868 - 159512 - yast2-qt does not show label of to be installed products
10869   anymore (dmacvicar)
10870 - 159765 - Hidden patterns still visible (dmacvicar)
10871 - Use noarch if no arch is specified. (dmacvicar)
10872 - r2594
10873
10874 -------------------------------------------------------------------
10875 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
10876
10877 - properly report error for media change callback
10878 - rev 2579
10879
10880 -------------------------------------------------------------------
10881 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
10882
10883 - fixed memory leak in XMLNodeIterator (#157474)
10884 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
10885 - Renamed private MediaManager::forceMediaRelease
10886   function to forceReleaseShared (more exact name)
10887 - Implemented forceRelaseAllMedia() that can be
10888   used to release also foreign (user) mounts.
10889 - Added use of forceRelaseAllMedia for CD/DVDs
10890   if FORCE_RELEASE_FOREIGN is 1 (default 0)
10891 - little cleanup of the checkAttached function
10892 - r2578
10893
10894 -------------------------------------------------------------------
10895 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
10896
10897 - don't try to attach without exception handling (#158620)
10898 - fix descriptions, as a new tag Des for selections exists now.
10899 - fix #157683: failure after adding add-on product to install
10900   sources
10901 - added more files for translation
10902 - resolve-dependencies.cc: establish pool
10903 - parse-metadata.cc: catch bad URL
10904 - set zmdid for atoms
10905 - r2574
10906
10907 -------------------------------------------------------------------
10908 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
10909
10910 - fix testsuite.
10911 - provide edition and architecture for all kinds of yum
10912   resolvables.
10913 - fix ResStatus output.
10914 - establish atoms correctly.
10915 - treat requires to unneeded resolvables as fulfilled.
10916 - rev 2559
10917
10918 -------------------------------------------------------------------
10919 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
10920
10921 - fix the build
10922 - only consider best architecture/version (#157594)
10923 - prefer providers which supplement/enhance installed or
10924   to-be-installed packages (fixes the tpctl-kmp issue)
10925 - rev 2546
10926
10927 -------------------------------------------------------------------
10928 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
10929
10930 - provide more filters for pkg-bindings (#158602)
10931 - add SystemResObject to provide system (modalias, hal, ...)
10932   capabilities.
10933 - handle this during resolving.
10934 - make the modalias and hal capability match the SystemResObject
10935   by default, thereyby triggering a modalias (resp. hal)
10936   evaluation.
10937 - xmlstore: decouple target store from YUM schema.
10938 - clean up moving of hal() and modalias() from provides to
10939   supplements in ResolvableImpl.
10940 - add PatchContents() for UI.
10941 - handle Edition::noedition as empty string.
10942 - r2537
10943
10944 -------------------------------------------------------------------
10945 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
10946
10947 - releasing all medias when asking for CD (#156981)
10948 - r2471
10949
10950 -------------------------------------------------------------------
10951 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
10952
10953 - ResStatus::resetTransact must return a value.
10954 - Fixed random build failures in LanguageCode.cc.
10955   (Rewrote the CodeMaps constructor so that gcc does not
10956   optimize a 500-statement basic block.)
10957 - Fix constructions of patch objects. Actually insert atoms in atoms
10958   list. Insert atoms for package even if the package does not exists
10959   in the source. Fixes #157628 (dmacvicar).
10960 - Fixed license reading from susetags, #151834 (dmacvicar).
10961 - r2468
10962
10963 -------------------------------------------------------------------
10964 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
10965
10966 - added ResStatus::resetTransact (ma)
10967 - bugfix for #156439 (schubi)
10968 - Added Source_Ref::setAlias (#154913).
10969 - Do not assume there is a product file when scanning for products
10970   (visnov)
10971 - function to disable all sources in the persistent store (visnov)
10972 - dependency errors go to stdout, not stderr; output resolver info
10973   directly to stderr (kkaempf)
10974 - rev 2464
10975
10976 -------------------------------------------------------------------
10977 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
10978
10979 - fix merging of resolver info (needed for #157684).
10980 - errors are also important in ResolverInfo.
10981 - improve debug output in ResolverContext.
10982 - rev 2455
10983
10984 -------------------------------------------------------------------
10985 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
10986
10987 - delete RPMs downloaded via HTTP/FTP after installnig them
10988   (#157011)
10989 - fixed product registration (reverted autorefresh patch) (#157566)
10990
10991 -------------------------------------------------------------------
10992 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
10993
10994 - if root!="/", always prefer the upgrade candidate (#155472)
10995 - implement license confirmed api for UI.
10996 - prefer architecture over version in distribution upgrade
10997   (#157501)
10998 - clean up media handling.
10999 - rev 2448
11000
11001 -------------------------------------------------------------------
11002 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
11003
11004 - init Modalias properly.
11005 - fix warnings in testcases.
11006 - rev 2432
11007
11008 -------------------------------------------------------------------
11009 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
11010
11011 - drop libjpeg-devel and sqlite-devel from build requires.
11012
11013 -------------------------------------------------------------------
11014 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
11015
11016 - implement 'modalias()' capability (#157406)
11017 - make dependencies consistent, its 'freshens'.
11018 - cope with user umounts of devices.
11019 - add debug to SourceManager.
11020 - rev 2418
11021
11022 -------------------------------------------------------------------
11023 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
11024
11025 - allow version downgrade during distribution upgrade if the
11026   newer package is coming from a trusted vendor (#155472)
11027 - implement locale fallback
11028 - 'freshen' -> 'freshens' in schema definitions to make it
11029   consistent with all other dependency definitions.
11030 - better error reporting for .pat and .sel files.
11031 - rule out packages from dependency resolutions which are
11032   de-selected by user (#155368)
11033 - use locale fallbacks in package translations.
11034 - refresh source when re-enabling it.
11035 - rev 2406
11036
11037 -------------------------------------------------------------------
11038 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
11039
11040 - split of libzypp-zmd-backend subpackage as a stand-alone
11041   leaf package.
11042 - encapsulate bool test for Source_Ref better.
11043 - fixed stack overflow (ma).
11044 - make testsuite build again.
11045 - rev 2346
11046
11047 -------------------------------------------------------------------
11048 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
11049
11050 - fixed URL rewriting for CD2 and following (#154762)
11051 - fixed ResPoolProxy diffState (for proper ok/cancel support
11052   in UI)
11053 - added special exception class for aborting installation
11054   (#154936)
11055 - only auto-change directories if they end in CDn or DVDn.
11056 - rev 2320.
11057
11058 -------------------------------------------------------------------
11059 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
11060
11061 - silently ignore multiple installs of the same package.
11062 - fix disk usage for installs and uninstalls.
11063 - rev 2308
11064
11065 -------------------------------------------------------------------
11066 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
11067
11068 - zmd-backend: filter out incompatible architectures from
11069   repository.
11070 - rev 2298
11071
11072 -------------------------------------------------------------------
11073 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
11074
11075 - sync libzypp media data with mtab.
11076 - improve resolver error and solution reports.
11077 - fix source cache reading (#155459).
11078 - default cached sources to enabled (#155459).
11079 - let each source provide public keys.
11080 - rev 2297
11081
11082 -------------------------------------------------------------------
11083 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
11084
11085 - only write by-sovler transactions back (#154976)
11086 - rev 2278
11087
11088 -------------------------------------------------------------------
11089 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
11090
11091 - release last used source at end of commit (#155002)
11092 - rev 2277
11093
11094 -------------------------------------------------------------------
11095 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
11096
11097 - cope with NULL values in zmd catalogs table (#153584)
11098 - set YAST_IS_RUNNING in transact zmd helper (#154820)
11099 - run SuSEconfig after transact zmd helper (#154820)
11100 - add softTransact to honor user vs. soft requirements (#154650)
11101 - honor all build keys provided by a package source.
11102 - add source metadata refresh.
11103 - add progress callbacks to zmd helpers.
11104 - rev 2276
11105
11106 -------------------------------------------------------------------
11107 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
11108
11109 - include .diffs into main source.
11110 - catch exception when ejecting media which was unmounted externally
11111   (#154697).
11112 - init source in zmd-backend correctly (#154667)
11113 - implement disk usage info for YaST.
11114 - clean up XML schema files.
11115 - catch CPUs identifying as 'i686' but being 'i586'.
11116 - allow definition of preferred attach (mount) point for media.
11117 - make resolver results more readable.
11118 - use language fallbacks if none of multiple language providers
11119   matches.
11120 - get rid of ignoring wrong arch in resolver, having the wrong
11121   architecture is prevented by other means.
11122 - prepare for translations in exceptions.
11123 - fix 'abort does not abort'
11124 - implement 'flag' I/O in target cache backend.
11125 - skip incompatibles architectures in packages.<lang>
11126 - rev 2228
11127
11128 -------------------------------------------------------------------
11129 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
11130
11131 - dont even provide src/nosrc from the source.
11132 - rev 2169 + diffs
11133
11134 -------------------------------------------------------------------
11135 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
11136
11137 - Initialize commit result (#154409)
11138 - release media if its wrong (#154326)
11139 - dont copy src/nosrc packages to the pool (#154627)
11140 - reduce XML logging.
11141 - rev 2169 + diffs
11142
11143 -------------------------------------------------------------------
11144 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
11145
11146 - fix path of .po files (#154074).
11147 - parse the correct package.<lang> file (kinda #154074).
11148 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
11149 - reattach all released medias.
11150 - raise exception instead of abort() on XML errors (#154104).
11151 - update translations.
11152 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
11153   and is_empty_dir utility function
11154 - rev 2169
11155
11156 -------------------------------------------------------------------
11157 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
11158
11159 - check freshens and supplements for packages (#154074).
11160 - only complain about incomplete installed resolvables,
11161   if they are uninstalled, schedule them for installation.
11162   (#154074)
11163 - add testcases for locale() provides.
11164 - add lang_country -> lang fallback.
11165 - have locale(parent:...) deps match any provides of 'parent'
11166   also when uninstalling a package.
11167 - rev 2148
11168
11169 -------------------------------------------------------------------
11170 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
11171
11172 - change the locale(...) separator to ";" (#153791)
11173 - complete "find-files" of zmd-backend.
11174 - rev 2140
11175
11176 -------------------------------------------------------------------
11177 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
11178
11179 - avoid attaching media when initializing source
11180 - rev 2139
11181
11182 -------------------------------------------------------------------
11183 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
11184
11185 - warn about misspelled 'locale(...)' provides
11186 - add testcases
11187 - rev 2134
11188
11189 -------------------------------------------------------------------
11190 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
11191
11192 - fix the build
11193 - rev 2129
11194
11195 -------------------------------------------------------------------
11196 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
11197
11198 - provide available locales to application (#153583)
11199 - honor 'requestedLocales' (language dependant packages)
11200 - honor release requests for all holders of a device.
11201 - silently re-attach after a forced release.
11202 - solver improvements.
11203 - handle source caches.
11204 - proper logging in zmd backend helpers.
11205 - rev 2127
11206
11207 -------------------------------------------------------------------
11208 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
11209
11210 - upgrade always to best version and arch (#153577)
11211 - reset 'transact' state for obsoleted packages (#153578)
11212 - translation updates
11213 - rev 2113
11214
11215 -------------------------------------------------------------------
11216 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
11217
11218 - add support for 'local' .rpm packages to zmd-backend.
11219 - rev 2101
11220
11221 -------------------------------------------------------------------
11222 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
11223
11224 - fix build of zmd/backend.
11225 - actually fill 'files' table in package-files.
11226 - rev 2094
11227
11228 -------------------------------------------------------------------
11229 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
11230
11231 - improve testcases.
11232 - add 'setPossibleLocales()' to ZYpp, this defines the set
11233   of possible locales to choose from (#153583)
11234 - provide LanguageImpl and create 'Language' resolvables for
11235   each 'possible' locale.
11236 - fix YUM parsing of patches, insert 'atoms' to link patches
11237   with packages.
11238 - replace gzstream/ with own, existing implementation.
11239 - honor locks in solver (#150231)
11240 - sync pool with target after commit() properly (#150565, #153066)
11241 - new zmd helper 'package-files'
11242 - rev 2093
11243
11244 -------------------------------------------------------------------
11245 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
11246
11247 - prevent multiple initializations of the target (#153124)
11248 - implement 'loopback mounted ISO images'
11249 - retain old package sources on upgrade.
11250 - support compressed .xml files in 'repodata' type repositories.
11251 - rev 2025
11252
11253 -------------------------------------------------------------------
11254 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
11255
11256 - parse locale(...) provides and construct correct dependencies.
11257
11258 -------------------------------------------------------------------
11259 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
11260
11261 - always upgrade to candidate (#152760).
11262 - fix typo in package sorting.
11263 - prepare handling of locale provides.
11264 - rev 1995
11265
11266 -------------------------------------------------------------------
11267 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
11268
11269 - sort src/nosrc package to right list during commit.
11270 - revert installtime/buildtime in susetags parser (#152760)
11271 - rev 1990
11272
11273 -------------------------------------------------------------------
11274 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
11275
11276 - reset state after successful commit (#153030)
11277 - run "rpm -e" always with "--nodeps" (#153026)
11278 - provide separate resolvable kind for src packages.
11279 - extend status field for LOCK and LICENSE.
11280 - add sameState()/diffState() for UI.
11281 - provide 'best' candidate for UI.
11282 - set 60 sec timeout for curl access.
11283 - don't cross-compare solver results, takes too much time.
11284 - provide sizes of installed packages.
11285 - extend REQUIRES semantics in content file.
11286 - add "parse-metadata" helper to zmd-backend.
11287 - rev 1987
11288
11289 -------------------------------------------------------------------
11290 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
11291
11292 - provide complete disk usage data (#152761)
11293 - include upgrade flag when copying solver solution
11294   back to pool (#152717)
11295 - rev 1959
11296
11297 -------------------------------------------------------------------
11298 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
11299
11300 - don't insert incompatible architectures to the pool (#151933)
11301 - don't accept incompatible architectures from a repository
11302   (#151933)
11303 - separate rpm log (#151431).
11304 - allow extended product requires.
11305 - rev 1954
11306
11307 -------------------------------------------------------------------
11308 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
11309
11310 - provide the XML schema files in the main package. (#152593)
11311
11312 -------------------------------------------------------------------
11313 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
11314
11315 - provide arch compat handling.
11316 - implement data upload to zmd.
11317 - fix source metadata caching on target.
11318 - add 'supplements' dependencies to 'yum' parser.
11319 - provide user agent identification to curl calls.
11320 - move resolver branches (multiple alternatives) back in queue
11321   (resolve known things first, then the unknown ones).
11322 - clean up 'packages' parser.
11323 - rev 1947
11324
11325 -------------------------------------------------------------------
11326 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
11327
11328 - improve media mount/umount interface
11329 - prepare class ArchCompat for proper architecture ordering
11330   and compatibility handling.
11331 - add returns to dummy functions in DbAccess.
11332 - rev 1913
11333
11334 -------------------------------------------------------------------
11335 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
11336
11337 - don't explictly delete to-be-upgraded packages.
11338 - finish query-system, resolve-dependencies, and transact for
11339   libzypp-zmd-backend.
11340 - provide Pattern::category.
11341 - move system architecture to toplevel.
11342 - make target store pathname settable.
11343 - speed up rpmdb reading by properly filtering unwanted file
11344   provides.
11345 - rev 1905
11346
11347 -------------------------------------------------------------------
11348 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
11349
11350 - new translations.
11351 - proofread texts.
11352 - when comparing solutions, prefer higher versions.
11353 - provide generic 'SafeBool' for bool conversions.
11354 - add PtrTypes testsuites.
11355 - rev 1876
11356
11357 -------------------------------------------------------------------
11358 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
11359
11360 - integrate all diffs
11361 - move Target::commit to toplevel API
11362 - generalize dependency iterators and hash dependency
11363   information in pool (for speedup)
11364 - add 'supplements' as dependency
11365 - make more pattern attributes available
11366 - drop "smbfs" in favour of "cifs" (#151476)
11367 - add metadata cache to sources (Beta4 bug)
11368 - run "rpm -e"  with name-version-release
11369 - fix update conflicts
11370 - rev 1864
11371
11372 -------------------------------------------------------------------
11373 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
11374
11375 - fix-mediachange.diff: dont skip CD but retry after media change
11376 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
11377   'eject' button
11378 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
11379   so media handle gets actually released and media unmounted.
11380
11381 -------------------------------------------------------------------
11382 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
11383
11384 - implement arch scoring
11385 - prefer better arch (#151427)
11386 - transitive depedencies of weak requirements are non-weak
11387   (#151446)
11388 - rev 1778 + diff
11389
11390 -------------------------------------------------------------------
11391 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
11392
11393 - ignore self and to-be-updated conflicts (#150844)
11394 - fix enable of target store (for non-packages)
11395 - rev 1778
11396
11397 -------------------------------------------------------------------
11398 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
11399
11400 - fix "cd:" url (#151121)
11401 - provide location() in public Package api
11402 - allow running distribution upgrade in testmode
11403 - extend HAL interface
11404 - rev 1762
11405
11406 -------------------------------------------------------------------
11407 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
11408
11409 - pass normal and locale packages from selections correctly.
11410 - its "baseconf" for base selections.
11411 - Make 'ZYpp' an obvious singleton.
11412 - provide releasenotesUrl.
11413 - dont continue upgrade without target.
11414 - implement 'fake' hal for testing.
11415 - fix package sizes.
11416 - more solver testcases.
11417 - rev 1754
11418
11419 -------------------------------------------------------------------
11420 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
11421
11422 - extend requires of libzypp-devel
11423 - provide package sizes for UI
11424 - provide more UI helpers
11425 - implement Product and related functions
11426 - fix split provides in distribution upgrade
11427 - provide locale information to system
11428 - ask HAL for available devices
11429 - reduce debug information in solver
11430 - filter architectures in source, not in solver
11431 - rev 1743
11432
11433 -------------------------------------------------------------------
11434 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
11435
11436 - disable another testsuite for now
11437 - fetch the default locale from environment
11438 - support user-defined formatting of log
11439 - rev 1710
11440
11441 -------------------------------------------------------------------
11442 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
11443
11444 - providing basic product information from susetags source
11445 - public API for preferred language
11446 - implemented redirect of logging (#149001)
11447 - report start/finish of source data parsing (#150211)
11448 - store/restore source aliases properly (#150256)
11449 - disable a lot of debug logging to speed up solver
11450 - properly rewrite URL for CDn directory layouts (#149870)
11451 - rev 1706
11452
11453 -------------------------------------------------------------------
11454 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
11455
11456 - add save/restore state to facilitate UI 'cancel'
11457 - enable target/store
11458 - add 'forceResolve' call and flag to resolver to switch between
11459   task-oriented ZMD and interactive YaST behaviour.
11460 - Fix resolver problem solution texts.
11461 - improve solver problem solution offerings.
11462 - fix media access handling to better support multiple
11463   requestors to single media.
11464 - move the media number checking to the source (media requestor)
11465   which knows how to verify the correct media.
11466 - Fix CD ordering (#149871), adding testcases.
11467 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
11468 - Add selections to testcases.
11469 - rev 1673
11470
11471 -------------------------------------------------------------------
11472 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
11473
11474 - Fix missing return in Source.cc:124
11475
11476 -------------------------------------------------------------------
11477 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
11478
11479 - cope with empty arch field in selections
11480 - enable dummy "enableStorage" function
11481 - rev 1610-branch
11482
11483 -------------------------------------------------------------------
11484 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
11485
11486 - fix random data return in Source.cc
11487 - rev 1610
11488
11489 -------------------------------------------------------------------
11490 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
11491
11492 - adapt zmd-backend to SourceImpl API change
11493 - rev 1608
11494
11495 -------------------------------------------------------------------
11496 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
11497
11498 - fix the packages parser bug. Now all packages are parsed
11499   including (english) translations.
11500   source/susetags is back to svn head.
11501 - rev 1600
11502
11503 -------------------------------------------------------------------
11504 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
11505
11506 - fix off-by-one bug in bitfield handling
11507 - revert source/susetags to rev 1411
11508 - rev 1586
11509
11510 -------------------------------------------------------------------
11511 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
11512
11513 - dont prereq-sort non-packages
11514 - rev 1584
11515
11516 -------------------------------------------------------------------
11517 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
11518
11519 - rev 1582
11520
11521 -------------------------------------------------------------------
11522 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
11523
11524 - update to rev 1543
11525
11526 -------------------------------------------------------------------
11527 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
11528
11529 - require hal-devel in libzypp-devel
11530 - re-merge fixes (RPM_OPT_FLAGS)
11531
11532 -------------------------------------------------------------------
11533 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
11534
11535 - make solver behaviour a bit more interactive
11536 - rev 1537
11537
11538 -------------------------------------------------------------------
11539 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
11540
11541 - Fix syntax error in configure script.
11542 - Use RPM_OPT_FLAGS.
11543
11544 -------------------------------------------------------------------
11545 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
11546
11547 - update for qt ui integration
11548 - rev 1504
11549
11550 -------------------------------------------------------------------
11551 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
11552
11553 - split off libzypp-zmd-backend
11554 - rev 1466
11555
11556 -------------------------------------------------------------------
11557 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
11558
11559 - another update to svn
11560
11561 -------------------------------------------------------------------
11562 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
11563
11564 - finish rpm callbacks
11565 - finish UI API
11566 - fix state change resolver<->pool
11567 - zmd backend stuff
11568 - speed up tag file parsing
11569 - rev 1405
11570
11571 -------------------------------------------------------------------
11572 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
11573
11574 - disabling failing tests of s390 and ppc
11575
11576 -------------------------------------------------------------------
11577 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
11578
11579 - Snapshoot rev 1367
11580
11581 -------------------------------------------------------------------
11582 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
11583
11584 - use hashes for pool
11585 - rev 1343
11586
11587 -------------------------------------------------------------------
11588 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
11589
11590 - removed Obsoletes:    yast2-packagemanager
11591
11592 -------------------------------------------------------------------
11593 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
11594
11595 - Snapshoot 3 Feb 2005 (11:30)
11596
11597 -------------------------------------------------------------------
11598 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
11599
11600 - Snapshoot 2 Feb 2005 (14:00)
11601
11602 -------------------------------------------------------------------
11603 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
11604
11605 - Snapshoot 2 Feb 2005 ( integrating YaST )
11606
11607 -------------------------------------------------------------------
11608 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
11609
11610 - converted neededforbuild to BuildRequires
11611
11612 -------------------------------------------------------------------
11613 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
11614
11615 - Initial version
11616