+ Package::maybeUnsupported
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de
3
4 - add Package::maybeUnsupported to remove duplicated
5   code in clients dealing with Package::vendorSupport
6
7 -------------------------------------------------------------------
8 Di 19. Aug 10:34:39 CEST 2008 - schubi@waerden.suse.de
9
10 - Reset transaction only if this solvable has no buddy (bnc #417799)
11   e.g. do not reset Products cause the concerning release package
12   could not already be installed.
13 - revision 10883
14 - version 5.6.1 (5)
15
16 -------------------------------------------------------------------
17 Mon Aug 18 17:31:02 CEST 2008 - dmacvicar@suse.de
18
19 - don't report "may be outdated" for @System repo.
20
21 -------------------------------------------------------------------
22 Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de
23
24 - Add Target::targetDistribution. Returns "distribution-arch" of 
25   the installed base product. Used for registration and Service
26   refresh. (for Fate #304915)
27 - revision 10877
28 - version 5.6.0 (5)
29
30 -------------------------------------------------------------------
31 Fri Aug 15 17:42:58 CEST 2008 - ma@suse.de
32
33 - Add method Product::replacedProducts to identify installed 
34   Products that would be replaced by installing a new Product.
35   (for Fate #301997)
36 - revision 10876
37
38 -------------------------------------------------------------------
39 Fri Aug 15 15:30:32 CEST 2008 - ma@suse.de
40
41 - Fixes to Selectable doing staus manipulation on non-USER level.
42 - revision 10873
43
44 -------------------------------------------------------------------
45 Fri Aug 15 14:23:02 CEST 2008 - ma@suse.de
46
47 - Add method ZYpp::getTarget that returns the Target or a NULL pointer,
48   if it is not yet initialized. This is to avoid try/catch blocks just 
49   to test whether the Target is initialized. (bnc #417556)
50 - Add method Target::assertRootPrefix. Pass a pathname and get back the
51   path prefixed with the tragets root, unless it already had that prefix.
52 - revision 10870
53
54 -------------------------------------------------------------------
55 Thu Aug 14 18:44:45 CEST 2008 - schubi@suse.de
56
57 - Regarding error messages for Products correctly (FATE #304502)
58 - rev 10863 
59
60 -------------------------------------------------------------------
61 Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
62
63 - Let Selectable default to USER level.
64 - revision 10850
65 - version 5.5.1 (5)
66
67 -------------------------------------------------------------------
68 Wed Aug 13 21:01:25 CEST 2008 - ma@suse.de
69
70 - Change Selectable API to support doing staus manipulation on
71   non-USER level. 
72 - revision 10847
73 - version 5.5.0 (5) 
74
75 -------------------------------------------------------------------
76 Wed Aug 13 16:48:49 CEST 2008 - dmacvicar@suse.de
77
78 - support sat solver API for searching files
79
80 -------------------------------------------------------------------
81 Wed Aug 13 15:12:45 CEST 2008 - ma@suse.de
82
83 - Add ResPool::reposFind to get repositories by alias.
84 - revision 10835
85
86 -------------------------------------------------------------------
87 Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
88
89 - Advise rpmdb2solv to parse the product database.
90 - revision 10824
91 - version 5.4.0 (4)
92
93 -------------------------------------------------------------------
94 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
95
96 - Offer a simpler, fate based status manipulation in ui::Selectable.
97   This is easier to handle, as the ui::Status always distinguishes
98   wheter an object is installed or not.
99 - revision 10814
100
101 -------------------------------------------------------------------
102 Mon Aug 11 18:00:40 CEST 2008 - ma@suse.de
103
104 - Propagate default rpm install flags from zypp.conf via ZConfig and
105   ZYppCommitPolicy down to the installer. (FATE #302952) 
106 - revision 10813
107
108 -------------------------------------------------------------------
109 Mon Aug 11 16:28:07 CEST 2008 - ma@suse.de
110
111 - Add base::Flags (like qt's QFlags) a type-safe way of storing 
112   OR-combinations of enum values.
113 - revision 10811
114
115 -------------------------------------------------------------------
116 Fri Aug  8 17:01:00 CEST 2008 - ma@suse.de
117
118 - Add static ui::Selectable::get methods as convenient ctor
119   substitute. 
120 - revision 10806
121
122 -------------------------------------------------------------------
123 Fri Aug  8 15:41:17 CEST 2008 - ma@suse.de
124
125 - Adapt zypp-query-pool to new product handling.
126 - revision 10803
127
128 -------------------------------------------------------------------
129 Fri Aug  8 14:11:03 CEST 2008 - ma@suse.de
130
131 - Don't pass epoch to 'rpm -e', it does not support it.
132 - revision 10800
133
134 -------------------------------------------------------------------
135 Fri Aug  8 13:27:42 CEST 2008 - ma@suse.de
136
137 - Adapt to new product handling. Products are no longer pseudo
138   installed objects verified by the solver, but actually installed. 
139   Thus removed satisfiedProduct iterator, fixed Selctables. 
140 - Removed class ProductInfo as we keep Product.
141 - revision 10797
142
143 -------------------------------------------------------------------
144 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
145
146 - implement relogin suggested support (fate#304889)
147
148 -------------------------------------------------------------------
149 Wed Aug  6 18:21:30 CEST 2008 - ma@suse.de
150
151 - Detect correct download path even if repository type 
152   is not set. (bnc #386386)
153 - revision 10768
154
155 -------------------------------------------------------------------
156 Wed Aug  6 17:15:48 CEST 2008 - ma@suse.de
157
158 - Cleanup, mostly by removing, unused parser code and related classes.
159 - revision 10765
160
161 -------------------------------------------------------------------
162 Wed Aug  6 16:23:27 CEST 2008 - ma@suse.de
163
164 - Don't let exception escape MediaSetAccess dtor (bnc #415017)
165 - revision 10763
166
167 -------------------------------------------------------------------
168 Mon Aug  4 19:34:27 CEST 2008 - ma@suse.de
169
170 - Add new product attributes (flavor,referencePackage).
171 - Add PoolItem buddies, i.e. two PoolItems sharing the same status
172   object. This is used to keep the product resolvable and the
173   package providing the product metadata in sync.
174 - revision 10742
175
176 -------------------------------------------------------------------
177 Sat Aug  2 19:26:52 CEST 2008 - jkupec@suse.cz
178
179 - support an optional url attribute in repoindex.xml's <repo>
180 - revision 10729
181
182 -------------------------------------------------------------------
183 Thu Jul 31 21:52:11 CEST 2008 - ma@suse.de
184
185 - New class ProductInfo to provide product related metadata that
186   might be associated with a package. This will replace the Product
187   resolvable.
188 - revision 10715
189
190 -------------------------------------------------------------------
191 Thu Jul 31 19:01:54 CEST 2008 - dmacvicar@suse.de
192
193 - generate a unique anonymous unique string per target
194   and add it to the agent string for better statistics
195
196 -------------------------------------------------------------------
197 Thu Jul 31 19:01:14 CEST 2008 - ma@suse.de
198
199 - Follow solver policy and make repository priority the highest
200   key, when ordering packages. Then architecture, and edition last.
201 - revision 10710
202
203 -------------------------------------------------------------------
204 Wed Jul 30 19:12:00 CEST 2008 - ma@suse.de
205
206 - /var/lib/zypp and /var/cache/zypp should be owned by libzypp 
207   (bnc #412094)
208 - revision 10702
209
210 -------------------------------------------------------------------
211 Wed Jul 30 12:47:48 CEST 2008 - jkupec@suse.cz
212
213 - Service renamed to ServiceInfo
214 - RepoInfoBase added; RepoInfo and ServiceInfo now derive from it
215 - revision 10695
216
217 -------------------------------------------------------------------
218 Tue Jul 29 12:59:46 CEST 2008 - jkupec@suse.cz
219
220 - fixed yum repos to work with non '/' base url post fix
221   (bnc #341617)
222 - revision 10662
223
224 -------------------------------------------------------------------
225 Mon Jul 28 18:13:24 CEST 2008 - ma@suse.de
226
227 - Fixed SolvIterMixin::Selectable_iterator eating some solvables
228   (bnc #411339)
229 - revision 10680
230
231 -------------------------------------------------------------------
232 Fri Jul 25 20:12:55 CEST 2008 - ma@suse.de
233
234 - Several changes to make libzypp-bindings compile using the original
235   header files and no private copies. (bnc #391831)
236 - revision 10668
237 - version 5.3.0
238
239 -------------------------------------------------------------------
240 Wed Jul 23 17:17:47 CEST 2008 - jkupec@suse.cz
241
242 - Service::enabled() added
243 - revision 10657
244
245 -------------------------------------------------------------------
246 Tue Jul 22 17:18:28 CEST 2008 - jkupec@suse.cz
247
248 - Removed FRESHENS dependency type
249 - revision 10643
250
251 -------------------------------------------------------------------
252 Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
253
254 - Allow parallel installation of packages which have been defined
255   in zypp.conf (parameter "multiversion") Fate #302050
256 - Additional check for broken system.
257   (defined in zypp.conv: solver.checkSystemFile)
258 - revision 10600
259
260 -------------------------------------------------------------------
261 Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
262
263 - Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
264 - revision 10596
265
266 -------------------------------------------------------------------
267 Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
268
269 - Remove Atom, Script, Message and other obsolete classes.
270 - revision 10592
271
272 -------------------------------------------------------------------
273 Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
274
275 - Also report the name of the locking process in ZYppFactoryException
276   (bnc #280537)
277 - revision 10572
278
279 -------------------------------------------------------------------
280 Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
281
282 - corrected logging of solver settings
283 - regard locking while doUpdate (bnc #405427)
284 - revision 10564
285
286 -------------------------------------------------------------------
287 Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
288
289 - make curl use the right transfer mode
290   (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
291 - revision 10559
292
293 -------------------------------------------------------------------
294 Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
295
296 - reuse existing disk mounts (applied Marius' patch) (bnc #208222)
297 - revision 10557
298
299 -------------------------------------------------------------------
300 Wed Jul  9 18:13:58 CEST 2008 - ma@suse.de
301
302 - Provide Package::url() if available in solv file. (bnc #402434)
303 - A missing cookie file must not be treated as an error. Simply
304   rebuild the cache (bnc #405867)
305 - Add 22x22 and 24x24 icons (bnc #329635)
306 - revision 10528
307
308 -------------------------------------------------------------------
309 Mon Jul  7 13:39:09 CEST 2008 - schubi@suse.de
310
311 - Do not update an already updated package (bnc #400422)
312 - revision 10504
313
314 -------------------------------------------------------------------
315 Fri Jul  4 17:19:24 CEST 2008 - ma@suse.de
316
317 - Also check if the fingerprint matches before importing updated keys.
318   (bnc #393160)
319 - revision 10500
320
321 -------------------------------------------------------------------
322 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
323
324 - forward port add message attribute to patches.
325 - port import newer keys if a trusted key is updated
326 - (bnc#393160)
327 - version 5.0.2
328
329 -------------------------------------------------------------------
330 Mon Jun 30 10:28:27 CEST 2008 - ma@suse.de
331
332 - Fix permanent duplication of gpg keys in the rpm database. Also
333   retrieve correct creation and expire dates. (bnc #401259)
334 - Invoke gpg with --homdir, otherwise command fails if executed
335   within a wrapper. (bnc #401259)
336 - revision 10487
337
338 -------------------------------------------------------------------
339 Thu Jun 26 12:07:33 CEST 2008 - schubi@suse.de
340
341 - version 5.0.1
342 - revision 10464
343
344 -------------------------------------------------------------------
345 Thu Jun 19 17:55:35 CEST 2008 - ma@suse.de
346
347 - Handle new patch messages and scripts in commit. Provide callbacks
348   to display the patch messages and give visual feedback on script
349   execution. (bnc #401220)
350 - revision 10411
351
352 -------------------------------------------------------------------
353 Thu Jun 19 17:35:59 CEST 2008 - ma@suse.de
354
355 - Fix wrong parenthesis causing bug 399320
356 - version
357 - revision
358
359 -------------------------------------------------------------------
360 Tue Jun 10 09:52:03 CEST 2008 - jreidinger@suse.cz
361
362 - improve performance of gsub
363 - change replace_all to replaceAll (same name convency)
364 - add tests for gsub and replaceAll
365 - revision 10366
366
367 -------------------------------------------------------------------
368 Fri Jun  6 13:29:59 CEST 2008 - ma@suse.de
369
370 - Handle application/x-redhat-package-manager in package-manager.desktop
371   (bnc #391183)
372 - revision 10361
373
374 -------------------------------------------------------------------
375 Thu Jun  5 18:01:15 CEST 2008 - jkupec@suse.cz
376
377 - X-SuSE-ControlCenter-System category added
378   to package-manager.desktop (bnc #302324)
379 - revision 10353
380
381 -------------------------------------------------------------------
382 Wed Jun  4 14:57:13 CEST 2008 - ma@suse.de
383
384 - Fix crash when requesting disk usage without a target loaded. (bnc #396755)
385 - revision 10340
386
387 -------------------------------------------------------------------
388 Wed Jun  4 14:05:09 CEST 2008 - ma@suse.de
389
390 - Fix memory corruption in curl media handler (bnc #396979)
391 - revision 10338
392
393 -------------------------------------------------------------------
394 Tue Jun  3 20:00:00 CEST 2008 - ma@suse.de
395
396 - Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
397   as 'source package named zypper'. So these capabilities can be used
398   together with sat::Whatprovides or in resolver requests. (bnc #369893)
399 - revision 10335
400
401 -------------------------------------------------------------------
402 Tue Jun  3 15:40:37 CEST 2008 - jreidinger@suse.cz
403
404 - allow aborting progress during removing packages. (bnc #389238)
405 - revision 10331
406
407 -------------------------------------------------------------------
408 Mon Jun  2 15:31:36 CEST 2008 - schubi@suse.de
409
410 - New option for ignoring Obsoletes. This is used for installing more than
411   one pacakges with the same name but different versions.
412   Often used by kernel.
413 - r 10299
414
415 -------------------------------------------------------------------
416 Sun Jun  1 23:14:34 CEST 2008 - - ma@suse.de
417
418 - Revert inappropriate Selectable cleanup. Fix Selectable
419   status computation. Unmaintained packages were wrongly
420   reported as unsinstalled. (bnc #394630)
421 - version 5.0.0 (4.x continued in SuSE-Linux-11_0-Branch)
422 - revision 10295
423
424 -------------------------------------------------------------------
425 Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
426
427 - fixed typo
428
429 -------------------------------------------------------------------
430 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
431
432 - Reenable diskusage calculation (bnc #395051)
433 - version 4.25.1
434 - revision 10273
435
436 -------------------------------------------------------------------
437 Wed May 28 18:50:11 CEST 2008 - jkupec@suse.cz
438
439 - RepoManager::packagesPath(RepoInfo) added (bnc #394728)
440 - revision 10271
441
442 -------------------------------------------------------------------
443 Wed May 28 16:26:09 CEST 2008 - jkupec@suse.cz
444
445 - RepoInfo: don't overwrite flags that have already been set externally
446   (bnc #394728)
447 - revision 10256
448
449 -------------------------------------------------------------------
450 Wed May 28 15:30:24 CEST 2008 - ma@suse.de
451
452 - Create missing directories when saving config files. (bnc #395026)
453 - Fix undefined behaviour in RepoManager.
454 - revision 10255
455
456 -------------------------------------------------------------------
457 Wed May 28 15:23:44 CEST 2008 - schubi@suse.de
458
459 - SOLVER_ERASE_SOLVABLE_NAME: As we do not know, if this request has come
460   from resolvePool or resolveQueue we will have to take care for both
461   cases. (bnc#393969)
462 - r 10252
463
464 -------------------------------------------------------------------
465 Tue May 27 22:35:37 CEST 2008 - coolo@suse.de
466
467 - compile with RPM_OPT_FLAGS
468
469 -------------------------------------------------------------------
470 Mon May 26 17:23:24 CEST 2008 - jkupec@suse.cz
471
472 - old2new locks file converter script added to %post (jredinger)
473 - r 10227
474
475 -------------------------------------------------------------------
476 Mon May 26 11:48:35 CEST 2008 - schubi@suse.de
477
478 - Do not regard packages with the same name while upgrading obsoleted
479   packages (bnc#394367)
480 - r 10219
481
482 -------------------------------------------------------------------
483 Sat May 24 01:23:44 CEST 2008 - dmacvicar@suse.de
484
485 - revert commit don't check for existence of keys,
486   to avoid a non needed HEAD request. (related bnc#381280)
487   as it creates popup error callbacks due to the 404's in
488   the keys. Leave however the OnMediaLocation::optional()
489   API to look for another fix strategy.
490
491 -------------------------------------------------------------------
492 Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de
493
494 - define path for messages and scripts and document
495   them in zypp.conf
496
497 -------------------------------------------------------------------
498 Fri May 23 14:42:34 CEST 2008 - schubi@suse.de
499
500 - Added IgnoreAlreadyRecommended flag. So recomments/suggest will
501   be ignored for already INSTALLED packages (bnc #389694)
502 - r 10202
503
504 -------------------------------------------------------------------
505 Fri May 23 10:22:47 CEST 2008 - schubi@suse.de
506
507 - Packages which obsoletes and do NOT required other installed
508   packages will be installed if no other packages obsolete the installed package too.
509 - r 10196
510
511 -------------------------------------------------------------------
512 Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
513
514 - fix filelist for installed packages (bnc#392544)
515 - fix changelog retrieval for installed packages
516
517 -------------------------------------------------------------------
518 Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
519
520 - deprecate Repository::name() and use alias() to
521   be consistent. Related to (bnc#383553)
522 - don't check for existence of keys, to avoid a non needed
523   HEAD request. (helps bnc#381280)
524 - 4.25.0
525
526 -------------------------------------------------------------------
527 Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
528
529 - added onlyRequires in the testcase (bnc #389184)
530
531 -------------------------------------------------------------------
532 Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
533
534 - allow installation and refreshing from repository with alias that
535   contains ' or " (bnc #392426)
536 - r10158
537
538 -------------------------------------------------------------------
539 Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
540
541 - delta rpm support reenabled
542 - r10150
543
544 -------------------------------------------------------------------
545 Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
546
547 - Resetting Delete Details in ResStatus correctly (bnc #391785)
548 - r 10145
549
550 -------------------------------------------------------------------
551 Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
552
553 - when setting status to non installed for uninstalled packages
554   set the user transaction so they go to soft locks.
555   (related to bnc#389739 )
556
557 -------------------------------------------------------------------
558 Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
559
560 - Added new calls : isInstalledBy (const PoolItem item);
561                     installs (const PoolItem item);
562 - r 10125
563 - 4.23.0
564
565 -------------------------------------------------------------------
566 Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
567
568 - don't run merge in save when toAdd/Remove queue is empty
569 - throw when locks cannot load its file
570 - r10124
571
572 -------------------------------------------------------------------
573 Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
574
575 - throw more describing exception when repo probing failed
576   (bnc #389690)
577 - revision 10118
578
579 -------------------------------------------------------------------
580 Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
581
582 - allow call only merge old locks and newly added/removed without
583   saving it to file
584 - -revision 10104
585
586 -------------------------------------------------------------------
587 Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de
588
589 - report non packages as keep installed if satisfied to the
590   user interace (Selectables)
591 - 4.21.3
592
593 -------------------------------------------------------------------
594 Tue May 13 15:50:28 CEST 2008 - jkupec@suse.cz
595
596 - create /etc/zypp/products.d on install
597
598 -------------------------------------------------------------------
599 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
600
601 - /etc/zypp/products.d added to file list (bnc #385868)
602 - revision 10049
603 - version 4.21.2
604
605 -------------------------------------------------------------------
606 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
607
608 - call RemoveResolvableReport::problem() before finish() on error
609   (bnc #388810)
610 - revision 10045
611
612 -------------------------------------------------------------------
613 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
614
615 - fix file list
616
617 -------------------------------------------------------------------
618 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
619
620 - Product now retrieves all attributes from the solv file.
621 - version 4.21.1
622 - revision 10031
623
624 -------------------------------------------------------------------
625 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
626
627 - Add zypp.conf option configdir (/etc/zypp) and arrange
628   all config files and directories to follow {configdir}
629   per default.
630 - Fix zypp-query-pool to print satisfied products and additional
631   products defined in {configdir}/products.d for registration.
632   (bnc #385868)
633 - version 4.21.0
634 - revision 10029
635
636 -------------------------------------------------------------------
637 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
638
639 - implement remove duplicate entries in lock file (bnc#385967)
640
641 -------------------------------------------------------------------
642 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
643
644 - Speedup rpmdb2solv by reusing an existing solv file.
645 - version 4.20.1
646 - revision 10012
647
648 -------------------------------------------------------------------
649 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
650
651 - Fix failed package download due to unkown repository type (bnc #386386)
652 - revision 9995
653
654 -------------------------------------------------------------------
655 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
656
657 - Support optional root argument to RepoManagerOptions, to prefix all
658   path names taken from ZConfig. (bnc #388265)
659 - version 4.20.0
660 - revision 9993
661
662 -------------------------------------------------------------------
663 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
664
665 - new solution action for removing requirements/conflicts (bnc #387631)
666 - revision 9988
667
668 -------------------------------------------------------------------
669 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
670
671 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100)
672 - revision 9984
673
674 -------------------------------------------------------------------
675 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
676
677 - DistUpgrade: searching for providers -> regarding name onl
678 - r 9977
679
680 -------------------------------------------------------------------
681 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
682
683 - add flag --registrable (-r) to query pool to avoid
684   using system as a filter
685 - 4.19.1
686
687 -------------------------------------------------------------------
688 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
689
690 - return values in non-void functions
691
692 -------------------------------------------------------------------
693 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
694
695 - support multiple search strings in PoolQuery (ORed)
696 - revision 9945
697
698 -------------------------------------------------------------------
699 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
700
701 - Switch off the upgrade mode of the
702   SAT solver cause the packages have already been evaluated by
703   the distupgrade machanism of libzypp. (bnc #386375)
704 - rev 9943
705
706 -------------------------------------------------------------------
707 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
708
709 - release file after copy to cache as soon as possible.
710   (bnc #381311)
711 - r9940
712
713 -------------------------------------------------------------------
714 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
715
716 - Bugfix: keep states by user has been removed it the
717   package has not been installed BUT has been recommended by another package.
718   (bnc #385832)
719 - rev 9938
720
721 -------------------------------------------------------------------
722 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
723
724 - add isLocal function to Url which say if scheme is local or
725   internet.
726 - r9932
727
728 -------------------------------------------------------------------
729 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
730
731 - cache decision for repository depend on his url.
732 - http,ftp and smb cache packages.
733 - revision 9929
734
735 -------------------------------------------------------------------
736 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
737
738 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
739   Locks are loaded together with the target, and changes are writen
740   back on commit. zypp.conf option locksfile.apply can be used to turn
741   this feature on or off. (FATE #120352)
742 - version 4.18.0
743 - revision 9927
744
745 -------------------------------------------------------------------
746 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
747
748 - Add zypp.conf option solvfilesdir: Path where the repo solv files
749   are created. Default value: {cachedir}/solv.
750 - Target and repositories now save their solvfiles below {solvfilesdir}
751   in directories named after the repositories alias.
752 - version 4.18.0
753 - revision 9913
754
755 -------------------------------------------------------------------
756 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
757
758 - fixed filesystem::expandlink(Pathname) (bnc #368477)
759 - r9906
760
761 -------------------------------------------------------------------
762 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
763
764 - cleanup in return values of doUpgrade and doUpdate
765 - r9886
766 - 4.17.0
767
768 -------------------------------------------------------------------
769 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
770
771 - check for valid pool in begin(), improve the code (bnc #384337)
772 - r9872
773 - 4.16.0
774
775 -------------------------------------------------------------------
776 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
777
778 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
779
780 -------------------------------------------------------------------
781 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
782
783 - added translations
784
785 -------------------------------------------------------------------
786 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
787
788 - ostream operator<<(ostream,TriBool) added
789 - r9833
790
791 -------------------------------------------------------------------
792 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
793
794 - Prevent target::unload from creating a system repo in order
795   to unload it. (bnc 382297)
796 - version 4.15.2
797 - revision 9822
798
799 -------------------------------------------------------------------
800 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
801
802 - Prevent deselected or deleted items from being re-selected due to
803   recommends (aka. persistent soft locks). Unlike hard locked, those
804   items will be automatically selected if required. The list of soft
805   locked items is stored in /var/lib/zypp/SoftLocks.
806 - version 4.15.1
807 - revision 9818
808
809 -------------------------------------------------------------------
810 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
811
812 - Remove obsolete AdditionalCapabilities interface from ResPool.
813   Forward sat::Pool::RepositoryIterator. There's no more need to
814   maintain an extra Repository list in ResPool.
815 - revision 9806
816
817 -------------------------------------------------------------------
818 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
819
820 - Support dependencies requiring a specific architecture:
821   "name[.arch] [op edition]". See class Capability for details
822   about how to construct dependencies. (bnc #305445)
823 - version 4.15.0
824 - revision 9805
825
826 -------------------------------------------------------------------
827 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
828
829 - patch attributes and deprecate old ones
830 - 4.14.0
831
832 -------------------------------------------------------------------
833 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
834
835 - change locks api -
836 - make more functions const
837 - replace add/remove by selectable to add/remove by ident or name and kind
838 - rename iterator to const_iterator to avoid confusion
839 - revision 9781
840
841 -------------------------------------------------------------------
842 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
843
844 - Do architecture changes while "dup" in the external distribution
845   upgrade ONLY. bnc #382274
846 - Added "ignore" to the solutions
847 - Added "self-conflicts" to the solution
848 - added new solver mechanism "resolveQueue"
849 - Bugfix broken/satisfied products
850 - rev 9776
851
852 -------------------------------------------------------------------
853 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
854
855 - Added Pattern::core returning the packages required by a pattern.
856   (see also Pattern::depends and Pattern::contents).
857 - revision 9771
858
859 -------------------------------------------------------------------
860 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
861
862 - Added Target::release(), returning the targets distribution
863   release string.
864 - revision 9761
865
866 -------------------------------------------------------------------
867 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
868
869 - per default abort if package installation fails. (bnc #381203)
870 - version 4.13.3
871 - revision 9725
872
873 -------------------------------------------------------------------
874 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
875
876 - add ZYpp and curl version to http agent string
877   (bnc #381280)
878
879 -------------------------------------------------------------------
880 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
881
882 - Fixed pools package index wrongly including source packages. (bnc #380283)
883 - version 4.13.2
884 - revision 9683
885
886 -------------------------------------------------------------------
887 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
888
889 - Disable fast creation of @System.solv. It may produce wrong results
890   e.g. after a rebuilddb.
891 - version 4.13.1
892 - revision 9666
893
894 -------------------------------------------------------------------
895 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
896
897 - initializeTarget now takes an additional option, telling whether to
898   rebuild an existing rpm database before using it. Default is false.
899   (bnc #308352)
900 - version 4.13.0
901 - revision 9664
902
903 -------------------------------------------------------------------
904 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
905
906 - save do nothing if no locks added/removed
907 - fix bug with multiple save lock
908 - don't save same query multiple times
909 - improve tests
910 - revision 9644
911
912 -------------------------------------------------------------------
913 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
914
915 - added new translations
916 - activate zypp-query-pool
917 - Revision 9637
918 - 4.12.1
919
920 -------------------------------------------------------------------
921 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
922
923 - Locks API cleaned-up, iterator added, light read() added
924 - PoolQuery::attribute(SolvAttr) getter added
925 - revision 9609
926
927 -------------------------------------------------------------------
928 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
929
930 - reenable zypp-query-pool
931 - 4.11.1
932
933 -------------------------------------------------------------------
934 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
935
936 - Enable evaluation of hardware dependencies.
937 - Enable evaluation of filesystem dependencies.
938 - revision 9605
939
940 -------------------------------------------------------------------
941 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
942
943 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
944   needed for explicit refresh request
945 - revision 9574
946
947 -------------------------------------------------------------------
948 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
949
950 - Install ResPoolProxy index to speedup Solvable to Selectable
951   conversion.
952 - version 4.11.0
953 - revision 9558
954
955 -------------------------------------------------------------------
956 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
957
958 - Implement update scripts installed by packages. After every
959   package install /var/adm/update-scripts is scanned for the first
960   file starting with "<name>-<version>.<release>-", which is then
961   executed.
962 - revision 9547
963
964 -------------------------------------------------------------------
965 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
966
967 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
968 - Add Resolvable::poolItem() providing access to the corresponding
969   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
970   to PoolItem.
971 - Add ResPool::satisfiedProductsBegin/End iterator over all products
972   whose dependencies are satisfied. This reflects the status determined
973   by the last solver run. (#368104)
974 - revision 9535
975
976 -------------------------------------------------------------------
977 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
978
979 - switch to new locks api
980 - revision 9524
981
982 -------------------------------------------------------------------
983 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
984
985 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
986 - Add SolvIterMixin: Base class providing PoolItem_iterator and
987   Selectable_iterator iterator types based on a Solvable iterator.
988 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
989   PoolItem_iterator and Selectable_iterator.
990 - Add Solvable::SplitIdent: Helper class that splits an identifier
991   into kind and name.
992 - Provide methods Pattern::contents returning a collection of packages
993   associated with the pattern/patch.
994 - revision 9496
995
996 -------------------------------------------------------------------
997 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
998
999 - add comparing to PoolQuery
1000 - revision 9466
1001
1002 -------------------------------------------------------------------
1003 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
1004
1005 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
1006 - revision 9452
1007
1008 -------------------------------------------------------------------
1009 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
1010
1011 - initial implementation of new locks (FATE #120118 and #120352)
1012 - revision 9442
1013
1014 -------------------------------------------------------------------
1015 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
1016
1017 - selectable API updates and changes
1018 - 4.10.0
1019
1020 -------------------------------------------------------------------
1021 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
1022
1023 - add split with respect to escaped delimeters and also for quotes
1024 - revision 9373
1025
1026 -------------------------------------------------------------------
1027 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
1028
1029 - Fixed some missing package and source package attributes.
1030 - revision 9348
1031
1032 -------------------------------------------------------------------
1033 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
1034
1035 - Allow to store a media label in MediaSetAccess. This label is
1036   passed to a media change requests to describe which CD is
1037   requested.  (bnc #330094)
1038 - Fixed some missing package and source package attributes.
1039 - revision 9347
1040
1041 -------------------------------------------------------------------
1042 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
1043
1044 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
1045 - Removed establish state in ResStatus
1046 - revision 9337
1047 - version 4.7.0
1048
1049 -------------------------------------------------------------------
1050 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
1051
1052 - Add PoolItem::isSatisfied()/isBroken() to test whether
1053   the items requirements are met.
1054 - revision 9334
1055
1056 -------------------------------------------------------------------
1057 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
1058
1059 - Extend sat::WhatProvides to allow to query for possible providers
1060   of a collection of capabilies. E.g. all providers of a packages
1061   requirements.
1062 - Fixed retrieval of translated texts from .solv files, provided the
1063   solv file contains them.
1064 - revision 9328
1065
1066 -------------------------------------------------------------------
1067 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
1068
1069 - initial implementation of serialize/recovery PoolQuery
1070   (needed by FATE #120118)
1071 - revision 9325
1072
1073 -------------------------------------------------------------------
1074 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
1075
1076 - Allow prioritizing repos by adding a line 'priority=N' to the
1077   .repo file. Where N is an integer number from 1 (highest prio)
1078   to 99 (least and default). (bnc #369827, fate #302872)
1079 - version 4.6.1
1080 - revision 9276
1081
1082 -------------------------------------------------------------------
1083 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
1084
1085 - support plaindir again (at least the most important parts)
1086
1087 -------------------------------------------------------------------
1088 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
1089
1090 - Throwing special exception MediaBadCAException in case of SSL
1091   certificate validation failure.(bnc #223512)
1092 - revision 9250
1093
1094 -------------------------------------------------------------------
1095 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
1096
1097 - add new error IO_SOFT to media request callback for temporary
1098   connection problem. (bnc #328822)
1099 - add new media exception timeout when somethink fail due to exceed
1100   timeout
1101 - mediacurl throw timeout exception when timeouted
1102 - revision 9246
1103
1104 -------------------------------------------------------------------
1105 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
1106
1107 - return more information from checking if metadata need refresh,
1108   so user can get better info. (bnc #307249)
1109 - revision 9231
1110
1111 -------------------------------------------------------------------
1112 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
1113
1114 - class sat::LocaleSupport: Convenience methods to manage support
1115   for language specific packages.
1116 - revision 9197
1117
1118 -------------------------------------------------------------------
1119 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
1120
1121 - removed obsolete capability handling stuff (ma)
1122 - version 4.5.0
1123
1124 -------------------------------------------------------------------
1125 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
1126
1127 - Don't mask skip and abort exception in Fetcher
1128 - revision 9188
1129
1130 -------------------------------------------------------------------
1131 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
1132
1133 - action is correctly set in mediaRequest callback
1134 - revision 9186
1135
1136 -------------------------------------------------------------------
1137 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
1138
1139 - Fix SEGV in commit (bnc# 371137)
1140 - version 4.4.3
1141 - revision 9174
1142
1143 -------------------------------------------------------------------
1144 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
1145
1146 - version 4.4.2
1147
1148 -------------------------------------------------------------------
1149 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
1150
1151 - look for openssl in cmake, actually we build require it
1152 - explicitely link against openssl and crypto, required to
1153   compile in all platforms/distros.
1154
1155 -------------------------------------------------------------------
1156 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
1157
1158 - Save repo type during refresh if type is NONE (f.e. lazy probing).
1159 - revision 9153
1160
1161 -------------------------------------------------------------------
1162 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
1163
1164 - replace gpg escaped semicolon with real semicolon (bnc #355434)
1165 - revision 9151
1166
1167 -------------------------------------------------------------------
1168 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
1169
1170 - make strings from RpmDb and Keyring exceptions translatable
1171 - revision 9146
1172
1173 -------------------------------------------------------------------
1174 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
1175
1176 - fix retrieving keys (bnc #368099)
1177 - version 4.4.1
1178
1179 -------------------------------------------------------------------
1180 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
1181
1182 - enable frontend to rewrite add_probe settings.(bnc #309612)
1183 - Correct adding repo without type to lazy probing.
1184 - revision 9135
1185
1186 -------------------------------------------------------------------
1187 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
1188
1189 - get better message if something fail when trying run rpm
1190   (bnc #344584)
1191 - revision 9133
1192
1193 -------------------------------------------------------------------
1194 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
1195
1196 - Add ExternalProgram::execError and ExternalProgram::command
1197   to improve error reporting.
1198 - revision 9112
1199
1200 -------------------------------------------------------------------
1201 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
1202
1203 - release all media before requesting another (bnc #336881)
1204 - revision 9110
1205
1206 -------------------------------------------------------------------
1207 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
1208
1209 - getDetectedDevices added (fate #120298)
1210 - revision 9108
1211
1212 -------------------------------------------------------------------
1213 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
1214
1215 - media backend release() methods changed to take string & instead
1216   of bool (needed for FATE #120298)
1217 - media label, detected device list and current device arguments
1218   added to the requestMedia callback
1219 - version 4.4.0
1220
1221 -------------------------------------------------------------------
1222 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
1223
1224 - fix for bnc#369543
1225
1226 -------------------------------------------------------------------
1227 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
1228
1229 - provide download rate info (average and curent) in the
1230   media::DownloadProgressReport for ftp/http (bnc #168935)
1231 - r9074
1232
1233 -------------------------------------------------------------------
1234 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
1235
1236 - cleanCache(): clean also .cookie files
1237 - cleanTargetCache() added
1238 - use escaped_alias() in rawcache_path_for_repoinfo() and
1239   packagescache_path_for_repoinfo()
1240 - r9068
1241
1242 -------------------------------------------------------------------
1243 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
1244
1245 - fixed location of RPMs in subdirs when parsing plaindir repo
1246   recursively (bnc #368218)
1247 - revision 9060
1248
1249 -------------------------------------------------------------------
1250 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
1251
1252 - Do not filter any installed solvables.
1253 - revision 9031
1254 - version 4.3.2
1255
1256 -------------------------------------------------------------------
1257 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
1258
1259 - Try to rebuild broken solv files in Target::load.
1260 - revision 9015
1261
1262 -------------------------------------------------------------------
1263 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
1264
1265 - Try to rebuild broken solv files in RepoManager::loadFromCache.
1266 - Fix RepoStatus::operator&& and RepoStatus testsuite.
1267 - revision 9008
1268
1269 -------------------------------------------------------------------
1270 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
1271
1272 - improved problem description while a vendor change
1273 - improved problem description if a requirement cannot be fulfilled. Bug #358560
1274 - revision 9002
1275
1276 -------------------------------------------------------------------
1277 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
1278
1279 - Save and restore requested locales on target load/commit.
1280 - revision 8999
1281
1282 -------------------------------------------------------------------
1283 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
1284
1285 - (Update) Prevent reinstallation of installed packages.
1286 - revision 8984
1287
1288 -------------------------------------------------------------------
1289 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
1290
1291 - refresh metadata if there is no cache to unbreak compat with
1292   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
1293   that "zypper in" could work on)
1294
1295 -------------------------------------------------------------------
1296 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
1297
1298 - create cache directory before calling rpmdb2solv (in an empty
1299   chroot)
1300 - version 4.3.1
1301
1302 -------------------------------------------------------------------
1303 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
1304
1305 - special exception message if server returns 403 response
1306   (forbidden) (port from SP2)
1307 - MediaException messages marked for translation
1308
1309 -------------------------------------------------------------------
1310 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
1311
1312 - make sure we have target cache on target initialize
1313 - version 4.3.0
1314
1315 -------------------------------------------------------------------
1316 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
1317
1318 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
1319   file systems (#333166)
1320 - rev. 8915
1321
1322 -------------------------------------------------------------------
1323 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
1324
1325 - Fixed Capabilites iterator exposing prereq marker.
1326 - revision 8914
1327
1328 -------------------------------------------------------------------
1329 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
1330
1331 - postinstall script fixed
1332 - version 4.2.10
1333
1334 -------------------------------------------------------------------
1335 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
1336
1337 - Testcases regards modaliases, rpmlib, ... correctly
1338 - Revision 8904
1339
1340 -------------------------------------------------------------------
1341 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
1342
1343 - Remove obsolete sql database. (bnc#363224)
1344 - revision 8898
1345
1346 -------------------------------------------------------------------
1347 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
1348
1349 - Take care target uses --root when creating solv files (bnc #363789)
1350 - revision 8881
1351
1352 -------------------------------------------------------------------
1353 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
1354
1355 - Unmaintained packages which does not fit to the updated system
1356   (broken dependencies) will be deleted.
1357 - revision 8867
1358
1359 -------------------------------------------------------------------
1360 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
1361
1362 - let libzypp-devel require libsatsolver-devel
1363
1364 -------------------------------------------------------------------
1365 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
1366
1367 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
1368 - revision 8833
1369
1370 -------------------------------------------------------------------
1371 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
1372
1373 - media: fixed DownloadProgressReport.finish() url argument in
1374   doGetFileCopy()
1375 - revision 8815
1376
1377 -------------------------------------------------------------------
1378 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
1379
1380 - hardlink when possible to optimize data transfer
1381   and space across caches.
1382 - version 4.2.8
1383
1384 -------------------------------------------------------------------
1385 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
1386
1387 - added some locale support to sat::Solvable
1388 - version 4.2.7
1389
1390 -------------------------------------------------------------------
1391 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
1392
1393 - handle error messages better in doesFileExist too which is
1394   used during probing. (bnc #362608)
1395
1396 -------------------------------------------------------------------
1397 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
1398
1399 - Fetcher::reset() should not reset cache directories.
1400   (bnc #348050)
1401 - version 4.2.6
1402
1403 -------------------------------------------------------------------
1404 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
1405
1406 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
1407   for http and https, but this time set CURLOPT_HTTPGET back to 1
1408   so it actually works. This makes Media::doesFileExist
1409   efficient for http and https.
1410   (related to bnc #348050)
1411 - version 4.2.5
1412
1413 -------------------------------------------------------------------
1414 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
1415
1416 - using .solv files only now (fate #303018)
1417 - revision 8699
1418
1419 -------------------------------------------------------------------
1420 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
1421
1422 - fix architectures on distupgrade
1423
1424 -------------------------------------------------------------------
1425 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
1426
1427 - fixes from trunk merged
1428
1429 -------------------------------------------------------------------
1430 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
1431
1432 - fixed renaming a repo to an existing one (bnc #228216)
1433 - revision 8431
1434
1435 -------------------------------------------------------------------
1436 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
1437
1438 - fix changelog
1439
1440 -------------------------------------------------------------------
1441 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
1442
1443 - read .curlrc more robustly to obtain user-proxy (#330351)
1444 - revision 8368
1445
1446 -------------------------------------------------------------------
1447 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
1448
1449 - always buildrequire openssl-devel
1450 - replacing strange utf-8 chars in changelog
1451 - revision 8317
1452
1453 -------------------------------------------------------------------
1454 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
1455
1456 - Saner NFS timeo default (#350309)
1457 - revision 8314
1458
1459 -------------------------------------------------------------------
1460 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
1461
1462 - support 'patterns.pat' and 'patterns.pat.gz' to read all
1463   patterns in one go.
1464 - rev 8309
1465
1466 -------------------------------------------------------------------
1467 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
1468
1469 - added RpmDb::removePubkey(), call it from
1470   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
1471   is removed from the trusted keyring
1472 - revision 8288
1473
1474 -------------------------------------------------------------------
1475 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
1476
1477 - Textchanges
1478 - reduced logging in SAT-solver
1479 - ordering solutions
1480 - version 4.1.8
1481 - revision 8276
1482
1483 -------------------------------------------------------------------
1484 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
1485
1486 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
1487   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
1488 - Revision 8255
1489 - Version 4.1.7
1490
1491 -------------------------------------------------------------------
1492 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
1493
1494 - Pathname zypp::filesystem::expandlink(const Pathname &) added
1495 - if the provided file is a symlink, expand it (#274651) (this
1496   probably won't work for schemes other than file/dir and cd/dvd)
1497 - revision 8179
1498
1499 -------------------------------------------------------------------
1500 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
1501
1502 - fixed password handling in URLs (bug #347273)
1503 - revision 8118
1504
1505 -------------------------------------------------------------------
1506 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
1507
1508 - Fixed default text locale detection not to use static variables. (#346872)
1509 - version 4.1.6
1510 - revision 8116
1511
1512 -------------------------------------------------------------------
1513 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
1514
1515 - Log more details about zypp lock owner. (#294094)
1516 - revision 8088
1517
1518 -------------------------------------------------------------------
1519 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
1520
1521 - Remove runtime dependency for libboost_filesystem (#345773)
1522 - version 4.1.5
1523 - revision 8061
1524
1525 -------------------------------------------------------------------
1526 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
1527
1528 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
1529   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
1530 - version 4.1.4
1531 - revision 7998
1532
1533 -------------------------------------------------------------------
1534 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
1535
1536 - make IniParser more strict (bug #306697)
1537
1538 -------------------------------------------------------------------
1539 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
1540
1541 - Fix missing packages in patch content list. (#340896)
1542 - revision 7925
1543
1544 -------------------------------------------------------------------
1545 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
1546
1547 - fix build
1548
1549 -------------------------------------------------------------------
1550 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
1551
1552 - Output date strings in UTF-8. (#339423)
1553 - revision 7807
1554
1555 -------------------------------------------------------------------
1556 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
1557
1558 - fixes for new gcc
1559 - version 4.1.3
1560 - r7788
1561
1562 -------------------------------------------------------------------
1563 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
1564
1565 - Don't mark failed patch scripts as installed. (#327523)
1566 - version 4.1.2
1567 - revision 7744
1568
1569 -------------------------------------------------------------------
1570 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
1571
1572 - update rpmlint suppression
1573
1574 -------------------------------------------------------------------
1575 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
1576
1577 - fixed retrieval of epoch from rpmdb (bug #246680)
1578
1579 -------------------------------------------------------------------
1580 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
1581
1582 - allow non-existing "packages" file in susetags parser (bug
1583   #309235)
1584
1585 -------------------------------------------------------------------
1586 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
1587
1588 - SMBIOS DMI modalias matching added (#333152)
1589 - revision 7494
1590
1591 -------------------------------------------------------------------
1592 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
1593 - do not download the same file multiple times in one attach session
1594   (#307098), r7456
1595 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
1596   removed - should be correctly detected by HAL now
1597   (#167629, #163971), r7452
1598 - version 4.1.1
1599
1600 -------------------------------------------------------------------
1601 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
1602
1603 - filter architecture in plaindir parser (bug #330791)
1604
1605 -------------------------------------------------------------------
1606 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
1607
1608 - Throw constructing malformed checksums. (#189096)
1609 - revision 7441
1610
1611 -------------------------------------------------------------------
1612 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
1613
1614 - Renamed templates back because proper qualification makes it work
1615   too.
1616 - 4.1.0
1617
1618 -------------------------------------------------------------------
1619 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
1620
1621 - only look for repositories in file ending ".repo" (bug #294779)
1622
1623 -------------------------------------------------------------------
1624 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
1625
1626 - Fixed compilation errors with GCC 4.3 by adding missing includes
1627   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
1628   Compare<Edition> to CompareEd.
1629 - r7426
1630
1631 -------------------------------------------------------------------
1632 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
1633
1634 - Incorporated patch from Michael Matz to speedup cache reading.
1635 - revision 7413
1636
1637 -------------------------------------------------------------------
1638 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
1639
1640 - Resolvertestcase:
1641   - log Repository info
1642   - set keep state in the testcase
1643   - handle vendor
1644 - r 4707
1645
1646 -------------------------------------------------------------------
1647 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
1648
1649 - Fixed pattern parser SEGV on broken pattern files. (#328546)
1650 - revision 7402
1651
1652 -------------------------------------------------------------------
1653 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
1654
1655 - QueuItemRequire: Filter out all provider which have worser architecture,
1656   are NOT noarch and have not the same name as the requirement. The
1657   last one is needed for updating packages via patch/atoms.
1658   Bug 328081
1659 - Revert changes of r 7340
1660 - r 7386
1661
1662 -------------------------------------------------------------------
1663 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
1664
1665 - Add missing '--install' parameter in desktop file. (#308640)
1666 - version 4.0.0
1667 - revision 7369
1668
1669 -------------------------------------------------------------------
1670 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
1671
1672 - release all attached media before attempting to eject (#293428)
1673 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
1674 - revision 7352
1675 - version 3.26.0
1676
1677 -------------------------------------------------------------------
1678 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
1679
1680 - provide a way to retrieve the metadata path. Used for
1681   installation, which incorrectly creates a repository in
1682   cache without adding it first, so metadata path is not
1683   set and therefore it is not possible to setup a media
1684   verifier on installation. Part of fix for (#293428)
1685 - 3.25.0
1686
1687 -------------------------------------------------------------------
1688 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
1689
1690 - If more than one resolvables provide a requirements and have different
1691   architecture take thatone with the best architecture. (Not regarding the
1692   name). Bug: Branching too much while an installation of a multi-arch-DVD
1693 - r 7340
1694 - version 3.24.8
1695
1696 -------------------------------------------------------------------
1697 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
1698
1699 - Checking the queue if an item will be deleted. If yes, the requirements
1700   are not needed anymore. Bug 326384
1701 - version 3.24.7
1702 - r 7329
1703
1704 -------------------------------------------------------------------
1705 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
1706
1707 - don't probe the repository type upon saving if disabled (#326769)
1708 - version 3.24.6
1709 - revision 7319
1710
1711 -------------------------------------------------------------------
1712 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
1713
1714 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
1715   esp. if the error occurred executing the packages post-install script.
1716 - version 3.24.5
1717 - revision 7317
1718
1719 -------------------------------------------------------------------
1720 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
1721
1722 - If a package is deselected by user, apply this soft lock to all
1723   available versions of this package.
1724 - version 3.24.4
1725 - revision 7316
1726
1727 -------------------------------------------------------------------
1728 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
1729
1730 - Update: Do not set an item to installation if there has been already set
1731   one for installation which has the same NVA. Bug  326286
1732 - version 3.24.3
1733 - r 7311
1734
1735 -------------------------------------------------------------------
1736 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
1737
1738 - Enable package cache during commit. (#326249)
1739 - revision 7309
1740
1741 -------------------------------------------------------------------
1742 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
1743
1744 - Do not regarding requirements for packages which will be deleted in the
1745   same solver run. Bug 310618
1746 - r 7292
1747 - version 3.24.2
1748
1749 -------------------------------------------------------------------
1750 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
1751
1752 - don't download filelists.xml.gz (#307105)
1753 - version 3.24.1
1754 - revision 7269
1755
1756 -------------------------------------------------------------------
1757 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
1758
1759 - Improve estimated diskusage while there is no valid
1760   solver result. (#325617)
1761 - revision 7266
1762
1763 -------------------------------------------------------------------
1764 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
1765
1766 -Bugfix in vendor change of a required resolvable (Correct error message)
1767  Bug 310455
1768 - r 7262
1769
1770 -------------------------------------------------------------------
1771 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
1772
1773 - fixed DU parsing in inst-sys (#308659)
1774 - revision 7256
1775
1776 -------------------------------------------------------------------
1777 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
1778
1779 - Enable using patch and delta rpms. (#309124)
1780 - version 3.24.0
1781 - revision 7253
1782
1783 -------------------------------------------------------------------
1784 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
1785
1786 - On update do not delete unmaintained non-SuSE packages.
1787 - version 3.23.2
1788 - revision 7239
1789
1790 -------------------------------------------------------------------
1791 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
1792
1793 - ZYppImpl::getPartitions() - don't return the current partitioning
1794   when the partitioning hasn't been set - fixes DU parsing in
1795   inst-sys (#308659)
1796
1797 -------------------------------------------------------------------
1798 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
1799
1800 - Throw specific exceptions during commit (#308511)
1801 - 3.23.1
1802
1803 -------------------------------------------------------------------
1804 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
1805
1806 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
1807   now provide more detailed disk usage information.
1808   Yum metadata don't, so we book the package size to '/'. (#308362)
1809 - version 3.23.0
1810 - revision 7225
1811
1812 -------------------------------------------------------------------
1813 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
1814
1815 - Regarding keep state while recycle old valid solver results. Bug 286889
1816 - r 7209
1817
1818 -------------------------------------------------------------------
1819 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
1820
1821 - report 100% progress on finishing RPM removal (bug #309431)
1822 - revision 7200
1823
1824 -------------------------------------------------------------------
1825 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
1826
1827 - Update: rename language packages --> take that package which fits to the
1828   selected language Bug 308098
1829 - r 7919
1830
1831 -------------------------------------------------------------------
1832 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
1833
1834 - restore deltas and patch rpms from the cache (#309124)
1835 - 3.22.8
1836
1837 -------------------------------------------------------------------
1838 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
1839
1840 - Don't fail if a product is deleted multiple times (e.g. due to
1841   obsoletes and an explicit deleted request). (#308746)
1842 - version 3.22.7
1843 - revision 7184
1844
1845 -------------------------------------------------------------------
1846 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
1847
1848 - SYSCONFDIR variable added for modifying /etc
1849
1850 -------------------------------------------------------------------
1851 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
1852
1853 - uninstallable resolvable -->suggested solution: delete; Bug 308164
1854 - r 7177
1855
1856 -------------------------------------------------------------------
1857 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
1858
1859 - new translations added
1860 - r 7166
1861 - version 3.22.6
1862
1863 -------------------------------------------------------------------
1864 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
1865
1866 - fixed disk usage counting of updated packages (#308362)
1867
1868 -------------------------------------------------------------------
1869 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
1870
1871 - Splitting packages: Take the package with the best
1872   architecture,edition ONLY; Bug 308591
1873 - r 7160
1874
1875 -------------------------------------------------------------------
1876 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
1877
1878 - properly report fallback disk usage size (in kB instead of bytes)
1879   when disk usage is not known (YUM repos) (#308475)
1880
1881 -------------------------------------------------------------------
1882 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
1883
1884 - Install a sample /etc/zypp.conf. (#306615)
1885 - Fixed missing soversion symlink in package.
1886 - version 3.22.5
1887 - revision 7150
1888
1889 -------------------------------------------------------------------
1890 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
1891
1892 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
1893   308252
1894 - r 7143
1895
1896 -------------------------------------------------------------------
1897 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
1898
1899 - Error: Select two candidate with the same name while update.
1900   Solution: If there is a candidate which is already selected for installation -->
1901   take thatone #308082
1902 - r 7132
1903
1904 -------------------------------------------------------------------
1905 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
1906
1907 - Work arround installed patterns providing an empty vendor string. (#307743)
1908 - Let the solver treat vendor suse and opensuse as equivalent.
1909 - version 3.22.4
1910
1911 -------------------------------------------------------------------
1912 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
1913
1914 - Checking item before evaluating the concerning vendor. bug #307941
1915 - r 7119
1916
1917 -------------------------------------------------------------------
1918 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
1919
1920 - Fix for bug #307163 - empty package descriptions
1921   a.k.a shared tag not 100% implemented
1922 - r 7117
1923 - version 3.22.3
1924
1925 -------------------------------------------------------------------
1926 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
1927
1928 - logging "reverse" NEEDED_BY in the detail description of solver
1929   problems.
1930 - improved error message if a requiremnt is not fulfilled Bug 307743
1931 - Add "ignore" option to the solution if a requirement is not fulfilled
1932   Bug 304276
1933 - revision 7113
1934
1935 -------------------------------------------------------------------
1936 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
1937
1938 - fixed the order of operands of susetags local metadata status
1939   computation which caused the YaST repositories to always get
1940   refreshed (part of bug #304310)
1941 - revision 7107
1942 - version 3.22.2
1943
1944 -------------------------------------------------------------------
1945 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
1946
1947 - comparing vendor with VendorAttr::equivalent
1948 - revision 7103
1949
1950 -------------------------------------------------------------------
1951 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
1952
1953 - Use $RPM_OPT_FLAGS.
1954
1955 -------------------------------------------------------------------
1956 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
1957
1958 - Reset transact bits when switching status from
1959   "update" to "protected" (#246976)
1960 - version 3.22.1
1961 - revision 7094
1962
1963 -------------------------------------------------------------------
1964 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
1965
1966 - new translations added
1967 - rev 7083
1968
1969 -------------------------------------------------------------------
1970 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
1971
1972 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
1973    [main]
1974    download.use_patchrpm = no
1975    download.use_deltarpm = no
1976 - version 3.22.0
1977 - revision 7069
1978
1979 -------------------------------------------------------------------
1980 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
1981
1982 - On demand translate patch requirements into a list of atoms.
1983   Required by the UI to display packages acssociated with a patch.
1984   (#300612)
1985 - version 3.21.1
1986 - revision 7065
1987
1988 -------------------------------------------------------------------
1989 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
1990
1991 - enrich ResolverInfo with the reason if a user-initiated request
1992   fails (#304325, #306240)
1993 - r 7051
1994
1995 -------------------------------------------------------------------
1996 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
1997
1998 - added missing implementation of LogControl::setLineFormater()
1999   (lslezak)
2000 - version 3.21.0
2001 - revision 7041
2002
2003 -------------------------------------------------------------------
2004 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
2005
2006 - enable changing url in requestMedia callback (#294481)
2007 - revision 7037
2008
2009 -------------------------------------------------------------------
2010 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
2011
2012 - Filter readonly mount points in DiskUsageCounter (#297405)
2013 - revision 7030
2014
2015 -------------------------------------------------------------------
2016 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
2017
2018 - remember the cause of the RepoException when refreshing metadata
2019   (#301022)
2020 - r7023
2021
2022 -------------------------------------------------------------------
2023 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
2024
2025 - Safe fix for bug #299680.
2026 - version 3.20.1
2027 - revision 7026
2028
2029 -------------------------------------------------------------------
2030 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
2031
2032 - Bugfix: If a requirement has been fulfilled by more than one language
2033   resolvables only thatone will be taken which fits to the selected
2034   language.
2035 - r 7018
2036
2037 -------------------------------------------------------------------
2038 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
2039
2040 - correct error code for media errors in MediaCurl::doGetFileCopy()
2041   affects only zypper error output, does not affect YaST
2042 - r7013
2043
2044 -------------------------------------------------------------------
2045 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
2046
2047 - reverted blocking of requestMedia from r6271 (#301710)
2048 - r6999
2049
2050 -------------------------------------------------------------------
2051 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
2052
2053 - prevent progress report in destructor (#299680)
2054 - r6998
2055
2056 -------------------------------------------------------------------
2057 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
2058
2059 - treat non-filelists.xml <file> entries as file provides capabilities
2060   in YUM parser (#304701)
2061 - r6992
2062
2063 -------------------------------------------------------------------
2064 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
2065
2066 - the media.1/media uniquely identifies a 'susetags' repo, not
2067   the content file (#304200)
2068
2069 -------------------------------------------------------------------
2070 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
2071
2072 - fixed locale dir (#304649)
2073 - r6984
2074
2075 -------------------------------------------------------------------
2076 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
2077
2078 - don't treat normal package license as "license to confirm"
2079   (#305906)
2080
2081 -------------------------------------------------------------------
2082 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
2083
2084 - Fixed fix for #293039. Segfault due to uninitialzed data.
2085 - version 3.19.3
2086 - revision 6980
2087
2088 -------------------------------------------------------------------
2089 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
2090
2091 - reduced too much verbosed ResolverContext logging; Bug 303971
2092 - r 6977
2093
2094 -------------------------------------------------------------------
2095 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
2096
2097 - Fixed PlainDir repositories to provide real disk usage data. For
2098   repomd and others that do not provide any detailed disk usage info,
2099   assume the packgage size is required below "/". Peviously they were
2100   treated as being empy.
2101 - version 3.19.2
2102 - revision 6972
2103
2104 -------------------------------------------------------------------
2105 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
2106
2107 - Add a new solver solution in the case of running in a timeout:
2108   ProblemSolutionDoubleTimeout.h
2109   #Bug 302496
2110 - revision 6970
2111
2112 -------------------------------------------------------------------
2113 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
2114
2115 - bug in fix for (#292986)
2116
2117 -------------------------------------------------------------------
2118 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
2119
2120 - (#297001) - libzypp: can't skip broken packages
2121 - re enable importing zypp keyring from rpm.(#302379)
2122 - 3.19.1
2123
2124 -------------------------------------------------------------------
2125 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
2126
2127 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
2128   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
2129   in order to support query-by-repo (#305384)
2130 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
2131   number of kinds, names, or repos (#305347)
2132 - remove ResolvableQuery::iterateResolvablesByKind, not needed
2133 - version 3.19.0
2134 - rev 6935
2135
2136 -------------------------------------------------------------------
2137 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
2138
2139 - real fix for reading signature ids. (#390535).
2140 - delete metadata when removing repo (#301037).
2141
2142 -------------------------------------------------------------------
2143 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
2144
2145 - following behaviour for setPartitions
2146   - if they are not set, they are detected
2147   - if they are set, that value is used.
2148   - if value set or detected is empty, all disk usage
2149     information is read. Otherwise just values in those
2150     mount points.
2151     Should work for installation as long as detectPartitions
2152     is empty at installation.(#293039)
2153
2154 -------------------------------------------------------------------
2155 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
2156
2157 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
2158   from external, e.g. for the testcases
2159 - Honor ZYPP_CONF environment variable to override the buit-in
2160   /etc/zypp/zypp.conf
2161 - Check architecture at handout() to prevent NULL ptr reference.
2162 - Bug 301286
2163 - rev 6908
2164
2165 -------------------------------------------------------------------
2166 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
2167
2168 -The solver generate an establish call for all
2169  resolvables which has filesystemcaps if there is not a valid result from a
2170  former solver run available. This covers:
2171  * Initial solver run
2172  * Changing of filesystem whithin a workflow, cause the solver results will
2173    be reset if the filesystem dependencies have been changed
2174  Bug 271912
2175 - r 6901
2176
2177 -------------------------------------------------------------------
2178 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
2179
2180 - pass location to plaindir package (#303751)
2181 - Add name of file in question to checksum/signature related
2182   exceptions.
2183 - pass basename of file to verifyFileSignatureWorkflow (instead of
2184   empty string).
2185 - filter out incompatible architectures when parsing sustags
2186   repos (first half of #301286)
2187 - r 6882
2188
2189 -------------------------------------------------------------------
2190 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
2191
2192 - don't run source migration if yast is running in
2193   intsys mode (#297136)
2194 - signature and checksum verification fixes. Still pending
2195   problem ZYpp getting no output from gpg when running from zypper.
2196   (#302059)
2197
2198 -------------------------------------------------------------------
2199 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
2200
2201 - Do not strip resolvables which have the same name but different kind
2202   (ResolverInfo*)
2203 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
2204 - r 6830
2205
2206 -------------------------------------------------------------------
2207 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
2208
2209 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
2210   the Estonian locale (#302525).
2211
2212 -------------------------------------------------------------------
2213 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
2214
2215 - added remembering of exception history at various places
2216
2217 -------------------------------------------------------------------
2218 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
2219
2220 - Bugfixes concerning vendor handling:
2221 - first bug:
2222   Installed A-1.0(vendor SuSE)
2223   Available A-2.0(other vendor)
2224   A will not be regarded as "unmaintained". So it will not be deleted.
2225 - second bug:
2226   A need B-2.0. B-1.0 is installed but has another vendor. Report a
2227   proper errmessage.
2228 - Testcase : solution-tests/vendor-test.xml
2229 - r 6812
2230 - 3.18.4
2231
2232 -------------------------------------------------------------------
2233 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
2234
2235 - ignore HASH key for download (#300982)
2236
2237 -------------------------------------------------------------------
2238 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
2239
2240 - Added explicitly_requested as parameter in ResolverContext::Uninstall
2241   Bug 299819
2242 - revision 6794
2243
2244 -------------------------------------------------------------------
2245 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
2246
2247 - If no mount information is available, parse all DU entries.
2248 - read only hack mode for migrate-sources. We actually do add
2249   repositories with it, but no harm. (#292986)
2250 - fix some typos in exceptions (#301331)
2251 - 3.18.3
2252
2253 -------------------------------------------------------------------
2254 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
2255
2256 - Do not regard explicit request in order to recognize updated packages
2257   correctly. Bug 301676
2258 - Updated translations
2259 - r 6766
2260 - 3.18.2
2261
2262 -------------------------------------------------------------------
2263 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
2264
2265 - package-manager script: Call /sbin/yast2 with full path because of
2266   gnomesu (#269873).
2267
2268 -------------------------------------------------------------------
2269 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
2270
2271 - add support for the HASH key. (#300982)
2272 - Use ContentFileParser in Downloader (instead of implementing
2273   the parser again, it has a reason, Downloader was written first)
2274 - update testcases and data to cover the new HASH key
2275 - 3.18.1
2276
2277 -------------------------------------------------------------------
2278 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
2279
2280 - unify query API for kind and name, summary, description
2281   (incomplete)
2282 - rev 6761, version 3.18.0
2283
2284 -------------------------------------------------------------------
2285 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
2286
2287 - add iterateResolvablesByKindsAndName
2288 - rev 6735, version 3.17.13
2289
2290 -------------------------------------------------------------------
2291 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
2292
2293 - rename ResolvableQuery::queryByName to iterateResolvablesByName
2294 - fix reading of kind and repository in ResolvableQuery
2295 - add reverse lookups in CacheTypes
2296 - add iterateResolvablesByKind
2297 - rev 6733
2298
2299 -------------------------------------------------------------------
2300 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
2301
2302 - shorten solver error messages Bug 259894
2303 - rev 6723
2304
2305 -------------------------------------------------------------------
2306 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
2307
2308 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
2309   install zypp/cache header files.
2310 - rev 6719, version 3.16.13
2311
2312 -------------------------------------------------------------------
2313 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
2314
2315 - discard pattern files with incompatbile architecture, both
2316   for download and for parsing. (#298716)
2317 - rev 6711
2318
2319 -------------------------------------------------------------------
2320 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
2321
2322 - run sqlite asynchronously and add sql index files where
2323   appropriate, gives 6x performance on certain operations.
2324   Bumping cache schema version to 1004.
2325   (#300998)
2326 - rev 6710
2327
2328 -------------------------------------------------------------------
2329 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
2330
2331 - fix String::endsWith (#301038)
2332 - rev 6709
2333
2334 -------------------------------------------------------------------
2335 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
2336
2337 - added an _explicitly_requested in QueueItemConflict ( as already in
2338   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
2339   remove the conflicting item without an error message. Bug 299819
2340 - rev 6699
2341
2342 -------------------------------------------------------------------
2343 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
2344
2345 - forgot to set default refresh policy in checkIfToRefreshMetadata
2346 - repo.refresh.delay default set to 10 minutes
2347 - 6693
2348
2349 -------------------------------------------------------------------
2350 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
2351
2352 - Bugfix while regarding correct vendor in update
2353 - r6677
2354 - version 3.15.0
2355
2356 -------------------------------------------------------------------
2357 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
2358
2359 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
2360   added to delay next check & refresh until the specified number of
2361   minutes has passed from the last check or refresh (FATE #301991).
2362   Revisions: 6654, 6656, 6666, and 6667.
2363 - filesystem::touch(Pathname) added (r6666)
2364 - RepoManager::touchIndexFile(RepoInfo) added
2365 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
2366   decision to do the refresh moved to this public method.
2367 - r6667
2368
2369 -------------------------------------------------------------------
2370 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
2371
2372 - generate a resolver problem if addRequires does not find a resovable
2373   #299486
2374 - rev 6660
2375
2376 -------------------------------------------------------------------
2377 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
2378
2379 - Prioritized delete request by the user BEFORE delete requests due
2380   missing dependencies or conflicting dependencies. Bug 298322
2381 - rev 6640
2382
2383 -------------------------------------------------------------------
2384 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
2385
2386 - support also "Plaindir" as valid repo type name (#298622)
2387 - revision 6616
2388 - version 3.14.0
2389
2390 -------------------------------------------------------------------
2391 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
2392
2393 - fix segfault in Progress reporting
2394 - progress report use name instead of alias (#298035)
2395 - repoinfo returns alias if name is empty
2396
2397 -------------------------------------------------------------------
2398 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
2399
2400 - merge patch by dmueller to get rid of boost-regex
2401
2402 -------------------------------------------------------------------
2403 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
2404
2405 - dont create a second CacheStore in the same scope, will lock...
2406   #297627
2407
2408 -------------------------------------------------------------------
2409 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
2410
2411 - fixed some RepoManager exception docs & history
2412 - r6558
2413
2414 -------------------------------------------------------------------
2415 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
2416
2417 - feature #302135: Graceful update of 3rd party packages
2418   Automatic upgrading only sees packages from same vendor
2419   This allows not needed to have those locked.
2420 - Add persistent locks file which allow wildcards. Users
2421   can lock certain packages adding lines like "kde* < 3.5"
2422 - add applyLocks() to apply persistent locks before solving
2423
2424 -------------------------------------------------------------------
2425 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
2426
2427 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
2428   #271912 wq
2429 - Added locking resolvables in the testcases
2430 - rev 6544
2431
2432 -------------------------------------------------------------------
2433 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
2434
2435 - add migrate-sources to %post (#292986)
2436 - 3.13.15
2437
2438 -------------------------------------------------------------------
2439 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
2440
2441 - fixed bug with using wrong files from raw metadata cache
2442   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
2443
2444 -------------------------------------------------------------------
2445 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
2446
2447 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
2448   Bug# 297795
2449 - r 6517
2450
2451 -------------------------------------------------------------------
2452 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
2453
2454 - implement susetags support for compressed metadata
2455   and testcases. (feature #301916)
2456 - implement disk usage in cache. For installation requires
2457   some changes in YaST to setup the ZYpp getPartitions()
2458   before repos are cached. (bug #293039)
2459 - added testcases for diskusage
2460 - 3.13.14
2461
2462 -------------------------------------------------------------------
2463 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
2464
2465 - fixed YUM parser to properly create source packages
2466 - disabled reading of filelists.xml.gz by default (the data are
2467   currently not stored anyway)
2468 - revision 6481
2469 - version 3.13.13
2470
2471 -------------------------------------------------------------------
2472 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
2473
2474 - Don't download unwanted translation files (#293740).
2475 - revision 6470
2476
2477 -------------------------------------------------------------------
2478 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
2479
2480 - Fix susetags repo to parse dikusage data (#293039)
2481 - revision 6467
2482 - version 3.13.12
2483
2484 -------------------------------------------------------------------
2485 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
2486
2487 - Add product attribute 'type' (aka 'category' which is now
2488   deprecated). Adapted sustags and yum parsers to parse and
2489   provide this value.
2490 - revision 6464
2491 - version 3.13.11
2492
2493 -------------------------------------------------------------------
2494 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
2495
2496 - fix modalias rel column number
2497 - version 3.13.10
2498
2499 -------------------------------------------------------------------
2500 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
2501
2502 - Implemented option repo.add.probe to allow probing
2503   the added repositories
2504 - version 3.13.9
2505
2506 -------------------------------------------------------------------
2507 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
2508
2509 - Fixed detection of renamed packages while update.
2510 - Added new translations
2511 - rev 6445
2512
2513 -------------------------------------------------------------------
2514 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
2515
2516 - Speed up retrieving MediaNr attribute, as it slows down install
2517   order calculation. (#297173)
2518 - revision 6442
2519
2520 -------------------------------------------------------------------
2521 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
2522
2523 - Fixed cache schema upgrade
2524
2525 -------------------------------------------------------------------
2526 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
2527
2528 - Fixed pattern includes and extends attributes.
2529 - revision 6431
2530 - version 3.13.8
2531
2532 -------------------------------------------------------------------
2533 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
2534
2535 - API for retrieving additional dependencies" solver/detail/Resolver.h
2536 - Handle additional dependencies in the testcases
2537 - Handle system and language dependencies in the testcases correctly.
2538 - r 6418
2539
2540 -------------------------------------------------------------------
2541 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
2542
2543 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
2544   has changed. Resolver must discard any cached filesystem dependencies.
2545   (required for #271912)
2546 - revision 6404
2547
2548 -------------------------------------------------------------------
2549 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
2550
2551 - Indicate changed pool content to the resolver. (required for #271912)
2552 - revision 6398
2553 - version 3.13.7
2554
2555 -------------------------------------------------------------------
2556 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
2557
2558 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
2559   problems. Bug 280387
2560 - r 6378
2561 - version 3.13.6
2562
2563 -------------------------------------------------------------------
2564 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
2565
2566 - Added interface to install source packages via zypper.
2567 - revision 6373
2568 - version 3.13.5
2569
2570 -------------------------------------------------------------------
2571 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
2572
2573 - Added package attributes Package::sourcePkgName and
2574   Package::sourcePkgEdition. Name and edition of the source
2575   rpm this package was built from.
2576 - Added ZYpp::installSrcPackage to install a single source package.
2577 - revision 6353
2578 - version 3.13.4
2579
2580 -------------------------------------------------------------------
2581 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
2582
2583 - Temorary files and directories created by makeSibling use the
2584   same protection as the original.
2585 - revision 6344
2586 - version 3.13.3
2587
2588 -------------------------------------------------------------------
2589 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
2590
2591 - Removed keepExtras from resolvePool. This will be handled
2592   in the solver internally now. #294727
2593 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
2594 - revision 6317
2595 - version 3.13.2
2596
2597 -------------------------------------------------------------------
2598 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
2599
2600 - Remove tribool from RepoInfo's interface.
2601 - revision 6301
2602 - version 3.13.1
2603
2604 -------------------------------------------------------------------
2605 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
2606
2607 - Fixed wrong media number reported by script, message and patch.
2608 - Fixed script API to provide the scripts location on media (if not
2609   inlined).
2610 - Introduced ScripProvider to make a script available on the local
2611   disk.
2612 - revision 6288
2613 - version 3.13.0
2614
2615 -------------------------------------------------------------------
2616 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
2617
2618 - don't request media chage if the media is not changeable (like
2619   e.g. http)
2620 - revision 6271
2621 - version 3.12.1
2622
2623 -------------------------------------------------------------------
2624 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
2625
2626 - progress ticks for clean cache
2627 - ZConfig: remove default from names.
2628 - re enable reading cache callbacks
2629 - ini parser without boost::regexp
2630   patch by dmueller (#152447)
2631
2632 -------------------------------------------------------------------
2633 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
2634
2635 - Fixed package to provide the location media number. (#294496)
2636 - revision 6263
2637
2638 -------------------------------------------------------------------
2639 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
2640
2641 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
2642   gpgkey) instead of throwing bad url exception
2643 - revision 6259
2644
2645 -------------------------------------------------------------------
2646 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
2647
2648 - Make clearing of extra dependencies/conflicts configurable when
2649   resolvePool(). Leave the default as before (clear extras).
2650   Bug # 294727
2651 - revision 6233
2652 - version 3.12.0
2653
2654 -------------------------------------------------------------------
2655 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
2656
2657 - /var/lib/zypp/cache -> /var/cache/zypp
2658   (#292419)
2659 - ini parser without boost::regexp, patch by dmueller
2660   (#152447)
2661
2662 -------------------------------------------------------------------
2663 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
2664
2665 - Make temp directory configurable  via environment
2666   variable ZYPPTMPDIR.
2667 - revision 6202
2668 - version 3.11.11
2669
2670 -------------------------------------------------------------------
2671 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
2672
2673 - Fixed bug in smart pointer comparison.
2674
2675 -------------------------------------------------------------------
2676 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
2677
2678 - Fix failing rename of metadata download directories across
2679   filesystem boundaries.
2680
2681 -------------------------------------------------------------------
2682 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
2683
2684 - Fixed malicious gettext include.
2685 - Make ZConfig a singleton.
2686 - revision 6123
2687
2688 -------------------------------------------------------------------
2689 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
2690
2691 - Fixed repo::provideFile to set a deleter for downloaded files
2692   (#293004).
2693 - revision 6094
2694 - version 3.11.10
2695
2696 -------------------------------------------------------------------
2697 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
2698
2699 - Query ByRepository now takes as well an alias.
2700
2701 -------------------------------------------------------------------
2702 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
2703
2704 - fix retrieval of container attributes in cache
2705   (#292698)
2706
2707 -------------------------------------------------------------------
2708 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
2709
2710 - Port zypp-query-pool (#292404)
2711 - revision 6069
2712 - version 3.11.9
2713
2714 -------------------------------------------------------------------
2715 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
2716
2717 - added new calls in Resolver.h: addRequire,addConflict
2718
2719 -------------------------------------------------------------------
2720 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
2721
2722 - Fixed IniParser to allow '=' in values (#292669)
2723 - revision 6063
2724
2725 -------------------------------------------------------------------
2726 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
2727
2728 - allow / in alias (#292628)
2729
2730 -------------------------------------------------------------------
2731 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
2732
2733 - Fixed repo::provideFile to throw on error.
2734 - Fixed ResolvableQuery to use 0 as default for non existing
2735   numerical values.
2736 - revision 6058
2737
2738 -------------------------------------------------------------------
2739 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
2740
2741 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
2742   additional ctor for convenience.
2743 - revision 6047
2744
2745 -------------------------------------------------------------------
2746 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
2747
2748 - Evalute update canditate:
2749   Take canditates only which are really installable. Bug 292077
2750   r 6034
2751
2752 -------------------------------------------------------------------
2753 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
2754
2755 - fixed some tribool bugs in RepoInfo
2756 - revision 6022
2757
2758 -------------------------------------------------------------------
2759 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
2760
2761 - fix reading of non existant repo
2762 - r6018
2763 - first submission to stable
2764 - fix keywords parsing in susetags parser
2765 - version 3.11.8
2766
2767 -------------------------------------------------------------------
2768 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
2769
2770 - make resolvable query complete exceptionless with the database
2771 - test that packages have some attributes
2772 - disable progress adaptor for now
2773 - revision 5977
2774 - version 3.11.7
2775
2776 -------------------------------------------------------------------
2777 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
2778
2779 - fixed unresolved symbols
2780 - revision 5972
2781 - version 3.11.6
2782
2783 -------------------------------------------------------------------
2784 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
2785
2786 - fixed TranslatedText creating unwanted entries.
2787 - fixed capability processing
2788 - revision 5964
2789 - version 3.11.5
2790
2791 -------------------------------------------------------------------
2792 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
2793
2794 - MediaSetAccess::release() added
2795 - Use attachDesiredMedia in MediaProducts
2796 - Progress reporting improved
2797 - revision 5959
2798 - version 3.11.4
2799
2800 -------------------------------------------------------------------
2801 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
2802
2803 - fixed parsing translated texts.
2804 - added source packages.
2805 - revision 5947
2806 - version 3.11.3
2807
2808 -------------------------------------------------------------------
2809 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
2810
2811 - repo callbacks fixed
2812 - Fixed YUM parser progress reporting
2813 - Added CombinedProgressData
2814 - make RepoImpl::resolvables() load lazy
2815 - MediaProducts added for scanning products file
2816 - Implement cache schema versioning and automatic invalidation of
2817   cache when schema changes
2818 - revision 5942
2819 - version 3.11.2
2820
2821 -------------------------------------------------------------------
2822 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
2823
2824 - Propagate pools repository_iterator to the UI
2825 - revision 5911
2826 - version 3.11.1
2827
2828 -------------------------------------------------------------------
2829 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
2830
2831 - Package::location is now returns an OnMediaLocation
2832 - archivesize() renamed to downloadSize()
2833 - Allow to iterate all Repositories that contribute
2834   Resolvables to the Pool.
2835 - MediaSetAccess::provideDir added
2836 - remove useless url check
2837 - add old-api-style wrapper
2838 - Add MediaProducts class
2839 - revision 5892
2840 - version 3.11.0
2841
2842 -------------------------------------------------------------------
2843 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
2844
2845 - function isInstalledBy/installs
2846   Added an initial installation flag which shows if the item has been
2847   triggered for installation, or the dependency is already satisfied.
2848 - Revision 5884
2849 - Version 3.4.0
2850
2851 -------------------------------------------------------------------
2852 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
2853
2854 - removed unused %{prefix}/lib/zypp from %files in spec file
2855 - revision 5870
2856
2857 -------------------------------------------------------------------
2858 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
2859
2860 - Old API (SourceManager, metadata parsers) dropped in favor of the
2861   new refactored ones (RepoManager, RepoParser(s), cache subtree,
2862   repo subtree).
2863 - Some new API improvements.
2864 - revision 5868
2865 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
2866
2867 -------------------------------------------------------------------
2868 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
2869
2870 - New API calls which provides more information about one
2871   resolvable after a solverrun:
2872   isInstalledBy (const PoolItem_Ref item);
2873   installs (const PoolItem_Ref item);
2874 - Revision 5835
2875
2876 -------------------------------------------------------------------
2877 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
2878
2879 - fix changelog entry order
2880
2881 -------------------------------------------------------------------
2882 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
2883
2884 - Ignore conflicting items which are uninstallable
2885 - Create a "needed by" info if a requirement is still fulfilled.
2886 - Allow only one needed_by and needed_by_capability in QueueItemInstall
2887 - Added capability and type (REQUIRE, RECOMMEND,....) to
2888   ResolverInfoNeededBy
2889 - Evaluate ResolverInfoNeededBy for more information in the error
2890   messages
2891 - Enlarge detail description in the error messages
2892 - Revision 5807
2893
2894 -------------------------------------------------------------------
2895 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
2896
2897 - Fixes for gcc-4.2
2898 - revision 5786
2899 - version 3.3.1
2900
2901 -------------------------------------------------------------------
2902 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
2903
2904 - fixed so versioning from libtool to cmake
2905 - 3.3.0
2906
2907 -------------------------------------------------------------------
2908 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
2909
2910 - Use gpg2 instead of gpg for keyring and make
2911   the package depend on it (#284211)
2912
2913 -------------------------------------------------------------------
2914 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
2915
2916 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
2917   New dependency "packageand(foo:bar)" which provides an AND dependency by
2918   injecting a supplement/freshen.
2919   e.G. package novell-cluster-services-kmp-smp
2920   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
2921   Bug 255011
2922 - Dont check for architecture changes in atoms (#266178)
2923 - Revision 5720
2924
2925 -------------------------------------------------------------------
2926 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
2927
2928 - Fixed package-manager script (#275847)
2929 - revision 5614
2930
2931 -------------------------------------------------------------------
2932 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
2933
2934 - fixed cmake
2935 - version 3.2.2
2936
2937 -------------------------------------------------------------------
2938 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
2939
2940 - Reduced logging in order to speedup solving Bug 275100
2941 - revision 5603
2942 - version 3.2.1
2943
2944 -------------------------------------------------------------------
2945 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
2946
2947 - Fix excess calls to releaseFile. (#274357)
2948 - revision 5545
2949
2950 -------------------------------------------------------------------
2951 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
2952
2953 - Fix importing keys into rpm. (#270125)
2954 - r5527
2955
2956 -------------------------------------------------------------------
2957 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
2958
2959 - Support filesystem dependencies to add needed filesystem RPMs
2960   automatically (Fate 301966).
2961 - revision 5404
2962 - version 3.2.0
2963
2964 -------------------------------------------------------------------
2965 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
2966
2967 - avoiding attaching media where not needed (#263207)
2968 - r5381
2969
2970 -------------------------------------------------------------------
2971 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
2972
2973 - fix FileCap with attributes
2974 - r5376
2975
2976 -------------------------------------------------------------------
2977 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
2978
2979 - Fixed computation of install order. Take requirements of
2980   an installed packages uninstall scripts into account, if
2981   the package is updated. (#258682)
2982 - revision 5349
2983 - version 3.1.1
2984 -------------------------------------------------------------------
2985 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
2986
2987 - Parse and provide package keywords. (Fate 120368)
2988 - revision 5338
2989 - version 3.1.0
2990
2991 -------------------------------------------------------------------
2992 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
2993
2994 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
2995   Ask the user. Bug 258322
2996 - revision 5305
2997 - version 3.0.3
2998
2999 -------------------------------------------------------------------
3000 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
3001
3002 - Fix restoring of Sources id root prefix is used. (#238165)
3003 - revision 5299
3004 - version 3.0.2
3005
3006 -------------------------------------------------------------------
3007 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
3008
3009 - MediaManager::attachDesiredMedia() added to support multiple
3010   (CD/DVD) drives (fate #3974)
3011 - r5296
3012
3013 -------------------------------------------------------------------
3014 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
3015
3016 - If there is no valid solver result and NOT all resolvables ( other
3017   architecture) has been regarded, let the user decide making a new
3018   solver run with ALL available resolvables. Bug 223440
3019 - reducing logging (error -> debug)  bug 252921
3020 - Revision 5219
3021
3022 -------------------------------------------------------------------
3023 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
3024
3025 - Allow configuration of trusted vendors via
3026   /var/lib/zypp/db/trustedVendors. (#186636)
3027 - revision 5194
3028 - version 3.0.1
3029
3030 -------------------------------------------------------------------
3031 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
3032
3033 - libzypp-devel -> libzypp requirement is not versioned
3034   (#251086)
3035 - r5181
3036
3037 -------------------------------------------------------------------
3038 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
3039
3040 - Using already existing valid solver results for further solver runs.
3041   (partiell solving)
3042 - r5169
3043
3044 -------------------------------------------------------------------
3045 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
3046
3047 - fix link order
3048 - r5165
3049
3050 -------------------------------------------------------------------
3051 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
3052
3053 - merging from 10.2 / SP1
3054 - #247459 ftp probing
3055   denied == dont exists in ftp
3056 - r5124
3057
3058 -------------------------------------------------------------------
3059 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
3060
3061 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
3062 - Simultaneouqusly establishing of items which are conflicting eachother is
3063   useless. So only one will be established. Fixed in QueueItemInstall.cc
3064   Bug 243595
3065 - Added new upgrade options to fine tune version and patch handling.
3066   (F301990)
3067 - The context of establishPool will be stored in Resolver and will be
3068   regarded for the next solver run everytime. So it will be not reset by
3069   any solver run anymore.
3070   bug 191810 ( A broken patch will not be installed again)
3071
3072 -------------------------------------------------------------------
3073 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
3074
3075 - adding sotf,timeo=X nfs mount options by default (#235211)
3076 - r5093
3077
3078 -------------------------------------------------------------------
3079 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
3080
3081 - support for HTTP authentication prompt added (#190609)
3082 - fixed problem with empty path in URL
3083   in MediaCurl::doGetFileCopy()
3084 - r5085
3085
3086 -------------------------------------------------------------------
3087 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
3088
3089 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
3090   SuSE-Linux-10_2-Branch
3091
3092 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
3093 - verifySystem: The result will be set to APPL_HIGH, so it will be not
3094   reset by a second "normal" solver run. #239281 (schubi)
3095 - yast2 reports invalid URL as 'unknown source type'
3096   (#209961) (dmacvicar)
3097 - Added freshen language dependency in supplemements too if there is no
3098   entry in supplements.
3099   #240617;IPA fonts are not installed even if select Japanese
3100   language (schubi)
3101 - Setting allowed authentication methods to "basic,digest" if none
3102   provided in URL (#243006) (jkupec)
3103 - Stopping after 50 valid solver results. Anymore would be useless. Bug
3104   243595 (schubi)
3105 - r 5007
3106
3107 -------------------------------------------------------------------
3108 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
3109
3110 - package-manager: use a generic su script from XDG (#235303, #244442)
3111
3112 -------------------------------------------------------------------
3113 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
3114
3115 - Setting allowed authentication methods to "basic,digest" if none
3116   provided in URL (#243006)
3117 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
3118   (mvidner)
3119 - r4999
3120
3121 -------------------------------------------------------------------
3122 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
3123
3124 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
3125   (#222602)
3126 - 4984
3127
3128 -------------------------------------------------------------------
3129 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
3130
3131 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
3132
3133 - update packages: changing architecture is only valid while an
3134   system update and NOT while an update via a patch. Last fix does
3135   not fit for every case.
3136   Bug 230685
3137 - Patch has selected not the concerning package for update but
3138   a package which has provided the required dependencies too.
3139   Algorithmus: If there are exactly two providers which differ in architecture
3140                prefer the better arch.
3141   Fix: Regarding NVRA too. ( only if equal )
3142   Bug 238284
3143 - Download only English and Local translation
3144   (#208457)
3145 - Added solver parameter:
3146    tryAllPossibilities: regarding every solver branch ( not only
3147                         branches with e.G. best architectures
3148    preferHighestVersion: Prefer solver results which have a higher
3149                          version number.
3150   Bug #238087
3151 - update packages: changing architecture is only valid while an
3152   system update and NOT while an update via a patch.
3153   Bug 230685 - x86_64 MozillaFirefox binaries in security update
3154   repository
3155   Fix of version 2.11.2 has not worked if the first founded item
3156   had had another architecture.
3157 - r4927
3158
3159 -------------------------------------------------------------------
3160 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
3161
3162 - added ZYpp::getPartitions() - return the partitinoning
3163
3164 -------------------------------------------------------------------
3165 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
3166
3167 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
3168 - Corrupt download cannot be skipped
3169   (#217425 and #224216)
3170 - Enable package read ahead/caching in commit per default to reduce
3171   interactive media changes. If the environment variable
3172   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
3173 - added parameter not to reset resolver results while calling
3174   freshen pool Bug: 235761
3175 - Prepare package read ahead/caching of packages in commit. Adatped the
3176   workflow. Caching details are now hidden inside CommitPackageCache.
3177   The current implementation still performs no read ahead. (for F100182)
3178 - Skip invalid or broken rpm database entries. (#231211)
3179 - verifySystem: check if the solution is valid after calling freshenPool()
3180   Bug: 235761
3181 - Added own call for Resolver::verifySystem with additional
3182   hardware/language check in order to keep binary compatibility
3183   Fate #301224
3184 - Rpm requires additional quoting of special chars in filenames.
3185   (#233967)
3186 - Resolver::verifySystem checks for new hardware now by calling
3187   freshenPool. This is configureable. Fate #301224
3188 - merged texts from proofread
3189 - Don't consider patch/delta rpms if package architecture changes.
3190   (#231254)
3191 - update packages: changing architecture is only valid while an
3192   system update and NOT while an update via a patch.
3193   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
3194 - verifySystem: Do only regard items which will be on the system after the
3195   commit. Fate 301178
3196 - feature #301369
3197   Import listed GPG Keys from an trusted installation source
3198 - fix return call in new xml parser
3199 - Enable system resolvables in Helix parser (Revision 4787)
3200 - deptestomatic:
3201   Resetting transaction with the correct call;
3202   bugfix; Added kind in keep state (Revision 4788)
3203 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
3204   soft (Revision 4789)
3205 - New call added: maySetToBeUninstalledSoft (Revision 4789)
3206   Both are only functions for the solver (Revision 4789)
3207 - Resetting "by causer" in order to distinguish from state
3208   "keep by user". ( function setLock in order to remove lock)
3209   (Revision 4789)
3210 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
3211   in QueueItemUninstall.cc (Revision 4790)
3212 - Regarding "keep state by user". So avoiding "reselecting" by
3213   other requirements.
3214   Give a corresponding problem solution if a resolvable satisfy
3215   a dependency, but has been set to keep by the user.
3216   Bug : 222531 (Revision 4791)
3217 - Allow to disable autoprotection of foreign vendor items. Required
3218   in zmd-backend. (F301735).
3219 - use sqlite-zmd if using > 10.2 in spec. Use the one available
3220   durin compile.
3221 - Item could has already been selected to soft uninstall (e.G. remove
3222   pattern which recommend this item ). Do not throw an exception anymore.
3223   bug#225278
3224 - Added syscontent::Reader: Parse serialized set of ResObjects.
3225   (for F300729)
3226 - If there has already been selected another item by the solver (e.g. from
3227   another source) we will take thatone in order to avoid parallel
3228   installation and there concerning error messages.
3229   Bug 224698
3230 - In order to handle conflicting resolvable we try to update the
3231   conflicting item. While evaluating these canditates an already selected
3232   candidate will not be regarded. So it could be that an older package
3233   will be selected for update although a newer has already been selected. Revision 4765
3234 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
3235   update candidate and evaluate additional branches.
3236 - r4907
3237
3238 -------------------------------------------------------------------
3239 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
3240
3241 - Improved realpath() wrapper in media handler class (#222521).
3242 - revision 4758
3243
3244 -------------------------------------------------------------------
3245 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
3246
3247 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
3248 - revision 4713
3249
3250 -------------------------------------------------------------------
3251 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
3252
3253 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
3254   because backend uses this sqlite and it is no fun to
3255   install one and the other to develop (as the -devel packages)
3256   conflict.
3257 - add cmake support for building zypp/ lib.
3258   TODO: soinfo, compile testcases, devel, zypp2,docs
3259   find rpm, curl and others.
3260 - dont serialize interactive, as it is
3261   calculated now.
3262   (it was already fixed as we don't reimplement
3263   the method, but we still serialized, parsed)
3264 - r4709
3265
3266 -------------------------------------------------------------------
3267 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
3268
3269 - fixed Patch::interactive to return true as well, if the patch
3270   itself has a licence. (#224192)
3271 - revision 4702
3272 - version 2.9.2
3273
3274 -------------------------------------------------------------------
3275 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
3276
3277 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
3278   on the installation image (#213852).
3279 - revision 4700
3280
3281 -------------------------------------------------------------------
3282 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
3283
3284 - Avoid duplicate pool entries; Bug 223750; second part of the fix
3285 - r4698
3286 - Version 2.9.1
3287
3288 -------------------------------------------------------------------
3289 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
3290
3291 - Pool has multi instances of an item in the pool. Reduced this error
3292   to items which are identically at least. #217574 and #223750
3293 - r4695
3294
3295 -------------------------------------------------------------------
3296 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
3297
3298 - replace spaces to underscores in product names
3299 - 2.8.7
3300 - r4688
3301
3302 -------------------------------------------------------------------
3303 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
3304
3305 - Mark some strings for translation (#219783 need it)
3306 - r4682
3307
3308 -------------------------------------------------------------------
3309 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
3310
3311 - Added translations marks to hal, url and mutex exceptions (#23771)
3312 - revision 4680
3313
3314 -------------------------------------------------------------------
3315 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
3316
3317 - don't make libzypp-devel depend on sqlite-devel as
3318   headers from zypp2 are not installed yet
3319 - r4663
3320
3321 -------------------------------------------------------------------
3322 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
3323
3324 - Return an error if fork failed. (#204807)
3325 - Make Script execution abortable by user request. (#212949, F100233)
3326 - revision 4660
3327 - version 2.8.6
3328
3329 -------------------------------------------------------------------
3330 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
3331
3332 - Added package-manager wrapper script, with icon and .desktop (#222757).
3333   (Used by gnome-main-menu)
3334 - version 2.8.5
3335 - r4640
3336
3337 -------------------------------------------------------------------
3338 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
3339
3340 - Fixed target/hal - one more dbus_connection_close found (#216035)
3341 - revision 4636
3342 - version 2.8.4
3343
3344 -------------------------------------------------------------------
3345 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
3346
3347 - translation added
3348   rev 4630
3349   version 2.8.3
3350
3351 -------------------------------------------------------------------
3352 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
3353
3354 - Process obsoletes when installing non-package objects. (#217352)
3355 - revision 4621
3356 - version 2.8.2
3357
3358 -------------------------------------------------------------------
3359 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
3360
3361 - Implemented volume device check using /sbin/vol_id (#213852).
3362 - Revision 4619
3363
3364 -------------------------------------------------------------------
3365 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
3366
3367 - new translation added
3368
3369 -------------------------------------------------------------------
3370 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
3371
3372 - Implemented an reuse of already existing foreign CD/DVD mount points
3373   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
3374 - Added a fallback check of the volume.mount_point HAL property to
3375   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
3376   to be not avaliable in newer HAL versions (on 10.2).
3377 - Revision 4615
3378 - Version 2.8.1
3379
3380 -------------------------------------------------------------------
3381 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
3382
3383 - removed unused methods from Patch and PatchImplIf. Provided
3384   reasonable default implementation for Patch::interactive.
3385   (#221476).
3386 - revision 4610
3387 - Version 2.8.0
3388
3389 -------------------------------------------------------------------
3390 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
3391
3392 - Handle media eject failures (#216545)
3393 - r4606
3394
3395 -------------------------------------------------------------------
3396 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
3397
3398 - Reimplemented RpmDb::checkPackage using librpm API instead
3399   of parsing "rpm --checksig" output. (#163202)
3400 - Version 2.7.4
3401 - revision 4600
3402
3403 -------------------------------------------------------------------
3404 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
3405
3406 - NEW behaviour of the solver:
3407   Obsolete virtual provides. E.G.:
3408
3409   Installed:
3410   -----------
3411   Name:           test-1.0-0
3412
3413   Name:           moretest-1.0-0
3414   Provides:       test
3415
3416   To be installed
3417   ------------------
3418   Name:           nomoretest-1.0-0
3419   Obsoletes:      test
3420
3421   Result
3422   --------
3423   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
3424   test-1.0-0 had been deleted. Bug 220999
3425
3426 - Translations added
3427
3428 Version 2.7.3
3429 rev 4593
3430
3431 -------------------------------------------------------------------
3432 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
3433
3434 - Bugfix in generating solver testcases:
3435    - added kind of capabilities in description file
3436    - removed unneded channel from uninstall in command file
3437
3438 -------------------------------------------------------------------
3439 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
3440
3441 - Try to call /bin/eject utility if the eject-ioctl fails.
3442 - r4568
3443
3444 -------------------------------------------------------------------
3445 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
3446
3447 - ignore empty capabilities
3448 - r4565
3449
3450 -------------------------------------------------------------------
3451 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
3452
3453 - make progress strings translatable (#219783)
3454 - r4556
3455
3456 -------------------------------------------------------------------
3457 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
3458
3459 -  While deleting a selection all concerning recommended
3460    packages will be deleted too.
3461    BUT those packages should not be deleted which have been
3462    set to KEEP by the user. bug 217574
3463    rev 4526
3464    VERSION: 2.7.2
3465
3466 -------------------------------------------------------------------
3467 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
3468
3469 - Makefile in zypp2 fixed
3470   Revision 4520
3471
3472 -------------------------------------------------------------------
3473 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
3474
3475 - Translations added
3476   Revision 4514
3477   VERSION: 2.7.1
3478
3479 -------------------------------------------------------------------
3480 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
3481
3482 - Make the parser more strict, rejecting broken sources
3483   but showing the error line.
3484   Last fix making the parser relax would break multitag
3485   descriptions with empty lines, now we check dependencies
3486   at a higher level. (reference #160607)
3487 - r4501
3488
3489 -------------------------------------------------------------------
3490 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
3491
3492 - New problem solution added: Unlock ALL resovables in order to speed up
3493   problem solution. Bug 206453
3494
3495 -------------------------------------------------------------------
3496 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
3497
3498 - Translations added
3499
3500 -------------------------------------------------------------------
3501 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
3502
3503 - Fixed target/hal - removed dbus_connection_close calls, because
3504   the connections are shared; unref the ref-counted handle only.
3505   (#216035)
3506 - r4442
3507
3508 -------------------------------------------------------------------
3509 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
3510
3511 - skipping unreachable packages won't work
3512   (#215445)
3513 - r4468
3514
3515 -------------------------------------------------------------------
3516 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
3517
3518 - (#213793) Target store fails to recreate stored install-time (other
3519   Date and ByteCount values as well)
3520
3521 - skip comments and blank lines in multilists
3522   fixes (#214877) - zen-updater is not installed by default
3523
3524 - Automatically fix broken products when reading
3525   the product database.
3526   still pending: honour the read-only flag
3527   Changes to make this possible include
3528   using read_dir instead of boost directory
3529   iterator.
3530
3531 -------------------------------------------------------------------
3532 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
3533
3534 - added new class for generating solver testcases:
3535   Testcase
3536
3537 -------------------------------------------------------------------
3538 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
3539
3540 - Finalized ui::PatternContents. (F301229)
3541 - version 2.7.0
3542 - revision 4413
3543
3544 -------------------------------------------------------------------
3545 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
3546
3547 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
3548 - version 2.6.0
3549
3550 -------------------------------------------------------------------
3551 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
3552
3553 - Added ui::PatternContents: Helper class that will compute a patterns
3554   expanded install_packages set. (UI interface for F301229)
3555 - revision 4387
3556
3557 -------------------------------------------------------------------
3558 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
3559
3560 - removed the last reference to /usr/lib64 to fix the build
3561
3562 -------------------------------------------------------------------
3563 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
3564
3565 - added "zypper info" (jkupec)
3566 - version 2.5.2
3567
3568 -------------------------------------------------------------------
3569 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
3570
3571 - fix rpm db timestamp
3572 - add extra urls and optional urls to product API
3573 - r4378
3574
3575 -------------------------------------------------------------------
3576 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
3577
3578 - zypper: nicer progress reports, with or without --verbose.
3579
3580 -------------------------------------------------------------------
3581 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
3582
3583 - Fixed reloading of target data after commit. Broken since
3584   rev 3880.
3585 - version 2.5.1
3586 - revision 4365
3587
3588 -------------------------------------------------------------------
3589 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
3590
3591 - put query-pool in /usr/lib/zypp and not lib64
3592 - r4363
3593
3594 -------------------------------------------------------------------
3595 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
3596
3597 - revert keyring changes, causes endless loop (obvious)
3598 - add dist-product information, adapt store
3599 - version 2.5.0
3600 - r4355
3601
3602 -------------------------------------------------------------------
3603 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
3604
3605 - zypp-query-pool: For products show additionally distributionName
3606   and distributionEdition. (required by #205392)
3607 - revision 4349
3608
3609 -------------------------------------------------------------------
3610 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
3611
3612 - Add accessor for Product distributionName and distributionEdition.
3613   (required by #205392)
3614 - revision 4347
3615
3616 -------------------------------------------------------------------
3617 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
3618
3619 - added test case for KeyRing
3620 - fire trustedKeyAdded in all calls to import trusted key
3621   not only in signature check workflow.
3622 - r4342
3623
3624 -------------------------------------------------------------------
3625 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
3626
3627 - zypper update: implemented minimal version (patches only)
3628 - zypper list-updates: changed default type from package to patch,
3629   consider patches affecting the package manager separately
3630
3631 -------------------------------------------------------------------
3632 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
3633
3634 - version 2.4.1
3635 - r4338
3636
3637 -------------------------------------------------------------------
3638 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
3639
3640 - add zypp-query-pool, so registration doesn't depend on
3641   libzypp-zmd-backend being installed. Will remove from
3642   backend when suseregister gets updated.
3643
3644 -------------------------------------------------------------------
3645 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
3646
3647 - Make sure config.rpath is present.
3648
3649 -------------------------------------------------------------------
3650 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
3651
3652 - zypper search: fixed uninitialized members that made all searches
3653   exact and case sensitve
3654
3655 -------------------------------------------------------------------
3656 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
3657
3658 - zypp-checkpatches, write in the right file
3659 - r4328
3660
3661 -------------------------------------------------------------------
3662 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
3663
3664 - Install resolvables although they are unneeded
3665   if they have NOT the kind patch/atoms
3666   Bug 210538 - freshens/supplements does not work with patterns
3667 - r4326
3668
3669 -------------------------------------------------------------------
3670 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
3671
3672 - zypper service-add -r http://example.org/foo.repo (F#300641).
3673
3674 -------------------------------------------------------------------
3675 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
3676
3677 - zypp-checkpatches:
3678   save version of the generated xml to
3679   regenerate it if it changes.
3680   save a random token in case of error to
3681   force recreating xml file
3682 - r4321
3683
3684 -------------------------------------------------------------------
3685 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
3686
3687 - remove permissions for zypp checkpatches from spec
3688 - r4318
3689
3690 -------------------------------------------------------------------
3691 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
3692
3693 - registration fails because of wrong product data
3694   (#205392)
3695   use DISTPRODUCT,DISTVERSION to create the product
3696   resolvable. have this resolvable provide
3697   PRODUCT = VERSION
3698 - r4312
3699
3700 -------------------------------------------------------------------
3701 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
3702
3703 - zypper service-add -r ./foo.repo (F#300641).
3704
3705 -------------------------------------------------------------------
3706 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
3707
3708 - zypper: added case-sensitive search, search in descriptions and
3709   summaries, search by resolvable type, substring and word
3710   matching, support for wildcards
3711 - Revision 4303
3712
3713 -------------------------------------------------------------------
3714 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
3715
3716 - Prevent the user from sending signals to zypp-checkpatches-wrapper
3717   (#211286).
3718
3719 -------------------------------------------------------------------
3720 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
3721
3722 - Dont incomplete an uninstalled resolvable, even not when establishing.
3723   Incomplete only makes sense for installed resolvables (when they have broken
3724   deps), for patches (because they are needed) and for atoms (because they are
3725   used during patch calculation)
3726   Bug 198379
3727
3728 - Do not branch for packages with the same NVE but different architectures.
3729   Take the best architecture.
3730
3731 -------------------------------------------------------------------
3732 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
3733
3734 - implement rename source in sourcemanager
3735 - r4286
3736
3737 -------------------------------------------------------------------
3738 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
3739
3740 - YaST sources: set alias to product summary if empty
3741 - show alias on logs.
3742 - r4281
3743
3744 -------------------------------------------------------------------
3745 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
3746
3747 - version 2.4.0 (bin incompat due to callback fixes)
3748 - r4272
3749
3750 -------------------------------------------------------------------
3751 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
3752
3753 - Provide additional solver status information to the UI.
3754   (#162164,F301272)
3755 - Fixed UI satus computation in presence of multiple available
3756   candidates.
3757 - revision 4264
3758 - version 2.3.1
3759
3760 -------------------------------------------------------------------
3761 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
3762
3763 - remove const in MediaChangeReport requestMedia that
3764   broke cd changing.
3765 - r4262
3766
3767 -------------------------------------------------------------------
3768 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
3769
3770 - zypper: added search (jkupec)
3771 - removed the suid bit from zypp-checkpatches-wrapper so that the
3772   build passes until permissions.rpm is updated (~#211286).
3773 - r4253
3774
3775 -------------------------------------------------------------------
3776 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
3777
3778 - Log microseconds if ZYPP_PROFILING env var is enabled.
3779 - r4252
3780
3781 -------------------------------------------------------------------
3782 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
3783
3784 - YaST sources:
3785   Factory cannot be set with 'refresh' enabled
3786   (#204957)
3787 - get rid of some const bool signatures in Source classes
3788 - r4247
3789
3790 -------------------------------------------------------------------
3791 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
3792
3793 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
3794
3795 -------------------------------------------------------------------
3796 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
3797
3798 - select the best solution: prefering the total amount of install/update
3799   packages BEFORE source preferences. Bug 208784
3800
3801 -------------------------------------------------------------------
3802 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
3803
3804 - Introduce a method to see if a source supports a
3805   kind of resolvable at that time, so we can
3806   init a YUM source like factory but avoid parsing
3807   it if it contains no patches.
3808 - add TODO
3809 - zypp-checkpatches xml output
3810 - r4235
3811
3812 -------------------------------------------------------------------
3813 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
3814
3815 - added a CLI preview: zypper
3816 - revision 4214
3817 - version 2.2.3
3818
3819 -------------------------------------------------------------------
3820 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
3821
3822 - FATE #100165:
3823   Make Content File Aware of Different Architectures
3824   expand %a in release notes with architecture
3825
3826 -------------------------------------------------------------------
3827 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
3828
3829 - Extended pattern parser to support includes/extends tags as hint
3830   for the IO. (F301229)
3831 - revision 4199
3832 - version 2.2.2
3833
3834 -------------------------------------------------------------------
3835 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
3836
3837 - Enabled sending of ScriptResolvableReport.
3838 - Changed ScriptResolvableReport::start to send local path
3839   of script to be executed.
3840 - revision 4190
3841 - version 2.2.1
3842
3843 -------------------------------------------------------------------
3844 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
3845
3846 - Added ScriptResolvableReport. Callbacks triggered on script
3847   execution during commit. (F100233)
3848 - revision 4187
3849 - version 2.2.0
3850
3851 -------------------------------------------------------------------
3852 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
3853
3854 - fix: Url::getRegisteredSchemes() would always return nothing
3855
3856 -------------------------------------------------------------------
3857 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
3858
3859 - Made the build dependency on gettext-devel explicit
3860
3861 -------------------------------------------------------------------
3862 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
3863
3864 - adapted multi-media YUM sources according to official YUM
3865   specification (F300743)
3866
3867 -------------------------------------------------------------------
3868 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
3869
3870 - use RPM_OPT_FLAGS (meissner@suse.de)
3871
3872 -------------------------------------------------------------------
3873 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
3874
3875 - SourceFactory::createFrom() - don't loose url,...
3876 - r4160
3877
3878 -------------------------------------------------------------------
3879 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
3880
3881 - reduce logging in ResolvableImpl.cc
3882 - rev 4157
3883
3884 -------------------------------------------------------------------
3885 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
3886
3887 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
3888   in QueueItemInstall and QueueItemRequire
3889   Bug 192535/204913
3890   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
3891
3892 -------------------------------------------------------------------
3893 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
3894
3895 - fixed SourceFactory::createFrom() - don't loose alias,
3896   cachedir,... parameters
3897
3898 -------------------------------------------------------------------
3899 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
3900
3901 - Use RPM Enhances only if detected at configure time, to allow
3902   compilation with older rpm.
3903 - callback params: use const string & instead of string (dmacvicar)
3904
3905 -------------------------------------------------------------------
3906 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
3907
3908 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
3909   a package/script/message
3910   Bug: 192535
3911
3912 -------------------------------------------------------------------
3913 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
3914
3915 - add Source_Ref::checksum() which in combination with
3916   timestamp can give an idea of a source change.
3917 - r4106
3918
3919 -------------------------------------------------------------------
3920 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
3921
3922 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
3923   enable progress reporting on compressed streams.
3924
3925 -------------------------------------------------------------------
3926 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
3927
3928 - better error propagation
3929 - r4096
3930
3931 -------------------------------------------------------------------
3932 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
3933
3934 - Removed libblkid dependency - the workaround using libblkid to
3935   check filesystem on XEN vbd mapped devices is obsolete, because
3936   the info is avaliable via /dev/disk/by-label link now. (#197107)
3937 - revision 4087
3938
3939 -------------------------------------------------------------------
3940 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
3941
3942 - PackageProvider: Fixed broken retry. (#202163)
3943 - revision 4071
3944
3945 -------------------------------------------------------------------
3946 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
3947
3948 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
3949   to create a Package from a source package header.
3950 - Added method Pathname::extension: Return all of the characters in name
3951   after and including the last dot in the last element of name.
3952 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
3953   rpms. Otherwise we'd need access to the rpm database to get the keys.
3954 - revision 4069
3955
3956 -------------------------------------------------------------------
3957 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
3958
3959 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
3960   a package/script/message
3961   Bug: 192535
3962
3963 -------------------------------------------------------------------
3964 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
3965
3966 - Speedup computation of number of rpm database entries.
3967 - revision 4058
3968
3969 -------------------------------------------------------------------
3970 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
3971
3972 - Fixed endless loop in transactResObject
3973   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
3974
3975 -------------------------------------------------------------------
3976 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
3977
3978 - fix some testcases for tar file parser changes
3979 - r4045
3980
3981 -------------------------------------------------------------------
3982 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
3983
3984 - missing includes
3985 - clean old callbacks
3986 - r4041
3987
3988 -------------------------------------------------------------------
3989 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
3990
3991 - zyppPattern->install_packages returns SUGGESTED package too.
3992   Bug 201476
3993   Revision 4036
3994
3995 -------------------------------------------------------------------
3996 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
3997
3998 - New behaviour in the solver: try with 'best' package first, try with 'all'
3999   packages if this fails.
4000   Bug :Bug 191983
4001
4002 -------------------------------------------------------------------
4003 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
4004
4005 - libzypp 2.1.0
4006 - bump version due to incompatible callback changes in KeyRing
4007   Sources
4008
4009 -------------------------------------------------------------------
4010 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
4011
4012 - new keyring callbacks
4013 - separate trust key from import key
4014 - use PublicKey class instead of params, to be able
4015   to add more info like photos later (pending #181682)
4016 - update zmart with those callbacks.
4017 - better error handling (Exception types)
4018 - make tmp file names more readable depending on the context
4019 - r4026
4020
4021 -------------------------------------------------------------------
4022 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
4023
4024 - decouple probing from source creation, using the new
4025   media test for existence functions.
4026 - r4019
4027
4028
4029 -------------------------------------------------------------------
4030 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
4031
4032 - Fixed getDoesFileExist to reset the transfer range
4033 - Added logging of curl debug messages to the zypp log.
4034   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
4035   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
4036 - r4018
4037
4038 -------------------------------------------------------------------
4039 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
4040
4041 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
4042   see rev 3810 below. (#190163)
4043 - rev 3998
4044
4045 -------------------------------------------------------------------
4046 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
4047
4048 - fix uninstalling of atoms (noop)
4049 - r3995
4050
4051 -------------------------------------------------------------------
4052 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
4053
4054 - Implement initial verson of Media
4055   doesFileExist, for future source probing.
4056 - r3984
4057
4058 -------------------------------------------------------------------
4059 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
4060
4061 - more dbus_connection_close fixes
4062 - r3974
4063
4064 -------------------------------------------------------------------
4065 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
4066
4067 - clean up 'incomplete' handling in QueueItemEstablish.
4068 - rev 3973.
4069
4070 -------------------------------------------------------------------
4071 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
4072
4073 - Don't set 'incomplete' for uninstalled patterns or products.
4074   (#198379)
4075 - rev 3970.
4076
4077 -------------------------------------------------------------------
4078 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
4079
4080 - Added new API calls:
4081   setAdditionalProvide
4082   setAdditionalConflict
4083   setAdditionalRequire
4084
4085 -------------------------------------------------------------------
4086 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
4087
4088 - don't link examples to testsuite library.
4089
4090 -------------------------------------------------------------------
4091 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
4092
4093 - Disable profiling to work around compiler bug.
4094
4095 -------------------------------------------------------------------
4096 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
4097
4098 - forward port 3924:3939
4099 - Add explicit finish callbacks for subtasks during ProvidePackage
4100  Â to avoid UI confusion.
4101 - rev3957
4102
4103 -------------------------------------------------------------------
4104 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
4105
4106 - Introduce examples/
4107 - fix some svn ignores
4108 - fix compilation. Use: dbus_connection_close
4109 - rev 3943
4110
4111 -------------------------------------------------------------------
4112 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
4113
4114 - Initial support for plain directory with rpms as source
4115 - r3935
4116
4117 -------------------------------------------------------------------
4118 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
4119
4120 - Move the target query by kind function to
4121   a iterator, so we dont make a copy of the restore
4122   the iterator works loading by demand too
4123
4124 -------------------------------------------------------------------
4125 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
4126
4127 - rename the new initTarget to initializeTarget,
4128   leave the old one as is, but deprecate it.
4129 - r3903
4130
4131 -------------------------------------------------------------------
4132 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
4133
4134 - forward port from SLES10 branch , till 3888
4135 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
4136   full packages. (#168844)
4137 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
4138 - version 2.0.0
4139 - rev 3893
4140
4141 -------------------------------------------------------------------
4142 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
4143
4144 - Separate target init from adding resolvables, getting rid of the
4145 uggly bool flag.
4146 - dont clear the store each time Target::resolvables is called
4147 - Load target resolvables on demand by kind, keep them cached later
4148 - add Target::resolvablesByKind(kind) to allow query specific kind
4149   without reading all kinds. Used to port TargetProduct, which
4150   was reading the whole rpm database only to displayy base product
4151   name in YaST help.
4152 - commit to pkg-bindings and packager will follow.
4153 - jsrain will port more yast stuff, especially inst_source which
4154   startup time should by reduced by half afterwards.
4155 - rev 3880
4156
4157 -------------------------------------------------------------------
4158 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
4159
4160 - forward port:
4161   rev 3786 fix to stalle tmpfiles broke patches.
4162   SLES was released with this broken. 10.1 has a blocked
4163   zypp update because this.
4164   Attempt to fix this. (#192535)
4165 - fix configure.ac sqlite-source build path
4166 - rev 3858
4167
4168 -------------------------------------------------------------------
4169 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
4170
4171 - link correctly
4172
4173 -------------------------------------------------------------------
4174 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
4175
4176 - dont link sqlite in the main lib.
4177 - rev 3826
4178
4179 -------------------------------------------------------------------
4180 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
4181
4182 - susetags: parse product parser regexp only once
4183 - parse yum factory 5 sec. (from 30) faster using
4184   another string find algorithm
4185 - rev 3824
4186
4187 -------------------------------------------------------------------
4188 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
4189
4190 - Digest: Don't read the stream character wise but reading blocks,
4191   as advised by matz profiling.
4192 - r3819
4193
4194 -------------------------------------------------------------------
4195 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
4196
4197 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
4198   trusted vendors. (#189573)
4199 - revision 3804
4200
4201 -------------------------------------------------------------------
4202 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
4203
4204 - backport fix for stalle tmpfile (#191311)
4205 - rev 3788
4206
4207 -------------------------------------------------------------------
4208 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
4209
4210 - deactivated media manager code that was disabling the
4211   automounter (#172419)
4212 - rev 3724
4213
4214 -------------------------------------------------------------------
4215 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
4216
4217 - fix autorefresh (#186115)
4218 - revision 3708
4219 -------------------------------------------------------------------
4220 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
4221
4222 - forward port from SLE branch
4223 - Set default permission for logfiles to 0640. (#187044)
4224 - revision 3696
4225
4226 -------------------------------------------------------------------
4227 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
4228
4229 - forward port from SLE branch
4230 - Fixed installation of SP or Add-On product switching to media 2
4231   too early. (#186607)
4232 - revision 3691
4233
4234 -------------------------------------------------------------------
4235 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
4236
4237 - forward port from SLE branch
4238 - Strip self provides without edition in Resolvable ctor.
4239   (#186079)
4240 - Source::provideResolvables not implemented in yum source type.
4241   Product not set for packages that are available from update source
4242   (#186920)
4243 - Hook modalias() supplements without package to "kernel" (#184840)
4244 - Allow on-demand SourceManager::restore() (#186678)
4245 - Hook modalias() supplements without package to "kernel" (#184840)
4246 - rev 3676
4247
4248 -------------------------------------------------------------------
4249 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
4250
4251 - Fix adding resolving of path names for mount points (#181606)
4252 - rev 3658
4253
4254 -------------------------------------------------------------------
4255 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
4256
4257 - merge download algorithm and refactoring from branch
4258   (#181204)
4259
4260 -------------------------------------------------------------------
4261 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
4262
4263 - autodocs: use find+xargs to overcome command length limit,
4264   do not call doxygen unnecessarily (#185334).
4265 - rev 3645
4266
4267 -------------------------------------------------------------------
4268 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
4269
4270 - Dont use getZYpp in static constructor (#185198)
4271   Bugfix #178292 was wrong.
4272 - Only warn on incompleting installed resolvables (#185197)
4273 - rev 3644
4274
4275 -------------------------------------------------------------------
4276 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
4277
4278 - Atoms might only be installed via patches (#184714)
4279 - rev 3642
4280
4281 -------------------------------------------------------------------
4282 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
4283
4284 - fix for the last stall tmpfile (#178292)
4285 - r3637
4286
4287 -------------------------------------------------------------------
4288 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
4289
4290 - Implemented transfer timeout inside of the progress callback.
4291   The timeout value can be set using timeout url parameter, the
4292   default transfer timeout is 180 seconds. (#181602)
4293 - Added ssl_verify and ssl_capath url options used in https scheme,
4294   allowing to change or disable the ssl verify options. (#171622)
4295 - Added fallback on read failures of /etc/mtab to /proc/mounts.
4296   Improved verbosity in mount and mount check related failure cases,
4297   incl. /etc/mtab dump. (#181606)
4298 - rev 3623
4299
4300 -------------------------------------------------------------------
4301 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
4302
4303 - combine knownAliases and knownUrls in a single function.
4304 - rev 3616
4305
4306 -------------------------------------------------------------------
4307 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
4308
4309 - honor parallel installs in resolver context (#181103)
4310 - rev 3592
4311
4312 -------------------------------------------------------------------
4313 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
4314
4315 - right fix for tmpdir initialized in static constructor
4316 - catch around provideJustFile in providePackage
4317 -rev 3654
4318
4319 -------------------------------------------------------------------
4320 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
4321
4322 - fix #182003 YUM packages without size
4323 - rev 3587
4324
4325 -------------------------------------------------------------------
4326 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
4327
4328 - Allow to restore and remove by Url
4329 - rev 3583
4330
4331 -------------------------------------------------------------------
4332 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
4333
4334 - make atoms parallel installable (#181103)
4335 - rev 3580
4336
4337 -------------------------------------------------------------------
4338 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
4339
4340 - Allow to restore by alias
4341 - r3568
4342
4343 -------------------------------------------------------------------
4344 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
4345
4346 - Do not fork in a global destructor, perl dislikes it (#182672).
4347   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
4348
4349 -------------------------------------------------------------------
4350 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
4351
4352 - Installation: Assert product information is stored to libzypp
4353   database before reboot. (#181198)
4354 - Version 1.2.0; revision 3553
4355
4356 -------------------------------------------------------------------
4357 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
4358
4359 - Synchronize keys with rpm database before
4360   closing access to it (#182338)
4361 - rev 3533
4362
4363 -------------------------------------------------------------------
4364 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
4365
4366 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
4367   filter out the non-DVD drives completely. Allows a fallback to
4368   drives without the dvd HAL property e.g. in VMWare. (#177457)
4369 - rev 3530
4370
4371 -------------------------------------------------------------------
4372 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
4373
4374 - Merge fix for stalle tmpdir due to cyclic references, using a master
4375  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
4376 - rev 3521
4377
4378 -------------------------------------------------------------------
4379 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
4380
4381 - Fixes unneeded file download, and add download callbacks
4382   (still need yast side) #181204 and #160206
4383 - Fix stalle tmpdir due to cyclic references, using a master
4384   TmpDir for zypp. # 178292
4385
4386 -------------------------------------------------------------------
4387 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
4388
4389 - fixed memory leak in PersistentStorage (#168690)
4390 - revision 3519
4391
4392 -------------------------------------------------------------------
4393 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
4394
4395 - fixed memory leak in XMLSourceCacheParser (#168690)
4396 - revision 3517
4397
4398 -------------------------------------------------------------------
4399 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
4400
4401 -latest fi translation added
4402  Revision 3502
4403
4404 -------------------------------------------------------------------
4405 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
4406
4407 -All installed resolvables has been set to "satisfied" in
4408  ResolverContext::unneeded . BUT:
4409  Patch concerning resolvables have to be set to
4410  "unneeded" although they are installed. In order
4411  getting the state "no longer applicable" (Bug 171590)
4412 - rev 3496
4413
4414 -------------------------------------------------------------------
4415 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
4416
4417 - compute status for scripts and messages so their freshens get
4418   properly honored (aj with postgresql-server)
4419 - rev 3494
4420
4421 -------------------------------------------------------------------
4422 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
4423
4424 - revert not-used-yet rpmdb timestamp, as
4425   it broke rpmdb::init(). (#180040)
4426 - rev 3490
4427
4428 -------------------------------------------------------------------
4429 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
4430
4431 - updating gmo files, if po files has been changed; bug 164449
4432
4433 -------------------------------------------------------------------
4434 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
4435
4436 - Dont download twice if starting from 1st time
4437 - fix typo
4438 - rev 3481
4439
4440 -------------------------------------------------------------------
4441 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
4442
4443 - set cache dir only if storeMetadata is called as a public method.´
4444 - rev 3475
4445
4446 -------------------------------------------------------------------
4447 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
4448
4449 - schedule a package for installation if
4450   - it freshens / supplements something
4451   - it is not installed yet
4452   (#178721)
4453 - rev 3473
4454
4455 -------------------------------------------------------------------
4456 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
4457
4458 - make susetags also implement download and check first.
4459 - rev 3470
4460
4461 -------------------------------------------------------------------
4462 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
4463
4464 - make yum more robust. Never parse from provideFile
4465   but only from local disk. Make sure the cache
4466   is consistent before recreating it.
4467   the code is easier to follow and probably
4468   faster. checksum and signatures are
4469   checked on caching not on parsing.
4470   Required to implement refresh for #154990
4471 - rev 3452
4472
4473 -------------------------------------------------------------------
4474 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
4475
4476 - implement timestamp for YUM and SuseTags
4477 - actually use the license to confirm in yum patches
4478 - add prerequires tag in yum optonally to the bad designed
4479   and nonintuitive pre=1
4480 - rev 3448
4481
4482 -------------------------------------------------------------------
4483 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
4484
4485 - dont pass root on init but before.
4486 - implement rpm db modification timestamp
4487   not used yet
4488 - move Helix source to testsuite out of the solver
4489   so we can use it for target, storage tests
4490 - add Source_Ref::timestamp(), default to now()
4491   in order to implement smart sync of sources by zmd
4492 - don't parse desc and summary twice
4493 - fix a segfault with tranlated text
4494 - fix broken size tag introduced in rev 3427
4495 - rev 3446
4496
4497 -------------------------------------------------------------------
4498 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
4499
4500 - dont accept corrupt sources, improve logs
4501
4502 -------------------------------------------------------------------
4503 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
4504
4505 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
4506   loosing autoprotection (eg. for foreign vendor). (assists #177469)
4507 - rev 3431
4508
4509 -------------------------------------------------------------------
4510 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
4511
4512 - added mediaNr() to PatchRpm and DeltaRpm classes
4513 - rev 3430
4514
4515 -------------------------------------------------------------------
4516 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
4517
4518 - enable YUM license to confirm.
4519   needed for #174476
4520 - adapt store to serialize and read all new resobject fields
4521 - use install-time to now() when serializing (#174653)
4522 - rev 3427
4523
4524 -------------------------------------------------------------------
4525 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
4526
4527 - Do not violate install order when restricting commit to a certain
4528   mediaNumber. (#170079)
4529 - Version 1.1.0; rev 3423
4530
4531 -------------------------------------------------------------------
4532 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
4533
4534 - Added SourceManager::findSourceByUrl to overcome alias mismatches
4535   (#177543).
4536 - rev 3420
4537
4538 -------------------------------------------------------------------
4539 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
4540
4541 - Order all objects according to prerequirements, not just packages.
4542   (#173690)
4543 - rev 3419
4544
4545 -------------------------------------------------------------------
4546 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
4547
4548 - Added new translation
4549
4550 -------------------------------------------------------------------
4551 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
4552
4553 - fix missing homedir option for gpg (#171055)
4554 - rev 3415
4555
4556 -------------------------------------------------------------------
4557 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
4558
4559 - Prevent against daemons launched in rpm %post, that do not close
4560   their filedescriptors. (#174548)
4561 - Version 1.0.1; rev 3413
4562
4563 -------------------------------------------------------------------
4564 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
4565
4566 - fixed media number of package retrieved as a part of a patch
4567   (#174841)
4568 - rev 3409
4569
4570 -------------------------------------------------------------------
4571 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
4572
4573 - fix missing package descriptions due to filtered packages
4574   by incompatible architectures. (#159109)
4575 - rev 3404
4576
4577 -------------------------------------------------------------------
4578 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
4579
4580 - decrease logging in DiskUsageCounter and Modalias (#163186)
4581 - rev 3406
4582
4583 -------------------------------------------------------------------
4584 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
4585
4586 - Stay backward comapatible.
4587
4588 -------------------------------------------------------------------
4589 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
4590
4591 - Make basic attributes available through ResObject.
4592 - Let ResObjects which do not require media access during
4593   commit return ZERO sourceMediaNr (required for #173690)
4594 - Version 1.0.0
4595 - rev 3390
4596
4597 -------------------------------------------------------------------
4598 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
4599
4600 - reduce logging verbosity (#163186)
4601 - rev 3381
4602
4603 -------------------------------------------------------------------
4604 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
4605
4606 - setCandidate accept candidates with compatible architectures too. Not
4607   only with the same architecture. Bug 172594 - If update package has
4608   differet arch, UI display is wrong
4609
4610 -------------------------------------------------------------------
4611 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
4612
4613 - Added Source_Ref::resStoreInitialized.
4614   If we know that noone has seen the resolvables yet, we can skip
4615   them too, eg. when deleting a source. (#174840)
4616 - rev 3378
4617
4618 -------------------------------------------------------------------
4619 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
4620
4621 - Honor freshens as conditionals independant from the installed/
4622   uninstalled status (#174797)
4623 - rev 3376
4624
4625 -------------------------------------------------------------------
4626 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
4627
4628 - State modifier "unneeded" is transitive for patches (#171590)
4629 - rev 3375
4630
4631 -------------------------------------------------------------------
4632 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
4633
4634 - Do not transact itself (update) in the transactResObject mechanism
4635   Bug 174290
4636
4637 -------------------------------------------------------------------
4638 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
4639
4640 - Reenabled improved large file support flags (unintentionally
4641   removed in rev 1544). Fixes bug #173753.
4642 - Added large file support flags to libzypp.pc file allowing
4643   consistence checks in the application using features variable
4644 - rev 3366
4645
4646 -------------------------------------------------------------------
4647 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
4648
4649 - SourceManager: moved source deletion before creation
4650   so that we can recreate a deleted one (#174295)
4651 - removed dead code dealing with known_caches from SourceManager::store
4652   (see r3195)
4653 - r3362
4654
4655 -------------------------------------------------------------------
4656 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
4657
4658 - fixed returning product short name and summary if product read
4659   from target store (#148625)
4660 - rev 3360
4661
4662 -------------------------------------------------------------------
4663 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
4664
4665 - set media verifier on redirected medium (#172599)
4666 - rev 3359
4667
4668 -------------------------------------------------------------------
4669 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
4670
4671 - fix 'transactResKind' to collect best providers by capability
4672   and to recursively transact items of same kind (#170114)
4673 - rev 3355
4674
4675 -------------------------------------------------------------------
4676 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
4677
4678 - serialize the full URL to avoid missing password and other
4679   url settings (#148108)
4680 - rev 3353
4681
4682 -------------------------------------------------------------------
4683 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
4684
4685 - Added a 60 sec connect timeout to MediaCurl (#172860)
4686 - rev 3348
4687
4688 -------------------------------------------------------------------
4689 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
4690
4691 - re-fetch also .asc and .key files before checking signature
4692   (#172597)
4693 - rev 3350 (3345-10.1)
4694
4695 -------------------------------------------------------------------
4696 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
4697
4698 - Fix yum key verification, because a double variable declaration
4699
4700 -------------------------------------------------------------------
4701 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
4702
4703 - use --no-default-keyring to avoid creating a
4704   default gpg dir in / (#171055)
4705 - rev 3335
4706
4707 -------------------------------------------------------------------
4708 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
4709
4710 - Fix YUM signature checking, we were passing the key instead of the
4711   signature.
4712 - When the user trust a key, sync again. Bye to the session trusted
4713   keys and user being asked all the time. (#171213)
4714 - r3332
4715
4716 -------------------------------------------------------------------
4717 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
4718
4719 - Cleanup index tables when removing items from pool (#170564).
4720
4721 -------------------------------------------------------------------
4722 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
4723
4724 - backout rev 3246->3275 of TargetImpl.cc
4725 - add missing testsuite/utils/TestUtils.h
4726 - rev 3330
4727
4728 -------------------------------------------------------------------
4729 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
4730
4731 - more fixes for #171062, there were some files still not being
4732   read from cache.
4733 - r3327
4734
4735 -------------------------------------------------------------------
4736 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
4737
4738 - cache keys and signature. Remove lot of duplicated code. (#171062)
4739 - r3320
4740
4741 -------------------------------------------------------------------
4742 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
4743
4744 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
4745   mount here anything, so it is OK to use any dir (171351).
4746 - rev 3318
4747
4748 -------------------------------------------------------------------
4749 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
4750
4751 - parse "license-to-confirm" in primary.xml (#168437)
4752 - rev 3312
4753
4754 -------------------------------------------------------------------
4755 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
4756
4757 - Don't try to store 'Atom', not needed and the backend store
4758   rejects them anyways (addtion to #168610)
4759 - rev 3306
4760
4761 -------------------------------------------------------------------
4762 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
4763
4764 - Improved device check in MediaDISK using libblkid (Bug #158529)
4765 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
4766   added a check if it is a directory
4767 - Added libcurl and libblkid checks to configure.ac
4768 - Added e2fsprogs(-devel) requires to the spec file
4769 - rev 3303
4770
4771 -------------------------------------------------------------------
4772 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
4773
4774 - dont download "other" during key check (#171041)
4775 - rev 3294
4776
4777 -------------------------------------------------------------------
4778 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
4779
4780 - allow parallel installs of atoms (used to fulfill patch require-
4781   ments, atoms aren't installed anyways) (#170098)
4782 - some testsuite improvements.
4783 - rev 3288
4784
4785 -------------------------------------------------------------------
4786 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
4787
4788 - get rid of autobuild check when throwing exceptions without throw
4789   but with a macro, returning a null pointer at the end (never reached).
4790
4791 -------------------------------------------------------------------
4792 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
4793
4794 - Do not violate install order when restricting commit to a certain
4795   mediaNumber. (#170079)
4796
4797 -------------------------------------------------------------------
4798 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
4799
4800 - Don't use throw directly!
4801   use ZYPP_THROW with a Exception class, otherwise package bindings
4802   will not catch them.
4803   Should fix crashes when reading broken sources with yast.
4804 - rev 3272
4805
4806 -------------------------------------------------------------------
4807 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
4808
4809 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
4810   revision 3269
4811
4812 -------------------------------------------------------------------
4813 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
4814
4815 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
4816 - further improve on #168840 (from rev 3231), match on name-edition
4817   when filtering by best arch. (#170098)
4818 - rev 3268
4819
4820 -------------------------------------------------------------------
4821 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
4822
4823 - #170093 , lot of package descriptions missing
4824 - rev 3263
4825
4826 -------------------------------------------------------------------
4827 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
4828
4829 - try to fix wrong permissions of /var/lib/zypp created
4830   by old zypp, only when running as root they are fixed
4831   (#169094)
4832 - YUM: Verify signatures on factoryInit.
4833   Dont provide other.xml. Cleanups, better logging.
4834   When refreshing signed soruces, don't refresh is source
4835   has not changed.
4836 - YaST sources: don't refresh if media file has not changed.
4837 - Show full url of index files in sources for signature validation
4838   (mentioned in #170139 comment #3)-
4839
4840 -------------------------------------------------------------------
4841 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
4842
4843 - udpated media ID syntax for external scripts (to be consistent
4844   with packages) (#170247)
4845 - rev 3256
4846
4847 -------------------------------------------------------------------
4848 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
4849
4850 - set media ID to 1 if not specified in YUM metadata (#167452)
4851 - rev 3255
4852
4853 -------------------------------------------------------------------
4854 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
4855
4856 - If freshen and supplement are fulfilled, install any kind of
4857   resolvable if not yet installed (#165746)
4858 - rev 3249
4859
4860 -------------------------------------------------------------------
4861 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
4862
4863 - make downloaded script executable. (#169191)
4864 - rev 3247
4865
4866 -------------------------------------------------------------------
4867 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
4868
4869 - Improve on last fix, compare only compatible archs.
4870 - rev 3233
4871
4872 -------------------------------------------------------------------
4873 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
4874
4875 - Only choose best arch of multiple package atoms with identical
4876   name (#168840)
4877 - rev 3231
4878
4879 -------------------------------------------------------------------
4880 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
4881
4882 - pass empty strings to UI as key properties if unknown key
4883   (#169114)
4884 - rev 3228
4885
4886 -------------------------------------------------------------------
4887 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
4888
4889 - refrain from parsing 'other.xml' (#159316)
4890 - rev 3226
4891
4892 -------------------------------------------------------------------
4893 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
4894
4895 - in source refresh, clean up the cache dir if fails
4896 - do not require repomd.xml.asc when creating a cache (#163765)
4897 - rev 3224
4898
4899 -------------------------------------------------------------------
4900 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
4901
4902 - Check if a file exists before providing it, and just handling the
4903   exception is not sufficient, because it can release the media.
4904   it nows get all possible packages.X translations an then
4905   it selects the candidate from the existing ones (#168654)
4906 - rev 3221
4907
4908 -------------------------------------------------------------------
4909 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
4910
4911 - dont report conflicts if item is neither installed
4912   nor to-be-installed (#168906)
4913 - rev 3219
4914
4915 -------------------------------------------------------------------
4916 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
4917
4918 - #168060 , propagate the file description or original
4919   name to the UI and not the checked filename path,
4920   which could be a tmp file.
4921   Requires changes in pkg-manager, and probably zmd-helpers.
4922 - rev 3215
4923
4924 -------------------------------------------------------------------
4925 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
4926
4927 - /var/lib/zypp/db/languages/* are empty files (##168355)
4928 - r3206
4929
4930 -------------------------------------------------------------------
4931 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
4932
4933 - All resolvables must honor arch, so Arch_noarch in
4934   target/store/XMLFilesBackend.cc is wrong (#160792)
4935 - Introduced code to honour shared package descriptions
4936   (#159109)
4937 - r3204
4938
4939 -------------------------------------------------------------------
4940 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
4941
4942 - replace '_' in YUM elements/attributes with '-' (#168762)
4943 - rev 3201
4944
4945 -------------------------------------------------------------------
4946 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
4947
4948 - Fixed iseries workaround - interchanged variables for scsi
4949   devices, added debug messages about the steps (#163971).
4950 - Added getenv NULL ptr check and verify of the $HOME dir's
4951   and ~/.curlrc file's ownership (#163203).
4952 - rev 3199
4953
4954 -------------------------------------------------------------------
4955 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
4956
4957 - Use filesystem::TmpDir to create unique and unused Source cache
4958   directories. (#168051)
4959
4960 -------------------------------------------------------------------
4961 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
4962
4963 - Enable signature checks per default. (#168525)
4964
4965 -------------------------------------------------------------------
4966 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
4967
4968 - fix callbacks for providing a single file (#160206)
4969
4970 -------------------------------------------------------------------
4971 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
4972
4973 - If an installed package looses a dependency, the solver tries
4974   to upgrade it. Limit the upgrade candidates to best arch, best
4975   edition.
4976 - filter 'other' entries with incompatible arch in yum parser.
4977 - rev 3177
4978
4979 -------------------------------------------------------------------
4980 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
4981
4982 - initialize the product category according to source (#168061)
4983 - rev 3172
4984
4985 -------------------------------------------------------------------
4986 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
4987
4988 - delete only one older version of a xml-store resolvable
4989   (half-baked, but the previous attempt was charred)
4990
4991 -------------------------------------------------------------------
4992 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
4993
4994 - moved license_to_confirm to primary.xml
4995 - rev 3170
4996
4997 -------------------------------------------------------------------
4998 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
4999
5000 - Removed deprecated oldstyle commit methods.
5001
5002 -------------------------------------------------------------------
5003 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
5004
5005 - when installing a xml-store resolvable (all except package,
5006   message, script), delete older versions (#160792).
5007 - read selection edition from the XML store
5008 - rev 3167
5009
5010 -------------------------------------------------------------------
5011 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
5012
5013 - properly clear transaction flag after successful commit
5014   (see rev 3122, #164365, #167285)
5015 - rev 3157
5016
5017 -------------------------------------------------------------------
5018 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
5019
5020 - recursively soft-uninstall recommended package on real uninstall,
5021   not on update (#167603)
5022 - rev 3155
5023
5024 -------------------------------------------------------------------
5025 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
5026
5027 - fix #167605 (importing keys to rpm multiple times due to
5028   wrong interpretation of rpm gpg versioning.
5029 - add support for reading the rpm keys, with full id and fingerprint
5030 - rev 3153
5031
5032 -------------------------------------------------------------------
5033 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
5034
5035 - don't add duplicate error infos to ResolverContext (#167309)
5036 - rev 3146
5037
5038 -------------------------------------------------------------------
5039 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
5040
5041 - fix Resolver::transactReset() (see rev 3122) (#167285)
5042 - rev 3140
5043
5044 -------------------------------------------------------------------
5045 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
5046
5047 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
5048   variable is present, all signature checking callbacks will default
5049   to 'accept', in case no recipient is present.
5050
5051 -------------------------------------------------------------------
5052 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
5053
5054 - read content file on construction, and make
5055   provideProduct only insert the already
5056   read product object into the store (#165826)
5057   (dmacvicar)
5058 - When the signature is not found, warn the
5059   user about a unsigned source. When the
5060   key is not found, do nothing, it can be in the
5061   keyring already. (#166016) (dmacvicar)
5062 - enable key verification only if
5063   ZYPP_CHECKSIG env var is set (dmacvicar)
5064 - r1529
5065
5066 -------------------------------------------------------------------
5067 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
5068
5069 - fix bugfix 164365, fix bug 167285
5070   Actually clear the transcation state instead of locking it
5071   to 'dont transact'
5072 - rev 3122
5073
5074 -------------------------------------------------------------------
5075 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
5076
5077 - revert the signature/digest checking callbacks
5078 - rev 3115
5079
5080 -------------------------------------------------------------------
5081 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
5082
5083 - Bugfix #165670
5084   - Honor keep requests.
5085   - Dont flag "locked uninstall" as error if a keep request was
5086     issued before.
5087 - rev 3114
5088
5089 -------------------------------------------------------------------
5090 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
5091
5092 - rule out locked items during distribution upgrade as early
5093   as possible. (#165670)
5094 - rev 3110
5095
5096 -------------------------------------------------------------------
5097 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
5098
5099 - Bugfix #166212
5100   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
5101     transactResObject().
5102   - resetTransaction(APPL_LOW) before resolving
5103   - enhance transactCaps by using the same algorithm as in
5104     QueueItemRequire
5105     (before: transact all requires and recommends by name
5106      now: transact best requires and recommends by provides)
5107 - rev 3107
5108
5109 -------------------------------------------------------------------
5110 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
5111
5112 - new callbacks for failing digest
5113 - rev 3098
5114
5115 -------------------------------------------------------------------
5116 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
5117
5118 - ask for file without a checksum (#165125)
5119
5120 -------------------------------------------------------------------
5121 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
5122
5123 - dont install satisfied resolvables (#165843)
5124 - rev 3095
5125
5126 -------------------------------------------------------------------
5127 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
5128
5129 - dont abort on failed "dry_run" (#164583)
5130 - rev 3091
5131
5132 -------------------------------------------------------------------
5133 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
5134
5135 - Ask user if signature file does not exist (#163765)
5136 - handle repomd.xml.asc as optional file (#163765)
5137 - rev 3089
5138
5139 -------------------------------------------------------------------
5140 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
5141
5142 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
5143 - rev 3087
5144
5145 -------------------------------------------------------------------
5146 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
5147
5148 - Dont do transitive uninstalls on uninstalled or upgraded items.
5149   (#165798)
5150 - rev 3083
5151
5152 -------------------------------------------------------------------
5153 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
5154
5155 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
5156
5157 -------------------------------------------------------------------
5158 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
5159
5160 - Product::updateUrls: restore it from the XML store;
5161   fixed content parsing (#163192).
5162 - restore product flags fro the XML store
5163 - rev 3074
5164
5165 -------------------------------------------------------------------
5166 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
5167
5168 - Only consider best arch/version (#165477)
5169 - rev 3069
5170
5171 -------------------------------------------------------------------
5172 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
5173
5174 - No need to parse tags at all if there is no item to store values
5175   (e.g. data for unwanted arch). Fixed segv trying to store data in
5176   NULL item. (#165479)
5177 - rev3065
5178
5179 -------------------------------------------------------------------
5180 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
5181
5182 - Improved Url path name "//" vs. "/%2f" handling; now if the
5183   url has an authority, "/%2f" is used for ftp only (#163784)
5184 - rev 3062
5185
5186 -------------------------------------------------------------------
5187 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
5188
5189 - fixed storing patch scripts to target store (#159928)
5190 - rev 3058
5191
5192 -------------------------------------------------------------------
5193 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
5194
5195 - if a patch is bad, only skip this patch, not everything
5196   (#165200)
5197 - rev 3057
5198
5199 -------------------------------------------------------------------
5200 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
5201
5202 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
5203 - Susetags:Pattern: Fixed parser.
5204
5205 -------------------------------------------------------------------
5206 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
5207
5208 - when uninstalling, only re-establish installed items
5209   supplementing the to-be-uninstalled one. (variant of #165111)
5210 - rev 3054
5211
5212 -------------------------------------------------------------------
5213 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
5214
5215 - Susetags:Package: Parse and provide ins/delnotify texts.
5216
5217 -------------------------------------------------------------------
5218 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
5219
5220 - when checking freshens/supplements at install, only consider
5221   best architecture/edition (#164453)
5222 - rev 3051
5223
5224 -------------------------------------------------------------------
5225 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
5226
5227 - when checking for supplements, only consider best arch, best
5228   edition for installation (#165111)
5229 - rev 3047
5230
5231 -------------------------------------------------------------------
5232 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
5233
5234 - Bug 165117: build 910: Update: Splitted packages are selected for
5235   all archs
5236
5237 -------------------------------------------------------------------
5238 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
5239
5240 - ask user if a file exists but does not have a checksum (#162797)
5241 - rev 3044
5242
5243 -------------------------------------------------------------------
5244 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
5245
5246 - parse time and size elements from delta and patch RPM
5247 - rev 3043
5248
5249 -------------------------------------------------------------------
5250 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
5251
5252 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
5253   devices - on powerpc only (#163971)
5254 - rev 3042
5255
5256 -------------------------------------------------------------------
5257 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
5258
5259 - fix endless loop in patches parsing.
5260 - rev 3039
5261
5262 -------------------------------------------------------------------
5263 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
5264
5265 - fixed media handling in SuSEtags source (#164879)
5266 - rev 3037
5267
5268 -------------------------------------------------------------------
5269 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
5270
5271 - honor 'dry_run' on package remove (#164732)
5272 - rev 3036
5273
5274 -------------------------------------------------------------------
5275 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
5276
5277 - add files from yum filelist as provides to package (#164731)
5278 - rev 3032
5279
5280 -------------------------------------------------------------------
5281 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
5282
5283 - honor "+Enh:/-Enh:" in packages file (#156513)
5284
5285 -------------------------------------------------------------------
5286 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
5287
5288 - fix callback receiver signature to match the callback for removing
5289   package
5290
5291 -------------------------------------------------------------------
5292 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
5293
5294 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
5295 - rev 3024
5296
5297 -------------------------------------------------------------------
5298 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
5299
5300 - Bug 164440; Taking wrong architecture while updating obsoletes
5301   splitted packages
5302 - rev 3022
5303
5304 -------------------------------------------------------------------
5305 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
5306
5307 - allow relative paths with url file:
5308 - dont filter atoms from going into pool, multi-arch patch
5309   requirements need them. Instead, treat atoms with incompatible
5310   architecture as unneeded.
5311 - rev 3018
5312
5313 -------------------------------------------------------------------
5314 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
5315
5316 - product now provides short name
5317 - rev 3013
5318
5319 -------------------------------------------------------------------
5320 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
5321
5322 - read metadata for packages from correct tags in patches (#163220)
5323 - rev 3011
5324
5325 -------------------------------------------------------------------
5326 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
5327
5328 - more detailed resolver error reports (#162994)
5329 - rev 3010
5330
5331 -------------------------------------------------------------------
5332 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
5333
5334 - report package download progress (#160966)
5335 - rev 3007
5336
5337 -------------------------------------------------------------------
5338 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
5339
5340 - transact also for languages (#163819)
5341 - rev 3004
5342
5343 -------------------------------------------------------------------
5344 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
5345
5346 - loop through all affected ResObjects in transactResKind (#163819)
5347 - rev 3002
5348
5349 -------------------------------------------------------------------
5350 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
5351
5352 - allow re-installation of non-packages (#162906)
5353 - rev 2998
5354
5355 -------------------------------------------------------------------
5356 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
5357
5358 - Added loop checking for scsi cdroms (/sys/block/srX) in case
5359   HAL does not provide any drives like on iSeries (#163971).
5360 - rev 2995
5361
5362 -------------------------------------------------------------------
5363 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
5364
5365 - add 'licenceToConfirm()' to Product. (#164375)
5366
5367 -------------------------------------------------------------------
5368 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
5369
5370 - Avoid excessive CD hopping on commit. But still far from
5371   being perfect. (#159679)
5372 - Fixed Target::commit: Despite dry_run set True, packages
5373   were depeted.
5374
5375 -------------------------------------------------------------------
5376 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
5377
5378 - honour if user decides to skip a package in commit (#156031)
5379
5380 -------------------------------------------------------------------
5381 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
5382
5383 - fixed parsing external reference to script in patch (#163221)
5384 - r2981
5385
5386 -------------------------------------------------------------------
5387 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
5388
5389 - cache and provide content.asc/key optionally. Dont show a
5390   popup if they dont exists. (dmacvicar)
5391 - Actually abort when verify signature workflow is false. (dmacvicar)
5392 - r2978
5393
5394 -------------------------------------------------------------------
5395 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
5396
5397 - fixed setting autorefresh flag for installation sources
5398
5399 -------------------------------------------------------------------
5400 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
5401
5402 - drop patches with incompatible architecture.
5403 - rev 2972
5404
5405 -------------------------------------------------------------------
5406 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
5407
5408 - Added info method to media verifier base and more debug info
5409 - rev 2970
5410
5411 -------------------------------------------------------------------
5412 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
5413
5414 - Dont deny the "/" attach point in MediaDIR, since this is used
5415   for all "file:" urls, esp. local packages.
5416 - rev 2962
5417
5418 -------------------------------------------------------------------
5419 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
5420
5421 - Bug 159673 - only one conflict solvable per page
5422
5423 -------------------------------------------------------------------
5424 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
5425
5426 - parse all dependencies of 'packages' file (#163773)
5427 - rev 2957
5428
5429 -------------------------------------------------------------------
5430 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
5431
5432 - Use the original media descr_dir on refresh for
5433   suse tags source (#163196)
5434 - r2952
5435
5436 -------------------------------------------------------------------
5437 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
5438
5439 - add Source::setUrl() for zmd backend helper.
5440 - rev 2946
5441
5442 -------------------------------------------------------------------
5443 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
5444
5445 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
5446 target init. (dmacvicar)
5447 - r2949
5448
5449 -------------------------------------------------------------------
5450 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
5451
5452 - Fixed MediaDISK to use a mount -oro,bind id the disk
5453   partition is already attached e.g. by the automounter.
5454   Try to mount it a second time may fail (#163486).
5455 - rev 2944
5456
5457 -------------------------------------------------------------------
5458 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
5459
5460 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
5461 - rev 2940
5462
5463 -------------------------------------------------------------------
5464 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
5465
5466 - only try to create a source of a given type when restoring
5467   from the persistent store (#162111)
5468
5469 -------------------------------------------------------------------
5470 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
5471
5472 - parse all dependencies for patterns (.pat) files (#160602)
5473 - drop YOUPATH and YOUURL from content file.
5474 - rev 2924
5475
5476 -------------------------------------------------------------------
5477 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
5478
5479 - properly initialize autorefresh for non-remote sources (#154990)
5480 - rev 2919
5481
5482 -------------------------------------------------------------------
5483 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
5484
5485 - Added flag to MediaManager::isUseableAttachPoint, whether
5486   to check against system mount entries or not.
5487 - Disallow to use the attachpoints of another media handlers
5488   as source path in MediaDIR.
5489 - rev 2917
5490
5491 -------------------------------------------------------------------
5492 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
5493
5494 -implement callbacks for when package verification (checksum)
5495  fails, offer to retry or abort
5496
5497 -------------------------------------------------------------------
5498 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
5499
5500 - Fix construction of checksum objects when using non-standard
5501   checksum algorithms
5502 - Fix broken YUM cache
5503 - r2913
5504
5505 -------------------------------------------------------------------
5506 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
5507
5508 - Keep packages with no version upgrade installed during
5509   distribution upgrade (#162972)
5510 - add 'transactReset()' helper function for UI.
5511 - rev 2908
5512
5513 -------------------------------------------------------------------
5514 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
5515
5516 - r2906
5517
5518 -------------------------------------------------------------------
5519 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
5520
5521 - Fixed candidate handling in ui::Selectable. (#156589)
5522
5523 -------------------------------------------------------------------
5524 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
5525
5526 - fix #162984 , gpg hangs because the matching data file
5527   for the key cannot be find. (dmacvicar)
5528 - Fix restore of YUM source using the same cache dir semantics as
5529  susetags instead of assuming there is a cache if a cache_dir
5530   was given. (dmacvicar)
5531
5532 -------------------------------------------------------------------
5533 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
5534
5535 - use DISTPRODUCT/DISTVERSION from content file to generate the
5536   product name, version, and release.
5537 - rev 2902
5538
5539 -------------------------------------------------------------------
5540 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
5541
5542 - Removed broken forcing of absolute ftp paths added in rev2705 to
5543   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
5544 - rev 2900
5545
5546 -------------------------------------------------------------------
5547 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
5548
5549 - add Resolver::freshenPool() (#156980)
5550 - rev 2893
5551
5552 -------------------------------------------------------------------
5553 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
5554
5555 - skip incompatible archs in filelist parsing.
5556 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
5557   /lib64/, ...)
5558 - rev 2886
5559
5560 -------------------------------------------------------------------
5561 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
5562
5563 - skip incompatible archs in primary parsing.
5564 - rev 2883
5565
5566 -------------------------------------------------------------------
5567 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
5568
5569 - allow setting of source when parsing local .rpm (#147765)
5570 - rev 2880
5571
5572 -------------------------------------------------------------------
5573 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
5574
5575 - Do not update packages over other architectures
5576
5577 -------------------------------------------------------------------
5578 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
5579
5580 - Added zypp/ui/UserWantedPackages to support the UI's
5581   "automatic changes" dialog (bug #152700)
5582
5583 -------------------------------------------------------------------
5584 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
5585
5586 - use KeyRing class to validate repomd.xml (#160909)
5587
5588 -------------------------------------------------------------------
5589 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
5590
5591 - Product resolvables should be readable by normal users.
5592   (#162474) (dmacvicar)
5593 - implemented keyring and metadata signature verification
5594   in susetags source
5595 - dont delete the lock if we did not acquire it
5596 - r2847
5597
5598 -------------------------------------------------------------------
5599 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
5600
5601 - Added disabling of the automounter while MediaManager
5602   init and restoring of the old state on exit (#154326).
5603 - Implemented check if media (CD) is automounted or not
5604 - rev 2840
5605
5606 -------------------------------------------------------------------
5607 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
5608
5609 - Implemented several hal get/set/removeDeviceProperty wrappers
5610 - Improved HalException to allow to fetch HAL/DBUS error componets
5611 - rev 2830
5612
5613 -------------------------------------------------------------------
5614 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
5615
5616 - honor subscription status of catalogs (#162350)
5617 - rev 2827
5618
5619 -------------------------------------------------------------------
5620 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
5621
5622 - Enabled CD eject error reporting exceptions (#154326)
5623 - rev 2822
5624
5625 -------------------------------------------------------------------
5626 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
5627
5628 - support "dry run" (#159467)
5629 - implement "transactResKind" (#161400)
5630 - rev 2817
5631
5632 -------------------------------------------------------------------
5633 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
5634
5635 - add checksum for external patches (#159928)
5636
5637 -------------------------------------------------------------------
5638 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
5639
5640 - calculate product architecture (#158198)
5641
5642 -------------------------------------------------------------------
5643 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
5644
5645 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
5646   detection
5647
5648 -------------------------------------------------------------------
5649 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
5650
5651 - Auto protect installed packages from unknown vendor. (#157446)
5652
5653 -------------------------------------------------------------------
5654 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
5655
5656 - added support for external scripts to metadata (#159928) (jsrain)
5657 - fixed handling of Language resolvables (ma)
5658 - fix leak in rpmdb (dmacvicar)
5659 - added softlock for autoyast (#159466) (ma)
5660 - Fixed exceptions in doGetFileCopy() to show full url
5661   including the file instead of just the media base url. (mt)
5662 - Provide Language::summary (ma)
5663 - check patterns and selections file exist
5664   before veryfing them (#161300) (dmacvicar)
5665 - added YUM metadata checksum computation (jsrain)
5666 - added interface to patch of a message (jsrain)
5667 - r2734
5668
5669 -------------------------------------------------------------------
5670 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
5671
5672 - added support for external scripts to metadata (#159928)
5673 - r2709
5674
5675 -------------------------------------------------------------------
5676 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
5677
5678 - report separate exception when trying to start source cache again to
5679   suppress incorrect error message in XEN installation
5680 - r2682
5681
5682 -------------------------------------------------------------------
5683 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
5684
5685 - Implement inter process locking in zypp.
5686 - Added No medium found output
5687 - splitting modaliases in supplements TOO
5688 - parse also the available signing keys
5689
5690 -------------------------------------------------------------------
5691 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
5692
5693 - release all media when removing source (#159754) (visnov)
5694 - more testsuites (schubi)
5695 - updated translations (schubi)
5696 - added MediaNotEjectedException (mt)
5697 - rev 2652
5698
5699 -------------------------------------------------------------------
5700 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
5701
5702 - fix patches descriptions (dmacvicar)
5703 - fix source serialization (dmacvicar)
5704 - metadata for kernel test (schubi)
5705 - Arch tests updated (ma)
5706 - classify NULL Ptr as unique (ma)
5707 - Added host check, because file Url allows it now. (mt)
5708 - prepare modalias fix (#159766) (ma)
5709 - Provide iterator based access to SourceManager data. (ma)
5710 - Fixed "file:" Url scheme config to allow relative paths; (mt)
5711   RFC1738 says, it may contain a hostname as well...
5712 - revision 2633
5713
5714 -------------------------------------------------------------------
5715 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
5716
5717 - pkg-config support (mvidner)
5718 - close all medias when destructing MediaSet (jsrain)
5719 - rev 2622
5720
5721 -------------------------------------------------------------------
5722 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
5723
5724 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
5725 - Message callback implemented to show patch messages (visnov)
5726 - Bug 159696 (schubi)
5727 - provide transform_iterators to iterate over a maps keys or values (ma)
5728 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
5729 - added script and message installation (jsrain)
5730 - chooses the 'right' kernel now (kkaempf)
5731 - Use noarch if no arch is specified in patches (dmacvicar)
5732 - rev 2611
5733
5734 -------------------------------------------------------------------
5735 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
5736
5737 - Added some debug output including the access id (mt)
5738 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
5739   release with eject=true on attached media, to umount
5740   other mounts as well. (mt)
5741 - 159483 - solver does not blame missing dependency (schubi)
5742 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
5743 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
5744   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
5745 - fixed ZYPP_RETHROW (#156430) (ma)
5746 - patch for #156114 (visnov)
5747 - fixed container.erase loops (ma)
5748 - Fixed to reset desired (cached) flag before the action (mt)
5749 - Removed return in forceRelaseAllMedia (void function) (mt)
5750 - Parse nonexisting architecture to noarch so patches dont get
5751   filtered by the pool (dmacvicar)
5752 - 159512 - yast2-qt does not show label of to be installed products
5753   anymore (dmacvicar)
5754 - 159765 - Hidden patterns still visible (dmacvicar)
5755 - Use noarch if no arch is specified. (dmacvicar)
5756 - r2594
5757
5758 -------------------------------------------------------------------
5759 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
5760
5761 - properly report error for media change callback
5762 - rev 2579
5763
5764 -------------------------------------------------------------------
5765 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
5766
5767 - fixed memory leak in XMLNodeIterator (#157474)
5768 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
5769 - Renamed private MediaManager::forceMediaRelease
5770   function to forceReleaseShared (more exact name)
5771 - Implemented forceRelaseAllMedia() that can be
5772   used to release also foreign (user) mounts.
5773 - Added use of forceRelaseAllMedia for CD/DVDs
5774   if FORCE_RELEASE_FOREIGN is 1 (default 0)
5775 - little cleanup of the checkAttached function
5776 - r2578
5777
5778 -------------------------------------------------------------------
5779 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
5780
5781 - don't try to attach without exception handling (#158620)
5782 - fix descriptions, as a new tag Des for selections exists now.
5783 - fix #157683: failure after adding add-on product to install
5784   sources
5785 - added more files for translation
5786 - resolve-dependencies.cc: establish pool
5787 - parse-metadata.cc: catch bad URL
5788 - set zmdid for atoms
5789 - r2574
5790
5791 -------------------------------------------------------------------
5792 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
5793
5794 - fix testsuite.
5795 - provide edition and architecture for all kinds of yum
5796   resolvables.
5797 - fix ResStatus output.
5798 - establish atoms correctly.
5799 - treat requires to unneeded resolvables as fulfilled.
5800 - rev 2559
5801
5802 -------------------------------------------------------------------
5803 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
5804
5805 - fix the build
5806 - only consider best architecture/version (#157594)
5807 - prefer providers which supplement/enhance installed or
5808   to-be-installed packages (fixes the tpctl-kmp issue)
5809 - rev 2546
5810
5811 -------------------------------------------------------------------
5812 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
5813
5814 - provide more filters for pkg-bindings (#158602)
5815 - add SystemResObject to provide system (modalias, hal, ...)
5816   capabilities.
5817 - handle this during resolving.
5818 - make the modalias and hal capability match the SystemResObject
5819   by default, thereyby triggering a modalias (resp. hal)
5820   evaluation.
5821 - xmlstore: decouple target store from YUM schema.
5822 - clean up moving of hal() and modalias() from provides to
5823   supplements in ResolvableImpl.
5824 - add PatchContents() for UI.
5825 - handle Edition::noedition as empty string.
5826 - r2537
5827
5828 -------------------------------------------------------------------
5829 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
5830
5831 - releasing all medias when asking for CD (#156981)
5832 - r2471
5833
5834 -------------------------------------------------------------------
5835 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
5836
5837 - ResStatus::resetTransact must return a value.
5838 - Fixed random build failures in LanguageCode.cc.
5839   (Rewrote the CodeMaps constructor so that gcc does not
5840   optimize a 500-statement basic block.)
5841 - Fix constructions of patch objects. Actually insert atoms in atoms
5842   list. Insert atoms for package even if the package does not exists
5843   in the source. Fixes #157628 (dmacvicar).
5844 - Fixed license reading from susetags, #151834 (dmacvicar).
5845 - r2468
5846
5847 -------------------------------------------------------------------
5848 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
5849
5850 - added ResStatus::resetTransact (ma)
5851 - bugfix for #156439 (schubi)
5852 - Added Source_Ref::setAlias (#154913).
5853 - Do not assume there is a product file when scanning for products
5854   (visnov)
5855 - function to disable all sources in the persistent store (visnov)
5856 - dependency errors go to stdout, not stderr; output resolver info
5857   directly to stderr (kkaempf)
5858 - rev 2464
5859
5860 -------------------------------------------------------------------
5861 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
5862
5863 - fix merging of resolver info (needed for #157684).
5864 - errors are also important in ResolverInfo.
5865 - improve debug output in ResolverContext.
5866 - rev 2455
5867
5868 -------------------------------------------------------------------
5869 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
5870
5871 - delete RPMs downloaded via HTTP/FTP after installnig them
5872   (#157011)
5873 - fixed product registration (reverted autorefresh patch) (#157566)
5874
5875 -------------------------------------------------------------------
5876 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
5877
5878 - if root!="/", always prefer the upgrade candidate (#155472)
5879 - implement license confirmed api for UI.
5880 - prefer architecture over version in distribution upgrade
5881   (#157501)
5882 - clean up media handling.
5883 - rev 2448
5884
5885 -------------------------------------------------------------------
5886 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
5887
5888 - init Modalias properly.
5889 - fix warnings in testcases.
5890 - rev 2432
5891
5892 -------------------------------------------------------------------
5893 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
5894
5895 - drop libjpeg-devel and sqlite-devel from build requires.
5896
5897 -------------------------------------------------------------------
5898 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
5899
5900 - implement 'modalias()' capability (#157406)
5901 - make dependencies consistent, its 'freshens'.
5902 - cope with user umounts of devices.
5903 - add debug to SourceManager.
5904 - rev 2418
5905
5906 -------------------------------------------------------------------
5907 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
5908
5909 - allow version downgrade during distribution upgrade if the
5910   newer package is coming from a trusted vendor (#155472)
5911 - implement locale fallback
5912 - 'freshen' -> 'freshens' in schema definitions to make it
5913   consistent with all other dependency definitions.
5914 - better error reporting for .pat and .sel files.
5915 - rule out packages from dependency resolutions which are
5916   de-selected by user (#155368)
5917 - use locale fallbacks in package translations.
5918 - refresh source when re-enabling it.
5919 - rev 2406
5920
5921 -------------------------------------------------------------------
5922 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
5923
5924 - split of libzypp-zmd-backend subpackage as a stand-alone
5925   leaf package.
5926 - encapsulate bool test for Source_Ref better.
5927 - fixed stack overflow (ma).
5928 - make testsuite build again.
5929 - rev 2346
5930
5931 -------------------------------------------------------------------
5932 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
5933
5934 - fixed URL rewriting for CD2 and following (#154762)
5935 - fixed ResPoolProxy diffState (for proper ok/cancel support
5936   in UI)
5937 - added special exception class for aborting installation
5938   (#154936)
5939 - only auto-change directories if they end in CDn or DVDn.
5940 - rev 2320.
5941
5942 -------------------------------------------------------------------
5943 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
5944
5945 - silently ignore multiple installs of the same package.
5946 - fix disk usage for installs and uninstalls.
5947 - rev 2308
5948
5949 -------------------------------------------------------------------
5950 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
5951
5952 - zmd-backend: filter out incompatible architectures from
5953   repository.
5954 - rev 2298
5955
5956 -------------------------------------------------------------------
5957 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
5958
5959 - sync libzypp media data with mtab.
5960 - improve resolver error and solution reports.
5961 - fix source cache reading (#155459).
5962 - default cached sources to enabled (#155459).
5963 - let each source provide public keys.
5964 - rev 2297
5965
5966 -------------------------------------------------------------------
5967 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
5968
5969 - only write by-sovler transactions back (#154976)
5970 - rev 2278
5971
5972 -------------------------------------------------------------------
5973 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
5974
5975 - release last used source at end of commit (#155002)
5976 - rev 2277
5977
5978 -------------------------------------------------------------------
5979 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
5980
5981 - cope with NULL values in zmd catalogs table (#153584)
5982 - set YAST_IS_RUNNING in transact zmd helper (#154820)
5983 - run SuSEconfig after transact zmd helper (#154820)
5984 - add softTransact to honor user vs. soft requirements (#154650)
5985 - honor all build keys provided by a package source.
5986 - add source metadata refresh.
5987 - add progress callbacks to zmd helpers.
5988 - rev 2276
5989
5990 -------------------------------------------------------------------
5991 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
5992
5993 - include .diffs into main source.
5994 - catch exception when ejecting media which was unmounted externally
5995   (#154697).
5996 - init source in zmd-backend correctly (#154667)
5997 - implement disk usage info for YaST.
5998 - clean up XML schema files.
5999 - catch CPUs identifying as 'i686' but being 'i586'.
6000 - allow definition of preferred attach (mount) point for media.
6001 - make resolver results more readable.
6002 - use language fallbacks if none of multiple language providers
6003   matches.
6004 - get rid of ignoring wrong arch in resolver, having the wrong
6005   architecture is prevented by other means.
6006 - prepare for translations in exceptions.
6007 - fix 'abort does not abort'
6008 - implement 'flag' I/O in target cache backend.
6009 - skip incompatibles architectures in packages.<lang>
6010 - rev 2228
6011
6012 -------------------------------------------------------------------
6013 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
6014
6015 - dont even provide src/nosrc from the source.
6016 - rev 2169 + diffs
6017
6018 -------------------------------------------------------------------
6019 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
6020
6021 - Initialize commit result (#154409)
6022 - release media if its wrong (#154326)
6023 - dont copy src/nosrc packages to the pool (#154627)
6024 - reduce XML logging.
6025 - rev 2169 + diffs
6026
6027 -------------------------------------------------------------------
6028 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
6029
6030 - fix path of .po files (#154074).
6031 - parse the correct package.<lang> file (kinda #154074).
6032 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
6033 - reattach all released medias.
6034 - raise exception instead of abort() on XML errors (#154104).
6035 - update translations.
6036 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
6037   and is_empty_dir utility function
6038 - rev 2169
6039
6040 -------------------------------------------------------------------
6041 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
6042
6043 - check freshens and supplements for packages (#154074).
6044 - only complain about incomplete installed resolvables,
6045   if they are uninstalled, schedule them for installation.
6046   (#154074)
6047 - add testcases for locale() provides.
6048 - add lang_country -> lang fallback.
6049 - have locale(parent:...) deps match any provides of 'parent'
6050   also when uninstalling a package.
6051 - rev 2148
6052
6053 -------------------------------------------------------------------
6054 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
6055
6056 - change the locale(...) separator to ";" (#153791)
6057 - complete "find-files" of zmd-backend.
6058 - rev 2140
6059
6060 -------------------------------------------------------------------
6061 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
6062
6063 - avoid attaching media when initializing source
6064 - rev 2139
6065
6066 -------------------------------------------------------------------
6067 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
6068
6069 - warn about misspelled 'locale(...)' provides
6070 - add testcases
6071 - rev 2134
6072
6073 -------------------------------------------------------------------
6074 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
6075
6076 - fix the build
6077 - rev 2129
6078
6079 -------------------------------------------------------------------
6080 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
6081
6082 - provide available locales to application (#153583)
6083 - honor 'requestedLocales' (language dependant packages)
6084 - honor release requests for all holders of a device.
6085 - silently re-attach after a forced release.
6086 - solver improvements.
6087 - handle source caches.
6088 - proper logging in zmd backend helpers.
6089 - rev 2127
6090
6091 -------------------------------------------------------------------
6092 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
6093
6094 - upgrade always to best version and arch (#153577)
6095 - reset 'transact' state for obsoleted packages (#153578)
6096 - translation updates
6097 - rev 2113
6098
6099 -------------------------------------------------------------------
6100 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
6101
6102 - add support for 'local' .rpm packages to zmd-backend.
6103 - rev 2101
6104
6105 -------------------------------------------------------------------
6106 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
6107
6108 - fix build of zmd/backend.
6109 - actually fill 'files' table in package-files.
6110 - rev 2094
6111
6112 -------------------------------------------------------------------
6113 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
6114
6115 - improve testcases.
6116 - add 'setPossibleLocales()' to ZYpp, this defines the set
6117   of possible locales to choose from (#153583)
6118 - provide LanguageImpl and create 'Language' resolvables for
6119   each 'possible' locale.
6120 - fix YUM parsing of patches, insert 'atoms' to link patches
6121   with packages.
6122 - replace gzstream/ with own, existing implementation.
6123 - honor locks in solver (#150231)
6124 - sync pool with target after commit() properly (#150565, #153066)
6125 - new zmd helper 'package-files'
6126 - rev 2093
6127
6128 -------------------------------------------------------------------
6129 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
6130
6131 - prevent multiple initializations of the target (#153124)
6132 - implement 'loopback mounted ISO images'
6133 - retain old package sources on upgrade.
6134 - support compressed .xml files in 'repodata' type repositories.
6135 - rev 2025
6136
6137 -------------------------------------------------------------------
6138 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
6139
6140 - parse locale(...) provides and construct correct dependencies.
6141
6142 -------------------------------------------------------------------
6143 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
6144
6145 - always upgrade to candidate (#152760).
6146 - fix typo in package sorting.
6147 - prepare handling of locale provides.
6148 - rev 1995
6149
6150 -------------------------------------------------------------------
6151 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
6152
6153 - sort src/nosrc package to right list during commit.
6154 - revert installtime/buildtime in susetags parser (#152760)
6155 - rev 1990
6156
6157 -------------------------------------------------------------------
6158 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
6159
6160 - reset state after successful commit (#153030)
6161 - run "rpm -e" always with "--nodeps" (#153026)
6162 - provide separate resolvable kind for src packages.
6163 - extend status field for LOCK and LICENSE.
6164 - add sameState()/diffState() for UI.
6165 - provide 'best' candidate for UI.
6166 - set 60 sec timeout for curl access.
6167 - don't cross-compare solver results, takes too much time.
6168 - provide sizes of installed packages.
6169 - extend REQUIRES semantics in content file.
6170 - add "parse-metadata" helper to zmd-backend.
6171 - rev 1987
6172
6173 -------------------------------------------------------------------
6174 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
6175
6176 - provide complete disk usage data (#152761)
6177 - include upgrade flag when copying solver solution
6178   back to pool (#152717)
6179 - rev 1959
6180
6181 -------------------------------------------------------------------
6182 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
6183
6184 - don't insert incompatible architectures to the pool (#151933)
6185 - don't accept incompatible architectures from a repository
6186   (#151933)
6187 - separate rpm log (#151431).
6188 - allow extended product requires.
6189 - rev 1954
6190
6191 -------------------------------------------------------------------
6192 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
6193
6194 - provide the XML schema files in the main package. (#152593)
6195
6196 -------------------------------------------------------------------
6197 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
6198
6199 - provide arch compat handling.
6200 - implement data upload to zmd.
6201 - fix source metadata caching on target.
6202 - add 'supplements' dependencies to 'yum' parser.
6203 - provide user agent identification to curl calls.
6204 - move resolver branches (multiple alternatives) back in queue
6205   (resolve known things first, then the unknown ones).
6206 - clean up 'packages' parser.
6207 - rev 1947
6208
6209 -------------------------------------------------------------------
6210 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
6211
6212 - improve media mount/umount interface
6213 - prepare class ArchCompat for proper architecture ordering
6214   and compatibility handling.
6215 - add returns to dummy functions in DbAccess.
6216 - rev 1913
6217
6218 -------------------------------------------------------------------
6219 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
6220
6221 - don't explictly delete to-be-upgraded packages.
6222 - finish query-system, resolve-dependencies, and transact for
6223   libzypp-zmd-backend.
6224 - provide Pattern::category.
6225 - move system architecture to toplevel.
6226 - make target store pathname settable.
6227 - speed up rpmdb reading by properly filtering unwanted file
6228   provides.
6229 - rev 1905
6230
6231 -------------------------------------------------------------------
6232 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
6233
6234 - new translations.
6235 - proofread texts.
6236 - when comparing solutions, prefer higher versions.
6237 - provide generic 'SafeBool' for bool conversions.
6238 - add PtrTypes testsuites.
6239 - rev 1876
6240
6241 -------------------------------------------------------------------
6242 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
6243
6244 - integrate all diffs
6245 - move Target::commit to toplevel API
6246 - generalize dependency iterators and hash dependency
6247   information in pool (for speedup)
6248 - add 'supplements' as dependency
6249 - make more pattern attributes available
6250 - drop "smbfs" in favour of "cifs" (#151476)
6251 - add metadata cache to sources (Beta4 bug)
6252 - run "rpm -e"  with name-version-release
6253 - fix update conflicts
6254 - rev 1864
6255
6256 -------------------------------------------------------------------
6257 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
6258
6259 - fix-mediachange.diff: dont skip CD but retry after media change
6260 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
6261   'eject' button
6262 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
6263   so media handle gets actually released and media unmounted.
6264
6265 -------------------------------------------------------------------
6266 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
6267
6268 - implement arch scoring
6269 - prefer better arch (#151427)
6270 - transitive depedencies of weak requirements are non-weak
6271   (#151446)
6272 - rev 1778 + diff
6273
6274 -------------------------------------------------------------------
6275 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
6276
6277 - ignore self and to-be-updated conflicts (#150844)
6278 - fix enable of target store (for non-packages)
6279 - rev 1778
6280
6281 -------------------------------------------------------------------
6282 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
6283
6284 - fix "cd:" url (#151121)
6285 - provide location() in public Package api
6286 - allow running distribution upgrade in testmode
6287 - extend HAL interface
6288 - rev 1762
6289
6290 -------------------------------------------------------------------
6291 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
6292
6293 - pass normal and locale packages from selections correctly.
6294 - its "baseconf" for base selections.
6295 - Make 'ZYpp' an obvious singleton.
6296 - provide releasenotesUrl.
6297 - dont continue upgrade without target.
6298 - implement 'fake' hal for testing.
6299 - fix package sizes.
6300 - more solver testcases.
6301 - rev 1754
6302
6303 -------------------------------------------------------------------
6304 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
6305
6306 - extend requires of libzypp-devel
6307 - provide package sizes for UI
6308 - provide more UI helpers
6309 - implement Product and related functions
6310 - fix split provides in distribution upgrade
6311 - provide locale information to system
6312 - ask HAL for available devices
6313 - reduce debug information in solver
6314 - filter architectures in source, not in solver
6315 - rev 1743
6316
6317 -------------------------------------------------------------------
6318 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
6319
6320 - disable another testsuite for now
6321 - fetch the default locale from environment
6322 - support user-defined formatting of log
6323 - rev 1710
6324
6325 -------------------------------------------------------------------
6326 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
6327
6328 - providing basic product information from susetags source
6329 - public API for preferred language
6330 - implemented redirect of logging (#149001)
6331 - report start/finish of source data parsing (#150211)
6332 - store/restore source aliases properly (#150256)
6333 - disable a lot of debug logging to speed up solver
6334 - properly rewrite URL for CDn directory layouts (#149870)
6335 - rev 1706
6336
6337 -------------------------------------------------------------------
6338 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
6339
6340 - add save/restore state to facilitate UI 'cancel'
6341 - enable target/store
6342 - add 'forceResolve' call and flag to resolver to switch between
6343   task-oriented ZMD and interactive YaST behaviour.
6344 - Fix resolver problem solution texts.
6345 - improve solver problem solution offerings.
6346 - fix media access handling to better support multiple
6347   requestors to single media.
6348 - move the media number checking to the source (media requestor)
6349   which knows how to verify the correct media.
6350 - Fix CD ordering (#149871), adding testcases.
6351 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
6352 - Add selections to testcases.
6353 - rev 1673
6354
6355 -------------------------------------------------------------------
6356 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
6357
6358 - Fix missing return in Source.cc:124
6359
6360 -------------------------------------------------------------------
6361 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
6362
6363 - cope with empty arch field in selections
6364 - enable dummy "enableStorage" function
6365 - rev 1610-branch
6366
6367 -------------------------------------------------------------------
6368 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
6369
6370 - fix random data return in Source.cc
6371 - rev 1610
6372
6373 -------------------------------------------------------------------
6374 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
6375
6376 - adapt zmd-backend to SourceImpl API change
6377 - rev 1608
6378
6379 -------------------------------------------------------------------
6380 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
6381
6382 - fix the packages parser bug. Now all packages are parsed
6383   including (english) translations.
6384   source/susetags is back to svn head.
6385 - rev 1600
6386
6387 -------------------------------------------------------------------
6388 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
6389
6390 - fix off-by-one bug in bitfield handling
6391 - revert source/susetags to rev 1411
6392 - rev 1586
6393
6394 -------------------------------------------------------------------
6395 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
6396
6397 - dont prereq-sort non-packages
6398 - rev 1584
6399
6400 -------------------------------------------------------------------
6401 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
6402
6403 - rev 1582
6404
6405 -------------------------------------------------------------------
6406 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
6407
6408 - update to rev 1543
6409
6410 -------------------------------------------------------------------
6411 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
6412
6413 - require hal-devel in libzypp-devel
6414 - re-merge fixes (RPM_OPT_FLAGS)
6415
6416 -------------------------------------------------------------------
6417 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
6418
6419 - make solver behaviour a bit more interactive
6420 - rev 1537
6421
6422 -------------------------------------------------------------------
6423 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
6424
6425 - Fix syntax error in configure script.
6426 - Use RPM_OPT_FLAGS.
6427
6428 -------------------------------------------------------------------
6429 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
6430
6431 - update for qt ui integration
6432 - rev 1504
6433
6434 -------------------------------------------------------------------
6435 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
6436
6437 - split off libzypp-zmd-backend
6438 - rev 1466
6439
6440 -------------------------------------------------------------------
6441 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
6442
6443 - another update to svn
6444
6445 -------------------------------------------------------------------
6446 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
6447
6448 - finish rpm callbacks
6449 - finish UI API
6450 - fix state change resolver<->pool
6451 - zmd backend stuff
6452 - speed up tag file parsing
6453 - rev 1405
6454
6455 -------------------------------------------------------------------
6456 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
6457
6458 - disabling failing tests of s390 and ppc
6459
6460 -------------------------------------------------------------------
6461 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
6462
6463 - Snapshoot rev 1367
6464
6465 -------------------------------------------------------------------
6466 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
6467
6468 - use hashes for pool
6469 - rev 1343
6470
6471 -------------------------------------------------------------------
6472 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
6473
6474 - removed Obsoletes:    yast2-packagemanager
6475
6476 -------------------------------------------------------------------
6477 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
6478
6479 - Snapshoot 3 Feb 2005 (11:30)
6480
6481 -------------------------------------------------------------------
6482 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
6483
6484 - Snapshoot 2 Feb 2005 (14:00)
6485
6486 -------------------------------------------------------------------
6487 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
6488
6489 - Snapshoot 2 Feb 2005 ( integrating YaST )
6490
6491 -------------------------------------------------------------------
6492 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
6493
6494 - converted neededforbuild to BuildRequires
6495
6496 -------------------------------------------------------------------
6497 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
6498
6499 - Initial version
6500