make -devel require exact version
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
3
4 - libzypp-devel -> libzypp requirement is not versioned
5   (#251086)
6 - r5181
7
8 -------------------------------------------------------------------
9 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
10
11 - Using already existing valid solver results for further solver runs.
12   (partiell solving)
13 - r5169 
14
15 -------------------------------------------------------------------
16 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
17
18 - fix link order 
19 - r5165
20
21 -------------------------------------------------------------------
22 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
23
24 - merging from 10.2 / SP1
25 - #247459 ftp probing
26   denied == dont exists in ftp
27 - r5124
28
29 -------------------------------------------------------------------
30 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
31
32 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
33 - Simultaneouqusly establishing of items which are conflicting eachother is
34   useless. So only one will be established. Fixed in QueueItemInstall.cc
35   Bug 243595
36 - Added new upgrade options to fine tune version and patch handling.
37   (F301990)
38 - The context of establishPool will be stored in Resolver and will be
39   regarded for the next solver run everytime. So it will be not reset by
40   any solver run anymore.
41   bug 191810 ( A broken patch will not be installed again) 
42
43 -------------------------------------------------------------------
44 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
45
46 - adding sotf,timeo=X nfs mount options by default (#235211)
47 - r5093
48
49 -------------------------------------------------------------------
50 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
51
52 - support for HTTP authentication prompt added (#190609)
53 - fixed problem with empty path in URL
54   in MediaCurl::doGetFileCopy()
55 - r5085
56
57 -------------------------------------------------------------------
58 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
59
60 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
61   SuSE-Linux-10_2-Branch
62
63 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
64 - verifySystem: The result will be set to APPL_HIGH, so it will be not
65   reset by a second "normal" solver run. #239281 (schubi)
66 - yast2 reports invalid URL as 'unknown source type'
67   (#209961) (dmacvicar)
68 - Added freshen language dependency in supplemements too if there is no
69   entry in supplements.
70   #240617;IPA fonts are not installed even if select Japanese
71   language (schubi)
72 - Setting allowed authentication methods to "basic,digest" if none
73   provided in URL (#243006) (jkupec)
74 - Stopping after 50 valid solver results. Anymore would be useless. Bug
75   243595 (schubi)
76 - r 5007
77
78 -------------------------------------------------------------------
79 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
80
81 - package-manager: use a generic su script from XDG (#235303, #244442)
82
83 -------------------------------------------------------------------
84 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
85
86 - Setting allowed authentication methods to "basic,digest" if none
87   provided in URL (#243006)
88 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
89   (mvidner)
90 - r4999
91
92 -------------------------------------------------------------------
93 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
94
95 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
96   (#222602)
97 - 4984
98
99 -------------------------------------------------------------------
100 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
101
102 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
103
104 - update packages: changing architecture is only valid while an
105   system update and NOT while an update via a patch. Last fix does
106   not fit for every case.
107   Bug 230685 
108 - Patch has selected not the concerning package for update but
109   a package which has provided the required dependencies too.
110   Algorithmus: If there are exactly two providers which differ in architecture
111                prefer the better arch. 
112   Fix: Regarding NVRA too. ( only if equal )
113   Bug 238284
114 - Download only English and Local translation
115   (#208457)
116 - Added solver parameter:
117    tryAllPossibilities: regarding every solver branch ( not only 
118                         branches with e.G. best architectures
119    preferHighestVersion: Prefer solver results which have a higher
120                          version number.
121   Bug #238087 
122 - update packages: changing architecture is only valid while an
123   system update and NOT while an update via a patch.
124   Bug 230685 - x86_64 MozillaFirefox binaries in security update
125   repository
126   Fix of version 2.11.2 has not worked if the first founded item 
127   had had another architecture.
128 - r4927
129
130 -------------------------------------------------------------------
131 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
132
133 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
134 - Corrupt download cannot be skipped
135   (#217425 and #224216)
136 - Enable package read ahead/caching in commit per default to reduce
137   interactive media changes. If the environment variable
138   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
139 - added parameter not to reset resolver results while calling
140   freshen pool Bug: 235761
141 - Prepare package read ahead/caching of packages in commit. Adatped the
142   workflow. Caching details are now hidden inside CommitPackageCache.
143   The current implementation still performs no read ahead. (for F100182)
144 - Skip invalid or broken rpm database entries. (#231211)
145 - verifySystem: check if the solution is valid after calling freshenPool()
146   Bug: 235761
147 - Added own call for Resolver::verifySystem with additional
148   hardware/language check in order to keep binary compatibility
149   Fate #301224
150 - Rpm requires additional quoting of special chars in filenames.
151   (#233967)
152 - Resolver::verifySystem checks for new hardware now by calling
153   freshenPool. This is configureable. Fate #301224
154 - merged texts from proofread
155 - Don't consider patch/delta rpms if package architecture changes.
156   (#231254)
157 - update packages: changing architecture is only valid while an
158   system update and NOT while an update via a patch.
159   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
160 - verifySystem: Do only regard items which will be on the system after the
161   commit. Fate 301178
162 - feature #301369
163   Import listed GPG Keys from an trusted installation source
164 - fix return call in new xml parser
165 - Enable system resolvables in Helix parser (Revision 4787)
166 - deptestomatic:
167   Resetting transaction with the correct call;
168   bugfix; Added kind in keep state (Revision 4788)
169 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
170   soft (Revision 4789)
171 - New call added: maySetToBeUninstalledSoft (Revision 4789)
172   Both are only functions for the solver (Revision 4789)
173 - Resetting "by causer" in order to distinguish from state
174   "keep by user". ( function setLock in order to remove lock)
175   (Revision 4789)
176 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
177   in QueueItemUninstall.cc (Revision 4790)
178 - Regarding "keep state by user". So avoiding "reselecting" by
179   other requirements.
180   Give a corresponding problem solution if a resolvable satisfy
181   a dependency, but has been set to keep by the user.
182   Bug : 222531 (Revision 4791)
183 - Allow to disable autoprotection of foreign vendor items. Required
184   in zmd-backend. (F301735).
185 - use sqlite-zmd if using > 10.2 in spec. Use the one available
186   durin compile.
187 - Item could has already been selected to soft uninstall (e.G. remove
188   pattern which recommend this item ). Do not throw an exception anymore.
189   bug#225278
190 - Added syscontent::Reader: Parse serialized set of ResObjects.
191   (for F300729)
192 - If there has already been selected another item by the solver (e.g. from
193   another source) we will take thatone in order to avoid parallel
194   installation and there concerning error messages.
195   Bug 224698
196 - In order to handle conflicting resolvable we try to update the
197   conflicting item. While evaluating these canditates an already selected
198   candidate will not be regarded. So it could be that an older package
199   will be selected for update although a newer has already been selected. Revision 4765
200 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
201   update candidate and evaluate additional branches.
202 - r4907 
203
204 -------------------------------------------------------------------
205 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
206
207 - added ZYpp::getPartitions() - return the partitinoning
208
209 -------------------------------------------------------------------
210 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
211
212 - Improved realpath() wrapper in media handler class (#222521).
213 - revision 4758
214
215 -------------------------------------------------------------------
216 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
217
218 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
219 - revision 4713
220
221 -------------------------------------------------------------------
222 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
223
224 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
225   because backend uses this sqlite and it is no fun to
226   install one and the other to develop (as the -devel packages)
227   conflict.
228 - add cmake support for building zypp/ lib.
229   TODO: soinfo, compile testcases, devel, zypp2,docs
230   find rpm, curl and others.
231 - dont serialize interactive, as it is
232   calculated now.
233   (it was already fixed as we don't reimplement
234   the method, but we still serialized, parsed)
235 - r4709
236
237 -------------------------------------------------------------------
238 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
239
240 - fixed Patch::interactive to return true as well, if the patch
241   itself has a licence. (#224192)
242 - revision 4702
243 - version 2.9.2
244
245 -------------------------------------------------------------------
246 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
247
248 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
249   on the installation image (#213852).
250 - revision 4700
251
252 -------------------------------------------------------------------
253 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
254
255 - Avoid duplicate pool entries; Bug 223750; second part of the fix
256 - r4698
257 - Version 2.9.1
258
259 -------------------------------------------------------------------
260 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
261
262 - Pool has multi instances of an item in the pool. Reduced this error
263   to items which are identically at least. #217574 and #223750
264 - r4695
265
266 -------------------------------------------------------------------
267 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
268
269 - replace spaces to underscores in product names
270 - 2.8.7
271 - r4688
272
273 -------------------------------------------------------------------
274 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
275
276 - Mark some strings for translation (#219783 need it)
277 - r4682
278
279 -------------------------------------------------------------------
280 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
281
282 - Added translations marks to hal, url and mutex exceptions (#23771)
283 - revision 4680
284
285 -------------------------------------------------------------------
286 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
287
288 - don't make libzypp-devel depend on sqlite-devel as
289   headers from zypp2 are not installed yet
290 - r4663
291
292 -------------------------------------------------------------------
293 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
294
295 - Return an error if fork failed. (#204807)
296 - Make Script execution abortable by user request. (#212949, F100233)
297 - revision 4660
298 - version 2.8.6
299
300 -------------------------------------------------------------------
301 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
302
303 - Added package-manager wrapper script, with icon and .desktop (#222757).
304   (Used by gnome-main-menu)
305 - version 2.8.5
306 - r4640
307
308 -------------------------------------------------------------------
309 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
310
311 - Fixed target/hal - one more dbus_connection_close found (#216035)
312 - revision 4636
313 - version 2.8.4
314
315 -------------------------------------------------------------------
316 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
317
318 - translation added
319   rev 4630
320   version 2.8.3
321
322 -------------------------------------------------------------------
323 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
324
325 - Process obsoletes when installing non-package objects. (#217352)
326 - revision 4621
327 - version 2.8.2
328
329 -------------------------------------------------------------------
330 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
331
332 - Implemented volume device check using /sbin/vol_id (#213852).
333 - Revision 4619
334
335 -------------------------------------------------------------------
336 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
337
338 - new translation added
339
340 -------------------------------------------------------------------
341 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
342
343 - Implemented an reuse of already existing foreign CD/DVD mount points
344   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
345 - Added a fallback check of the volume.mount_point HAL property to
346   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
347   to be not avaliable in newer HAL versions (on 10.2).
348 - Revision 4615
349 - Version 2.8.1
350
351 -------------------------------------------------------------------
352 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
353
354 - removed unused methods from Patch and PatchImplIf. Provided
355   reasonable default implementation for Patch::interactive.
356   (#221476).
357 - revision 4610
358 - Version 2.8.0
359
360 -------------------------------------------------------------------
361 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
362
363 - Handle media eject failures (#216545)
364 - r4606
365
366 -------------------------------------------------------------------
367 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
368
369 - Reimplemented RpmDb::checkPackage using librpm API instead
370   of parsing "rpm --checksig" output. (#163202)
371 - Version 2.7.4
372 - revision 4600
373
374 -------------------------------------------------------------------
375 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
376
377 - NEW behaviour of the solver:
378   Obsolete virtual provides. E.G.:
379
380   Installed:
381   -----------
382   Name:           test-1.0-0
383
384   Name:           moretest-1.0-0
385   Provides:       test
386
387   To be installed
388   ------------------
389   Name:           nomoretest-1.0-0
390   Obsoletes:      test
391
392   Result
393   --------
394   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
395   test-1.0-0 had been deleted. Bug 220999
396
397 - Translations added
398
399 Version 2.7.3
400 rev 4593
401
402 -------------------------------------------------------------------
403 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
404
405 - Bugfix in generating solver testcases:
406    - added kind of capabilities in description file
407    - removed unneded channel from uninstall in command file
408
409 -------------------------------------------------------------------
410 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
411
412 - Try to call /bin/eject utility if the eject-ioctl fails.
413 - r4568
414
415 -------------------------------------------------------------------
416 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
417
418 - ignore empty capabilities
419 - r4565
420
421 -------------------------------------------------------------------
422 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
423
424 - make progress strings translatable (#219783)
425 - r4556
426
427 -------------------------------------------------------------------
428 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
429
430 -  While deleting a selection all concerning recommended
431    packages will be deleted too.
432    BUT those packages should not be deleted which have been
433    set to KEEP by the user. bug 217574
434    rev 4526
435    VERSION: 2.7.2
436
437 -------------------------------------------------------------------
438 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
439
440 - Makefile in zypp2 fixed
441   Revision 4520
442
443 -------------------------------------------------------------------
444 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
445
446 - Translations added
447   Revision 4514
448   VERSION: 2.7.1
449
450 -------------------------------------------------------------------
451 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
452
453 - Make the parser more strict, rejecting broken sources
454   but showing the error line.
455   Last fix making the parser relax would break multitag
456   descriptions with empty lines, now we check dependencies
457   at a higher level. (reference #160607)
458 - r4501
459
460 -------------------------------------------------------------------
461 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
462
463 - New problem solution added: Unlock ALL resovables in order to speed up
464   problem solution. Bug 206453
465
466 -------------------------------------------------------------------
467 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
468
469 - Translations added
470
471 -------------------------------------------------------------------
472 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
473
474 - Fixed target/hal - removed dbus_connection_close calls, because
475   the connections are shared; unref the ref-counted handle only.
476   (#216035)
477 - r4442
478
479 -------------------------------------------------------------------
480 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
481
482 - skipping unreachable packages won't work
483   (#215445)
484 - r4468
485
486 -------------------------------------------------------------------
487 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
488
489 - (#213793) Target store fails to recreate stored install-time (other
490   Date and ByteCount values as well)
491
492 - skip comments and blank lines in multilists
493   fixes (#214877) - zen-updater is not installed by default
494
495 - Automatically fix broken products when reading
496   the product database.
497   still pending: honour the read-only flag
498   Changes to make this possible include
499   using read_dir instead of boost directory
500   iterator.
501
502 -------------------------------------------------------------------
503 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
504
505 - added new class for generating solver testcases:
506   Testcase
507
508 -------------------------------------------------------------------
509 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
510
511 - Finalized ui::PatternContents. (F301229)
512 - version 2.7.0
513 - revision 4413
514
515 -------------------------------------------------------------------
516 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
517
518 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
519 - version 2.6.0
520
521 -------------------------------------------------------------------
522 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
523
524 - Added ui::PatternContents: Helper class that will compute a patterns
525   expanded install_packages set. (UI interface for F301229)
526 - revision 4387
527
528 -------------------------------------------------------------------
529 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
530
531 - removed the last reference to /usr/lib64 to fix the build
532
533 -------------------------------------------------------------------
534 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
535
536 - added "zypper info" (jkupec)
537 - version 2.5.2
538
539 -------------------------------------------------------------------
540 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
541
542 - fix rpm db timestamp
543 - add extra urls and optional urls to product API
544 - r4378
545
546 -------------------------------------------------------------------
547 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
548
549 - zypper: nicer progress reports, with or without --verbose.
550
551 -------------------------------------------------------------------
552 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
553
554 - Fixed reloading of target data after commit. Broken since
555   rev 3880.
556 - version 2.5.1
557 - revision 4365
558
559 -------------------------------------------------------------------
560 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
561
562 - put query-pool in /usr/lib/zypp and not lib64
563 - r4363
564
565 -------------------------------------------------------------------
566 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
567
568 - revert keyring changes, causes endless loop (obvious)
569 - add dist-product information, adapt store
570 - version 2.5.0
571 - r4355
572
573 -------------------------------------------------------------------
574 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
575
576 - zypp-query-pool: For products show additionally distributionName
577   and distributionEdition. (required by #205392)
578 - revision 4349
579
580 -------------------------------------------------------------------
581 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
582
583 - Add accessor for Product distributionName and distributionEdition.
584   (required by #205392)
585 - revision 4347
586
587 -------------------------------------------------------------------
588 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
589
590 - added test case for KeyRing
591 - fire trustedKeyAdded in all calls to import trusted key
592   not only in signature check workflow.
593 - r4342
594
595 -------------------------------------------------------------------
596 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
597
598 - zypper update: implemented minimal version (patches only)
599 - zypper list-updates: changed default type from package to patch,
600   consider patches affecting the package manager separately
601
602 -------------------------------------------------------------------
603 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
604
605 - version 2.4.1
606 - r4338
607
608 -------------------------------------------------------------------
609 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
610
611 - add zypp-query-pool, so registration doesn't depend on
612   libzypp-zmd-backend being installed. Will remove from
613   backend when suseregister gets updated.
614
615 -------------------------------------------------------------------
616 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
617
618 - Make sure config.rpath is present.
619
620 -------------------------------------------------------------------
621 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
622
623 - zypper search: fixed uninitialized members that made all searches
624   exact and case sensitve
625
626 -------------------------------------------------------------------
627 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
628
629 - zypp-checkpatches, write in the right file
630 - r4328
631
632 -------------------------------------------------------------------
633 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
634
635 - Install resolvables although they are unneeded
636   if they have NOT the kind patch/atoms
637   Bug 210538 - freshens/supplements does not work with patterns
638 - r4326
639
640 -------------------------------------------------------------------
641 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
642
643 - zypper service-add -r http://example.org/foo.repo (F#300641).
644
645 -------------------------------------------------------------------
646 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
647
648 - zypp-checkpatches:
649   save version of the generated xml to
650   regenerate it if it changes.
651   save a random token in case of error to
652   force recreating xml file
653 - r4321
654
655 -------------------------------------------------------------------
656 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
657
658 - remove permissions for zypp checkpatches from spec
659 - r4318
660
661 -------------------------------------------------------------------
662 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
663
664 - registration fails because of wrong product data
665   (#205392)
666   use DISTPRODUCT,DISTVERSION to create the product
667   resolvable. have this resolvable provide
668   PRODUCT = VERSION
669 - r4312
670
671 -------------------------------------------------------------------
672 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
673
674 - zypper service-add -r ./foo.repo (F#300641).
675
676 -------------------------------------------------------------------
677 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
678
679 - zypper: added case-sensitive search, search in descriptions and
680   summaries, search by resolvable type, substring and word
681   matching, support for wildcards
682 - Revision 4303
683
684 -------------------------------------------------------------------
685 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
686
687 - Dont incomplete an uninstalled resolvable, even not when establishing.
688   Incomplete only makes sense for installed resolvables (when they have broken
689   deps), for patches (because they are needed) and for atoms (because they are
690   used during patch calculation)
691   Bug 198379
692
693 - Do not branch for packages with the same NVE but different architectures.
694   Take the best architecture.
695
696 -------------------------------------------------------------------
697 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
698
699 - Prevent the user from sending signals to zypp-checkpatches-wrapper
700   (#211286).
701
702 -------------------------------------------------------------------
703 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
704
705 - implement rename source in sourcemanager
706 - r4286
707
708 -------------------------------------------------------------------
709 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
710
711 - YaST sources: set alias to product summary if empty
712 - show alias on logs.
713 - r4281
714
715 -------------------------------------------------------------------
716 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
717
718 - version 2.4.0 (bin incompat due to callback fixes)
719 - r4272
720
721 -------------------------------------------------------------------
722 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
723
724 - Provide additional solver status information to the UI.
725   (#162164,F301272)
726 - Fixed UI satus computation in presence of multiple available
727   candidates.
728 - revision 4264
729 - version 2.3.1
730
731 -------------------------------------------------------------------
732 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
733
734 - remove const in MediaChangeReport requestMedia that
735   broke cd changing.
736 - r4262
737
738 -------------------------------------------------------------------
739 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
740
741 - zypper: added search (jkupec)
742 - removed the suid bit from zypp-checkpatches-wrapper so that the
743   build passes until permissions.rpm is updated (~#211286).
744 - r4253
745
746 -------------------------------------------------------------------
747 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
748
749 - Log microseconds if ZYPP_PROFILING env var is enabled.
750 - r4252
751
752 -------------------------------------------------------------------
753 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
754
755 - YaST sources:
756   Factory cannot be set with 'refresh' enabled
757   (#204957)
758 - get rid of some const bool signatures in Source classes
759 - r4247
760
761 -------------------------------------------------------------------
762 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
763
764 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
765
766 -------------------------------------------------------------------
767 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
768
769 - select the best solution: prefering the total amount of install/update
770   packages BEFORE source preferences. Bug 208784
771
772 -------------------------------------------------------------------
773 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
774
775 - Introduce a method to see if a source supports a
776   kind of resolvable at that time, so we can
777   init a YUM source like factory but avoid parsing
778   it if it contains no patches.
779 - add TODO
780 - zypp-checkpatches xml output
781 - r4235
782
783 -------------------------------------------------------------------
784 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
785
786 - added a CLI preview: zypper
787 - revision 4214
788 - version 2.2.3
789
790 -------------------------------------------------------------------
791 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
792
793 - FATE #100165:
794   Make Content File Aware of Different Architectures
795   expand %a in release notes with architecture
796
797 -------------------------------------------------------------------
798 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
799
800 - Extended pattern parser to support includes/extends tags as hint
801   for the IO. (F301229)
802 - revision 4199
803 - version 2.2.2
804
805 -------------------------------------------------------------------
806 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
807
808 - Enabled sending of ScriptResolvableReport.
809 - Changed ScriptResolvableReport::start to send local path
810   of script to be executed.
811 - revision 4190
812 - version 2.2.1
813
814 -------------------------------------------------------------------
815 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
816
817 - Added ScriptResolvableReport. Callbacks triggered on script
818   execution during commit. (F100233)
819 - revision 4187
820 - version 2.2.0
821
822 -------------------------------------------------------------------
823 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
824
825 - fix: Url::getRegisteredSchemes() would always return nothing
826
827 -------------------------------------------------------------------
828 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
829
830 - Made the build dependency on gettext-devel explicit
831
832 -------------------------------------------------------------------
833 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
834
835 - adapted multi-media YUM sources according to official YUM
836   specification (F300743)
837
838 -------------------------------------------------------------------
839 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
840
841 - use RPM_OPT_FLAGS (meissner@suse.de)
842
843 -------------------------------------------------------------------
844 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
845
846 - reduce logging in ResolvableImpl.cc
847 - rev 4157
848
849 -------------------------------------------------------------------
850 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
851
852 - SourceFactory::createFrom() - don't loose url,...
853 - r4160
854
855 -------------------------------------------------------------------
856 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
857
858 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
859   in QueueItemInstall and QueueItemRequire
860   Bug 192535/204913
861   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
862
863 -------------------------------------------------------------------
864 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
865
866 - fixed SourceFactory::createFrom() - don't loose alias,
867   cachedir,... parameters
868
869 -------------------------------------------------------------------
870 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
871
872 - Use RPM Enhances only if detected at configure time, to allow
873   compilation with older rpm.
874 - callback params: use const string & instead of string (dmacvicar)
875
876 -------------------------------------------------------------------
877 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
878
879 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
880   a package/script/message
881   Bug: 192535
882
883 -------------------------------------------------------------------
884 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
885
886 - add Source_Ref::checksum() which in combination with
887   timestamp can give an idea of a source change.
888 - r4106
889
890 -------------------------------------------------------------------
891 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
892
893 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
894   enable progress reporting on compressed streams.
895
896 -------------------------------------------------------------------
897 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
898
899 - better error propagation
900 - r4096
901
902 -------------------------------------------------------------------
903 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
904
905 - Removed libblkid dependency - the workaround using libblkid to
906   check filesystem on XEN vbd mapped devices is obsolete, because
907   the info is avaliable via /dev/disk/by-label link now. (#197107)
908 - revision 4087
909
910 -------------------------------------------------------------------
911 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
912
913 - PackageProvider: Fixed broken retry. (#202163)
914 - revision 4071
915
916 -------------------------------------------------------------------
917 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
918
919 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
920   to create a Package from a source package header.
921 - Added method Pathname::extension: Return all of the characters in name
922   after and including the last dot in the last element of name.
923 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
924   rpms. Otherwise we'd need access to the rpm database to get the keys.
925 - revision 4069
926
927 -------------------------------------------------------------------
928 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
929
930 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
931   a package/script/message
932   Bug: 192535
933
934 -------------------------------------------------------------------
935 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
936
937 - Speedup computation of number of rpm database entries.
938 - revision 4058
939
940 -------------------------------------------------------------------
941 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
942
943 - Fixed endless loop in transactResObject
944   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
945
946 -------------------------------------------------------------------
947 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
948
949 - fix some testcases for tar file parser changes
950 - r4045
951
952 -------------------------------------------------------------------
953 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
954
955 - missing includes
956 - clean old callbacks
957 - r4041
958
959 -------------------------------------------------------------------
960 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
961
962 - zyppPattern->install_packages returns SUGGESTED package too.
963   Bug 201476
964   Revision 4036
965
966 -------------------------------------------------------------------
967 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
968
969 - New behaviour in the solver: try with 'best' package first, try with 'all'
970   packages if this fails.
971   Bug :Bug 191983
972
973 -------------------------------------------------------------------
974 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
975
976 - libzypp 2.1.0
977 - bump version due to incompatible callback changes in KeyRing
978   Sources
979
980 -------------------------------------------------------------------
981 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
982
983 - new keyring callbacks
984 - separate trust key from import key
985 - use PublicKey class instead of params, to be able
986   to add more info like photos later (pending #181682)
987 - update zmart with those callbacks.
988 - better error handling (Exception types)
989 - make tmp file names more readable depending on the context
990 - r4026
991
992 -------------------------------------------------------------------
993 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
994
995 - decouple probing from source creation, using the new
996   media test for existence functions.
997 - r4019
998
999 -------------------------------------------------------------------
1000
1001 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
1002
1003 - Fixed getDoesFileExist to reset the transfer range
1004 - Added logging of curl debug messages to the zypp log.
1005   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
1006   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
1007 - r4018
1008
1009 -------------------------------------------------------------------
1010 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
1011
1012 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
1013   see rev 3810 below. (#190163)
1014 - rev 3998
1015
1016 -------------------------------------------------------------------
1017 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
1018
1019 - fix uninstalling of atoms (noop)
1020 - r3995
1021
1022 -------------------------------------------------------------------
1023 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
1024
1025 - Implement initial verson of Media
1026   doesFileExist, for future source probing.
1027 - r3984
1028
1029 -------------------------------------------------------------------
1030 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
1031
1032 - more dbus_connection_close fixes
1033 - r3974
1034
1035 -------------------------------------------------------------------
1036 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
1037
1038 - clean up 'incomplete' handling in QueueItemEstablish.
1039 - rev 3973.
1040
1041 -------------------------------------------------------------------
1042 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
1043
1044 - Don't set 'incomplete' for uninstalled patterns or products.
1045   (#198379)
1046 - rev 3970.
1047
1048 -------------------------------------------------------------------
1049 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
1050
1051 - Added new API calls:
1052   setAdditionalProvide
1053   setAdditionalConflict
1054   setAdditionalRequire
1055
1056 -------------------------------------------------------------------
1057 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
1058
1059 - don't link examples to testsuite library.
1060
1061 -------------------------------------------------------------------
1062 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
1063
1064 - Disable profiling to work around compiler bug.
1065
1066 -------------------------------------------------------------------
1067 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
1068
1069 - forward port 3924:3939
1070 - Add explicit finish callbacks for subtasks during ProvidePackage
1071  Â to avoid UI confusion.
1072 - rev3957
1073
1074 -------------------------------------------------------------------
1075 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
1076
1077 - Introduce examples/
1078 - fix some svn ignores
1079 - fix compilation. Use: dbus_connection_close
1080 - rev 3943
1081
1082 -------------------------------------------------------------------
1083 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
1084
1085 - Initial support for plain directory with rpms as source
1086 - r3935
1087
1088 -------------------------------------------------------------------
1089 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
1090
1091 - Move the target query by kind function to
1092   a iterator, so we dont make a copy of the restore
1093   the iterator works loading by demand too
1094
1095 -------------------------------------------------------------------
1096 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
1097
1098 - rename the new initTarget to initializeTarget,
1099   leave the old one as is, but deprecate it.
1100 - r3903
1101
1102 -------------------------------------------------------------------
1103 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
1104
1105 - forward port from SLES10 branch , till 3888
1106 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
1107   full packages. (#168844)
1108 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
1109 - version 2.0.0
1110 - rev 3893
1111
1112 -------------------------------------------------------------------
1113 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
1114
1115 - Separate target init from adding resolvables, getting rid of the
1116 uggly bool flag.
1117 - dont clear the store each time Target::resolvables is called
1118 - Load target resolvables on demand by kind, keep them cached later
1119 - add Target::resolvablesByKind(kind) to allow query specific kind
1120   without reading all kinds. Used to port TargetProduct, which
1121   was reading the whole rpm database only to displayy base product
1122   name in YaST help.
1123 - commit to pkg-bindings and packager will follow.
1124 - jsrain will port more yast stuff, especially inst_source which
1125   startup time should by reduced by half afterwards.
1126 - rev 3880
1127
1128 -------------------------------------------------------------------
1129 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
1130
1131 - forward port:
1132   rev 3786 fix to stalle tmpfiles broke patches.
1133   SLES was released with this broken. 10.1 has a blocked
1134   zypp update because this.
1135   Attempt to fix this. (#192535)
1136 - fix configure.ac sqlite-source build path
1137 - rev 3858
1138
1139 -------------------------------------------------------------------
1140 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
1141
1142 - link correctly
1143
1144 -------------------------------------------------------------------
1145 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
1146
1147 - dont link sqlite in the main lib.
1148 - rev 3826
1149
1150 -------------------------------------------------------------------
1151 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
1152
1153 - susetags: parse product parser regexp only once
1154 - parse yum factory 5 sec. (from 30) faster using
1155   another string find algorithm
1156 - rev 3824
1157
1158 -------------------------------------------------------------------
1159 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
1160
1161 - Digest: Don't read the stream character wise but reading blocks,
1162   as advised by matz profiling.
1163 - r3819
1164
1165 -------------------------------------------------------------------
1166 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
1167
1168 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
1169   trusted vendors. (#189573)
1170 - revision 3804
1171
1172 -------------------------------------------------------------------
1173 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
1174
1175 - backport fix for stalle tmpfile (#191311)
1176 - rev 3788
1177
1178 -------------------------------------------------------------------
1179 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
1180
1181 - deactivated media manager code that was disabling the
1182   automounter (#172419)
1183 - rev 3724
1184
1185 -------------------------------------------------------------------
1186 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
1187
1188 - fix autorefresh (#186115)
1189 - revision 3708
1190 -------------------------------------------------------------------
1191 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
1192
1193 - forward port from SLE branch
1194 - Set default permission for logfiles to 0640. (#187044)
1195 - revision 3696
1196
1197 -------------------------------------------------------------------
1198 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
1199
1200 - forward port from SLE branch
1201 - Fixed installation of SP or Add-On product switching to media 2
1202   too early. (#186607)
1203 - revision 3691
1204
1205 -------------------------------------------------------------------
1206 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
1207
1208 - forward port from SLE branch
1209 - Strip self provides without edition in Resolvable ctor.
1210   (#186079)
1211 - Source::provideResolvables not implemented in yum source type.
1212   Product not set for packages that are available from update source
1213   (#186920)
1214 - Hook modalias() supplements without package to "kernel" (#184840)
1215 - Allow on-demand SourceManager::restore() (#186678)
1216 - Hook modalias() supplements without package to "kernel" (#184840)
1217 - rev 3676
1218
1219 -------------------------------------------------------------------
1220 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
1221
1222 - Fix adding resolving of path names for mount points (#181606)
1223 - rev 3658
1224
1225 -------------------------------------------------------------------
1226 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
1227
1228 - merge download algorithm and refactoring from branch
1229   (#181204)
1230
1231 -------------------------------------------------------------------
1232 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
1233
1234 - right fix for tmpdir initialized in static constructor
1235 - catch around provideJustFile in providePackage
1236 -rev 3654
1237
1238 -------------------------------------------------------------------
1239 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
1240
1241 - autodocs: use find+xargs to overcome command length limit,
1242   do not call doxygen unnecessarily (#185334).
1243 - rev 3645
1244
1245 -------------------------------------------------------------------
1246 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
1247
1248 - Dont use getZYpp in static constructor (#185198)
1249   Bugfix #178292 was wrong.
1250 - Only warn on incompleting installed resolvables (#185197)
1251 - rev 3644
1252
1253 -------------------------------------------------------------------
1254 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
1255
1256 - Atoms might only be installed via patches (#184714)
1257 - rev 3642
1258
1259 -------------------------------------------------------------------
1260 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
1261
1262 - fix for the last stall tmpfile (#178292)
1263 - r3637
1264
1265 -------------------------------------------------------------------
1266 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
1267
1268 - Implemented transfer timeout inside of the progress callback.
1269   The timeout value can be set using timeout url parameter, the
1270   default transfer timeout is 180 seconds. (#181602)
1271 - Added ssl_verify and ssl_capath url options used in https scheme,
1272   allowing to change or disable the ssl verify options. (#171622)
1273 - Added fallback on read failures of /etc/mtab to /proc/mounts.
1274   Improved verbosity in mount and mount check related failure cases,
1275   incl. /etc/mtab dump. (#181606)
1276 - rev 3623
1277
1278 -------------------------------------------------------------------
1279 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
1280
1281 - combine knownAliases and knownUrls in a single function.
1282 - rev 3616
1283
1284 -------------------------------------------------------------------
1285 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
1286
1287 - honor parallel installs in resolver context (#181103)
1288 - rev 3592
1289
1290 -------------------------------------------------------------------
1291 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
1292
1293 - fix #182003 YUM packages without size
1294 - rev 3587
1295
1296 -------------------------------------------------------------------
1297 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
1298
1299 - Allow to restore and remove by Url
1300 - rev 3583
1301
1302 -------------------------------------------------------------------
1303 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
1304
1305 - make atoms parallel installable (#181103)
1306 - rev 3580
1307
1308 -------------------------------------------------------------------
1309 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
1310
1311 - Allow to restore by alias
1312 - r3568
1313
1314 -------------------------------------------------------------------
1315 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
1316
1317 - Do not fork in a global destructor, perl dislikes it (#182672).
1318   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
1319
1320 -------------------------------------------------------------------
1321 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
1322
1323 - Installation: Assert product information is stored to libzypp
1324   database before reboot. (#181198)
1325 - Version 1.2.0; revision 3553
1326
1327 -------------------------------------------------------------------
1328 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
1329
1330 - Synchronize keys with rpm database before
1331   closing access to it (#182338)
1332 - rev 3533
1333
1334 -------------------------------------------------------------------
1335 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
1336
1337 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
1338   filter out the non-DVD drives completely. Allows a fallback to
1339   drives without the dvd HAL property e.g. in VMWare. (#177457)
1340 - rev 3530
1341
1342 -------------------------------------------------------------------
1343 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
1344
1345 - Merge fix for stalle tmpdir due to cyclic references, using a master
1346  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
1347 - rev 3521
1348
1349 -------------------------------------------------------------------
1350 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
1351
1352 - fixed memory leak in PersistentStorage (#168690)
1353 - revision 3519
1354
1355 -------------------------------------------------------------------
1356 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
1357
1358 - fixed memory leak in XMLSourceCacheParser (#168690)
1359 - revision 3517
1360
1361 -------------------------------------------------------------------
1362 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
1363
1364 - Fixes unneeded file download, and add download callbacks
1365   (still need yast side) #181204 and #160206
1366 - Fix stalle tmpdir due to cyclic references, using a master
1367   TmpDir for zypp. # 178292
1368
1369 -------------------------------------------------------------------
1370 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
1371
1372 -latest fi translation added
1373  Revision 3502
1374
1375 -------------------------------------------------------------------
1376 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
1377
1378 -All installed resolvables has been set to "satisfied" in
1379  ResolverContext::unneeded . BUT:
1380  Patch concerning resolvables have to be set to
1381  "unneeded" although they are installed. In order
1382  getting the state "no longer applicable" (Bug 171590)
1383 - rev 3496
1384
1385 -------------------------------------------------------------------
1386 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
1387
1388 - compute status for scripts and messages so their freshens get
1389   properly honored (aj with postgresql-server)
1390 - rev 3494
1391
1392 -------------------------------------------------------------------
1393 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
1394
1395 - revert not-used-yet rpmdb timestamp, as
1396   it broke rpmdb::init(). (#180040)
1397 - rev 3490
1398
1399 -------------------------------------------------------------------
1400 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
1401
1402 - updating gmo files, if po files has been changed; bug 164449
1403
1404 -------------------------------------------------------------------
1405 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
1406
1407 - Dont download twice if starting from 1st time
1408 - fix typo
1409 - rev 3481
1410
1411 -------------------------------------------------------------------
1412 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
1413
1414 - set cache dir only if storeMetadata is called as a public method.´
1415 - rev 3475
1416
1417 -------------------------------------------------------------------
1418 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
1419
1420 - schedule a package for installation if
1421   - it freshens / supplements something
1422   - it is not installed yet
1423   (#178721)
1424 - rev 3473
1425
1426 -------------------------------------------------------------------
1427 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
1428
1429 - make susetags also implement download and check first.
1430 - rev 3470
1431
1432 -------------------------------------------------------------------
1433 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
1434
1435 - make yum more robust. Never parse from provideFile
1436   but only from local disk. Make sure the cache
1437   is consistent before recreating it.
1438   the code is easier to follow and probably
1439   faster. checksum and signatures are
1440   checked on caching not on parsing.
1441   Required to implement refresh for #154990
1442 - rev 3452
1443
1444 -------------------------------------------------------------------
1445 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
1446
1447 - implement timestamp for YUM and SuseTags
1448 - actually use the license to confirm in yum patches
1449 - add prerequires tag in yum optonally to the bad designed
1450   and nonintuitive pre=1
1451 - rev 3448
1452
1453 -------------------------------------------------------------------
1454 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
1455
1456 - dont pass root on init but before.
1457 - implement rpm db modification timestamp
1458   not used yet
1459 - move Helix source to testsuite out of the solver
1460   so we can use it for target, storage tests
1461 - add Source_Ref::timestamp(), default to now()
1462   in order to implement smart sync of sources by zmd
1463 - don't parse desc and summary twice
1464 - fix a segfault with tranlated text
1465 - fix broken size tag introduced in rev 3427
1466 - rev 3446
1467
1468 -------------------------------------------------------------------
1469 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
1470
1471 - dont accept corrupt sources, improve logs
1472
1473 -------------------------------------------------------------------
1474 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
1475
1476 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
1477   loosing autoprotection (eg. for foreign vendor). (assists #177469)
1478 - rev 3431
1479
1480 -------------------------------------------------------------------
1481 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
1482
1483 - added mediaNr() to PatchRpm and DeltaRpm classes
1484 - rev 3430
1485
1486 -------------------------------------------------------------------
1487 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
1488
1489 - enable YUM license to confirm.
1490   needed for #174476
1491 - adapt store to serialize and read all new resobject fields
1492 - use install-time to now() when serializing (#174653)
1493 - rev 3427
1494
1495 -------------------------------------------------------------------
1496 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
1497
1498 - Do not violate install order when restricting commit to a certain
1499   mediaNumber. (#170079)
1500 - Version 1.1.0; rev 3423
1501
1502 -------------------------------------------------------------------
1503 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
1504
1505 - Added SourceManager::findSourceByUrl to overcome alias mismatches
1506   (#177543).
1507 - rev 3420
1508
1509 -------------------------------------------------------------------
1510 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
1511
1512 - Order all objects according to prerequirements, not just packages.
1513   (#173690)
1514 - rev 3419
1515
1516 -------------------------------------------------------------------
1517 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
1518
1519 - Added new translation
1520
1521 -------------------------------------------------------------------
1522 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
1523
1524 - fix missing homedir option for gpg (#171055)
1525 - rev 3415
1526
1527 -------------------------------------------------------------------
1528 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
1529
1530 - Prevent against daemons launched in rpm %post, that do not close
1531   their filedescriptors. (#174548)
1532 - Version 1.0.1; rev 3413
1533
1534 -------------------------------------------------------------------
1535 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
1536
1537 - fixed media number of package retrieved as a part of a patch
1538   (#174841)
1539 - rev 3409
1540
1541 -------------------------------------------------------------------
1542 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
1543
1544 - fix missing package descriptions due to filtered packages
1545   by incompatible architectures. (#159109)
1546 - rev 3404
1547
1548 -------------------------------------------------------------------
1549 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
1550
1551 - decrease logging in DiskUsageCounter and Modalias (#163186)
1552 - rev 3406
1553
1554 -------------------------------------------------------------------
1555 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
1556
1557 - Stay backward comapatible.
1558
1559 -------------------------------------------------------------------
1560 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
1561
1562 - Make basic attributes available through ResObject.
1563 - Let ResObjects which do not require media access during
1564   commit return ZERO sourceMediaNr (required for #173690)
1565 - Version 1.0.0
1566 - rev 3390
1567
1568 -------------------------------------------------------------------
1569 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
1570
1571 - reduce logging verbosity (#163186)
1572 - rev 3381
1573
1574 -------------------------------------------------------------------
1575 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
1576
1577 - setCandidate accept candidates with compatible architectures too. Not
1578   only with the same architecture. Bug 172594 - If update package has
1579   differet arch, UI display is wrong
1580
1581 -------------------------------------------------------------------
1582 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
1583
1584 - Added Source_Ref::resStoreInitialized.
1585   If we know that noone has seen the resolvables yet, we can skip
1586   them too, eg. when deleting a source. (#174840)
1587 - rev 3378
1588
1589 -------------------------------------------------------------------
1590 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
1591
1592 - Honor freshens as conditionals independant from the installed/
1593   uninstalled status (#174797)
1594 - rev 3376
1595
1596 -------------------------------------------------------------------
1597 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
1598
1599 - State modifier "unneeded" is transitive for patches (#171590)
1600 - rev 3375
1601
1602 -------------------------------------------------------------------
1603 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
1604
1605 - Do not transact itself (update) in the transactResObject mechanism
1606   Bug 174290
1607
1608 -------------------------------------------------------------------
1609 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
1610
1611 - Reenabled improved large file support flags (unintentionally
1612   removed in rev 1544). Fixes bug #173753.
1613 - Added large file support flags to libzypp.pc file allowing
1614   consistence checks in the application using features variable
1615 - rev 3366
1616
1617 -------------------------------------------------------------------
1618 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
1619
1620 - SourceManager: moved source deletion before creation
1621   so that we can recreate a deleted one (#174295)
1622 - removed dead code dealing with known_caches from SourceManager::store
1623   (see r3195)
1624 - r3362
1625
1626 -------------------------------------------------------------------
1627 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
1628
1629 - fixed returning product short name and summary if product read
1630   from target store (#148625)
1631 - rev 3360
1632
1633 -------------------------------------------------------------------
1634 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
1635
1636 - set media verifier on redirected medium (#172599)
1637 - rev 3359
1638
1639 -------------------------------------------------------------------
1640 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
1641
1642 - fix 'transactResKind' to collect best providers by capability
1643   and to recursively transact items of same kind (#170114)
1644 - rev 3355
1645
1646 -------------------------------------------------------------------
1647 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
1648
1649 - serialize the full URL to avoid missing password and other
1650   url settings (#148108)
1651 - rev 3353
1652
1653 -------------------------------------------------------------------
1654 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
1655
1656 - Added a 60 sec connect timeout to MediaCurl (#172860)
1657 - rev 3348
1658
1659 -------------------------------------------------------------------
1660 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
1661
1662 - re-fetch also .asc and .key files before checking signature
1663   (#172597)
1664 - rev 3350 (3345-10.1)
1665
1666 -------------------------------------------------------------------
1667 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
1668
1669 - Fix yum key verification, because a double variable declaration
1670
1671 -------------------------------------------------------------------
1672 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
1673
1674 - use --no-default-keyring to avoid creating a
1675   default gpg dir in / (#171055)
1676 - rev 3335
1677
1678 -------------------------------------------------------------------
1679 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
1680
1681 - Fix YUM signature checking, we were passing the key instead of the
1682   signature.
1683 - When the user trust a key, sync again. Bye to the session trusted
1684   keys and user being asked all the time. (#171213)
1685 - r3332
1686
1687 -------------------------------------------------------------------
1688 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
1689
1690 - Cleanup index tables when removing items from pool (#170564).
1691
1692 -------------------------------------------------------------------
1693 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
1694
1695 - backout rev 3246->3275 of TargetImpl.cc
1696 - add missing testsuite/utils/TestUtils.h
1697 - rev 3330
1698
1699 -------------------------------------------------------------------
1700 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
1701
1702 - more fixes for #171062, there were some files still not being
1703   read from cache.
1704 - r3327
1705
1706 -------------------------------------------------------------------
1707 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
1708
1709 - cache keys and signature. Remove lot of duplicated code. (#171062)
1710 - r3320
1711
1712 -------------------------------------------------------------------
1713 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
1714
1715 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
1716   mount here anything, so it is OK to use any dir (171351).
1717 - rev 3318
1718
1719 -------------------------------------------------------------------
1720 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
1721
1722 - parse "license-to-confirm" in primary.xml (#168437)
1723 - rev 3312
1724
1725 -------------------------------------------------------------------
1726 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
1727
1728 - Don't try to store 'Atom', not needed and the backend store
1729   rejects them anyways (addtion to #168610)
1730 - rev 3306
1731
1732 -------------------------------------------------------------------
1733 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
1734
1735 - Improved device check in MediaDISK using libblkid (Bug #158529)
1736 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
1737   added a check if it is a directory
1738 - Added libcurl and libblkid checks to configure.ac
1739 - Added e2fsprogs(-devel) requires to the spec file
1740 - rev 3303
1741
1742 -------------------------------------------------------------------
1743 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
1744
1745 - dont download "other" during key check (#171041)
1746 - rev 3294
1747
1748 -------------------------------------------------------------------
1749 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
1750
1751 - allow parallel installs of atoms (used to fulfill patch require-
1752   ments, atoms aren't installed anyways) (#170098)
1753 - some testsuite improvements.
1754 - rev 3288
1755
1756 -------------------------------------------------------------------
1757 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
1758
1759 - get rid of autobuild check when throwing exceptions without throw
1760   but with a macro, returning a null pointer at the end (never reached).
1761
1762 -------------------------------------------------------------------
1763 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
1764
1765 - Do not violate install order when restricting commit to a certain
1766   mediaNumber. (#170079)
1767
1768 -------------------------------------------------------------------
1769 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
1770
1771 - Don't use throw directly!
1772   use ZYPP_THROW with a Exception class, otherwise package bindings
1773   will not catch them.
1774   Should fix crashes when reading broken sources with yast.
1775 - rev 3272
1776
1777 -------------------------------------------------------------------
1778 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
1779
1780 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
1781   revision 3269
1782
1783 -------------------------------------------------------------------
1784 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
1785
1786 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
1787 - further improve on #168840 (from rev 3231), match on name-edition
1788   when filtering by best arch. (#170098)
1789 - rev 3268
1790
1791 -------------------------------------------------------------------
1792 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
1793
1794 - #170093 , lot of package descriptions missing
1795 - rev 3263
1796
1797 -------------------------------------------------------------------
1798 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
1799
1800 - try to fix wrong permissions of /var/lib/zypp created
1801   by old zypp, only when running as root they are fixed
1802   (#169094)
1803 - YUM: Verify signatures on factoryInit.
1804   Dont provide other.xml. Cleanups, better logging.
1805   When refreshing signed soruces, don't refresh is source
1806   has not changed.
1807 - YaST sources: don't refresh if media file has not changed.
1808 - Show full url of index files in sources for signature validation
1809   (mentioned in #170139 comment #3)-
1810
1811 -------------------------------------------------------------------
1812 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
1813
1814 - udpated media ID syntax for external scripts (to be consistent
1815   with packages) (#170247)
1816 - rev 3256
1817
1818 -------------------------------------------------------------------
1819 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
1820
1821 - set media ID to 1 if not specified in YUM metadata (#167452)
1822 - rev 3255
1823
1824 -------------------------------------------------------------------
1825 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
1826
1827 - If freshen and supplement are fulfilled, install any kind of
1828   resolvable if not yet installed (#165746)
1829 - rev 3249
1830
1831 -------------------------------------------------------------------
1832 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
1833
1834 - make downloaded script executable. (#169191)
1835 - rev 3247
1836
1837 -------------------------------------------------------------------
1838 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
1839
1840 - Improve on last fix, compare only compatible archs.
1841 - rev 3233
1842
1843 -------------------------------------------------------------------
1844 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
1845
1846 - Only choose best arch of multiple package atoms with identical
1847   name (#168840)
1848 - rev 3231
1849
1850 -------------------------------------------------------------------
1851 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
1852
1853 - pass empty strings to UI as key properties if unknown key
1854   (#169114)
1855 - rev 3228
1856
1857 -------------------------------------------------------------------
1858 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
1859
1860 - refrain from parsing 'other.xml' (#159316)
1861 - rev 3226
1862
1863 -------------------------------------------------------------------
1864 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
1865
1866 - in source refresh, clean up the cache dir if fails
1867 - do not require repomd.xml.asc when creating a cache (#163765)
1868 - rev 3224
1869
1870 -------------------------------------------------------------------
1871 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
1872
1873 - Check if a file exists before providing it, and just handling the
1874   exception is not sufficient, because it can release the media.
1875   it nows get all possible packages.X translations an then
1876   it selects the candidate from the existing ones (#168654)
1877 - rev 3221
1878
1879 -------------------------------------------------------------------
1880 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
1881
1882 - dont report conflicts if item is neither installed
1883   nor to-be-installed (#168906)
1884 - rev 3219
1885
1886 -------------------------------------------------------------------
1887 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
1888
1889 - #168060 , propagate the file description or original
1890   name to the UI and not the checked filename path,
1891   which could be a tmp file.
1892   Requires changes in pkg-manager, and probably zmd-helpers.
1893 - rev 3215
1894
1895 -------------------------------------------------------------------
1896 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
1897
1898 - /var/lib/zypp/db/languages/* are empty files (##168355)
1899 - r3206
1900
1901 -------------------------------------------------------------------
1902 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
1903
1904 - All resolvables must honor arch, so Arch_noarch in
1905   target/store/XMLFilesBackend.cc is wrong (#160792)
1906 - Introduced code to honour shared package descriptions
1907   (#159109)
1908 - r3204
1909
1910 -------------------------------------------------------------------
1911 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
1912
1913 - replace '_' in YUM elements/attributes with '-' (#168762)
1914 - rev 3201
1915
1916 -------------------------------------------------------------------
1917 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
1918
1919 - Fixed iseries workaround - interchanged variables for scsi
1920   devices, added debug messages about the steps (#163971).
1921 - Added getenv NULL ptr check and verify of the $HOME dir's
1922   and ~/.curlrc file's ownership (#163203).
1923 - rev 3199
1924
1925 -------------------------------------------------------------------
1926 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
1927
1928 - Use filesystem::TmpDir to create unique and unused Source cache
1929   directories. (#168051)
1930
1931 -------------------------------------------------------------------
1932 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
1933
1934 - Enable signature checks per default. (#168525)
1935
1936 -------------------------------------------------------------------
1937 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
1938
1939 - fix callbacks for providing a single file (#160206)
1940
1941 -------------------------------------------------------------------
1942 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
1943
1944 - If an installed package looses a dependency, the solver tries
1945   to upgrade it. Limit the upgrade candidates to best arch, best
1946   edition.
1947 - filter 'other' entries with incompatible arch in yum parser.
1948 - rev 3177
1949
1950 -------------------------------------------------------------------
1951 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
1952
1953 - initialize the product category according to source (#168061)
1954 - rev 3172
1955
1956 -------------------------------------------------------------------
1957 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
1958
1959 - delete only one older version of a xml-store resolvable
1960   (half-baked, but the previous attempt was charred)
1961
1962 -------------------------------------------------------------------
1963 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
1964
1965 - moved license_to_confirm to primary.xml
1966 - rev 3170
1967
1968 -------------------------------------------------------------------
1969 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
1970
1971 - Removed deprecated oldstyle commit methods.
1972
1973 -------------------------------------------------------------------
1974 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
1975
1976 - when installing a xml-store resolvable (all except package,
1977   message, script), delete older versions (#160792).
1978 - read selection edition from the XML store
1979 - rev 3167
1980
1981 -------------------------------------------------------------------
1982 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
1983
1984 - properly clear transaction flag after successful commit
1985   (see rev 3122, #164365, #167285)
1986 - rev 3157
1987
1988 -------------------------------------------------------------------
1989 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
1990
1991 - recursively soft-uninstall recommended package on real uninstall,
1992   not on update (#167603)
1993 - rev 3155
1994
1995 -------------------------------------------------------------------
1996 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
1997
1998 - fix #167605 (importing keys to rpm multiple times due to
1999   wrong interpretation of rpm gpg versioning.
2000 - add support for reading the rpm keys, with full id and fingerprint
2001 - rev 3153
2002
2003 -------------------------------------------------------------------
2004 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
2005
2006 - don't add duplicate error infos to ResolverContext (#167309)
2007 - rev 3146
2008
2009 -------------------------------------------------------------------
2010 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
2011
2012 - fix Resolver::transactReset() (see rev 3122) (#167285)
2013 - rev 3140
2014
2015 -------------------------------------------------------------------
2016 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
2017
2018 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
2019   variable is present, all signature checking callbacks will default
2020   to 'accept', in case no recipient is present.
2021
2022 -------------------------------------------------------------------
2023 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
2024
2025 - read content file on construction, and make
2026   provideProduct only insert the already
2027   read product object into the store (#165826)
2028   (dmacvicar)
2029 - When the signature is not found, warn the
2030   user about a unsigned source. When the
2031   key is not found, do nothing, it can be in the
2032   keyring already. (#166016) (dmacvicar)
2033 - enable key verification only if
2034   ZYPP_CHECKSIG env var is set (dmacvicar)
2035 - r1529
2036
2037 -------------------------------------------------------------------
2038 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
2039
2040 - fix bugfix 164365, fix bug 167285
2041   Actually clear the transcation state instead of locking it
2042   to 'dont transact'
2043 - rev 3122
2044
2045 -------------------------------------------------------------------
2046 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
2047
2048 - revert the signature/digest checking callbacks
2049 - rev 3115
2050
2051 -------------------------------------------------------------------
2052 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
2053
2054 - Bugfix #165670
2055   - Honor keep requests.
2056   - Dont flag "locked uninstall" as error if a keep request was
2057     issued before.
2058 - rev 3114
2059
2060 -------------------------------------------------------------------
2061 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
2062
2063 - rule out locked items during distribution upgrade as early
2064   as possible. (#165670)
2065 - rev 3110
2066
2067 -------------------------------------------------------------------
2068 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
2069
2070 - Bugfix #166212
2071   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
2072     transactResObject().
2073   - resetTransaction(APPL_LOW) before resolving
2074   - enhance transactCaps by using the same algorithm as in
2075     QueueItemRequire
2076     (before: transact all requires and recommends by name
2077      now: transact best requires and recommends by provides)
2078 - rev 3107
2079
2080 -------------------------------------------------------------------
2081 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
2082
2083 - new callbacks for failing digest
2084 - rev 3098
2085
2086 -------------------------------------------------------------------
2087 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
2088
2089 - dont install satisfied resolvables (#165843)
2090 - rev 3095
2091
2092 -------------------------------------------------------------------
2093 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
2094
2095 - ask for file without a checksum (#165125)
2096
2097 -------------------------------------------------------------------
2098 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
2099
2100 - dont abort on failed "dry_run" (#164583)
2101 - rev 3091
2102
2103 -------------------------------------------------------------------
2104 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
2105
2106 - Ask user if signature file does not exist (#163765)
2107 - handle repomd.xml.asc as optional file (#163765)
2108 - rev 3089
2109
2110 -------------------------------------------------------------------
2111 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
2112
2113 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
2114 - rev 3087
2115
2116 -------------------------------------------------------------------
2117 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
2118
2119 - Dont do transitive uninstalls on uninstalled or upgraded items.
2120   (#165798)
2121 - rev 3083
2122
2123 -------------------------------------------------------------------
2124 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
2125
2126 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
2127
2128 -------------------------------------------------------------------
2129 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
2130
2131 - Product::updateUrls: restore it from the XML store;
2132   fixed content parsing (#163192).
2133 - restore product flags fro the XML store
2134 - rev 3074
2135
2136 -------------------------------------------------------------------
2137 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
2138
2139 - Only consider best arch/version (#165477)
2140 - rev 3069
2141
2142 -------------------------------------------------------------------
2143 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
2144
2145 - No need to parse tags at all if there is no item to store values
2146   (e.g. data for unwanted arch). Fixed segv trying to store data in
2147   NULL item. (#165479)
2148 - rev3065
2149
2150 -------------------------------------------------------------------
2151 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
2152
2153 - Improved Url path name "//" vs. "/%2f" handling; now if the
2154   url has an authority, "/%2f" is used for ftp only (#163784)
2155 - rev 3062
2156
2157 -------------------------------------------------------------------
2158 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
2159
2160 - fixed storing patch scripts to target store (#159928)
2161 - rev 3058
2162
2163 -------------------------------------------------------------------
2164 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
2165
2166 - if a patch is bad, only skip this patch, not everything
2167   (#165200)
2168 - rev 3057
2169
2170 -------------------------------------------------------------------
2171 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
2172
2173 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
2174 - Susetags:Pattern: Fixed parser.
2175
2176 -------------------------------------------------------------------
2177 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
2178
2179 - when uninstalling, only re-establish installed items
2180   supplementing the to-be-uninstalled one. (variant of #165111)
2181 - rev 3054
2182
2183 -------------------------------------------------------------------
2184 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
2185
2186 - Susetags:Package: Parse and provide ins/delnotify texts.
2187
2188 -------------------------------------------------------------------
2189 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
2190
2191 - when checking freshens/supplements at install, only consider
2192   best architecture/edition (#164453)
2193 - rev 3051
2194
2195 -------------------------------------------------------------------
2196 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
2197
2198 - when checking for supplements, only consider best arch, best
2199   edition for installation (#165111)
2200 - rev 3047
2201
2202 -------------------------------------------------------------------
2203 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
2204
2205 - Bug 165117: build 910: Update: Splitted packages are selected for
2206   all archs
2207
2208 -------------------------------------------------------------------
2209 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
2210
2211 - ask user if a file exists but does not have a checksum (#162797)
2212 - rev 3044
2213
2214 -------------------------------------------------------------------
2215 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
2216
2217 - parse time and size elements from delta and patch RPM
2218 - rev 3043
2219
2220 -------------------------------------------------------------------
2221 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
2222
2223 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
2224   devices - on powerpc only (#163971)
2225 - rev 3042
2226
2227 -------------------------------------------------------------------
2228 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
2229
2230 - fix endless loop in patches parsing.
2231 - rev 3039
2232
2233 -------------------------------------------------------------------
2234 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
2235
2236 - fixed media handling in SuSEtags source (#164879)
2237 - rev 3037
2238
2239 -------------------------------------------------------------------
2240 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
2241
2242 - honor 'dry_run' on package remove (#164732)
2243 - rev 3036
2244
2245 -------------------------------------------------------------------
2246 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
2247
2248 - add files from yum filelist as provides to package (#164731)
2249 - rev 3032
2250
2251 -------------------------------------------------------------------
2252 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
2253
2254 - honor "+Enh:/-Enh:" in packages file (#156513)
2255
2256 -------------------------------------------------------------------
2257 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
2258
2259 - fix callback receiver signature to match the callback for removing
2260   package
2261
2262 -------------------------------------------------------------------
2263 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
2264
2265 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
2266 - rev 3024
2267
2268 -------------------------------------------------------------------
2269 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
2270
2271 - Bug 164440; Taking wrong architecture while updating obsoletes
2272   splitted packages
2273 - rev 3022
2274
2275 -------------------------------------------------------------------
2276 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
2277
2278 - allow relative paths with url file:
2279 - dont filter atoms from going into pool, multi-arch patch
2280   requirements need them. Instead, treat atoms with incompatible
2281   architecture as unneeded.
2282 - rev 3018
2283
2284 -------------------------------------------------------------------
2285 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
2286
2287 - product now provides short name
2288 - rev 3013
2289
2290 -------------------------------------------------------------------
2291 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
2292
2293 - read metadata for packages from correct tags in patches (#163220)
2294 - rev 3011
2295
2296 -------------------------------------------------------------------
2297 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
2298
2299 - more detailed resolver error reports (#162994)
2300 - rev 3010
2301
2302 -------------------------------------------------------------------
2303 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
2304
2305 - report package download progress (#160966)
2306 - rev 3007
2307
2308 -------------------------------------------------------------------
2309 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
2310
2311 - transact also for languages (#163819)
2312 - rev 3004
2313
2314 -------------------------------------------------------------------
2315 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
2316
2317 - loop through all affected ResObjects in transactResKind (#163819)
2318 - rev 3002
2319
2320 -------------------------------------------------------------------
2321 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
2322
2323 - allow re-installation of non-packages (#162906)
2324 - rev 2998
2325
2326 -------------------------------------------------------------------
2327 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
2328
2329 - Added loop checking for scsi cdroms (/sys/block/srX) in case
2330   HAL does not provide any drives like on iSeries (#163971).
2331 - rev 2995
2332
2333 -------------------------------------------------------------------
2334 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
2335
2336 - add 'licenceToConfirm()' to Product. (#164375)
2337
2338 -------------------------------------------------------------------
2339 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
2340
2341 - Avoid excessive CD hopping on commit. But still far from
2342   being perfect. (#159679)
2343 - Fixed Target::commit: Despite dry_run set True, packages
2344   were depeted.
2345
2346 -------------------------------------------------------------------
2347 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
2348
2349 - honour if user decides to skip a package in commit (#156031)
2350
2351 -------------------------------------------------------------------
2352 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
2353
2354 - fixed parsing external reference to script in patch (#163221)
2355 - r2981
2356
2357 -------------------------------------------------------------------
2358 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
2359
2360 - cache and provide content.asc/key optionally. Dont show a
2361   popup if they dont exists. (dmacvicar)
2362 - Actually abort when verify signature workflow is false. (dmacvicar)
2363 - r2978
2364
2365 -------------------------------------------------------------------
2366 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
2367
2368 - fixed setting autorefresh flag for installation sources
2369
2370 -------------------------------------------------------------------
2371 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
2372
2373 - drop patches with incompatible architecture.
2374 - rev 2972
2375
2376 -------------------------------------------------------------------
2377 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
2378
2379 - Added info method to media verifier base and more debug info
2380 - rev 2970
2381
2382 -------------------------------------------------------------------
2383 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
2384
2385 - Dont deny the "/" attach point in MediaDIR, since this is used
2386   for all "file:" urls, esp. local packages.
2387 - rev 2962
2388
2389 -------------------------------------------------------------------
2390 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
2391
2392 - Bug 159673 - only one conflict solvable per page
2393
2394 -------------------------------------------------------------------
2395 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
2396
2397 - parse all dependencies of 'packages' file (#163773)
2398 - rev 2957
2399
2400 -------------------------------------------------------------------
2401 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
2402
2403 - Use the original media descr_dir on refresh for
2404   suse tags source (#163196)
2405 - r2952
2406
2407 -------------------------------------------------------------------
2408 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
2409
2410 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
2411 target init. (dmacvicar)
2412 - r2949
2413
2414 -------------------------------------------------------------------
2415 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
2416
2417 - add Source::setUrl() for zmd backend helper.
2418 - rev 2946
2419
2420 -------------------------------------------------------------------
2421 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
2422
2423 - Fixed MediaDISK to use a mount -oro,bind id the disk
2424   partition is already attached e.g. by the automounter.
2425   Try to mount it a second time may fail (#163486).
2426 - rev 2944
2427
2428 -------------------------------------------------------------------
2429 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
2430
2431 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
2432 - rev 2940
2433
2434 -------------------------------------------------------------------
2435 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
2436
2437 - only try to create a source of a given type when restoring
2438   from the persistent store (#162111)
2439
2440 -------------------------------------------------------------------
2441 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
2442
2443 - parse all dependencies for patterns (.pat) files (#160602)
2444 - drop YOUPATH and YOUURL from content file.
2445 - rev 2924
2446
2447 -------------------------------------------------------------------
2448 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
2449
2450 - properly initialize autorefresh for non-remote sources (#154990)
2451 - rev 2919
2452
2453 -------------------------------------------------------------------
2454 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
2455
2456 - Added flag to MediaManager::isUseableAttachPoint, whether
2457   to check against system mount entries or not.
2458 - Disallow to use the attachpoints of another media handlers
2459   as source path in MediaDIR.
2460 - rev 2917
2461
2462 -------------------------------------------------------------------
2463 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
2464
2465 -implement callbacks for when package verification (checksum)
2466  fails, offer to retry or abort
2467
2468 -------------------------------------------------------------------
2469 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
2470
2471 - Fix construction of checksum objects when using non-standard
2472   checksum algorithms
2473 - Fix broken YUM cache
2474 - r2913
2475
2476 -------------------------------------------------------------------
2477 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
2478
2479 - r2906
2480
2481 -------------------------------------------------------------------
2482 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
2483
2484 - Keep packages with no version upgrade installed during
2485   distribution upgrade (#162972)
2486 - add 'transactReset()' helper function for UI.
2487 - rev 2908
2488
2489 -------------------------------------------------------------------
2490 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
2491
2492 - Fixed candidate handling in ui::Selectable. (#156589)
2493
2494 -------------------------------------------------------------------
2495 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
2496
2497 - fix #162984 , gpg hangs because the matching data file
2498   for the key cannot be find. (dmacvicar)
2499 - Fix restore of YUM source using the same cache dir semantics as
2500  susetags instead of assuming there is a cache if a cache_dir
2501   was given. (dmacvicar)
2502
2503 -------------------------------------------------------------------
2504 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
2505
2506 - use DISTPRODUCT/DISTVERSION from content file to generate the
2507   product name, version, and release.
2508 - rev 2902
2509
2510 -------------------------------------------------------------------
2511 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
2512
2513 - Removed broken forcing of absolute ftp paths added in rev2705 to
2514   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
2515 - rev 2900
2516
2517 -------------------------------------------------------------------
2518 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
2519
2520 - add Resolver::freshenPool() (#156980)
2521 - rev 2893
2522
2523 -------------------------------------------------------------------
2524 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
2525
2526 - skip incompatible archs in filelist parsing.
2527 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
2528   /lib64/, ...)
2529 - rev 2886
2530
2531 -------------------------------------------------------------------
2532 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
2533
2534 - skip incompatible archs in primary parsing.
2535 - rev 2883
2536
2537 -------------------------------------------------------------------
2538 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
2539
2540 - allow setting of source when parsing local .rpm (#147765)
2541 - rev 2880
2542
2543 -------------------------------------------------------------------
2544 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
2545
2546 - Do not update packages over other architectures
2547
2548 -------------------------------------------------------------------
2549 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
2550
2551 - Added zypp/ui/UserWantedPackages to support the UI's
2552   "automatic changes" dialog (bug #152700)
2553
2554 -------------------------------------------------------------------
2555 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
2556
2557 - use KeyRing class to validate repomd.xml (#160909)
2558
2559 -------------------------------------------------------------------
2560 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
2561
2562 - Product resolvables should be readable by normal users.
2563   (#162474) (dmacvicar)
2564 - implemented keyring and metadata signature verification
2565   in susetags source
2566 - dont delete the lock if we did not acquire it
2567 - r2847
2568
2569 -------------------------------------------------------------------
2570 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
2571
2572 - Added disabling of the automounter while MediaManager
2573   init and restoring of the old state on exit (#154326).
2574 - Implemented check if media (CD) is automounted or not
2575 - rev 2840
2576
2577 -------------------------------------------------------------------
2578 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
2579
2580 - Implemented several hal get/set/removeDeviceProperty wrappers
2581 - Improved HalException to allow to fetch HAL/DBUS error componets
2582 - rev 2830
2583
2584 -------------------------------------------------------------------
2585 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
2586
2587 - honor subscription status of catalogs (#162350)
2588 - rev 2827
2589
2590 -------------------------------------------------------------------
2591 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
2592
2593 - Enabled CD eject error reporting exceptions (#154326)
2594 - rev 2822
2595
2596 -------------------------------------------------------------------
2597 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
2598
2599 - support "dry run" (#159467)
2600 - implement "transactResKind" (#161400)
2601 - rev 2817
2602
2603 -------------------------------------------------------------------
2604 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
2605
2606 - add checksum for external patches (#159928)
2607
2608 -------------------------------------------------------------------
2609 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
2610
2611 - calculate product architecture (#158198)
2612
2613 -------------------------------------------------------------------
2614 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
2615
2616 - Auto protect installed packages from unknown vendor. (#157446)
2617
2618 -------------------------------------------------------------------
2619 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
2620
2621 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
2622   detection
2623
2624 -------------------------------------------------------------------
2625 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
2626
2627 - added support for external scripts to metadata (#159928) (jsrain)
2628 - fixed handling of Language resolvables (ma)
2629 - fix leak in rpmdb (dmacvicar)
2630 - added softlock for autoyast (#159466) (ma)
2631 - Fixed exceptions in doGetFileCopy() to show full url
2632   including the file instead of just the media base url. (mt)
2633 - Provide Language::summary (ma)
2634 - check patterns and selections file exist
2635   before veryfing them (#161300) (dmacvicar)
2636 - added YUM metadata checksum computation (jsrain)
2637 - added interface to patch of a message (jsrain)
2638 - r2734
2639
2640 -------------------------------------------------------------------
2641 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
2642
2643 - added support for external scripts to metadata (#159928)
2644 - r2709
2645
2646 -------------------------------------------------------------------
2647 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
2648
2649 - report separate exception when trying to start source cache again to
2650   suppress incorrect error message in XEN installation
2651 - r2682
2652
2653 -------------------------------------------------------------------
2654 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
2655
2656 - Implement inter process locking in zypp.
2657 - Added No medium found output
2658 - splitting modaliases in supplements TOO
2659 - parse also the available signing keys
2660
2661 -------------------------------------------------------------------
2662 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
2663
2664 - release all media when removing source (#159754) (visnov)
2665 - more testsuites (schubi)
2666 - updated translations (schubi)
2667 - added MediaNotEjectedException (mt)
2668 - rev 2652
2669
2670 -------------------------------------------------------------------
2671 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
2672
2673 - fix patches descriptions (dmacvicar)
2674 - fix source serialization (dmacvicar)
2675 - metadata for kernel test (schubi)
2676 - Arch tests updated (ma)
2677 - classify NULL Ptr as unique (ma)
2678 - Added host check, because file Url allows it now. (mt)
2679 - prepare modalias fix (#159766) (ma)
2680 - Provide iterator based access to SourceManager data. (ma)
2681 - Fixed "file:" Url scheme config to allow relative paths; (mt)
2682   RFC1738 says, it may contain a hostname as well...
2683 - revision 2633
2684
2685 -------------------------------------------------------------------
2686 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
2687
2688 - pkg-config support (mvidner)
2689 - close all medias when destructing MediaSet (jsrain)
2690 - rev 2622
2691
2692 -------------------------------------------------------------------
2693 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
2694
2695 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
2696 - Message callback implemented to show patch messages (visnov)
2697 - Bug 159696 (schubi)
2698 - provide transform_iterators to iterate over a maps keys or values (ma)
2699 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
2700 - added script and message installation (jsrain)
2701 - chooses the 'right' kernel now (kkaempf)
2702 - Use noarch if no arch is specified in patches (dmacvicar)
2703 - rev 2611
2704
2705 -------------------------------------------------------------------
2706 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
2707
2708 - Added some debug output including the access id (mt)
2709 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
2710   release with eject=true on attached media, to umount
2711   other mounts as well. (mt)
2712 - 159483 - solver does not blame missing dependency (schubi)
2713 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
2714 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
2715   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
2716 - fixed ZYPP_RETHROW (#156430) (ma)
2717 - patch for #156114 (visnov)
2718 - fixed container.erase loops (ma)
2719 - Fixed to reset desired (cached) flag before the action (mt)
2720 - Removed return in forceRelaseAllMedia (void function) (mt)
2721 - Parse nonexisting architecture to noarch so patches dont get
2722   filtered by the pool (dmacvicar)
2723 - 159512 - yast2-qt does not show label of to be installed products
2724   anymore (dmacvicar)
2725 - 159765 - Hidden patterns still visible (dmacvicar)
2726 - Use noarch if no arch is specified. (dmacvicar)
2727 - r2594
2728
2729 -------------------------------------------------------------------
2730 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
2731
2732 - properly report error for media change callback
2733 - rev 2579
2734
2735 -------------------------------------------------------------------
2736 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
2737
2738 - fixed memory leak in XMLNodeIterator (#157474)
2739 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
2740 - Renamed private MediaManager::forceMediaRelease
2741   function to forceReleaseShared (more exact name)
2742 - Implemented forceRelaseAllMedia() that can be
2743   used to release also foreign (user) mounts.
2744 - Added use of forceRelaseAllMedia for CD/DVDs
2745   if FORCE_RELEASE_FOREIGN is 1 (default 0)
2746 - little cleanup of the checkAttached function
2747 - r2578
2748
2749 -------------------------------------------------------------------
2750 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
2751
2752 - don't try to attach without exception handling (#158620)
2753 - fix descriptions, as a new tag Des for selections exists now.
2754 - fix #157683: failure after adding add-on product to install
2755   sources
2756 - added more files for translation
2757 - resolve-dependencies.cc: establish pool
2758 - parse-metadata.cc: catch bad URL
2759 - set zmdid for atoms
2760 - r2574
2761
2762 -------------------------------------------------------------------
2763 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
2764
2765 - fix testsuite.
2766 - provide edition and architecture for all kinds of yum
2767   resolvables.
2768 - fix ResStatus output.
2769 - establish atoms correctly.
2770 - treat requires to unneeded resolvables as fulfilled.
2771 - rev 2559
2772
2773 -------------------------------------------------------------------
2774 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
2775
2776 - fix the build
2777 - only consider best architecture/version (#157594)
2778 - prefer providers which supplement/enhance installed or
2779   to-be-installed packages (fixes the tpctl-kmp issue)
2780 - rev 2546
2781
2782 -------------------------------------------------------------------
2783 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
2784
2785 - provide more filters for pkg-bindings (#158602)
2786 - add SystemResObject to provide system (modalias, hal, ...)
2787   capabilities.
2788 - handle this during resolving.
2789 - make the modalias and hal capability match the SystemResObject
2790   by default, thereyby triggering a modalias (resp. hal)
2791   evaluation.
2792 - xmlstore: decouple target store from YUM schema.
2793 - clean up moving of hal() and modalias() from provides to
2794   supplements in ResolvableImpl.
2795 - add PatchContents() for UI.
2796 - handle Edition::noedition as empty string.
2797 - r2537
2798
2799 -------------------------------------------------------------------
2800 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
2801
2802 - releasing all medias when asking for CD (#156981)
2803 - r2471
2804
2805 -------------------------------------------------------------------
2806 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
2807
2808 - ResStatus::resetTransact must return a value.
2809 - Fixed random build failures in LanguageCode.cc.
2810   (Rewrote the CodeMaps constructor so that gcc does not
2811   optimize a 500-statement basic block.)
2812 - Fix constructions of patch objects. Actually insert atoms in atoms
2813   list. Insert atoms for package even if the package does not exists
2814   in the source. Fixes #157628 (dmacvicar).
2815 - Fixed license reading from susetags, #151834 (dmacvicar).
2816 - r2468
2817
2818 -------------------------------------------------------------------
2819 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
2820
2821 - added ResStatus::resetTransact (ma)
2822 - bugfix for #156439 (schubi)
2823 - Added Source_Ref::setAlias (#154913).
2824 - Do not assume there is a product file when scanning for products
2825   (visnov)
2826 - function to disable all sources in the persistent store (visnov)
2827 - dependency errors go to stdout, not stderr; output resolver info
2828   directly to stderr (kkaempf)
2829 - rev 2464
2830
2831 -------------------------------------------------------------------
2832 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
2833
2834 - fix merging of resolver info (needed for #157684).
2835 - errors are also important in ResolverInfo.
2836 - improve debug output in ResolverContext.
2837 - rev 2455
2838
2839 -------------------------------------------------------------------
2840 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
2841
2842 - delete RPMs downloaded via HTTP/FTP after installnig them
2843   (#157011)
2844 - fixed product registration (reverted autorefresh patch) (#157566)
2845
2846 -------------------------------------------------------------------
2847 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
2848
2849 - if root!="/", always prefer the upgrade candidate (#155472)
2850 - implement license confirmed api for UI.
2851 - prefer architecture over version in distribution upgrade
2852   (#157501)
2853 - clean up media handling.
2854 - rev 2448
2855
2856 -------------------------------------------------------------------
2857 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
2858
2859 - init Modalias properly.
2860 - fix warnings in testcases.
2861 - rev 2432
2862
2863 -------------------------------------------------------------------
2864 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
2865
2866 - drop libjpeg-devel and sqlite-devel from build requires.
2867
2868 -------------------------------------------------------------------
2869 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
2870
2871 - implement 'modalias()' capability (#157406)
2872 - make dependencies consistent, its 'freshens'.
2873 - cope with user umounts of devices.
2874 - add debug to SourceManager.
2875 - rev 2418
2876
2877 -------------------------------------------------------------------
2878 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
2879
2880 - allow version downgrade during distribution upgrade if the
2881   newer package is coming from a trusted vendor (#155472)
2882 - implement locale fallback
2883 - 'freshen' -> 'freshens' in schema definitions to make it
2884   consistent with all other dependency definitions.
2885 - better error reporting for .pat and .sel files.
2886 - rule out packages from dependency resolutions which are
2887   de-selected by user (#155368)
2888 - use locale fallbacks in package translations.
2889 - refresh source when re-enabling it.
2890 - rev 2406
2891
2892 -------------------------------------------------------------------
2893 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
2894
2895 - split of libzypp-zmd-backend subpackage as a stand-alone
2896   leaf package.
2897 - encapsulate bool test for Source_Ref better.
2898 - fixed stack overflow (ma).
2899 - make testsuite build again.
2900 - rev 2346
2901
2902 -------------------------------------------------------------------
2903 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
2904
2905 - fixed URL rewriting for CD2 and following (#154762)
2906 - fixed ResPoolProxy diffState (for proper ok/cancel support
2907   in UI)
2908 - added special exception class for aborting installation
2909   (#154936)
2910 - only auto-change directories if they end in CDn or DVDn.
2911 - rev 2320.
2912
2913 -------------------------------------------------------------------
2914 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
2915
2916 - silently ignore multiple installs of the same package.
2917 - fix disk usage for installs and uninstalls.
2918 - rev 2308
2919
2920 -------------------------------------------------------------------
2921 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
2922
2923 - zmd-backend: filter out incompatible architectures from
2924   repository.
2925 - rev 2298
2926
2927 -------------------------------------------------------------------
2928 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
2929
2930 - sync libzypp media data with mtab.
2931 - improve resolver error and solution reports.
2932 - fix source cache reading (#155459).
2933 - default cached sources to enabled (#155459).
2934 - let each source provide public keys.
2935 - rev 2297
2936
2937 -------------------------------------------------------------------
2938 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
2939
2940 - only write by-sovler transactions back (#154976)
2941 - rev 2278
2942
2943 -------------------------------------------------------------------
2944 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
2945
2946 - release last used source at end of commit (#155002)
2947 - rev 2277
2948
2949 -------------------------------------------------------------------
2950 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
2951
2952 - cope with NULL values in zmd catalogs table (#153584)
2953 - set YAST_IS_RUNNING in transact zmd helper (#154820)
2954 - run SuSEconfig after transact zmd helper (#154820)
2955 - add softTransact to honor user vs. soft requirements (#154650)
2956 - honor all build keys provided by a package source.
2957 - add source metadata refresh.
2958 - add progress callbacks to zmd helpers.
2959 - rev 2276
2960
2961 -------------------------------------------------------------------
2962 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
2963
2964 - include .diffs into main source.
2965 - catch exception when ejecting media which was unmounted externally
2966   (#154697).
2967 - init source in zmd-backend correctly (#154667)
2968 - implement disk usage info for YaST.
2969 - clean up XML schema files.
2970 - catch CPUs identifying as 'i686' but being 'i586'.
2971 - allow definition of preferred attach (mount) point for media.
2972 - make resolver results more readable.
2973 - use language fallbacks if none of multiple language providers
2974   matches.
2975 - get rid of ignoring wrong arch in resolver, having the wrong
2976   architecture is prevented by other means.
2977 - prepare for translations in exceptions.
2978 - fix 'abort does not abort'
2979 - implement 'flag' I/O in target cache backend.
2980 - skip incompatibles architectures in packages.<lang>
2981 - rev 2228
2982
2983 -------------------------------------------------------------------
2984 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
2985
2986 - dont even provide src/nosrc from the source.
2987 - rev 2169 + diffs
2988
2989 -------------------------------------------------------------------
2990 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
2991
2992 - Initialize commit result (#154409)
2993 - release media if its wrong (#154326)
2994 - dont copy src/nosrc packages to the pool (#154627)
2995 - reduce XML logging.
2996 - rev 2169 + diffs
2997
2998 -------------------------------------------------------------------
2999 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
3000
3001 - fix path of .po files (#154074).
3002 - parse the correct package.<lang> file (kinda #154074).
3003 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
3004 - reattach all released medias.
3005 - raise exception instead of abort() on XML errors (#154104).
3006 - update translations.
3007 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
3008   and is_empty_dir utility function
3009 - rev 2169
3010
3011 -------------------------------------------------------------------
3012 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
3013
3014 - check freshens and supplements for packages (#154074).
3015 - only complain about incomplete installed resolvables,
3016   if they are uninstalled, schedule them for installation.
3017   (#154074)
3018 - add testcases for locale() provides.
3019 - add lang_country -> lang fallback.
3020 - have locale(parent:...) deps match any provides of 'parent'
3021   also when uninstalling a package.
3022 - rev 2148
3023
3024 -------------------------------------------------------------------
3025 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
3026
3027 - change the locale(...) separator to ";" (#153791)
3028 - complete "find-files" of zmd-backend.
3029 - rev 2140
3030
3031 -------------------------------------------------------------------
3032 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
3033
3034 - avoid attaching media when initializing source
3035 - rev 2139
3036
3037 -------------------------------------------------------------------
3038 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
3039
3040 - warn about misspelled 'locale(...)' provides
3041 - add testcases
3042 - rev 2134
3043
3044 -------------------------------------------------------------------
3045 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
3046
3047 - fix the build
3048 - rev 2129
3049
3050 -------------------------------------------------------------------
3051 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
3052
3053 - provide available locales to application (#153583)
3054 - honor 'requestedLocales' (language dependant packages)
3055 - honor release requests for all holders of a device.
3056 - silently re-attach after a forced release.
3057 - solver improvements.
3058 - handle source caches.
3059 - proper logging in zmd backend helpers.
3060 - rev 2127
3061
3062 -------------------------------------------------------------------
3063 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
3064
3065 - upgrade always to best version and arch (#153577)
3066 - reset 'transact' state for obsoleted packages (#153578)
3067 - translation updates
3068 - rev 2113
3069
3070 -------------------------------------------------------------------
3071 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
3072
3073 - add support for 'local' .rpm packages to zmd-backend.
3074 - rev 2101
3075
3076 -------------------------------------------------------------------
3077 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
3078
3079 - fix build of zmd/backend.
3080 - actually fill 'files' table in package-files.
3081 - rev 2094
3082
3083 -------------------------------------------------------------------
3084 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
3085
3086 - improve testcases.
3087 - add 'setPossibleLocales()' to ZYpp, this defines the set
3088   of possible locales to choose from (#153583)
3089 - provide LanguageImpl and create 'Language' resolvables for
3090   each 'possible' locale.
3091 - fix YUM parsing of patches, insert 'atoms' to link patches
3092   with packages.
3093 - replace gzstream/ with own, existing implementation.
3094 - honor locks in solver (#150231)
3095 - sync pool with target after commit() properly (#150565, #153066)
3096 - new zmd helper 'package-files'
3097 - rev 2093
3098
3099 -------------------------------------------------------------------
3100 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
3101
3102 - prevent multiple initializations of the target (#153124)
3103 - implement 'loopback mounted ISO images'
3104 - retain old package sources on upgrade.
3105 - support compressed .xml files in 'repodata' type repositories.
3106 - rev 2025
3107
3108 -------------------------------------------------------------------
3109 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
3110
3111 - parse locale(...) provides and construct correct dependencies.
3112
3113 -------------------------------------------------------------------
3114 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
3115
3116 - always upgrade to candidate (#152760).
3117 - fix typo in package sorting.
3118 - prepare handling of locale provides.
3119 - rev 1995
3120
3121 -------------------------------------------------------------------
3122 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
3123
3124 - sort src/nosrc package to right list during commit.
3125 - revert installtime/buildtime in susetags parser (#152760)
3126 - rev 1990
3127
3128 -------------------------------------------------------------------
3129 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
3130
3131 - reset state after successful commit (#153030)
3132 - run "rpm -e" always with "--nodeps" (#153026)
3133 - provide separate resolvable kind for src packages.
3134 - extend status field for LOCK and LICENSE.
3135 - add sameState()/diffState() for UI.
3136 - provide 'best' candidate for UI.
3137 - set 60 sec timeout for curl access.
3138 - don't cross-compare solver results, takes too much time.
3139 - provide sizes of installed packages.
3140 - extend REQUIRES semantics in content file.
3141 - add "parse-metadata" helper to zmd-backend.
3142 - rev 1987
3143
3144 -------------------------------------------------------------------
3145 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
3146
3147 - provide complete disk usage data (#152761)
3148 - include upgrade flag when copying solver solution
3149   back to pool (#152717)
3150 - rev 1959
3151
3152 -------------------------------------------------------------------
3153 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
3154
3155 - don't insert incompatible architectures to the pool (#151933)
3156 - don't accept incompatible architectures from a repository
3157   (#151933)
3158 - separate rpm log (#151431).
3159 - allow extended product requires.
3160 - rev 1954
3161
3162 -------------------------------------------------------------------
3163 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
3164
3165 - provide the XML schema files in the main package. (#152593)
3166
3167 -------------------------------------------------------------------
3168 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
3169
3170 - provide arch compat handling.
3171 - implement data upload to zmd.
3172 - fix source metadata caching on target.
3173 - add 'supplements' dependencies to 'yum' parser.
3174 - provide user agent identification to curl calls.
3175 - move resolver branches (multiple alternatives) back in queue
3176   (resolve known things first, then the unknown ones).
3177 - clean up 'packages' parser.
3178 - rev 1947
3179
3180 -------------------------------------------------------------------
3181 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
3182
3183 - improve media mount/umount interface
3184 - prepare class ArchCompat for proper architecture ordering
3185   and compatibility handling.
3186 - add returns to dummy functions in DbAccess.
3187 - rev 1913
3188
3189 -------------------------------------------------------------------
3190 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
3191
3192 - don't explictly delete to-be-upgraded packages.
3193 - finish query-system, resolve-dependencies, and transact for
3194   libzypp-zmd-backend.
3195 - provide Pattern::category.
3196 - move system architecture to toplevel.
3197 - make target store pathname settable.
3198 - speed up rpmdb reading by properly filtering unwanted file
3199   provides.
3200 - rev 1905
3201
3202 -------------------------------------------------------------------
3203 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
3204
3205 - new translations.
3206 - proofread texts.
3207 - when comparing solutions, prefer higher versions.
3208 - provide generic 'SafeBool' for bool conversions.
3209 - add PtrTypes testsuites.
3210 - rev 1876
3211
3212 -------------------------------------------------------------------
3213 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
3214
3215 - integrate all diffs
3216 - move Target::commit to toplevel API
3217 - generalize dependency iterators and hash dependency
3218   information in pool (for speedup)
3219 - add 'supplements' as dependency
3220 - make more pattern attributes available
3221 - drop "smbfs" in favour of "cifs" (#151476)
3222 - add metadata cache to sources (Beta4 bug)
3223 - run "rpm -e"  with name-version-release
3224 - fix update conflicts
3225 - rev 1864
3226
3227 -------------------------------------------------------------------
3228 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
3229
3230 - fix-mediachange.diff: dont skip CD but retry after media change
3231 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
3232   'eject' button
3233 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
3234   so media handle gets actually released and media unmounted.
3235
3236 -------------------------------------------------------------------
3237 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
3238
3239 - implement arch scoring
3240 - prefer better arch (#151427)
3241 - transitive depedencies of weak requirements are non-weak
3242   (#151446)
3243 - rev 1778 + diff
3244
3245 -------------------------------------------------------------------
3246 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
3247
3248 - ignore self and to-be-updated conflicts (#150844)
3249 - fix enable of target store (for non-packages)
3250 - rev 1778
3251
3252 -------------------------------------------------------------------
3253 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
3254
3255 - fix "cd:" url (#151121)
3256 - provide location() in public Package api
3257 - allow running distribution upgrade in testmode
3258 - extend HAL interface
3259 - rev 1762
3260
3261 -------------------------------------------------------------------
3262 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
3263
3264 - pass normal and locale packages from selections correctly.
3265 - its "baseconf" for base selections.
3266 - Make 'ZYpp' an obvious singleton.
3267 - provide releasenotesUrl.
3268 - dont continue upgrade without target.
3269 - implement 'fake' hal for testing.
3270 - fix package sizes.
3271 - more solver testcases.
3272 - rev 1754
3273
3274 -------------------------------------------------------------------
3275 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
3276
3277 - extend requires of libzypp-devel
3278 - provide package sizes for UI
3279 - provide more UI helpers
3280 - implement Product and related functions
3281 - fix split provides in distribution upgrade
3282 - provide locale information to system
3283 - ask HAL for available devices
3284 - reduce debug information in solver
3285 - filter architectures in source, not in solver
3286 - rev 1743
3287
3288 -------------------------------------------------------------------
3289 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
3290
3291 - disable another testsuite for now
3292 - fetch the default locale from environment
3293 - support user-defined formatting of log
3294 - rev 1710
3295
3296 -------------------------------------------------------------------
3297 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
3298
3299 - providing basic product information from susetags source
3300 - public API for preferred language
3301 - implemented redirect of logging (#149001)
3302 - report start/finish of source data parsing (#150211)
3303 - store/restore source aliases properly (#150256)
3304 - disable a lot of debug logging to speed up solver
3305 - properly rewrite URL for CDn directory layouts (#149870)
3306 - rev 1706
3307
3308 -------------------------------------------------------------------
3309 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
3310
3311 - add save/restore state to facilitate UI 'cancel'
3312 - enable target/store
3313 - add 'forceResolve' call and flag to resolver to switch between
3314   task-oriented ZMD and interactive YaST behaviour.
3315 - Fix resolver problem solution texts.
3316 - improve solver problem solution offerings.
3317 - fix media access handling to better support multiple
3318   requestors to single media.
3319 - move the media number checking to the source (media requestor)
3320   which knows how to verify the correct media.
3321 - Fix CD ordering (#149871), adding testcases.
3322 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
3323 - Add selections to testcases.
3324 - rev 1673
3325
3326 -------------------------------------------------------------------
3327 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
3328
3329 - Fix missing return in Source.cc:124
3330
3331 -------------------------------------------------------------------
3332 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
3333
3334 - cope with empty arch field in selections
3335 - enable dummy "enableStorage" function
3336 - rev 1610-branch
3337
3338 -------------------------------------------------------------------
3339 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
3340
3341 - fix random data return in Source.cc
3342 - rev 1610
3343
3344 -------------------------------------------------------------------
3345 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
3346
3347 - adapt zmd-backend to SourceImpl API change
3348 - rev 1608
3349
3350 -------------------------------------------------------------------
3351 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
3352
3353 - fix the packages parser bug. Now all packages are parsed
3354   including (english) translations.
3355   source/susetags is back to svn head.
3356 - rev 1600
3357
3358 -------------------------------------------------------------------
3359 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
3360
3361 - fix off-by-one bug in bitfield handling
3362 - revert source/susetags to rev 1411
3363 - rev 1586
3364
3365 -------------------------------------------------------------------
3366 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
3367
3368 - dont prereq-sort non-packages
3369 - rev 1584
3370
3371 -------------------------------------------------------------------
3372 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
3373
3374 - rev 1582
3375
3376 -------------------------------------------------------------------
3377 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
3378
3379 - update to rev 1543
3380
3381 -------------------------------------------------------------------
3382 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
3383
3384 - require hal-devel in libzypp-devel
3385 - re-merge fixes (RPM_OPT_FLAGS)
3386
3387 -------------------------------------------------------------------
3388 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
3389
3390 - make solver behaviour a bit more interactive
3391 - rev 1537
3392
3393 -------------------------------------------------------------------
3394 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
3395
3396 - Fix syntax error in configure script.
3397 - Use RPM_OPT_FLAGS.
3398
3399 -------------------------------------------------------------------
3400 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
3401
3402 - update for qt ui integration
3403 - rev 1504
3404
3405 -------------------------------------------------------------------
3406 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
3407
3408 - split off libzypp-zmd-backend
3409 - rev 1466
3410
3411 -------------------------------------------------------------------
3412 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
3413
3414 - another update to svn
3415
3416 -------------------------------------------------------------------
3417 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
3418
3419 - finish rpm callbacks
3420 - finish UI API
3421 - fix state change resolver<->pool
3422 - zmd backend stuff
3423 - speed up tag file parsing
3424 - rev 1405
3425
3426 -------------------------------------------------------------------
3427 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
3428
3429 - disabling failing tests of s390 and ppc
3430
3431 -------------------------------------------------------------------
3432 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
3433
3434 - Snapshoot rev 1367
3435
3436 -------------------------------------------------------------------
3437 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
3438
3439 - use hashes for pool
3440 - rev 1343
3441
3442 -------------------------------------------------------------------
3443 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
3444
3445 - removed Obsoletes:    yast2-packagemanager
3446
3447 -------------------------------------------------------------------
3448 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
3449
3450 - Snapshoot 3 Feb 2005 (11:30)
3451
3452 -------------------------------------------------------------------
3453 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
3454
3455 - Snapshoot 2 Feb 2005 (14:00)
3456
3457 -------------------------------------------------------------------
3458 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
3459
3460 - Snapshoot 2 Feb 2005 ( integrating YaST )
3461
3462 -------------------------------------------------------------------
3463 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
3464
3465 - converted neededforbuild to BuildRequires
3466
3467 -------------------------------------------------------------------
3468 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
3469
3470 - Initial version
3471