Imported Upstream version 14.42.0
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Tue Sep 29 18:40:05 CEST 2015 - ma@suse.de
3
4 - ZYppCommitResult: add attemptToModify to indicate an attempt to
5   actually install/remove was made (bsc#946750, FATE#319467)
6 - version 14.42.0 (39)
7
8 -------------------------------------------------------------------
9 Fri Sep 25 10:54:20 CEST 2015 - ma@suse.de
10
11 - Avoid URL rewrite if probing local cache directories (bsc#946129)
12 - version 14.41.1 (39)
13
14 -------------------------------------------------------------------
15 Mon Sep  7 09:41:44 CEST 2015 - ma@suse.de
16
17 - Don't cache repo releasever (bnc#943563)
18 - version 14.41.0 (39)
19
20 -------------------------------------------------------------------
21 Thu Sep  3 01:14:27 CEST 2015 - ma@suse.de
22
23 - Update zypp-po.tar.bz2
24
25 -------------------------------------------------------------------
26 Thu Aug 27 01:14:57 CEST 2015 - ma@suse.de
27
28 - Update sle-zypp-po.tar.bz2
29
30 -------------------------------------------------------------------
31 Thu Aug 13 01:14:45 CEST 2015 - ma@suse.de
32
33 - Update zypp-po.tar.bz2
34
35 -------------------------------------------------------------------
36 Wed Aug 12 18:09:22 CEST 2015 - ma@suse.de
37
38 - Fix setting dup_allow* solver options (bnc#941463)
39 - version 14.40.2 (39)
40
41 -------------------------------------------------------------------
42 Wed Aug 12 15:49:49 CEST 2015 - ma@suse.de
43
44 - Don't make zypper encode {} around repo vars (bnc#941453)
45 - Support for MIPS architectures
46 - version 14.40.1 (39)
47
48 -------------------------------------------------------------------
49 Sun Aug  2 01:14:24 CEST 2015 - ma@suse.de
50
51 - Update zypp-po.tar.bz2
52
53 -------------------------------------------------------------------
54 Mon Jul 27 09:54:15 CEST 2015 - ma@suse.de
55
56 - Update zypp-po.tar.bz2
57
58 -------------------------------------------------------------------
59 Fri Jul  3 15:24:15 CEST 2015 - ma@suse.de
60
61 - Resolver allow tuning DUP mode solver flags (FATE#319128)
62 - version 14.40.0 (39)
63
64 -------------------------------------------------------------------
65 Fri Jun 12 12:40:36 CEST 2015 - ma@suse.de
66
67 - zypp.conf: Add config values for gpgcheck, repo_gpgcheck
68   and pkg_gpgcheck. The default behavior 'gpgcheck=On' will
69   automatically turn on the gpg signature check for packages
70   downloaded from repository with unsigned metadata. If the
71   repo metadata are signed, a faster comparison via checksums
72   is done. By explicitly setting repo_gpgcheck or pkg_gpgcheck
73   you can enforce the signature check of repository metadata
74   or downloaded packages to be always performed. Those defaults
75   can be overwritten per repository. (FATE#314603)
76 - Downloader: Accept unsigned repository if pkgGpgCheck is ON.
77 - version 14.39.0 (39)
78
79 -------------------------------------------------------------------
80 Tue Jun  2 16:56:13 CEST 2015 - ma@suse.de
81
82 - Fix SSL client certificate authentication via URL option
83   ssl_clientcert/ssl_clientkey (bnc#932393)
84 - version 14.38.6 (30)
85
86 -------------------------------------------------------------------
87 Mon Jun  1 16:14:04 CEST 2015 - ma@suse.de
88
89 - FindFileConflicts: avoid nested exception on user abort (bnc#931601)
90 - version 14.38.5 (30)
91
92 -------------------------------------------------------------------
93 Wed May  6 14:26:54 CEST 2015 - ma@suse.de
94
95 - Fix repo alias containing ']' not handled correctly (bnc#929528)
96 - version 14.38.4 (30)
97
98 -------------------------------------------------------------------
99 Tue May  5 14:33:23 CEST 2015 - ma@suse.de
100
101 - Fix SEGV when dumping rpm header with epoch (bnc#929483)
102 - version 14.38.3 (30)
103
104 -------------------------------------------------------------------
105 Thu Apr  2 19:21:07 CEST 2015 - ma@suse.de
106
107 - POODLE: libzypp should only talk TLS (bnc#903405)
108 - version 14.38.2 (30)
109
110 -------------------------------------------------------------------
111 Thu Mar 19 16:44:39 CET 2015 - ma@suse.de
112
113 - Suppress MediaChangeReport while testing multiple baseurls (bnc#899510)
114 - version 14.38.0 (30)
115
116 -------------------------------------------------------------------
117 Mon Mar 16 14:05:28 CET 2015 - ma@suse.de
118
119 - add support for SHA224/384/512
120 - version 14.37.1 (30)
121
122 -------------------------------------------------------------------
123 Wed Mar 11 09:22:46 CET 2015 - ma@suse.de
124
125 - New RepoVarExpand: Functor expanding repo variables in a
126   string . Supports bash style default ${v:-w}' and alternate ${v:+w}
127   values (FATE#318354)
128 - Easy.h: Use __typeof__ rather than typeof in header
129 - Support repo variable replacement in service url
130 - Support repo variable replacement in gpg url
131 - Gettext.h: Fallback to ::gettext if accidentally included
132   outside libzypp
133 - version 14.37.0 (30)
134
135 -------------------------------------------------------------------
136 Sun Feb 22 01:13:12 CET 2015 - ma@suse.de
137
138 - Update zypp-po.tar.bz2
139
140 -------------------------------------------------------------------
141 Thu Feb 19 01:13:13 CET 2015 - ma@suse.de
142
143 - Update zypp-po.tar.bz2
144
145 -------------------------------------------------------------------
146 Sun Feb 15 01:13:28 CET 2015 - ma@suse.de
147
148 - Update zypp-po.tar.bz2
149
150 -------------------------------------------------------------------
151 Thu Feb 12 01:13:34 CET 2015 - ma@suse.de
152
153 - Update zypp-po.tar.bz2
154
155 -------------------------------------------------------------------
156 Mon Feb  9 16:05:38 CET 2015 - ma@suse.de
157
158 - Don't execute scripts in /tmp or /var/tmp, as they could be
159   mounted noexec for security reasons (bnc#915928)
160 - zypp/PublicKey.cc: Use GPG_BINARY from KeyRing
161 - Support $releasever_major/$releasever_minor repo variables
162   (FATE#318354)
163 - version 14.36.0 (30)
164
165 -------------------------------------------------------------------
166 Sun Feb  8 01:13:14 CET 2015 - ma@suse.de
167
168 - Update zypp-po.tar.bz2
169
170 -------------------------------------------------------------------
171 Thu Feb  5 01:13:27 CET 2015 - ma@suse.de
172
173 - Update zypp-po.tar.bz2
174
175 -------------------------------------------------------------------
176 Sun Feb  1 01:13:10 CET 2015 - ma@suse.de
177
178 - Update zypp-po.tar.bz2
179
180 -------------------------------------------------------------------
181 Thu Jan 29 01:13:12 CET 2015 - ma@suse.de
182
183 - Update zypp-po.tar.bz2
184
185 -------------------------------------------------------------------
186 Thu Jan 22 01:13:36 CET 2015 - ma@suse.de
187
188 - Update zypp-po.tar.bz2
189
190 -------------------------------------------------------------------
191 Wed Jan 21 10:28:49 CET 2015 - ma@suse.de
192
193 - PathInfo: Deprecate major/minor in favor of new devMajor/devMinor.
194   The old names clash with GNU libc macros.
195 - version 14.35.0 (30)
196
197 -------------------------------------------------------------------
198 Sun Jan 18 01:13:09 CET 2015 - ma@suse.de
199
200 - Update zypp-po.tar.bz2
201
202 -------------------------------------------------------------------
203 Thu Jan 15 01:13:12 CET 2015 - ma@suse.de
204
205 - Update zypp-po.tar.bz2
206
207 -------------------------------------------------------------------
208 Mon Jan 12 15:04:17 CET 2015 - ma@suse.de
209
210 - Properly propagate repo variables in service refresh.
211 - Let $ZYPP_REPO_RELEASEVER overwrite $releasever in .repo files
212   (bnc#911658)
213 - Call pool_set_rootdir to properly check for file conflicts.
214 - Use xgettext --boost to support boost-format (%N%)
215 - version 14.34.0 (30)
216
217 -------------------------------------------------------------------
218 Sun Jan 11 01:13:15 CET 2015 - ma@suse.de
219
220 - Update zypp-po.tar.bz2
221
222 -------------------------------------------------------------------
223 Thu Jan  8 01:13:23 CET 2015 - ma@suse.de
224
225 - Update zypp-po.tar.bz2
226
227 -------------------------------------------------------------------
228 Thu Jan  1 01:13:29 CET 2015 - ma@suse.de
229
230 - Update zypp-po.tar.bz2
231
232 -------------------------------------------------------------------
233 Sun Dec 21 01:13:33 CET 2014 - ma@suse.de
234
235 - Update zypp-po.tar.bz2
236
237 -------------------------------------------------------------------
238 Fri Dec 19 10:05:00 CET 2014 - ma@suse.de
239
240 - Parse and offer productRegisterFlavor attribute (bnc#896224)
241 - version 14.33.0 (30)
242
243 -------------------------------------------------------------------
244 Thu Dec 18 01:13:20 CET 2014 - ma@suse.de
245
246 - Update zypp-po.tar.bz2
247
248 -------------------------------------------------------------------
249 Wed Dec 17 18:44:26 CET 2014 - ma@suse.de
250
251 - Improve conflict message for locked packages (bnc#828631)
252 - Fix broken de-escaping in str::splitEscaped (bnc#909772)
253 - cleanup loging
254 - version 14.32.2 (30)
255
256 -------------------------------------------------------------------
257 Fri Dec 12 14:00:01 CET 2014 - ma@suse.de
258
259 - CheckAccessDeleted: Filter PIDs running in a container (bnc#909143)
260 - version 14.32.1 (30)
261
262 -------------------------------------------------------------------
263 Wed Dec 10 16:06:04 CET 2014 - ma@suse.de
264
265 - suppress informal license (no need to accept) upon update (bnc#908976)
266 - version 14.32.0 (30)
267
268 -------------------------------------------------------------------
269 Mon Dec  8 14:53:00 CET 2014 - ma@suse.de
270
271 - Adapt to gpg-2.1 (bnc#908135)
272 - rpm: do not obsolete yast2-packagemanager-devel by libzypp-devel-doc
273 - replaceAll: fix endless loop on empty search string
274 - version 14.31.0 (30)
275
276 -------------------------------------------------------------------
277 Thu Nov 27 07:40:30 UTC 2014 - dimstar@opensuse.org
278
279 - Do not provide/obsolete yast2-packagemanager-devel by the -doc
280   package: the -devel package already does that.
281 - Minor .spec cleanup (remove Authors section).
282
283 -------------------------------------------------------------------
284 Tue Nov 11 17:09:28 CET 2014 - ma@suse.de
285
286 - Call rpm with '--noglob' (bnc#892431)
287 - Downloader: unify workflow downloading a (signed) master index file
288 - Fix iostream includes (fixes #34)
289 - Explicitly call libsolv:pool_setdisttype (fixes #36)
290 - version 14.30.2 (30)
291
292 -------------------------------------------------------------------
293 Sun Nov  9 01:13:17 CET 2014 - ma@suse.de
294
295 - Update zypp-po.tar.bz2
296
297 -------------------------------------------------------------------
298 Sun Nov  2 01:14:10 CET 2014 - ma@suse.de
299
300 - Update zypp-po.tar.bz2
301
302 -------------------------------------------------------------------
303 Mon Oct 27 11:38:00 CET 2014 - ma@suse.de
304
305 - doc: add hint to code 12 pattern packages
306 - MediaCurl: Fix URL path concatenation (bnc#901590)
307 - Move doxygen html doc to libzypp-devel-doc (bnc#901691)
308 - Remove non-breaking spaces from changes file
309 - Control lifetime of downloaded mirrorlist
310 - version 14.30.1 (30)
311
312 -------------------------------------------------------------------
313 Thu Oct 16 11:03:11 CEST 2014 - ma@suse.de
314
315 - Update zypp-po.tar.bz2
316
317 -------------------------------------------------------------------
318 Wed Oct 15 15:07:09 CEST 2014 - ma@suse.de
319
320 - Store baseurls in list as order expresses preference
321 - Support parsing multiple baseurls from a repo file (bnc#899510)
322 - Fix handling local mirrorlist= files in .repo (bnc#899510)
323 - Provide missing man pages (fixes #33)
324 - Enable building autodocs, translations and test per default on debian
325 - Fix several typos in output messages and comments (fixes #29)
326 - Make the include dir path configurable (fixes #27)
327 - version 14.30.0 (30)
328
329 -------------------------------------------------------------------
330 Fri Oct 10 16:01:31 CEST 2014 - ma@suse.de
331
332 - Update zypp-po.tar.bz2 (bnc#899603)
333
334 -------------------------------------------------------------------
335 Thu Oct  9 01:13:15 CEST 2014 - ma@suse.de
336
337 - Update zypp-po.tar.bz2
338
339 -------------------------------------------------------------------
340 Sun Oct  5 01:14:42 CEST 2014 - ma@suse.de
341
342 - Update zypp-po.tar.bz2
343
344 -------------------------------------------------------------------
345 Sun Sep 28 01:13:30 CEST 2014 - ma@suse.de
346
347 - Update zypp-po.tar.bz2
348
349 -------------------------------------------------------------------
350 Thu Sep 25 17:59:06 CEST 2014 - ma@suse.de
351
352 - Trigger appdata plugin when system repos have changed (bnc#866257)
353 - Protect against race when destructing globals
354 - BuildRequire libsolv-tools as libsolv-devel no longer does
355 - version 14.29.4 (29)
356
357 -------------------------------------------------------------------
358 Thu Sep 25 01:15:42 CEST 2014 - ma@suse.de
359
360 - Update zypp-po.tar.bz2
361
362 -------------------------------------------------------------------
363 Tue Sep 23 17:07:45 CEST 2014 - ma@suse.de
364
365 - Fix computation of userinstalled items (bnc#897404)
366 - version 14.29.3 (29)
367
368 -------------------------------------------------------------------
369 Tue Sep 23 10:55:08 CEST 2014 - ma@suse.de
370
371 - Adapt to API changes in rpm.4.12
372 - SLE-12 (suse_version 1315) uses it's own translations set
373   (bnc#897176)
374 - version 14.29.2 (29)
375
376 -------------------------------------------------------------------
377 Sun Sep 21 01:13:25 CEST 2014 - ma@suse.de
378
379 - Update zypp-po.tar.bz2
380
381 -------------------------------------------------------------------
382 Thu Sep 18 15:47:50 CEST 2014 - ma@suse.de
383
384 - Update sle-zypp-po.tar.bz2
385
386 -------------------------------------------------------------------
387 Thu Sep 18 15:47:34 CEST 2014 - ma@suse.de
388
389 - Update zypp-po.tar.bz2
390
391 -------------------------------------------------------------------
392 Thu Sep 18 15:46:11 CEST 2014 - ma@suse.de
393
394 - Update zypp-po.tar.bz2
395
396 -------------------------------------------------------------------
397 Wed Sep 17 13:18:23 CEST 2014 - ma@suse.de
398
399 - adjust BuildRequires
400 - version 14.29.1 (29)
401
402 -------------------------------------------------------------------
403 Tue Sep 16 10:45:39 CEST 2014 - ma@suse.de
404
405 - DiskUsageCounter: Set growonly on detetcted snapshotting btrfs
406   partitions (bnc#896176)
407 - DiskUsageCounter: Allow MountPoint to store fstype
408 - DiskUsageCounter: Support setting 'growonly' partition hint
409   (bnc#896176)
410 - version 14.29.0 (29)
411
412 -------------------------------------------------------------------
413 Fri Sep  5 12:46:57 CEST 2014 - ma@suse.de
414
415 - Make Repository::isUpdateRepo also check for being referenced
416   by products (bnc#892579)
417 - Report repositories skipped as nonroot due to insufficient
418   permission (bnc#893260)
419 - version 14.28.0 (28)
420
421 -------------------------------------------------------------------
422 Thu Sep  4 01:14:34 CEST 2014 - ma@suse.de
423
424 - Update zypp-po.tar.bz2
425
426 -------------------------------------------------------------------
427 Fri Aug 29 14:46:25 CEST 2014 - ma@suse.de
428
429 - PackageProvider: consider toplevel cache if --root or --pkg-cachedir
430   is used.
431 - Cleanup orpahned cache dirs only at zypp.conf default locations
432   (bnc#891515)
433 - Remove orphaned package caches on refresh (bnc#888919)
434 - version 14.27.2 (27)
435
436 -------------------------------------------------------------------
437 Sun Aug 24 01:16:00 CEST 2014 - ma@suse.de
438
439 - Update zypp-po.tar.bz2
440
441 -------------------------------------------------------------------
442 Mon Aug 18 14:01:06 CEST 2014 - ma@suse.de
443
444 - Update zypp-po.tar.bz2
445
446 -------------------------------------------------------------------
447 Thu Jul 31 19:22:56 CEST 2014 - ma@suse.de
448
449 - Fix gpg key creation/modification date computation to properly
450   update trusted keys stored in the rpm database.
451 - version 14.27.1 (27)
452
453 -------------------------------------------------------------------
454 Mon Jul 28 11:32:40 CEST 2014 - mls@suse.de
455
456 - reverted last commit to make yast2-pkg-bindings build again
457
458 -------------------------------------------------------------------
459 Fri Jul 25 12:56:17 CEST 2014 - ma@suse.de
460
461 - JobReport: extend callback to allow passing UserData
462 - hardlinkCopy must not fail if proc/sys/fs/protected_hardlink is on
463 - adapt to changed boost::error_category throw specifier
464 - version 14.27.0 (27)
465
466 -------------------------------------------------------------------
467 Fri Jul 18 08:57:39 CEST 2014 - ma@suse.de
468
469 - Execute install scripts with cwd==/ (bnc#886764)
470 - fix wrong '//' when extending URLs with an empty path (bnc#885254)
471 - version 14.26.1 (26)
472
473 -------------------------------------------------------------------
474 Mon Jul 14 17:46:14 CEST 2014 - ma@suse.de
475
476 - refreshService: add option to force repo status reset
477 - Strip local filenames and args from URL.
478 - version 14.26.0 (26)
479
480 -------------------------------------------------------------------
481 Fri Jul 11 13:42:43 CEST 2014 - ma@suse.de
482
483 - Support RepoInfo content keywords (FATE#316287)
484 - fix parsing repomd.xml twice
485 - version 14.25.0 (23)
486
487 -------------------------------------------------------------------
488 Wed Jun 11 07:36:48 CEST 2014 - ma@suse.de
489
490 - Patch: add isCategory/isSeverity convenience
491 - If available provide info in ServiceException
492 - version 14.24.0 (23)
493
494 -------------------------------------------------------------------
495 Wed Jun  4 11:49:32 CEST 2014 - ma@suse.de
496
497 - Cleanup orphanded service repos on the fly (bnc#649846)
498 - Service refresh must not attempt to modify plugin services
499 - version 14.23.0 (23)
500
501 -------------------------------------------------------------------
502 Wed May 28 13:41:22 CEST 2014 - ma@suse.de
503
504 - Fix service methods to throw ServiceException, not RepoException.
505 - version 14.22.0 (22)
506
507 -------------------------------------------------------------------
508 Tue May 27 16:31:21 CEST 2014 - ma@suse.de
509
510 - Let ServiceRefresh en-/disable repos with respect to previous state
511   and user modifications.
512 - RepoindexFileReader: support variable substitution
513 - Parse optional autorefresh attribute from repoindex.xml
514 - version 14.21.0 (20)
515
516 -------------------------------------------------------------------
517 Wed May 14 13:52:38 CEST 2014 - ma@suse.de
518
519 - Add DownloadResolvableReport::infoInCache
520 - Adjust transfer timeout settings (bnc#877405)
521 - Fix computation of update candidate (bnc#834858)
522 - version 14.20.0 (20)
523
524 -------------------------------------------------------------------
525 Thu May  8 18:54:25 CEST 2014 - ma@suse.de
526
527 - KeyRingReport: New infoVerify callback showing the trusted key
528   that will be used for verification.
529 - version 14.19.0 (19)
530
531 -------------------------------------------------------------------
532 Sun May  4 01:15:49 CEST 2014 - ma@suse.de
533
534 - Update zypp-po.tar.bz2
535
536 -------------------------------------------------------------------
537 Thu May  1 01:15:38 CEST 2014 - ma@suse.de
538
539 - Update zypp-po.tar.bz2
540
541 -------------------------------------------------------------------
542 Mon Apr 28 15:34:44 CEST 2014 - ma@suse.de
543
544 - Derive initial AutoInstalled file from history
545 - Target: maintain AutoInstalled database file
546 - version 14.18.0 (17)
547
548 -------------------------------------------------------------------
549 Tue Apr 15 17:03:30 CEST 2014 - ma@suse.de
550
551 - Factor out CommitPackageCache for standalone usage. (Fate#317077)
552 - version 14.17.5 (17)
553
554 -------------------------------------------------------------------
555 Fri Apr 11 16:16:11 CEST 2014 - ma@suse.de
556
557 - history: log %posttrans errors and output
558 - adapt to libsolv cannges
559 - version 14.17.4 (17)
560
561 -------------------------------------------------------------------
562 Fri Apr  4 14:29:13 CEST 2014 - ma@suse.de
563
564 - Log warning if baseproduct symlink is dangling or missing
565 - version 14.17.3 (17)
566
567 -------------------------------------------------------------------
568 Thu Apr  3 19:18:48 CEST 2014 - ma@suse.de
569
570 - RepoManager: Fix RepoStatus computation and refresh of PLAINDIR repos.
571 - Recreate solv file caches if content may change even if raw metadata
572   are unchanged (here: new pattern, product and application data).
573 - version 14.17.2 (17)
574
575 -------------------------------------------------------------------
576 Wed Apr  2 18:09:47 CEST 2014 - ma@suse.de
577
578 - CpeId: Basic functionality incl. matching
579 - New SetRelationMixin
580 - version 14.17.1 (17)
581
582 -------------------------------------------------------------------
583 Mon Mar 31 10:23:42 CEST 2014 - ma@suse.de
584
585 - Use dummy licenses in test data (bnc#862471)
586 - Install zypp-NameReqPrv helper for evaluating testcases.
587 - version 14.17.0 (17)
588
589 -------------------------------------------------------------------
590 Tue Mar 18 14:55:11 CET 2014 - ma@suse.de
591
592 - Update zypp-po.tar.bz2
593
594 -------------------------------------------------------------------
595 Wed Feb 26 15:06:06 CET 2014 - ma@suse.de
596
597 - Ignore failed-eject-exception on media change (bnc#865705)
598 - version 14.16.1 (16)
599
600 -------------------------------------------------------------------
601 Tue Feb 25 13:42:13 CET 2014 - ma@suse.de
602
603 - Remove duplicate code detecting known kinds and move it to
604   ResKind::explicitBuiltin.
605 - version 14.16.0 (16)
606
607 -------------------------------------------------------------------
608 Sun Feb 23 21:52:55 CET 2014 - ma@suse.de
609
610 - Optionally exclude suggested packages from pattern content (bnc#857671)
611 - Fix pattern content for auto-pattens (bnc#864087)
612 - Don't report missing filelists for non-packages (bnc#864314)
613 - adapt to new rpm weak dependency tags
614 - version 14.15.0 (15)
615
616 -------------------------------------------------------------------
617 Fri Feb 14 13:51:46 CET 2014 - ma@suse.de
618
619 - Provide ContentIdentifier of required update repositories in Product
620   (Fate#316160)
621 - Support CpeId in Repository and Product attributes (Fate#316160)
622 - Add API for retrieving repository ContentRevision and ContentIdentifier
623   (Fate#316160)
624 - version 14.14.0 (14)
625
626 -------------------------------------------------------------------
627 Thu Feb 13 10:28:24 CET 2014 - ma@suse.de
628
629 - Adjust solver defaults to changed soft lock handling (bnc#863275)
630 - Avoid confusing solver decisions by not storing soft locks (bnc#863275)
631 - version 14.13.0 (13)
632
633 -------------------------------------------------------------------
634 Tue Feb 11 21:22:58 CET 2014 - ma@suse.de
635
636 - Add Product::endOfLife attribute (Fate#316172)
637 - Let Product::shortName fallback to name.
638 - Remove license text from test data (bnc#862471)
639 - version 14.12.0 (12)
640
641 -------------------------------------------------------------------
642 Sun Feb  2 01:13:59 CET 2014 - ma@suse.de
643
644 - Update zypp-po.tar.bz2
645
646 -------------------------------------------------------------------
647 Fri Jan 31 19:09:28 CET 2014 - ma@suse.de
648
649 - Introduce new solvable kind: Application (as provided by appdata.xml)
650 - version 14.11.0 (7)
651
652 -------------------------------------------------------------------
653 Fri Jan 31 17:37:29 CET 2014 - ma@suse.de
654
655 - String helper for printing indented text.
656 - Offer translated names for dependency types.
657 - version 14.10.0 (7)
658
659 -------------------------------------------------------------------
660 Thu Jan 30 01:13:40 CET 2014 - ma@suse.de
661
662 - Update zypp-po.tar.bz2
663
664 -------------------------------------------------------------------
665 Wed Jan 29 10:28:16 CET 2014 - ma@suse.de
666
667 - No fileconflict check if DownloadOnly.
668 - version 14.9.0 (7)
669
670 -------------------------------------------------------------------
671 Sat Jan 25 17:07:45 CET 2014 - ma@suse.de
672
673 - Collect and execute %posttrans scripts delayed (Fate#313506)
674 - BuildRequire libsolv implementing (Fate#309385)
675 - version 14.8.0 (7)
676
677 -------------------------------------------------------------------
678 Fri Jan 24 11:26:52 CET 2014 - ma@suse.de
679
680 - Patterns are no longer pseudo installed (Fate#309385)
681 - version 14.7.0 (7)
682
683 -------------------------------------------------------------------
684 Fri Jan 24 08:41:13 CET 2014 - ma@suse.de
685
686 - Check for file conflicts in commit (bnc#673720)
687 - Add asUserSting: human readable (translated) string representation
688 - Add file conflict detection during commit (bnc#673720)
689 - Add Transaction::installedResult
690 - version 14.6.0 (6)
691
692 -------------------------------------------------------------------
693 Mon Jan 20 17:14:48 CET 2014 - ma@suse.de
694
695 - Fix cleanup code removing the @System solv file. (bnc#853065)
696 - Fix missing priority in RepoInfo::dumpAsXML (bnc#855845)
697 - version 14.5.0 (4)
698
699 -------------------------------------------------------------------
700 Tue Jan 14 18:38:49 CET 2014 - ma@suse.de
701
702 - Improve ProgressData reporting.
703 - Allow xml::escape directly dumping to a stream.
704 - Add support for repo authentication using SSL client certificates
705   (bnc#683914)
706 - Enhance Queue to perform COW
707 - fix documentation
708 - version 14.4.0 (4)
709
710 -------------------------------------------------------------------
711 Thu Jan  9 01:13:40 CET 2014 - ma@suse.de
712
713 - Update zypp-po.tar.bz2
714
715 -------------------------------------------------------------------
716 Fri Dec 13 19:36:34 CET 2013 - ma@suse.de
717
718 - Polish DiskUsageCounter
719 - Add Bitmap type (aka sat::Map)
720 - Remove obsolete DiskUsage class
721 - version 14.3.0 (3)
722
723 -------------------------------------------------------------------
724 Thu Dec 12 18:01:18 CET 2013 - ma@suse.de
725
726 - Fix disk usage computation for single packages (bnc#852943)
727 - version 14.2.1 (2)
728
729 -------------------------------------------------------------------
730 Wed Dec  4 12:54:30 UTC 2013 - jreidinger@suse.com
731
732 - Drop package-manager script as it is already deprecated and
733   packagekit usage in desktop invalidates it. If someone really
734   need it, then place it to proper top level package which can
735   decide what GUI is proper for given task.
736
737 -------------------------------------------------------------------
738 Wed Nov 20 16:32:30 CET 2013 - ma@suse.de
739
740 - Extend commit plugin to send the transaction list (Fate#316203)
741 - Add base/Json.h: JSON encoder for e.g. sending data to plugins
742 - Re-evaluate dropped packages list on upgrade, even if product
743   remains unchanged (bnc#849251).
744 - Add ppc64le architecture
745 - Add m68k architecture
746 - version 14.2.0 (2)
747
748 -------------------------------------------------------------------
749 Fri Oct 25 14:21:31 CEST 2013 - ma@suse.de
750
751 - Always properly initialize pool storage (bnc#846565)
752 - version 14.1.1 (0)
753
754 -------------------------------------------------------------------
755 Thu Oct 17 17:57:54 CEST 2013 - ma@suse.de
756
757 - Add Package isCached and cachedLocation methods
758 - fixed PluginFrame::hasKey
759 - version 14.1.0 (0)
760
761 -------------------------------------------------------------------
762 Thu Oct 10 01:13:48 CEST 2013 - ma@suse.de
763
764 - Update zypp-po.tar.bz2
765
766 -------------------------------------------------------------------
767 Sun Oct  6 01:13:51 CEST 2013 - ma@suse.de
768
769 - Update zypp-po.tar.bz2
770
771 -------------------------------------------------------------------
772 Thu Oct  3 01:14:59 CEST 2013 - ma@suse.de
773
774 - Update zypp-po.tar.bz2
775
776 -------------------------------------------------------------------
777 Wed Oct  2 19:25:58 CEST 2013 - ma@suse.de
778
779 - fix handling symlinks in export pathname on NFSv4 (bnc#804544)
780 - Bump major version for Factory
781   13.1 is continued on SuSE-Code-13_1-Branch
782 - version 14.0.0 (0)
783
784 -------------------------------------------------------------------
785 Sun Sep 29 01:15:02 CEST 2013 - ma@suse.de
786
787 - Update zypp-po.tar.bz2
788
789 -------------------------------------------------------------------
790 Sun Sep 22 01:14:26 CEST 2013 - ma@suse.de
791
792 - Update zypp-po.tar.bz2
793
794 -------------------------------------------------------------------
795 Wed Sep 18 17:06:06 CEST 2013 - ma@suse.de
796
797 - Allow multiversionSpec manipulation in ZConfig
798 - Fix string hexdecoding
799 - Avoid parsing gpg subkeys but still parse multiple keys
800 - version 13.7.0 (6)
801
802 -------------------------------------------------------------------
803 Sun Sep 15 01:14:55 CEST 2013 - ma@suse.de
804
805 - Update zypp-po.tar.bz2
806
807 -------------------------------------------------------------------
808 Thu Sep 12 01:15:29 CEST 2013 - ma@suse.de
809
810 - Update zypp-po.tar.bz2
811
812 -------------------------------------------------------------------
813 Thu Sep  5 01:13:43 CEST 2013 - ma@suse.de
814
815 - Update zypp-po.tar.bz2
816
817 -------------------------------------------------------------------
818 Mon Sep  2 17:04:37 CEST 2013 - ma@suse.de
819
820 - Avoid parsing gpg subkeys
821 - Use explicit operator bool in TmpPath
822 - Must keep legacy rpm level flag (bnc#838039)
823 - version 13.6.0 (6)
824
825 -------------------------------------------------------------------
826 Sun Sep  1 01:14:03 CEST 2013 - ma@suse.de
827
828 - Update zypp-po.tar.bz2
829
830 -------------------------------------------------------------------
831 Thu Aug 29 01:13:44 CEST 2013 - ma@suse.de
832
833 - Update zypp-po.tar.bz2
834
835 -------------------------------------------------------------------
836 Tue Aug 27 19:10:37 CEST 2013 - ma@suse.de
837
838 - remove deprecated methods
839 - fix key expiry date parsing (bnc#828672)
840 - Provide additional keys data in case the ASCII armored blob
841   containes multiple keys
842 - No rpmdb key import in readony mode (bnc#828672)
843 - Fix rpmdb key import/export (bnc#828672)
844 - Reduce amount of gpg calls when importing/exporting keys.
845 - Add public accessible PublicKeyData/PublicKeyScanner classes
846 - fix ASCII armored PublicKey parsing (bnc#828672)
847 - fix typo (bnc#761985)
848 - Fix multiversion update candidate to respect an installed objects
849   arch and vendor (bnc#820444)
850 - fix logfile truncation introduced by previous fix for (bnc#825490)
851 - Swig can't handle move constructor
852 - Workaround bnc#819354 by executing rpm in /. (bnc#827609)
853 - Try to detect Arch_ppc64p7 (requires glibc-2.16: getauxval)
854 - Fix file probing via tftp:// (bnc#803316)
855 - Add armv7hl to armv6hl compat to be in sync with libsolv.
856 - Support for armv6hl
857 - version 13.5.0 (5)
858
859 -------------------------------------------------------------------
860 Thu Aug 22 01:13:25 CEST 2013 - ma@suse.de
861
862 - Update zypp-po.tar.bz2
863
864 -------------------------------------------------------------------
865 Sun Aug 18 01:13:20 CEST 2013 - ma@suse.de
866
867 - Update zypp-po.tar.bz2
868
869 -------------------------------------------------------------------
870 Thu Aug 15 01:13:27 CEST 2013 - ma@suse.de
871
872 - Update zypp-po.tar.bz2
873
874 -------------------------------------------------------------------
875 Thu Aug  8 01:13:27 CEST 2013 - ma@suse.de
876
877 - Update zypp-po.tar.bz2
878
879 -------------------------------------------------------------------
880 Sun Aug  4 01:13:59 CEST 2013 - ma@suse.de
881
882 - Update zypp-po.tar.bz2
883
884 -------------------------------------------------------------------
885 Thu Aug  1 01:13:52 CEST 2013 - ma@suse.de
886
887 - Update zypp-po.tar.bz2
888
889 -------------------------------------------------------------------
890 Thu Jul 25 01:13:40 CEST 2013 - ma@suse.de
891
892 - Update zypp-po.tar.bz2
893
894 -------------------------------------------------------------------
895 Thu Jul 18 01:13:43 CEST 2013 - ma@suse.de
896
897 - Update zypp-po.tar.bz2
898
899 -------------------------------------------------------------------
900 Sun Jul 14 01:13:38 CEST 2013 - ma@suse.de
901
902 - Update zypp-po.tar.bz2
903
904 -------------------------------------------------------------------
905 Thu Jul 11 01:13:49 CEST 2013 - ma@suse.de
906
907 - Update zypp-po.tar.bz2
908
909 -------------------------------------------------------------------
910 Fri Jun 21 20:24:39 CEST 2013 - ma@suse.de
911
912 - Fix testcases failing if local pathnames contain umlauts
913 - Pathname: add move constructor and fix assign
914 - Set logfile permission upon file creation only (bnc#825490)
915 - Add arch ppc64p7
916 - version 13.4.0 (4)
917
918 -------------------------------------------------------------------
919 Tue Jun 11 11:37:48 CEST 2013 - ma@suse.de
920
921 - Speedup scanning for modaliases (bnc#824110)
922 - version 13.3.0 (2)
923
924 -------------------------------------------------------------------
925 Sun May 26 01:13:15 CEST 2013 - ma@suse.de
926
927 - Update zypp-po.tar.bz2
928
929 -------------------------------------------------------------------
930 Thu May 23 01:13:13 CEST 2013 - ma@suse.de
931
932 - Update zypp-po.tar.bz2
933
934 -------------------------------------------------------------------
935 Thu May 16 12:22:48 CEST 2013 - ma@suse.de
936
937 - Remove deprecated old stuff (aria2 support,
938   old InstallOrder, old History parser)
939 - version 13.2.0 (2)
940
941 -------------------------------------------------------------------
942 Thu May 16 01:13:47 CEST 2013 - ma@suse.de
943
944 - Update zypp-po.tar.bz2
945
946 -------------------------------------------------------------------
947 Sun May 12 01:13:39 CEST 2013 - ma@suse.de
948
949 - Update zypp-po.tar.bz2
950
951 -------------------------------------------------------------------
952 Thu May  9 01:13:54 CEST 2013 - ma@suse.de
953
954 - Update zypp-po.tar.bz2
955
956 -------------------------------------------------------------------
957 Thu May  2 11:07:52 CEST 2013 - ma@suse.de
958
959 - Discourage using SafeBool in favor of explicit operator bool
960 - version 13.1.0 (1)
961
962 -------------------------------------------------------------------
963 Mon Apr 29 10:41:46 CEST 2013 - ma@suse.de
964
965 - Testsuite: Workaround boost::thread being not header only since
966   boost-1.50 (boost ticket 7085)
967 - Adaptions to smart_pointer changes in boost-1.53; mainly introduce
968   explicit operator bool; constructible and comparable with nullptr_t.
969 - Bump major version for Factory
970   12.x is continued on SuSE-Code-12_3-Branch
971 - version 13.0.0 (0)
972
973 -------------------------------------------------------------------
974 Sun Apr 28 01:14:07 CEST 2013 - ma@suse.de
975
976 - Update zypp-po.tar.bz2
977
978 -------------------------------------------------------------------
979 Fri Apr  5 14:26:35 CEST 2013 - ma@suse.de
980
981 - added new fuction zypp::ZYpp::provideSrcPackage
982 - Treat opensuse-education as separate vendor (bnc#812608)
983 - AArch64 support
984 - version 12.11.0 (0)
985
986 -------------------------------------------------------------------
987 Wed Mar 27 12:31:17 CET 2013 - ma@suse.de
988
989 - added tftp-support (bnc#803316)
990 - version 12.10.1 (0)
991
992 -------------------------------------------------------------------
993 Tue Mar 26 13:06:21 CET 2013 - ma@suse.de
994
995 - Update zypp-po.tar.bz2
996
997 -------------------------------------------------------------------
998 Thu Mar 21 01:13:45 CET 2013 - ma@suse.de
999
1000 - Update zypp-po.tar.bz2
1001
1002 -------------------------------------------------------------------
1003 Sun Mar 10 01:14:01 CET 2013 - ma@suse.de
1004
1005 - Update zypp-po.tar.bz2
1006
1007 -------------------------------------------------------------------
1008 Thu Mar  7 14:13:42 CET 2013 - ma@suse.de
1009
1010 - Adapt to libsolv dataiterator fixes
1011   (returning random data in some cases)
1012 - Require and adapt to changes in libsolv-0.3.0
1013 - version 12.10.0 (0)
1014
1015 -------------------------------------------------------------------
1016 Thu Mar  7 01:13:25 CET 2013 - ma@suse.de
1017
1018 - Update zypp-po.tar.bz2
1019
1020 -------------------------------------------------------------------
1021 Sun Mar  3 01:15:52 CET 2013 - ma@suse.de
1022
1023 - Update zypp-po.tar.bz2
1024
1025 -------------------------------------------------------------------
1026 Wed Feb 27 08:41:18 CET 2013 - ma@suse.de
1027
1028 - Rephrase error message if 'lsof' is not installed (bnc#694427)
1029 - version 12.9.0 (0)
1030
1031 -------------------------------------------------------------------
1032 Fri Feb 15 12:49:18 CET 2013 - ma@suse.de
1033
1034 - Handle dangling update script symlinks in instsys. (bnc#803751)
1035 - version 12.8.1 (0)
1036
1037 -------------------------------------------------------------------
1038 Thu Feb 14 01:13:28 CET 2013 - ma@suse.de
1039
1040 - Update zypp-po.tar.bz2
1041
1042 -------------------------------------------------------------------
1043 Thu Feb  7 01:16:50 CET 2013 - ma@suse.de
1044
1045 - Update zypp-po.tar.bz2
1046
1047 -------------------------------------------------------------------
1048 Mon Feb  4 12:35:51 CET 2013 - ma@suse.de
1049
1050 - Update zypp-po.tar.bz2
1051
1052 -------------------------------------------------------------------
1053 Tue Jan 22 11:06:55 CET 2013 - ma@suse.de
1054
1055 - make multicurl suppress progress reports for the metalink download
1056 - work around libcurl bug that sometimes gives us old values in the
1057   progress callback
1058 - version 12.8.0 (0)
1059
1060 -------------------------------------------------------------------
1061 Fri Jan 18 14:07:50 CET 2013 - ma@suse.de
1062
1063 - Reduce logging
1064 - MediaMultiCurl: throw AbortRequestException if aborted by user
1065 - version 12.7.0 (0)
1066
1067 -------------------------------------------------------------------
1068 Sun Jan 13 01:13:23 CET 2013 - ma@suse.de
1069
1070 - Update zypp-po.tar.bz2
1071
1072 -------------------------------------------------------------------
1073 Sun Jan  6 01:13:17 CET 2013 - ma@suse.de
1074
1075 - Update zypp-po.tar.bz2
1076
1077 -------------------------------------------------------------------
1078 Thu Dec 27 01:13:27 CET 2012 - ma@suse.de
1079
1080 - Update zypp-po.tar.bz2
1081
1082 -------------------------------------------------------------------
1083 Mon Dec 17 13:31:15 CET 2012 - ma@suse.de
1084
1085 - Add NamedValue<_Tp>: Simple value<>name mapping supporting aliases
1086 - Enable zypper to remove zypp locks without evaluating the
1087   query (bnc#792901)
1088 - Configure curl to "not fix the BEAST attack" (bnc#779177)
1089 - version 12.6.0 (0)
1090
1091 -------------------------------------------------------------------
1092 Sun Dec 16 01:13:16 CET 2012 - ma@suse.de
1093
1094 - Update zypp-po.tar.bz2
1095
1096 -------------------------------------------------------------------
1097 Mon Dec  3 14:31:59 CET 2012 - ma@suse.de
1098
1099 - HistoryLogReader: new HistoryLogData based API for parsing the new
1100   history file entries (fate#312521)
1101   The old HistoryItem based API is deprecated but will
1102   still be available for a while if you compile with
1103   -DWITH_DEPRECATED_HISTORYITEM_API.
1104 - Write userdata string to history log (fate#312521)
1105 - Add HistoryLogReader testcases
1106 - Adapt to libsolv 'medianr'-changes
1107 - version 12.5.0 (0)
1108
1109 -------------------------------------------------------------------
1110 Thu Nov 22 01:14:42 CET 2012 - ma@suse.de
1111
1112 - Update zypp-po.tar.bz2
1113
1114 -------------------------------------------------------------------
1115 Sun Nov 18 01:13:44 CET 2012 - ma@suse.de
1116
1117 - Update zypp-po.tar.bz2
1118
1119 -------------------------------------------------------------------
1120 Tue Nov 13 15:40:10 CET 2012 - ma@suse.de
1121
1122 - Forward userdata string to commit plugins in BEGINPLUGIN (fate#312521)
1123 - Extend ZConfig to store a user defined string value (fate#312521)
1124 - Add SIGSEGV handler trying to log a stack trace
1125 - Add zypp::dumpBacktrace to dump current stack trace to a stream.
1126 - Use gettext plural handling (bnc#784666)
1127 - version 12.4.0 (0)
1128
1129 -------------------------------------------------------------------
1130 Sun Nov  4 01:13:21 CET 2012 - ma@suse.de
1131
1132 - Update zypp-po.tar.bz2
1133
1134 -------------------------------------------------------------------
1135 Wed Oct 24 10:40:38 CEST 2012 - ma@suse.de
1136
1137 - Add simple sysconfig::write (bnc#766598)
1138 - For installed products also filelists when trying to find the buddy
1139   (bnc#784900)
1140 - Provide information whether product license needs to be accepted.
1141 - version 12.3.0 (0)
1142
1143 -------------------------------------------------------------------
1144 Thu Oct 18 01:13:43 CEST 2012 - ma@suse.de
1145
1146 - Update zypp-po.tar.bz2
1147
1148 -------------------------------------------------------------------
1149 Sun Oct  7 01:13:41 CEST 2012 - ma@suse.de
1150
1151 - Update zypp-po.tar.bz2
1152
1153 -------------------------------------------------------------------
1154 Mon Oct  1 11:00:42 CEST 2012 - ma@suse.de
1155
1156 - Enable multiversion kernel and set multiversion.kernels in
1157   /etc/zypp/zypp.conf to keep the latest, latest-1 and the running.
1158 - Fix typo (bnc#782801)
1159 - Relax evaluation of patch category tags (case insensitive)
1160
1161 -------------------------------------------------------------------
1162 Sun Sep 30 01:13:18 CEST 2012 - ma@suse.de
1163
1164 - Update zypp-po.tar.bz2
1165
1166 -------------------------------------------------------------------
1167 Sun Sep 16 01:14:34 CEST 2012 - ma@suse.de
1168
1169 - Update zypp-po.tar.bz2
1170
1171 -------------------------------------------------------------------
1172 Wed Sep 12 10:28:00 CEST 2012 - ma@suse.de
1173
1174 - Add str::commonPrefix
1175 - version 12.2.0 (0)
1176
1177 -------------------------------------------------------------------
1178 Sun Sep  9 01:13:25 CEST 2012 - ma@suse.de
1179
1180 - Update zypp-po.tar.bz2
1181
1182 -------------------------------------------------------------------
1183 Wed Sep  5 11:56:54 CEST 2012 - gs@suse.de
1184
1185 - Provide Target::reload()
1186 - version 12.1.0 (0)
1187
1188 -------------------------------------------------------------------
1189 Sun Aug 26 01:13:31 CEST 2012 - ma@suse.de
1190
1191 - Update zypp-po.tar.bz2
1192
1193 -------------------------------------------------------------------
1194 Thu Aug 23 01:13:47 CEST 2012 - ma@suse.de
1195
1196 - Update zypp-po.tar.bz2
1197
1198 -------------------------------------------------------------------
1199 Sun Aug 19 01:14:11 CEST 2012 - ma@suse.de
1200
1201 - Update zypp-po.tar.bz2
1202
1203 -------------------------------------------------------------------
1204 Thu Aug 16 01:13:43 CEST 2012 - ma@suse.de
1205
1206 - Update zypp-po.tar.bz2
1207
1208 -------------------------------------------------------------------
1209 Fri Aug 10 12:53:47 CEST 2012 - ma@suse.de
1210
1211 - Implement $ZYPP_LOCK_TIMEOUT: number of seconds to wait for a
1212   zypplock becoming available (bnc#772965)
1213 - Unify update-scripts with same content(md5sum) (bnc#773575)
1214 - version 12.0.1 (0)
1215
1216 -------------------------------------------------------------------
1217 Thu Aug  9 01:15:12 CEST 2012 - ma@suse.de
1218
1219 - Update zypp-po.tar.bz2
1220
1221 -------------------------------------------------------------------
1222 Thu Aug  2 11:55:00 CEST 2012 - ma@suse.de
1223
1224 - set $ZYPP_IS_RUNNING during commit
1225 - Bump major version for Factory
1226   11.x is continued on SuSE-Code-12_2-Branch
1227 - version 12.0.0 (0)
1228
1229 -------------------------------------------------------------------
1230 Thu Aug  2 01:14:11 CEST 2012 - ma@suse.de
1231
1232 - Update zypp-po.tar.bz2
1233
1234 -------------------------------------------------------------------
1235 Wed Aug  1 15:32:40 CEST 2012 - ma@suse.de
1236
1237 - Fixed typo (bnc#773467)
1238 - Erase any old repo instance from pool when (re)loading from cache
1239 - filter zero sized devices in disk usage counter(bnc#769819)
1240 - fix isSoftLocked computation
1241 - fix possibly reporting timeout as "aborted by user" (bnc#665327)
1242 - do not fork the uuidgen program, use kernel interface instead
1243 - remove obsolete hicolor-icon-theme BuildRequires
1244 - version 11.7.0 (6)
1245
1246 -------------------------------------------------------------------
1247 Sun Jul 29 01:13:31 CEST 2012 - ma@suse.de
1248
1249 - Update zypp-po.tar.bz2
1250
1251 -------------------------------------------------------------------
1252 Thu Jul 19 01:13:43 CEST 2012 - ma@suse.de
1253
1254 - Update zypp-po.tar.bz2
1255
1256 -------------------------------------------------------------------
1257 Sun Jul  1 01:13:31 CEST 2012 - ma@suse.de
1258
1259 - Update zypp-po.tar.bz2
1260
1261 -------------------------------------------------------------------
1262 Thu Jun 28 01:14:27 CEST 2012 - ma@suse.de
1263
1264 - Update zypp-po.tar.bz2
1265
1266 -------------------------------------------------------------------
1267 Mon Jun 25 15:23:10 CEST 2012 - ma@suse.de
1268
1269 - zypp.conf:servicesdir is ignored (bnc#765528)
1270 - allow libcurl to take proxy from environment iff proxy is not
1271   configured or disallowed (bnc#745404)
1272 - version 11.6.3 (6)
1273
1274 -------------------------------------------------------------------
1275 Sun Jun 24 01:14:32 CEST 2012 - ma@suse.de
1276
1277 - Update zypp-po.tar.bz2
1278
1279 -------------------------------------------------------------------
1280 Thu Jun 14 01:13:35 CEST 2012 - ma@suse.de
1281
1282 - Update zypp-po.tar.bz2
1283
1284 -------------------------------------------------------------------
1285 Fri Jun  8 15:57:22 CEST 2012 - ma@suse.de
1286
1287 - Adjust weaklock fix
1288
1289 -------------------------------------------------------------------
1290 Fri Jun  8 14:16:15 CEST 2012 - ma@suse.de
1291
1292 - Fix processing of weak locks (bnc#749418, bnc#765164)
1293 - [valgrind] don't dereference if we may be past the end of the repositories.
1294 - add armv7hl workaround for Adrian
1295 - version 11.6.2 (6)
1296
1297 -------------------------------------------------------------------
1298 Sun Jun  3 01:14:09 CEST 2012 - ma@suse.de
1299
1300 - Update zypp-po.tar.bz2
1301
1302 -------------------------------------------------------------------
1303 Thu May 31 10:07:37 UTC 2012 - dmacvicar@suse.com
1304
1305 - fix an invalid read revealed by valgrind in
1306   RepositoryIterator::increment()
1307
1308 -------------------------------------------------------------------
1309 Sun May 20 01:13:30 CEST 2012 - ma@suse.de
1310
1311 - Update zypp-po.tar.bz2
1312
1313 -------------------------------------------------------------------
1314 Thu May 17 01:15:25 CEST 2012 - ma@suse.de
1315
1316 - Update zypp-po.tar.bz2
1317
1318 -------------------------------------------------------------------
1319 Sun May 13 01:14:15 CEST 2012 - ma@suse.de
1320
1321 - Update zypp-po.tar.bz2
1322
1323 -------------------------------------------------------------------
1324 Tue May  8 13:39:22 CEST 2012 - ma@suse.de
1325
1326 - Use ld version script to hide symbols outside zypp namespace (bnc#755324)
1327 - remove base/Deprecated.h (macros now in APIConfig.h)
1328 - Disribute Easy.h in APIConfig.h
1329 - Add APIConfig.h providing ZYPP_API and ZYPP_LOCAL macros
1330 - version 11.6.0 (6)
1331
1332 -------------------------------------------------------------------
1333 Fri May  4 11:18:17 CEST 2012 - ma@suse.de
1334
1335 - build with gcc-4.7 (bnc#755324)
1336 - version 11.5.0 (5)
1337
1338 -------------------------------------------------------------------
1339 Wed Apr 25 18:50:20 CEST 2012 - ma@suse.de
1340
1341 - Fix lost device info when mounting CD/DVD
1342
1343 -------------------------------------------------------------------
1344 Sun Apr 22 01:15:46 CEST 2012 - ma@suse.de
1345
1346 - Update zypp-po.tar.bz2
1347
1348 -------------------------------------------------------------------
1349 Thu Apr 19 10:19:05 CEST 2012 - ma@suse.de
1350
1351 - Always consider (block) devices passed as url option (bnc#755815)
1352
1353 -------------------------------------------------------------------
1354 Thu Apr 19 01:14:57 CEST 2012 - ma@suse.de
1355
1356 - Update zypp-po.tar.bz2
1357
1358 -------------------------------------------------------------------
1359 Wed Apr 18 18:38:06 CEST 2012 - ma@suse.de
1360
1361 - Fix install progress hopping back and forth
1362 - Try to create a missing destination dir before switching to tmp
1363   space (bnc#755239)
1364
1365 -------------------------------------------------------------------
1366 Mon Apr 16 14:52:35 CEST 2012 - ma@suse.de
1367
1368 - ResStatus: add 'unneeded' bit (determined by solver)
1369 - Force using gcc-4.6 until it builds with 4.7
1370 - Support multiversion definitions being read from files in /etc/zypp/multiversion.d.
1371 - Workaround doxygen SEGV and accept incomplete docs (until bnc#755402 is fixed)
1372 - Rename zypp::sat::AttrMatcher to zypp::StrMatcher (base/StrMatcher.h)
1373 - Support (source)package download by non-root user (bnc#755239)
1374 - Delay construction of ZYppGlobalLock until its actually needed (bnc#575096)
1375 - Fix buddy handling in solver results
1376 - Simplify Selectable::multiversionInstall
1377 - Don't cache defaultCandidate as it depends on solver::allowVendorChange flag (bnc#754286)
1378 - version 11.4.0 (4)
1379
1380 -------------------------------------------------------------------
1381 Tue Apr 10 12:11:37 CEST 2012 - ma@suse.de
1382
1383 - Update zypp-po.tar.bz2
1384
1385 -------------------------------------------------------------------
1386 Sun Apr  8 01:13:24 CEST 2012 - ma@suse.de
1387
1388 - Update zypp-po.tar.bz2
1389
1390 -------------------------------------------------------------------
1391 Thu Apr  5 01:16:21 CEST 2012 - ma@suse.de
1392
1393 - Update zypp-po.tar.bz2
1394
1395 -------------------------------------------------------------------
1396 Mon Mar 26 14:47:59 CEST 2012 - ma@suse.de
1397
1398 - Cleanup orphaned media attach points (bnc#751221)
1399 - Show max support status if package is in multiple repos (bnc#735841)
1400 - Parse proxy user/pass from url (bnc#752497)
1401 - Add CMake option to disable libproxy usage and disable it on SLE. (bnc#752500)
1402 - version 11.3.0 (1)
1403
1404 -------------------------------------------------------------------
1405 Thu Mar 15 00:31:25 CET 2012 - ma@suse.de
1406
1407 - Add API for patch severity (bnc#733723, FATE#312633)
1408 - version 11.2.0 (1)
1409
1410 -------------------------------------------------------------------
1411 Tue Mar 13 13:04:48 CET 2012 - ma@suse.de
1412
1413 - Force libproxy into using "/etc/sysconfig/proxy" if it exists (bnc#679322)
1414 - Apply soft locks by name and not per package (bnc#749418)
1415 - version 11.1.1 (1)
1416
1417 -------------------------------------------------------------------
1418 Fri Feb  3 13:18:01 CET 2012 - ma@suse.de
1419
1420 - Add Fetcher support for CHECKSUMS file (replaceing SHA1SUMS) (bnc#744302)
1421 - Build with -fvisibility-inlines-hidden
1422 - CheckAccessDeleted: avoid duplicate entries for the same PID (bnc#716972)
1423 - Correctly use user:pass directly embedded in a proxy url (bnc#740764)
1424 - new sat::Map - Libsolv (bit)Map wrapper.
1425 - always set splitprovides to true now that libsolv handles them better
1426 - version 11.1.0 (1)
1427
1428 -------------------------------------------------------------------
1429 Thu Feb  2 01:14:17 CET 2012 - ma@suse.de
1430
1431 - Update zypp-po.tar.bz2
1432
1433 -------------------------------------------------------------------
1434 Sun Jan 29 01:14:28 CET 2012 - ma@suse.de
1435
1436 - Update zypp-po.tar.bz2
1437
1438 -------------------------------------------------------------------
1439 Sun Jan 22 01:13:30 CET 2012 - ma@suse.de
1440
1441 - Update zypp-po.tar.bz2
1442
1443 -------------------------------------------------------------------
1444 Tue Jan 10 18:31:41 CET 2012 - ma@suse.de
1445
1446 - Update zypp-po.tar.bz2
1447
1448 -------------------------------------------------------------------
1449 Fri Dec 23 14:51:25 CET 2011 - ma@suse.de
1450
1451 - Adapt Repository iteration to libsolv changes.
1452 - Add sat::Pool tests
1453 - Fix Flags<> api to be more consistent and add testcase.
1454 - Set min_curl_version 7.19.4 (bnc#735284)
1455 - Doc: add some words about 'Solver - Vendor protection'
1456 - version 11.0.0 (0)
1457
1458 -------------------------------------------------------------------
1459 Thu Dec  1 01:13:37 CET 2011 - ma@suse.de
1460
1461 - Update zypp-po.tar.bz2
1462
1463 -------------------------------------------------------------------
1464 Mon Nov 28 18:08:42 CET 2011 - ma@suse.de
1465
1466 - Fix and optimize Pathname ctor and provide testcases (bnc#721128)
1467 - Open all file descriptors with O_CLOEXEC to avoid leaks and races
1468 - Some improvements to the services documentation
1469 - Fix RW_pointer comparison with underlying smart pointer type.
1470 - version 10.3.5 (3)
1471
1472 -------------------------------------------------------------------
1473 Sun Nov 27 01:13:10 CET 2011 - ma@suse.de
1474
1475 - Update zypp-po.tar.bz2
1476
1477 -------------------------------------------------------------------
1478 Thu Nov 17 01:13:15 CET 2011 - ma@suse.de
1479
1480 - Update zypp-po.tar.bz2
1481
1482 -------------------------------------------------------------------
1483 Fri Nov 11 13:38:42 CET 2011 - ma@suse.de
1484
1485 - Try to find and use some CD/DVD device even if HAL/UDEV detection
1486   fails (bnc#724807)
1487 - Static initialization problem fixes (by Harald Fernengel)
1488 - version 10.3.4 (3)
1489
1490 -------------------------------------------------------------------
1491 Mon Nov  7 15:45:28 CET 2011 - ma@suse.de
1492
1493 - Don't use proxy if disabled (bnc#696805)
1494 - version 10.3.3 (3)
1495
1496 -------------------------------------------------------------------
1497 Mon Nov  7 13:49:44 UTC 2011 - dimstar@opensuse.org
1498
1499 - Add pkg-config BuildRequires: We fail to detect libproxy due to
1500   the missing pkg-config. Additionally, we have a .pc file
1501   ourselfes, which we do not get the provides for [bnc#696805]
1502
1503 -------------------------------------------------------------------
1504 Thu Nov  3 14:58:42 CET 2011 - ma@suse.de
1505
1506 - Let RepoInfo::keepPackages properly default to FALSE (bnc#727385)
1507 - version 10.3.2 (3)
1508
1509 -------------------------------------------------------------------
1510 Thu Nov  3 01:13:12 CET 2011 - ma@suse.de
1511
1512 - Update zypp-po.tar.bz2
1513
1514 -------------------------------------------------------------------
1515 Sun Oct 30 01:14:41 CEST 2011 - ma@suse.de
1516
1517 - Update zypp-po.tar.bz2
1518
1519 -------------------------------------------------------------------
1520 Thu Oct 27 01:14:10 CEST 2011 - ma@suse.de
1521
1522 - Update zypp-po.tar.bz2
1523
1524 -------------------------------------------------------------------
1525 Mon Oct 24 13:35:56 CEST 2011 - ma@suse.de
1526
1527 - Explicitly include textLocale in package translation download
1528
1529 -------------------------------------------------------------------
1530 Mon Oct 24 09:37:31 CEST 2011 - ma@suse.de
1531
1532 - Update libversion info (due to ABI change in 10.2.0 (bnc#725407)
1533 - version 10.3.1 (3)
1534
1535 -------------------------------------------------------------------
1536 Sun Oct 23 01:13:11 CEST 2011 - ma@suse.de
1537
1538 - Update zypp-po.tar.bz2
1539
1540 -------------------------------------------------------------------
1541 Fri Oct 21 11:47:39 CEST 2011 - ma@suse.de
1542
1543 - Add zypp.conf option repo.refresh.locales: A list of locales for
1544   which translated package descriptions should be downloaded if
1545   available.
1546 - Explixitly set CURLOPT_PROXYAUTH
1547 - version 10.3.0 (1)
1548
1549 -------------------------------------------------------------------
1550 Tue Oct 18 16:45:13 CEST 2011 - ma@suse.de
1551
1552 - Add arch armv7tnhl and armv7thl
1553 - Fix RepoVariablesReplacer to compute substitution values on demand only
1554 - PathInfo::hardlinkCopy: fix handling cross-device links
1555 - version 10.2.0 (1)
1556
1557 -------------------------------------------------------------------
1558 Sun Oct 16 01:13:37 CEST 2011 - ma@suse.de
1559
1560 - Update zypp-po.tar.bz2
1561
1562 -------------------------------------------------------------------
1563 Thu Oct 13 11:50:26 CEST 2011 - ma@suse.de
1564
1565 - Must not differ between type nfs and nfs4 when checking the mount
1566   table (bnc#710269)
1567 - version 10.1.1 (1)
1568
1569 -------------------------------------------------------------------
1570 Thu Oct 13 01:13:37 CEST 2011 - ma@suse.de
1571
1572 - Update zypp-po.tar.bz2
1573
1574 -------------------------------------------------------------------
1575 Tue Oct 11 15:20:43 CEST 2011 - ma@suse.de
1576
1577 - Switch to using libsolv instead of satsolver
1578 - version 10.1.0 (1)
1579
1580 -------------------------------------------------------------------
1581 Sun Oct  9 01:13:16 CEST 2011 - ma@suse.de
1582
1583 - Update zypp-po.tar.bz2
1584
1585 -------------------------------------------------------------------
1586 Thu Oct  6 01:14:00 CEST 2011 - ma@suse.de
1587
1588 - Update zypp-po.tar.bz2
1589
1590 -------------------------------------------------------------------
1591 Tue Sep 20 09:57:04 CEST 2011 - ma@suse.de
1592
1593 - Bump major version for Factory; 9.x is continued on SLE-11-SP2-Branch
1594 - version 10.0.0 (0)
1595
1596 -------------------------------------------------------------------
1597 Tue Sep 13 10:51:53 CEST 2011 - ma@suse.de
1598
1599 - Enhance Selectable API
1600 - version 9.11.0 (8)
1601
1602 -------------------------------------------------------------------
1603 Sun Sep 11 01:18:59 CEST 2011 - ma@suse.de
1604
1605 - Update sle-zypp-po.tar.bz2
1606
1607 -------------------------------------------------------------------
1608 Sun Sep 11 01:13:12 CEST 2011 - ma@suse.de
1609
1610 - Update zypp-po.tar.bz2
1611
1612 -------------------------------------------------------------------
1613 Thu Sep  8 01:19:28 CEST 2011 - ma@suse.de
1614
1615 - Update sle-zypp-po.tar.bz2
1616
1617 -------------------------------------------------------------------
1618 Thu Sep  8 01:14:08 CEST 2011 - ma@suse.de
1619
1620 - Update zypp-po.tar.bz2
1621
1622 -------------------------------------------------------------------
1623 Wed Sep  7 12:38:23 CEST 2011 - ma@suse.de
1624
1625 - Explicitly require rpm.
1626 - version 9.10.2 (8)
1627
1628 -------------------------------------------------------------------
1629 Sun Sep  4 01:16:54 CEST 2011 - ma@suse.de
1630
1631 - Update sle-zypp-po.tar.bz2
1632
1633 -------------------------------------------------------------------
1634 Sun Sep  4 01:13:27 CEST 2011 - ma@suse.de
1635
1636 - Update zypp-po.tar.bz2
1637
1638 -------------------------------------------------------------------
1639 Thu Sep  1 01:13:36 CEST 2011 - ma@suse.de
1640
1641 - Update zypp-po.tar.bz2
1642
1643 -------------------------------------------------------------------
1644 Mon Aug 29 10:51:04 CEST 2011 - ma@suse.de
1645
1646 - Extend mount entry comparison fix (bnc#710269)
1647 - version 9.10.2 (8)
1648
1649 -------------------------------------------------------------------
1650 Thu Aug 25 01:17:06 CEST 2011 - ma@suse.de
1651
1652 - Update sle-zypp-po.tar.bz2
1653
1654 -------------------------------------------------------------------
1655 Mon Aug 22 13:57:16 CEST 2011 - ma@suse.de
1656
1657 - Update sle-zypp-po.tar.bz2
1658
1659 -------------------------------------------------------------------
1660 Sun Aug 14 01:13:21 CEST 2011 - ma@suse.de
1661
1662 - Update zypp-po.tar.bz2
1663
1664 -------------------------------------------------------------------
1665 Sun Aug  7 01:16:07 CEST 2011 - ma@suse.de
1666
1667 - Update zypp-po.tar.bz2
1668
1669 -------------------------------------------------------------------
1670 Fri Aug  5 15:20:07 CEST 2011 - ma@suse.de
1671
1672 - Attempt to fix smb mount entry comparison (bnc#710269)
1673 - version 9.10.1 (8)
1674
1675 -------------------------------------------------------------------
1676 Thu Aug  4 14:54:47 CEST 2011 - ma@suse.de
1677
1678 - Allow to turn Resolvers upgrade mode on and off (bnc#709480)
1679 - Fix reading of integer arrays from rpm headers (bnc#709716)
1680 - version 9.10.0 (8)
1681
1682 -------------------------------------------------------------------
1683 Thu Aug  4 01:14:00 CEST 2011 - ma@suse.de
1684
1685 - Update zypp-po.tar.bz2
1686
1687 -------------------------------------------------------------------
1688 Thu Jul 28 13:04:10 CEST 2011 - ma@suse.de
1689
1690 - Evaluate CURLINFO_CONDITION_UNMET on zero sized successful transfers,
1691   if compiled against libcurl-7.19.4 or above. (bnc#692260)
1692 - version 9.9.2 (8)
1693
1694 -------------------------------------------------------------------
1695 Mon Jul 25 16:20:37 CEST 2011 - ma@suse.de
1696
1697 - Always read /proc/mounts when looking for mounted media (bnc#705893)
1698 - version 9.9.1 (8)
1699
1700 -------------------------------------------------------------------
1701 Fri Jul 22 13:12:34 CEST 2011 - ma@suse.de
1702
1703 - MediaUserAuth: Do not expose libcurl header files.
1704 - version 9.9.0 (8)
1705
1706 -------------------------------------------------------------------
1707 Mon Jul 18 11:33:25 CEST 2011 - ma@suse.de
1708
1709 - More initialize parser structure fixes. (bnc#705181)
1710 - version 9.8.7 (8)
1711
1712 -------------------------------------------------------------------
1713 Fri Jul 15 15:15:01 CEST 2011 - ma@suse.de
1714
1715 - Check for /etc/sysconfig/storage changes before solving (bnc#702365)
1716 - version 9.8.6 (8)
1717
1718 -------------------------------------------------------------------
1719 Fri Jul 15 13:58:53 CEST 2011 - ma@suse.de
1720
1721 - Properly initialize parser structures (bnc#705181)
1722 - version 9.8.5 (8)
1723
1724 -------------------------------------------------------------------
1725 Thu Jul  7 15:53:17 CEST 2011 - ma@suse.de
1726
1727 - Fix tests for available libcurl version.
1728 - version 9.8.4 (8)
1729
1730 -------------------------------------------------------------------
1731 Thu Jul  7 01:13:47 CEST 2011 - ma@suse.de
1732
1733 - Update zypp-po.tar.bz2
1734
1735 -------------------------------------------------------------------
1736 Mon Jul  4 10:41:42 CEST 2011 - ma@suse.de
1737
1738 - Make fix for bnc#702576 more robust.
1739 - Enhance fix for bnc#699435. Return an error if download in advance
1740   failed to provide all packages, so zypper does not silently quit.
1741 - version 9.8.3 (8)
1742
1743 -------------------------------------------------------------------
1744 Thu Jun 30 01:13:43 CEST 2011 - ma@suse.de
1745
1746 - Update zypp-po.tar.bz2
1747
1748 -------------------------------------------------------------------
1749 Wed Jun 29 12:23:24 CEST 2011 - ma@suse.de
1750
1751 - Always compute transaction from pool (bnc#702576)
1752 - version 9.8.2 (8)
1753
1754 -------------------------------------------------------------------
1755 Tue Jun 28 16:04:50 CEST 2011 - ma@suse.de
1756
1757 - Add feature provides for supported plugins.
1758
1759 -------------------------------------------------------------------
1760 Tue Jun 21 10:44:47 CEST 2011 - dmacvicar@suse.de
1761
1762 - Add configuration template for automatic kernel
1763   purge (feature#312018) to zypp.conf
1764
1765 -------------------------------------------------------------------
1766 Tue Jun 14 13:38:00 CEST 2011 - ma@suse.de
1767
1768 - Fix download loop to skip non-install actions. (bnc#699435)
1769 - version 9.8.1 (8)
1770
1771 -------------------------------------------------------------------
1772 Sun Jun 12 01:13:36 CEST 2011 - ma@suse.de
1773
1774 - Update zypp-po.tar.bz2
1775
1776 -------------------------------------------------------------------
1777 Thu Jun  9 09:34:51 CEST 2011 - ma@suse.de
1778
1779 - Fix missing return value.
1780
1781 -------------------------------------------------------------------
1782 Wed Jun  8 12:58:54 CEST 2011 - ma@suse.de
1783
1784 - Simplify ZYppCommitResult by using filtered Transaction::action_iterator.
1785 - version 9.8.0 (8)
1786
1787 -------------------------------------------------------------------
1788 Tue Jun  7 14:12:35 CEST 2011 - ma@suse.de
1789
1790 - Update zypp-po.tar.bz2
1791
1792 -------------------------------------------------------------------
1793 Tue Jun  7 12:42:20 CEST 2011 - ma@suse.de
1794
1795 - Fix transaction ORDER_BY_MEDIANR.
1796 - version 9.7.0 (5)
1797
1798 -------------------------------------------------------------------
1799 Fri Jun  3 23:12:05 CEST 2011 - ma@suse.de
1800
1801 - Basic commit plugins implemented. They may be used to implement pre/post
1802   commit actions like taking file system snapshots (fate#303699)
1803 - version 9.6.0 (5)
1804
1805 -------------------------------------------------------------------
1806 Tue May 31 17:27:45 CEST 2011 - ma@suse.de
1807
1808 - Do commit based on sat::Transaction.
1809 - version 9.5.0 (5)
1810
1811 -------------------------------------------------------------------
1812 Tue May 31 12:09:17 CEST 2011 - ma@suse.de
1813
1814 - Assert rpm database directory is created before rpmtsInitDB is
1815   called (bnc#697115)
1816
1817 -------------------------------------------------------------------
1818 Tue May 31 11:46:57 CEST 2011 - dheidler@suse.de
1819
1820 - fix var definition order in PackageProvider
1821 - fix operator~ return datatype for flags (ctor is explicit)
1822 - add method interactiveFlags to Patch describing what makes it
1823   interactive
1824 - version 9.4.0 (3)
1825
1826 -------------------------------------------------------------------
1827 Tue May 31 10:12:12 CEST 2011 - ma@suse.de
1828
1829 - Recommend 'lsof' (for zypper ps) (bnc#694427, bnc#684466)
1830
1831 -------------------------------------------------------------------
1832 Mon May 30 17:14:14 CEST 2011 - dheidler@suse.de
1833
1834 - Switch patch interactive-check to flags
1835 - version 9.3.0 (3)
1836
1837 -------------------------------------------------------------------
1838 Sun May 29 01:13:42 CEST 2011 - ma@suse.de
1839
1840 - Update zypp-po.tar.bz2
1841
1842 -------------------------------------------------------------------
1843 Fri May 27 17:02:05 CEST 2011 - ma@suse.de
1844
1845 - fix specfile to handle sles translations if available
1846
1847 -------------------------------------------------------------------
1848 Fri May 27 09:51:13 CEST 2011 - ma@suse.de
1849
1850 - Avoid using #elifdef directive.
1851
1852 -------------------------------------------------------------------
1853 Thu May 26 01:13:43 CEST 2011 - ma@suse.de
1854
1855 - Update zypp-po.tar.bz2
1856
1857 -------------------------------------------------------------------
1858 Wed May 25 09:22:28 CEST 2011 - ma@suse.de
1859
1860 - Add a fallback gnome-packagekit updater in package-manager (bnc#667504)
1861 - Backport changelog entries from SLE11-SP1 branch. Bugs mentioned here
1862   were either fixed without bnc# or do not apply to this branch. This is
1863   to make the changelog checker happy:
1864   - Set proper defaults for service repos (bnc#673943)
1865
1866 -------------------------------------------------------------------
1867 Tue May 24 12:43:32 CEST 2011 - dheidler@suse.de
1868
1869 - add option ignore_reboot_flag to Patch::interactive (bnc#665853)
1870 - version 9.2.0 (2)
1871
1872 -------------------------------------------------------------------
1873 Mon May 23 16:12:32 CEST 2011 - dheidler@suse.de
1874
1875 - respect patch content license when determinating interactive status
1876 - version 9.1.2 (1)
1877
1878 -------------------------------------------------------------------
1879 Mon May 23 12:05:10 CEST 2011 - ma@suse.de
1880
1881 - More rpm-4.9 fixes
1882 - Disable rpm V3toV4 conversion while not working with rpm 4.9
1883
1884 -------------------------------------------------------------------
1885 Sun May 22 01:14:21 CEST 2011 - ma@suse.de
1886
1887 - Update zypp-po.tar.bz2
1888
1889 -------------------------------------------------------------------
1890 Fri May 20 17:11:10 CEST 2011 - ma@suse.de
1891
1892 - Fix for rpm-4.9
1893 - version 9.1.1 (1)
1894
1895 -------------------------------------------------------------------
1896 Fri May 20 13:43:38 CEST 2011 - ma@suse.de
1897
1898 - Disable use if rpm-4.4 legacy interface (dropped in 4.9) (bnc#691089)
1899 - Fix poolquery handling repo restrictions correctly. (bnc#661976)
1900 - version 9.1.0 (1)
1901
1902 -------------------------------------------------------------------
1903 Wed May 18 14:10:20 CEST 2011 - dmacvicar@suse.de
1904
1905 - Allow MediaCD to build against HAL or nothing
1906   if udev is not present
1907
1908 -------------------------------------------------------------------
1909 Mon May 16 14:42:09 CEST 2011 - dmacvicar@suse.de
1910
1911 - forward port all changes to make it build in Code10
1912
1913 -------------------------------------------------------------------
1914 Mon May 16 11:51:51 UTC 2011 - dmacvicar@suse.de
1915
1916 - make -Werror=format-security optional and used only if
1917   supported
1918
1919 -------------------------------------------------------------------
1920 Sun May 15 01:13:47 CEST 2011 - ma@suse.de
1921
1922 - Update zypp-po.tar.bz2
1923
1924 -------------------------------------------------------------------
1925 Thu May 12 01:13:54 CEST 2011 - ma@suse.de
1926
1927 - Update zypp-po.tar.bz2
1928
1929 -------------------------------------------------------------------
1930 Fri May  6 13:22:35 CEST 2011 - dheidler@suse.de
1931
1932 - delete old metadata temp directories
1933 - version 9.0.3 (0)
1934
1935 -------------------------------------------------------------------
1936 Wed Apr 27 17:17:00 CEST 2011 - dheidler@suse.de
1937
1938 - fix max_concurrent_connections option in MultiCurl (bnc#596089)
1939 - version 9.0.2 (0)
1940
1941 -------------------------------------------------------------------
1942 Sun Apr 17 01:13:40 CEST 2011 - ma@suse.de
1943
1944 - Update zypp-po.tar.bz2
1945
1946 -------------------------------------------------------------------
1947 Tue Apr 12 18:49:32 CEST 2011 - dheidler@suse.de
1948
1949 - check for permissions before writing (fixes bnc#683509)
1950 - version 9.0.1 (0)
1951
1952 -------------------------------------------------------------------
1953 Tue Apr  5 12:08:27 CEST 2011 - ma@suse.de
1954
1955 - Switch ResPoolProxy to use multimap in order to allow iteration
1956   of all Selectables of all kinds.
1957 - Add upper/lower_bound iteration to MapKVIterator.
1958 - Add stream output for multimap/set.
1959 - version 9.0.0 (0)
1960
1961 -------------------------------------------------------------------
1962 Mon Apr  4 15:08:08 CEST 2011 - ma@suse.de
1963
1964 - Update zypp-po.tar.bz2
1965
1966 -------------------------------------------------------------------
1967 Mon Apr  4 15:04:47 CEST 2011 - ma@suse.de
1968
1969 - Update zypp-po.tar.bz2
1970
1971 -------------------------------------------------------------------
1972 Mon Apr  4 15:03:55 CEST 2011 - ma@suse.de
1973
1974 - Update zypp-po.tar.bz2
1975
1976 -------------------------------------------------------------------
1977 Thu Mar 10 01:13:39 CET 2011 - ma@suse.de
1978
1979 - Update zypp-po.tar.bz2
1980
1981 -------------------------------------------------------------------
1982 Sun Mar  6 01:13:41 CET 2011 - ma@suse.de
1983
1984 - Update zypp-po.tar.bz2
1985
1986 -------------------------------------------------------------------
1987 Wed Feb 16 14:24:27 UTC 2011 - dmacvicar@suse.de
1988
1989 - Do not look for $releasever 's value if there is no variable
1990   in the url: parses product file again and again
1991 - version 8.12.2 (10)
1992
1993 -------------------------------------------------------------------
1994 Thu Feb 10 16:01:46 CET 2011 - ma@suse.de
1995
1996 - Remove package-manager.desktop file (bnc#329635)
1997 - version 8.12.1 (10)
1998
1999 -------------------------------------------------------------------
2000 Tue Jan 25 10:09:22 CET 2011 - ma@suse.de
2001
2002 - Apply patch introducing armv7nhl:armv7hl
2003
2004 -------------------------------------------------------------------
2005 Tue Jan 18 12:28:19 UTC 2011 - dmacvicar@suse.de
2006
2007 - allow for Repo Index Services to set the enabled state of
2008   repositories from the server side.
2009 - Fix priority not being set on reading service indexes
2010 - version 8.12.0 (10)
2011
2012 -------------------------------------------------------------------
2013 Fri Jan 14 12:45:18 CET 2011 - ma@suse.de
2014
2015 - Add new ServicePlugin Exceptions.
2016
2017 -------------------------------------------------------------------
2018 Thu Jan 13 01:13:32 CET 2011 - ma@suse.de
2019
2020 - Update zypp-po.tar.bz2
2021
2022 -------------------------------------------------------------------
2023 Thu Dec 23 14:42:02 CET 2010 - dheidler@suse.de
2024
2025 - add method to check if there are manually configured urls
2026 - version 8.11.0 (10)
2027
2028 -------------------------------------------------------------------
2029 Thu Dec 23 11:31:22 CET 2010 - dheidler@suse.de
2030
2031 - create cache directory, if it doesn't exist
2032   when saving mirrorlist
2033 - version 8.10.6 (10)
2034
2035 -------------------------------------------------------------------
2036 Wed Dec 22 12:38:22 CET 2010 - dheidler@suse.de
2037
2038 - moved keepPackages code to RepoInfo::Impl
2039 - version 8.10.5 (10)
2040
2041 -------------------------------------------------------------------
2042 Tue Dec 21 13:29:06 CET 2010 - dheidler@suse.de
2043
2044 - Fix caching of mirrorlist files
2045 - version 8.10.4 (10)
2046
2047 -------------------------------------------------------------------
2048 Thu Dec 16 19:46:00 CET 2010 - ma@suse.de
2049
2050 - Do not export keyring if rpmdb is initialised, but target isn't
2051   (bnc#659494)
2052 - version 8.10.3 (10)
2053
2054 -------------------------------------------------------------------
2055 Fri Dec 10 17:17:07 CET 2010 - dheidler@suse.de
2056
2057 - Catch RPM-Exeption when instaling the Distribution (bnc#658714)
2058 - version 8.10.2 (10)
2059
2060 -------------------------------------------------------------------
2061 Wed Dec  8 14:15:12 CET 2010 - dheidler@suse.de
2062
2063 - fix retrieval of distributionVersion if target is not initialized
2064 - MultiCurl: make sure the server responds with "partial content",
2065   fixes corrupt downloads if the metalink file contains no checksums
2066 - version 8.10.1 (10)
2067
2068 -------------------------------------------------------------------
2069 Wed Dec  1 17:39:16 CET 2010 - dheidler@suse.de
2070
2071 - Added ReplacerVar caching in RepoInfo
2072 - Automaticly remove empty mirrorlist-files
2073 - version 8.10.0 (10)
2074
2075 -------------------------------------------------------------------
2076 Tue Nov 30 17:11:32 CET 2010 - dheidler@suse.de
2077
2078 - Added MirrorList caching
2079 - version 8.9.0 (7)
2080
2081 -------------------------------------------------------------------
2082 Mon Nov 29 12:31:37 CET 2010 - ma@suse.de
2083
2084 - Icons for libzypp should go into desktop-data. (bnc#329635)
2085 - version 8.8.2 (7)
2086
2087 -------------------------------------------------------------------
2088 Wed Nov 24 11:55:59 CET 2010 - ma@suse.de
2089
2090 - Properly handle FTP response 550. (bnc#645747)
2091 - version 8.8.1 (7)
2092
2093 -------------------------------------------------------------------
2094 Fri Nov 19 11:24:39 CET 2010 - mls@suse.de
2095
2096 - fix access of freed memory in MultiCurl (bnc#654600)
2097
2098 -------------------------------------------------------------------
2099 Sun Nov  7 01:13:39 CET 2010 - ma@suse.de
2100
2101 - Update zypp-po.tar.bz2
2102
2103 -------------------------------------------------------------------
2104 Wed Nov  3 16:06:46 CET 2010 - dheidler@suse.de
2105
2106 - added metalink support
2107 - version 8.8.0 (7)
2108
2109 -------------------------------------------------------------------
2110 Thu Oct 21 18:15:31 CEST 2010 - ma@suse.de
2111
2112 - Feed the ProvideFilePolicy progress callback in addition to any
2113   connected media::DownloadProgressReport (bnc#545106)
2114 - version 8.7.1 (7)
2115
2116 -------------------------------------------------------------------
2117 Wed Oct 13 16:14:13 CEST 2010 - dheidler@suse.de
2118
2119 - Make MetaLinkParser accept InputStreams
2120 - Make MetaLinkParser accept Pathnames insted of strings
2121 - Fix MetaLinkv4 hash parsing
2122 - Add MetaLinkParser test
2123 - version 8.7.0 (7)
2124
2125 -------------------------------------------------------------------
2126 Mon Oct 11 17:06:17 CEST 2010 - ma@suse.de
2127
2128 - Use timeouts in plugin script communication.
2129 - Fix ExternalProgram to correctly remember exit status.
2130 - version 8.6.0 (5)
2131
2132 -------------------------------------------------------------------
2133 Sun Oct 10 01:13:40 CEST 2010 - ma@suse.de
2134
2135 - Update zypp-po.tar.bz2
2136
2137 -------------------------------------------------------------------
2138 Fri Oct  8 08:43:02 UTC 2010 - dmacvicar@novell.com
2139
2140 - fix services not being linked to their file after being
2141   saved
2142
2143 -------------------------------------------------------------------
2144 Thu Oct  7 09:02:26 CEST 2010 - jkupec@suse.cz
2145
2146 - Don't use aria2c for FTP (bnc #641328)
2147
2148 -------------------------------------------------------------------
2149 Wed Oct  6 15:39:59 UTC 2010 - dmacvicar@novell.com
2150
2151 - implementation for url resolver plugins
2152 - version 8.5.0 (5)
2153
2154 -------------------------------------------------------------------
2155 Wed Oct  6 16:54:15 CEST 2010 - dheidler@suse.de
2156
2157 - Use DownloadInHeaps as default, when there is nothing configured
2158   and when the target root is set to "/". (bnc#591476)
2159 - version 8.4.0 (4)
2160
2161 -------------------------------------------------------------------
2162 Tue Sep 28 17:12:51 CEST 2010 - dheidler@suse.de
2163
2164 - fixed replacing releasever (for fedora systems) - (bnc#637470)
2165 - version 8.3.0 (0)
2166
2167 -------------------------------------------------------------------
2168 Fri Sep 24 13:07:25 CEST 2010 - mls@suse.de
2169
2170 - fix metalink4 parsing [bnc#641484]
2171
2172 -------------------------------------------------------------------
2173 Thu Sep 23 01:13:45 CEST 2010 - ma@suse.de
2174
2175 - Update zypp-po.tar.bz2
2176
2177 -------------------------------------------------------------------
2178 Mon Sep 20 15:31:31 UTC 2010 - dmacvicar@novell.com
2179
2180 - Allow per repository proxy settings like yum does.
2181   Including setting it to _none_ overriding the
2182   system proxy.
2183   Patch from Zhang, Qiang <qiang.z.zhang@intel.com>
2184 - version 8.2.1 (0)
2185
2186 -------------------------------------------------------------------
2187 Fri Sep 10 17:06:34 CEST 2010 - dheidler@suse.de
2188
2189 - fixed replacing basearch (for fedora systems) - (bnc#637473)
2190 - version 8.2.0 (0)
2191
2192 -------------------------------------------------------------------
2193 Fri Sep 10 11:57:29 CEST 2010 - ma@suse.de
2194
2195 - Report download failures in commit result (bnc#431854)
2196 - Fix Solvable::onSystemByUser returning true for uninstalled solvables.
2197 - version 8.1.3 (0)
2198
2199 -------------------------------------------------------------------
2200 Tue Aug 31 20:01:26 CEST 2010 - ma@suse.de
2201
2202 - Fix download-only not to omit source packages (bnc#635596)
2203 - version 8.1.2 (0)
2204
2205 -------------------------------------------------------------------
2206 Thu Aug 26 01:13:38 CEST 2010 - ma@suse.de
2207
2208 - Update zypp-po.tar.bz2
2209
2210 -------------------------------------------------------------------
2211 Fri Aug 13 12:33:26 UTC 2010 - dmacvicar@novell.com
2212
2213 - fix basearch url variable
2214 - use the right release package name on fedora
2215
2216 -------------------------------------------------------------------
2217 Tue Aug 10 13:18:08 CEST 2010 - ma@suse.de
2218
2219 - MediaDISK: Use blkid to verify disk volumes. (bnc#623226)
2220 - version 8.1.1 (0)
2221
2222 -------------------------------------------------------------------
2223 Sun Aug  8 01:13:37 CEST 2010 - ma@suse.de
2224
2225 - Update zypp-po.tar.bz2
2226
2227 -------------------------------------------------------------------
2228 Thu Aug  5 01:13:53 CEST 2010 - ma@suse.de
2229
2230 - Update zypp-po.tar.bz2
2231
2232 -------------------------------------------------------------------
2233 Tue Aug  3 16:17:04 CEST 2010 - ma@suse.de
2234
2235 - Fix memory leaks.
2236
2237 -------------------------------------------------------------------
2238 Mon Aug  2 11:58:57 CEST 2010 - ma@suse.de
2239
2240 - Enhance PoolItem interface to assist patch classification. (bnc#627316)
2241 - version 8.1.0 (0)
2242
2243 -------------------------------------------------------------------
2244 Tue Jul 27 15:38:00 CEST 2010 - ma@suse.de
2245
2246 - Fix bug in PoolQuery::addDependency
2247 - Disable MediaAria and enable MultiCurl as default http/ftp backend.
2248   MultiCurl implements MetaLink and Zsync support using libcurl. In
2249   case of trouble set ZYPP_MULTICURL=0 in the envirionment to disable
2250   the new backend.
2251 - version 8.0.1 (0)
2252
2253 -------------------------------------------------------------------
2254 Mon Jul 26 17:05:14 CEST 2010 - ma@suse.de
2255
2256 - Bump heads major version after 11.3 branched away.
2257 - version 8.0.0 (0)
2258
2259 -------------------------------------------------------------------
2260 Thu Jul 22 01:13:27 CEST 2010 - ma@suse.de
2261
2262 - Update zypp-po.tar.bz2
2263
2264 -------------------------------------------------------------------
2265 Wed Jul  7 13:56:49 CEST 2010 - ma@suse.de
2266
2267 - Add PoolQuery for name, edition AND architecture in one go. (bnc#614362)
2268 - version 7.8.0 (6)
2269
2270 -------------------------------------------------------------------
2271 Mon Jul  5 13:03:57 CEST 2010 - ma@suse.de
2272
2273 - Fix requirement to /usr/bin/uuidgen (bnc#613304)
2274
2275 -------------------------------------------------------------------
2276 Sun Jul  4 01:13:29 CEST 2010 - ma@suse.de
2277
2278 - Update zypp-po.tar.bz2
2279
2280 -------------------------------------------------------------------
2281 Tue Jun 29 17:46:13 CEST 2010 - ma@suse.de
2282
2283 - Fix CURLOPT_MAX_RECV_SPEED_LARGE expecting a curl_off_t argument.
2284
2285 -------------------------------------------------------------------
2286 Tue Jun 29 10:22:06 CEST 2010 - ma@suse.de
2287
2288 - Respect zypp.conf policy settings when solving for update.
2289
2290 -------------------------------------------------------------------
2291 Fri Jun 25 11:35:52 CEST 2010 - ma@suse.de
2292
2293 - Don't bloat logfile by logging install progess values.
2294
2295 -------------------------------------------------------------------
2296 Thu Jun 10 01:13:49 CEST 2010 - ma@suse.de
2297
2298 - Update zypp-po.tar.bz2
2299
2300 -------------------------------------------------------------------
2301 Mon Jun  7 17:52:50 CEST 2010 - ma@suse.de
2302
2303 - Add missing Date constant declarations.
2304 - version 7.7.5 (6)
2305
2306 -------------------------------------------------------------------
2307 Mon Jun  7 11:46:58 CEST 2010 - ma@suse.de
2308
2309 - Prevent against daemons launched in rpm %post, that do not close
2310   their filedescriptors. Original fix was accidentally reverted.
2311   (bnc#174548)
2312 - version 7.7.4 (6)
2313
2314 -------------------------------------------------------------------
2315 Sun Jun  6 01:13:52 CEST 2010 - ma@suse.de
2316
2317 - Update zypp-po.tar.bz2
2318
2319 -------------------------------------------------------------------
2320 Fri Jun  4 17:14:17 CEST 2010 - ma@suse.de
2321
2322 - Fix default evaluation of recommendations of installed
2323   packages (bnc#605490)
2324 - version 7.7.3 (6)
2325
2326 -------------------------------------------------------------------
2327 Thu Jun  3 01:14:08 CEST 2010 - ma@suse.de
2328
2329 - Update zypp-po.tar.bz2
2330
2331 -------------------------------------------------------------------
2332 Fri May 21 20:00:55 CEST 2010 - ma@suse.de
2333
2334 - Fix broken IdStringType comparison (bnc#607572)
2335 - version 7.7.2 (6)
2336
2337 -------------------------------------------------------------------
2338 Thu May 20 21:01:05 CEST 2010 - ma@suse.de
2339
2340 - Fix packages provided via delta rpm being placed in
2341   the wrong package cache (bnc#607583)
2342 - version 7.7.1 (6)
2343
2344 -------------------------------------------------------------------
2345 Thu May 20 01:13:49 CEST 2010 - ma@suse.de
2346
2347 - Update zypp-po.tar.bz2
2348
2349 -------------------------------------------------------------------
2350 Tue May 18 18:02:44 CEST 2010 - ma@suse.de
2351
2352 - Fix arch detection on sprac (bug #566291)
2353 - Arch: add sparc64v and sparcv9v and armv7l
2354 - RepoManager: refresh repo if last refresh is in the future (bnc#593617)
2355 - version 7.6.1 (6)
2356
2357 -------------------------------------------------------------------
2358 Mon May 17 15:25:14 CEST 2010 - ma@suse.de
2359
2360 - Fix package-manager-su to support LXDE (Andrea Florio) (bnc#582235)
2361 - Cleanup spec file (Pavol Rusnak)
2362 - version 7.6.0 (6)
2363
2364 -------------------------------------------------------------------
2365 Sun May 16 01:13:39 CEST 2010 - ma@suse.de
2366
2367 - Update zypp-po.tar.bz2
2368
2369 -------------------------------------------------------------------
2370 Wed May 12 19:09:54 CEST 2010 - ma@suse.de
2371
2372 - Add methods to evaluate gpg geys expiration dates.
2373 - Export all rpmDb keys to the zypp trusted keyring in one go.
2374 - version 7.6.0 (6)
2375
2376 -------------------------------------------------------------------
2377 Wed May 12 17:35:44 CEST 2010 - ma@suse.de
2378
2379 - Update zypp-po.tar.bz2
2380
2381 -------------------------------------------------------------------
2382 Sun May  9 01:13:45 CEST 2010 - ma@suse.de
2383
2384 - Update zypp-po.tar.bz2
2385
2386 -------------------------------------------------------------------
2387 Sat May  8 01:13:43 CEST 2010 - ma@suse.de
2388
2389 - Update zypp-po.tar.bz2
2390
2391 -------------------------------------------------------------------
2392 Fri May  7 01:13:55 CEST 2010 - ma@suse.de
2393
2394 - Update zypp-po.tar.bz2 (Revision: 54959)
2395
2396 -------------------------------------------------------------------
2397 Wed May  5 14:49:39 CEST 2010 - ma@suse.de
2398
2399 - Update zypp-po.tar.bz2 (Revision: 54959)
2400
2401 -------------------------------------------------------------------
2402 Tue May  4 01:13:43 CEST 2010 - ma@suse.de
2403
2404 - Update translations.
2405
2406 -------------------------------------------------------------------
2407 Mon May  3 18:12:36 CEST 2010 - ma@suse.de
2408
2409 - Improve solver.cleandepsOnRemove result by evaluating the install
2410   history to find packages installed on behalf of a user request (not
2411   auto added by the solver).
2412 - version 7.5.0 (5)
2413
2414 -------------------------------------------------------------------
2415 Sat May  1 01:13:43 CEST 2010 - ma@suse.de
2416
2417 - Update translations.
2418
2419 -------------------------------------------------------------------
2420 Fri Apr 30 01:13:46 CEST 2010 - ma@suse.de
2421
2422 - Update translations.
2423
2424 -------------------------------------------------------------------
2425 Thu Apr 29 17:10:29 CEST 2010 - ma@suse.de
2426
2427 - Cleanup when deleting packages. New zypp.conf expert option
2428   solver.cleandepsOnRemove telling whether the solver should per
2429   default try to remove packages exclusively required by the ones
2430   he's asked to delete (default false).
2431 - Resolver::cleandepsOnRemove API to allow applications to change
2432   the solver option.
2433 - version 7.4.0 (4)
2434
2435 -------------------------------------------------------------------
2436 Thu Apr 29 01:13:40 CEST 2010 - ma@suse.de
2437
2438 - Update translations.
2439
2440 -------------------------------------------------------------------
2441 Wed Apr 28 16:35:04 CEST 2010 - ma@suse.de
2442
2443 - Enable splitprovides on update.
2444
2445 -------------------------------------------------------------------
2446 Wed Apr 28 01:13:37 CEST 2010 - ma@suse.de
2447
2448 - Update translations.
2449
2450 -------------------------------------------------------------------
2451 Tue Apr 27 17:42:20 CEST 2010 - ma@suse.de
2452
2453 - Selectable: Classify broken but locked patch as isUnwanted (bnc#577118)
2454 - version 7.3.0 (2)
2455
2456 -------------------------------------------------------------------
2457 Tue Apr 27 11:25:17 CEST 2010 - ma@suse.de
2458
2459 - Use libudev to detect available cd/dvd devices (bnc#590707,fate#308980)
2460 - Fix specfile to BuildRequire libudev-devel.
2461 - version 7.2.0 (2)
2462
2463 -------------------------------------------------------------------
2464 Mon Apr 26 11:57:23 CEST 2010 - ma@suse.de
2465
2466 - Support URLs and ISOs ending on 'Media1', 'Media2', etc., when
2467   rewiting the URL to access a specific media number. By now only
2468   nanmes ending on 'CD' or 'DVD' were supported. (bnc#594850)
2469
2470 -------------------------------------------------------------------
2471 Fri Apr 23 01:13:34 CEST 2010 - ma@suse.de
2472
2473 - Update translations.
2474
2475 -------------------------------------------------------------------
2476 Wed Apr 21 01:13:38 CEST 2010 - ma@suse.de
2477
2478 - Update translations.
2479
2480 -------------------------------------------------------------------
2481 Tue Apr 20 16:56:59 CEST 2010 - ma@suse.de
2482
2483 - /etc/zypp/locks: Allow to specify edition ranges with
2484   solvable:name and dependencies.
2485 - version 7.1.1 (1)
2486
2487 -------------------------------------------------------------------
2488 Thu Apr 15 12:49:01 CEST 2010 - ma@suse.de
2489
2490 - Provide name of the lock holder in ZYppFactoryException. (bnc#580513)
2491 - version 7.1.0 (1)
2492
2493 -------------------------------------------------------------------
2494 Wed Apr 14 15:09:18 CEST 2010 - ma@suse.de
2495
2496 - Using boost-1.42 requires -fno-strict-aliasing (bnc#595545)
2497 - Bump major version for 11.3 development.
2498 - version 7.0.0 (0)
2499
2500 -------------------------------------------------------------------
2501 Tue Apr 13 14:36:31 CEST 2010 - ma@suse.de
2502
2503 - Fix parsing port from IPv6 URL (bnc#593385)
2504
2505 -------------------------------------------------------------------
2506 Fri Mar 26 19:23:59 CET 2010 - ma@suse.de
2507
2508 - Propagate ZConfig::setTextLocale to pool. (bnc#588850)
2509 - version 6.31.3 (31)
2510
2511 -------------------------------------------------------------------
2512 Fri Mar 26 13:50:08 CET 2010 - ma@suse.de
2513
2514 - Fix guessing package spec to match package names only. (bnc#590864)
2515 - version 6.31.2 (31)
2516
2517 -------------------------------------------------------------------
2518 Tue Mar 23 16:55:56 CET 2010 - ma@suse.de
2519
2520 - Add static Target::distributionLabel to return the baseproducts
2521   shortName and summary. Mainlu used for the bootloader menu. (bnc #586303)
2522 - version 6.31.1 (31)
2523
2524 -------------------------------------------------------------------
2525 Thu Mar 18 17:17:02 CET 2010 - ma@suse.de
2526
2527 - Fix broken bit values in enum VendorSupportOption (bnc#589331)
2528 - version 6.31.0 (31)
2529
2530 -------------------------------------------------------------------
2531 Fri Mar 12 14:46:25 CET 2010 - ma@suse.de
2532
2533 - Fix handling of symlinked packages in package cache. (bnc #585409)
2534 - version 6.30.5 (19)
2535
2536 -------------------------------------------------------------------
2537 Tue Feb 23 19:05:04 CET 2010 - jkupec@suse.cz
2538
2539 - Avoiding use of 'guest' if 'credentials' is used when moutning
2540   a CIFS share. This caused 'permission denied' error with certain
2541   server configurations (bnc #560496).
2542
2543 -------------------------------------------------------------------
2544 Tue Feb 23 17:31:05 CET 2010 - ma@suse.de
2545
2546 - Check if a downloaded file actually exists even if aria2c returned 0.
2547   (bnc #564816)
2548 - version 6.30.3 (19)
2549
2550 -------------------------------------------------------------------
2551 Mon Feb 22 15:25:34 CET 2010 - jkupec@suse.cz
2552
2553 - Made CURLE_PARTIAL_FILE an auto-retry error (bnc #471436)
2554
2555 -------------------------------------------------------------------
2556 Mon Feb 22 13:09:09 CET 2010 - ma@suse.de
2557
2558 - Turn off cookies when retrieving services repoindex.xml (bnc #573897)
2559 - Consider pending disable requests when removing service repositories. (bnc #572634)
2560 - version 6.30.1 (19)
2561
2562 -------------------------------------------------------------------
2563 Sun Feb 21 14:11:49 CET 2010 - jkupec@suse.cz
2564
2565 - RepoManager::cleanCacheDirGarbage added for removing directories
2566   which do not belong to any of known repos (bnc #467693)
2567 - version 6.30.0 (19)
2568
2569 -------------------------------------------------------------------
2570 Thu Feb 11 13:40:49 CET 2010 - ma@suse.de
2571
2572 - On SLE aria2 is not required, so conflict with a too old aria2
2573   version installed. (bnc #578052)
2574 - version 6.29.5 (19)
2575
2576 -------------------------------------------------------------------
2577 Wed Feb 10 12:45:21 CET 2010 - ma@suse.de
2578
2579 - Fix package-manager script wrongly escaping UTF-8 chars in path
2580   names (bnc #571410)
2581 - version 6.29.4 (19)
2582
2583 -------------------------------------------------------------------
2584 Mon Feb  8 13:21:40 CET 2010 - ma@suse.de
2585
2586 - Support an alternate SLE-SP1 translation set.
2587 - version 6.29.3 (19)
2588
2589 -------------------------------------------------------------------
2590 Wed Feb  3 15:57:13 CET 2010 - ma@suse.de
2591
2592 - Remember the enabled state of removed service repositories. This
2593   way we are able to restore service repositories correctly after a
2594   subscrition expired and gets renewed. (bnc #572634)
2595 - version 6.29.2 (19)
2596
2597 -------------------------------------------------------------------
2598 Thu Jan 28 16:12:25 CET 2010 - jkupec@suse.cz
2599
2600 - Abort aria2c download when the progress callback receives 'false'
2601   (bnc #545106)
2602
2603 -------------------------------------------------------------------
2604 Tue Jan 19 14:50:15 CET 2010 - ma@suse.de
2605
2606 - Evaluate SolvAttr::repositoryToolVersion to prevent loading
2607   outdated solv files. (bnc #570623)
2608 - version 6.29.0 (19)
2609
2610 -------------------------------------------------------------------
2611 Fri Jan 15 18:15:26 CET 2010 - jkupec@suse.cz
2612
2613 - Use regex to parse aria2c progress lines (bnc #570917)
2614 - version 6.28.1 (19)
2615
2616 -------------------------------------------------------------------
2617 Thu Jan  7 12:25:24 CET 2010 - jkupec@suse.cz
2618
2619 - Set SignatureFileChecker context even if the key is not known
2620   (bnc #495977)
2621 - version 6.28.0 (19)
2622
2623 -------------------------------------------------------------------
2624 Thu Dec 10 17:18:34 CET 2009 - jkupec@suse.cz
2625
2626 - RepoInfoBase::label() added for use in UI messages, plus
2627   ZConfig::repoLabelIsAlias()
2628
2629 -------------------------------------------------------------------
2630 Tue Dec  8 19:41:17 CET 2009 - ma@suse.de
2631
2632 - Fix transaction building in presence of multiversion installable items.
2633 - version 6.27.1 (19)
2634
2635 -------------------------------------------------------------------
2636 Fri Dec  4 17:19:58 CET 2009 - ma@suse.de
2637
2638 - Improve multiversion status handling and installation. (fate #305311)
2639 - version 6.27.0 (19)
2640
2641 -------------------------------------------------------------------
2642 Fri Dec  4 14:56:19 CET 2009 - jkupec@suse.cz
2643
2644 - Don't allow an alias to start with '.' (bnc #473834)
2645
2646 -------------------------------------------------------------------
2647 Thu Dec  3 12:00:16 CET 2009 - ma@suse.de
2648
2649 - PickList and status interface for handling packages which are
2650   installable in multiple versions. (fate #305311)
2651 - version 6.26.0 (19)
2652
2653 -------------------------------------------------------------------
2654 Wed Dec  2 13:10:43 CET 2009 - ma@suse.de
2655
2656 - Add Selectable::highestAvailableVersionObj. Returns the highest
2657   available package version, ignoring priorities and policies. (bnc #557557)
2658 - version 6.25.0 (19)
2659
2660 -------------------------------------------------------------------
2661 Mon Nov 30 17:56:02 CET 2009 - ma@suse.de
2662
2663 - Also parse <product> tag from .prod files <upgrade> section.
2664 - version 6.24.3 (19)
2665
2666 -------------------------------------------------------------------
2667 Fri Nov 27 11:20:34 CET 2009 - ma@suse.de
2668
2669 - Fix chroot execution of update scripts. (bnc #558813)
2670 - version 6.24.3 (19)
2671
2672 -------------------------------------------------------------------
2673 Thu Nov 26 16:06:52 CET 2009 - jkupec@suse.cz
2674
2675 - Fixed parsing of download speed from aria2c (bnc #537870)
2676
2677 -------------------------------------------------------------------
2678 Wed Nov 25 16:28:29 CET 2009 - ma@suse.de
2679
2680 - Add ui::Selecatble interface for picking specific package versions
2681   to install or delete if multiversion install is on.
2682 - version 6.24.0 (19)
2683
2684 -------------------------------------------------------------------
2685 Fri Nov 20 13:30:02 CET 2009 - ma@suse.de
2686
2687 - Parse zypp.conf multiversion option and make the setting available
2688   in pool and resolver.
2689 - version 6.23.0 (19)
2690
2691 -------------------------------------------------------------------
2692 Mon Nov 16 16:27:39 CET 2009 - ma@suse.de
2693
2694 - Specfile fixes to build on sle11-sp1.
2695 - Fix repository probing and building in presence of productdir. (bnc #553712)
2696 - version 6.22.3 (19)
2697
2698 -------------------------------------------------------------------
2699 Thu Nov 12 15:31:10 UTC 2009 - dmacvicar@suse.de
2700
2701 - Forward port and document already present changes
2702   from Code11-Branch
2703   * void SEGV if trying to access data of installed packages, that were
2704     deleted behind our back (bnc #530595)
2705   * ProxyInfoSysconfig: take care variables get initialized.
2706   * Fix parsing of rpm.install.excludedocs option (bnc #518883)
2707   * Use rpm variables in specfile. (bnc #512466)
2708   * Fix to compile with -Werror=format-security
2709   * Fix packageand() in testcase generation
2710   * Don't link unneeded libraries. (bnc #490895)
2711   * Fix Patch::categoryEnum.
2712   * Adapt to changed satsolver API. (bnc #480303)
2713   * Taking ALL translations for generating GMO files (bnc #458739)
2714   * Advice users to contact NCC if access to a 'novell.com'
2715     repository is denied (bnc #464586).
2716 - version 6.22.2 (19)
2717
2718 -------------------------------------------------------------------
2719 Thu Nov 12 11:53:04 CET 2009 - ma@suse.de
2720
2721 - Raised the limit of redirections from 3 to 6 (bnc #465532)
2722 - Following redirections also for https (bnc #545722).
2723 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
2724 - Do not report cached packages as being downloaded. (bnc #545295)
2725 - Per default do not collect and report deleted files outside bin and lib
2726   directories for 'zypper ps'. (bnc #554480)
2727 - version 6.22.1 (19)
2728
2729 -------------------------------------------------------------------
2730 Wed Nov 11 13:54:52 CET 2009 - ma@suse.de
2731
2732 - CheckAccessDeleted: Per default do not collect and report deleted files
2733   that outside bin and lib directories. 'zypper ps' reporting false positive
2734   seems to confuse. (bnc #554480)
2735
2736 -------------------------------------------------------------------
2737 Wed Nov 11 11:45:01 CET 2009 - ma@suse.de
2738
2739 - Following https redirections requires at least libcurl4-7.19.4. (bnc #553895)
2740
2741 -------------------------------------------------------------------
2742 Fri Nov  6 22:16:10 CET 2009 - ma@suse.de
2743
2744 - dup: Process drop list only if product actually changes. (bnc #552180)
2745 - Selectable: Consider allowed arch/noarch changes when comuting candiadates.
2746 - version 6.22.0 (19)
2747
2748 -------------------------------------------------------------------
2749 Mon Nov  2 21:33:40 CET 2009 - ma@suse.de
2750
2751 - Enhance interface for zypper. (bnc #551956)
2752 - version 6.21.4 (19)
2753
2754 -------------------------------------------------------------------
2755 Mon Nov  2 20:03:31 CET 2009 - ma@suse.de
2756
2757 - CIFS/SMB: Support mountoption 'noguest' to prevent passing 'guest' option
2758   to mount. "cifs://server/share/path?mountoptions=noguest,ro" (bnc #547354)
2759 - version 6.21.3 (19)
2760
2761 -------------------------------------------------------------------
2762 Mon Nov  2 16:35:33 CET 2009 - ma@suse.de
2763
2764 - CheckAccessDeleted: Avoid reporting false positive due to insufficient
2765   permission.
2766
2767 -------------------------------------------------------------------
2768 Mon Nov  2 13:59:33 CET 2009 - ma@suse.de
2769
2770 - Don't try to access droplist of dropped products. (bnc #551697)
2771 - version 6.21.2 (19)
2772
2773 -------------------------------------------------------------------
2774 Fri Oct 30 12:30:48 CET 2009 - ma@suse.de
2775
2776 - Don't try to use an empty proxy string. (bnc #551314)
2777 - MediaSMB failed to pass the --workgroup option to mount. (bnc #547354)
2778 - version 6.21.1 (19)
2779
2780 -------------------------------------------------------------------
2781 Fri Oct 30 11:28:05 CET 2009 - ma@suse.de
2782
2783 - New class PoolItemBest: Find the best candidates e.g. in a PoolQuery
2784   result. ui::Selectabe enhancements. Both will aid applications to
2785   install package sets determined by query results. (bnc # 548392)
2786 - Fix upgradeRepo solution to keep obsolete packages. (bnc #550915)
2787 - Updated iso3166-1 country codes (bnc #531350)
2788 - version 6.21.0 (19)
2789
2790 -------------------------------------------------------------------
2791 Tue Oct 27 12:30:29 CET 2009 - ma@suse.de
2792
2793 - Add Resolver::upgradingRepo demanded by GUI. (bnc #548551)
2794 - version 6.20.0 (19)
2795
2796 -------------------------------------------------------------------
2797 Thu Oct 22 15:09:57 CEST 2009 - ma@suse.de
2798
2799 - Fixes to make libzypp-bindings compile.
2800 - version 6.19.3 (19)
2801
2802 -------------------------------------------------------------------
2803 Tue Oct 20 16:06:13 CEST 2009 - ma@suse.de
2804
2805 - Credentials are passed as commandline options to aria2c, so strip any
2806   'user@' from the URL. Otherwise aria will use an empty password for
2807   this URL and authentication will fail. (bnc #544634)
2808 - version 6.19.2 (19)
2809
2810 -------------------------------------------------------------------
2811 Mon Oct 19 13:39:31 CEST 2009 - ma@suse.de
2812
2813 - Repository::setInfo: Propagate priority changes to the solver to
2814   avoid reloading the whole repo (bnc #498266).
2815 - version 6.19.1 (19)
2816
2817 -------------------------------------------------------------------
2818 Thu Oct 15 20:48:02 CEST 2009 - ma@suse.de
2819
2820 - ResStatus: add isOrphaned to test whether a package is not provided
2821   by any enabled repository. Orphaned packages are usually good candidates
2822   for cleanup unless the providing repository was intentionally disabled.
2823 - version 6.19.0 (19)
2824
2825 -------------------------------------------------------------------
2826 Thu Oct 15 17:28:38 CEST 2009 - dmacvicar@suse.de
2827
2828 - aria2: pass credentials in a file instead of the command line
2829   which is logged.
2830 - aria2: we get the url in the progress if there is no response
2831   from the server yet, handle that to avoid flooding the log.
2832 - version 6.18.2 (17)
2833
2834 -------------------------------------------------------------------
2835 Thu Oct 15 16:56:25 CEST 2009 - ma@suse.de
2836
2837 - Performing a dist upgrade the solver may try to delete old and no
2838   longer provided (dropped) packages, even if they do not cause any
2839   dependency problem. This behaviour may be trurned off via zypp.conf
2840   option solver.upgradeRemoveDropedPackages. (bnc #539543)
2841 - New zypp.conf option solver.upgradeRemoveDropedPackages (true).
2842 - Add Product::droplist: List of dropped packages, i.e. packages no
2843   longer provided by a product.
2844 - version 6.18.1 (17)
2845
2846 -------------------------------------------------------------------
2847 Wed Oct  7 16:45:21 CEST 2009 - ma@suse.de
2848
2849 - Return update messages via ZYppCommitResult. Support variable
2850   substitution in notification command. (fate #301175)
2851 - Fix evaluation of no_proxy entries (bnc #543337)
2852 - aria/curl: Fix header data in case the target is
2853   not initialized when downloading.
2854 - version 6.18.0 (17)
2855
2856 -------------------------------------------------------------------
2857 Thu Sep 24 17:21:45 CEST 2009 - ma@suse.de
2858
2859 - Add zypp.conf option update.messages.notify: Command to be invoked
2860   to send update messages. (fate #301175)
2861 - version 6.17.2 (17)
2862
2863 -------------------------------------------------------------------
2864 Tue Sep 22 20:32:38 CEST 2009 - ma@suse.de
2865
2866 - Add Selectable::updateCandidateObj returning the candidate for
2867   update, if there is one. The updateCandidate must not violate
2868   any active solver policy.
2869 - version 6.17.1 (17)
2870
2871 -------------------------------------------------------------------
2872 Fri Sep 18 17:20:37 CEST 2009 - ma@suse.de
2873
2874 - Make sure rpmReadConfigFiles was called before using librpm (bnc #539603).
2875 - Remove dead rpm database caching code from class RpmDb.
2876 - version 6.17.0 (17)
2877
2878 -------------------------------------------------------------------
2879 Fri Sep 11 15:13:30 CEST 2009 - ma@km13.de
2880
2881 - New commit.downloadMode option in zypp.conf. Allows to set a
2882   prefered download policy for commit.
2883 - version 6.16.0 (11)
2884
2885 -------------------------------------------------------------------
2886 Thu Sep 10 19:03:01 CEST 2009 - ma@suse.de
2887
2888 - Support nfs4 (nfs4://... or nfs://...?type=nfs4) (fate #306451)
2889 - Added Url::schemeIsLocal, schemeIsRemote, schemeIsVolatile and
2890   schemeIsDownloading.
2891 - version 6.15.0 (11)
2892
2893 -------------------------------------------------------------------
2894 Wed Sep  9 15:02:18 CEST 2009 - ma@suse.de
2895
2896 - Add Capability::guessPackageSpec; parser also supporting "name-ver-rel.arch"
2897   formats for building Capabilities(originally "name.arch=ver-rel").
2898 - version 6.14.3 (11)
2899
2900 -------------------------------------------------------------------
2901 Mon Sep  7 17:31:20 CEST 2009 - ma@suse.de
2902
2903 - Fix resolution to force installation even if dependencies are missing.
2904   (bnc #531564)
2905 - Rephrase solver resolution to point out if a package will break.
2906   (bnc #520083)
2907
2908 -------------------------------------------------------------------
2909 Fri Sep  4 12:19:50 CEST 2009 - ma@suse.de
2910
2911 - Lock rpms architecture only on distupgrade of the running system.
2912   (bnc #458520)
2913 - version 6.14.2 (11)
2914
2915 -------------------------------------------------------------------
2916 Thu Sep  3 13:41:31 CEST 2009 - ma@suse.de
2917
2918 - Fix PoolQuery comparison (bnc #528755)
2919 - Fix serialization and restore of predicated PoolQueries.
2920 - version 6.14.0 (11)
2921
2922 -------------------------------------------------------------------
2923 Mon Aug 31 15:17:01 CEST 2009 - ma@suse.de
2924
2925 - package-manager script: Fall back to package selection if no
2926   packages are passed on the commandline. (bnc #529137)
2927
2928 -------------------------------------------------------------------
2929 Fri Aug 28 17:33:55 CEST 2009 - dmacvicar@suse.de
2930
2931 - package-manager script:
2932   do not fail if kpackagekit is not installed (bnc #529510)
2933 - version 6.13.3 (11)
2934
2935 -------------------------------------------------------------------
2936 Wed Aug 26 15:55:22 CEST 2009 - ma@suse.de
2937
2938 - Tune CheckAccessDeleted to focus on libraries and executables.
2939 - version 6.13.2 (11)
2940
2941 -------------------------------------------------------------------
2942 Thu Aug  6 18:18:21 CEST 2009 - ma@suse.de
2943
2944 - Provide class CheckAccessDeleted and command zypp-CheckAccessDeleted
2945   to check for running processes which access meanwhile deleted files or
2946   libraries.  This may be used after commit, when trying to figure out
2947   which services need to be restated. (fate #300763).
2948 - version 6.13.1 (11)
2949
2950 -------------------------------------------------------------------
2951 Mon Aug  3 18:46:13 CEST 2009 - ma@suse.de
2952
2953 - New Resolver::addUpgradeRepo to perform a dist upgrade restricted to
2954   certain repositories.
2955 - version 6.13.0 (11)
2956
2957 -------------------------------------------------------------------
2958 Fri Jul 31 17:55:33 CEST 2009 - ma@suse.de
2959
2960 - Remove confusing newlines in vendor change info (bnc #503859)
2961 - Removing a package lock was not counted as state change (bnc #501850)
2962 - Take solver_allowVendorChange option into account when computing the
2963   Selectables default candidate.
2964 - version 6.12.0 (11)
2965
2966 -------------------------------------------------------------------
2967 Wed Jul 29 13:36:19 CEST 2009 - ma@suse.de
2968
2969 - Avoid deadlock after fork and failed exec. (bnc 493152)
2970 - No need to manually detect the location of aria2 binary.
2971 - version 6.11.4 (11)
2972
2973 -------------------------------------------------------------------
2974 Tue Jul 28 23:05:43 CEST 2009 - jkupec@suse.cz
2975
2976 - Fixed parsing of download rate report (changed in aria2 1.4.0)
2977   (bnc #513944)
2978
2979 -------------------------------------------------------------------
2980 Mon Jul 27 16:05:43 CEST 2009 - ma@suse.de
2981
2982 - Create LogControl on demand instead of using a static var. (bnc #525339)
2983 - version 6.11.2 (11)
2984
2985 -------------------------------------------------------------------
2986 Thu Jul 23 00:22:50 CEST 2009 - ma@km13.de
2987
2988 - New misc::defaultLoadSystem: Convenience to create the ZYpp instance
2989   and load target and enabled repositories.
2990
2991 -------------------------------------------------------------------
2992 Wed Jul 22 14:57:32 CEST 2009 - ma@suse.de
2993
2994 - New class InstanceId to build strings to identify/retrieve specific
2995   Solvables.
2996 - version 6.11.1 (11)
2997
2998 -------------------------------------------------------------------
2999 Mon Jul 20 23:57:46 CEST 2009 - ma@km13.de
3000
3001 - Add download policies to ZYppCommitPolicy, supporting DownloadOnly
3002   and DownloadInAdvance. (fate #302159, fate #305624)
3003 - version 6.11.0 (11)
3004
3005 -------------------------------------------------------------------
3006 Thu Jul 16 17:05:27 CEST 2009 - dmacvicar@suse.de
3007
3008 - add support to the package-manager script to use kpackagekit
3009   or gnome-packagekit if available, which allows to install local
3010   rpms with one click from file manager following desktop policies
3011   and fetching other dependencies if required.
3012   (fate #306526)
3013 - version 6.10.5 (10)
3014
3015 -------------------------------------------------------------------
3016 Thu Jul 16 16:25:24 CEST 2009 - ma@suse.de
3017
3018 - New solver.upgradeTestcasesToKeep option in zypp.conf. It tells
3019   how many dist upgrade solver testcases should be kept on the system.
3020   Per default just the last two are kept.
3021 - version 6.10.4 (10)
3022
3023 -------------------------------------------------------------------
3024 Wed Jul 15 17:53:43 CEST 2009 - ma@suse.de
3025
3026 - Don't write a solver testcase when solving for dist upgrade,
3027   but when actually committing.
3028 - version 6.10.3 (10)
3029
3030 -------------------------------------------------------------------
3031 Wed Jul 15 16:45:39 CEST 2009 - ma@suse.de
3032
3033 - Add new string Match::Mode STRINGSTART and STRINGEND.
3034
3035 -------------------------------------------------------------------
3036 Tue Jul 15 14:38:51 CEST 2009 - jkupec@suse.cz
3037
3038 - log redirections when cURL media backend is used (fate #305320).
3039
3040 -------------------------------------------------------------------
3041 Tue Jul 14 18:15:51 CEST 2009 - ma@suse.de
3042
3043 - Support "product version" detection on systems not using
3044   /etc/product.d/baseproduct by looking for the first package
3045   providing ZConfig::distroverpkg (defaults to redhat-release).
3046 - version 6.10.2 (10)
3047
3048 -------------------------------------------------------------------
3049 Fri Jul 10 15:21:39 CEST 2009 - ma@suse.de
3050
3051 - Adapt to boost_unit_test_framework-1.38.
3052 - version 6.10.1 (10)
3053
3054 -------------------------------------------------------------------
3055 Wed Jul  8 16:19:31 CEST 2009 - ma@suse.de
3056
3057 - Remove obsolete UpgradeStatistics class from libzypp.
3058
3059 -------------------------------------------------------------------
3060 Tue Jul  7 17:45:47 CEST 2009 - ma@suse.de
3061
3062 - Fix HistoryLog to initialize on demand.
3063 - version 6.10.0 (10)
3064
3065 -------------------------------------------------------------------
3066 Fri Jul  3 13:01:13 CEST 2009 - ma@suse.de
3067
3068 - Fix parsing of rpm.install.excludedocs option (bnc #518883)
3069
3070 -------------------------------------------------------------------
3071 Fri Jul  3 09:20:56 CEST 2009 - ma@suse.de
3072
3073 - When unmounting ISO images, don't mix up exceptions thrown by the
3074   loop mounted ISO and those thrown by the media containing it.
3075   (bnc #517856)
3076
3077 -------------------------------------------------------------------
3078 Thu Jul  2 16:42:42 CEST 2009 - ma@suse.de
3079
3080 - Adapt to satsolvers improved dataiterator handling.
3081 - version 6.9.3 (8)
3082
3083 -------------------------------------------------------------------
3084 Wed Jul  1 18:05:54 CEST 2009 - ma@suse.de
3085
3086 - Support PoolQuery for sub-structures attributes. (fate #305503)
3087 - version 6.9.2 (8)
3088
3089 -------------------------------------------------------------------
3090 Wed Jul  1 13:44:04 CEST 2009 - ma@suse.de
3091
3092 - Running as non-root user use a temporary @System solvfile in case the
3093   global one is outdated and needed refresh. (bnc #517183)
3094 - version 6.9.1 (8)
3095
3096 -------------------------------------------------------------------
3097 Tue Jun 30 16:32:08 CEST 2009 - ma@suse.de
3098
3099 - Enhance LookupAttr to allow direct query of attributes within
3100   sub-structures (flexarrays).
3101
3102 -------------------------------------------------------------------
3103 Fri Jun 26 12:06:51 CEST 2009 - ma@suse.de
3104
3105 - Enhance PoolQueryIterator to allow detailed inspection of attribute
3106   matches.
3107 - Prefer datadir stored as repo attribute, but fallback searching in
3108   solvbales (old solv files do this).
3109 - version 6.9.0 (8)
3110
3111 -------------------------------------------------------------------
3112 Tue Jun 23 13:29:36 CEST 2009 - ma@suse.de
3113
3114 - Allow building libzypp with rpm-5 (experimental)
3115 - version 6.8.3 (8)
3116
3117 -------------------------------------------------------------------
3118 Wed Jun 17 15:39:17 CEST 2009 - ma@suse.de
3119
3120 - Allow building libzypp without HAL (not recommended). Without HAL
3121   CD/DVD device detection is limited to /dev/dvd and /dev/cdrom.
3122 - version 6.8.2 (8)
3123
3124 -------------------------------------------------------------------
3125 Fri Jun  5 21:16:45 CEST 2009 - ma@suse.de
3126
3127 - Fix solver to use IdSting to avoid failing vendor checks.
3128 - version 6.8.1 (8)
3129
3130 -------------------------------------------------------------------
3131 Thu Jun  4 14:22:58 CEST 2009 - ma@suse.de
3132
3133 - Cleanup and remove deprecated interface methods.
3134 - version 6.8.0 (8)
3135
3136 -------------------------------------------------------------------
3137 Fri May 29 20:12:55 CEST 2009 - ma@suse.de
3138
3139 - Improve PoolQuery to allow queries on dependencies. (bnc #475682)
3140 - version 6.7.0 (6)
3141
3142 -------------------------------------------------------------------
3143 Thu May 28 12:53:02 CEST 2009 - ma@suse.de
3144
3145 - New solver.allowVendorChange expert option in zypp.conf.
3146 - version 6.6.0 (6)
3147
3148 ------------------------------------------------------------------
3149 Wed May 20 14:23:07 CEST 2009 - ma@suse.de
3150
3151 - Fix lost housekeeping data in modifyRepo (bnc #503207)
3152
3153 -------------------------------------------------------------------
3154 Fri May  8 16:43:47 CEST 2009 - ma@suse.de
3155
3156 - Allow service refresh to change a repositories url (bnc #502157)
3157
3158 -------------------------------------------------------------------
3159 Tue May  5 13:39:08 CEST 2009 - ma@suse.de
3160
3161 - Detect and compile with rpm 4.7 (bnc #444211)
3162 - version 6.5.2 (5)
3163
3164 -------------------------------------------------------------------
3165 Mon May  4 16:19:54 CEST 2009 - ma@suse.de
3166
3167 - Improve problem report on broken systemCheck rule (bnc #475144)
3168
3169 -------------------------------------------------------------------
3170 Mon Apr 27 15:26:54 CEST 2009 - ma@suse.de
3171
3172 - In update repos providing multiple release package versions for
3173   the same product, link a product to the latest version. (bnc #497696)
3174
3175 -------------------------------------------------------------------
3176 Mon Apr 27 14:28:07 CEST 2009 - ma@suse.de
3177
3178 - New classes wraping satsolver datamatcher (Match and sat::AttrMatcher)
3179 - Extend LookupAttr to support matching specific string patterns.
3180 - Rewrote PoolQuery::Iterator (adapt to AttrMatcher, fixes and speedup)
3181 - version 6.5.0 (5)
3182
3183 -------------------------------------------------------------------
3184 Thu Apr 16 12:49:40 CEST 2009 - ma@suse.de
3185
3186 - Soft lock packages deleted on behalf of a user request.
3187 - version 6.4.1 (2)
3188
3189 -------------------------------------------------------------------
3190 Tue Mar 31 15:51:32 CEST 2009 - ma@suse.de
3191
3192 - New zypp.conf option 'download.media_preference': Hint which media
3193   to prefer when installing packages (download vs. CD).
3194 - version 6.4.0 (2)
3195
3196 ------------------------------------------------------------------
3197 Thu Mar 12 18:38:30 CET 2009 - ma@suse.de
3198
3199 - Add Resolver::setSolveSrcPackages. Per default disable solving
3200   of source package dependencies. We will later allow to enable
3201   it per package.
3202 - version 6.3.0 (2)
3203
3204 -------------------------------------------------------------------
3205 Fri Mar  6 17:17:26 CET 2009 - dmacvicar@suse.de
3206
3207 - aria2: show the download speed in the right unit
3208 - aria2: show the filename in progress, not the repository
3209 - aria2: don't show done twice
3210
3211 -------------------------------------------------------------------
3212 Thu Mar  5 14:52:44 CET 2009 - ma@suse.de
3213
3214 - Remove a lock if the locking process is in zombie state. (bnc #481577)
3215
3216 -------------------------------------------------------------------
3217 Wed Mar  4 00:13:19 CET 2009 - jkupec@suse.cz
3218
3219 - zypp.conf: fixed and enabled 'servicesdir'
3220
3221 -------------------------------------------------------------------
3222 Tue Mar  3 13:38:11 CET 2009 - dmacvicar@suse.de
3223
3224 - aria2: implement speed indicators (bnc#475506)
3225 - aria2: implement progress indicators correctly (bnc#473846)
3226 - aria2: fix broken pipe when looking for aria2c which caused
3227          a fallback to curl. (bnc#480930)
3228 - aria2: implement saving and reading mirror stats data in
3229          /var/cache/zypp/aria2.stats
3230 - aria2: handle failover correctly (bnc#481115)
3231 - aria2: various improvements in error and report  handling
3232 - aria2: curl: reset settings on attach to avoid duplicate
3233   headers
3234 - version 6.2.1 (2)
3235
3236 -------------------------------------------------------------------
3237 Tue Mar  3 12:44:24 CET 2009 - ma@suse.de
3238
3239 - Adapt to changed satsolver API.
3240
3241 -------------------------------------------------------------------
3242 Fri Feb 27 16:23:36 CET 2009 - dmacvicar@suse.de
3243
3244 - Make sure Fetcher pass optional files as non-interactive
3245 - Fixes file does not exist error when key/sig does not exist
3246 - version 6.2.0 (2)
3247
3248 -------------------------------------------------------------------
3249 Thu Feb 26 13:49:56 CET 2009 - ma@suse.de
3250
3251 - Use correct default for zconfig(solver.checkSystemFile) (bnc# 475144)
3252
3253 -------------------------------------------------------------------
3254 Thu Feb 26 01:25:33 CET 2009 - ma@suse.de
3255
3256 - Prevent ResStatus from overriding user locks. (bnc #475230)
3257
3258 -------------------------------------------------------------------
3259 Sun Feb 22 15:27:11 CET 2009 - ma@suse.de
3260
3261 - Never refresh repositories from CD/DVD, once they are created. (bnc #476429)
3262
3263 -------------------------------------------------------------------
3264 Sat Feb 21 18:31:17 CET 2009 - dmacvicar@suse.de
3265
3266 Implemented the following options with aria backend:
3267
3268 - download.max_concurrent_connections (default 2)
3269   download.min_download_speed (default no limit)
3270   download.max_download_speed (default no limit)
3271   download.max_silent_tries (default 5)
3272
3273 -------------------------------------------------------------------
3274 Fri Feb 20 16:28:19 CET 2009 - dmacvicar@suse.de
3275
3276 - MediaAria2c: allow disabling aria2 using ZYPP_ARIA2C=0.
3277   Various improvements including file existence checking
3278   Disable HEAD request if aria2c >= 1.20
3279   Restrict max connections to 2 for now.
3280
3281 -------------------------------------------------------------------
3282 Wed Feb 18 15:51:38 CET 2009 - ma@suse.de
3283
3284 - Neither lose packages with empty name, nor SEGV when processing them. (bnc #470011)
3285
3286 -------------------------------------------------------------------
3287 Tue Feb 17 23:17:54 CET 2009 - ma@suse.de
3288
3289 - Compute obsoletes based on names only (not considering provides) (bnc #471023)
3290
3291 -------------------------------------------------------------------
3292 Tue Feb 17 12:56:57 CET 2009 - jkupec@suse.cz
3293
3294 - Fixed FTP authentication (bnc #472879)
3295
3296 -------------------------------------------------------------------
3297 Wed Feb 11 13:31:03 CET 2009 - ma@suse.de
3298
3299 - Follow IEC and use the binary prefixes (KiB,MiB,GiB) for printing Byte
3300   counts based on a power of 1024 (formerly just K,M,G). Byte counts based
3301   on a power of 1000 stay unaffected (kB,MB,GB).
3302
3303 -------------------------------------------------------------------
3304 Mon Feb  9 13:14:26 CET 2009 - ma@suse.de
3305
3306 - Fix installation prompting for the wrong CD/DVD. (bnc #472892)
3307
3308 -------------------------------------------------------------------
3309 Tue Feb  3 18:07:38 CET 2009 - ma@suse.de
3310
3311 - Send any output from rpm install/delete scripts via callback, so
3312   applications are able to display it. (bnc #369450)
3313
3314 -------------------------------------------------------------------
3315 Mon Feb  2 14:12:08 CET 2009 - ma@suse.de
3316
3317 - Add missing translations (bnc #256289)
3318
3319 -------------------------------------------------------------------
3320 Wed Jan 28 14:37:28 CET 2009 - jkupec@suse.cz
3321
3322 - HistoryLogReader added
3323
3324 -------------------------------------------------------------------
3325 Tue Jan 27 13:35:44 CET 2009 - ma@suse.de
3326
3327 - Respect content-file DATDIR when downloading packages. (bnc #468612)
3328
3329 -------------------------------------------------------------------
3330 Tue Jan 27 13:28:54 CET 2009 - jkupec@suse.cz
3331
3332 - Enabled CredentialManager for MediaSMB (bnc #460970).
3333 - Ignore URL's username, password, and query string in AuthData
3334   comparator in CredentialManager.
3335
3336 -------------------------------------------------------------------
3337 Mon Jan 26 12:41:07 CET 2009 - ma@suse.de
3338
3339 - Let vendor checks per default differ between 'openSUSE Build Service'
3340   and 'openSUSE' (bnc #467262).
3341
3342 -------------------------------------------------------------------
3343 Fri Jan 23 12:34:44 CET 2009 - ma@suse.de
3344
3345 - Fix handling of plaindir repos on mounted devices (e.g. USB) (bnc #464778)
3346 - Fix plaindir checksum computation not to to follow symlinks (bnc #464778)
3347
3348 -------------------------------------------------------------------
3349 Thu Jan 22 10:41:27 CET 2009 - ma@suse.de
3350
3351 - Tell satsolver about product buddies (bnc #466565)
3352
3353 -------------------------------------------------------------------
3354 Fri Jan  9 17:01:10 CET 2009 - jkupec@suse.cz
3355
3356 - handle HTTP 503 reponses as temporary errors (bnc #462545)
3357
3358 -------------------------------------------------------------------
3359 Thu Dec 18 22:26:18 CET 2008 - ma@suse.de
3360
3361 - Fixed lost user request to abort during commit. (bnc #388810, bnc #450273)
3362 - revision 11954
3363 - version 5.25.0 (23)
3364
3365 -------------------------------------------------------------------
3366 Thu Dec 18 13:02:27 CET 2008 - ma@suse.de
3367
3368 - Add Package::filelist, faster and less memory consuming
3369   implementation of Package::filenames (now deprecated).
3370 - revision 11949
3371
3372 -------------------------------------------------------------------
3373 Thu Dec 11 21:39:50 CET 2008 - ma@suse.de
3374
3375 - Add str::hexencode and str::hexdecode to encode special characters
3376   in a string as %XX.
3377 - Hexdecode modalias strings in rpm dependencies because rpm does not
3378   allow comma, blank and other special chars. (bnc #456695)
3379 - revision 11927
3380
3381 -------------------------------------------------------------------
3382 Thu Dec 11 17:13:06 CET 2008 - ma@suse.de
3383
3384 - Catch and report media errors when proving packages. (bnc #457652)
3385 - revision 11926
3386
3387 -------------------------------------------------------------------
3388 Wed Dec 10 16:09:08 CET 2008 - ma@suse.de
3389
3390 - Remove obsolete zypp.conf::productsdir and deprecate
3391   ZConfig::productsPath().
3392 - Monitor /etc/products.d to determine if @system.solv needs to be
3393   rebuilt. (bnc #457933)
3394 - revision 11923
3395 - version 5.24.7 (23)
3396
3397 -------------------------------------------------------------------
3398 Mon Dec  8 15:31:18 CET 2008 - ma@suse.de
3399
3400 - Execute patch scripts chroot to the installed system. (bnc #456795)
3401 - revision 11908
3402
3403 -------------------------------------------------------------------
3404 Mon Dec  8 10:39:30 CET 2008 - schubi@suse.de
3405
3406 - Make the solver reset function public (bnc #439373)
3407 - Revision 11904
3408
3409 -------------------------------------------------------------------
3410 Sun Dec  7 20:21:09 CET 2008 - coolo@suse.de
3411
3412 - note for coolo: do not trust bash advisory from TPM colleagues
3413
3414 -------------------------------------------------------------------
3415 Fri Dec  5 14:22:11 CET 2008 - ma@suse.de
3416
3417 - Fix solvers inappropriate selection as byUSER (bnc 455965)
3418 - revision 11891
3419 - version 5.24.6 (23)
3420
3421 -------------------------------------------------------------------
3422 Thu Dec  4 11:10:35 CET 2008 - coolo@suse.de
3423
3424 - fix %post script to not warn on fresh install
3425
3426 -------------------------------------------------------------------
3427 Mon Dec  1 19:38:24 CET 2008 - ma@suse.de
3428
3429 - Fix install order computation losing some installed packages
3430   pre-requirements. (bnc #439802)
3431 - revision 11845
3432 - version 5.24.5 (23)
3433
3434 -------------------------------------------------------------------
3435 Fri Nov 28 16:33:56 CET 2008 - ma@suse.de
3436
3437 - Prune soft locks to prevent installation but not update of
3438   already installed packages.
3439 - revision 11829
3440 - version 5.24.4 (23)
3441
3442 -------------------------------------------------------------------
3443 Fri Nov 28 11:36:03 CET 2008 - schubi@suse.de
3444
3445 - Taking solutions which based on user requirements/conflict
3446   "by User" solutions (bnc #442718)
3447 - revision 11825
3448
3449 -------------------------------------------------------------------
3450 Fri Nov 28 00:05:17 CET 2008 - ma@suse.de
3451
3452 - Take into account the requirements of all obsoleted packages uninstall
3453   scripts when computing the installation order. (bnc #439802)
3454 - revision 11823
3455 - version 5.24.3 (23)
3456
3457 -------------------------------------------------------------------
3458 Thu Nov 27 14:45:07 CET 2008 - dmacvicar@suse.de
3459
3460 - fix maybeUnsuported() method returning wrong result
3461 - add testcase for future coverage
3462 - don't force time based uuid for anonymous id string (bnc #449654)
3463 - RELEASE: 5.24.2 (23)
3464
3465 -------------------------------------------------------------------
3466 Wed Nov 26 17:18:00 CET 2008 - ma@suse.de
3467
3468 - Call 'repo2solv -R' (recursive scan) for plaindir repos. (bnc #443350)
3469 - revision 11810
3470
3471 -------------------------------------------------------------------
3472 Wed Nov 26 17:09:12 CET 2008 - dmacvicar@suse.de
3473
3474 - SHA1SUMS.key is not imported by zypp as known key (bnc #446188)
3475 - path and url in add_on_products.xml is evaluated wrong
3476   (bnc #446170)
3477
3478 -------------------------------------------------------------------
3479 Mon Nov 24 17:47:35 CET 2008 - schubi@suse.de
3480
3481 - activate locking for doUpdate (bnc #447684)
3482 - revision 11792
3483 - RELEASE: 5.24.1 (23)
3484
3485 -------------------------------------------------------------------
3486 Fri Nov 21 16:56:10 CET 2008 - dmacvicar@suse.de
3487
3488 - remove unused updaterepokey, replaced by repo
3489   product information
3490
3491 -------------------------------------------------------------------
3492 Fri Nov 21 15:12:52 CET 2008 - jkupec@suse.cz
3493
3494 - fixed uninitialized value in OnMediaLocation (bnc #447010)
3495 - revision 11770
3496
3497 -------------------------------------------------------------------
3498 Thu Nov 20 23:59:16 CET 2008 - ma@suse.de
3499
3500 - Fix retrieval of deltarpm info.
3501 - revision 11764
3502 - version 5.24.0 (23)
3503
3504 -------------------------------------------------------------------
3505 Thu Nov 20 22:15:28 CET 2008 - ma@suse.de
3506
3507 - Fix retrieval of Repository attributes like timestamps, keywords
3508   and product info.
3509 - revision 11760
3510
3511 -------------------------------------------------------------------
3512 Thu Nov 20 19:30:05 CET 2008 - ma@suse.de
3513
3514 - Enhance class LookupAttr and add convenience class LookupRepoAttr to
3515   iterate those solv file attributes which are not acssociated with a
3516   solvable. E.g. product or deltarpm info.
3517 - revision 11754
3518
3519 -------------------------------------------------------------------
3520 Wed Nov 19 15:49:38 CET 2008 - jkupec@suse.cz
3521
3522 - encode user-supplied URL strings before using them in the Url object
3523   (bnc #446395, bnc #444267)
3524 - revision 11720
3525
3526 -------------------------------------------------------------------
3527 Wed Nov 19 15:15:14 CET 2008 - ma@suse.de
3528
3529 - Support loading helix files.
3530 - revision 11719
3531
3532 -------------------------------------------------------------------
3533 Tue Nov 18 18:37:30 CET 2008 - ma@suse.de
3534
3535 - Add class filesystem::Glob to find pathnames matching a pattern
3536   by using ::glob.
3537 - revision 11708
3538
3539 -------------------------------------------------------------------
3540 Thu Nov 13 11:07:56 CET 2008 - schubi@suse.de
3541
3542 - Taking care for ppc64 while distupgrade (bnc #443685)
3543 - revision 11670
3544
3545 -------------------------------------------------------------------
3546 Wed Nov 12 18:53:03 CET 2008 - ma@suse.de
3547
3548 - Add Capability ctor from Arch and Name: (Arch_i386, "name") or
3549   (Arch_i386, "name == 1.0").
3550 - revision 11669
3551
3552 -------------------------------------------------------------------
3553 Wed Nov 12 14:31:20 CET 2008 - ma@suse.de
3554
3555 - Take care to always reset CURLOPT_TIMECONDITION to prevent incomplete
3556   downloads. (bnc #444109)
3557 - revision 11656
3558 - version 5.23.0 (23)
3559
3560 -------------------------------------------------------------------
3561 Wed Nov 12 13:19:02 CET 2008 - ma@suse.de
3562
3563 - Check for modaliases below /sys (bnc #430179)
3564 - revision 11653
3565
3566 -------------------------------------------------------------------
3567 Tue Nov 11 18:36:33 CET 2008 - ma@suse.de
3568
3569 - Avoid superfluous file copying and gpg invocation in keyring handling.
3570 - revision 11650
3571
3572 -------------------------------------------------------------------
3573 Tue Nov 11 14:48:52 CET 2008 - ma@suse.de
3574
3575 - Prevent fetcher from processing the same index file twice. (bnc #443644)
3576 - revision 11648
3577 - version 5.22.0 (21)
3578
3579 -------------------------------------------------------------------
3580 Fri Nov  7 23:55:47 CET 2008 - ma@suse.de
3581
3582 - Fix retrieval of patch contents and references attributes. (bnc #442200)
3583 - revision 11641
3584 - version 5.21.0 (21)
3585
3586 -------------------------------------------------------------------
3587 Fri Nov  7 19:51:00 CET 2008 - ma@suse.de
3588
3589 - Add CheckSum::asString.
3590 - revision 11634
3591
3592 -------------------------------------------------------------------
3593 Fri Nov  7 17:55:48 CET 2008 - ma@suse.de
3594
3595 - revision 11631
3596 - version 5.20.0 (20)
3597
3598 -------------------------------------------------------------------
3599 Thu Nov  6 18:35:25 CET 2008 - dmacvicar@suse.de
3600
3601 - re-add the flavor to the http header now using a flavor
3602   cache that is updated on every target load.
3603   Target::dstributionFlavor provides access to this cache
3604   in case you need the last used flavor without loading
3605   the target.
3606
3607 -------------------------------------------------------------------
3608 Thu Nov  6 16:23:03 CET 2008 - schubi@suse.de
3609
3610 - added flag: ignorealreadyrecommended to the testcases (bnc #432136)
3611 - revsion 11539
3612
3613 -------------------------------------------------------------------
3614 Thu Nov  6 09:41:48 CET 2008 - schubi@suse.de
3615
3616 - Adding rule rpm-arch for installed rpm package in order to avoid
3617   unneeded architecture change. (bnc #441004)
3618 - revision 11585
3619
3620 -------------------------------------------------------------------
3621 Tue Nov  4 13:21:35 CET 2008 - jkupec@suse.cz
3622
3623 - handle MediaTimeoutException also in MediaSetAccess::provideFile()
3624   (bnc #439983)
3625 - revision 11568
3626
3627 -------------------------------------------------------------------
3628 Mon Nov  3 15:30:53 CET 2008 - dmacvicar@suse.de
3629
3630 - merge contributions by Jon Nelson, the patches resolve
3631   the following issues:
3632 - disable the "Pragma: nocache" header which is automatically
3633   used by curl.
3634   re-enables the use of a caching http proxy (like squid or others)
3635   and corrects (bnc #326208)
3636 - don't generate an If-Modified-Since header if we don't have a
3637   previous file to work with
3638 - don't generate a Proxy-Authenticate header if one is not called
3639   for.
3640
3641 -------------------------------------------------------------------
3642 Fri Oct 31 14:01:57 CET 2008 - ma@suse.de
3643
3644 - Do not save solver locks (by APPL_HIGH).
3645 - revision 11558
3646
3647 -------------------------------------------------------------------
3648 Fri Oct 31 13:53:39 CET 2008 - dmacvicar@suse.de
3649
3650 - fetcher.setOptions( Fetcher::AutoAddIndexes ) allows
3651   for automatic signed index discovery.
3652 - enqueueDir with checksum checking s now enqueueDigestedDir
3653
3654 -------------------------------------------------------------------
3655 Thu Oct 30 14:24:57 CET 2008 - schubi@suse.de
3656
3657 - solutions: keep/lock will be done by APPL_HIGH. So they will not be
3658   saved in the lockfiles
3659 - "keep obsolete" will be handled with lock by APPL_HIGH (bnc #439134)
3660 - revision  11549
3661
3662 -------------------------------------------------------------------
3663 Wed Oct 29 14:14:16 CET 2008 - jkupec@suse.cz
3664
3665 - throw a MediaTimeoutException also on http 504 (gateway timeout)
3666   (bnc #425035)
3667 - revision 11535
3668
3669 -------------------------------------------------------------------
3670 Wed Oct 29 12:51:55 CET 2008 - ma@suse.de
3671
3672 - Add 'sh4' architectures.
3673 - revision 11534
3674
3675 -------------------------------------------------------------------
3676 Tue Oct 28 22:01:40 CET 2008 - dmacvicar@suse.de
3677
3678 - don't free the header before curl_perform as curl does not
3679   copy it. (bnc#439532)
3680
3681 -------------------------------------------------------------------
3682 Tue Oct 28 16:47:36 CET 2008 - ma@suse.de
3683
3684 - Add 'arm' architectures.
3685 - revision 11525
3686
3687 -------------------------------------------------------------------
3688 Tue Oct 28 10:07:13 CET 2008 - schubi@suse.de
3689
3690 - regarding "keep obsolete" in the solutions (bnc #439134)
3691 - revision 11517
3692
3693 -------------------------------------------------------------------
3694 Mon Oct 27 10:51:01 CET 2008 - dmacvicar@suse.de
3695
3696 - fix broken aria2c command line (bnc#438971)
3697
3698 -------------------------------------------------------------------
3699 Sun Oct 26 14:53:56 CET 2008 - coolo@suse.de
3700
3701 - adding svn r11488 to fix compile of PackageKit
3702
3703 -------------------------------------------------------------------
3704 Fri Oct 24 18:12:34 CEST 2008 - ma@suse.de
3705
3706 - Remove error prone methods from OnMediaLocation API to prevent
3707   accidental missuse. (bnc #437328)
3708 - revision 11487
3709 - version 5.19.0 (19)
3710
3711 -------------------------------------------------------------------
3712 Fri Oct 24 16:07:45 CEST 2008 - ma@suse.de
3713
3714 - Provide the /etc/products.d enties filename as Product::referenceFilename.
3715   Use it to remove orphan products. (bnc #432932)
3716 - Fix media exception handling in commit (bnc #395704)
3717 - revision 11485
3718 - version 5.18.0 (17)
3719
3720 -------------------------------------------------------------------
3721 Fri Oct 24 10:29:19 CEST 2008 - schubi@suse.de
3722
3723 - Taking "unlock" instead of setTransact(false) in the solutions (bnc #436923)
3724 - revision 11468
3725 - version 5.17.0 (17)
3726
3727 -------------------------------------------------------------------
3728 Wed Oct 22 14:33:10 CEST 2008 - ma@suse.de
3729
3730 - For retrieving a product license fall back to license.tar.gz. (bnc #372386)
3731 - revision 11447
3732
3733 -------------------------------------------------------------------
3734 Wed Oct 22 14:16:33 CEST 2008 - dmacvicar@suse.de
3735
3736 - move anonymous unique id to a private http header
3737   X-ZYpp-AnonymousUniqueId (bnc#431571 )
3738
3739 -------------------------------------------------------------------
3740 Wed Oct 22 12:58:35 CEST 2008 - ma@suse.de
3741
3742 - Adapt to satsolver-0.12 API.
3743 - Add Locale:: bestMatch to find the best match within a set of
3744   available Locales.
3745 - revision 11441
3746
3747 -------------------------------------------------------------------
3748 Mon Oct 20 16:44:58 CEST 2008 - ma@suse.de
3749
3750 - RepoInfo: Add methods to handle repository licenses. (bnc #372386)
3751 - revision 11419
3752
3753 -------------------------------------------------------------------
3754 Mon Oct 20 16:39:41 CEST 2008 - ma@suse.de
3755
3756 - Adapt to changed satsolver dataiterator API.
3757 - revision 11418
3758
3759 -------------------------------------------------------------------
3760 Fri Oct 17 18:31:47 CEST 2008 - ma@suse.de
3761
3762 - Secure download of license file on repo refresh (bnc #372386)
3763 - revision 11398
3764
3765 -------------------------------------------------------------------
3766 Fri Oct 17 17:26:25 CEST 2008 - ma@suse.de
3767
3768 - Call 'repo2solv.sh -o' instead of using output redirection. (bnc #420046)
3769 - revision 11397
3770
3771 -------------------------------------------------------------------
3772 Thu Oct 16 17:57:15 CEST 2008 - jkupec@suse.cz
3773
3774 - repository license methods added to RepoManager (bnc #372386)
3775 - revision 11377
3776
3777 -------------------------------------------------------------------
3778 Thu Oct 16 16:26:01 CEST 2008 - dmacvicar@suse.de
3779
3780 - don't take into account stat information when looking
3781   for remote SHA1SUMS (part of bnc#409927)
3782
3783 -------------------------------------------------------------------
3784 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
3785
3786 - MediaSetAccess::provideOptionalFile() added
3787 - revision 11369
3788
3789 -------------------------------------------------------------------
3790 Wed Oct 15 18:01:48 CEST 2008 - jkupec@suse.cz
3791 - version 5.16.1 (16)
3792
3793 -------------------------------------------------------------------
3794 Tue Oct 14 16:15:09 CEST 2008 - jkupec@suse.cz
3795
3796 - don't initialize servicesTargetDistro via global ZYpp instance in
3797   RepoManagerOptions() constructor (bnc #435184)
3798 - revision 11342
3799
3800 -------------------------------------------------------------------
3801 Mon Oct 13 19:12:40 CEST 2008 - jkupec@suse.cz
3802
3803 - repository probing: check for other types of repo even on
3804   MediaException, throw only if all fail (bnc #335906)
3805 - revision 11332
3806
3807 -------------------------------------------------------------------
3808 Mon Oct 13 14:16:25 CEST 2008 - ma@suse.de
3809
3810 - Adapt to satsolver changes.
3811 - revision 11331
3812 - version 5.16.0 (16)
3813
3814 -------------------------------------------------------------------
3815 Mon Oct 13 13:28:48 CEST 2008 - ma@suse.de
3816
3817 - Fix reading delta rpm checksum from solv file.
3818 - revision 11313
3819
3820 -------------------------------------------------------------------
3821 Mon Oct 13 12:12:39 CEST 2008 - ma@suse.de
3822
3823 - Fix package-manager script to properly quote arguments. (bnc #30903)
3824 - revision 11311
3825
3826 -------------------------------------------------------------------
3827 Mon Oct 13 11:03:04 CEST 2008 - schubi@suse.de
3828
3829 - regarding orphaned resolvables
3830 - removed old distupgrade algorithm
3831 - revision 11307
3832
3833 -------------------------------------------------------------------
3834 Sun Oct 12 13:55:51 CEST 2008 - jkupec@suse.cz
3835
3836 - handle ftp response 530 (login failed) like http 403
3837   (bnc #433537)
3838 - revision 11305
3839
3840 -------------------------------------------------------------------
3841 Thu Oct  9 17:37:18 CEST 2008 - ma@suse.de
3842
3843 - Adapt to satsolvers 'big solv data change'.
3844 - revision 11294
3845
3846 -------------------------------------------------------------------
3847 Thu Oct  9 17:18:18 CEST 2008 - schubi@suse.de
3848
3849 - Taking the right solution actions for locked resolvables (bnc #400840)
3850 - revision 11289
3851
3852 -------------------------------------------------------------------
3853 Thu Oct  9 13:52:03 CEST 2008 - ma@suse.de
3854
3855 - Add required copy-ctor and assignment operator to WhatProvides.
3856   (bnc #433087)
3857 - revision 11276
3858
3859 -------------------------------------------------------------------
3860 Wed Oct  8 16:24:25 CEST 2008 - jkupec@suse.cz
3861
3862 - detect and use unused loop device for mounting ISO images
3863   (bnc #428009)
3864 - revision 11262
3865 - version 5.15.1 (13)
3866
3867 -------------------------------------------------------------------
3868 Wed Oct  8 15:39:08 CEST 2008 - jkupec@suse.cz
3869
3870 - fixed segfault when saving the probed repo type in
3871   RepoManager::refreshMetadata() (bnc #431963)
3872 - revision 11261
3873
3874 -------------------------------------------------------------------
3875 Wed Oct  8 11:33:00 CEST 2008 - dmacvicar@suse.de
3876
3877 - improve log message (bnc#429114)
3878
3879 -------------------------------------------------------------------
3880 Wed Oct  8 11:15:20 CEST 2008 - lslezak@suse.cz
3881
3882 - disk usage - ignore /proc filesystem (bnc#418783)
3883 - revision 11258
3884
3885 -------------------------------------------------------------------
3886 Tue Oct  7 13:24:10 CEST 2008 - ma@suse.de
3887
3888 - Fixed detection of loopback mounted iso-files. The mtab entry does
3889   not necessarily mention the iso-file. (bnc #432504)
3890 - revision 11252
3891 - version 5.15.0 (13)
3892
3893 -------------------------------------------------------------------
3894 Thu Oct  2 19:46:13 CEST 2008 - ma@suse.de
3895
3896 - Add zypp.conf option 'download.use_deltarpmr.always' to enable using
3897   delta rpms even if the package is available on a local source.
3898   (Axel C. Frinke)
3899 - revision 11235
3900 - version 5.14.0 (13)
3901
3902 -------------------------------------------------------------------
3903 Thu Oct  2 18:50:11 CEST 2008 - ma@suse.de
3904
3905 - Add product attribute: PRODUCTLINE.
3906 - revision 11234
3907
3908 -------------------------------------------------------------------
3909 Thu Oct  2 17:18:19 CEST 2008 - ma@suse.de
3910
3911 - Do not consider self provided requirements whan computing the
3912   installation order.
3913 - revision 11231
3914
3915 -------------------------------------------------------------------
3916 Wed Oct  1 16:07:36 CEST 2008 - ma@suse.de
3917
3918 - Rephrase missleading error message. (bnc #431229)
3919 - revision 11222
3920
3921 -------------------------------------------------------------------
3922 Tue Sep 30 17:23:48 CEST 2008 - ma@suse.de
3923
3924 - Allow computation of disk usage per solvable.
3925 - revision 11218
3926
3927 -------------------------------------------------------------------
3928 Mon Sep 29 23:59:10 CEST 2008 - dmacvicar@suse.de
3929
3930 - Merge aria2c Media handler code from Google SOC 2008
3931   (Gerard Farras)
3932 - Only activated by making env var ZYPP_ARIA=1
3933
3934 -------------------------------------------------------------------
3935 Mon Sep 29 15:56:17 CEST 2008 - jkupec@suse.cz
3936
3937 - history: tell which package failed before logging rpm output or
3938   error message (bnc #430585)
3939 - no localization for history log comments
3940 - revision 11202
3941
3942 -------------------------------------------------------------------
3943 Mon Sep 29 13:43:08 CEST 2008 - ma@suse.de
3944
3945 - Fix zypp::WhatProvides::empty returning inverse result.
3946 - revision 11200
3947 - version 5.13.1 (13)
3948
3949 -------------------------------------------------------------------
3950 Sat Sep 27 23:36:19 CEST 2008 - jkupec@suse.cz
3951
3952 - fixed endless loop when CredentialManager returns bad password
3953 - CredentialManager now correctly updates password of existing
3954   credentials
3955 - revision 11187
3956
3957 -------------------------------------------------------------------
3958 Fri Sep 26 15:37:50 CEST 2008 - ma@suse.de
3959
3960 - Fix computation of Product::flavor.
3961 - Add Product::productLine. A vendor specific string denoting the
3962   product line.
3963 - revision 11182
3964 - version 5.13.0 (13)
3965
3966 -------------------------------------------------------------------
3967 Fri Sep 26 15:25:33 CEST 2008 - jkupec@suse.cz
3968
3969 - save user credentials after asking for them
3970 - revision 11181
3971
3972 -------------------------------------------------------------------
3973 Thu Sep 25 23:19:55 CEST 2008 - jkupec@suse.cz
3974
3975 - ZConfig::credentialsGlobal{File,Dir}() added
3976   (/etc/zypp/credentials.{cat,d})
3977 - revision 11176
3978
3979 -------------------------------------------------------------------
3980 Thu Sep 25 17:09:44 CEST 2008 - jkupec@suse.cz
3981
3982 - Target::setInstallationLogfile() removed from zypp/Target.h
3983 - revision 11171
3984
3985 -------------------------------------------------------------------
3986 Thu Sep 25 13:11:43 CEST 2008 - ma@suse.de
3987
3988 - Remove obsolete zypp-query-pool binary. zypper provides all
3989   the information one needs.
3990 - revision 11160
3991
3992 -------------------------------------------------------------------
3993 Wed Sep 24 19:11:19 CEST 2008 - jkupec@suse.cz
3994
3995 - HistoryLog added and used to log package installs/removes and
3996   repository adds, removes, url and alias changes into
3997   history.logfile (/var/log/zypp/history) (fate #110205)
3998 - str::escape(string, char) added
3999 - revision 11150
4000 - version 5.12.1 (12)
4001
4002 -------------------------------------------------------------------
4003 Tue Sep 23 14:02:08 CEST 2008 - jkupec@suse.cz
4004
4005 - CredentialManager: look for credentials with
4006   wanted_url.startsWith(stored_url)
4007 - RepoManager: don't pass service credentials down to repos if
4008   their urls are not based on service's url.
4009 - revision 11134
4010
4011 -------------------------------------------------------------------
4012 Mon Sep 22 16:27:41 CEST 2008 - ma@suse.de
4013
4014 - Remove superfluous PRODUCT_REFERENCES attribute.
4015 - revision 11127
4016
4017 -------------------------------------------------------------------
4018 Mon Sep 22 16:13:08 CEST 2008 - ma@suse.de
4019
4020 - Add Url::hasCredentialsInAuthority test for username or password
4021   being encoded in the authority component. I.e. user:pass@host.
4022 - Handle repos to be disabled disable in service refresh.
4023 - revision 11126
4024
4025 -------------------------------------------------------------------
4026 Mon Sep 22 12:10:34 CEST 2008 - jkupec@suse.cz
4027
4028 - provided context to keyring callbacks (bnc #370223)
4029 - merged trust & import callbacks (bnc #366467)
4030   (don't worry, still allows to trust && !import)
4031 - revision 11113
4032
4033 -------------------------------------------------------------------
4034 Fri Sep 19 13:17:38 CEST 2008 - ma@suse.de
4035
4036 - Moved DefaultAcceptBits enum to class KeyRing (formerly KeyRingReort).
4037 - revision 11102
4038
4039 -------------------------------------------------------------------
4040 Thu Sep 18 16:11:23 CEST 2008 - ma@suse.de
4041
4042 - Use service alias as namespace for it's repositories aliases.
4043 - revision 11097
4044 - version 5.11.0 (11)
4045
4046 -------------------------------------------------------------------
4047 Thu Sep 18 12:45:25 CEST 2008 - jkupec@suse.cz
4048
4049 - pass service's credentials down to repos
4050 - support ?credentials=filepath in URL to specify credentials
4051 - revision 11092
4052
4053 -------------------------------------------------------------------
4054 Thu Sep 18 09:57:49 CEST 2008 - ma@suse.de
4055
4056 - Add Product::isTargetDistribution to identify the systems installed
4057   baseproduct. This should replace tests for Product::type is "base".
4058 - revision 11089
4059
4060 -------------------------------------------------------------------
4061 Wed Sep 17 18:05:44 CEST 2008 - jkupec@suse.cz
4062
4063 - save user credentials when adding repos/services with URLs containing
4064   the credentials (bnc #425462)
4065 - revision 11085
4066
4067 -------------------------------------------------------------------
4068 Wed Sep 17 15:08:54 CEST 2008 - ma@suse.de
4069
4070 - Adapt to rpms new way of quoting whitespace in pathnames.(bnc #426924)
4071 - revision 11082
4072
4073 -------------------------------------------------------------------
4074 Tue Sep 16 18:41:39 CEST 2008 - ma@suse.de
4075
4076 - Service handling fixes. Added ServiceException.
4077 - revision 11077
4078
4079 -------------------------------------------------------------------
4080 Mon Sep 15 11:40:04 CEST 2008 - ma@suse.de
4081
4082 - Fix building of transaltions.
4083 - revision 11064
4084
4085 -------------------------------------------------------------------
4086 Sun Sep 14 00:10:21 CEST 2008 - jkupec@suse.cz
4087
4088 - ServiceInfo.clearReposTo{Enable,Disable}() methods added
4089 - revision 11060
4090
4091 -------------------------------------------------------------------
4092 Fri Sep 12 18:24:28 CEST 2008 - ma@suse.de
4093
4094 - Create new Service repos in disbaled sate.
4095 - revision 11056
4096 - version 5.10.0 (10)
4097
4098 -------------------------------------------------------------------
4099 Fri Sep 12 16:04:54 CEST 2008 - ma@suse.de
4100
4101 - Make registerTarget and registerRelease abvailable for installed
4102   product. Required for registration.
4103 - revision 11043
4104
4105 -------------------------------------------------------------------
4106 Fri Sep 12 12:59:50 CEST 2008 - ma@suse.de
4107
4108 - Add url lists query to Product interface. A generic query and
4109   convenience methods to query urls for "releasenotes", "register",
4110   "updateurls", "extraurls",  "optionalurls" and "smolt" (bnc #413444)
4111 - revision 11029
4112
4113 -------------------------------------------------------------------
4114 Fri Sep 12 01:38:25 CEST 2008 - jkupec@suse.cz
4115
4116 - ServiceType and ServiceInfo::type() added (contains only RIS for
4117   now), service type probing added.
4118 - Avoiding the use of 'path' for services (appending
4119   the repoindex.xml's 'path' to the baseurl of created repos)
4120 - renamed ServiceInfo::*catalog*() methods to *repo*() methods
4121 - revision 11022
4122
4123 -------------------------------------------------------------------
4124 Thu Sep 11 16:01:57 CEST 2008 - dmacvicar@suse.de
4125
4126 - add Repostiroy::updateKeys and
4127   Repository::providesUpdatesForKey(string) for repo and
4128   product matching
4129 - Provide Repository::isUpdateRepo
4130
4131 -------------------------------------------------------------------
4132 Thu Sep 11 14:41:28 CEST 2008 - ma@suse.de
4133
4134 - Fix evaluation of vendor support flags.
4135 - Adapt retrieval of registration data (targetDistribution,
4136   targetDistributionRelease and targetDistributionFlavor).
4137 - revision 11013
4138
4139 -------------------------------------------------------------------
4140 Wed Sep 10 18:23:52 CEST 2008 - ma@suse.de
4141
4142 - Follow gpgcheck tag in .repo file and do no check if disabled.
4143 - revision 11010
4144 - version 5.9.0 (8)
4145
4146 -------------------------------------------------------------------
4147 Wed Sep 10 17:54:20 CEST 2008 - jkupec@suse.cz
4148
4149 - added dumpAsXMLOn(stream,string) to ServiceInfo to print services
4150   with content (repos)
4151 - revision 11004
4152
4153 -------------------------------------------------------------------
4154 Wed Sep 10 17:31:41 CEST 2008 - ma@suse.de
4155
4156 - Remove obsolete product attributes.
4157 - Store less packages in /var/lib/zypp/SoftLocks (bnc #418050)
4158 - revision 11001
4159
4160 -------------------------------------------------------------------
4161 Wed Sep 10 16:40:00 CEST 2008 - ma@suse.de
4162
4163 - Provide product::updaterepoKey: Update repository indicator string.
4164 - revision 11000
4165
4166 -------------------------------------------------------------------
4167 Tue Sep  9 17:33:03 CEST 2008 - dmacvicar@suse.de
4168
4169 - provide context about the repository (name/alias) if available when
4170   checking signatures (bnc#370223)
4171 - 5.8.0
4172
4173 -------------------------------------------------------------------
4174 Tue Sep  9 13:04:11 CEST 2008 - ma@suse.de
4175
4176 - Add ServiceInfo interface to define a set of catalogs (repository
4177   aliases) to be enabled on next refresh.
4178 - revision 10970
4179
4180 -------------------------------------------------------------------
4181 Tue Sep  9 11:40:42 CEST 2008 - ma@suse.de
4182
4183 - Fix reading of Traget::targetDistribution.
4184 - Allow to configure default answers in signature verification workflow.
4185 - revision 10968
4186
4187 -------------------------------------------------------------------
4188 Mon Sep  8 17:11:02 CEST 2008 - jkupec@suse.cz
4189
4190 - CredentialManager added to manage stored credentials
4191 - MediaCurl adapted to use CredentialManager to read credentials
4192 - revision 10958
4193
4194 -------------------------------------------------------------------
4195 Fri Sep  5 11:40:05 CEST 2008 - jkupec@suse.cz
4196
4197 - operator ==, !=, < definition moved to RepoInfoBase from
4198   the derived classes
4199 - fixed RepoInfo::dumpAsIniOn() to not print 'type' if it is unknown
4200   (bnc #407515)
4201 - {Repo,Service}Info::dumpAsXMLOn(ostream) added
4202 - RepoInfo::dumpRepoOn() deprecated in favor of dumpAsIniOn()
4203 - use shared_ptr instead of itrusive for {Repo,Service}Info
4204 - revision 10931:10942
4205
4206 -------------------------------------------------------------------
4207 Thu Sep  4 16:47:07 CEST 2008 - jkupec@suse.cz
4208
4209 - RepoInfo{,Base} setters made void
4210 - revision 10931
4211
4212 -------------------------------------------------------------------
4213 Wed Sep  3 14:53:06 CEST 2008 - jkupec@suse.cz
4214
4215 - skip repositories with non-matching target distro when reading
4216   repoindex
4217 - revision 10926
4218
4219 -------------------------------------------------------------------
4220 Tue Sep  2 11:04:52 CEST 2008 - schubi@suse.de
4221
4222 - Enabled distupgrade of the SAT solver. In order to use the old
4223   distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.
4224   This variable will can be used until the old distupgrade mechanism will
4225   be removed from libzypp. Have a look to above changelogs.
4226 - revision 10911
4227 - version 5.7.0 (5)
4228
4229 -------------------------------------------------------------------
4230 Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de
4231
4232 - add Package::maybeUnsupported to remove duplicated
4233   code in clients dealing with Package::vendorSupport
4234
4235 -------------------------------------------------------------------
4236 Tue Aug 19 11:04:52 CEST 2008 - schubi@suse.de
4237
4238 - Reset transaction only if this solvable has no buddy (bnc #417799)
4239   e.g. do not reset Products cause the concerning release package
4240   could not already be installed.
4241 - revision 10883
4242 - version 5.6.1 (5)
4243
4244 -------------------------------------------------------------------
4245 Mon Aug 18 17:31:02 CEST 2008 - dmacvicar@suse.de
4246
4247 - don't report "may be outdated" for @System repo.
4248
4249 -------------------------------------------------------------------
4250 Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de
4251
4252 - Add Target::targetDistribution. Returns "distribution-arch" of
4253   the installed base product. Used for registration and Service
4254   refresh. (for Fate #304915)
4255 - revision 10877
4256 - version 5.6.0 (5)
4257
4258 -------------------------------------------------------------------
4259 Fri Aug 15 17:42:58 CEST 2008 - ma@suse.de
4260
4261 - Add method Product::replacedProducts to identify installed
4262   Products that would be replaced by installing a new Product.
4263   (for Fate #301997)
4264 - revision 10876
4265
4266 -------------------------------------------------------------------
4267 Fri Aug 15 15:30:32 CEST 2008 - ma@suse.de
4268
4269 - Fixes to Selectable doing staus manipulation on non-USER level.
4270 - revision 10873
4271
4272 -------------------------------------------------------------------
4273 Fri Aug 15 14:23:02 CEST 2008 - ma@suse.de
4274
4275 - Add method ZYpp::getTarget that returns the Target or a NULL pointer,
4276   if it is not yet initialized. This is to avoid try/catch blocks just
4277   to test whether the Target is initialized. (bnc #417556)
4278 - Add method Target::assertRootPrefix. Pass a pathname and get back the
4279   path prefixed with the tragets root, unless it already had that prefix.
4280 - revision 10870
4281
4282 -------------------------------------------------------------------
4283 Thu Aug 14 18:44:45 CEST 2008 - schubi@suse.de
4284
4285 - Regarding error messages for Products correctly (FATE #304502)
4286 - rev 10863
4287
4288 -------------------------------------------------------------------
4289 Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
4290
4291 - Let Selectable default to USER level.
4292 - revision 10850
4293 - version 5.5.1 (5)
4294
4295 -------------------------------------------------------------------
4296 Wed Aug 13 21:01:25 CEST 2008 - ma@suse.de
4297
4298 - Change Selectable API to support doing staus manipulation on
4299   non-USER level.
4300 - revision 10847
4301 - version 5.5.0 (5)
4302
4303 -------------------------------------------------------------------
4304 Wed Aug 13 16:48:49 CEST 2008 - dmacvicar@suse.de
4305
4306 - support sat solver API for searching files
4307
4308 -------------------------------------------------------------------
4309 Wed Aug 13 15:12:45 CEST 2008 - ma@suse.de
4310
4311 - Add ResPool::reposFind to get repositories by alias.
4312 - revision 10835
4313
4314 -------------------------------------------------------------------
4315 Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
4316
4317 - Advise rpmdb2solv to parse the product database.
4318 - revision 10824
4319 - version 5.4.0 (4)
4320
4321 -------------------------------------------------------------------
4322 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
4323
4324 - Offer a simpler, fate based status manipulation in ui::Selectable.
4325   This is easier to handle, as the ui::Status always distinguishes
4326   wheter an object is installed or not.
4327 - revision 10814
4328
4329 -------------------------------------------------------------------
4330 Mon Aug 11 18:00:40 CEST 2008 - ma@suse.de
4331
4332 - Propagate default rpm install flags from zypp.conf via ZConfig and
4333   ZYppCommitPolicy down to the installer. (FATE #302952)
4334 - revision 10813
4335
4336 -------------------------------------------------------------------
4337 Mon Aug 11 16:28:07 CEST 2008 - ma@suse.de
4338
4339 - Add base::Flags (like qt's QFlags) a type-safe way of storing
4340   OR-combinations of enum values.
4341 - revision 10811
4342
4343 -------------------------------------------------------------------
4344 Fri Aug  8 17:01:00 CEST 2008 - ma@suse.de
4345
4346 - Add static ui::Selectable::get methods as convenient ctor
4347   substitute.
4348 - revision 10806
4349
4350 -------------------------------------------------------------------
4351 Fri Aug  8 15:41:17 CEST 2008 - ma@suse.de
4352
4353 - Adapt zypp-query-pool to new product handling.
4354 - revision 10803
4355
4356 -------------------------------------------------------------------
4357 Fri Aug  8 14:11:03 CEST 2008 - ma@suse.de
4358
4359 - Don't pass epoch to 'rpm -e', it does not support it.
4360 - revision 10800
4361
4362 -------------------------------------------------------------------
4363 Fri Aug  8 13:27:42 CEST 2008 - ma@suse.de
4364
4365 - Adapt to new product handling. Products are no longer pseudo
4366   installed objects verified by the solver, but actually installed.
4367   Thus removed satisfiedProduct iterator, fixed Selctables.
4368 - Removed class ProductInfo as we keep Product.
4369 - revision 10797
4370
4371 -------------------------------------------------------------------
4372 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
4373
4374 - implement relogin suggested support (fate#304889)
4375
4376 -------------------------------------------------------------------
4377 Wed Aug  6 18:21:30 CEST 2008 - ma@suse.de
4378
4379 - Detect correct download path even if repository type
4380   is not set. (bnc #386386)
4381 - revision 10768
4382
4383 -------------------------------------------------------------------
4384 Wed Aug  6 17:15:48 CEST 2008 - ma@suse.de
4385
4386 - Cleanup, mostly by removing, unused parser code and related classes.
4387 - revision 10765
4388
4389 -------------------------------------------------------------------
4390 Wed Aug  6 16:23:27 CEST 2008 - ma@suse.de
4391
4392 - Don't let exception escape MediaSetAccess dtor (bnc #415017)
4393 - revision 10763
4394
4395 -------------------------------------------------------------------
4396 Mon Aug  4 19:34:27 CEST 2008 - ma@suse.de
4397
4398 - Add new product attributes (flavor,referencePackage).
4399 - Add PoolItem buddies, i.e. two PoolItems sharing the same status
4400   object. This is used to keep the product resolvable and the
4401   package providing the product metadata in sync.
4402 - revision 10742
4403
4404 -------------------------------------------------------------------
4405 Sat Aug  2 19:26:52 CEST 2008 - jkupec@suse.cz
4406
4407 - support an optional url attribute in repoindex.xml's <repo>
4408 - revision 10729
4409
4410 -------------------------------------------------------------------
4411 Thu Jul 31 21:52:11 CEST 2008 - ma@suse.de
4412
4413 - New class ProductInfo to provide product related metadata that
4414   might be associated with a package. This will replace the Product
4415   resolvable.
4416 - revision 10715
4417
4418 -------------------------------------------------------------------
4419 Thu Jul 31 19:01:54 CEST 2008 - dmacvicar@suse.de
4420
4421 - generate a unique anonymous unique string per target
4422   and add it to the agent string for better statistics
4423
4424 -------------------------------------------------------------------
4425 Thu Jul 31 19:01:14 CEST 2008 - ma@suse.de
4426
4427 - Follow solver policy and make repository priority the highest
4428   key, when ordering packages. Then architecture, and edition last.
4429 - revision 10710
4430
4431 -------------------------------------------------------------------
4432 Wed Jul 30 19:12:00 CEST 2008 - ma@suse.de
4433
4434 - /var/lib/zypp and /var/cache/zypp should be owned by libzypp
4435   (bnc #412094)
4436 - revision 10702
4437
4438 -------------------------------------------------------------------
4439 Wed Jul 30 12:47:48 CEST 2008 - jkupec@suse.cz
4440
4441 - Service renamed to ServiceInfo
4442 - RepoInfoBase added; RepoInfo and ServiceInfo now derive from it
4443 - revision 10695
4444
4445 -------------------------------------------------------------------
4446 Tue Jul 29 12:59:46 CEST 2008 - jkupec@suse.cz
4447
4448 - fixed yum repos to work with non '/' base url post fix
4449   (bnc #341617)
4450 - revision 10662
4451
4452 -------------------------------------------------------------------
4453 Mon Jul 28 18:13:24 CEST 2008 - ma@suse.de
4454
4455 - Fixed SolvIterMixin::Selectable_iterator eating some solvables
4456   (bnc #411339)
4457 - revision 10680
4458
4459 -------------------------------------------------------------------
4460 Fri Jul 25 20:12:55 CEST 2008 - ma@suse.de
4461
4462 - Several changes to make libzypp-bindings compile using the original
4463   header files and no private copies. (bnc #391831)
4464 - revision 10668
4465 - version 5.3.0
4466
4467 -------------------------------------------------------------------
4468 Wed Jul 23 17:17:47 CEST 2008 - jkupec@suse.cz
4469
4470 - Service::enabled() added
4471 - revision 10657
4472
4473 -------------------------------------------------------------------
4474 Tue Jul 22 17:18:28 CEST 2008 - jkupec@suse.cz
4475
4476 - Removed FRESHENS dependency type
4477 - revision 10643
4478
4479 -------------------------------------------------------------------
4480 Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
4481
4482 - Allow parallel installation of packages which have been defined
4483   in zypp.conf (parameter "multiversion") Fate #302050
4484 - Additional check for broken system.
4485   (defined in zypp.conv: solver.checkSystemFile)
4486 - revision 10600
4487
4488 -------------------------------------------------------------------
4489 Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
4490
4491 - Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
4492 - revision 10596
4493
4494 -------------------------------------------------------------------
4495 Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
4496
4497 - Remove Atom, Script, Message and other obsolete classes.
4498 - revision 10592
4499
4500 -------------------------------------------------------------------
4501 Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
4502
4503 - Also report the name of the locking process in ZYppFactoryException
4504   (bnc #280537)
4505 - revision 10572
4506
4507 -------------------------------------------------------------------
4508 Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
4509
4510 - corrected logging of solver settings
4511 - regard locking while doUpdate (bnc #405427)
4512 - revision 10564
4513
4514 -------------------------------------------------------------------
4515 Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
4516
4517 - make curl use the right transfer mode
4518   (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
4519 - revision 10559
4520
4521 -------------------------------------------------------------------
4522 Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
4523
4524 - reuse existing disk mounts (applied Marius' patch) (bnc #208222)
4525 - revision 10557
4526
4527 -------------------------------------------------------------------
4528 Wed Jul  9 18:13:58 CEST 2008 - ma@suse.de
4529
4530 - Provide Package::url() if available in solv file. (bnc #402434)
4531 - A missing cookie file must not be treated as an error. Simply
4532   rebuild the cache (bnc #405867)
4533 - Add 22x22 and 24x24 icons (bnc #329635)
4534 - revision 10528
4535
4536 -------------------------------------------------------------------
4537 Mon Jul  7 13:39:09 CEST 2008 - schubi@suse.de
4538
4539 - Do not update an already updated package (bnc #400422)
4540 - revision 10504
4541
4542 -------------------------------------------------------------------
4543 Fri Jul  4 17:19:24 CEST 2008 - ma@suse.de
4544
4545 - Also check if the fingerprint matches before importing updated keys.
4546   (bnc #393160)
4547 - revision 10500
4548
4549 -------------------------------------------------------------------
4550 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
4551
4552 - forward port add message attribute to patches.
4553 - port import newer keys if a trusted key is updated
4554 - (bnc#393160)
4555 - version 5.0.2
4556
4557 -------------------------------------------------------------------
4558 Mon Jun 30 10:28:27 CEST 2008 - ma@suse.de
4559
4560 - Fix permanent duplication of gpg keys in the rpm database. Also
4561   retrieve correct creation and expire dates. (bnc #401259)
4562 - Invoke gpg with --homdir, otherwise command fails if executed
4563   within a wrapper. (bnc #401259)
4564 - revision 10487
4565
4566 -------------------------------------------------------------------
4567 Thu Jun 26 12:07:33 CEST 2008 - schubi@suse.de
4568
4569 - version 5.0.1
4570 - revision 10464
4571
4572 -------------------------------------------------------------------
4573 Thu Jun 19 17:55:35 CEST 2008 - ma@suse.de
4574
4575 - Handle new patch messages and scripts in commit. Provide callbacks
4576   to display the patch messages and give visual feedback on script
4577   execution. (bnc #401220)
4578 - revision 10411
4579
4580 -------------------------------------------------------------------
4581 Thu Jun 19 17:35:59 CEST 2008 - ma@suse.de
4582
4583 - Fix wrong parenthesis causing bug 399320
4584 - version
4585 - revision
4586
4587 -------------------------------------------------------------------
4588 Tue Jun 10 09:52:03 CEST 2008 - jreidinger@suse.cz
4589
4590 - improve performance of gsub
4591 - change replace_all to replaceAll (same name convency)
4592 - add tests for gsub and replaceAll
4593 - revision 10366
4594
4595 -------------------------------------------------------------------
4596 Fri Jun  6 13:29:59 CEST 2008 - ma@suse.de
4597
4598 - Handle application/x-redhat-package-manager in package-manager.desktop
4599   (bnc #391183)
4600 - revision 10361
4601
4602 -------------------------------------------------------------------
4603 Thu Jun  5 18:01:15 CEST 2008 - jkupec@suse.cz
4604
4605 - X-SuSE-ControlCenter-System category added
4606   to package-manager.desktop (bnc #302324)
4607 - revision 10353
4608
4609 -------------------------------------------------------------------
4610 Wed Jun  4 14:57:13 CEST 2008 - ma@suse.de
4611
4612 - Fix crash when requesting disk usage without a target loaded. (bnc #396755)
4613 - revision 10340
4614
4615 -------------------------------------------------------------------
4616 Wed Jun  4 14:05:09 CEST 2008 - ma@suse.de
4617
4618 - Fix memory corruption in curl media handler (bnc #396979)
4619 - revision 10338
4620
4621 -------------------------------------------------------------------
4622 Tue Jun  3 20:00:00 CEST 2008 - ma@suse.de
4623
4624 - Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
4625   as 'source package named zypper'. So these capabilities can be used
4626   together with sat::Whatprovides or in resolver requests. (bnc #369893)
4627 - revision 10335
4628
4629 -------------------------------------------------------------------
4630 Tue Jun  3 15:40:37 CEST 2008 - jreidinger@suse.cz
4631
4632 - allow aborting progress during removing packages. (bnc #389238)
4633 - revision 10331
4634
4635 -------------------------------------------------------------------
4636 Mon Jun  2 15:31:36 CEST 2008 - schubi@suse.de
4637
4638 - New option for ignoring Obsoletes. This is used for installing more than
4639   one pacakges with the same name but different versions.
4640   Often used by kernel.
4641 - r 10299
4642
4643 -------------------------------------------------------------------
4644 Sun Jun  1 23:14:34 CEST 2008 - - ma@suse.de
4645
4646 - Revert inappropriate Selectable cleanup. Fix Selectable
4647   status computation. Unmaintained packages were wrongly
4648   reported as unsinstalled. (bnc #394630)
4649 - version 5.0.0 (4.x continued in SuSE-Linux-11_0-Branch)
4650 - revision 10295
4651
4652 -------------------------------------------------------------------
4653 Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
4654
4655 - fixed typo
4656
4657 -------------------------------------------------------------------
4658 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
4659
4660 - Reenable diskusage calculation (bnc #395051)
4661 - version 4.25.1
4662 - revision 10273
4663
4664 -------------------------------------------------------------------
4665 Wed May 28 18:50:11 CEST 2008 - jkupec@suse.cz
4666
4667 - RepoManager::packagesPath(RepoInfo) added (bnc #394728)
4668 - revision 10271
4669
4670 -------------------------------------------------------------------
4671 Wed May 28 16:26:09 CEST 2008 - jkupec@suse.cz
4672
4673 - RepoInfo: don't overwrite flags that have already been set externally
4674   (bnc #394728)
4675 - revision 10256
4676
4677 -------------------------------------------------------------------
4678 Wed May 28 15:30:24 CEST 2008 - ma@suse.de
4679
4680 - Create missing directories when saving config files. (bnc #395026)
4681 - Fix undefined behaviour in RepoManager.
4682 - revision 10255
4683
4684 -------------------------------------------------------------------
4685 Wed May 28 15:23:44 CEST 2008 - schubi@suse.de
4686
4687 - SOLVER_ERASE_SOLVABLE_NAME: As we do not know, if this request has come
4688   from resolvePool or resolveQueue we will have to take care for both
4689   cases. (bnc#393969)
4690 - r 10252
4691
4692 -------------------------------------------------------------------
4693 Tue May 27 22:35:37 CEST 2008 - coolo@suse.de
4694
4695 - compile with RPM_OPT_FLAGS
4696
4697 -------------------------------------------------------------------
4698 Mon May 26 17:23:24 CEST 2008 - jkupec@suse.cz
4699
4700 - old2new locks file converter script added to %post (jredinger)
4701 - r 10227
4702
4703 -------------------------------------------------------------------
4704 Mon May 26 11:48:35 CEST 2008 - schubi@suse.de
4705
4706 - Do not regard packages with the same name while upgrading obsoleted
4707   packages (bnc#394367)
4708 - r 10219
4709
4710 -------------------------------------------------------------------
4711 Sat May 24 01:23:44 CEST 2008 - dmacvicar@suse.de
4712
4713 - revert commit don't check for existence of keys,
4714   to avoid a non needed HEAD request. (related bnc#381280)
4715   as it creates popup error callbacks due to the 404's in
4716   the keys. Leave however the OnMediaLocation::optional()
4717   API to look for another fix strategy.
4718
4719 -------------------------------------------------------------------
4720 Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de
4721
4722 - define path for messages and scripts and document
4723   them in zypp.conf
4724
4725 -------------------------------------------------------------------
4726 Fri May 23 14:42:34 CEST 2008 - schubi@suse.de
4727
4728 - Added IgnoreAlreadyRecommended flag. So recomments/suggest will
4729   be ignored for already INSTALLED packages (bnc #389694)
4730 - r 10202
4731
4732 -------------------------------------------------------------------
4733 Fri May 23 10:22:47 CEST 2008 - schubi@suse.de
4734
4735 - Packages which obsoletes and do NOT required other installed
4736   packages will be installed if no other packages obsolete the installed package too.
4737 - r 10196
4738
4739 -------------------------------------------------------------------
4740 Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
4741
4742 - fix filelist for installed packages (bnc#392544)
4743 - fix changelog retrieval for installed packages
4744
4745 -------------------------------------------------------------------
4746 Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
4747
4748 - deprecate Repository::name() and use alias() to
4749   be consistent. Related to (bnc#383553)
4750 - don't check for existence of keys, to avoid a non needed
4751   HEAD request. (helps bnc#381280)
4752 - 4.25.0
4753
4754 -------------------------------------------------------------------
4755 Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
4756
4757 - added onlyRequires in the testcase (bnc #389184)
4758
4759 -------------------------------------------------------------------
4760 Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
4761
4762 - allow installation and refreshing from repository with alias that
4763   contains ' or " (bnc #392426)
4764 - r10158
4765
4766 -------------------------------------------------------------------
4767 Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
4768
4769 - delta rpm support reenabled
4770 - r10150
4771
4772 -------------------------------------------------------------------
4773 Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
4774
4775 - Resetting Delete Details in ResStatus correctly (bnc #391785)
4776 - r 10145
4777
4778 -------------------------------------------------------------------
4779 Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
4780
4781 - when setting status to non installed for uninstalled packages
4782   set the user transaction so they go to soft locks.
4783   (related to bnc#389739 )
4784
4785 -------------------------------------------------------------------
4786 Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
4787
4788 - Added new calls : isInstalledBy (const PoolItem item);
4789                     installs (const PoolItem item);
4790 - r 10125
4791 - 4.23.0
4792
4793 -------------------------------------------------------------------
4794 Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
4795
4796 - don't run merge in save when toAdd/Remove queue is empty
4797 - throw when locks cannot load its file
4798 - r10124
4799
4800 -------------------------------------------------------------------
4801 Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
4802
4803 - throw more describing exception when repo probing failed
4804   (bnc #389690)
4805 - revision 10118
4806
4807 -------------------------------------------------------------------
4808 Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
4809
4810 - allow call only merge old locks and newly added/removed without
4811   saving it to file
4812 - -revision 10104
4813
4814 -------------------------------------------------------------------
4815 Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de
4816
4817 - report non packages as keep installed if satisfied to the
4818   user interace (Selectables)
4819 - 4.21.3
4820
4821 -------------------------------------------------------------------
4822 Tue May 13 15:50:28 CEST 2008 - jkupec@suse.cz
4823
4824 - create /etc/zypp/products.d on install
4825
4826 -------------------------------------------------------------------
4827 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
4828
4829 - /etc/zypp/products.d added to file list (bnc #385868)
4830 - revision 10049
4831 - version 4.21.2
4832
4833 -------------------------------------------------------------------
4834 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
4835
4836 - call RemoveResolvableReport::problem() before finish() on error
4837   (bnc #388810)
4838 - revision 10045
4839
4840 -------------------------------------------------------------------
4841 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
4842
4843 - fix file list
4844
4845 -------------------------------------------------------------------
4846 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
4847
4848 - Product now retrieves all attributes from the solv file.
4849 - version 4.21.1
4850 - revision 10031
4851
4852 -------------------------------------------------------------------
4853 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
4854
4855 - Add zypp.conf option configdir (/etc/zypp) and arrange
4856   all config files and directories to follow {configdir}
4857   per default.
4858 - Fix zypp-query-pool to print satisfied products and additional
4859   products defined in {configdir}/products.d for registration.
4860   (bnc #385868)
4861 - version 4.21.0
4862 - revision 10029
4863
4864 -------------------------------------------------------------------
4865 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
4866
4867 - implement remove duplicate entries in lock file (bnc#385967)
4868
4869 -------------------------------------------------------------------
4870 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
4871
4872 - Speedup rpmdb2solv by reusing an existing solv file.
4873 - version 4.20.1
4874 - revision 10012
4875
4876 -------------------------------------------------------------------
4877 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
4878
4879 - Fix failed package download due to unkown repository type (bnc #386386)
4880 - revision 9995
4881
4882 -------------------------------------------------------------------
4883 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
4884
4885 - Support optional root argument to RepoManagerOptions, to prefix all
4886   path names taken from ZConfig. (bnc #388265)
4887 - version 4.20.0
4888 - revision 9993
4889
4890 -------------------------------------------------------------------
4891 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
4892
4893 - new solution action for removing requirements/conflicts (bnc #387631)
4894 - revision 9988
4895
4896 -------------------------------------------------------------------
4897 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
4898
4899 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100)
4900 - revision 9984
4901
4902 -------------------------------------------------------------------
4903 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
4904
4905 - DistUpgrade: searching for providers -> regarding name onl
4906 - r 9977
4907
4908 -------------------------------------------------------------------
4909 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
4910
4911 - add flag --registrable (-r) to query pool to avoid
4912   using system as a filter
4913 - 4.19.1
4914
4915 -------------------------------------------------------------------
4916 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
4917
4918 - return values in non-void functions
4919
4920 -------------------------------------------------------------------
4921 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
4922
4923 - support multiple search strings in PoolQuery (ORed)
4924 - revision 9945
4925
4926 -------------------------------------------------------------------
4927 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
4928
4929 - Switch off the upgrade mode of the
4930   SAT solver cause the packages have already been evaluated by
4931   the distupgrade machanism of libzypp. (bnc #386375)
4932 - rev 9943
4933
4934 -------------------------------------------------------------------
4935 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
4936
4937 - release file after copy to cache as soon as possible.
4938   (bnc #381311)
4939 - r9940
4940
4941 -------------------------------------------------------------------
4942 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
4943
4944 - Bugfix: keep states by user has been removed it the
4945   package has not been installed BUT has been recommended by another package.
4946   (bnc #385832)
4947 - rev 9938
4948
4949 -------------------------------------------------------------------
4950 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
4951
4952 - add isLocal function to Url which say if scheme is local or
4953   internet.
4954 - r9932
4955
4956 -------------------------------------------------------------------
4957 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
4958
4959 - cache decision for repository depend on his url.
4960 - http,ftp and smb cache packages.
4961 - revision 9929
4962
4963 -------------------------------------------------------------------
4964 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
4965
4966 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
4967   Locks are loaded together with the target, and changes are writen
4968   back on commit. zypp.conf option locksfile.apply can be used to turn
4969   this feature on or off. (FATE #120352)
4970 - version 4.18.0
4971 - revision 9927
4972
4973 -------------------------------------------------------------------
4974 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
4975
4976 - Add zypp.conf option solvfilesdir: Path where the repo solv files
4977   are created. Default value: {cachedir}/solv.
4978 - Target and repositories now save their solvfiles below {solvfilesdir}
4979   in directories named after the repositories alias.
4980 - version 4.18.0
4981 - revision 9913
4982
4983 -------------------------------------------------------------------
4984 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
4985
4986 - fixed filesystem::expandlink(Pathname) (bnc #368477)
4987 - r9906
4988
4989 -------------------------------------------------------------------
4990 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
4991
4992 - cleanup in return values of doUpgrade and doUpdate
4993 - r9886
4994 - 4.17.0
4995
4996 -------------------------------------------------------------------
4997 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
4998
4999 - check for valid pool in begin(), improve the code (bnc #384337)
5000 - r9872
5001 - 4.16.0
5002
5003 -------------------------------------------------------------------
5004 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
5005
5006 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
5007
5008 -------------------------------------------------------------------
5009 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
5010
5011 - added translations
5012
5013 -------------------------------------------------------------------
5014 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
5015
5016 - ostream operator<<(ostream,TriBool) added
5017 - r9833
5018
5019 -------------------------------------------------------------------
5020 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
5021
5022 - Prevent target::unload from creating a system repo in order
5023   to unload it. (bnc 382297)
5024 - version 4.15.2
5025 - revision 9822
5026
5027 -------------------------------------------------------------------
5028 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
5029
5030 - Prevent deselected or deleted items from being re-selected due to
5031   recommends (aka. persistent soft locks). Unlike hard locked, those
5032   items will be automatically selected if required. The list of soft
5033   locked items is stored in /var/lib/zypp/SoftLocks.
5034 - version 4.15.1
5035 - revision 9818
5036
5037 -------------------------------------------------------------------
5038 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
5039
5040 - Remove obsolete AdditionalCapabilities interface from ResPool.
5041   Forward sat::Pool::RepositoryIterator. There's no more need to
5042   maintain an extra Repository list in ResPool.
5043 - revision 9806
5044
5045 -------------------------------------------------------------------
5046 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
5047
5048 - Support dependencies requiring a specific architecture:
5049   "name[.arch] [op edition]". See class Capability for details
5050   about how to construct dependencies. (bnc #305445)
5051 - version 4.15.0
5052 - revision 9805
5053
5054 -------------------------------------------------------------------
5055 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
5056
5057 - patch attributes and deprecate old ones
5058 - 4.14.0
5059
5060 -------------------------------------------------------------------
5061 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
5062
5063 - change locks api -
5064 - make more functions const
5065 - replace add/remove by selectable to add/remove by ident or name and kind
5066 - rename iterator to const_iterator to avoid confusion
5067 - revision 9781
5068
5069 -------------------------------------------------------------------
5070 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
5071
5072 - Do architecture changes while "dup" in the external distribution
5073   upgrade ONLY. bnc #382274
5074 - Added "ignore" to the solutions
5075 - Added "self-conflicts" to the solution
5076 - added new solver mechanism "resolveQueue"
5077 - Bugfix broken/satisfied products
5078 - rev 9776
5079
5080 -------------------------------------------------------------------
5081 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
5082
5083 - Added Pattern::core returning the packages required by a pattern.
5084   (see also Pattern::depends and Pattern::contents).
5085 - revision 9771
5086
5087 -------------------------------------------------------------------
5088 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
5089
5090 - Added Target::release(), returning the targets distribution
5091   release string.
5092 - revision 9761
5093
5094 -------------------------------------------------------------------
5095 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
5096
5097 - per default abort if package installation fails. (bnc #381203)
5098 - version 4.13.3
5099 - revision 9725
5100
5101 -------------------------------------------------------------------
5102 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
5103
5104 - add ZYpp and curl version to http agent string
5105   (bnc #381280)
5106
5107 -------------------------------------------------------------------
5108 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
5109
5110 - Fixed pools package index wrongly including source packages. (bnc #380283)
5111 - version 4.13.2
5112 - revision 9683
5113
5114 -------------------------------------------------------------------
5115 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
5116
5117 - Disable fast creation of @System.solv. It may produce wrong results
5118   e.g. after a rebuilddb.
5119 - version 4.13.1
5120 - revision 9666
5121
5122 -------------------------------------------------------------------
5123 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
5124
5125 - initializeTarget now takes an additional option, telling whether to
5126   rebuild an existing rpm database before using it. Default is false.
5127   (bnc #308352)
5128 - version 4.13.0
5129 - revision 9664
5130
5131 -------------------------------------------------------------------
5132 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
5133
5134 - save do nothing if no locks added/removed
5135 - fix bug with multiple save lock
5136 - don't save same query multiple times
5137 - improve tests
5138 - revision 9644
5139
5140 -------------------------------------------------------------------
5141 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
5142
5143 - added new translations
5144 - activate zypp-query-pool
5145 - Revision 9637
5146 - 4.12.1
5147
5148 -------------------------------------------------------------------
5149 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
5150
5151 - Locks API cleaned-up, iterator added, light read() added
5152 - PoolQuery::attribute(SolvAttr) getter added
5153 - revision 9609
5154
5155 -------------------------------------------------------------------
5156 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
5157
5158 - reenable zypp-query-pool
5159 - 4.11.1
5160
5161 -------------------------------------------------------------------
5162 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
5163
5164 - Enable evaluation of hardware dependencies.
5165 - Enable evaluation of filesystem dependencies.
5166 - revision 9605
5167
5168 -------------------------------------------------------------------
5169 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
5170
5171 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
5172   needed for explicit refresh request
5173 - revision 9574
5174
5175 -------------------------------------------------------------------
5176 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
5177
5178 - Install ResPoolProxy index to speedup Solvable to Selectable
5179   conversion.
5180 - version 4.11.0
5181 - revision 9558
5182
5183 -------------------------------------------------------------------
5184 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
5185
5186 - Implement update scripts installed by packages. After every
5187   package install /var/adm/update-scripts is scanned for the first
5188   file starting with "<name>-<version>.<release>-", which is then
5189   executed.
5190 - revision 9547
5191
5192 -------------------------------------------------------------------
5193 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
5194
5195 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
5196 - Add Resolvable::poolItem() providing access to the corresponding
5197   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
5198   to PoolItem.
5199 - Add ResPool::satisfiedProductsBegin/End iterator over all products
5200   whose dependencies are satisfied. This reflects the status determined
5201   by the last solver run. (#368104)
5202 - revision 9535
5203
5204 -------------------------------------------------------------------
5205 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
5206
5207 - switch to new locks api
5208 - revision 9524
5209
5210 -------------------------------------------------------------------
5211 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
5212
5213 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
5214 - Add SolvIterMixin: Base class providing PoolItem_iterator and
5215   Selectable_iterator iterator types based on a Solvable iterator.
5216 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
5217   PoolItem_iterator and Selectable_iterator.
5218 - Add Solvable::SplitIdent: Helper class that splits an identifier
5219   into kind and name.
5220 - Provide methods Pattern::contents returning a collection of packages
5221   associated with the pattern/patch.
5222 - revision 9496
5223
5224 -------------------------------------------------------------------
5225 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
5226
5227 - add comparing to PoolQuery
5228 - revision 9466
5229
5230 -------------------------------------------------------------------
5231 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
5232
5233 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
5234 - revision 9452
5235
5236 -------------------------------------------------------------------
5237 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
5238
5239 - initial implementation of new locks (FATE #120118 and #120352)
5240 - revision 9442
5241
5242 -------------------------------------------------------------------
5243 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
5244
5245 - selectable API updates and changes
5246 - 4.10.0
5247
5248 -------------------------------------------------------------------
5249 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
5250
5251 - add split with respect to escaped delimeters and also for quotes
5252 - revision 9373
5253
5254 -------------------------------------------------------------------
5255 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
5256
5257 - Fixed some missing package and source package attributes.
5258 - revision 9348
5259
5260 -------------------------------------------------------------------
5261 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
5262
5263 - Allow to store a media label in MediaSetAccess. This label is
5264   passed to a media change requests to describe which CD is
5265   requested.  (bnc #330094)
5266 - Fixed some missing package and source package attributes.
5267 - revision 9347
5268
5269 -------------------------------------------------------------------
5270 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
5271
5272 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
5273 - Removed establish state in ResStatus
5274 - revision 9337
5275 - version 4.7.0
5276
5277 -------------------------------------------------------------------
5278 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
5279
5280 - Add PoolItem::isSatisfied()/isBroken() to test whether
5281   the items requirements are met.
5282 - revision 9334
5283
5284 -------------------------------------------------------------------
5285 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
5286
5287 - Extend sat::WhatProvides to allow to query for possible providers
5288   of a collection of capabilies. E.g. all providers of a packages
5289   requirements.
5290 - Fixed retrieval of translated texts from .solv files, provided the
5291   solv file contains them.
5292 - revision 9328
5293
5294 -------------------------------------------------------------------
5295 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
5296
5297 - initial implementation of serialize/recovery PoolQuery
5298   (needed by FATE #120118)
5299 - revision 9325
5300
5301 -------------------------------------------------------------------
5302 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
5303
5304 - Allow prioritizing repos by adding a line 'priority=N' to the
5305   .repo file. Where N is an integer number from 1 (highest prio)
5306   to 99 (least and default). (bnc #369827, fate #302872)
5307 - version 4.6.1
5308 - revision 9276
5309
5310 -------------------------------------------------------------------
5311 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
5312
5313 - support plaindir again (at least the most important parts)
5314
5315 -------------------------------------------------------------------
5316 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
5317
5318 - Throwing special exception MediaBadCAException in case of SSL
5319   certificate validation failure.(bnc #223512)
5320 - revision 9250
5321
5322 -------------------------------------------------------------------
5323 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
5324
5325 - add new error IO_SOFT to media request callback for temporary
5326   connection problem. (bnc #328822)
5327 - add new media exception timeout when somethink fail due to exceed
5328   timeout
5329 - mediacurl throw timeout exception when timeouted
5330 - revision 9246
5331
5332 -------------------------------------------------------------------
5333 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
5334
5335 - return more information from checking if metadata need refresh,
5336   so user can get better info. (bnc #307249)
5337 - revision 9231
5338
5339 -------------------------------------------------------------------
5340 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
5341
5342 - class sat::LocaleSupport: Convenience methods to manage support
5343   for language specific packages.
5344 - revision 9197
5345
5346 -------------------------------------------------------------------
5347 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
5348
5349 - removed obsolete capability handling stuff (ma)
5350 - version 4.5.0
5351
5352 -------------------------------------------------------------------
5353 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
5354
5355 - Don't mask skip and abort exception in Fetcher
5356 - revision 9188
5357
5358 -------------------------------------------------------------------
5359 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
5360
5361 - action is correctly set in mediaRequest callback
5362 - revision 9186
5363
5364 -------------------------------------------------------------------
5365 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
5366
5367 - Fix SEGV in commit (bnc# 371137)
5368 - version 4.4.3
5369 - revision 9174
5370
5371 -------------------------------------------------------------------
5372 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
5373
5374 - version 4.4.2
5375
5376 -------------------------------------------------------------------
5377 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
5378
5379 - look for openssl in cmake, actually we build require it
5380 - explicitely link against openssl and crypto, required to
5381   compile in all platforms/distros.
5382
5383 -------------------------------------------------------------------
5384 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
5385
5386 - Save repo type during refresh if type is NONE (f.e. lazy probing).
5387 - revision 9153
5388
5389 -------------------------------------------------------------------
5390 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
5391
5392 - replace gpg escaped semicolon with real semicolon (bnc #355434)
5393 - revision 9151
5394
5395 -------------------------------------------------------------------
5396 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
5397
5398 - make strings from RpmDb and Keyring exceptions translatable
5399 - revision 9146
5400
5401 -------------------------------------------------------------------
5402 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
5403
5404 - fix retrieving keys (bnc #368099)
5405 - version 4.4.1
5406
5407 -------------------------------------------------------------------
5408 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
5409
5410 - enable frontend to rewrite add_probe settings.(bnc #309612)
5411 - Correct adding repo without type to lazy probing.
5412 - revision 9135
5413
5414 -------------------------------------------------------------------
5415 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
5416
5417 - get better message if something fail when trying run rpm
5418   (bnc #344584)
5419 - revision 9133
5420
5421 -------------------------------------------------------------------
5422 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
5423
5424 - Add ExternalProgram::execError and ExternalProgram::command
5425   to improve error reporting.
5426 - revision 9112
5427
5428 -------------------------------------------------------------------
5429 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
5430
5431 - release all media before requesting another (bnc #336881)
5432 - revision 9110
5433
5434 -------------------------------------------------------------------
5435 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
5436
5437 - getDetectedDevices added (fate #120298)
5438 - revision 9108
5439
5440 -------------------------------------------------------------------
5441 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
5442
5443 - media backend release() methods changed to take string & instead
5444   of bool (needed for FATE #120298)
5445 - media label, detected device list and current device arguments
5446   added to the requestMedia callback
5447 - version 4.4.0
5448
5449 -------------------------------------------------------------------
5450 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
5451
5452 - fix for bnc#369543
5453
5454 -------------------------------------------------------------------
5455 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
5456
5457 - provide download rate info (average and curent) in the
5458   media::DownloadProgressReport for ftp/http (bnc #168935)
5459 - r9074
5460
5461 -------------------------------------------------------------------
5462 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
5463
5464 - cleanCache(): clean also .cookie files
5465 - cleanTargetCache() added
5466 - use escaped_alias() in rawcache_path_for_repoinfo() and
5467   packagescache_path_for_repoinfo()
5468 - r9068
5469
5470 -------------------------------------------------------------------
5471 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
5472
5473 - fixed location of RPMs in subdirs when parsing plaindir repo
5474   recursively (bnc #368218)
5475 - revision 9060
5476
5477 -------------------------------------------------------------------
5478 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
5479
5480 - Do not filter any installed solvables.
5481 - revision 9031
5482 - version 4.3.2
5483
5484 -------------------------------------------------------------------
5485 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
5486
5487 - Try to rebuild broken solv files in Target::load.
5488 - revision 9015
5489
5490 -------------------------------------------------------------------
5491 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
5492
5493 - Try to rebuild broken solv files in RepoManager::loadFromCache.
5494 - Fix RepoStatus::operator&& and RepoStatus testsuite.
5495 - revision 9008
5496
5497 -------------------------------------------------------------------
5498 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
5499
5500 - improved problem description while a vendor change
5501 - improved problem description if a requirement cannot be fulfilled. Bug #358560
5502 - revision 9002
5503
5504 -------------------------------------------------------------------
5505 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
5506
5507 - Save and restore requested locales on target load/commit.
5508 - revision 8999
5509
5510 -------------------------------------------------------------------
5511 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
5512
5513 - (Update) Prevent reinstallation of installed packages.
5514 - revision 8984
5515
5516 -------------------------------------------------------------------
5517 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
5518
5519 - refresh metadata if there is no cache to unbreak compat with
5520   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
5521   that "zypper in" could work on)
5522
5523 -------------------------------------------------------------------
5524 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
5525
5526 - create cache directory before calling rpmdb2solv (in an empty
5527   chroot)
5528 - version 4.3.1
5529
5530 -------------------------------------------------------------------
5531 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
5532
5533 - special exception message if server returns 403 response
5534   (forbidden) (port from SP2)
5535 - MediaException messages marked for translation
5536
5537 -------------------------------------------------------------------
5538 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
5539
5540 - make sure we have target cache on target initialize
5541 - version 4.3.0
5542
5543 -------------------------------------------------------------------
5544 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
5545
5546 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
5547   file systems (#333166)
5548 - rev. 8915
5549
5550 -------------------------------------------------------------------
5551 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
5552
5553 - Fixed Capabilites iterator exposing prereq marker.
5554 - revision 8914
5555
5556 -------------------------------------------------------------------
5557 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
5558
5559 - postinstall script fixed
5560 - version 4.2.10
5561
5562 -------------------------------------------------------------------
5563 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
5564
5565 - Testcases regards modaliases, rpmlib, ... correctly
5566 - Revision 8904
5567
5568 -------------------------------------------------------------------
5569 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
5570
5571 - Remove obsolete sql database. (bnc#363224)
5572 - revision 8898
5573
5574 -------------------------------------------------------------------
5575 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
5576
5577 - Take care target uses --root when creating solv files (bnc #363789)
5578 - revision 8881
5579
5580 -------------------------------------------------------------------
5581 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
5582
5583 - Unmaintained packages which does not fit to the updated system
5584   (broken dependencies) will be deleted.
5585 - revision 8867
5586
5587 -------------------------------------------------------------------
5588 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
5589
5590 - let libzypp-devel require libsatsolver-devel
5591
5592 -------------------------------------------------------------------
5593 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
5594
5595 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
5596 - revision 8833
5597
5598 -------------------------------------------------------------------
5599 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
5600
5601 - media: fixed DownloadProgressReport.finish() url argument in
5602   doGetFileCopy()
5603 - revision 8815
5604
5605 -------------------------------------------------------------------
5606 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
5607
5608 - hardlink when possible to optimize data transfer
5609   and space across caches.
5610 - version 4.2.8
5611
5612 -------------------------------------------------------------------
5613 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
5614
5615 - added some locale support to sat::Solvable
5616 - version 4.2.7
5617
5618 -------------------------------------------------------------------
5619 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
5620
5621 - handle error messages better in doesFileExist too which is
5622   used during probing. (bnc #362608)
5623
5624 -------------------------------------------------------------------
5625 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
5626
5627 - Fetcher::reset() should not reset cache directories.
5628   (bnc #348050)
5629 - version 4.2.6
5630
5631 -------------------------------------------------------------------
5632 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
5633
5634 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
5635   for http and https, but this time set CURLOPT_HTTPGET back to 1
5636   so it actually works. This makes Media::doesFileExist
5637   efficient for http and https.
5638   (related to bnc #348050)
5639 - version 4.2.5
5640
5641 -------------------------------------------------------------------
5642 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
5643
5644 - using .solv files only now (fate #303018)
5645 - revision 8699
5646
5647 -------------------------------------------------------------------
5648 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
5649
5650 - fix architectures on distupgrade
5651
5652 -------------------------------------------------------------------
5653 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
5654
5655 - fixes from trunk merged
5656
5657 -------------------------------------------------------------------
5658 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
5659
5660 - fixed renaming a repo to an existing one (bnc #228216)
5661 - revision 8431
5662
5663 -------------------------------------------------------------------
5664 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
5665
5666 - fix changelog
5667
5668 -------------------------------------------------------------------
5669 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
5670
5671 - read .curlrc more robustly to obtain user-proxy (#330351)
5672 - revision 8368
5673
5674 -------------------------------------------------------------------
5675 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
5676
5677 - always buildrequire openssl-devel
5678 - replacing strange utf-8 chars in changelog
5679 - revision 8317
5680
5681 -------------------------------------------------------------------
5682 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
5683
5684 - Saner NFS timeo default (#350309)
5685 - revision 8314
5686
5687 -------------------------------------------------------------------
5688 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
5689
5690 - support 'patterns.pat' and 'patterns.pat.gz' to read all
5691   patterns in one go.
5692 - rev 8309
5693
5694 -------------------------------------------------------------------
5695 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
5696
5697 - added RpmDb::removePubkey(), call it from
5698   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
5699   is removed from the trusted keyring
5700 - revision 8288
5701
5702 -------------------------------------------------------------------
5703 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
5704
5705 - Textchanges
5706 - reduced logging in SAT-solver
5707 - ordering solutions
5708 - version 4.1.8
5709 - revision 8276
5710
5711 -------------------------------------------------------------------
5712 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
5713
5714 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
5715   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
5716 - Revision 8255
5717 - Version 4.1.7
5718
5719 -------------------------------------------------------------------
5720 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
5721
5722 - Pathname zypp::filesystem::expandlink(const Pathname &) added
5723 - if the provided file is a symlink, expand it (#274651) (this
5724   probably won't work for schemes other than file/dir and cd/dvd)
5725 - revision 8179
5726
5727 -------------------------------------------------------------------
5728 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
5729
5730 - fixed password handling in URLs (bug #347273)
5731 - revision 8118
5732
5733 -------------------------------------------------------------------
5734 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
5735
5736 - Fixed default text locale detection not to use static variables. (#346872)
5737 - version 4.1.6
5738 - revision 8116
5739
5740 -------------------------------------------------------------------
5741 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
5742
5743 - Log more details about zypp lock owner. (#294094)
5744 - revision 8088
5745
5746 -------------------------------------------------------------------
5747 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
5748
5749 - Remove runtime dependency for libboost_filesystem (#345773)
5750 - version 4.1.5
5751 - revision 8061
5752
5753 -------------------------------------------------------------------
5754 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
5755
5756 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
5757   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
5758 - version 4.1.4
5759 - revision 7998
5760
5761 -------------------------------------------------------------------
5762 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
5763
5764 - make IniParser more strict (bug #306697)
5765
5766 -------------------------------------------------------------------
5767 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
5768
5769 - Fix missing packages in patch content list. (#340896)
5770 - revision 7925
5771
5772 -------------------------------------------------------------------
5773 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
5774
5775 - fix build
5776
5777 -------------------------------------------------------------------
5778 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
5779
5780 - Output date strings in UTF-8. (#339423)
5781 - revision 7807
5782
5783 -------------------------------------------------------------------
5784 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
5785
5786 - fixes for new gcc
5787 - version 4.1.3
5788 - r7788
5789
5790 -------------------------------------------------------------------
5791 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
5792
5793 - Don't mark failed patch scripts as installed. (#327523)
5794 - version 4.1.2
5795 - revision 7744
5796
5797 -------------------------------------------------------------------
5798 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
5799
5800 - update rpmlint suppression
5801
5802 -------------------------------------------------------------------
5803 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
5804
5805 - fixed retrieval of epoch from rpmdb (bug #246680)
5806
5807 -------------------------------------------------------------------
5808 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
5809
5810 - allow non-existing "packages" file in susetags parser (bug
5811   #309235)
5812
5813 -------------------------------------------------------------------
5814 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
5815
5816 - SMBIOS DMI modalias matching added (#333152)
5817 - revision 7494
5818
5819 -------------------------------------------------------------------
5820 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
5821 - do not download the same file multiple times in one attach session
5822   (#307098), r7456
5823 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
5824   removed - should be correctly detected by HAL now
5825   (#167629, #163971), r7452
5826 - version 4.1.1
5827
5828 -------------------------------------------------------------------
5829 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
5830
5831 - filter architecture in plaindir parser (bug #330791)
5832
5833 -------------------------------------------------------------------
5834 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
5835
5836 - Throw constructing malformed checksums. (#189096)
5837 - revision 7441
5838
5839 -------------------------------------------------------------------
5840 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
5841
5842 - Renamed templates back because proper qualification makes it work
5843   too.
5844 - 4.1.0
5845
5846 -------------------------------------------------------------------
5847 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
5848
5849 - only look for repositories in file ending ".repo" (bug #294779)
5850
5851 -------------------------------------------------------------------
5852 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
5853
5854 - Fixed compilation errors with GCC 4.3 by adding missing includes
5855   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
5856   Compare<Edition> to CompareEd.
5857 - r7426
5858
5859 -------------------------------------------------------------------
5860 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
5861
5862 - Incorporated patch from Michael Matz to speedup cache reading.
5863 - revision 7413
5864
5865 -------------------------------------------------------------------
5866 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
5867
5868 - Resolvertestcase:
5869   - log Repository info
5870   - set keep state in the testcase
5871   - handle vendor
5872 - r 4707
5873
5874 -------------------------------------------------------------------
5875 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
5876
5877 - Fixed pattern parser SEGV on broken pattern files. (#328546)
5878 - revision 7402
5879
5880 -------------------------------------------------------------------
5881 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
5882
5883 - QueuItemRequire: Filter out all provider which have worser architecture,
5884   are NOT noarch and have not the same name as the requirement. The
5885   last one is needed for updating packages via patch/atoms.
5886   Bug 328081
5887 - Revert changes of r 7340
5888 - r 7386
5889
5890 -------------------------------------------------------------------
5891 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
5892
5893 - Add missing '--install' parameter in desktop file. (#308640)
5894 - version 4.0.0
5895 - revision 7369
5896
5897 -------------------------------------------------------------------
5898 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
5899
5900 - release all attached media before attempting to eject (#293428)
5901 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
5902 - revision 7352
5903 - version 3.26.0
5904
5905 -------------------------------------------------------------------
5906 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
5907
5908 - provide a way to retrieve the metadata path. Used for
5909   installation, which incorrectly creates a repository in
5910   cache without adding it first, so metadata path is not
5911   set and therefore it is not possible to setup a media
5912   verifier on installation. Part of fix for (#293428)
5913 - 3.25.0
5914
5915 -------------------------------------------------------------------
5916 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
5917
5918 - If more than one resolvables provide a requirements and have different
5919   architecture take thatone with the best architecture. (Not regarding the
5920   name). Bug: Branching too much while an installation of a multi-arch-DVD
5921 - r 7340
5922 - version 3.24.8
5923
5924 -------------------------------------------------------------------
5925 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
5926
5927 - Checking the queue if an item will be deleted. If yes, the requirements
5928   are not needed anymore. Bug 326384
5929 - version 3.24.7
5930 - r 7329
5931
5932 -------------------------------------------------------------------
5933 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
5934
5935 - don't probe the repository type upon saving if disabled (#326769)
5936 - version 3.24.6
5937 - revision 7319
5938
5939 -------------------------------------------------------------------
5940 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
5941
5942 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
5943   esp. if the error occurred executing the packages post-install script.
5944 - version 3.24.5
5945 - revision 7317
5946
5947 -------------------------------------------------------------------
5948 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
5949
5950 - If a package is deselected by user, apply this soft lock to all
5951   available versions of this package.
5952 - version 3.24.4
5953 - revision 7316
5954
5955 -------------------------------------------------------------------
5956 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
5957
5958 - Update: Do not set an item to installation if there has been already set
5959   one for installation which has the same NVA. Bug  326286
5960 - version 3.24.3
5961 - r 7311
5962
5963 -------------------------------------------------------------------
5964 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
5965
5966 - Enable package cache during commit. (#326249)
5967 - revision 7309
5968
5969 -------------------------------------------------------------------
5970 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
5971
5972 - Do not regarding requirements for packages which will be deleted in the
5973   same solver run. Bug 310618
5974 - r 7292
5975 - version 3.24.2
5976
5977 -------------------------------------------------------------------
5978 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
5979
5980 - don't download filelists.xml.gz (#307105)
5981 - version 3.24.1
5982 - revision 7269
5983
5984 -------------------------------------------------------------------
5985 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
5986
5987 - Improve estimated diskusage while there is no valid
5988   solver result. (#325617)
5989 - revision 7266
5990
5991 -------------------------------------------------------------------
5992 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
5993
5994 -Bugfix in vendor change of a required resolvable (Correct error message)
5995  Bug 310455
5996 - r 7262
5997
5998 -------------------------------------------------------------------
5999 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
6000
6001 - fixed DU parsing in inst-sys (#308659)
6002 - revision 7256
6003
6004 -------------------------------------------------------------------
6005 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
6006
6007 - Enable using patch and delta rpms. (#309124)
6008 - version 3.24.0
6009 - revision 7253
6010
6011 -------------------------------------------------------------------
6012 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
6013
6014 - On update do not delete unmaintained non-SuSE packages.
6015 - version 3.23.2
6016 - revision 7239
6017
6018 -------------------------------------------------------------------
6019 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
6020
6021 - ZYppImpl::getPartitions() - don't return the current partitioning
6022   when the partitioning hasn't been set - fixes DU parsing in
6023   inst-sys (#308659)
6024
6025 -------------------------------------------------------------------
6026 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
6027
6028 - Throw specific exceptions during commit (#308511)
6029 - 3.23.1
6030
6031 -------------------------------------------------------------------
6032 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
6033
6034 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
6035   now provide more detailed disk usage information.
6036   Yum metadata don't, so we book the package size to '/'. (#308362)
6037 - version 3.23.0
6038 - revision 7225
6039
6040 -------------------------------------------------------------------
6041 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
6042
6043 - Regarding keep state while recycle old valid solver results. Bug 286889
6044 - r 7209
6045
6046 -------------------------------------------------------------------
6047 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
6048
6049 - report 100% progress on finishing RPM removal (bug #309431)
6050 - revision 7200
6051
6052 -------------------------------------------------------------------
6053 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
6054
6055 - Update: rename language packages --> take that package which fits to the
6056   selected language Bug 308098
6057 - r 7919
6058
6059 -------------------------------------------------------------------
6060 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
6061
6062 - restore deltas and patch rpms from the cache (#309124)
6063 - 3.22.8
6064
6065 -------------------------------------------------------------------
6066 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
6067
6068 - Don't fail if a product is deleted multiple times (e.g. due to
6069   obsoletes and an explicit deleted request). (#308746)
6070 - version 3.22.7
6071 - revision 7184
6072
6073 -------------------------------------------------------------------
6074 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
6075
6076 - SYSCONFDIR variable added for modifying /etc
6077
6078 -------------------------------------------------------------------
6079 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
6080
6081 - uninstallable resolvable -->suggested solution: delete; Bug 308164
6082 - r 7177
6083
6084 -------------------------------------------------------------------
6085 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
6086
6087 - new translations added
6088 - r 7166
6089 - version 3.22.6
6090
6091 -------------------------------------------------------------------
6092 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
6093
6094 - fixed disk usage counting of updated packages (#308362)
6095
6096 -------------------------------------------------------------------
6097 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
6098
6099 - Splitting packages: Take the package with the best
6100   architecture,edition ONLY; Bug 308591
6101 - r 7160
6102
6103 -------------------------------------------------------------------
6104 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
6105
6106 - properly report fallback disk usage size (in kB instead of bytes)
6107   when disk usage is not known (YUM repos) (#308475)
6108
6109 -------------------------------------------------------------------
6110 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
6111
6112 - Install a sample /etc/zypp.conf. (#306615)
6113 - Fixed missing soversion symlink in package.
6114 - version 3.22.5
6115 - revision 7150
6116
6117 -------------------------------------------------------------------
6118 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
6119
6120 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
6121   308252
6122 - r 7143
6123
6124 -------------------------------------------------------------------
6125 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
6126
6127 - Error: Select two candidate with the same name while update.
6128   Solution: If there is a candidate which is already selected for installation -->
6129   take thatone #308082
6130 - r 7132
6131
6132 -------------------------------------------------------------------
6133 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
6134
6135 - Work arround installed patterns providing an empty vendor string. (#307743)
6136 - Let the solver treat vendor suse and opensuse as equivalent.
6137 - version 3.22.4
6138
6139 -------------------------------------------------------------------
6140 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
6141
6142 - Checking item before evaluating the concerning vendor. bug #307941
6143 - r 7119
6144
6145 -------------------------------------------------------------------
6146 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
6147
6148 - Fix for bug #307163 - empty package descriptions
6149   a.k.a shared tag not 100% implemented
6150 - r 7117
6151 - version 3.22.3
6152
6153 -------------------------------------------------------------------
6154 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
6155
6156 - logging "reverse" NEEDED_BY in the detail description of solver
6157   problems.
6158 - improved error message if a requiremnt is not fulfilled Bug 307743
6159 - Add "ignore" option to the solution if a requirement is not fulfilled
6160   Bug 304276
6161 - revision 7113
6162
6163 -------------------------------------------------------------------
6164 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
6165
6166 - fixed the order of operands of susetags local metadata status
6167   computation which caused the YaST repositories to always get
6168   refreshed (part of bug #304310)
6169 - revision 7107
6170 - version 3.22.2
6171
6172 -------------------------------------------------------------------
6173 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
6174
6175 - comparing vendor with VendorAttr::equivalent
6176 - revision 7103
6177
6178 -------------------------------------------------------------------
6179 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
6180
6181 - Use $RPM_OPT_FLAGS.
6182
6183 -------------------------------------------------------------------
6184 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
6185
6186 - Reset transact bits when switching status from
6187   "update" to "protected" (#246976)
6188 - version 3.22.1
6189 - revision 7094
6190
6191 -------------------------------------------------------------------
6192 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
6193
6194 - new translations added
6195 - rev 7083
6196
6197 -------------------------------------------------------------------
6198 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
6199
6200 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
6201    [main]
6202    download.use_patchrpm = no
6203    download.use_deltarpm = no
6204 - version 3.22.0
6205 - revision 7069
6206
6207 -------------------------------------------------------------------
6208 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
6209
6210 - On demand translate patch requirements into a list of atoms.
6211   Required by the UI to display packages acssociated with a patch.
6212   (#300612)
6213 - version 3.21.1
6214 - revision 7065
6215
6216 -------------------------------------------------------------------
6217 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
6218
6219 - enrich ResolverInfo with the reason if a user-initiated request
6220   fails (#304325, #306240)
6221 - r 7051
6222
6223 -------------------------------------------------------------------
6224 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
6225
6226 - added missing implementation of LogControl::setLineFormater()
6227   (lslezak)
6228 - version 3.21.0
6229 - revision 7041
6230
6231 -------------------------------------------------------------------
6232 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
6233
6234 - enable changing url in requestMedia callback (#294481)
6235 - revision 7037
6236
6237 -------------------------------------------------------------------
6238 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
6239
6240 - Filter readonly mount points in DiskUsageCounter (#297405)
6241 - revision 7030
6242
6243 -------------------------------------------------------------------
6244 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
6245
6246 - remember the cause of the RepoException when refreshing metadata
6247   (#301022)
6248 - r7023
6249
6250 -------------------------------------------------------------------
6251 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
6252
6253 - Safe fix for bug #299680.
6254 - version 3.20.1
6255 - revision 7026
6256
6257 -------------------------------------------------------------------
6258 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
6259
6260 - Bugfix: If a requirement has been fulfilled by more than one language
6261   resolvables only thatone will be taken which fits to the selected
6262   language.
6263 - r 7018
6264
6265 -------------------------------------------------------------------
6266 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
6267
6268 - correct error code for media errors in MediaCurl::doGetFileCopy()
6269   affects only zypper error output, does not affect YaST
6270 - r7013
6271
6272 -------------------------------------------------------------------
6273 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
6274
6275 - reverted blocking of requestMedia from r6271 (#301710)
6276 - r6999
6277
6278 -------------------------------------------------------------------
6279 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
6280
6281 - prevent progress report in destructor (#299680)
6282 - r6998
6283
6284 -------------------------------------------------------------------
6285 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
6286
6287 - treat non-filelists.xml <file> entries as file provides capabilities
6288   in YUM parser (#304701)
6289 - r6992
6290
6291 -------------------------------------------------------------------
6292 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
6293
6294 - the media.1/media uniquely identifies a 'susetags' repo, not
6295   the content file (#304200)
6296
6297 -------------------------------------------------------------------
6298 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
6299
6300 - fixed locale dir (#304649)
6301 - r6984
6302
6303 -------------------------------------------------------------------
6304 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
6305
6306 - don't treat normal package license as "license to confirm"
6307   (#305906)
6308
6309 -------------------------------------------------------------------
6310 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
6311
6312 - Fixed fix for #293039. Segfault due to uninitialzed data.
6313 - version 3.19.3
6314 - revision 6980
6315
6316 -------------------------------------------------------------------
6317 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
6318
6319 - reduced too much verbosed ResolverContext logging; Bug 303971
6320 - r 6977
6321
6322 -------------------------------------------------------------------
6323 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
6324
6325 - Fixed PlainDir repositories to provide real disk usage data. For
6326   repomd and others that do not provide any detailed disk usage info,
6327   assume the packgage size is required below "/". Peviously they were
6328   treated as being empy.
6329 - version 3.19.2
6330 - revision 6972
6331
6332 -------------------------------------------------------------------
6333 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
6334
6335 - Add a new solver solution in the case of running in a timeout:
6336   ProblemSolutionDoubleTimeout.h
6337   #Bug 302496
6338 - revision 6970
6339
6340 -------------------------------------------------------------------
6341 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
6342
6343 - bug in fix for (#292986)
6344
6345 -------------------------------------------------------------------
6346 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
6347
6348 - (#297001) - libzypp: can't skip broken packages
6349 - re enable importing zypp keyring from rpm.(#302379)
6350 - 3.19.1
6351
6352 -------------------------------------------------------------------
6353 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
6354
6355 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
6356   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
6357   in order to support query-by-repo (#305384)
6358 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
6359   number of kinds, names, or repos (#305347)
6360 - remove ResolvableQuery::iterateResolvablesByKind, not needed
6361 - version 3.19.0
6362 - rev 6935
6363
6364 -------------------------------------------------------------------
6365 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
6366
6367 - real fix for reading signature ids. (#390535).
6368 - delete metadata when removing repo (#301037).
6369
6370 -------------------------------------------------------------------
6371 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
6372
6373 - following behaviour for setPartitions
6374   - if they are not set, they are detected
6375   - if they are set, that value is used.
6376   - if value set or detected is empty, all disk usage
6377     information is read. Otherwise just values in those
6378     mount points.
6379     Should work for installation as long as detectPartitions
6380     is empty at installation.(#293039)
6381
6382 -------------------------------------------------------------------
6383 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
6384
6385 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
6386   from external, e.g. for the testcases
6387 - Honor ZYPP_CONF environment variable to override the buit-in
6388   /etc/zypp/zypp.conf
6389 - Check architecture at handout() to prevent NULL ptr reference.
6390 - Bug 301286
6391 - rev 6908
6392
6393 -------------------------------------------------------------------
6394 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
6395
6396 -The solver generate an establish call for all
6397  resolvables which has filesystemcaps if there is not a valid result from a
6398  former solver run available. This covers:
6399  * Initial solver run
6400  * Changing of filesystem whithin a workflow, cause the solver results will
6401    be reset if the filesystem dependencies have been changed
6402  Bug 271912
6403 - r 6901
6404
6405 -------------------------------------------------------------------
6406 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
6407
6408 - pass location to plaindir package (#303751)
6409 - Add name of file in question to checksum/signature related
6410   exceptions.
6411 - pass basename of file to verifyFileSignatureWorkflow (instead of
6412   empty string).
6413 - filter out incompatible architectures when parsing sustags
6414   repos (first half of #301286)
6415 - r 6882
6416
6417 -------------------------------------------------------------------
6418 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
6419
6420 - don't run source migration if yast is running in
6421   intsys mode (#297136)
6422 - signature and checksum verification fixes. Still pending
6423   problem ZYpp getting no output from gpg when running from zypper.
6424   (#302059)
6425
6426 -------------------------------------------------------------------
6427 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
6428
6429 - Do not strip resolvables which have the same name but different kind
6430   (ResolverInfo*)
6431 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
6432 - r 6830
6433
6434 -------------------------------------------------------------------
6435 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
6436
6437 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
6438   the Estonian locale (#302525).
6439
6440 -------------------------------------------------------------------
6441 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
6442
6443 - added remembering of exception history at various places
6444
6445 -------------------------------------------------------------------
6446 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
6447
6448 - Bugfixes concerning vendor handling:
6449 - first bug:
6450   Installed A-1.0(vendor SuSE)
6451   Available A-2.0(other vendor)
6452   A will not be regarded as "unmaintained". So it will not be deleted.
6453 - second bug:
6454   A need B-2.0. B-1.0 is installed but has another vendor. Report a
6455   proper errmessage.
6456 - Testcase : solution-tests/vendor-test.xml
6457 - r 6812
6458 - 3.18.4
6459
6460 -------------------------------------------------------------------
6461 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
6462
6463 - ignore HASH key for download (#300982)
6464
6465 -------------------------------------------------------------------
6466 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
6467
6468 - Added explicitly_requested as parameter in ResolverContext::Uninstall
6469   Bug 299819
6470 - revision 6794
6471
6472 -------------------------------------------------------------------
6473 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
6474
6475 - If no mount information is available, parse all DU entries.
6476 - read only hack mode for migrate-sources. We actually do add
6477   repositories with it, but no harm. (#292986)
6478 - fix some typos in exceptions (#301331)
6479 - 3.18.3
6480
6481 -------------------------------------------------------------------
6482 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
6483
6484 - Do not regard explicit request in order to recognize updated packages
6485   correctly. Bug 301676
6486 - Updated translations
6487 - r 6766
6488 - 3.18.2
6489
6490 -------------------------------------------------------------------
6491 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
6492
6493 - package-manager script: Call /sbin/yast2 with full path because of
6494   gnomesu (#269873).
6495
6496 -------------------------------------------------------------------
6497 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
6498
6499 - add support for the HASH key. (#300982)
6500 - Use ContentFileParser in Downloader (instead of implementing
6501   the parser again, it has a reason, Downloader was written first)
6502 - update testcases and data to cover the new HASH key
6503 - 3.18.1
6504
6505 -------------------------------------------------------------------
6506 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
6507
6508 - unify query API for kind and name, summary, description
6509   (incomplete)
6510 - rev 6761, version 3.18.0
6511
6512 -------------------------------------------------------------------
6513 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
6514
6515 - add iterateResolvablesByKindsAndName
6516 - rev 6735, version 3.17.13
6517
6518 -------------------------------------------------------------------
6519 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
6520
6521 - rename ResolvableQuery::queryByName to iterateResolvablesByName
6522 - fix reading of kind and repository in ResolvableQuery
6523 - add reverse lookups in CacheTypes
6524 - add iterateResolvablesByKind
6525 - rev 6733
6526
6527 -------------------------------------------------------------------
6528 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
6529
6530 - shorten solver error messages Bug 259894
6531 - rev 6723
6532
6533 -------------------------------------------------------------------
6534 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
6535
6536 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
6537   install zypp/cache header files.
6538 - rev 6719, version 3.16.13
6539
6540 -------------------------------------------------------------------
6541 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
6542
6543 - discard pattern files with incompatbile architecture, both
6544   for download and for parsing. (#298716)
6545 - rev 6711
6546
6547 -------------------------------------------------------------------
6548 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
6549
6550 - run sqlite asynchronously and add sql index files where
6551   appropriate, gives 6x performance on certain operations.
6552   Bumping cache schema version to 1004.
6553   (#300998)
6554 - rev 6710
6555
6556 -------------------------------------------------------------------
6557 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
6558
6559 - fix String::endsWith (#301038)
6560 - rev 6709
6561
6562 -------------------------------------------------------------------
6563 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
6564
6565 - added an _explicitly_requested in QueueItemConflict ( as already in
6566   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
6567   remove the conflicting item without an error message. Bug 299819
6568 - rev 6699
6569
6570 -------------------------------------------------------------------
6571 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
6572
6573 - forgot to set default refresh policy in checkIfToRefreshMetadata
6574 - repo.refresh.delay default set to 10 minutes
6575 - 6693
6576
6577 -------------------------------------------------------------------
6578 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
6579
6580 - Bugfix while regarding correct vendor in update
6581 - r6677
6582 - version 3.15.0
6583
6584 -------------------------------------------------------------------
6585 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
6586
6587 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
6588   added to delay next check & refresh until the specified number of
6589   minutes has passed from the last check or refresh (FATE #301991).
6590   Revisions: 6654, 6656, 6666, and 6667.
6591 - filesystem::touch(Pathname) added (r6666)
6592 - RepoManager::touchIndexFile(RepoInfo) added
6593 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
6594   decision to do the refresh moved to this public method.
6595 - r6667
6596
6597 -------------------------------------------------------------------
6598 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
6599
6600 - generate a resolver problem if addRequires does not find a resovable
6601   #299486
6602 - rev 6660
6603
6604 -------------------------------------------------------------------
6605 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
6606
6607 - Prioritized delete request by the user BEFORE delete requests due
6608   missing dependencies or conflicting dependencies. Bug 298322
6609 - rev 6640
6610
6611 -------------------------------------------------------------------
6612 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
6613
6614 - support also "Plaindir" as valid repo type name (#298622)
6615 - revision 6616
6616 - version 3.14.0
6617
6618 -------------------------------------------------------------------
6619 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
6620
6621 - fix segfault in Progress reporting
6622 - progress report use name instead of alias (#298035)
6623 - repoinfo returns alias if name is empty
6624
6625 -------------------------------------------------------------------
6626 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
6627
6628 - merge patch by dmueller to get rid of boost-regex
6629
6630 -------------------------------------------------------------------
6631 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
6632
6633 - dont create a second CacheStore in the same scope, will lock...
6634   #297627
6635
6636 -------------------------------------------------------------------
6637 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
6638
6639 - fixed some RepoManager exception docs & history
6640 - r6558
6641
6642 -------------------------------------------------------------------
6643 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
6644
6645 - feature #302135: Graceful update of 3rd party packages
6646   Automatic upgrading only sees packages from same vendor
6647   This allows not needed to have those locked.
6648 - Add persistent locks file which allow wildcards. Users
6649   can lock certain packages adding lines like "kde* < 3.5"
6650 - add applyLocks() to apply persistent locks before solving
6651
6652 -------------------------------------------------------------------
6653 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
6654
6655 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
6656   #271912 wq
6657 - Added locking resolvables in the testcases
6658 - rev 6544
6659
6660 -------------------------------------------------------------------
6661 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
6662
6663 - add migrate-sources to %post (#292986)
6664 - 3.13.15
6665
6666 -------------------------------------------------------------------
6667 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
6668
6669 - fixed bug with using wrong files from raw metadata cache
6670   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
6671
6672 -------------------------------------------------------------------
6673 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
6674
6675 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
6676   Bug# 297795
6677 - r 6517
6678
6679 -------------------------------------------------------------------
6680 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
6681
6682 - implement susetags support for compressed metadata
6683   and testcases. (feature #301916)
6684 - implement disk usage in cache. For installation requires
6685   some changes in YaST to setup the ZYpp getPartitions()
6686   before repos are cached. (bug #293039)
6687 - added testcases for diskusage
6688 - 3.13.14
6689
6690 -------------------------------------------------------------------
6691 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
6692
6693 - fixed YUM parser to properly create source packages
6694 - disabled reading of filelists.xml.gz by default (the data are
6695   currently not stored anyway)
6696 - revision 6481
6697 - version 3.13.13
6698
6699 -------------------------------------------------------------------
6700 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
6701
6702 - Don't download unwanted translation files (#293740).
6703 - revision 6470
6704
6705 -------------------------------------------------------------------
6706 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
6707
6708 - Fix susetags repo to parse dikusage data (#293039)
6709 - revision 6467
6710 - version 3.13.12
6711
6712 -------------------------------------------------------------------
6713 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
6714
6715 - Add product attribute 'type' (aka 'category' which is now
6716   deprecated). Adapted sustags and yum parsers to parse and
6717   provide this value.
6718 - revision 6464
6719 - version 3.13.11
6720
6721 -------------------------------------------------------------------
6722 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
6723
6724 - fix modalias rel column number
6725 - version 3.13.10
6726
6727 -------------------------------------------------------------------
6728 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
6729
6730 - Implemented option repo.add.probe to allow probing
6731   the added repositories
6732 - version 3.13.9
6733
6734 -------------------------------------------------------------------
6735 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
6736
6737 - Fixed detection of renamed packages while update.
6738 - Added new translations
6739 - rev 6445
6740
6741 -------------------------------------------------------------------
6742 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
6743
6744 - Speed up retrieving MediaNr attribute, as it slows down install
6745   order calculation. (#297173)
6746 - revision 6442
6747
6748 -------------------------------------------------------------------
6749 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
6750
6751 - Fixed cache schema upgrade
6752
6753 -------------------------------------------------------------------
6754 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
6755
6756 - Fixed pattern includes and extends attributes.
6757 - revision 6431
6758 - version 3.13.8
6759
6760 -------------------------------------------------------------------
6761 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
6762
6763 - API for retrieving additional dependencies" solver/detail/Resolver.h
6764 - Handle additional dependencies in the testcases
6765 - Handle system and language dependencies in the testcases correctly.
6766 - r 6418
6767
6768 -------------------------------------------------------------------
6769 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
6770
6771 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
6772   has changed. Resolver must discard any cached filesystem dependencies.
6773   (required for #271912)
6774 - revision 6404
6775
6776 -------------------------------------------------------------------
6777 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
6778
6779 - Indicate changed pool content to the resolver. (required for #271912)
6780 - revision 6398
6781 - version 3.13.7
6782
6783 -------------------------------------------------------------------
6784 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
6785
6786 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
6787   problems. Bug 280387
6788 - r 6378
6789 - version 3.13.6
6790
6791 -------------------------------------------------------------------
6792 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
6793
6794 - Added interface to install source packages via zypper.
6795 - revision 6373
6796 - version 3.13.5
6797
6798 -------------------------------------------------------------------
6799 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
6800
6801 - Added package attributes Package::sourcePkgName and
6802   Package::sourcePkgEdition. Name and edition of the source
6803   rpm this package was built from.
6804 - Added ZYpp::installSrcPackage to install a single source package.
6805 - revision 6353
6806 - version 3.13.4
6807
6808 -------------------------------------------------------------------
6809 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
6810
6811 - Temorary files and directories created by makeSibling use the
6812   same protection as the original.
6813 - revision 6344
6814 - version 3.13.3
6815
6816 -------------------------------------------------------------------
6817 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
6818
6819 - Removed keepExtras from resolvePool. This will be handled
6820   in the solver internally now. #294727
6821 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
6822 - revision 6317
6823 - version 3.13.2
6824
6825 -------------------------------------------------------------------
6826 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
6827
6828 - Remove tribool from RepoInfo's interface.
6829 - revision 6301
6830 - version 3.13.1
6831
6832 -------------------------------------------------------------------
6833 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
6834
6835 - Fixed wrong media number reported by script, message and patch.
6836 - Fixed script API to provide the scripts location on media (if not
6837   inlined).
6838 - Introduced ScripProvider to make a script available on the local
6839   disk.
6840 - revision 6288
6841 - version 3.13.0
6842
6843 -------------------------------------------------------------------
6844 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
6845
6846 - don't request media chage if the media is not changeable (like
6847   e.g. http)
6848 - revision 6271
6849 - version 3.12.1
6850
6851 -------------------------------------------------------------------
6852 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
6853
6854 - progress ticks for clean cache
6855 - ZConfig: remove default from names.
6856 - re enable reading cache callbacks
6857 - ini parser without boost::regexp
6858   patch by dmueller (#152447)
6859
6860 -------------------------------------------------------------------
6861 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
6862
6863 - Fixed package to provide the location media number. (#294496)
6864 - revision 6263
6865
6866 -------------------------------------------------------------------
6867 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
6868
6869 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
6870   gpgkey) instead of throwing bad url exception
6871 - revision 6259
6872
6873 -------------------------------------------------------------------
6874 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
6875
6876 - Make clearing of extra dependencies/conflicts configurable when
6877   resolvePool(). Leave the default as before (clear extras).
6878   Bug # 294727
6879 - revision 6233
6880 - version 3.12.0
6881
6882 -------------------------------------------------------------------
6883 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
6884
6885 - /var/lib/zypp/cache -> /var/cache/zypp
6886   (#292419)
6887 - ini parser without boost::regexp, patch by dmueller
6888   (#152447)
6889
6890 -------------------------------------------------------------------
6891 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
6892
6893 - Make temp directory configurable  via environment
6894   variable ZYPPTMPDIR.
6895 - revision 6202
6896 - version 3.11.11
6897
6898 -------------------------------------------------------------------
6899 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
6900
6901 - Fixed bug in smart pointer comparison.
6902
6903 -------------------------------------------------------------------
6904 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
6905
6906 - Fix failing rename of metadata download directories across
6907   filesystem boundaries.
6908
6909 -------------------------------------------------------------------
6910 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
6911
6912 - Fixed malicious gettext include.
6913 - Make ZConfig a singleton.
6914 - revision 6123
6915
6916 -------------------------------------------------------------------
6917 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
6918
6919 - Fixed repo::provideFile to set a deleter for downloaded files
6920   (#293004).
6921 - revision 6094
6922 - version 3.11.10
6923
6924 -------------------------------------------------------------------
6925 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
6926
6927 - Query ByRepository now takes as well an alias.
6928
6929 -------------------------------------------------------------------
6930 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
6931
6932 - fix retrieval of container attributes in cache
6933   (#292698)
6934
6935 -------------------------------------------------------------------
6936 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
6937
6938 - Port zypp-query-pool (#292404)
6939 - revision 6069
6940 - version 3.11.9
6941
6942 -------------------------------------------------------------------
6943 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
6944
6945 - added new calls in Resolver.h: addRequire,addConflict
6946
6947 -------------------------------------------------------------------
6948 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
6949
6950 - Fixed IniParser to allow '=' in values (#292669)
6951 - revision 6063
6952
6953 -------------------------------------------------------------------
6954 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
6955
6956 - allow / in alias (#292628)
6957
6958 -------------------------------------------------------------------
6959 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
6960
6961 - Fixed repo::provideFile to throw on error.
6962 - Fixed ResolvableQuery to use 0 as default for non existing
6963   numerical values.
6964 - revision 6058
6965
6966 -------------------------------------------------------------------
6967 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
6968
6969 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
6970   additional ctor for convenience.
6971 - revision 6047
6972
6973 -------------------------------------------------------------------
6974 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
6975
6976 - Evalute update canditate:
6977   Take canditates only which are really installable. Bug 292077
6978   r 6034
6979
6980 -------------------------------------------------------------------
6981 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
6982
6983 - fixed some tribool bugs in RepoInfo
6984 - revision 6022
6985
6986 -------------------------------------------------------------------
6987 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
6988
6989 - fix reading of non existant repo
6990 - r6018
6991 - first submission to stable
6992 - fix keywords parsing in susetags parser
6993 - version 3.11.8
6994
6995 -------------------------------------------------------------------
6996 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
6997
6998 - make resolvable query complete exceptionless with the database
6999 - test that packages have some attributes
7000 - disable progress adaptor for now
7001 - revision 5977
7002 - version 3.11.7
7003
7004 -------------------------------------------------------------------
7005 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
7006
7007 - fixed unresolved symbols
7008 - revision 5972
7009 - version 3.11.6
7010
7011 -------------------------------------------------------------------
7012 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
7013
7014 - fixed TranslatedText creating unwanted entries.
7015 - fixed capability processing
7016 - revision 5964
7017 - version 3.11.5
7018
7019 -------------------------------------------------------------------
7020 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
7021
7022 - MediaSetAccess::release() added
7023 - Use attachDesiredMedia in MediaProducts
7024 - Progress reporting improved
7025 - revision 5959
7026 - version 3.11.4
7027
7028 -------------------------------------------------------------------
7029 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
7030
7031 - fixed parsing translated texts.
7032 - added source packages.
7033 - revision 5947
7034 - version 3.11.3
7035
7036 -------------------------------------------------------------------
7037 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
7038
7039 - repo callbacks fixed
7040 - Fixed YUM parser progress reporting
7041 - Added CombinedProgressData
7042 - make RepoImpl::resolvables() load lazy
7043 - MediaProducts added for scanning products file
7044 - Implement cache schema versioning and automatic invalidation of
7045   cache when schema changes
7046 - revision 5942
7047 - version 3.11.2
7048
7049 -------------------------------------------------------------------
7050 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
7051
7052 - Propagate pools repository_iterator to the UI
7053 - revision 5911
7054 - version 3.11.1
7055
7056 -------------------------------------------------------------------
7057 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
7058
7059 - Package::location is now returns an OnMediaLocation
7060 - archivesize() renamed to downloadSize()
7061 - Allow to iterate all Repositories that contribute
7062   Resolvables to the Pool.
7063 - MediaSetAccess::provideDir added
7064 - remove useless url check
7065 - add old-api-style wrapper
7066 - Add MediaProducts class
7067 - revision 5892
7068 - version 3.11.0
7069
7070 -------------------------------------------------------------------
7071 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
7072
7073 - function isInstalledBy/installs
7074   Added an initial installation flag which shows if the item has been
7075   triggered for installation, or the dependency is already satisfied.
7076 - Revision 5884
7077 - Version 3.4.0
7078
7079 -------------------------------------------------------------------
7080 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
7081
7082 - removed unused %{prefix}/lib/zypp from %files in spec file
7083 - revision 5870
7084
7085 -------------------------------------------------------------------
7086 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
7087
7088 - Old API (SourceManager, metadata parsers) dropped in favor of the
7089   new refactored ones (RepoManager, RepoParser(s), cache subtree,
7090   repo subtree).
7091 - Some new API improvements.
7092 - revision 5868
7093 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
7094
7095 -------------------------------------------------------------------
7096 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
7097
7098 - New API calls which provides more information about one
7099   resolvable after a solverrun:
7100   isInstalledBy (const PoolItem_Ref item);
7101   installs (const PoolItem_Ref item);
7102 - Revision 5835
7103
7104 -------------------------------------------------------------------
7105 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
7106
7107 - fix changelog entry order
7108
7109 -------------------------------------------------------------------
7110 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
7111
7112 - Ignore conflicting items which are uninstallable
7113 - Create a "needed by" info if a requirement is still fulfilled.
7114 - Allow only one needed_by and needed_by_capability in QueueItemInstall
7115 - Added capability and type (REQUIRE, RECOMMEND,....) to
7116   ResolverInfoNeededBy
7117 - Evaluate ResolverInfoNeededBy for more information in the error
7118   messages
7119 - Enlarge detail description in the error messages
7120 - Revision 5807
7121
7122 -------------------------------------------------------------------
7123 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
7124
7125 - Fixes for gcc-4.2
7126 - revision 5786
7127 - version 3.3.1
7128
7129 -------------------------------------------------------------------
7130 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
7131
7132 - fixed so versioning from libtool to cmake
7133 - 3.3.0
7134
7135 -------------------------------------------------------------------
7136 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
7137
7138 - Use gpg2 instead of gpg for keyring and make
7139   the package depend on it (#284211)
7140
7141 -------------------------------------------------------------------
7142 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
7143
7144 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
7145   New dependency "packageand(foo:bar)" which provides an AND dependency by
7146   injecting a supplement/freshen.
7147   e.G. package novell-cluster-services-kmp-smp
7148   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
7149   Bug 255011
7150 - Dont check for architecture changes in atoms (#266178)
7151 - Revision 5720
7152
7153 -------------------------------------------------------------------
7154 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
7155
7156 - Fixed package-manager script (#275847)
7157 - revision 5614
7158
7159 -------------------------------------------------------------------
7160 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
7161
7162 - fixed cmake
7163 - version 3.2.2
7164
7165 -------------------------------------------------------------------
7166 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
7167
7168 - Reduced logging in order to speedup solving Bug 275100
7169 - revision 5603
7170 - version 3.2.1
7171
7172 -------------------------------------------------------------------
7173 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
7174
7175 - Fix excess calls to releaseFile. (#274357)
7176 - revision 5545
7177
7178 -------------------------------------------------------------------
7179 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
7180
7181 - Fix importing keys into rpm. (#270125)
7182 - r5527
7183
7184 -------------------------------------------------------------------
7185 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
7186
7187 - Support filesystem dependencies to add needed filesystem RPMs
7188   automatically (Fate 301966).
7189 - revision 5404
7190 - version 3.2.0
7191
7192 -------------------------------------------------------------------
7193 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
7194
7195 - avoiding attaching media where not needed (#263207)
7196 - r5381
7197
7198 -------------------------------------------------------------------
7199 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
7200
7201 - fix FileCap with attributes
7202 - r5376
7203
7204 -------------------------------------------------------------------
7205 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
7206
7207 - Fixed computation of install order. Take requirements of
7208   an installed packages uninstall scripts into account, if
7209   the package is updated. (#258682)
7210 - revision 5349
7211 - version 3.1.1
7212 -------------------------------------------------------------------
7213 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
7214
7215 - Parse and provide package keywords. (Fate 120368)
7216 - revision 5338
7217 - version 3.1.0
7218
7219 -------------------------------------------------------------------
7220 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
7221
7222 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
7223   Ask the user. Bug 258322
7224 - revision 5305
7225 - version 3.0.3
7226
7227 -------------------------------------------------------------------
7228 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
7229
7230 - Fix restoring of Sources id root prefix is used. (#238165)
7231 - revision 5299
7232 - version 3.0.2
7233
7234 -------------------------------------------------------------------
7235 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
7236
7237 - MediaManager::attachDesiredMedia() added to support multiple
7238   (CD/DVD) drives (fate #3974)
7239 - r5296
7240
7241 -------------------------------------------------------------------
7242 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
7243
7244 - If there is no valid solver result and NOT all resolvables ( other
7245   architecture) has been regarded, let the user decide making a new
7246   solver run with ALL available resolvables. Bug 223440
7247 - reducing logging (error -> debug)  bug 252921
7248 - Revision 5219
7249
7250 -------------------------------------------------------------------
7251 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
7252
7253 - Allow configuration of trusted vendors via
7254   /var/lib/zypp/db/trustedVendors. (#186636)
7255 - revision 5194
7256 - version 3.0.1
7257
7258 -------------------------------------------------------------------
7259 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
7260
7261 - libzypp-devel -> libzypp requirement is not versioned
7262   (#251086)
7263 - r5181
7264
7265 -------------------------------------------------------------------
7266 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
7267
7268 - Using already existing valid solver results for further solver runs.
7269   (partiell solving)
7270 - r5169
7271
7272 -------------------------------------------------------------------
7273 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
7274
7275 - fix link order
7276 - r5165
7277
7278 -------------------------------------------------------------------
7279 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
7280
7281 - merging from 10.2 / SP1
7282 - #247459 ftp probing
7283   denied == dont exists in ftp
7284 - r5124
7285
7286 -------------------------------------------------------------------
7287 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
7288
7289 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
7290 - Simultaneouqusly establishing of items which are conflicting eachother is
7291   useless. So only one will be established. Fixed in QueueItemInstall.cc
7292   Bug 243595
7293 - Added new upgrade options to fine tune version and patch handling.
7294   (F301990)
7295 - The context of establishPool will be stored in Resolver and will be
7296   regarded for the next solver run everytime. So it will be not reset by
7297   any solver run anymore.
7298   bug 191810 ( A broken patch will not be installed again)
7299
7300 -------------------------------------------------------------------
7301 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
7302
7303 - adding sotf,timeo=X nfs mount options by default (#235211)
7304 - r5093
7305
7306 -------------------------------------------------------------------
7307 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
7308
7309 - support for HTTP authentication prompt added (#190609)
7310 - fixed problem with empty path in URL
7311   in MediaCurl::doGetFileCopy()
7312 - r5085
7313
7314 -------------------------------------------------------------------
7315 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
7316
7317 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
7318   SuSE-Linux-10_2-Branch
7319
7320 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
7321 - verifySystem: The result will be set to APPL_HIGH, so it will be not
7322   reset by a second "normal" solver run. #239281 (schubi)
7323 - yast2 reports invalid URL as 'unknown source type'
7324   (#209961) (dmacvicar)
7325 - Added freshen language dependency in supplemements too if there is no
7326   entry in supplements.
7327   #240617;IPA fonts are not installed even if select Japanese
7328   language (schubi)
7329 - Setting allowed authentication methods to "basic,digest" if none
7330   provided in URL (#243006) (jkupec)
7331 - Stopping after 50 valid solver results. Anymore would be useless. Bug
7332   243595 (schubi)
7333 - r 5007
7334
7335 -------------------------------------------------------------------
7336 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
7337
7338 - package-manager: use a generic su script from XDG (#235303, #244442)
7339
7340 -------------------------------------------------------------------
7341 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
7342
7343 - Setting allowed authentication methods to "basic,digest" if none
7344   provided in URL (#243006)
7345 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
7346   (mvidner)
7347 - r4999
7348
7349 -------------------------------------------------------------------
7350 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
7351
7352 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
7353   (#222602)
7354 - 4984
7355
7356 -------------------------------------------------------------------
7357 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
7358
7359 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
7360
7361 - update packages: changing architecture is only valid while an
7362   system update and NOT while an update via a patch. Last fix does
7363   not fit for every case.
7364   Bug 230685
7365 - Patch has selected not the concerning package for update but
7366   a package which has provided the required dependencies too.
7367   Algorithmus: If there are exactly two providers which differ in architecture
7368                prefer the better arch.
7369   Fix: Regarding NVRA too. ( only if equal )
7370   Bug 238284
7371 - Download only English and Local translation
7372   (#208457)
7373 - Added solver parameter:
7374    tryAllPossibilities: regarding every solver branch ( not only
7375                         branches with e.G. best architectures
7376    preferHighestVersion: Prefer solver results which have a higher
7377                          version number.
7378   Bug #238087
7379 - update packages: changing architecture is only valid while an
7380   system update and NOT while an update via a patch.
7381   Bug 230685 - x86_64 MozillaFirefox binaries in security update
7382   repository
7383   Fix of version 2.11.2 has not worked if the first founded item
7384   had had another architecture.
7385 - r4927
7386
7387 -------------------------------------------------------------------
7388 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
7389
7390 - added ZYpp::getPartitions() - return the partitinoning
7391
7392 -------------------------------------------------------------------
7393 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
7394
7395 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
7396 - Corrupt download cannot be skipped
7397   (#217425 and #224216)
7398 - Enable package read ahead/caching in commit per default to reduce
7399   interactive media changes. If the environment variable
7400   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
7401 - added parameter not to reset resolver results while calling
7402   freshen pool Bug: 235761
7403 - Prepare package read ahead/caching of packages in commit. Adatped the
7404   workflow. Caching details are now hidden inside CommitPackageCache.
7405   The current implementation still performs no read ahead. (for F100182)
7406 - Skip invalid or broken rpm database entries. (#231211)
7407 - verifySystem: check if the solution is valid after calling freshenPool()
7408   Bug: 235761
7409 - Added own call for Resolver::verifySystem with additional
7410   hardware/language check in order to keep binary compatibility
7411   Fate #301224
7412 - Rpm requires additional quoting of special chars in filenames.
7413   (#233967)
7414 - Resolver::verifySystem checks for new hardware now by calling
7415   freshenPool. This is configureable. Fate #301224
7416 - merged texts from proofread
7417 - Don't consider patch/delta rpms if package architecture changes.
7418   (#231254)
7419 - update packages: changing architecture is only valid while an
7420   system update and NOT while an update via a patch.
7421   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
7422 - verifySystem: Do only regard items which will be on the system after the
7423   commit. Fate 301178
7424 - feature #301369
7425   Import listed GPG Keys from an trusted installation source
7426 - fix return call in new xml parser
7427 - Enable system resolvables in Helix parser (Revision 4787)
7428 - deptestomatic:
7429   Resetting transaction with the correct call;
7430   bugfix; Added kind in keep state (Revision 4788)
7431 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
7432   soft (Revision 4789)
7433 - New call added: maySetToBeUninstalledSoft (Revision 4789)
7434   Both are only functions for the solver (Revision 4789)
7435 - Resetting "by causer" in order to distinguish from state
7436   "keep by user". ( function setLock in order to remove lock)
7437   (Revision 4789)
7438 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
7439   in QueueItemUninstall.cc (Revision 4790)
7440 - Regarding "keep state by user". So avoiding "reselecting" by
7441   other requirements.
7442   Give a corresponding problem solution if a resolvable satisfy
7443   a dependency, but has been set to keep by the user.
7444   Bug : 222531 (Revision 4791)
7445 - Allow to disable autoprotection of foreign vendor items. Required
7446   in zmd-backend. (F301735).
7447 - use sqlite-zmd if using > 10.2 in spec. Use the one available
7448   durin compile.
7449 - Item could has already been selected to soft uninstall (e.G. remove
7450   pattern which recommend this item ). Do not throw an exception anymore.
7451   bug#225278
7452 - Added syscontent::Reader: Parse serialized set of ResObjects.
7453   (for F300729)
7454 - If there has already been selected another item by the solver (e.g. from
7455   another source) we will take thatone in order to avoid parallel
7456   installation and there concerning error messages.
7457   Bug 224698
7458 - In order to handle conflicting resolvable we try to update the
7459   conflicting item. While evaluating these canditates an already selected
7460   candidate will not be regarded. So it could be that an older package
7461   will be selected for update although a newer has already been selected. Revision 4765
7462 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
7463   update candidate and evaluate additional branches.
7464 - r4907
7465
7466 -------------------------------------------------------------------
7467 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
7468
7469 - Improved realpath() wrapper in media handler class (#222521).
7470 - revision 4758
7471
7472 -------------------------------------------------------------------
7473 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
7474
7475 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
7476 - revision 4713
7477
7478 -------------------------------------------------------------------
7479 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
7480
7481 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
7482   because backend uses this sqlite and it is no fun to
7483   install one and the other to develop (as the -devel packages)
7484   conflict.
7485 - add cmake support for building zypp/ lib.
7486   TODO: soinfo, compile testcases, devel, zypp2,docs
7487   find rpm, curl and others.
7488 - dont serialize interactive, as it is
7489   calculated now.
7490   (it was already fixed as we don't reimplement
7491   the method, but we still serialized, parsed)
7492 - r4709
7493
7494 -------------------------------------------------------------------
7495 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
7496
7497 - fixed Patch::interactive to return true as well, if the patch
7498   itself has a licence. (#224192)
7499 - revision 4702
7500 - version 2.9.2
7501
7502 -------------------------------------------------------------------
7503 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
7504
7505 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
7506   on the installation image (#213852).
7507 - revision 4700
7508
7509 -------------------------------------------------------------------
7510 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
7511
7512 - Avoid duplicate pool entries; Bug 223750; second part of the fix
7513 - r4698
7514 - Version 2.9.1
7515
7516 -------------------------------------------------------------------
7517 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
7518
7519 - Pool has multi instances of an item in the pool. Reduced this error
7520   to items which are identically at least. #217574 and #223750
7521 - r4695
7522
7523 -------------------------------------------------------------------
7524 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
7525
7526 - replace spaces to underscores in product names
7527 - 2.8.7
7528 - r4688
7529
7530 -------------------------------------------------------------------
7531 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
7532
7533 - Mark some strings for translation (#219783 need it)
7534 - r4682
7535
7536 -------------------------------------------------------------------
7537 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
7538
7539 - Added translations marks to hal, url and mutex exceptions (#23771)
7540 - revision 4680
7541
7542 -------------------------------------------------------------------
7543 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
7544
7545 - don't make libzypp-devel depend on sqlite-devel as
7546   headers from zypp2 are not installed yet
7547 - r4663
7548
7549 -------------------------------------------------------------------
7550 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
7551
7552 - Return an error if fork failed. (#204807)
7553 - Make Script execution abortable by user request. (#212949, F100233)
7554 - revision 4660
7555 - version 2.8.6
7556
7557 -------------------------------------------------------------------
7558 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
7559
7560 - Added package-manager wrapper script, with icon and .desktop (#222757).
7561   (Used by gnome-main-menu)
7562 - version 2.8.5
7563 - r4640
7564
7565 -------------------------------------------------------------------
7566 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
7567
7568 - Fixed target/hal - one more dbus_connection_close found (#216035)
7569 - revision 4636
7570 - version 2.8.4
7571
7572 -------------------------------------------------------------------
7573 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
7574
7575 - translation added
7576   rev 4630
7577   version 2.8.3
7578
7579 -------------------------------------------------------------------
7580 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
7581
7582 - Process obsoletes when installing non-package objects. (#217352)
7583 - revision 4621
7584 - version 2.8.2
7585
7586 -------------------------------------------------------------------
7587 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
7588
7589 - Implemented volume device check using /sbin/vol_id (#213852).
7590 - Revision 4619
7591
7592 -------------------------------------------------------------------
7593 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
7594
7595 - new translation added
7596
7597 -------------------------------------------------------------------
7598 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
7599
7600 - Implemented an reuse of already existing foreign CD/DVD mount points
7601   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
7602 - Added a fallback check of the volume.mount_point HAL property to
7603   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
7604   to be not avaliable in newer HAL versions (on 10.2).
7605 - Revision 4615
7606 - Version 2.8.1
7607
7608 -------------------------------------------------------------------
7609 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
7610
7611 - removed unused methods from Patch and PatchImplIf. Provided
7612   reasonable default implementation for Patch::interactive.
7613   (#221476).
7614 - revision 4610
7615 - Version 2.8.0
7616
7617 -------------------------------------------------------------------
7618 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
7619
7620 - Handle media eject failures (#216545)
7621 - r4606
7622
7623 -------------------------------------------------------------------
7624 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
7625
7626 - Reimplemented RpmDb::checkPackage using librpm API instead
7627   of parsing "rpm --checksig" output. (#163202)
7628 - Version 2.7.4
7629 - revision 4600
7630
7631 -------------------------------------------------------------------
7632 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
7633
7634 - NEW behaviour of the solver:
7635   Obsolete virtual provides. E.G.:
7636
7637   Installed:
7638   -----------
7639   Name:           test-1.0-0
7640
7641   Name:           moretest-1.0-0
7642   Provides:       test
7643
7644   To be installed
7645   ------------------
7646   Name:           nomoretest-1.0-0
7647   Obsoletes:      test
7648
7649   Result
7650   --------
7651   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
7652   test-1.0-0 had been deleted. Bug 220999
7653
7654 - Translations added
7655
7656 Version 2.7.3
7657 rev 4593
7658
7659 -------------------------------------------------------------------
7660 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
7661
7662 - Bugfix in generating solver testcases:
7663    - added kind of capabilities in description file
7664    - removed unneded channel from uninstall in command file
7665
7666 -------------------------------------------------------------------
7667 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
7668
7669 - Try to call /bin/eject utility if the eject-ioctl fails.
7670 - r4568
7671
7672 -------------------------------------------------------------------
7673 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
7674
7675 - ignore empty capabilities
7676 - r4565
7677
7678 -------------------------------------------------------------------
7679 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
7680
7681 - make progress strings translatable (#219783)
7682 - r4556
7683
7684 -------------------------------------------------------------------
7685 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
7686
7687 -  While deleting a selection all concerning recommended
7688    packages will be deleted too.
7689    BUT those packages should not be deleted which have been
7690    set to KEEP by the user. bug 217574
7691    rev 4526
7692    VERSION: 2.7.2
7693
7694 -------------------------------------------------------------------
7695 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
7696
7697 - Makefile in zypp2 fixed
7698   Revision 4520
7699
7700 -------------------------------------------------------------------
7701 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
7702
7703 - Translations added
7704   Revision 4514
7705   VERSION: 2.7.1
7706
7707 -------------------------------------------------------------------
7708 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
7709
7710 - Make the parser more strict, rejecting broken sources
7711   but showing the error line.
7712   Last fix making the parser relax would break multitag
7713   descriptions with empty lines, now we check dependencies
7714   at a higher level. (reference #160607)
7715 - r4501
7716
7717 -------------------------------------------------------------------
7718 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
7719
7720 - New problem solution added: Unlock ALL resovables in order to speed up
7721   problem solution. Bug 206453
7722
7723 -------------------------------------------------------------------
7724 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
7725
7726 - Translations added
7727
7728 -------------------------------------------------------------------
7729 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
7730
7731 - Fixed target/hal - removed dbus_connection_close calls, because
7732   the connections are shared; unref the ref-counted handle only.
7733   (#216035)
7734 - r4442
7735
7736 -------------------------------------------------------------------
7737 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
7738
7739 - skipping unreachable packages won't work
7740   (#215445)
7741 - r4468
7742
7743 -------------------------------------------------------------------
7744 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
7745
7746 - (#213793) Target store fails to recreate stored install-time (other
7747   Date and ByteCount values as well)
7748
7749 - skip comments and blank lines in multilists
7750   fixes (#214877) - zen-updater is not installed by default
7751
7752 - Automatically fix broken products when reading
7753   the product database.
7754   still pending: honour the read-only flag
7755   Changes to make this possible include
7756   using read_dir instead of boost directory
7757   iterator.
7758
7759 -------------------------------------------------------------------
7760 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
7761
7762 - added new class for generating solver testcases:
7763   Testcase
7764
7765 -------------------------------------------------------------------
7766 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
7767
7768 - Finalized ui::PatternContents. (F301229)
7769 - version 2.7.0
7770 - revision 4413
7771
7772 -------------------------------------------------------------------
7773 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
7774
7775 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
7776 - version 2.6.0
7777
7778 -------------------------------------------------------------------
7779 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
7780
7781 - Added ui::PatternContents: Helper class that will compute a patterns
7782   expanded install_packages set. (UI interface for F301229)
7783 - revision 4387
7784
7785 -------------------------------------------------------------------
7786 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
7787
7788 - removed the last reference to /usr/lib64 to fix the build
7789
7790 -------------------------------------------------------------------
7791 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
7792
7793 - added "zypper info" (jkupec)
7794 - version 2.5.2
7795
7796 -------------------------------------------------------------------
7797 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
7798
7799 - fix rpm db timestamp
7800 - add extra urls and optional urls to product API
7801 - r4378
7802
7803 -------------------------------------------------------------------
7804 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
7805
7806 - zypper: nicer progress reports, with or without --verbose.
7807
7808 -------------------------------------------------------------------
7809 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
7810
7811 - Fixed reloading of target data after commit. Broken since
7812   rev 3880.
7813 - version 2.5.1
7814 - revision 4365
7815
7816 -------------------------------------------------------------------
7817 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
7818
7819 - put query-pool in /usr/lib/zypp and not lib64
7820 - r4363
7821
7822 -------------------------------------------------------------------
7823 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
7824
7825 - revert keyring changes, causes endless loop (obvious)
7826 - add dist-product information, adapt store
7827 - version 2.5.0
7828 - r4355
7829
7830 -------------------------------------------------------------------
7831 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
7832
7833 - zypp-query-pool: For products show additionally distributionName
7834   and distributionEdition. (required by #205392)
7835 - revision 4349
7836
7837 -------------------------------------------------------------------
7838 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
7839
7840 - Add accessor for Product distributionName and distributionEdition.
7841   (required by #205392)
7842 - revision 4347
7843
7844 -------------------------------------------------------------------
7845 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
7846
7847 - added test case for KeyRing
7848 - fire trustedKeyAdded in all calls to import trusted key
7849   not only in signature check workflow.
7850 - r4342
7851
7852 -------------------------------------------------------------------
7853 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
7854
7855 - zypper update: implemented minimal version (patches only)
7856 - zypper list-updates: changed default type from package to patch,
7857   consider patches affecting the package manager separately
7858
7859 -------------------------------------------------------------------
7860 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
7861
7862 - version 2.4.1
7863 - r4338
7864
7865 -------------------------------------------------------------------
7866 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
7867
7868 - add zypp-query-pool, so registration doesn't depend on
7869   libzypp-zmd-backend being installed. Will remove from
7870   backend when suseregister gets updated.
7871
7872 -------------------------------------------------------------------
7873 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
7874
7875 - Make sure config.rpath is present.
7876
7877 -------------------------------------------------------------------
7878 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
7879
7880 - zypper search: fixed uninitialized members that made all searches
7881   exact and case sensitve
7882
7883 -------------------------------------------------------------------
7884 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
7885
7886 - zypp-checkpatches, write in the right file
7887 - r4328
7888
7889 -------------------------------------------------------------------
7890 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
7891
7892 - Install resolvables although they are unneeded
7893   if they have NOT the kind patch/atoms
7894   Bug 210538 - freshens/supplements does not work with patterns
7895 - r4326
7896
7897 -------------------------------------------------------------------
7898 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
7899
7900 - zypper service-add -r http://example.org/foo.repo (F#300641).
7901
7902 -------------------------------------------------------------------
7903 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
7904
7905 - zypp-checkpatches:
7906   save version of the generated xml to
7907   regenerate it if it changes.
7908   save a random token in case of error to
7909   force recreating xml file
7910 - r4321
7911
7912 -------------------------------------------------------------------
7913 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
7914
7915 - remove permissions for zypp checkpatches from spec
7916 - r4318
7917
7918 -------------------------------------------------------------------
7919 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
7920
7921 - registration fails because of wrong product data
7922   (#205392)
7923   use DISTPRODUCT,DISTVERSION to create the product
7924   resolvable. have this resolvable provide
7925   PRODUCT = VERSION
7926 - r4312
7927
7928 -------------------------------------------------------------------
7929 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
7930
7931 - zypper service-add -r ./foo.repo (F#300641).
7932
7933 -------------------------------------------------------------------
7934 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
7935
7936 - zypper: added case-sensitive search, search in descriptions and
7937   summaries, search by resolvable type, substring and word
7938   matching, support for wildcards
7939 - Revision 4303
7940
7941 -------------------------------------------------------------------
7942 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
7943
7944 - Prevent the user from sending signals to zypp-checkpatches-wrapper
7945   (#211286).
7946
7947 -------------------------------------------------------------------
7948 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
7949
7950 - Dont incomplete an uninstalled resolvable, even not when establishing.
7951   Incomplete only makes sense for installed resolvables (when they have broken
7952   deps), for patches (because they are needed) and for atoms (because they are
7953   used during patch calculation)
7954   Bug 198379
7955
7956 - Do not branch for packages with the same NVE but different architectures.
7957   Take the best architecture.
7958
7959 -------------------------------------------------------------------
7960 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
7961
7962 - implement rename source in sourcemanager
7963 - r4286
7964
7965 -------------------------------------------------------------------
7966 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
7967
7968 - YaST sources: set alias to product summary if empty
7969 - show alias on logs.
7970 - r4281
7971
7972 -------------------------------------------------------------------
7973 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
7974
7975 - version 2.4.0 (bin incompat due to callback fixes)
7976 - r4272
7977
7978 -------------------------------------------------------------------
7979 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
7980
7981 - Provide additional solver status information to the UI.
7982   (#162164,F301272)
7983 - Fixed UI satus computation in presence of multiple available
7984   candidates.
7985 - revision 4264
7986 - version 2.3.1
7987
7988 -------------------------------------------------------------------
7989 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
7990
7991 - remove const in MediaChangeReport requestMedia that
7992   broke cd changing.
7993 - r4262
7994
7995 -------------------------------------------------------------------
7996 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
7997
7998 - zypper: added search (jkupec)
7999 - removed the suid bit from zypp-checkpatches-wrapper so that the
8000   build passes until permissions.rpm is updated (~#211286).
8001 - r4253
8002
8003 -------------------------------------------------------------------
8004 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
8005
8006 - Log microseconds if ZYPP_PROFILING env var is enabled.
8007 - r4252
8008
8009 -------------------------------------------------------------------
8010 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
8011
8012 - YaST sources:
8013   Factory cannot be set with 'refresh' enabled
8014   (#204957)
8015 - get rid of some const bool signatures in Source classes
8016 - r4247
8017
8018 -------------------------------------------------------------------
8019 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
8020
8021 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
8022
8023 -------------------------------------------------------------------
8024 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
8025
8026 - select the best solution: prefering the total amount of install/update
8027   packages BEFORE source preferences. Bug 208784
8028
8029 -------------------------------------------------------------------
8030 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
8031
8032 - Introduce a method to see if a source supports a
8033   kind of resolvable at that time, so we can
8034   init a YUM source like factory but avoid parsing
8035   it if it contains no patches.
8036 - add TODO
8037 - zypp-checkpatches xml output
8038 - r4235
8039
8040 -------------------------------------------------------------------
8041 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
8042
8043 - added a CLI preview: zypper
8044 - revision 4214
8045 - version 2.2.3
8046
8047 -------------------------------------------------------------------
8048 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
8049
8050 - FATE #100165:
8051   Make Content File Aware of Different Architectures
8052   expand %a in release notes with architecture
8053
8054 -------------------------------------------------------------------
8055 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
8056
8057 - Extended pattern parser to support includes/extends tags as hint
8058   for the IO. (F301229)
8059 - revision 4199
8060 - version 2.2.2
8061
8062 -------------------------------------------------------------------
8063 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
8064
8065 - Enabled sending of ScriptResolvableReport.
8066 - Changed ScriptResolvableReport::start to send local path
8067   of script to be executed.
8068 - revision 4190
8069 - version 2.2.1
8070
8071 -------------------------------------------------------------------
8072 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
8073
8074 - Added ScriptResolvableReport. Callbacks triggered on script
8075   execution during commit. (F100233)
8076 - revision 4187
8077 - version 2.2.0
8078
8079 -------------------------------------------------------------------
8080 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
8081
8082 - fix: Url::getRegisteredSchemes() would always return nothing
8083
8084 -------------------------------------------------------------------
8085 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
8086
8087 - Made the build dependency on gettext-devel explicit
8088
8089 -------------------------------------------------------------------
8090 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
8091
8092 - adapted multi-media YUM sources according to official YUM
8093   specification (F300743)
8094
8095 -------------------------------------------------------------------
8096 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
8097
8098 - use RPM_OPT_FLAGS (meissner@suse.de)
8099
8100 -------------------------------------------------------------------
8101 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
8102
8103 - SourceFactory::createFrom() - don't loose url,...
8104 - r4160
8105
8106 -------------------------------------------------------------------
8107 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
8108
8109 - reduce logging in ResolvableImpl.cc
8110 - rev 4157
8111
8112 -------------------------------------------------------------------
8113 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
8114
8115 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
8116   in QueueItemInstall and QueueItemRequire
8117   Bug 192535/204913
8118   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
8119
8120 -------------------------------------------------------------------
8121 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
8122
8123 - fixed SourceFactory::createFrom() - don't loose alias,
8124   cachedir,... parameters
8125
8126 -------------------------------------------------------------------
8127 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
8128
8129 - Use RPM Enhances only if detected at configure time, to allow
8130   compilation with older rpm.
8131 - callback params: use const string & instead of string (dmacvicar)
8132
8133 -------------------------------------------------------------------
8134 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
8135
8136 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
8137   a package/script/message
8138   Bug: 192535
8139
8140 -------------------------------------------------------------------
8141 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
8142
8143 - add Source_Ref::checksum() which in combination with
8144   timestamp can give an idea of a source change.
8145 - r4106
8146
8147 -------------------------------------------------------------------
8148 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
8149
8150 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
8151   enable progress reporting on compressed streams.
8152
8153 -------------------------------------------------------------------
8154 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
8155
8156 - better error propagation
8157 - r4096
8158
8159 -------------------------------------------------------------------
8160 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
8161
8162 - Removed libblkid dependency - the workaround using libblkid to
8163   check filesystem on XEN vbd mapped devices is obsolete, because
8164   the info is avaliable via /dev/disk/by-label link now. (#197107)
8165 - revision 4087
8166
8167 -------------------------------------------------------------------
8168 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
8169
8170 - PackageProvider: Fixed broken retry. (#202163)
8171 - revision 4071
8172
8173 -------------------------------------------------------------------
8174 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
8175
8176 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
8177   to create a Package from a source package header.
8178 - Added method Pathname::extension: Return all of the characters in name
8179   after and including the last dot in the last element of name.
8180 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
8181   rpms. Otherwise we'd need access to the rpm database to get the keys.
8182 - revision 4069
8183
8184 -------------------------------------------------------------------
8185 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
8186
8187 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
8188   a package/script/message
8189   Bug: 192535
8190
8191 -------------------------------------------------------------------
8192 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
8193
8194 - Speedup computation of number of rpm database entries.
8195 - revision 4058
8196
8197 -------------------------------------------------------------------
8198 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
8199
8200 - Fixed endless loop in transactResObject
8201   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
8202
8203 -------------------------------------------------------------------
8204 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
8205
8206 - fix some testcases for tar file parser changes
8207 - r4045
8208
8209 -------------------------------------------------------------------
8210 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
8211
8212 - missing includes
8213 - clean old callbacks
8214 - r4041
8215
8216 -------------------------------------------------------------------
8217 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
8218
8219 - zyppPattern->install_packages returns SUGGESTED package too.
8220   Bug 201476
8221   Revision 4036
8222
8223 -------------------------------------------------------------------
8224 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
8225
8226 - New behaviour in the solver: try with 'best' package first, try with 'all'
8227   packages if this fails.
8228   Bug :Bug 191983
8229
8230 -------------------------------------------------------------------
8231 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
8232
8233 - libzypp 2.1.0
8234 - bump version due to incompatible callback changes in KeyRing
8235   Sources
8236
8237 -------------------------------------------------------------------
8238 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
8239
8240 - new keyring callbacks
8241 - separate trust key from import key
8242 - use PublicKey class instead of params, to be able
8243   to add more info like photos later (pending #181682)
8244 - update zmart with those callbacks.
8245 - better error handling (Exception types)
8246 - make tmp file names more readable depending on the context
8247 - r4026
8248
8249 -------------------------------------------------------------------
8250 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
8251
8252 - decouple probing from source creation, using the new
8253   media test for existence functions.
8254 - r4019
8255
8256
8257 -------------------------------------------------------------------
8258 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
8259
8260 - Fixed getDoesFileExist to reset the transfer range
8261 - Added logging of curl debug messages to the zypp log.
8262   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
8263   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
8264 - r4018
8265
8266 -------------------------------------------------------------------
8267 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
8268
8269 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
8270   see rev 3810 below. (#190163)
8271 - rev 3998
8272
8273 -------------------------------------------------------------------
8274 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
8275
8276 - fix uninstalling of atoms (noop)
8277 - r3995
8278
8279 -------------------------------------------------------------------
8280 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
8281
8282 - Implement initial verson of Media
8283   doesFileExist, for future source probing.
8284 - r3984
8285
8286 -------------------------------------------------------------------
8287 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
8288
8289 - more dbus_connection_close fixes
8290 - r3974
8291
8292 -------------------------------------------------------------------
8293 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
8294
8295 - clean up 'incomplete' handling in QueueItemEstablish.
8296 - rev 3973.
8297
8298 -------------------------------------------------------------------
8299 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
8300
8301 - Don't set 'incomplete' for uninstalled patterns or products.
8302   (#198379)
8303 - rev 3970.
8304
8305 -------------------------------------------------------------------
8306 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
8307
8308 - Added new API calls:
8309   setAdditionalProvide
8310   setAdditionalConflict
8311   setAdditionalRequire
8312
8313 -------------------------------------------------------------------
8314 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
8315
8316 - don't link examples to testsuite library.
8317
8318 -------------------------------------------------------------------
8319 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
8320
8321 - Disable profiling to work around compiler bug.
8322
8323 -------------------------------------------------------------------
8324 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
8325
8326 - forward port 3924:3939
8327 - Add explicit finish callbacks for subtasks during ProvidePackage
8328   to avoid UI confusion.
8329 - rev3957
8330
8331 -------------------------------------------------------------------
8332 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
8333
8334 - Introduce examples/
8335 - fix some svn ignores
8336 - fix compilation. Use: dbus_connection_close
8337 - rev 3943
8338
8339 -------------------------------------------------------------------
8340 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
8341
8342 - Initial support for plain directory with rpms as source
8343 - r3935
8344
8345 -------------------------------------------------------------------
8346 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
8347
8348 - Move the target query by kind function to
8349   a iterator, so we dont make a copy of the restore
8350   the iterator works loading by demand too
8351
8352 -------------------------------------------------------------------
8353 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
8354
8355 - rename the new initTarget to initializeTarget,
8356   leave the old one as is, but deprecate it.
8357 - r3903
8358
8359 -------------------------------------------------------------------
8360 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
8361
8362 - forward port from SLES10 branch , till 3888
8363 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
8364   full packages. (#168844)
8365 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
8366 - version 2.0.0
8367 - rev 3893
8368
8369 -------------------------------------------------------------------
8370 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
8371
8372 - Separate target init from adding resolvables, getting rid of the
8373 uggly bool flag.
8374 - dont clear the store each time Target::resolvables is called
8375 - Load target resolvables on demand by kind, keep them cached later
8376 - add Target::resolvablesByKind(kind) to allow query specific kind
8377   without reading all kinds. Used to port TargetProduct, which
8378   was reading the whole rpm database only to displayy base product
8379   name in YaST help.
8380 - commit to pkg-bindings and packager will follow.
8381 - jsrain will port more yast stuff, especially inst_source which
8382   startup time should by reduced by half afterwards.
8383 - rev 3880
8384
8385 -------------------------------------------------------------------
8386 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
8387
8388 - forward port:
8389   rev 3786 fix to stalle tmpfiles broke patches.
8390   SLES was released with this broken. 10.1 has a blocked
8391   zypp update because this.
8392   Attempt to fix this. (#192535)
8393 - fix configure.ac sqlite-source build path
8394 - rev 3858
8395
8396 -------------------------------------------------------------------
8397 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
8398
8399 - link correctly
8400
8401 -------------------------------------------------------------------
8402 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
8403
8404 - dont link sqlite in the main lib.
8405 - rev 3826
8406
8407 -------------------------------------------------------------------
8408 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
8409
8410 - susetags: parse product parser regexp only once
8411 - parse yum factory 5 sec. (from 30) faster using
8412   another string find algorithm
8413 - rev 3824
8414
8415 -------------------------------------------------------------------
8416 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
8417
8418 - Digest: Don't read the stream character wise but reading blocks,
8419   as advised by matz profiling.
8420 - r3819
8421
8422 -------------------------------------------------------------------
8423 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
8424
8425 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
8426   trusted vendors. (#189573)
8427 - revision 3804
8428
8429 -------------------------------------------------------------------
8430 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
8431
8432 - backport fix for stalle tmpfile (#191311)
8433 - rev 3788
8434
8435 -------------------------------------------------------------------
8436 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
8437
8438 - deactivated media manager code that was disabling the
8439   automounter (#172419)
8440 - rev 3724
8441
8442 -------------------------------------------------------------------
8443 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
8444
8445 - fix autorefresh (#186115)
8446 - revision 3708
8447 -------------------------------------------------------------------
8448 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
8449
8450 - forward port from SLE branch
8451 - Set default permission for logfiles to 0640. (#187044)
8452 - revision 3696
8453
8454 -------------------------------------------------------------------
8455 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
8456
8457 - forward port from SLE branch
8458 - Fixed installation of SP or Add-On product switching to media 2
8459   too early. (#186607)
8460 - revision 3691
8461
8462 -------------------------------------------------------------------
8463 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
8464
8465 - forward port from SLE branch
8466 - Strip self provides without edition in Resolvable ctor.
8467   (#186079)
8468 - Source::provideResolvables not implemented in yum source type.
8469   Product not set for packages that are available from update source
8470   (#186920)
8471 - Hook modalias() supplements without package to "kernel" (#184840)
8472 - Allow on-demand SourceManager::restore() (#186678)
8473 - Hook modalias() supplements without package to "kernel" (#184840)
8474 - rev 3676
8475
8476 -------------------------------------------------------------------
8477 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
8478
8479 - Fix adding resolving of path names for mount points (#181606)
8480 - rev 3658
8481
8482 -------------------------------------------------------------------
8483 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
8484
8485 - merge download algorithm and refactoring from branch
8486   (#181204)
8487
8488 -------------------------------------------------------------------
8489 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
8490
8491 - autodocs: use find+xargs to overcome command length limit,
8492   do not call doxygen unnecessarily (#185334).
8493 - rev 3645
8494
8495 -------------------------------------------------------------------
8496 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
8497
8498 - Dont use getZYpp in static constructor (#185198)
8499   Bugfix #178292 was wrong.
8500 - Only warn on incompleting installed resolvables (#185197)
8501 - rev 3644
8502
8503 -------------------------------------------------------------------
8504 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
8505
8506 - Atoms might only be installed via patches (#184714)
8507 - rev 3642
8508
8509 -------------------------------------------------------------------
8510 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
8511
8512 - fix for the last stall tmpfile (#178292)
8513 - r3637
8514
8515 -------------------------------------------------------------------
8516 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
8517
8518 - Implemented transfer timeout inside of the progress callback.
8519   The timeout value can be set using timeout url parameter, the
8520   default transfer timeout is 180 seconds. (#181602)
8521 - Added ssl_verify and ssl_capath url options used in https scheme,
8522   allowing to change or disable the ssl verify options. (#171622)
8523 - Added fallback on read failures of /etc/mtab to /proc/mounts.
8524   Improved verbosity in mount and mount check related failure cases,
8525   incl. /etc/mtab dump. (#181606)
8526 - rev 3623
8527
8528 -------------------------------------------------------------------
8529 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
8530
8531 - combine knownAliases and knownUrls in a single function.
8532 - rev 3616
8533
8534 -------------------------------------------------------------------
8535 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
8536
8537 - honor parallel installs in resolver context (#181103)
8538 - rev 3592
8539
8540 -------------------------------------------------------------------
8541 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
8542
8543 - right fix for tmpdir initialized in static constructor
8544 - catch around provideJustFile in providePackage
8545 -rev 3654
8546
8547 -------------------------------------------------------------------
8548 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
8549
8550 - fix #182003 YUM packages without size
8551 - rev 3587
8552
8553 -------------------------------------------------------------------
8554 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
8555
8556 - Allow to restore and remove by Url
8557 - rev 3583
8558
8559 -------------------------------------------------------------------
8560 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
8561
8562 - make atoms parallel installable (#181103)
8563 - rev 3580
8564
8565 -------------------------------------------------------------------
8566 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
8567
8568 - Allow to restore by alias
8569 - r3568
8570
8571 -------------------------------------------------------------------
8572 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
8573
8574 - Do not fork in a global destructor, perl dislikes it (#182672).
8575   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
8576
8577 -------------------------------------------------------------------
8578 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
8579
8580 - Installation: Assert product information is stored to libzypp
8581   database before reboot. (#181198)
8582 - Version 1.2.0; revision 3553
8583
8584 -------------------------------------------------------------------
8585 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
8586
8587 - Synchronize keys with rpm database before
8588   closing access to it (#182338)
8589 - rev 3533
8590
8591 -------------------------------------------------------------------
8592 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
8593
8594 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
8595   filter out the non-DVD drives completely. Allows a fallback to
8596   drives without the dvd HAL property e.g. in VMWare. (#177457)
8597 - rev 3530
8598
8599 -------------------------------------------------------------------
8600 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
8601
8602 - Merge fix for stalle tmpdir due to cyclic references, using a master
8603  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
8604 - rev 3521
8605
8606 -------------------------------------------------------------------
8607 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
8608
8609 - Fixes unneeded file download, and add download callbacks
8610   (still need yast side) #181204 and #160206
8611 - Fix stalle tmpdir due to cyclic references, using a master
8612   TmpDir for zypp. # 178292
8613
8614 -------------------------------------------------------------------
8615 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
8616
8617 - fixed memory leak in PersistentStorage (#168690)
8618 - revision 3519
8619
8620 -------------------------------------------------------------------
8621 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
8622
8623 - fixed memory leak in XMLSourceCacheParser (#168690)
8624 - revision 3517
8625
8626 -------------------------------------------------------------------
8627 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
8628
8629 -latest fi translation added
8630  Revision 3502
8631
8632 -------------------------------------------------------------------
8633 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
8634
8635 -All installed resolvables has been set to "satisfied" in
8636  ResolverContext::unneeded . BUT:
8637  Patch concerning resolvables have to be set to
8638  "unneeded" although they are installed. In order
8639  getting the state "no longer applicable" (Bug 171590)
8640 - rev 3496
8641
8642 -------------------------------------------------------------------
8643 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
8644
8645 - compute status for scripts and messages so their freshens get
8646   properly honored (aj with postgresql-server)
8647 - rev 3494
8648
8649 -------------------------------------------------------------------
8650 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
8651
8652 - revert not-used-yet rpmdb timestamp, as
8653   it broke rpmdb::init(). (#180040)
8654 - rev 3490
8655
8656 -------------------------------------------------------------------
8657 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
8658
8659 - updating gmo files, if po files has been changed; bug 164449
8660
8661 -------------------------------------------------------------------
8662 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
8663
8664 - Dont download twice if starting from 1st time
8665 - fix typo
8666 - rev 3481
8667
8668 -------------------------------------------------------------------
8669 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
8670
8671 - set cache dir only if storeMetadata is called as a public method.´
8672 - rev 3475
8673
8674 -------------------------------------------------------------------
8675 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
8676
8677 - schedule a package for installation if
8678   - it freshens / supplements something
8679   - it is not installed yet
8680   (#178721)
8681 - rev 3473
8682
8683 -------------------------------------------------------------------
8684 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
8685
8686 - make susetags also implement download and check first.
8687 - rev 3470
8688
8689 -------------------------------------------------------------------
8690 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
8691
8692 - make yum more robust. Never parse from provideFile
8693   but only from local disk. Make sure the cache
8694   is consistent before recreating it.
8695   the code is easier to follow and probably
8696   faster. checksum and signatures are
8697   checked on caching not on parsing.
8698   Required to implement refresh for #154990
8699 - rev 3452
8700
8701 -------------------------------------------------------------------
8702 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
8703
8704 - implement timestamp for YUM and SuseTags
8705 - actually use the license to confirm in yum patches
8706 - add prerequires tag in yum optonally to the bad designed
8707   and nonintuitive pre=1
8708 - rev 3448
8709
8710 -------------------------------------------------------------------
8711 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
8712
8713 - dont pass root on init but before.
8714 - implement rpm db modification timestamp
8715   not used yet
8716 - move Helix source to testsuite out of the solver
8717   so we can use it for target, storage tests
8718 - add Source_Ref::timestamp(), default to now()
8719   in order to implement smart sync of sources by zmd
8720 - don't parse desc and summary twice
8721 - fix a segfault with tranlated text
8722 - fix broken size tag introduced in rev 3427
8723 - rev 3446
8724
8725 -------------------------------------------------------------------
8726 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
8727
8728 - dont accept corrupt sources, improve logs
8729
8730 -------------------------------------------------------------------
8731 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
8732
8733 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
8734   loosing autoprotection (eg. for foreign vendor). (assists #177469)
8735 - rev 3431
8736
8737 -------------------------------------------------------------------
8738 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
8739
8740 - added mediaNr() to PatchRpm and DeltaRpm classes
8741 - rev 3430
8742
8743 -------------------------------------------------------------------
8744 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
8745
8746 - enable YUM license to confirm.
8747   needed for #174476
8748 - adapt store to serialize and read all new resobject fields
8749 - use install-time to now() when serializing (#174653)
8750 - rev 3427
8751
8752 -------------------------------------------------------------------
8753 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
8754
8755 - Do not violate install order when restricting commit to a certain
8756   mediaNumber. (#170079)
8757 - Version 1.1.0; rev 3423
8758
8759 -------------------------------------------------------------------
8760 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
8761
8762 - Added SourceManager::findSourceByUrl to overcome alias mismatches
8763   (#177543).
8764 - rev 3420
8765
8766 -------------------------------------------------------------------
8767 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
8768
8769 - Order all objects according to prerequirements, not just packages.
8770   (#173690)
8771 - rev 3419
8772
8773 -------------------------------------------------------------------
8774 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
8775
8776 - Added new translation
8777
8778 -------------------------------------------------------------------
8779 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
8780
8781 - fix missing homedir option for gpg (#171055)
8782 - rev 3415
8783
8784 -------------------------------------------------------------------
8785 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
8786
8787 - Prevent against daemons launched in rpm %post, that do not close
8788   their filedescriptors. (#174548)
8789 - Version 1.0.1; rev 3413
8790
8791 -------------------------------------------------------------------
8792 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
8793
8794 - fixed media number of package retrieved as a part of a patch
8795   (#174841)
8796 - rev 3409
8797
8798 -------------------------------------------------------------------
8799 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
8800
8801 - fix missing package descriptions due to filtered packages
8802   by incompatible architectures. (#159109)
8803 - rev 3404
8804
8805 -------------------------------------------------------------------
8806 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
8807
8808 - decrease logging in DiskUsageCounter and Modalias (#163186)
8809 - rev 3406
8810
8811 -------------------------------------------------------------------
8812 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
8813
8814 - Stay backward comapatible.
8815
8816 -------------------------------------------------------------------
8817 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
8818
8819 - Make basic attributes available through ResObject.
8820 - Let ResObjects which do not require media access during
8821   commit return ZERO sourceMediaNr (required for #173690)
8822 - Version 1.0.0
8823 - rev 3390
8824
8825 -------------------------------------------------------------------
8826 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
8827
8828 - reduce logging verbosity (#163186)
8829 - rev 3381
8830
8831 -------------------------------------------------------------------
8832 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
8833
8834 - setCandidate accept candidates with compatible architectures too. Not
8835   only with the same architecture. Bug 172594 - If update package has
8836   differet arch, UI display is wrong
8837
8838 -------------------------------------------------------------------
8839 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
8840
8841 - Added Source_Ref::resStoreInitialized.
8842   If we know that noone has seen the resolvables yet, we can skip
8843   them too, eg. when deleting a source. (#174840)
8844 - rev 3378
8845
8846 -------------------------------------------------------------------
8847 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
8848
8849 - Honor freshens as conditionals independant from the installed/
8850   uninstalled status (#174797)
8851 - rev 3376
8852
8853 -------------------------------------------------------------------
8854 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
8855
8856 - State modifier "unneeded" is transitive for patches (#171590)
8857 - rev 3375
8858
8859 -------------------------------------------------------------------
8860 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
8861
8862 - Do not transact itself (update) in the transactResObject mechanism
8863   Bug 174290
8864
8865 -------------------------------------------------------------------
8866 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
8867
8868 - Reenabled improved large file support flags (unintentionally
8869   removed in rev 1544). Fixes bug #173753.
8870 - Added large file support flags to libzypp.pc file allowing
8871   consistence checks in the application using features variable
8872 - rev 3366
8873
8874 -------------------------------------------------------------------
8875 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
8876
8877 - SourceManager: moved source deletion before creation
8878   so that we can recreate a deleted one (#174295)
8879 - removed dead code dealing with known_caches from SourceManager::store
8880   (see r3195)
8881 - r3362
8882
8883 -------------------------------------------------------------------
8884 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
8885
8886 - fixed returning product short name and summary if product read
8887   from target store (#148625)
8888 - rev 3360
8889
8890 -------------------------------------------------------------------
8891 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
8892
8893 - set media verifier on redirected medium (#172599)
8894 - rev 3359
8895
8896 -------------------------------------------------------------------
8897 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
8898
8899 - fix 'transactResKind' to collect best providers by capability
8900   and to recursively transact items of same kind (#170114)
8901 - rev 3355
8902
8903 -------------------------------------------------------------------
8904 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
8905
8906 - serialize the full URL to avoid missing password and other
8907   url settings (#148108)
8908 - rev 3353
8909
8910 -------------------------------------------------------------------
8911 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
8912
8913 - Added a 60 sec connect timeout to MediaCurl (#172860)
8914 - rev 3348
8915
8916 -------------------------------------------------------------------
8917 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
8918
8919 - re-fetch also .asc and .key files before checking signature
8920   (#172597)
8921 - rev 3350 (3345-10.1)
8922
8923 -------------------------------------------------------------------
8924 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
8925
8926 - Fix yum key verification, because a double variable declaration
8927
8928 -------------------------------------------------------------------
8929 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
8930
8931 - use --no-default-keyring to avoid creating a
8932   default gpg dir in / (#171055)
8933 - rev 3335
8934
8935 -------------------------------------------------------------------
8936 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
8937
8938 - Fix YUM signature checking, we were passing the key instead of the
8939   signature.
8940 - When the user trust a key, sync again. Bye to the session trusted
8941   keys and user being asked all the time. (#171213)
8942 - r3332
8943
8944 -------------------------------------------------------------------
8945 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
8946
8947 - Cleanup index tables when removing items from pool (#170564).
8948
8949 -------------------------------------------------------------------
8950 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
8951
8952 - backout rev 3246->3275 of TargetImpl.cc
8953 - add missing testsuite/utils/TestUtils.h
8954 - rev 3330
8955
8956 -------------------------------------------------------------------
8957 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
8958
8959 - more fixes for #171062, there were some files still not being
8960   read from cache.
8961 - r3327
8962
8963 -------------------------------------------------------------------
8964 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
8965
8966 - cache keys and signature. Remove lot of duplicated code. (#171062)
8967 - r3320
8968
8969 -------------------------------------------------------------------
8970 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
8971
8972 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
8973   mount here anything, so it is OK to use any dir (171351).
8974 - rev 3318
8975
8976 -------------------------------------------------------------------
8977 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
8978
8979 - parse "license-to-confirm" in primary.xml (#168437)
8980 - rev 3312
8981
8982 -------------------------------------------------------------------
8983 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
8984
8985 - Don't try to store 'Atom', not needed and the backend store
8986   rejects them anyways (addtion to #168610)
8987 - rev 3306
8988
8989 -------------------------------------------------------------------
8990 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
8991
8992 - Improved device check in MediaDISK using libblkid (Bug #158529)
8993 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
8994   added a check if it is a directory
8995 - Added libcurl and libblkid checks to configure.ac
8996 - Added e2fsprogs(-devel) requires to the spec file
8997 - rev 3303
8998
8999 -------------------------------------------------------------------
9000 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
9001
9002 - dont download "other" during key check (#171041)
9003 - rev 3294
9004
9005 -------------------------------------------------------------------
9006 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
9007
9008 - allow parallel installs of atoms (used to fulfill patch require-
9009   ments, atoms aren't installed anyways) (#170098)
9010 - some testsuite improvements.
9011 - rev 3288
9012
9013 -------------------------------------------------------------------
9014 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
9015
9016 - get rid of autobuild check when throwing exceptions without throw
9017   but with a macro, returning a null pointer at the end (never reached).
9018
9019 -------------------------------------------------------------------
9020 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
9021
9022 - Do not violate install order when restricting commit to a certain
9023   mediaNumber. (#170079)
9024
9025 -------------------------------------------------------------------
9026 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
9027
9028 - Don't use throw directly!
9029   use ZYPP_THROW with a Exception class, otherwise package bindings
9030   will not catch them.
9031   Should fix crashes when reading broken sources with yast.
9032 - rev 3272
9033
9034 -------------------------------------------------------------------
9035 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
9036
9037 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
9038   revision 3269
9039
9040 -------------------------------------------------------------------
9041 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
9042
9043 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
9044 - further improve on #168840 (from rev 3231), match on name-edition
9045   when filtering by best arch. (#170098)
9046 - rev 3268
9047
9048 -------------------------------------------------------------------
9049 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
9050
9051 - #170093 , lot of package descriptions missing
9052 - rev 3263
9053
9054 -------------------------------------------------------------------
9055 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
9056
9057 - try to fix wrong permissions of /var/lib/zypp created
9058   by old zypp, only when running as root they are fixed
9059   (#169094)
9060 - YUM: Verify signatures on factoryInit.
9061   Dont provide other.xml. Cleanups, better logging.
9062   When refreshing signed soruces, don't refresh is source
9063   has not changed.
9064 - YaST sources: don't refresh if media file has not changed.
9065 - Show full url of index files in sources for signature validation
9066   (mentioned in #170139 comment #3)-
9067
9068 -------------------------------------------------------------------
9069 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
9070
9071 - udpated media ID syntax for external scripts (to be consistent
9072   with packages) (#170247)
9073 - rev 3256
9074
9075 -------------------------------------------------------------------
9076 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
9077
9078 - set media ID to 1 if not specified in YUM metadata (#167452)
9079 - rev 3255
9080
9081 -------------------------------------------------------------------
9082 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
9083
9084 - If freshen and supplement are fulfilled, install any kind of
9085   resolvable if not yet installed (#165746)
9086 - rev 3249
9087
9088 -------------------------------------------------------------------
9089 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
9090
9091 - make downloaded script executable. (#169191)
9092 - rev 3247
9093
9094 -------------------------------------------------------------------
9095 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
9096
9097 - Improve on last fix, compare only compatible archs.
9098 - rev 3233
9099
9100 -------------------------------------------------------------------
9101 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
9102
9103 - Only choose best arch of multiple package atoms with identical
9104   name (#168840)
9105 - rev 3231
9106
9107 -------------------------------------------------------------------
9108 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
9109
9110 - pass empty strings to UI as key properties if unknown key
9111   (#169114)
9112 - rev 3228
9113
9114 -------------------------------------------------------------------
9115 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
9116
9117 - refrain from parsing 'other.xml' (#159316)
9118 - rev 3226
9119
9120 -------------------------------------------------------------------
9121 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
9122
9123 - in source refresh, clean up the cache dir if fails
9124 - do not require repomd.xml.asc when creating a cache (#163765)
9125 - rev 3224
9126
9127 -------------------------------------------------------------------
9128 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
9129
9130 - Check if a file exists before providing it, and just handling the
9131   exception is not sufficient, because it can release the media.
9132   it nows get all possible packages.X translations an then
9133   it selects the candidate from the existing ones (#168654)
9134 - rev 3221
9135
9136 -------------------------------------------------------------------
9137 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
9138
9139 - dont report conflicts if item is neither installed
9140   nor to-be-installed (#168906)
9141 - rev 3219
9142
9143 -------------------------------------------------------------------
9144 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
9145
9146 - #168060 , propagate the file description or original
9147   name to the UI and not the checked filename path,
9148   which could be a tmp file.
9149   Requires changes in pkg-manager, and probably zmd-helpers.
9150 - rev 3215
9151
9152 -------------------------------------------------------------------
9153 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
9154
9155 - /var/lib/zypp/db/languages/* are empty files (##168355)
9156 - r3206
9157
9158 -------------------------------------------------------------------
9159 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
9160
9161 - All resolvables must honor arch, so Arch_noarch in
9162   target/store/XMLFilesBackend.cc is wrong (#160792)
9163 - Introduced code to honour shared package descriptions
9164   (#159109)
9165 - r3204
9166
9167 -------------------------------------------------------------------
9168 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
9169
9170 - replace '_' in YUM elements/attributes with '-' (#168762)
9171 - rev 3201
9172
9173 -------------------------------------------------------------------
9174 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
9175
9176 - Fixed iseries workaround - interchanged variables for scsi
9177   devices, added debug messages about the steps (#163971).
9178 - Added getenv NULL ptr check and verify of the $HOME dir's
9179   and ~/.curlrc file's ownership (#163203).
9180 - rev 3199
9181
9182 -------------------------------------------------------------------
9183 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
9184
9185 - Use filesystem::TmpDir to create unique and unused Source cache
9186   directories. (#168051)
9187
9188 -------------------------------------------------------------------
9189 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
9190
9191 - Enable signature checks per default. (#168525)
9192
9193 -------------------------------------------------------------------
9194 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
9195
9196 - fix callbacks for providing a single file (#160206)
9197
9198 -------------------------------------------------------------------
9199 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
9200
9201 - If an installed package looses a dependency, the solver tries
9202   to upgrade it. Limit the upgrade candidates to best arch, best
9203   edition.
9204 - filter 'other' entries with incompatible arch in yum parser.
9205 - rev 3177
9206
9207 -------------------------------------------------------------------
9208 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
9209
9210 - initialize the product category according to source (#168061)
9211 - rev 3172
9212
9213 -------------------------------------------------------------------
9214 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
9215
9216 - delete only one older version of a xml-store resolvable
9217   (half-baked, but the previous attempt was charred)
9218
9219 -------------------------------------------------------------------
9220 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
9221
9222 - moved license_to_confirm to primary.xml
9223 - rev 3170
9224
9225 -------------------------------------------------------------------
9226 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
9227
9228 - Removed deprecated oldstyle commit methods.
9229
9230 -------------------------------------------------------------------
9231 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
9232
9233 - when installing a xml-store resolvable (all except package,
9234   message, script), delete older versions (#160792).
9235 - read selection edition from the XML store
9236 - rev 3167
9237
9238 -------------------------------------------------------------------
9239 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
9240
9241 - properly clear transaction flag after successful commit
9242   (see rev 3122, #164365, #167285)
9243 - rev 3157
9244
9245 -------------------------------------------------------------------
9246 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
9247
9248 - recursively soft-uninstall recommended package on real uninstall,
9249   not on update (#167603)
9250 - rev 3155
9251
9252 -------------------------------------------------------------------
9253 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
9254
9255 - fix #167605 (importing keys to rpm multiple times due to
9256   wrong interpretation of rpm gpg versioning.
9257 - add support for reading the rpm keys, with full id and fingerprint
9258 - rev 3153
9259
9260 -------------------------------------------------------------------
9261 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
9262
9263 - don't add duplicate error infos to ResolverContext (#167309)
9264 - rev 3146
9265
9266 -------------------------------------------------------------------
9267 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
9268
9269 - fix Resolver::transactReset() (see rev 3122) (#167285)
9270 - rev 3140
9271
9272 -------------------------------------------------------------------
9273 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
9274
9275 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
9276   variable is present, all signature checking callbacks will default
9277   to 'accept', in case no recipient is present.
9278
9279 -------------------------------------------------------------------
9280 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
9281
9282 - read content file on construction, and make
9283   provideProduct only insert the already
9284   read product object into the store (#165826)
9285   (dmacvicar)
9286 - When the signature is not found, warn the
9287   user about a unsigned source. When the
9288   key is not found, do nothing, it can be in the
9289   keyring already. (#166016) (dmacvicar)
9290 - enable key verification only if
9291   ZYPP_CHECKSIG env var is set (dmacvicar)
9292 - r1529
9293
9294 -------------------------------------------------------------------
9295 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
9296
9297 - fix bugfix 164365, fix bug 167285
9298   Actually clear the transcation state instead of locking it
9299   to 'dont transact'
9300 - rev 3122
9301
9302 -------------------------------------------------------------------
9303 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
9304
9305 - revert the signature/digest checking callbacks
9306 - rev 3115
9307
9308 -------------------------------------------------------------------
9309 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
9310
9311 - Bugfix #165670
9312   - Honor keep requests.
9313   - Dont flag "locked uninstall" as error if a keep request was
9314     issued before.
9315 - rev 3114
9316
9317 -------------------------------------------------------------------
9318 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
9319
9320 - rule out locked items during distribution upgrade as early
9321   as possible. (#165670)
9322 - rev 3110
9323
9324 -------------------------------------------------------------------
9325 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
9326
9327 - Bugfix #166212
9328   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
9329     transactResObject().
9330   - resetTransaction(APPL_LOW) before resolving
9331   - enhance transactCaps by using the same algorithm as in
9332     QueueItemRequire
9333     (before: transact all requires and recommends by name
9334      now: transact best requires and recommends by provides)
9335 - rev 3107
9336
9337 -------------------------------------------------------------------
9338 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
9339
9340 - new callbacks for failing digest
9341 - rev 3098
9342
9343 -------------------------------------------------------------------
9344 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
9345
9346 - ask for file without a checksum (#165125)
9347
9348 -------------------------------------------------------------------
9349 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
9350
9351 - dont install satisfied resolvables (#165843)
9352 - rev 3095
9353
9354 -------------------------------------------------------------------
9355 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
9356
9357 - dont abort on failed "dry_run" (#164583)
9358 - rev 3091
9359
9360 -------------------------------------------------------------------
9361 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
9362
9363 - Ask user if signature file does not exist (#163765)
9364 - handle repomd.xml.asc as optional file (#163765)
9365 - rev 3089
9366
9367 -------------------------------------------------------------------
9368 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
9369
9370 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
9371 - rev 3087
9372
9373 -------------------------------------------------------------------
9374 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
9375
9376 - Dont do transitive uninstalls on uninstalled or upgraded items.
9377   (#165798)
9378 - rev 3083
9379
9380 -------------------------------------------------------------------
9381 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
9382
9383 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
9384
9385 -------------------------------------------------------------------
9386 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
9387
9388 - Product::updateUrls: restore it from the XML store;
9389   fixed content parsing (#163192).
9390 - restore product flags fro the XML store
9391 - rev 3074
9392
9393 -------------------------------------------------------------------
9394 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
9395
9396 - Only consider best arch/version (#165477)
9397 - rev 3069
9398
9399 -------------------------------------------------------------------
9400 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
9401
9402 - No need to parse tags at all if there is no item to store values
9403   (e.g. data for unwanted arch). Fixed segv trying to store data in
9404   NULL item. (#165479)
9405 - rev3065
9406
9407 -------------------------------------------------------------------
9408 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
9409
9410 - Improved Url path name "//" vs. "/%2f" handling; now if the
9411   url has an authority, "/%2f" is used for ftp only (#163784)
9412 - rev 3062
9413
9414 -------------------------------------------------------------------
9415 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
9416
9417 - fixed storing patch scripts to target store (#159928)
9418 - rev 3058
9419
9420 -------------------------------------------------------------------
9421 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
9422
9423 - if a patch is bad, only skip this patch, not everything
9424   (#165200)
9425 - rev 3057
9426
9427 -------------------------------------------------------------------
9428 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
9429
9430 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
9431 - Susetags:Pattern: Fixed parser.
9432
9433 -------------------------------------------------------------------
9434 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
9435
9436 - when uninstalling, only re-establish installed items
9437   supplementing the to-be-uninstalled one. (variant of #165111)
9438 - rev 3054
9439
9440 -------------------------------------------------------------------
9441 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
9442
9443 - Susetags:Package: Parse and provide ins/delnotify texts.
9444
9445 -------------------------------------------------------------------
9446 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
9447
9448 - when checking freshens/supplements at install, only consider
9449   best architecture/edition (#164453)
9450 - rev 3051
9451
9452 -------------------------------------------------------------------
9453 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
9454
9455 - when checking for supplements, only consider best arch, best
9456   edition for installation (#165111)
9457 - rev 3047
9458
9459 -------------------------------------------------------------------
9460 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
9461
9462 - Bug 165117: build 910: Update: Splitted packages are selected for
9463   all archs
9464
9465 -------------------------------------------------------------------
9466 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
9467
9468 - ask user if a file exists but does not have a checksum (#162797)
9469 - rev 3044
9470
9471 -------------------------------------------------------------------
9472 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
9473
9474 - parse time and size elements from delta and patch RPM
9475 - rev 3043
9476
9477 -------------------------------------------------------------------
9478 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
9479
9480 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
9481   devices - on powerpc only (#163971)
9482 - rev 3042
9483
9484 -------------------------------------------------------------------
9485 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
9486
9487 - fix endless loop in patches parsing.
9488 - rev 3039
9489
9490 -------------------------------------------------------------------
9491 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
9492
9493 - fixed media handling in SuSEtags source (#164879)
9494 - rev 3037
9495
9496 -------------------------------------------------------------------
9497 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
9498
9499 - honor 'dry_run' on package remove (#164732)
9500 - rev 3036
9501
9502 -------------------------------------------------------------------
9503 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
9504
9505 - add files from yum filelist as provides to package (#164731)
9506 - rev 3032
9507
9508 -------------------------------------------------------------------
9509 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
9510
9511 - honor "+Enh:/-Enh:" in packages file (#156513)
9512
9513 -------------------------------------------------------------------
9514 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
9515
9516 - fix callback receiver signature to match the callback for removing
9517   package
9518
9519 -------------------------------------------------------------------
9520 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
9521
9522 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
9523 - rev 3024
9524
9525 -------------------------------------------------------------------
9526 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
9527
9528 - Bug 164440; Taking wrong architecture while updating obsoletes
9529   splitted packages
9530 - rev 3022
9531
9532 -------------------------------------------------------------------
9533 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
9534
9535 - allow relative paths with url file:
9536 - dont filter atoms from going into pool, multi-arch patch
9537   requirements need them. Instead, treat atoms with incompatible
9538   architecture as unneeded.
9539 - rev 3018
9540
9541 -------------------------------------------------------------------
9542 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
9543
9544 - product now provides short name
9545 - rev 3013
9546
9547 -------------------------------------------------------------------
9548 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
9549
9550 - read metadata for packages from correct tags in patches (#163220)
9551 - rev 3011
9552
9553 -------------------------------------------------------------------
9554 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
9555
9556 - more detailed resolver error reports (#162994)
9557 - rev 3010
9558
9559 -------------------------------------------------------------------
9560 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
9561
9562 - report package download progress (#160966)
9563 - rev 3007
9564
9565 -------------------------------------------------------------------
9566 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
9567
9568 - transact also for languages (#163819)
9569 - rev 3004
9570
9571 -------------------------------------------------------------------
9572 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
9573
9574 - loop through all affected ResObjects in transactResKind (#163819)
9575 - rev 3002
9576
9577 -------------------------------------------------------------------
9578 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
9579
9580 - allow re-installation of non-packages (#162906)
9581 - rev 2998
9582
9583 -------------------------------------------------------------------
9584 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
9585
9586 - Added loop checking for scsi cdroms (/sys/block/srX) in case
9587   HAL does not provide any drives like on iSeries (#163971).
9588 - rev 2995
9589
9590 -------------------------------------------------------------------
9591 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
9592
9593 - add 'licenceToConfirm()' to Product. (#164375)
9594
9595 -------------------------------------------------------------------
9596 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
9597
9598 - Avoid excessive CD hopping on commit. But still far from
9599   being perfect. (#159679)
9600 - Fixed Target::commit: Despite dry_run set True, packages
9601   were depeted.
9602
9603 -------------------------------------------------------------------
9604 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
9605
9606 - honour if user decides to skip a package in commit (#156031)
9607
9608 -------------------------------------------------------------------
9609 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
9610
9611 - fixed parsing external reference to script in patch (#163221)
9612 - r2981
9613
9614 -------------------------------------------------------------------
9615 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
9616
9617 - cache and provide content.asc/key optionally. Dont show a
9618   popup if they dont exists. (dmacvicar)
9619 - Actually abort when verify signature workflow is false. (dmacvicar)
9620 - r2978
9621
9622 -------------------------------------------------------------------
9623 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
9624
9625 - fixed setting autorefresh flag for installation sources
9626
9627 -------------------------------------------------------------------
9628 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
9629
9630 - drop patches with incompatible architecture.
9631 - rev 2972
9632
9633 -------------------------------------------------------------------
9634 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
9635
9636 - Added info method to media verifier base and more debug info
9637 - rev 2970
9638
9639 -------------------------------------------------------------------
9640 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
9641
9642 - Dont deny the "/" attach point in MediaDIR, since this is used
9643   for all "file:" urls, esp. local packages.
9644 - rev 2962
9645
9646 -------------------------------------------------------------------
9647 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
9648
9649 - Bug 159673 - only one conflict solvable per page
9650
9651 -------------------------------------------------------------------
9652 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
9653
9654 - parse all dependencies of 'packages' file (#163773)
9655 - rev 2957
9656
9657 -------------------------------------------------------------------
9658 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
9659
9660 - Use the original media descr_dir on refresh for
9661   suse tags source (#163196)
9662 - r2952
9663
9664 -------------------------------------------------------------------
9665 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
9666
9667 - add Source::setUrl() for zmd backend helper.
9668 - rev 2946
9669
9670 -------------------------------------------------------------------
9671 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
9672
9673 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
9674 target init. (dmacvicar)
9675 - r2949
9676
9677 -------------------------------------------------------------------
9678 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
9679
9680 - Fixed MediaDISK to use a mount -oro,bind id the disk
9681   partition is already attached e.g. by the automounter.
9682   Try to mount it a second time may fail (#163486).
9683 - rev 2944
9684
9685 -------------------------------------------------------------------
9686 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
9687
9688 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
9689 - rev 2940
9690
9691 -------------------------------------------------------------------
9692 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
9693
9694 - only try to create a source of a given type when restoring
9695   from the persistent store (#162111)
9696
9697 -------------------------------------------------------------------
9698 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
9699
9700 - parse all dependencies for patterns (.pat) files (#160602)
9701 - drop YOUPATH and YOUURL from content file.
9702 - rev 2924
9703
9704 -------------------------------------------------------------------
9705 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
9706
9707 - properly initialize autorefresh for non-remote sources (#154990)
9708 - rev 2919
9709
9710 -------------------------------------------------------------------
9711 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
9712
9713 - Added flag to MediaManager::isUseableAttachPoint, whether
9714   to check against system mount entries or not.
9715 - Disallow to use the attachpoints of another media handlers
9716   as source path in MediaDIR.
9717 - rev 2917
9718
9719 -------------------------------------------------------------------
9720 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
9721
9722 -implement callbacks for when package verification (checksum)
9723  fails, offer to retry or abort
9724
9725 -------------------------------------------------------------------
9726 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
9727
9728 - Fix construction of checksum objects when using non-standard
9729   checksum algorithms
9730 - Fix broken YUM cache
9731 - r2913
9732
9733 -------------------------------------------------------------------
9734 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
9735
9736 - Keep packages with no version upgrade installed during
9737   distribution upgrade (#162972)
9738 - add 'transactReset()' helper function for UI.
9739 - rev 2908
9740
9741 -------------------------------------------------------------------
9742 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
9743
9744 - r2906
9745
9746 -------------------------------------------------------------------
9747 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
9748
9749 - Fixed candidate handling in ui::Selectable. (#156589)
9750
9751 -------------------------------------------------------------------
9752 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
9753
9754 - fix #162984 , gpg hangs because the matching data file
9755   for the key cannot be find. (dmacvicar)
9756 - Fix restore of YUM source using the same cache dir semantics as
9757  susetags instead of assuming there is a cache if a cache_dir
9758   was given. (dmacvicar)
9759
9760 -------------------------------------------------------------------
9761 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
9762
9763 - use DISTPRODUCT/DISTVERSION from content file to generate the
9764   product name, version, and release.
9765 - rev 2902
9766
9767 -------------------------------------------------------------------
9768 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
9769
9770 - Removed broken forcing of absolute ftp paths added in rev2705 to
9771   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
9772 - rev 2900
9773
9774 -------------------------------------------------------------------
9775 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
9776
9777 - add Resolver::freshenPool() (#156980)
9778 - rev 2893
9779
9780 -------------------------------------------------------------------
9781 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
9782
9783 - skip incompatible archs in filelist parsing.
9784 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
9785   /lib64/, ...)
9786 - rev 2886
9787
9788 -------------------------------------------------------------------
9789 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
9790
9791 - skip incompatible archs in primary parsing.
9792 - rev 2883
9793
9794 -------------------------------------------------------------------
9795 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
9796
9797 - allow setting of source when parsing local .rpm (#147765)
9798 - rev 2880
9799
9800 -------------------------------------------------------------------
9801 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
9802
9803 - Do not update packages over other architectures
9804
9805 -------------------------------------------------------------------
9806 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
9807
9808 - Added zypp/ui/UserWantedPackages to support the UI's
9809   "automatic changes" dialog (bug #152700)
9810
9811 -------------------------------------------------------------------
9812 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
9813
9814 - use KeyRing class to validate repomd.xml (#160909)
9815
9816 -------------------------------------------------------------------
9817 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
9818
9819 - Product resolvables should be readable by normal users.
9820   (#162474) (dmacvicar)
9821 - implemented keyring and metadata signature verification
9822   in susetags source
9823 - dont delete the lock if we did not acquire it
9824 - r2847
9825
9826 -------------------------------------------------------------------
9827 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
9828
9829 - Added disabling of the automounter while MediaManager
9830   init and restoring of the old state on exit (#154326).
9831 - Implemented check if media (CD) is automounted or not
9832 - rev 2840
9833
9834 -------------------------------------------------------------------
9835 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
9836
9837 - Implemented several hal get/set/removeDeviceProperty wrappers
9838 - Improved HalException to allow to fetch HAL/DBUS error componets
9839 - rev 2830
9840
9841 -------------------------------------------------------------------
9842 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
9843
9844 - honor subscription status of catalogs (#162350)
9845 - rev 2827
9846
9847 -------------------------------------------------------------------
9848 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
9849
9850 - Enabled CD eject error reporting exceptions (#154326)
9851 - rev 2822
9852
9853 -------------------------------------------------------------------
9854 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
9855
9856 - support "dry run" (#159467)
9857 - implement "transactResKind" (#161400)
9858 - rev 2817
9859
9860 -------------------------------------------------------------------
9861 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
9862
9863 - add checksum for external patches (#159928)
9864
9865 -------------------------------------------------------------------
9866 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
9867
9868 - calculate product architecture (#158198)
9869
9870 -------------------------------------------------------------------
9871 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
9872
9873 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
9874   detection
9875
9876 -------------------------------------------------------------------
9877 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
9878
9879 - Auto protect installed packages from unknown vendor. (#157446)
9880
9881 -------------------------------------------------------------------
9882 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
9883
9884 - added support for external scripts to metadata (#159928) (jsrain)
9885 - fixed handling of Language resolvables (ma)
9886 - fix leak in rpmdb (dmacvicar)
9887 - added softlock for autoyast (#159466) (ma)
9888 - Fixed exceptions in doGetFileCopy() to show full url
9889   including the file instead of just the media base url. (mt)
9890 - Provide Language::summary (ma)
9891 - check patterns and selections file exist
9892   before veryfing them (#161300) (dmacvicar)
9893 - added YUM metadata checksum computation (jsrain)
9894 - added interface to patch of a message (jsrain)
9895 - r2734
9896
9897 -------------------------------------------------------------------
9898 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
9899
9900 - added support for external scripts to metadata (#159928)
9901 - r2709
9902
9903 -------------------------------------------------------------------
9904 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
9905
9906 - report separate exception when trying to start source cache again to
9907   suppress incorrect error message in XEN installation
9908 - r2682
9909
9910 -------------------------------------------------------------------
9911 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
9912
9913 - Implement inter process locking in zypp.
9914 - Added No medium found output
9915 - splitting modaliases in supplements TOO
9916 - parse also the available signing keys
9917
9918 -------------------------------------------------------------------
9919 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
9920
9921 - release all media when removing source (#159754) (visnov)
9922 - more testsuites (schubi)
9923 - updated translations (schubi)
9924 - added MediaNotEjectedException (mt)
9925 - rev 2652
9926
9927 -------------------------------------------------------------------
9928 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
9929
9930 - fix patches descriptions (dmacvicar)
9931 - fix source serialization (dmacvicar)
9932 - metadata for kernel test (schubi)
9933 - Arch tests updated (ma)
9934 - classify NULL Ptr as unique (ma)
9935 - Added host check, because file Url allows it now. (mt)
9936 - prepare modalias fix (#159766) (ma)
9937 - Provide iterator based access to SourceManager data. (ma)
9938 - Fixed "file:" Url scheme config to allow relative paths; (mt)
9939   RFC1738 says, it may contain a hostname as well...
9940 - revision 2633
9941
9942 -------------------------------------------------------------------
9943 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
9944
9945 - pkg-config support (mvidner)
9946 - close all medias when destructing MediaSet (jsrain)
9947 - rev 2622
9948
9949 -------------------------------------------------------------------
9950 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
9951
9952 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
9953 - Message callback implemented to show patch messages (visnov)
9954 - Bug 159696 (schubi)
9955 - provide transform_iterators to iterate over a maps keys or values (ma)
9956 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
9957 - added script and message installation (jsrain)
9958 - chooses the 'right' kernel now (kkaempf)
9959 - Use noarch if no arch is specified in patches (dmacvicar)
9960 - rev 2611
9961
9962 -------------------------------------------------------------------
9963 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
9964
9965 - Added some debug output including the access id (mt)
9966 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
9967   release with eject=true on attached media, to umount
9968   other mounts as well. (mt)
9969 - 159483 - solver does not blame missing dependency (schubi)
9970 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
9971 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
9972   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
9973 - fixed ZYPP_RETHROW (#156430) (ma)
9974 - patch for #156114 (visnov)
9975 - fixed container.erase loops (ma)
9976 - Fixed to reset desired (cached) flag before the action (mt)
9977 - Removed return in forceRelaseAllMedia (void function) (mt)
9978 - Parse nonexisting architecture to noarch so patches dont get
9979   filtered by the pool (dmacvicar)
9980 - 159512 - yast2-qt does not show label of to be installed products
9981   anymore (dmacvicar)
9982 - 159765 - Hidden patterns still visible (dmacvicar)
9983 - Use noarch if no arch is specified. (dmacvicar)
9984 - r2594
9985
9986 -------------------------------------------------------------------
9987 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
9988
9989 - properly report error for media change callback
9990 - rev 2579
9991
9992 -------------------------------------------------------------------
9993 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
9994
9995 - fixed memory leak in XMLNodeIterator (#157474)
9996 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
9997 - Renamed private MediaManager::forceMediaRelease
9998   function to forceReleaseShared (more exact name)
9999 - Implemented forceRelaseAllMedia() that can be
10000   used to release also foreign (user) mounts.
10001 - Added use of forceRelaseAllMedia for CD/DVDs
10002   if FORCE_RELEASE_FOREIGN is 1 (default 0)
10003 - little cleanup of the checkAttached function
10004 - r2578
10005
10006 -------------------------------------------------------------------
10007 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
10008
10009 - don't try to attach without exception handling (#158620)
10010 - fix descriptions, as a new tag Des for selections exists now.
10011 - fix #157683: failure after adding add-on product to install
10012   sources
10013 - added more files for translation
10014 - resolve-dependencies.cc: establish pool
10015 - parse-metadata.cc: catch bad URL
10016 - set zmdid for atoms
10017 - r2574
10018
10019 -------------------------------------------------------------------
10020 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
10021
10022 - fix testsuite.
10023 - provide edition and architecture for all kinds of yum
10024   resolvables.
10025 - fix ResStatus output.
10026 - establish atoms correctly.
10027 - treat requires to unneeded resolvables as fulfilled.
10028 - rev 2559
10029
10030 -------------------------------------------------------------------
10031 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
10032
10033 - fix the build
10034 - only consider best architecture/version (#157594)
10035 - prefer providers which supplement/enhance installed or
10036   to-be-installed packages (fixes the tpctl-kmp issue)
10037 - rev 2546
10038
10039 -------------------------------------------------------------------
10040 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
10041
10042 - provide more filters for pkg-bindings (#158602)
10043 - add SystemResObject to provide system (modalias, hal, ...)
10044   capabilities.
10045 - handle this during resolving.
10046 - make the modalias and hal capability match the SystemResObject
10047   by default, thereyby triggering a modalias (resp. hal)
10048   evaluation.
10049 - xmlstore: decouple target store from YUM schema.
10050 - clean up moving of hal() and modalias() from provides to
10051   supplements in ResolvableImpl.
10052 - add PatchContents() for UI.
10053 - handle Edition::noedition as empty string.
10054 - r2537
10055
10056 -------------------------------------------------------------------
10057 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
10058
10059 - releasing all medias when asking for CD (#156981)
10060 - r2471
10061
10062 -------------------------------------------------------------------
10063 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
10064
10065 - ResStatus::resetTransact must return a value.
10066 - Fixed random build failures in LanguageCode.cc.
10067   (Rewrote the CodeMaps constructor so that gcc does not
10068   optimize a 500-statement basic block.)
10069 - Fix constructions of patch objects. Actually insert atoms in atoms
10070   list. Insert atoms for package even if the package does not exists
10071   in the source. Fixes #157628 (dmacvicar).
10072 - Fixed license reading from susetags, #151834 (dmacvicar).
10073 - r2468
10074
10075 -------------------------------------------------------------------
10076 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
10077
10078 - added ResStatus::resetTransact (ma)
10079 - bugfix for #156439 (schubi)
10080 - Added Source_Ref::setAlias (#154913).
10081 - Do not assume there is a product file when scanning for products
10082   (visnov)
10083 - function to disable all sources in the persistent store (visnov)
10084 - dependency errors go to stdout, not stderr; output resolver info
10085   directly to stderr (kkaempf)
10086 - rev 2464
10087
10088 -------------------------------------------------------------------
10089 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
10090
10091 - fix merging of resolver info (needed for #157684).
10092 - errors are also important in ResolverInfo.
10093 - improve debug output in ResolverContext.
10094 - rev 2455
10095
10096 -------------------------------------------------------------------
10097 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
10098
10099 - delete RPMs downloaded via HTTP/FTP after installnig them
10100   (#157011)
10101 - fixed product registration (reverted autorefresh patch) (#157566)
10102
10103 -------------------------------------------------------------------
10104 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
10105
10106 - if root!="/", always prefer the upgrade candidate (#155472)
10107 - implement license confirmed api for UI.
10108 - prefer architecture over version in distribution upgrade
10109   (#157501)
10110 - clean up media handling.
10111 - rev 2448
10112
10113 -------------------------------------------------------------------
10114 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
10115
10116 - init Modalias properly.
10117 - fix warnings in testcases.
10118 - rev 2432
10119
10120 -------------------------------------------------------------------
10121 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
10122
10123 - drop libjpeg-devel and sqlite-devel from build requires.
10124
10125 -------------------------------------------------------------------
10126 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
10127
10128 - implement 'modalias()' capability (#157406)
10129 - make dependencies consistent, its 'freshens'.
10130 - cope with user umounts of devices.
10131 - add debug to SourceManager.
10132 - rev 2418
10133
10134 -------------------------------------------------------------------
10135 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
10136
10137 - allow version downgrade during distribution upgrade if the
10138   newer package is coming from a trusted vendor (#155472)
10139 - implement locale fallback
10140 - 'freshen' -> 'freshens' in schema definitions to make it
10141   consistent with all other dependency definitions.
10142 - better error reporting for .pat and .sel files.
10143 - rule out packages from dependency resolutions which are
10144   de-selected by user (#155368)
10145 - use locale fallbacks in package translations.
10146 - refresh source when re-enabling it.
10147 - rev 2406
10148
10149 -------------------------------------------------------------------
10150 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
10151
10152 - split of libzypp-zmd-backend subpackage as a stand-alone
10153   leaf package.
10154 - encapsulate bool test for Source_Ref better.
10155 - fixed stack overflow (ma).
10156 - make testsuite build again.
10157 - rev 2346
10158
10159 -------------------------------------------------------------------
10160 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
10161
10162 - fixed URL rewriting for CD2 and following (#154762)
10163 - fixed ResPoolProxy diffState (for proper ok/cancel support
10164   in UI)
10165 - added special exception class for aborting installation
10166   (#154936)
10167 - only auto-change directories if they end in CDn or DVDn.
10168 - rev 2320.
10169
10170 -------------------------------------------------------------------
10171 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
10172
10173 - silently ignore multiple installs of the same package.
10174 - fix disk usage for installs and uninstalls.
10175 - rev 2308
10176
10177 -------------------------------------------------------------------
10178 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
10179
10180 - zmd-backend: filter out incompatible architectures from
10181   repository.
10182 - rev 2298
10183
10184 -------------------------------------------------------------------
10185 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
10186
10187 - sync libzypp media data with mtab.
10188 - improve resolver error and solution reports.
10189 - fix source cache reading (#155459).
10190 - default cached sources to enabled (#155459).
10191 - let each source provide public keys.
10192 - rev 2297
10193
10194 -------------------------------------------------------------------
10195 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
10196
10197 - only write by-sovler transactions back (#154976)
10198 - rev 2278
10199
10200 -------------------------------------------------------------------
10201 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
10202
10203 - release last used source at end of commit (#155002)
10204 - rev 2277
10205
10206 -------------------------------------------------------------------
10207 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
10208
10209 - cope with NULL values in zmd catalogs table (#153584)
10210 - set YAST_IS_RUNNING in transact zmd helper (#154820)
10211 - run SuSEconfig after transact zmd helper (#154820)
10212 - add softTransact to honor user vs. soft requirements (#154650)
10213 - honor all build keys provided by a package source.
10214 - add source metadata refresh.
10215 - add progress callbacks to zmd helpers.
10216 - rev 2276
10217
10218 -------------------------------------------------------------------
10219 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
10220
10221 - include .diffs into main source.
10222 - catch exception when ejecting media which was unmounted externally
10223   (#154697).
10224 - init source in zmd-backend correctly (#154667)
10225 - implement disk usage info for YaST.
10226 - clean up XML schema files.
10227 - catch CPUs identifying as 'i686' but being 'i586'.
10228 - allow definition of preferred attach (mount) point for media.
10229 - make resolver results more readable.
10230 - use language fallbacks if none of multiple language providers
10231   matches.
10232 - get rid of ignoring wrong arch in resolver, having the wrong
10233   architecture is prevented by other means.
10234 - prepare for translations in exceptions.
10235 - fix 'abort does not abort'
10236 - implement 'flag' I/O in target cache backend.
10237 - skip incompatibles architectures in packages.<lang>
10238 - rev 2228
10239
10240 -------------------------------------------------------------------
10241 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
10242
10243 - dont even provide src/nosrc from the source.
10244 - rev 2169 + diffs
10245
10246 -------------------------------------------------------------------
10247 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
10248
10249 - Initialize commit result (#154409)
10250 - release media if its wrong (#154326)
10251 - dont copy src/nosrc packages to the pool (#154627)
10252 - reduce XML logging.
10253 - rev 2169 + diffs
10254
10255 -------------------------------------------------------------------
10256 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
10257
10258 - fix path of .po files (#154074).
10259 - parse the correct package.<lang> file (kinda #154074).
10260 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
10261 - reattach all released medias.
10262 - raise exception instead of abort() on XML errors (#154104).
10263 - update translations.
10264 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
10265   and is_empty_dir utility function
10266 - rev 2169
10267
10268 -------------------------------------------------------------------
10269 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
10270
10271 - check freshens and supplements for packages (#154074).
10272 - only complain about incomplete installed resolvables,
10273   if they are uninstalled, schedule them for installation.
10274   (#154074)
10275 - add testcases for locale() provides.
10276 - add lang_country -> lang fallback.
10277 - have locale(parent:...) deps match any provides of 'parent'
10278   also when uninstalling a package.
10279 - rev 2148
10280
10281 -------------------------------------------------------------------
10282 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
10283
10284 - change the locale(...) separator to ";" (#153791)
10285 - complete "find-files" of zmd-backend.
10286 - rev 2140
10287
10288 -------------------------------------------------------------------
10289 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
10290
10291 - avoid attaching media when initializing source
10292 - rev 2139
10293
10294 -------------------------------------------------------------------
10295 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
10296
10297 - warn about misspelled 'locale(...)' provides
10298 - add testcases
10299 - rev 2134
10300
10301 -------------------------------------------------------------------
10302 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
10303
10304 - fix the build
10305 - rev 2129
10306
10307 -------------------------------------------------------------------
10308 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
10309
10310 - provide available locales to application (#153583)
10311 - honor 'requestedLocales' (language dependant packages)
10312 - honor release requests for all holders of a device.
10313 - silently re-attach after a forced release.
10314 - solver improvements.
10315 - handle source caches.
10316 - proper logging in zmd backend helpers.
10317 - rev 2127
10318
10319 -------------------------------------------------------------------
10320 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
10321
10322 - upgrade always to best version and arch (#153577)
10323 - reset 'transact' state for obsoleted packages (#153578)
10324 - translation updates
10325 - rev 2113
10326
10327 -------------------------------------------------------------------
10328 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
10329
10330 - add support for 'local' .rpm packages to zmd-backend.
10331 - rev 2101
10332
10333 -------------------------------------------------------------------
10334 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
10335
10336 - fix build of zmd/backend.
10337 - actually fill 'files' table in package-files.
10338 - rev 2094
10339
10340 -------------------------------------------------------------------
10341 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
10342
10343 - improve testcases.
10344 - add 'setPossibleLocales()' to ZYpp, this defines the set
10345   of possible locales to choose from (#153583)
10346 - provide LanguageImpl and create 'Language' resolvables for
10347   each 'possible' locale.
10348 - fix YUM parsing of patches, insert 'atoms' to link patches
10349   with packages.
10350 - replace gzstream/ with own, existing implementation.
10351 - honor locks in solver (#150231)
10352 - sync pool with target after commit() properly (#150565, #153066)
10353 - new zmd helper 'package-files'
10354 - rev 2093
10355
10356 -------------------------------------------------------------------
10357 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
10358
10359 - prevent multiple initializations of the target (#153124)
10360 - implement 'loopback mounted ISO images'
10361 - retain old package sources on upgrade.
10362 - support compressed .xml files in 'repodata' type repositories.
10363 - rev 2025
10364
10365 -------------------------------------------------------------------
10366 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
10367
10368 - parse locale(...) provides and construct correct dependencies.
10369
10370 -------------------------------------------------------------------
10371 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
10372
10373 - always upgrade to candidate (#152760).
10374 - fix typo in package sorting.
10375 - prepare handling of locale provides.
10376 - rev 1995
10377
10378 -------------------------------------------------------------------
10379 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
10380
10381 - sort src/nosrc package to right list during commit.
10382 - revert installtime/buildtime in susetags parser (#152760)
10383 - rev 1990
10384
10385 -------------------------------------------------------------------
10386 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
10387
10388 - reset state after successful commit (#153030)
10389 - run "rpm -e" always with "--nodeps" (#153026)
10390 - provide separate resolvable kind for src packages.
10391 - extend status field for LOCK and LICENSE.
10392 - add sameState()/diffState() for UI.
10393 - provide 'best' candidate for UI.
10394 - set 60 sec timeout for curl access.
10395 - don't cross-compare solver results, takes too much time.
10396 - provide sizes of installed packages.
10397 - extend REQUIRES semantics in content file.
10398 - add "parse-metadata" helper to zmd-backend.
10399 - rev 1987
10400
10401 -------------------------------------------------------------------
10402 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
10403
10404 - provide complete disk usage data (#152761)
10405 - include upgrade flag when copying solver solution
10406   back to pool (#152717)
10407 - rev 1959
10408
10409 -------------------------------------------------------------------
10410 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
10411
10412 - don't insert incompatible architectures to the pool (#151933)
10413 - don't accept incompatible architectures from a repository
10414   (#151933)
10415 - separate rpm log (#151431).
10416 - allow extended product requires.
10417 - rev 1954
10418
10419 -------------------------------------------------------------------
10420 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
10421
10422 - provide the XML schema files in the main package. (#152593)
10423
10424 -------------------------------------------------------------------
10425 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
10426
10427 - provide arch compat handling.
10428 - implement data upload to zmd.
10429 - fix source metadata caching on target.
10430 - add 'supplements' dependencies to 'yum' parser.
10431 - provide user agent identification to curl calls.
10432 - move resolver branches (multiple alternatives) back in queue
10433   (resolve known things first, then the unknown ones).
10434 - clean up 'packages' parser.
10435 - rev 1947
10436
10437 -------------------------------------------------------------------
10438 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
10439
10440 - improve media mount/umount interface
10441 - prepare class ArchCompat for proper architecture ordering
10442   and compatibility handling.
10443 - add returns to dummy functions in DbAccess.
10444 - rev 1913
10445
10446 -------------------------------------------------------------------
10447 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
10448
10449 - don't explictly delete to-be-upgraded packages.
10450 - finish query-system, resolve-dependencies, and transact for
10451   libzypp-zmd-backend.
10452 - provide Pattern::category.
10453 - move system architecture to toplevel.
10454 - make target store pathname settable.
10455 - speed up rpmdb reading by properly filtering unwanted file
10456   provides.
10457 - rev 1905
10458
10459 -------------------------------------------------------------------
10460 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
10461
10462 - new translations.
10463 - proofread texts.
10464 - when comparing solutions, prefer higher versions.
10465 - provide generic 'SafeBool' for bool conversions.
10466 - add PtrTypes testsuites.
10467 - rev 1876
10468
10469 -------------------------------------------------------------------
10470 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
10471
10472 - integrate all diffs
10473 - move Target::commit to toplevel API
10474 - generalize dependency iterators and hash dependency
10475   information in pool (for speedup)
10476 - add 'supplements' as dependency
10477 - make more pattern attributes available
10478 - drop "smbfs" in favour of "cifs" (#151476)
10479 - add metadata cache to sources (Beta4 bug)
10480 - run "rpm -e"  with name-version-release
10481 - fix update conflicts
10482 - rev 1864
10483
10484 -------------------------------------------------------------------
10485 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
10486
10487 - fix-mediachange.diff: dont skip CD but retry after media change
10488 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
10489   'eject' button
10490 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
10491   so media handle gets actually released and media unmounted.
10492
10493 -------------------------------------------------------------------
10494 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
10495
10496 - implement arch scoring
10497 - prefer better arch (#151427)
10498 - transitive depedencies of weak requirements are non-weak
10499   (#151446)
10500 - rev 1778 + diff
10501
10502 -------------------------------------------------------------------
10503 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
10504
10505 - ignore self and to-be-updated conflicts (#150844)
10506 - fix enable of target store (for non-packages)
10507 - rev 1778
10508
10509 -------------------------------------------------------------------
10510 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
10511
10512 - fix "cd:" url (#151121)
10513 - provide location() in public Package api
10514 - allow running distribution upgrade in testmode
10515 - extend HAL interface
10516 - rev 1762
10517
10518 -------------------------------------------------------------------
10519 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
10520
10521 - pass normal and locale packages from selections correctly.
10522 - its "baseconf" for base selections.
10523 - Make 'ZYpp' an obvious singleton.
10524 - provide releasenotesUrl.
10525 - dont continue upgrade without target.
10526 - implement 'fake' hal for testing.
10527 - fix package sizes.
10528 - more solver testcases.
10529 - rev 1754
10530
10531 -------------------------------------------------------------------
10532 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
10533
10534 - extend requires of libzypp-devel
10535 - provide package sizes for UI
10536 - provide more UI helpers
10537 - implement Product and related functions
10538 - fix split provides in distribution upgrade
10539 - provide locale information to system
10540 - ask HAL for available devices
10541 - reduce debug information in solver
10542 - filter architectures in source, not in solver
10543 - rev 1743
10544
10545 -------------------------------------------------------------------
10546 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
10547
10548 - disable another testsuite for now
10549 - fetch the default locale from environment
10550 - support user-defined formatting of log
10551 - rev 1710
10552
10553 -------------------------------------------------------------------
10554 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
10555
10556 - providing basic product information from susetags source
10557 - public API for preferred language
10558 - implemented redirect of logging (#149001)
10559 - report start/finish of source data parsing (#150211)
10560 - store/restore source aliases properly (#150256)
10561 - disable a lot of debug logging to speed up solver
10562 - properly rewrite URL for CDn directory layouts (#149870)
10563 - rev 1706
10564
10565 -------------------------------------------------------------------
10566 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
10567
10568 - add save/restore state to facilitate UI 'cancel'
10569 - enable target/store
10570 - add 'forceResolve' call and flag to resolver to switch between
10571   task-oriented ZMD and interactive YaST behaviour.
10572 - Fix resolver problem solution texts.
10573 - improve solver problem solution offerings.
10574 - fix media access handling to better support multiple
10575   requestors to single media.
10576 - move the media number checking to the source (media requestor)
10577   which knows how to verify the correct media.
10578 - Fix CD ordering (#149871), adding testcases.
10579 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
10580 - Add selections to testcases.
10581 - rev 1673
10582
10583 -------------------------------------------------------------------
10584 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
10585
10586 - Fix missing return in Source.cc:124
10587
10588 -------------------------------------------------------------------
10589 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
10590
10591 - cope with empty arch field in selections
10592 - enable dummy "enableStorage" function
10593 - rev 1610-branch
10594
10595 -------------------------------------------------------------------
10596 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
10597
10598 - fix random data return in Source.cc
10599 - rev 1610
10600
10601 -------------------------------------------------------------------
10602 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
10603
10604 - adapt zmd-backend to SourceImpl API change
10605 - rev 1608
10606
10607 -------------------------------------------------------------------
10608 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
10609
10610 - fix the packages parser bug. Now all packages are parsed
10611   including (english) translations.
10612   source/susetags is back to svn head.
10613 - rev 1600
10614
10615 -------------------------------------------------------------------
10616 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
10617
10618 - fix off-by-one bug in bitfield handling
10619 - revert source/susetags to rev 1411
10620 - rev 1586
10621
10622 -------------------------------------------------------------------
10623 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
10624
10625 - dont prereq-sort non-packages
10626 - rev 1584
10627
10628 -------------------------------------------------------------------
10629 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
10630
10631 - rev 1582
10632
10633 -------------------------------------------------------------------
10634 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
10635
10636 - update to rev 1543
10637
10638 -------------------------------------------------------------------
10639 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
10640
10641 - require hal-devel in libzypp-devel
10642 - re-merge fixes (RPM_OPT_FLAGS)
10643
10644 -------------------------------------------------------------------
10645 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
10646
10647 - make solver behaviour a bit more interactive
10648 - rev 1537
10649
10650 -------------------------------------------------------------------
10651 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
10652
10653 - Fix syntax error in configure script.
10654 - Use RPM_OPT_FLAGS.
10655
10656 -------------------------------------------------------------------
10657 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
10658
10659 - update for qt ui integration
10660 - rev 1504
10661
10662 -------------------------------------------------------------------
10663 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
10664
10665 - split off libzypp-zmd-backend
10666 - rev 1466
10667
10668 -------------------------------------------------------------------
10669 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
10670
10671 - another update to svn
10672
10673 -------------------------------------------------------------------
10674 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
10675
10676 - finish rpm callbacks
10677 - finish UI API
10678 - fix state change resolver<->pool
10679 - zmd backend stuff
10680 - speed up tag file parsing
10681 - rev 1405
10682
10683 -------------------------------------------------------------------
10684 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
10685
10686 - disabling failing tests of s390 and ppc
10687
10688 -------------------------------------------------------------------
10689 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
10690
10691 - Snapshoot rev 1367
10692
10693 -------------------------------------------------------------------
10694 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
10695
10696 - use hashes for pool
10697 - rev 1343
10698
10699 -------------------------------------------------------------------
10700 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
10701
10702 - removed Obsoletes:    yast2-packagemanager
10703
10704 -------------------------------------------------------------------
10705 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
10706
10707 - Snapshoot 3 Feb 2005 (11:30)
10708
10709 -------------------------------------------------------------------
10710 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
10711
10712 - Snapshoot 2 Feb 2005 (14:00)
10713
10714 -------------------------------------------------------------------
10715 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
10716
10717 - Snapshoot 2 Feb 2005 ( integrating YaST )
10718
10719 -------------------------------------------------------------------
10720 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
10721
10722 - converted neededforbuild to BuildRequires
10723
10724 -------------------------------------------------------------------
10725 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
10726
10727 - Initial version
10728