changes
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Wed Sep  3 14:53:06 CEST 2008 - jkupec@suse.cz
3
4 - skip repositories with non-matching target distro when reading
5   repoindex
6 - revision 10919
7
8 -------------------------------------------------------------------
9 Tue Sep  2 11:04:52 CEST 2008 - schubi@suse.de
10
11 - Enabled distupgrade of the SAT solver. In order to use the old
12   distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.
13   This variable will can be used until the old distupgrade mechanism will 
14   be removed from libzypp. Have a look to above changelogs.
15 - revision 10911
16 - version 5.7.0 (5)
17
18 -------------------------------------------------------------------
19 Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de
20
21 - add Package::maybeUnsupported to remove duplicated
22   code in clients dealing with Package::vendorSupport
23
24 -------------------------------------------------------------------
25 Tue Aug 19 11:04:52 CEST 2008 - schubi@suse.de
26
27 - Reset transaction only if this solvable has no buddy (bnc #417799)
28   e.g. do not reset Products cause the concerning release package
29   could not already be installed.
30 - revision 10883
31 - version 5.6.1 (5)
32
33 -------------------------------------------------------------------
34 Mon Aug 18 17:31:02 CEST 2008 - dmacvicar@suse.de
35
36 - don't report "may be outdated" for @System repo.
37
38 -------------------------------------------------------------------
39 Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de
40
41 - Add Target::targetDistribution. Returns "distribution-arch" of 
42   the installed base product. Used for registration and Service
43   refresh. (for Fate #304915)
44 - revision 10877
45 - version 5.6.0 (5)
46
47 -------------------------------------------------------------------
48 Fri Aug 15 17:42:58 CEST 2008 - ma@suse.de
49
50 - Add method Product::replacedProducts to identify installed 
51   Products that would be replaced by installing a new Product.
52   (for Fate #301997)
53 - revision 10876
54
55 -------------------------------------------------------------------
56 Fri Aug 15 15:30:32 CEST 2008 - ma@suse.de
57
58 - Fixes to Selectable doing staus manipulation on non-USER level.
59 - revision 10873
60
61 -------------------------------------------------------------------
62 Fri Aug 15 14:23:02 CEST 2008 - ma@suse.de
63
64 - Add method ZYpp::getTarget that returns the Target or a NULL pointer,
65   if it is not yet initialized. This is to avoid try/catch blocks just 
66   to test whether the Target is initialized. (bnc #417556)
67 - Add method Target::assertRootPrefix. Pass a pathname and get back the
68   path prefixed with the tragets root, unless it already had that prefix.
69 - revision 10870
70
71 -------------------------------------------------------------------
72 Thu Aug 14 18:44:45 CEST 2008 - schubi@suse.de
73
74 - Regarding error messages for Products correctly (FATE #304502)
75 - rev 10863 
76
77 -------------------------------------------------------------------
78 Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
79
80 - Let Selectable default to USER level.
81 - revision 10850
82 - version 5.5.1 (5)
83
84 -------------------------------------------------------------------
85 Wed Aug 13 21:01:25 CEST 2008 - ma@suse.de
86
87 - Change Selectable API to support doing staus manipulation on
88   non-USER level. 
89 - revision 10847
90 - version 5.5.0 (5) 
91
92 -------------------------------------------------------------------
93 Wed Aug 13 16:48:49 CEST 2008 - dmacvicar@suse.de
94
95 - support sat solver API for searching files
96
97 -------------------------------------------------------------------
98 Wed Aug 13 15:12:45 CEST 2008 - ma@suse.de
99
100 - Add ResPool::reposFind to get repositories by alias.
101 - revision 10835
102
103 -------------------------------------------------------------------
104 Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
105
106 - Advise rpmdb2solv to parse the product database.
107 - revision 10824
108 - version 5.4.0 (4)
109
110 -------------------------------------------------------------------
111 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
112
113 - Offer a simpler, fate based status manipulation in ui::Selectable.
114   This is easier to handle, as the ui::Status always distinguishes
115   wheter an object is installed or not.
116 - revision 10814
117
118 -------------------------------------------------------------------
119 Mon Aug 11 18:00:40 CEST 2008 - ma@suse.de
120
121 - Propagate default rpm install flags from zypp.conf via ZConfig and
122   ZYppCommitPolicy down to the installer. (FATE #302952) 
123 - revision 10813
124
125 -------------------------------------------------------------------
126 Mon Aug 11 16:28:07 CEST 2008 - ma@suse.de
127
128 - Add base::Flags (like qt's QFlags) a type-safe way of storing 
129   OR-combinations of enum values.
130 - revision 10811
131
132 -------------------------------------------------------------------
133 Fri Aug  8 17:01:00 CEST 2008 - ma@suse.de
134
135 - Add static ui::Selectable::get methods as convenient ctor
136   substitute. 
137 - revision 10806
138
139 -------------------------------------------------------------------
140 Fri Aug  8 15:41:17 CEST 2008 - ma@suse.de
141
142 - Adapt zypp-query-pool to new product handling.
143 - revision 10803
144
145 -------------------------------------------------------------------
146 Fri Aug  8 14:11:03 CEST 2008 - ma@suse.de
147
148 - Don't pass epoch to 'rpm -e', it does not support it.
149 - revision 10800
150
151 -------------------------------------------------------------------
152 Fri Aug  8 13:27:42 CEST 2008 - ma@suse.de
153
154 - Adapt to new product handling. Products are no longer pseudo
155   installed objects verified by the solver, but actually installed. 
156   Thus removed satisfiedProduct iterator, fixed Selctables. 
157 - Removed class ProductInfo as we keep Product.
158 - revision 10797
159
160 -------------------------------------------------------------------
161 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
162
163 - implement relogin suggested support (fate#304889)
164
165 -------------------------------------------------------------------
166 Wed Aug  6 18:21:30 CEST 2008 - ma@suse.de
167
168 - Detect correct download path even if repository type 
169   is not set. (bnc #386386)
170 - revision 10768
171
172 -------------------------------------------------------------------
173 Wed Aug  6 17:15:48 CEST 2008 - ma@suse.de
174
175 - Cleanup, mostly by removing, unused parser code and related classes.
176 - revision 10765
177
178 -------------------------------------------------------------------
179 Wed Aug  6 16:23:27 CEST 2008 - ma@suse.de
180
181 - Don't let exception escape MediaSetAccess dtor (bnc #415017)
182 - revision 10763
183
184 -------------------------------------------------------------------
185 Mon Aug  4 19:34:27 CEST 2008 - ma@suse.de
186
187 - Add new product attributes (flavor,referencePackage).
188 - Add PoolItem buddies, i.e. two PoolItems sharing the same status
189   object. This is used to keep the product resolvable and the
190   package providing the product metadata in sync.
191 - revision 10742
192
193 -------------------------------------------------------------------
194 Sat Aug  2 19:26:52 CEST 2008 - jkupec@suse.cz
195
196 - support an optional url attribute in repoindex.xml's <repo>
197 - revision 10729
198
199 -------------------------------------------------------------------
200 Thu Jul 31 21:52:11 CEST 2008 - ma@suse.de
201
202 - New class ProductInfo to provide product related metadata that
203   might be associated with a package. This will replace the Product
204   resolvable.
205 - revision 10715
206
207 -------------------------------------------------------------------
208 Thu Jul 31 19:01:54 CEST 2008 - dmacvicar@suse.de
209
210 - generate a unique anonymous unique string per target
211   and add it to the agent string for better statistics
212
213 -------------------------------------------------------------------
214 Thu Jul 31 19:01:14 CEST 2008 - ma@suse.de
215
216 - Follow solver policy and make repository priority the highest
217   key, when ordering packages. Then architecture, and edition last.
218 - revision 10710
219
220 -------------------------------------------------------------------
221 Wed Jul 30 19:12:00 CEST 2008 - ma@suse.de
222
223 - /var/lib/zypp and /var/cache/zypp should be owned by libzypp 
224   (bnc #412094)
225 - revision 10702
226
227 -------------------------------------------------------------------
228 Wed Jul 30 12:47:48 CEST 2008 - jkupec@suse.cz
229
230 - Service renamed to ServiceInfo
231 - RepoInfoBase added; RepoInfo and ServiceInfo now derive from it
232 - revision 10695
233
234 -------------------------------------------------------------------
235 Tue Jul 29 12:59:46 CEST 2008 - jkupec@suse.cz
236
237 - fixed yum repos to work with non '/' base url post fix
238   (bnc #341617)
239 - revision 10662
240
241 -------------------------------------------------------------------
242 Mon Jul 28 18:13:24 CEST 2008 - ma@suse.de
243
244 - Fixed SolvIterMixin::Selectable_iterator eating some solvables
245   (bnc #411339)
246 - revision 10680
247
248 -------------------------------------------------------------------
249 Fri Jul 25 20:12:55 CEST 2008 - ma@suse.de
250
251 - Several changes to make libzypp-bindings compile using the original
252   header files and no private copies. (bnc #391831)
253 - revision 10668
254 - version 5.3.0
255
256 -------------------------------------------------------------------
257 Wed Jul 23 17:17:47 CEST 2008 - jkupec@suse.cz
258
259 - Service::enabled() added
260 - revision 10657
261
262 -------------------------------------------------------------------
263 Tue Jul 22 17:18:28 CEST 2008 - jkupec@suse.cz
264
265 - Removed FRESHENS dependency type
266 - revision 10643
267
268 -------------------------------------------------------------------
269 Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
270
271 - Allow parallel installation of packages which have been defined
272   in zypp.conf (parameter "multiversion") Fate #302050
273 - Additional check for broken system.
274   (defined in zypp.conv: solver.checkSystemFile)
275 - revision 10600
276
277 -------------------------------------------------------------------
278 Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
279
280 - Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
281 - revision 10596
282
283 -------------------------------------------------------------------
284 Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
285
286 - Remove Atom, Script, Message and other obsolete classes.
287 - revision 10592
288
289 -------------------------------------------------------------------
290 Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
291
292 - Also report the name of the locking process in ZYppFactoryException
293   (bnc #280537)
294 - revision 10572
295
296 -------------------------------------------------------------------
297 Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
298
299 - corrected logging of solver settings
300 - regard locking while doUpdate (bnc #405427)
301 - revision 10564
302
303 -------------------------------------------------------------------
304 Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
305
306 - make curl use the right transfer mode
307   (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
308 - revision 10559
309
310 -------------------------------------------------------------------
311 Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
312
313 - reuse existing disk mounts (applied Marius' patch) (bnc #208222)
314 - revision 10557
315
316 -------------------------------------------------------------------
317 Wed Jul  9 18:13:58 CEST 2008 - ma@suse.de
318
319 - Provide Package::url() if available in solv file. (bnc #402434)
320 - A missing cookie file must not be treated as an error. Simply
321   rebuild the cache (bnc #405867)
322 - Add 22x22 and 24x24 icons (bnc #329635)
323 - revision 10528
324
325 -------------------------------------------------------------------
326 Mon Jul  7 13:39:09 CEST 2008 - schubi@suse.de
327
328 - Do not update an already updated package (bnc #400422)
329 - revision 10504
330
331 -------------------------------------------------------------------
332 Fri Jul  4 17:19:24 CEST 2008 - ma@suse.de
333
334 - Also check if the fingerprint matches before importing updated keys.
335   (bnc #393160)
336 - revision 10500
337
338 -------------------------------------------------------------------
339 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
340
341 - forward port add message attribute to patches.
342 - port import newer keys if a trusted key is updated
343 - (bnc#393160)
344 - version 5.0.2
345
346 -------------------------------------------------------------------
347 Mon Jun 30 10:28:27 CEST 2008 - ma@suse.de
348
349 - Fix permanent duplication of gpg keys in the rpm database. Also
350   retrieve correct creation and expire dates. (bnc #401259)
351 - Invoke gpg with --homdir, otherwise command fails if executed
352   within a wrapper. (bnc #401259)
353 - revision 10487
354
355 -------------------------------------------------------------------
356 Thu Jun 26 12:07:33 CEST 2008 - schubi@suse.de
357
358 - version 5.0.1
359 - revision 10464
360
361 -------------------------------------------------------------------
362 Thu Jun 19 17:55:35 CEST 2008 - ma@suse.de
363
364 - Handle new patch messages and scripts in commit. Provide callbacks
365   to display the patch messages and give visual feedback on script
366   execution. (bnc #401220)
367 - revision 10411
368
369 -------------------------------------------------------------------
370 Thu Jun 19 17:35:59 CEST 2008 - ma@suse.de
371
372 - Fix wrong parenthesis causing bug 399320
373 - version
374 - revision
375
376 -------------------------------------------------------------------
377 Tue Jun 10 09:52:03 CEST 2008 - jreidinger@suse.cz
378
379 - improve performance of gsub
380 - change replace_all to replaceAll (same name convency)
381 - add tests for gsub and replaceAll
382 - revision 10366
383
384 -------------------------------------------------------------------
385 Fri Jun  6 13:29:59 CEST 2008 - ma@suse.de
386
387 - Handle application/x-redhat-package-manager in package-manager.desktop
388   (bnc #391183)
389 - revision 10361
390
391 -------------------------------------------------------------------
392 Thu Jun  5 18:01:15 CEST 2008 - jkupec@suse.cz
393
394 - X-SuSE-ControlCenter-System category added
395   to package-manager.desktop (bnc #302324)
396 - revision 10353
397
398 -------------------------------------------------------------------
399 Wed Jun  4 14:57:13 CEST 2008 - ma@suse.de
400
401 - Fix crash when requesting disk usage without a target loaded. (bnc #396755)
402 - revision 10340
403
404 -------------------------------------------------------------------
405 Wed Jun  4 14:05:09 CEST 2008 - ma@suse.de
406
407 - Fix memory corruption in curl media handler (bnc #396979)
408 - revision 10338
409
410 -------------------------------------------------------------------
411 Tue Jun  3 20:00:00 CEST 2008 - ma@suse.de
412
413 - Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
414   as 'source package named zypper'. So these capabilities can be used
415   together with sat::Whatprovides or in resolver requests. (bnc #369893)
416 - revision 10335
417
418 -------------------------------------------------------------------
419 Tue Jun  3 15:40:37 CEST 2008 - jreidinger@suse.cz
420
421 - allow aborting progress during removing packages. (bnc #389238)
422 - revision 10331
423
424 -------------------------------------------------------------------
425 Mon Jun  2 15:31:36 CEST 2008 - schubi@suse.de
426
427 - New option for ignoring Obsoletes. This is used for installing more than
428   one pacakges with the same name but different versions.
429   Often used by kernel.
430 - r 10299
431
432 -------------------------------------------------------------------
433 Sun Jun  1 23:14:34 CEST 2008 - - ma@suse.de
434
435 - Revert inappropriate Selectable cleanup. Fix Selectable
436   status computation. Unmaintained packages were wrongly
437   reported as unsinstalled. (bnc #394630)
438 - version 5.0.0 (4.x continued in SuSE-Linux-11_0-Branch)
439 - revision 10295
440
441 -------------------------------------------------------------------
442 Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
443
444 - fixed typo
445
446 -------------------------------------------------------------------
447 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
448
449 - Reenable diskusage calculation (bnc #395051)
450 - version 4.25.1
451 - revision 10273
452
453 -------------------------------------------------------------------
454 Wed May 28 18:50:11 CEST 2008 - jkupec@suse.cz
455
456 - RepoManager::packagesPath(RepoInfo) added (bnc #394728)
457 - revision 10271
458
459 -------------------------------------------------------------------
460 Wed May 28 16:26:09 CEST 2008 - jkupec@suse.cz
461
462 - RepoInfo: don't overwrite flags that have already been set externally
463   (bnc #394728)
464 - revision 10256
465
466 -------------------------------------------------------------------
467 Wed May 28 15:30:24 CEST 2008 - ma@suse.de
468
469 - Create missing directories when saving config files. (bnc #395026)
470 - Fix undefined behaviour in RepoManager.
471 - revision 10255
472
473 -------------------------------------------------------------------
474 Wed May 28 15:23:44 CEST 2008 - schubi@suse.de
475
476 - SOLVER_ERASE_SOLVABLE_NAME: As we do not know, if this request has come
477   from resolvePool or resolveQueue we will have to take care for both
478   cases. (bnc#393969)
479 - r 10252
480
481 -------------------------------------------------------------------
482 Tue May 27 22:35:37 CEST 2008 - coolo@suse.de
483
484 - compile with RPM_OPT_FLAGS
485
486 -------------------------------------------------------------------
487 Mon May 26 17:23:24 CEST 2008 - jkupec@suse.cz
488
489 - old2new locks file converter script added to %post (jredinger)
490 - r 10227
491
492 -------------------------------------------------------------------
493 Mon May 26 11:48:35 CEST 2008 - schubi@suse.de
494
495 - Do not regard packages with the same name while upgrading obsoleted
496   packages (bnc#394367)
497 - r 10219
498
499 -------------------------------------------------------------------
500 Sat May 24 01:23:44 CEST 2008 - dmacvicar@suse.de
501
502 - revert commit don't check for existence of keys,
503   to avoid a non needed HEAD request. (related bnc#381280)
504   as it creates popup error callbacks due to the 404's in
505   the keys. Leave however the OnMediaLocation::optional()
506   API to look for another fix strategy.
507
508 -------------------------------------------------------------------
509 Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de
510
511 - define path for messages and scripts and document
512   them in zypp.conf
513
514 -------------------------------------------------------------------
515 Fri May 23 14:42:34 CEST 2008 - schubi@suse.de
516
517 - Added IgnoreAlreadyRecommended flag. So recomments/suggest will
518   be ignored for already INSTALLED packages (bnc #389694)
519 - r 10202
520
521 -------------------------------------------------------------------
522 Fri May 23 10:22:47 CEST 2008 - schubi@suse.de
523
524 - Packages which obsoletes and do NOT required other installed
525   packages will be installed if no other packages obsolete the installed package too.
526 - r 10196
527
528 -------------------------------------------------------------------
529 Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
530
531 - fix filelist for installed packages (bnc#392544)
532 - fix changelog retrieval for installed packages
533
534 -------------------------------------------------------------------
535 Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
536
537 - deprecate Repository::name() and use alias() to
538   be consistent. Related to (bnc#383553)
539 - don't check for existence of keys, to avoid a non needed
540   HEAD request. (helps bnc#381280)
541 - 4.25.0
542
543 -------------------------------------------------------------------
544 Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
545
546 - added onlyRequires in the testcase (bnc #389184)
547
548 -------------------------------------------------------------------
549 Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
550
551 - allow installation and refreshing from repository with alias that
552   contains ' or " (bnc #392426)
553 - r10158
554
555 -------------------------------------------------------------------
556 Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
557
558 - delta rpm support reenabled
559 - r10150
560
561 -------------------------------------------------------------------
562 Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
563
564 - Resetting Delete Details in ResStatus correctly (bnc #391785)
565 - r 10145
566
567 -------------------------------------------------------------------
568 Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
569
570 - when setting status to non installed for uninstalled packages
571   set the user transaction so they go to soft locks.
572   (related to bnc#389739 )
573
574 -------------------------------------------------------------------
575 Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
576
577 - Added new calls : isInstalledBy (const PoolItem item);
578                     installs (const PoolItem item);
579 - r 10125
580 - 4.23.0
581
582 -------------------------------------------------------------------
583 Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
584
585 - don't run merge in save when toAdd/Remove queue is empty
586 - throw when locks cannot load its file
587 - r10124
588
589 -------------------------------------------------------------------
590 Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
591
592 - throw more describing exception when repo probing failed
593   (bnc #389690)
594 - revision 10118
595
596 -------------------------------------------------------------------
597 Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
598
599 - allow call only merge old locks and newly added/removed without
600   saving it to file
601 - -revision 10104
602
603 -------------------------------------------------------------------
604 Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de
605
606 - report non packages as keep installed if satisfied to the
607   user interace (Selectables)
608 - 4.21.3
609
610 -------------------------------------------------------------------
611 Tue May 13 15:50:28 CEST 2008 - jkupec@suse.cz
612
613 - create /etc/zypp/products.d on install
614
615 -------------------------------------------------------------------
616 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
617
618 - /etc/zypp/products.d added to file list (bnc #385868)
619 - revision 10049
620 - version 4.21.2
621
622 -------------------------------------------------------------------
623 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
624
625 - call RemoveResolvableReport::problem() before finish() on error
626   (bnc #388810)
627 - revision 10045
628
629 -------------------------------------------------------------------
630 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
631
632 - fix file list
633
634 -------------------------------------------------------------------
635 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
636
637 - Product now retrieves all attributes from the solv file.
638 - version 4.21.1
639 - revision 10031
640
641 -------------------------------------------------------------------
642 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
643
644 - Add zypp.conf option configdir (/etc/zypp) and arrange
645   all config files and directories to follow {configdir}
646   per default.
647 - Fix zypp-query-pool to print satisfied products and additional
648   products defined in {configdir}/products.d for registration.
649   (bnc #385868)
650 - version 4.21.0
651 - revision 10029
652
653 -------------------------------------------------------------------
654 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
655
656 - implement remove duplicate entries in lock file (bnc#385967)
657
658 -------------------------------------------------------------------
659 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
660
661 - Speedup rpmdb2solv by reusing an existing solv file.
662 - version 4.20.1
663 - revision 10012
664
665 -------------------------------------------------------------------
666 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
667
668 - Fix failed package download due to unkown repository type (bnc #386386)
669 - revision 9995
670
671 -------------------------------------------------------------------
672 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
673
674 - Support optional root argument to RepoManagerOptions, to prefix all
675   path names taken from ZConfig. (bnc #388265)
676 - version 4.20.0
677 - revision 9993
678
679 -------------------------------------------------------------------
680 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
681
682 - new solution action for removing requirements/conflicts (bnc #387631)
683 - revision 9988
684
685 -------------------------------------------------------------------
686 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
687
688 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100)
689 - revision 9984
690
691 -------------------------------------------------------------------
692 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
693
694 - DistUpgrade: searching for providers -> regarding name onl
695 - r 9977
696
697 -------------------------------------------------------------------
698 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
699
700 - add flag --registrable (-r) to query pool to avoid
701   using system as a filter
702 - 4.19.1
703
704 -------------------------------------------------------------------
705 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
706
707 - return values in non-void functions
708
709 -------------------------------------------------------------------
710 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
711
712 - support multiple search strings in PoolQuery (ORed)
713 - revision 9945
714
715 -------------------------------------------------------------------
716 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
717
718 - Switch off the upgrade mode of the
719   SAT solver cause the packages have already been evaluated by
720   the distupgrade machanism of libzypp. (bnc #386375)
721 - rev 9943
722
723 -------------------------------------------------------------------
724 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
725
726 - release file after copy to cache as soon as possible.
727   (bnc #381311)
728 - r9940
729
730 -------------------------------------------------------------------
731 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
732
733 - Bugfix: keep states by user has been removed it the
734   package has not been installed BUT has been recommended by another package.
735   (bnc #385832)
736 - rev 9938
737
738 -------------------------------------------------------------------
739 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
740
741 - add isLocal function to Url which say if scheme is local or
742   internet.
743 - r9932
744
745 -------------------------------------------------------------------
746 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
747
748 - cache decision for repository depend on his url.
749 - http,ftp and smb cache packages.
750 - revision 9929
751
752 -------------------------------------------------------------------
753 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
754
755 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
756   Locks are loaded together with the target, and changes are writen
757   back on commit. zypp.conf option locksfile.apply can be used to turn
758   this feature on or off. (FATE #120352)
759 - version 4.18.0
760 - revision 9927
761
762 -------------------------------------------------------------------
763 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
764
765 - Add zypp.conf option solvfilesdir: Path where the repo solv files
766   are created. Default value: {cachedir}/solv.
767 - Target and repositories now save their solvfiles below {solvfilesdir}
768   in directories named after the repositories alias.
769 - version 4.18.0
770 - revision 9913
771
772 -------------------------------------------------------------------
773 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
774
775 - fixed filesystem::expandlink(Pathname) (bnc #368477)
776 - r9906
777
778 -------------------------------------------------------------------
779 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
780
781 - cleanup in return values of doUpgrade and doUpdate
782 - r9886
783 - 4.17.0
784
785 -------------------------------------------------------------------
786 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
787
788 - check for valid pool in begin(), improve the code (bnc #384337)
789 - r9872
790 - 4.16.0
791
792 -------------------------------------------------------------------
793 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
794
795 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
796
797 -------------------------------------------------------------------
798 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
799
800 - added translations
801
802 -------------------------------------------------------------------
803 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
804
805 - ostream operator<<(ostream,TriBool) added
806 - r9833
807
808 -------------------------------------------------------------------
809 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
810
811 - Prevent target::unload from creating a system repo in order
812   to unload it. (bnc 382297)
813 - version 4.15.2
814 - revision 9822
815
816 -------------------------------------------------------------------
817 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
818
819 - Prevent deselected or deleted items from being re-selected due to
820   recommends (aka. persistent soft locks). Unlike hard locked, those
821   items will be automatically selected if required. The list of soft
822   locked items is stored in /var/lib/zypp/SoftLocks.
823 - version 4.15.1
824 - revision 9818
825
826 -------------------------------------------------------------------
827 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
828
829 - Remove obsolete AdditionalCapabilities interface from ResPool.
830   Forward sat::Pool::RepositoryIterator. There's no more need to
831   maintain an extra Repository list in ResPool.
832 - revision 9806
833
834 -------------------------------------------------------------------
835 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
836
837 - Support dependencies requiring a specific architecture:
838   "name[.arch] [op edition]". See class Capability for details
839   about how to construct dependencies. (bnc #305445)
840 - version 4.15.0
841 - revision 9805
842
843 -------------------------------------------------------------------
844 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
845
846 - patch attributes and deprecate old ones
847 - 4.14.0
848
849 -------------------------------------------------------------------
850 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
851
852 - change locks api -
853 - make more functions const
854 - replace add/remove by selectable to add/remove by ident or name and kind
855 - rename iterator to const_iterator to avoid confusion
856 - revision 9781
857
858 -------------------------------------------------------------------
859 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
860
861 - Do architecture changes while "dup" in the external distribution
862   upgrade ONLY. bnc #382274
863 - Added "ignore" to the solutions
864 - Added "self-conflicts" to the solution
865 - added new solver mechanism "resolveQueue"
866 - Bugfix broken/satisfied products
867 - rev 9776
868
869 -------------------------------------------------------------------
870 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
871
872 - Added Pattern::core returning the packages required by a pattern.
873   (see also Pattern::depends and Pattern::contents).
874 - revision 9771
875
876 -------------------------------------------------------------------
877 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
878
879 - Added Target::release(), returning the targets distribution
880   release string.
881 - revision 9761
882
883 -------------------------------------------------------------------
884 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
885
886 - per default abort if package installation fails. (bnc #381203)
887 - version 4.13.3
888 - revision 9725
889
890 -------------------------------------------------------------------
891 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
892
893 - add ZYpp and curl version to http agent string
894   (bnc #381280)
895
896 -------------------------------------------------------------------
897 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
898
899 - Fixed pools package index wrongly including source packages. (bnc #380283)
900 - version 4.13.2
901 - revision 9683
902
903 -------------------------------------------------------------------
904 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
905
906 - Disable fast creation of @System.solv. It may produce wrong results
907   e.g. after a rebuilddb.
908 - version 4.13.1
909 - revision 9666
910
911 -------------------------------------------------------------------
912 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
913
914 - initializeTarget now takes an additional option, telling whether to
915   rebuild an existing rpm database before using it. Default is false.
916   (bnc #308352)
917 - version 4.13.0
918 - revision 9664
919
920 -------------------------------------------------------------------
921 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
922
923 - save do nothing if no locks added/removed
924 - fix bug with multiple save lock
925 - don't save same query multiple times
926 - improve tests
927 - revision 9644
928
929 -------------------------------------------------------------------
930 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
931
932 - added new translations
933 - activate zypp-query-pool
934 - Revision 9637
935 - 4.12.1
936
937 -------------------------------------------------------------------
938 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
939
940 - Locks API cleaned-up, iterator added, light read() added
941 - PoolQuery::attribute(SolvAttr) getter added
942 - revision 9609
943
944 -------------------------------------------------------------------
945 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
946
947 - reenable zypp-query-pool
948 - 4.11.1
949
950 -------------------------------------------------------------------
951 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
952
953 - Enable evaluation of hardware dependencies.
954 - Enable evaluation of filesystem dependencies.
955 - revision 9605
956
957 -------------------------------------------------------------------
958 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
959
960 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
961   needed for explicit refresh request
962 - revision 9574
963
964 -------------------------------------------------------------------
965 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
966
967 - Install ResPoolProxy index to speedup Solvable to Selectable
968   conversion.
969 - version 4.11.0
970 - revision 9558
971
972 -------------------------------------------------------------------
973 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
974
975 - Implement update scripts installed by packages. After every
976   package install /var/adm/update-scripts is scanned for the first
977   file starting with "<name>-<version>.<release>-", which is then
978   executed.
979 - revision 9547
980
981 -------------------------------------------------------------------
982 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
983
984 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
985 - Add Resolvable::poolItem() providing access to the corresponding
986   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
987   to PoolItem.
988 - Add ResPool::satisfiedProductsBegin/End iterator over all products
989   whose dependencies are satisfied. This reflects the status determined
990   by the last solver run. (#368104)
991 - revision 9535
992
993 -------------------------------------------------------------------
994 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
995
996 - switch to new locks api
997 - revision 9524
998
999 -------------------------------------------------------------------
1000 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
1001
1002 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
1003 - Add SolvIterMixin: Base class providing PoolItem_iterator and
1004   Selectable_iterator iterator types based on a Solvable iterator.
1005 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
1006   PoolItem_iterator and Selectable_iterator.
1007 - Add Solvable::SplitIdent: Helper class that splits an identifier
1008   into kind and name.
1009 - Provide methods Pattern::contents returning a collection of packages
1010   associated with the pattern/patch.
1011 - revision 9496
1012
1013 -------------------------------------------------------------------
1014 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
1015
1016 - add comparing to PoolQuery
1017 - revision 9466
1018
1019 -------------------------------------------------------------------
1020 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
1021
1022 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
1023 - revision 9452
1024
1025 -------------------------------------------------------------------
1026 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
1027
1028 - initial implementation of new locks (FATE #120118 and #120352)
1029 - revision 9442
1030
1031 -------------------------------------------------------------------
1032 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
1033
1034 - selectable API updates and changes
1035 - 4.10.0
1036
1037 -------------------------------------------------------------------
1038 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
1039
1040 - add split with respect to escaped delimeters and also for quotes
1041 - revision 9373
1042
1043 -------------------------------------------------------------------
1044 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
1045
1046 - Fixed some missing package and source package attributes.
1047 - revision 9348
1048
1049 -------------------------------------------------------------------
1050 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
1051
1052 - Allow to store a media label in MediaSetAccess. This label is
1053   passed to a media change requests to describe which CD is
1054   requested.  (bnc #330094)
1055 - Fixed some missing package and source package attributes.
1056 - revision 9347
1057
1058 -------------------------------------------------------------------
1059 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
1060
1061 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
1062 - Removed establish state in ResStatus
1063 - revision 9337
1064 - version 4.7.0
1065
1066 -------------------------------------------------------------------
1067 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
1068
1069 - Add PoolItem::isSatisfied()/isBroken() to test whether
1070   the items requirements are met.
1071 - revision 9334
1072
1073 -------------------------------------------------------------------
1074 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
1075
1076 - Extend sat::WhatProvides to allow to query for possible providers
1077   of a collection of capabilies. E.g. all providers of a packages
1078   requirements.
1079 - Fixed retrieval of translated texts from .solv files, provided the
1080   solv file contains them.
1081 - revision 9328
1082
1083 -------------------------------------------------------------------
1084 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
1085
1086 - initial implementation of serialize/recovery PoolQuery
1087   (needed by FATE #120118)
1088 - revision 9325
1089
1090 -------------------------------------------------------------------
1091 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
1092
1093 - Allow prioritizing repos by adding a line 'priority=N' to the
1094   .repo file. Where N is an integer number from 1 (highest prio)
1095   to 99 (least and default). (bnc #369827, fate #302872)
1096 - version 4.6.1
1097 - revision 9276
1098
1099 -------------------------------------------------------------------
1100 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
1101
1102 - support plaindir again (at least the most important parts)
1103
1104 -------------------------------------------------------------------
1105 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
1106
1107 - Throwing special exception MediaBadCAException in case of SSL
1108   certificate validation failure.(bnc #223512)
1109 - revision 9250
1110
1111 -------------------------------------------------------------------
1112 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
1113
1114 - add new error IO_SOFT to media request callback for temporary
1115   connection problem. (bnc #328822)
1116 - add new media exception timeout when somethink fail due to exceed
1117   timeout
1118 - mediacurl throw timeout exception when timeouted
1119 - revision 9246
1120
1121 -------------------------------------------------------------------
1122 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
1123
1124 - return more information from checking if metadata need refresh,
1125   so user can get better info. (bnc #307249)
1126 - revision 9231
1127
1128 -------------------------------------------------------------------
1129 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
1130
1131 - class sat::LocaleSupport: Convenience methods to manage support
1132   for language specific packages.
1133 - revision 9197
1134
1135 -------------------------------------------------------------------
1136 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
1137
1138 - removed obsolete capability handling stuff (ma)
1139 - version 4.5.0
1140
1141 -------------------------------------------------------------------
1142 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
1143
1144 - Don't mask skip and abort exception in Fetcher
1145 - revision 9188
1146
1147 -------------------------------------------------------------------
1148 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
1149
1150 - action is correctly set in mediaRequest callback
1151 - revision 9186
1152
1153 -------------------------------------------------------------------
1154 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
1155
1156 - Fix SEGV in commit (bnc# 371137)
1157 - version 4.4.3
1158 - revision 9174
1159
1160 -------------------------------------------------------------------
1161 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
1162
1163 - version 4.4.2
1164
1165 -------------------------------------------------------------------
1166 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
1167
1168 - look for openssl in cmake, actually we build require it
1169 - explicitely link against openssl and crypto, required to
1170   compile in all platforms/distros.
1171
1172 -------------------------------------------------------------------
1173 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
1174
1175 - Save repo type during refresh if type is NONE (f.e. lazy probing).
1176 - revision 9153
1177
1178 -------------------------------------------------------------------
1179 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
1180
1181 - replace gpg escaped semicolon with real semicolon (bnc #355434)
1182 - revision 9151
1183
1184 -------------------------------------------------------------------
1185 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
1186
1187 - make strings from RpmDb and Keyring exceptions translatable
1188 - revision 9146
1189
1190 -------------------------------------------------------------------
1191 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
1192
1193 - fix retrieving keys (bnc #368099)
1194 - version 4.4.1
1195
1196 -------------------------------------------------------------------
1197 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
1198
1199 - enable frontend to rewrite add_probe settings.(bnc #309612)
1200 - Correct adding repo without type to lazy probing.
1201 - revision 9135
1202
1203 -------------------------------------------------------------------
1204 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
1205
1206 - get better message if something fail when trying run rpm
1207   (bnc #344584)
1208 - revision 9133
1209
1210 -------------------------------------------------------------------
1211 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
1212
1213 - Add ExternalProgram::execError and ExternalProgram::command
1214   to improve error reporting.
1215 - revision 9112
1216
1217 -------------------------------------------------------------------
1218 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
1219
1220 - release all media before requesting another (bnc #336881)
1221 - revision 9110
1222
1223 -------------------------------------------------------------------
1224 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
1225
1226 - getDetectedDevices added (fate #120298)
1227 - revision 9108
1228
1229 -------------------------------------------------------------------
1230 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
1231
1232 - media backend release() methods changed to take string & instead
1233   of bool (needed for FATE #120298)
1234 - media label, detected device list and current device arguments
1235   added to the requestMedia callback
1236 - version 4.4.0
1237
1238 -------------------------------------------------------------------
1239 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
1240
1241 - fix for bnc#369543
1242
1243 -------------------------------------------------------------------
1244 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
1245
1246 - provide download rate info (average and curent) in the
1247   media::DownloadProgressReport for ftp/http (bnc #168935)
1248 - r9074
1249
1250 -------------------------------------------------------------------
1251 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
1252
1253 - cleanCache(): clean also .cookie files
1254 - cleanTargetCache() added
1255 - use escaped_alias() in rawcache_path_for_repoinfo() and
1256   packagescache_path_for_repoinfo()
1257 - r9068
1258
1259 -------------------------------------------------------------------
1260 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
1261
1262 - fixed location of RPMs in subdirs when parsing plaindir repo
1263   recursively (bnc #368218)
1264 - revision 9060
1265
1266 -------------------------------------------------------------------
1267 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
1268
1269 - Do not filter any installed solvables.
1270 - revision 9031
1271 - version 4.3.2
1272
1273 -------------------------------------------------------------------
1274 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
1275
1276 - Try to rebuild broken solv files in Target::load.
1277 - revision 9015
1278
1279 -------------------------------------------------------------------
1280 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
1281
1282 - Try to rebuild broken solv files in RepoManager::loadFromCache.
1283 - Fix RepoStatus::operator&& and RepoStatus testsuite.
1284 - revision 9008
1285
1286 -------------------------------------------------------------------
1287 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
1288
1289 - improved problem description while a vendor change
1290 - improved problem description if a requirement cannot be fulfilled. Bug #358560
1291 - revision 9002
1292
1293 -------------------------------------------------------------------
1294 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
1295
1296 - Save and restore requested locales on target load/commit.
1297 - revision 8999
1298
1299 -------------------------------------------------------------------
1300 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
1301
1302 - (Update) Prevent reinstallation of installed packages.
1303 - revision 8984
1304
1305 -------------------------------------------------------------------
1306 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
1307
1308 - refresh metadata if there is no cache to unbreak compat with
1309   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
1310   that "zypper in" could work on)
1311
1312 -------------------------------------------------------------------
1313 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
1314
1315 - create cache directory before calling rpmdb2solv (in an empty
1316   chroot)
1317 - version 4.3.1
1318
1319 -------------------------------------------------------------------
1320 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
1321
1322 - special exception message if server returns 403 response
1323   (forbidden) (port from SP2)
1324 - MediaException messages marked for translation
1325
1326 -------------------------------------------------------------------
1327 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
1328
1329 - make sure we have target cache on target initialize
1330 - version 4.3.0
1331
1332 -------------------------------------------------------------------
1333 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
1334
1335 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
1336   file systems (#333166)
1337 - rev. 8915
1338
1339 -------------------------------------------------------------------
1340 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
1341
1342 - Fixed Capabilites iterator exposing prereq marker.
1343 - revision 8914
1344
1345 -------------------------------------------------------------------
1346 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
1347
1348 - postinstall script fixed
1349 - version 4.2.10
1350
1351 -------------------------------------------------------------------
1352 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
1353
1354 - Testcases regards modaliases, rpmlib, ... correctly
1355 - Revision 8904
1356
1357 -------------------------------------------------------------------
1358 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
1359
1360 - Remove obsolete sql database. (bnc#363224)
1361 - revision 8898
1362
1363 -------------------------------------------------------------------
1364 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
1365
1366 - Take care target uses --root when creating solv files (bnc #363789)
1367 - revision 8881
1368
1369 -------------------------------------------------------------------
1370 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
1371
1372 - Unmaintained packages which does not fit to the updated system
1373   (broken dependencies) will be deleted.
1374 - revision 8867
1375
1376 -------------------------------------------------------------------
1377 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
1378
1379 - let libzypp-devel require libsatsolver-devel
1380
1381 -------------------------------------------------------------------
1382 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
1383
1384 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
1385 - revision 8833
1386
1387 -------------------------------------------------------------------
1388 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
1389
1390 - media: fixed DownloadProgressReport.finish() url argument in
1391   doGetFileCopy()
1392 - revision 8815
1393
1394 -------------------------------------------------------------------
1395 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
1396
1397 - hardlink when possible to optimize data transfer
1398   and space across caches.
1399 - version 4.2.8
1400
1401 -------------------------------------------------------------------
1402 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
1403
1404 - added some locale support to sat::Solvable
1405 - version 4.2.7
1406
1407 -------------------------------------------------------------------
1408 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
1409
1410 - handle error messages better in doesFileExist too which is
1411   used during probing. (bnc #362608)
1412
1413 -------------------------------------------------------------------
1414 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
1415
1416 - Fetcher::reset() should not reset cache directories.
1417   (bnc #348050)
1418 - version 4.2.6
1419
1420 -------------------------------------------------------------------
1421 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
1422
1423 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
1424   for http and https, but this time set CURLOPT_HTTPGET back to 1
1425   so it actually works. This makes Media::doesFileExist
1426   efficient for http and https.
1427   (related to bnc #348050)
1428 - version 4.2.5
1429
1430 -------------------------------------------------------------------
1431 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
1432
1433 - using .solv files only now (fate #303018)
1434 - revision 8699
1435
1436 -------------------------------------------------------------------
1437 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
1438
1439 - fix architectures on distupgrade
1440
1441 -------------------------------------------------------------------
1442 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
1443
1444 - fixes from trunk merged
1445
1446 -------------------------------------------------------------------
1447 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
1448
1449 - fixed renaming a repo to an existing one (bnc #228216)
1450 - revision 8431
1451
1452 -------------------------------------------------------------------
1453 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
1454
1455 - fix changelog
1456
1457 -------------------------------------------------------------------
1458 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
1459
1460 - read .curlrc more robustly to obtain user-proxy (#330351)
1461 - revision 8368
1462
1463 -------------------------------------------------------------------
1464 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
1465
1466 - always buildrequire openssl-devel
1467 - replacing strange utf-8 chars in changelog
1468 - revision 8317
1469
1470 -------------------------------------------------------------------
1471 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
1472
1473 - Saner NFS timeo default (#350309)
1474 - revision 8314
1475
1476 -------------------------------------------------------------------
1477 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
1478
1479 - support 'patterns.pat' and 'patterns.pat.gz' to read all
1480   patterns in one go.
1481 - rev 8309
1482
1483 -------------------------------------------------------------------
1484 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
1485
1486 - added RpmDb::removePubkey(), call it from
1487   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
1488   is removed from the trusted keyring
1489 - revision 8288
1490
1491 -------------------------------------------------------------------
1492 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
1493
1494 - Textchanges
1495 - reduced logging in SAT-solver
1496 - ordering solutions
1497 - version 4.1.8
1498 - revision 8276
1499
1500 -------------------------------------------------------------------
1501 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
1502
1503 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
1504   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
1505 - Revision 8255
1506 - Version 4.1.7
1507
1508 -------------------------------------------------------------------
1509 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
1510
1511 - Pathname zypp::filesystem::expandlink(const Pathname &) added
1512 - if the provided file is a symlink, expand it (#274651) (this
1513   probably won't work for schemes other than file/dir and cd/dvd)
1514 - revision 8179
1515
1516 -------------------------------------------------------------------
1517 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
1518
1519 - fixed password handling in URLs (bug #347273)
1520 - revision 8118
1521
1522 -------------------------------------------------------------------
1523 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
1524
1525 - Fixed default text locale detection not to use static variables. (#346872)
1526 - version 4.1.6
1527 - revision 8116
1528
1529 -------------------------------------------------------------------
1530 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
1531
1532 - Log more details about zypp lock owner. (#294094)
1533 - revision 8088
1534
1535 -------------------------------------------------------------------
1536 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
1537
1538 - Remove runtime dependency for libboost_filesystem (#345773)
1539 - version 4.1.5
1540 - revision 8061
1541
1542 -------------------------------------------------------------------
1543 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
1544
1545 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
1546   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
1547 - version 4.1.4
1548 - revision 7998
1549
1550 -------------------------------------------------------------------
1551 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
1552
1553 - make IniParser more strict (bug #306697)
1554
1555 -------------------------------------------------------------------
1556 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
1557
1558 - Fix missing packages in patch content list. (#340896)
1559 - revision 7925
1560
1561 -------------------------------------------------------------------
1562 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
1563
1564 - fix build
1565
1566 -------------------------------------------------------------------
1567 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
1568
1569 - Output date strings in UTF-8. (#339423)
1570 - revision 7807
1571
1572 -------------------------------------------------------------------
1573 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
1574
1575 - fixes for new gcc
1576 - version 4.1.3
1577 - r7788
1578
1579 -------------------------------------------------------------------
1580 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
1581
1582 - Don't mark failed patch scripts as installed. (#327523)
1583 - version 4.1.2
1584 - revision 7744
1585
1586 -------------------------------------------------------------------
1587 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
1588
1589 - update rpmlint suppression
1590
1591 -------------------------------------------------------------------
1592 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
1593
1594 - fixed retrieval of epoch from rpmdb (bug #246680)
1595
1596 -------------------------------------------------------------------
1597 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
1598
1599 - allow non-existing "packages" file in susetags parser (bug
1600   #309235)
1601
1602 -------------------------------------------------------------------
1603 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
1604
1605 - SMBIOS DMI modalias matching added (#333152)
1606 - revision 7494
1607
1608 -------------------------------------------------------------------
1609 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
1610 - do not download the same file multiple times in one attach session
1611   (#307098), r7456
1612 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
1613   removed - should be correctly detected by HAL now
1614   (#167629, #163971), r7452
1615 - version 4.1.1
1616
1617 -------------------------------------------------------------------
1618 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
1619
1620 - filter architecture in plaindir parser (bug #330791)
1621
1622 -------------------------------------------------------------------
1623 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
1624
1625 - Throw constructing malformed checksums. (#189096)
1626 - revision 7441
1627
1628 -------------------------------------------------------------------
1629 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
1630
1631 - Renamed templates back because proper qualification makes it work
1632   too.
1633 - 4.1.0
1634
1635 -------------------------------------------------------------------
1636 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
1637
1638 - only look for repositories in file ending ".repo" (bug #294779)
1639
1640 -------------------------------------------------------------------
1641 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
1642
1643 - Fixed compilation errors with GCC 4.3 by adding missing includes
1644   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
1645   Compare<Edition> to CompareEd.
1646 - r7426
1647
1648 -------------------------------------------------------------------
1649 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
1650
1651 - Incorporated patch from Michael Matz to speedup cache reading.
1652 - revision 7413
1653
1654 -------------------------------------------------------------------
1655 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
1656
1657 - Resolvertestcase:
1658   - log Repository info
1659   - set keep state in the testcase
1660   - handle vendor
1661 - r 4707
1662
1663 -------------------------------------------------------------------
1664 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
1665
1666 - Fixed pattern parser SEGV on broken pattern files. (#328546)
1667 - revision 7402
1668
1669 -------------------------------------------------------------------
1670 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
1671
1672 - QueuItemRequire: Filter out all provider which have worser architecture,
1673   are NOT noarch and have not the same name as the requirement. The
1674   last one is needed for updating packages via patch/atoms.
1675   Bug 328081
1676 - Revert changes of r 7340
1677 - r 7386
1678
1679 -------------------------------------------------------------------
1680 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
1681
1682 - Add missing '--install' parameter in desktop file. (#308640)
1683 - version 4.0.0
1684 - revision 7369
1685
1686 -------------------------------------------------------------------
1687 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
1688
1689 - release all attached media before attempting to eject (#293428)
1690 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
1691 - revision 7352
1692 - version 3.26.0
1693
1694 -------------------------------------------------------------------
1695 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
1696
1697 - provide a way to retrieve the metadata path. Used for
1698   installation, which incorrectly creates a repository in
1699   cache without adding it first, so metadata path is not
1700   set and therefore it is not possible to setup a media
1701   verifier on installation. Part of fix for (#293428)
1702 - 3.25.0
1703
1704 -------------------------------------------------------------------
1705 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
1706
1707 - If more than one resolvables provide a requirements and have different
1708   architecture take thatone with the best architecture. (Not regarding the
1709   name). Bug: Branching too much while an installation of a multi-arch-DVD
1710 - r 7340
1711 - version 3.24.8
1712
1713 -------------------------------------------------------------------
1714 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
1715
1716 - Checking the queue if an item will be deleted. If yes, the requirements
1717   are not needed anymore. Bug 326384
1718 - version 3.24.7
1719 - r 7329
1720
1721 -------------------------------------------------------------------
1722 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
1723
1724 - don't probe the repository type upon saving if disabled (#326769)
1725 - version 3.24.6
1726 - revision 7319
1727
1728 -------------------------------------------------------------------
1729 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
1730
1731 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
1732   esp. if the error occurred executing the packages post-install script.
1733 - version 3.24.5
1734 - revision 7317
1735
1736 -------------------------------------------------------------------
1737 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
1738
1739 - If a package is deselected by user, apply this soft lock to all
1740   available versions of this package.
1741 - version 3.24.4
1742 - revision 7316
1743
1744 -------------------------------------------------------------------
1745 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
1746
1747 - Update: Do not set an item to installation if there has been already set
1748   one for installation which has the same NVA. Bug  326286
1749 - version 3.24.3
1750 - r 7311
1751
1752 -------------------------------------------------------------------
1753 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
1754
1755 - Enable package cache during commit. (#326249)
1756 - revision 7309
1757
1758 -------------------------------------------------------------------
1759 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
1760
1761 - Do not regarding requirements for packages which will be deleted in the
1762   same solver run. Bug 310618
1763 - r 7292
1764 - version 3.24.2
1765
1766 -------------------------------------------------------------------
1767 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
1768
1769 - don't download filelists.xml.gz (#307105)
1770 - version 3.24.1
1771 - revision 7269
1772
1773 -------------------------------------------------------------------
1774 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
1775
1776 - Improve estimated diskusage while there is no valid
1777   solver result. (#325617)
1778 - revision 7266
1779
1780 -------------------------------------------------------------------
1781 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
1782
1783 -Bugfix in vendor change of a required resolvable (Correct error message)
1784  Bug 310455
1785 - r 7262
1786
1787 -------------------------------------------------------------------
1788 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
1789
1790 - fixed DU parsing in inst-sys (#308659)
1791 - revision 7256
1792
1793 -------------------------------------------------------------------
1794 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
1795
1796 - Enable using patch and delta rpms. (#309124)
1797 - version 3.24.0
1798 - revision 7253
1799
1800 -------------------------------------------------------------------
1801 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
1802
1803 - On update do not delete unmaintained non-SuSE packages.
1804 - version 3.23.2
1805 - revision 7239
1806
1807 -------------------------------------------------------------------
1808 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
1809
1810 - ZYppImpl::getPartitions() - don't return the current partitioning
1811   when the partitioning hasn't been set - fixes DU parsing in
1812   inst-sys (#308659)
1813
1814 -------------------------------------------------------------------
1815 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
1816
1817 - Throw specific exceptions during commit (#308511)
1818 - 3.23.1
1819
1820 -------------------------------------------------------------------
1821 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
1822
1823 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
1824   now provide more detailed disk usage information.
1825   Yum metadata don't, so we book the package size to '/'. (#308362)
1826 - version 3.23.0
1827 - revision 7225
1828
1829 -------------------------------------------------------------------
1830 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
1831
1832 - Regarding keep state while recycle old valid solver results. Bug 286889
1833 - r 7209
1834
1835 -------------------------------------------------------------------
1836 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
1837
1838 - report 100% progress on finishing RPM removal (bug #309431)
1839 - revision 7200
1840
1841 -------------------------------------------------------------------
1842 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
1843
1844 - Update: rename language packages --> take that package which fits to the
1845   selected language Bug 308098
1846 - r 7919
1847
1848 -------------------------------------------------------------------
1849 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
1850
1851 - restore deltas and patch rpms from the cache (#309124)
1852 - 3.22.8
1853
1854 -------------------------------------------------------------------
1855 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
1856
1857 - Don't fail if a product is deleted multiple times (e.g. due to
1858   obsoletes and an explicit deleted request). (#308746)
1859 - version 3.22.7
1860 - revision 7184
1861
1862 -------------------------------------------------------------------
1863 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
1864
1865 - SYSCONFDIR variable added for modifying /etc
1866
1867 -------------------------------------------------------------------
1868 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
1869
1870 - uninstallable resolvable -->suggested solution: delete; Bug 308164
1871 - r 7177
1872
1873 -------------------------------------------------------------------
1874 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
1875
1876 - new translations added
1877 - r 7166
1878 - version 3.22.6
1879
1880 -------------------------------------------------------------------
1881 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
1882
1883 - fixed disk usage counting of updated packages (#308362)
1884
1885 -------------------------------------------------------------------
1886 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
1887
1888 - Splitting packages: Take the package with the best
1889   architecture,edition ONLY; Bug 308591
1890 - r 7160
1891
1892 -------------------------------------------------------------------
1893 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
1894
1895 - properly report fallback disk usage size (in kB instead of bytes)
1896   when disk usage is not known (YUM repos) (#308475)
1897
1898 -------------------------------------------------------------------
1899 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
1900
1901 - Install a sample /etc/zypp.conf. (#306615)
1902 - Fixed missing soversion symlink in package.
1903 - version 3.22.5
1904 - revision 7150
1905
1906 -------------------------------------------------------------------
1907 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
1908
1909 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
1910   308252
1911 - r 7143
1912
1913 -------------------------------------------------------------------
1914 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
1915
1916 - Error: Select two candidate with the same name while update.
1917   Solution: If there is a candidate which is already selected for installation -->
1918   take thatone #308082
1919 - r 7132
1920
1921 -------------------------------------------------------------------
1922 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
1923
1924 - Work arround installed patterns providing an empty vendor string. (#307743)
1925 - Let the solver treat vendor suse and opensuse as equivalent.
1926 - version 3.22.4
1927
1928 -------------------------------------------------------------------
1929 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
1930
1931 - Checking item before evaluating the concerning vendor. bug #307941
1932 - r 7119
1933
1934 -------------------------------------------------------------------
1935 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
1936
1937 - Fix for bug #307163 - empty package descriptions
1938   a.k.a shared tag not 100% implemented
1939 - r 7117
1940 - version 3.22.3
1941
1942 -------------------------------------------------------------------
1943 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
1944
1945 - logging "reverse" NEEDED_BY in the detail description of solver
1946   problems.
1947 - improved error message if a requiremnt is not fulfilled Bug 307743
1948 - Add "ignore" option to the solution if a requirement is not fulfilled
1949   Bug 304276
1950 - revision 7113
1951
1952 -------------------------------------------------------------------
1953 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
1954
1955 - fixed the order of operands of susetags local metadata status
1956   computation which caused the YaST repositories to always get
1957   refreshed (part of bug #304310)
1958 - revision 7107
1959 - version 3.22.2
1960
1961 -------------------------------------------------------------------
1962 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
1963
1964 - comparing vendor with VendorAttr::equivalent
1965 - revision 7103
1966
1967 -------------------------------------------------------------------
1968 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
1969
1970 - Use $RPM_OPT_FLAGS.
1971
1972 -------------------------------------------------------------------
1973 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
1974
1975 - Reset transact bits when switching status from
1976   "update" to "protected" (#246976)
1977 - version 3.22.1
1978 - revision 7094
1979
1980 -------------------------------------------------------------------
1981 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
1982
1983 - new translations added
1984 - rev 7083
1985
1986 -------------------------------------------------------------------
1987 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
1988
1989 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
1990    [main]
1991    download.use_patchrpm = no
1992    download.use_deltarpm = no
1993 - version 3.22.0
1994 - revision 7069
1995
1996 -------------------------------------------------------------------
1997 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
1998
1999 - On demand translate patch requirements into a list of atoms.
2000   Required by the UI to display packages acssociated with a patch.
2001   (#300612)
2002 - version 3.21.1
2003 - revision 7065
2004
2005 -------------------------------------------------------------------
2006 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
2007
2008 - enrich ResolverInfo with the reason if a user-initiated request
2009   fails (#304325, #306240)
2010 - r 7051
2011
2012 -------------------------------------------------------------------
2013 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
2014
2015 - added missing implementation of LogControl::setLineFormater()
2016   (lslezak)
2017 - version 3.21.0
2018 - revision 7041
2019
2020 -------------------------------------------------------------------
2021 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
2022
2023 - enable changing url in requestMedia callback (#294481)
2024 - revision 7037
2025
2026 -------------------------------------------------------------------
2027 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
2028
2029 - Filter readonly mount points in DiskUsageCounter (#297405)
2030 - revision 7030
2031
2032 -------------------------------------------------------------------
2033 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
2034
2035 - remember the cause of the RepoException when refreshing metadata
2036   (#301022)
2037 - r7023
2038
2039 -------------------------------------------------------------------
2040 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
2041
2042 - Safe fix for bug #299680.
2043 - version 3.20.1
2044 - revision 7026
2045
2046 -------------------------------------------------------------------
2047 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
2048
2049 - Bugfix: If a requirement has been fulfilled by more than one language
2050   resolvables only thatone will be taken which fits to the selected
2051   language.
2052 - r 7018
2053
2054 -------------------------------------------------------------------
2055 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
2056
2057 - correct error code for media errors in MediaCurl::doGetFileCopy()
2058   affects only zypper error output, does not affect YaST
2059 - r7013
2060
2061 -------------------------------------------------------------------
2062 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
2063
2064 - reverted blocking of requestMedia from r6271 (#301710)
2065 - r6999
2066
2067 -------------------------------------------------------------------
2068 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
2069
2070 - prevent progress report in destructor (#299680)
2071 - r6998
2072
2073 -------------------------------------------------------------------
2074 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
2075
2076 - treat non-filelists.xml <file> entries as file provides capabilities
2077   in YUM parser (#304701)
2078 - r6992
2079
2080 -------------------------------------------------------------------
2081 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
2082
2083 - the media.1/media uniquely identifies a 'susetags' repo, not
2084   the content file (#304200)
2085
2086 -------------------------------------------------------------------
2087 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
2088
2089 - fixed locale dir (#304649)
2090 - r6984
2091
2092 -------------------------------------------------------------------
2093 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
2094
2095 - don't treat normal package license as "license to confirm"
2096   (#305906)
2097
2098 -------------------------------------------------------------------
2099 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
2100
2101 - Fixed fix for #293039. Segfault due to uninitialzed data.
2102 - version 3.19.3
2103 - revision 6980
2104
2105 -------------------------------------------------------------------
2106 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
2107
2108 - reduced too much verbosed ResolverContext logging; Bug 303971
2109 - r 6977
2110
2111 -------------------------------------------------------------------
2112 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
2113
2114 - Fixed PlainDir repositories to provide real disk usage data. For
2115   repomd and others that do not provide any detailed disk usage info,
2116   assume the packgage size is required below "/". Peviously they were
2117   treated as being empy.
2118 - version 3.19.2
2119 - revision 6972
2120
2121 -------------------------------------------------------------------
2122 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
2123
2124 - Add a new solver solution in the case of running in a timeout:
2125   ProblemSolutionDoubleTimeout.h
2126   #Bug 302496
2127 - revision 6970
2128
2129 -------------------------------------------------------------------
2130 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
2131
2132 - bug in fix for (#292986)
2133
2134 -------------------------------------------------------------------
2135 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
2136
2137 - (#297001) - libzypp: can't skip broken packages
2138 - re enable importing zypp keyring from rpm.(#302379)
2139 - 3.19.1
2140
2141 -------------------------------------------------------------------
2142 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
2143
2144 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
2145   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
2146   in order to support query-by-repo (#305384)
2147 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
2148   number of kinds, names, or repos (#305347)
2149 - remove ResolvableQuery::iterateResolvablesByKind, not needed
2150 - version 3.19.0
2151 - rev 6935
2152
2153 -------------------------------------------------------------------
2154 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
2155
2156 - real fix for reading signature ids. (#390535).
2157 - delete metadata when removing repo (#301037).
2158
2159 -------------------------------------------------------------------
2160 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
2161
2162 - following behaviour for setPartitions
2163   - if they are not set, they are detected
2164   - if they are set, that value is used.
2165   - if value set or detected is empty, all disk usage
2166     information is read. Otherwise just values in those
2167     mount points.
2168     Should work for installation as long as detectPartitions
2169     is empty at installation.(#293039)
2170
2171 -------------------------------------------------------------------
2172 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
2173
2174 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
2175   from external, e.g. for the testcases
2176 - Honor ZYPP_CONF environment variable to override the buit-in
2177   /etc/zypp/zypp.conf
2178 - Check architecture at handout() to prevent NULL ptr reference.
2179 - Bug 301286
2180 - rev 6908
2181
2182 -------------------------------------------------------------------
2183 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
2184
2185 -The solver generate an establish call for all
2186  resolvables which has filesystemcaps if there is not a valid result from a
2187  former solver run available. This covers:
2188  * Initial solver run
2189  * Changing of filesystem whithin a workflow, cause the solver results will
2190    be reset if the filesystem dependencies have been changed
2191  Bug 271912
2192 - r 6901
2193
2194 -------------------------------------------------------------------
2195 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
2196
2197 - pass location to plaindir package (#303751)
2198 - Add name of file in question to checksum/signature related
2199   exceptions.
2200 - pass basename of file to verifyFileSignatureWorkflow (instead of
2201   empty string).
2202 - filter out incompatible architectures when parsing sustags
2203   repos (first half of #301286)
2204 - r 6882
2205
2206 -------------------------------------------------------------------
2207 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
2208
2209 - don't run source migration if yast is running in
2210   intsys mode (#297136)
2211 - signature and checksum verification fixes. Still pending
2212   problem ZYpp getting no output from gpg when running from zypper.
2213   (#302059)
2214
2215 -------------------------------------------------------------------
2216 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
2217
2218 - Do not strip resolvables which have the same name but different kind
2219   (ResolverInfo*)
2220 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
2221 - r 6830
2222
2223 -------------------------------------------------------------------
2224 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
2225
2226 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
2227   the Estonian locale (#302525).
2228
2229 -------------------------------------------------------------------
2230 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
2231
2232 - added remembering of exception history at various places
2233
2234 -------------------------------------------------------------------
2235 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
2236
2237 - Bugfixes concerning vendor handling:
2238 - first bug:
2239   Installed A-1.0(vendor SuSE)
2240   Available A-2.0(other vendor)
2241   A will not be regarded as "unmaintained". So it will not be deleted.
2242 - second bug:
2243   A need B-2.0. B-1.0 is installed but has another vendor. Report a
2244   proper errmessage.
2245 - Testcase : solution-tests/vendor-test.xml
2246 - r 6812
2247 - 3.18.4
2248
2249 -------------------------------------------------------------------
2250 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
2251
2252 - ignore HASH key for download (#300982)
2253
2254 -------------------------------------------------------------------
2255 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
2256
2257 - Added explicitly_requested as parameter in ResolverContext::Uninstall
2258   Bug 299819
2259 - revision 6794
2260
2261 -------------------------------------------------------------------
2262 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
2263
2264 - If no mount information is available, parse all DU entries.
2265 - read only hack mode for migrate-sources. We actually do add
2266   repositories with it, but no harm. (#292986)
2267 - fix some typos in exceptions (#301331)
2268 - 3.18.3
2269
2270 -------------------------------------------------------------------
2271 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
2272
2273 - Do not regard explicit request in order to recognize updated packages
2274   correctly. Bug 301676
2275 - Updated translations
2276 - r 6766
2277 - 3.18.2
2278
2279 -------------------------------------------------------------------
2280 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
2281
2282 - package-manager script: Call /sbin/yast2 with full path because of
2283   gnomesu (#269873).
2284
2285 -------------------------------------------------------------------
2286 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
2287
2288 - add support for the HASH key. (#300982)
2289 - Use ContentFileParser in Downloader (instead of implementing
2290   the parser again, it has a reason, Downloader was written first)
2291 - update testcases and data to cover the new HASH key
2292 - 3.18.1
2293
2294 -------------------------------------------------------------------
2295 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
2296
2297 - unify query API for kind and name, summary, description
2298   (incomplete)
2299 - rev 6761, version 3.18.0
2300
2301 -------------------------------------------------------------------
2302 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
2303
2304 - add iterateResolvablesByKindsAndName
2305 - rev 6735, version 3.17.13
2306
2307 -------------------------------------------------------------------
2308 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
2309
2310 - rename ResolvableQuery::queryByName to iterateResolvablesByName
2311 - fix reading of kind and repository in ResolvableQuery
2312 - add reverse lookups in CacheTypes
2313 - add iterateResolvablesByKind
2314 - rev 6733
2315
2316 -------------------------------------------------------------------
2317 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
2318
2319 - shorten solver error messages Bug 259894
2320 - rev 6723
2321
2322 -------------------------------------------------------------------
2323 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
2324
2325 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
2326   install zypp/cache header files.
2327 - rev 6719, version 3.16.13
2328
2329 -------------------------------------------------------------------
2330 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
2331
2332 - discard pattern files with incompatbile architecture, both
2333   for download and for parsing. (#298716)
2334 - rev 6711
2335
2336 -------------------------------------------------------------------
2337 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
2338
2339 - run sqlite asynchronously and add sql index files where
2340   appropriate, gives 6x performance on certain operations.
2341   Bumping cache schema version to 1004.
2342   (#300998)
2343 - rev 6710
2344
2345 -------------------------------------------------------------------
2346 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
2347
2348 - fix String::endsWith (#301038)
2349 - rev 6709
2350
2351 -------------------------------------------------------------------
2352 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
2353
2354 - added an _explicitly_requested in QueueItemConflict ( as already in
2355   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
2356   remove the conflicting item without an error message. Bug 299819
2357 - rev 6699
2358
2359 -------------------------------------------------------------------
2360 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
2361
2362 - forgot to set default refresh policy in checkIfToRefreshMetadata
2363 - repo.refresh.delay default set to 10 minutes
2364 - 6693
2365
2366 -------------------------------------------------------------------
2367 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
2368
2369 - Bugfix while regarding correct vendor in update
2370 - r6677
2371 - version 3.15.0
2372
2373 -------------------------------------------------------------------
2374 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
2375
2376 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
2377   added to delay next check & refresh until the specified number of
2378   minutes has passed from the last check or refresh (FATE #301991).
2379   Revisions: 6654, 6656, 6666, and 6667.
2380 - filesystem::touch(Pathname) added (r6666)
2381 - RepoManager::touchIndexFile(RepoInfo) added
2382 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
2383   decision to do the refresh moved to this public method.
2384 - r6667
2385
2386 -------------------------------------------------------------------
2387 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
2388
2389 - generate a resolver problem if addRequires does not find a resovable
2390   #299486
2391 - rev 6660
2392
2393 -------------------------------------------------------------------
2394 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
2395
2396 - Prioritized delete request by the user BEFORE delete requests due
2397   missing dependencies or conflicting dependencies. Bug 298322
2398 - rev 6640
2399
2400 -------------------------------------------------------------------
2401 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
2402
2403 - support also "Plaindir" as valid repo type name (#298622)
2404 - revision 6616
2405 - version 3.14.0
2406
2407 -------------------------------------------------------------------
2408 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
2409
2410 - fix segfault in Progress reporting
2411 - progress report use name instead of alias (#298035)
2412 - repoinfo returns alias if name is empty
2413
2414 -------------------------------------------------------------------
2415 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
2416
2417 - merge patch by dmueller to get rid of boost-regex
2418
2419 -------------------------------------------------------------------
2420 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
2421
2422 - dont create a second CacheStore in the same scope, will lock...
2423   #297627
2424
2425 -------------------------------------------------------------------
2426 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
2427
2428 - fixed some RepoManager exception docs & history
2429 - r6558
2430
2431 -------------------------------------------------------------------
2432 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
2433
2434 - feature #302135: Graceful update of 3rd party packages
2435   Automatic upgrading only sees packages from same vendor
2436   This allows not needed to have those locked.
2437 - Add persistent locks file which allow wildcards. Users
2438   can lock certain packages adding lines like "kde* < 3.5"
2439 - add applyLocks() to apply persistent locks before solving
2440
2441 -------------------------------------------------------------------
2442 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
2443
2444 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
2445   #271912 wq
2446 - Added locking resolvables in the testcases
2447 - rev 6544
2448
2449 -------------------------------------------------------------------
2450 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
2451
2452 - add migrate-sources to %post (#292986)
2453 - 3.13.15
2454
2455 -------------------------------------------------------------------
2456 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
2457
2458 - fixed bug with using wrong files from raw metadata cache
2459   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
2460
2461 -------------------------------------------------------------------
2462 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
2463
2464 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
2465   Bug# 297795
2466 - r 6517
2467
2468 -------------------------------------------------------------------
2469 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
2470
2471 - implement susetags support for compressed metadata
2472   and testcases. (feature #301916)
2473 - implement disk usage in cache. For installation requires
2474   some changes in YaST to setup the ZYpp getPartitions()
2475   before repos are cached. (bug #293039)
2476 - added testcases for diskusage
2477 - 3.13.14
2478
2479 -------------------------------------------------------------------
2480 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
2481
2482 - fixed YUM parser to properly create source packages
2483 - disabled reading of filelists.xml.gz by default (the data are
2484   currently not stored anyway)
2485 - revision 6481
2486 - version 3.13.13
2487
2488 -------------------------------------------------------------------
2489 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
2490
2491 - Don't download unwanted translation files (#293740).
2492 - revision 6470
2493
2494 -------------------------------------------------------------------
2495 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
2496
2497 - Fix susetags repo to parse dikusage data (#293039)
2498 - revision 6467
2499 - version 3.13.12
2500
2501 -------------------------------------------------------------------
2502 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
2503
2504 - Add product attribute 'type' (aka 'category' which is now
2505   deprecated). Adapted sustags and yum parsers to parse and
2506   provide this value.
2507 - revision 6464
2508 - version 3.13.11
2509
2510 -------------------------------------------------------------------
2511 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
2512
2513 - fix modalias rel column number
2514 - version 3.13.10
2515
2516 -------------------------------------------------------------------
2517 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
2518
2519 - Implemented option repo.add.probe to allow probing
2520   the added repositories
2521 - version 3.13.9
2522
2523 -------------------------------------------------------------------
2524 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
2525
2526 - Fixed detection of renamed packages while update.
2527 - Added new translations
2528 - rev 6445
2529
2530 -------------------------------------------------------------------
2531 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
2532
2533 - Speed up retrieving MediaNr attribute, as it slows down install
2534   order calculation. (#297173)
2535 - revision 6442
2536
2537 -------------------------------------------------------------------
2538 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
2539
2540 - Fixed cache schema upgrade
2541
2542 -------------------------------------------------------------------
2543 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
2544
2545 - Fixed pattern includes and extends attributes.
2546 - revision 6431
2547 - version 3.13.8
2548
2549 -------------------------------------------------------------------
2550 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
2551
2552 - API for retrieving additional dependencies" solver/detail/Resolver.h
2553 - Handle additional dependencies in the testcases
2554 - Handle system and language dependencies in the testcases correctly.
2555 - r 6418
2556
2557 -------------------------------------------------------------------
2558 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
2559
2560 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
2561   has changed. Resolver must discard any cached filesystem dependencies.
2562   (required for #271912)
2563 - revision 6404
2564
2565 -------------------------------------------------------------------
2566 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
2567
2568 - Indicate changed pool content to the resolver. (required for #271912)
2569 - revision 6398
2570 - version 3.13.7
2571
2572 -------------------------------------------------------------------
2573 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
2574
2575 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
2576   problems. Bug 280387
2577 - r 6378
2578 - version 3.13.6
2579
2580 -------------------------------------------------------------------
2581 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
2582
2583 - Added interface to install source packages via zypper.
2584 - revision 6373
2585 - version 3.13.5
2586
2587 -------------------------------------------------------------------
2588 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
2589
2590 - Added package attributes Package::sourcePkgName and
2591   Package::sourcePkgEdition. Name and edition of the source
2592   rpm this package was built from.
2593 - Added ZYpp::installSrcPackage to install a single source package.
2594 - revision 6353
2595 - version 3.13.4
2596
2597 -------------------------------------------------------------------
2598 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
2599
2600 - Temorary files and directories created by makeSibling use the
2601   same protection as the original.
2602 - revision 6344
2603 - version 3.13.3
2604
2605 -------------------------------------------------------------------
2606 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
2607
2608 - Removed keepExtras from resolvePool. This will be handled
2609   in the solver internally now. #294727
2610 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
2611 - revision 6317
2612 - version 3.13.2
2613
2614 -------------------------------------------------------------------
2615 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
2616
2617 - Remove tribool from RepoInfo's interface.
2618 - revision 6301
2619 - version 3.13.1
2620
2621 -------------------------------------------------------------------
2622 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
2623
2624 - Fixed wrong media number reported by script, message and patch.
2625 - Fixed script API to provide the scripts location on media (if not
2626   inlined).
2627 - Introduced ScripProvider to make a script available on the local
2628   disk.
2629 - revision 6288
2630 - version 3.13.0
2631
2632 -------------------------------------------------------------------
2633 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
2634
2635 - don't request media chage if the media is not changeable (like
2636   e.g. http)
2637 - revision 6271
2638 - version 3.12.1
2639
2640 -------------------------------------------------------------------
2641 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
2642
2643 - progress ticks for clean cache
2644 - ZConfig: remove default from names.
2645 - re enable reading cache callbacks
2646 - ini parser without boost::regexp
2647   patch by dmueller (#152447)
2648
2649 -------------------------------------------------------------------
2650 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
2651
2652 - Fixed package to provide the location media number. (#294496)
2653 - revision 6263
2654
2655 -------------------------------------------------------------------
2656 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
2657
2658 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
2659   gpgkey) instead of throwing bad url exception
2660 - revision 6259
2661
2662 -------------------------------------------------------------------
2663 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
2664
2665 - Make clearing of extra dependencies/conflicts configurable when
2666   resolvePool(). Leave the default as before (clear extras).
2667   Bug # 294727
2668 - revision 6233
2669 - version 3.12.0
2670
2671 -------------------------------------------------------------------
2672 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
2673
2674 - /var/lib/zypp/cache -> /var/cache/zypp
2675   (#292419)
2676 - ini parser without boost::regexp, patch by dmueller
2677   (#152447)
2678
2679 -------------------------------------------------------------------
2680 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
2681
2682 - Make temp directory configurable  via environment
2683   variable ZYPPTMPDIR.
2684 - revision 6202
2685 - version 3.11.11
2686
2687 -------------------------------------------------------------------
2688 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
2689
2690 - Fixed bug in smart pointer comparison.
2691
2692 -------------------------------------------------------------------
2693 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
2694
2695 - Fix failing rename of metadata download directories across
2696   filesystem boundaries.
2697
2698 -------------------------------------------------------------------
2699 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
2700
2701 - Fixed malicious gettext include.
2702 - Make ZConfig a singleton.
2703 - revision 6123
2704
2705 -------------------------------------------------------------------
2706 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
2707
2708 - Fixed repo::provideFile to set a deleter for downloaded files
2709   (#293004).
2710 - revision 6094
2711 - version 3.11.10
2712
2713 -------------------------------------------------------------------
2714 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
2715
2716 - Query ByRepository now takes as well an alias.
2717
2718 -------------------------------------------------------------------
2719 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
2720
2721 - fix retrieval of container attributes in cache
2722   (#292698)
2723
2724 -------------------------------------------------------------------
2725 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
2726
2727 - Port zypp-query-pool (#292404)
2728 - revision 6069
2729 - version 3.11.9
2730
2731 -------------------------------------------------------------------
2732 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
2733
2734 - added new calls in Resolver.h: addRequire,addConflict
2735
2736 -------------------------------------------------------------------
2737 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
2738
2739 - Fixed IniParser to allow '=' in values (#292669)
2740 - revision 6063
2741
2742 -------------------------------------------------------------------
2743 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
2744
2745 - allow / in alias (#292628)
2746
2747 -------------------------------------------------------------------
2748 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
2749
2750 - Fixed repo::provideFile to throw on error.
2751 - Fixed ResolvableQuery to use 0 as default for non existing
2752   numerical values.
2753 - revision 6058
2754
2755 -------------------------------------------------------------------
2756 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
2757
2758 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
2759   additional ctor for convenience.
2760 - revision 6047
2761
2762 -------------------------------------------------------------------
2763 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
2764
2765 - Evalute update canditate:
2766   Take canditates only which are really installable. Bug 292077
2767   r 6034
2768
2769 -------------------------------------------------------------------
2770 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
2771
2772 - fixed some tribool bugs in RepoInfo
2773 - revision 6022
2774
2775 -------------------------------------------------------------------
2776 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
2777
2778 - fix reading of non existant repo
2779 - r6018
2780 - first submission to stable
2781 - fix keywords parsing in susetags parser
2782 - version 3.11.8
2783
2784 -------------------------------------------------------------------
2785 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
2786
2787 - make resolvable query complete exceptionless with the database
2788 - test that packages have some attributes
2789 - disable progress adaptor for now
2790 - revision 5977
2791 - version 3.11.7
2792
2793 -------------------------------------------------------------------
2794 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
2795
2796 - fixed unresolved symbols
2797 - revision 5972
2798 - version 3.11.6
2799
2800 -------------------------------------------------------------------
2801 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
2802
2803 - fixed TranslatedText creating unwanted entries.
2804 - fixed capability processing
2805 - revision 5964
2806 - version 3.11.5
2807
2808 -------------------------------------------------------------------
2809 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
2810
2811 - MediaSetAccess::release() added
2812 - Use attachDesiredMedia in MediaProducts
2813 - Progress reporting improved
2814 - revision 5959
2815 - version 3.11.4
2816
2817 -------------------------------------------------------------------
2818 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
2819
2820 - fixed parsing translated texts.
2821 - added source packages.
2822 - revision 5947
2823 - version 3.11.3
2824
2825 -------------------------------------------------------------------
2826 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
2827
2828 - repo callbacks fixed
2829 - Fixed YUM parser progress reporting
2830 - Added CombinedProgressData
2831 - make RepoImpl::resolvables() load lazy
2832 - MediaProducts added for scanning products file
2833 - Implement cache schema versioning and automatic invalidation of
2834   cache when schema changes
2835 - revision 5942
2836 - version 3.11.2
2837
2838 -------------------------------------------------------------------
2839 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
2840
2841 - Propagate pools repository_iterator to the UI
2842 - revision 5911
2843 - version 3.11.1
2844
2845 -------------------------------------------------------------------
2846 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
2847
2848 - Package::location is now returns an OnMediaLocation
2849 - archivesize() renamed to downloadSize()
2850 - Allow to iterate all Repositories that contribute
2851   Resolvables to the Pool.
2852 - MediaSetAccess::provideDir added
2853 - remove useless url check
2854 - add old-api-style wrapper
2855 - Add MediaProducts class
2856 - revision 5892
2857 - version 3.11.0
2858
2859 -------------------------------------------------------------------
2860 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
2861
2862 - function isInstalledBy/installs
2863   Added an initial installation flag which shows if the item has been
2864   triggered for installation, or the dependency is already satisfied.
2865 - Revision 5884
2866 - Version 3.4.0
2867
2868 -------------------------------------------------------------------
2869 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
2870
2871 - removed unused %{prefix}/lib/zypp from %files in spec file
2872 - revision 5870
2873
2874 -------------------------------------------------------------------
2875 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
2876
2877 - Old API (SourceManager, metadata parsers) dropped in favor of the
2878   new refactored ones (RepoManager, RepoParser(s), cache subtree,
2879   repo subtree).
2880 - Some new API improvements.
2881 - revision 5868
2882 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
2883
2884 -------------------------------------------------------------------
2885 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
2886
2887 - New API calls which provides more information about one
2888   resolvable after a solverrun:
2889   isInstalledBy (const PoolItem_Ref item);
2890   installs (const PoolItem_Ref item);
2891 - Revision 5835
2892
2893 -------------------------------------------------------------------
2894 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
2895
2896 - fix changelog entry order
2897
2898 -------------------------------------------------------------------
2899 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
2900
2901 - Ignore conflicting items which are uninstallable
2902 - Create a "needed by" info if a requirement is still fulfilled.
2903 - Allow only one needed_by and needed_by_capability in QueueItemInstall
2904 - Added capability and type (REQUIRE, RECOMMEND,....) to
2905   ResolverInfoNeededBy
2906 - Evaluate ResolverInfoNeededBy for more information in the error
2907   messages
2908 - Enlarge detail description in the error messages
2909 - Revision 5807
2910
2911 -------------------------------------------------------------------
2912 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
2913
2914 - Fixes for gcc-4.2
2915 - revision 5786
2916 - version 3.3.1
2917
2918 -------------------------------------------------------------------
2919 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
2920
2921 - fixed so versioning from libtool to cmake
2922 - 3.3.0
2923
2924 -------------------------------------------------------------------
2925 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
2926
2927 - Use gpg2 instead of gpg for keyring and make
2928   the package depend on it (#284211)
2929
2930 -------------------------------------------------------------------
2931 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
2932
2933 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
2934   New dependency "packageand(foo:bar)" which provides an AND dependency by
2935   injecting a supplement/freshen.
2936   e.G. package novell-cluster-services-kmp-smp
2937   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
2938   Bug 255011
2939 - Dont check for architecture changes in atoms (#266178)
2940 - Revision 5720
2941
2942 -------------------------------------------------------------------
2943 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
2944
2945 - Fixed package-manager script (#275847)
2946 - revision 5614
2947
2948 -------------------------------------------------------------------
2949 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
2950
2951 - fixed cmake
2952 - version 3.2.2
2953
2954 -------------------------------------------------------------------
2955 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
2956
2957 - Reduced logging in order to speedup solving Bug 275100
2958 - revision 5603
2959 - version 3.2.1
2960
2961 -------------------------------------------------------------------
2962 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
2963
2964 - Fix excess calls to releaseFile. (#274357)
2965 - revision 5545
2966
2967 -------------------------------------------------------------------
2968 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
2969
2970 - Fix importing keys into rpm. (#270125)
2971 - r5527
2972
2973 -------------------------------------------------------------------
2974 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
2975
2976 - Support filesystem dependencies to add needed filesystem RPMs
2977   automatically (Fate 301966).
2978 - revision 5404
2979 - version 3.2.0
2980
2981 -------------------------------------------------------------------
2982 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
2983
2984 - avoiding attaching media where not needed (#263207)
2985 - r5381
2986
2987 -------------------------------------------------------------------
2988 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
2989
2990 - fix FileCap with attributes
2991 - r5376
2992
2993 -------------------------------------------------------------------
2994 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
2995
2996 - Fixed computation of install order. Take requirements of
2997   an installed packages uninstall scripts into account, if
2998   the package is updated. (#258682)
2999 - revision 5349
3000 - version 3.1.1
3001 -------------------------------------------------------------------
3002 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
3003
3004 - Parse and provide package keywords. (Fate 120368)
3005 - revision 5338
3006 - version 3.1.0
3007
3008 -------------------------------------------------------------------
3009 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
3010
3011 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
3012   Ask the user. Bug 258322
3013 - revision 5305
3014 - version 3.0.3
3015
3016 -------------------------------------------------------------------
3017 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
3018
3019 - Fix restoring of Sources id root prefix is used. (#238165)
3020 - revision 5299
3021 - version 3.0.2
3022
3023 -------------------------------------------------------------------
3024 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
3025
3026 - MediaManager::attachDesiredMedia() added to support multiple
3027   (CD/DVD) drives (fate #3974)
3028 - r5296
3029
3030 -------------------------------------------------------------------
3031 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
3032
3033 - If there is no valid solver result and NOT all resolvables ( other
3034   architecture) has been regarded, let the user decide making a new
3035   solver run with ALL available resolvables. Bug 223440
3036 - reducing logging (error -> debug)  bug 252921
3037 - Revision 5219
3038
3039 -------------------------------------------------------------------
3040 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
3041
3042 - Allow configuration of trusted vendors via
3043   /var/lib/zypp/db/trustedVendors. (#186636)
3044 - revision 5194
3045 - version 3.0.1
3046
3047 -------------------------------------------------------------------
3048 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
3049
3050 - libzypp-devel -> libzypp requirement is not versioned
3051   (#251086)
3052 - r5181
3053
3054 -------------------------------------------------------------------
3055 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
3056
3057 - Using already existing valid solver results for further solver runs.
3058   (partiell solving)
3059 - r5169
3060
3061 -------------------------------------------------------------------
3062 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
3063
3064 - fix link order
3065 - r5165
3066
3067 -------------------------------------------------------------------
3068 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
3069
3070 - merging from 10.2 / SP1
3071 - #247459 ftp probing
3072   denied == dont exists in ftp
3073 - r5124
3074
3075 -------------------------------------------------------------------
3076 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
3077
3078 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
3079 - Simultaneouqusly establishing of items which are conflicting eachother is
3080   useless. So only one will be established. Fixed in QueueItemInstall.cc
3081   Bug 243595
3082 - Added new upgrade options to fine tune version and patch handling.
3083   (F301990)
3084 - The context of establishPool will be stored in Resolver and will be
3085   regarded for the next solver run everytime. So it will be not reset by
3086   any solver run anymore.
3087   bug 191810 ( A broken patch will not be installed again)
3088
3089 -------------------------------------------------------------------
3090 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
3091
3092 - adding sotf,timeo=X nfs mount options by default (#235211)
3093 - r5093
3094
3095 -------------------------------------------------------------------
3096 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
3097
3098 - support for HTTP authentication prompt added (#190609)
3099 - fixed problem with empty path in URL
3100   in MediaCurl::doGetFileCopy()
3101 - r5085
3102
3103 -------------------------------------------------------------------
3104 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
3105
3106 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
3107   SuSE-Linux-10_2-Branch
3108
3109 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
3110 - verifySystem: The result will be set to APPL_HIGH, so it will be not
3111   reset by a second "normal" solver run. #239281 (schubi)
3112 - yast2 reports invalid URL as 'unknown source type'
3113   (#209961) (dmacvicar)
3114 - Added freshen language dependency in supplemements too if there is no
3115   entry in supplements.
3116   #240617;IPA fonts are not installed even if select Japanese
3117   language (schubi)
3118 - Setting allowed authentication methods to "basic,digest" if none
3119   provided in URL (#243006) (jkupec)
3120 - Stopping after 50 valid solver results. Anymore would be useless. Bug
3121   243595 (schubi)
3122 - r 5007
3123
3124 -------------------------------------------------------------------
3125 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
3126
3127 - package-manager: use a generic su script from XDG (#235303, #244442)
3128
3129 -------------------------------------------------------------------
3130 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
3131
3132 - Setting allowed authentication methods to "basic,digest" if none
3133   provided in URL (#243006)
3134 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
3135   (mvidner)
3136 - r4999
3137
3138 -------------------------------------------------------------------
3139 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
3140
3141 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
3142   (#222602)
3143 - 4984
3144
3145 -------------------------------------------------------------------
3146 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
3147
3148 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
3149
3150 - update packages: changing architecture is only valid while an
3151   system update and NOT while an update via a patch. Last fix does
3152   not fit for every case.
3153   Bug 230685
3154 - Patch has selected not the concerning package for update but
3155   a package which has provided the required dependencies too.
3156   Algorithmus: If there are exactly two providers which differ in architecture
3157                prefer the better arch.
3158   Fix: Regarding NVRA too. ( only if equal )
3159   Bug 238284
3160 - Download only English and Local translation
3161   (#208457)
3162 - Added solver parameter:
3163    tryAllPossibilities: regarding every solver branch ( not only
3164                         branches with e.G. best architectures
3165    preferHighestVersion: Prefer solver results which have a higher
3166                          version number.
3167   Bug #238087
3168 - update packages: changing architecture is only valid while an
3169   system update and NOT while an update via a patch.
3170   Bug 230685 - x86_64 MozillaFirefox binaries in security update
3171   repository
3172   Fix of version 2.11.2 has not worked if the first founded item
3173   had had another architecture.
3174 - r4927
3175
3176 -------------------------------------------------------------------
3177 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
3178
3179 - added ZYpp::getPartitions() - return the partitinoning
3180
3181 -------------------------------------------------------------------
3182 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
3183
3184 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
3185 - Corrupt download cannot be skipped
3186   (#217425 and #224216)
3187 - Enable package read ahead/caching in commit per default to reduce
3188   interactive media changes. If the environment variable
3189   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
3190 - added parameter not to reset resolver results while calling
3191   freshen pool Bug: 235761
3192 - Prepare package read ahead/caching of packages in commit. Adatped the
3193   workflow. Caching details are now hidden inside CommitPackageCache.
3194   The current implementation still performs no read ahead. (for F100182)
3195 - Skip invalid or broken rpm database entries. (#231211)
3196 - verifySystem: check if the solution is valid after calling freshenPool()
3197   Bug: 235761
3198 - Added own call for Resolver::verifySystem with additional
3199   hardware/language check in order to keep binary compatibility
3200   Fate #301224
3201 - Rpm requires additional quoting of special chars in filenames.
3202   (#233967)
3203 - Resolver::verifySystem checks for new hardware now by calling
3204   freshenPool. This is configureable. Fate #301224
3205 - merged texts from proofread
3206 - Don't consider patch/delta rpms if package architecture changes.
3207   (#231254)
3208 - update packages: changing architecture is only valid while an
3209   system update and NOT while an update via a patch.
3210   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
3211 - verifySystem: Do only regard items which will be on the system after the
3212   commit. Fate 301178
3213 - feature #301369
3214   Import listed GPG Keys from an trusted installation source
3215 - fix return call in new xml parser
3216 - Enable system resolvables in Helix parser (Revision 4787)
3217 - deptestomatic:
3218   Resetting transaction with the correct call;
3219   bugfix; Added kind in keep state (Revision 4788)
3220 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
3221   soft (Revision 4789)
3222 - New call added: maySetToBeUninstalledSoft (Revision 4789)
3223   Both are only functions for the solver (Revision 4789)
3224 - Resetting "by causer" in order to distinguish from state
3225   "keep by user". ( function setLock in order to remove lock)
3226   (Revision 4789)
3227 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
3228   in QueueItemUninstall.cc (Revision 4790)
3229 - Regarding "keep state by user". So avoiding "reselecting" by
3230   other requirements.
3231   Give a corresponding problem solution if a resolvable satisfy
3232   a dependency, but has been set to keep by the user.
3233   Bug : 222531 (Revision 4791)
3234 - Allow to disable autoprotection of foreign vendor items. Required
3235   in zmd-backend. (F301735).
3236 - use sqlite-zmd if using > 10.2 in spec. Use the one available
3237   durin compile.
3238 - Item could has already been selected to soft uninstall (e.G. remove
3239   pattern which recommend this item ). Do not throw an exception anymore.
3240   bug#225278
3241 - Added syscontent::Reader: Parse serialized set of ResObjects.
3242   (for F300729)
3243 - If there has already been selected another item by the solver (e.g. from
3244   another source) we will take thatone in order to avoid parallel
3245   installation and there concerning error messages.
3246   Bug 224698
3247 - In order to handle conflicting resolvable we try to update the
3248   conflicting item. While evaluating these canditates an already selected
3249   candidate will not be regarded. So it could be that an older package
3250   will be selected for update although a newer has already been selected. Revision 4765
3251 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
3252   update candidate and evaluate additional branches.
3253 - r4907
3254
3255 -------------------------------------------------------------------
3256 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
3257
3258 - Improved realpath() wrapper in media handler class (#222521).
3259 - revision 4758
3260
3261 -------------------------------------------------------------------
3262 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
3263
3264 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
3265 - revision 4713
3266
3267 -------------------------------------------------------------------
3268 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
3269
3270 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
3271   because backend uses this sqlite and it is no fun to
3272   install one and the other to develop (as the -devel packages)
3273   conflict.
3274 - add cmake support for building zypp/ lib.
3275   TODO: soinfo, compile testcases, devel, zypp2,docs
3276   find rpm, curl and others.
3277 - dont serialize interactive, as it is
3278   calculated now.
3279   (it was already fixed as we don't reimplement
3280   the method, but we still serialized, parsed)
3281 - r4709
3282
3283 -------------------------------------------------------------------
3284 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
3285
3286 - fixed Patch::interactive to return true as well, if the patch
3287   itself has a licence. (#224192)
3288 - revision 4702
3289 - version 2.9.2
3290
3291 -------------------------------------------------------------------
3292 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
3293
3294 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
3295   on the installation image (#213852).
3296 - revision 4700
3297
3298 -------------------------------------------------------------------
3299 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
3300
3301 - Avoid duplicate pool entries; Bug 223750; second part of the fix
3302 - r4698
3303 - Version 2.9.1
3304
3305 -------------------------------------------------------------------
3306 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
3307
3308 - Pool has multi instances of an item in the pool. Reduced this error
3309   to items which are identically at least. #217574 and #223750
3310 - r4695
3311
3312 -------------------------------------------------------------------
3313 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
3314
3315 - replace spaces to underscores in product names
3316 - 2.8.7
3317 - r4688
3318
3319 -------------------------------------------------------------------
3320 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
3321
3322 - Mark some strings for translation (#219783 need it)
3323 - r4682
3324
3325 -------------------------------------------------------------------
3326 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
3327
3328 - Added translations marks to hal, url and mutex exceptions (#23771)
3329 - revision 4680
3330
3331 -------------------------------------------------------------------
3332 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
3333
3334 - don't make libzypp-devel depend on sqlite-devel as
3335   headers from zypp2 are not installed yet
3336 - r4663
3337
3338 -------------------------------------------------------------------
3339 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
3340
3341 - Return an error if fork failed. (#204807)
3342 - Make Script execution abortable by user request. (#212949, F100233)
3343 - revision 4660
3344 - version 2.8.6
3345
3346 -------------------------------------------------------------------
3347 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
3348
3349 - Added package-manager wrapper script, with icon and .desktop (#222757).
3350   (Used by gnome-main-menu)
3351 - version 2.8.5
3352 - r4640
3353
3354 -------------------------------------------------------------------
3355 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
3356
3357 - Fixed target/hal - one more dbus_connection_close found (#216035)
3358 - revision 4636
3359 - version 2.8.4
3360
3361 -------------------------------------------------------------------
3362 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
3363
3364 - translation added
3365   rev 4630
3366   version 2.8.3
3367
3368 -------------------------------------------------------------------
3369 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
3370
3371 - Process obsoletes when installing non-package objects. (#217352)
3372 - revision 4621
3373 - version 2.8.2
3374
3375 -------------------------------------------------------------------
3376 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
3377
3378 - Implemented volume device check using /sbin/vol_id (#213852).
3379 - Revision 4619
3380
3381 -------------------------------------------------------------------
3382 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
3383
3384 - new translation added
3385
3386 -------------------------------------------------------------------
3387 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
3388
3389 - Implemented an reuse of already existing foreign CD/DVD mount points
3390   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
3391 - Added a fallback check of the volume.mount_point HAL property to
3392   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
3393   to be not avaliable in newer HAL versions (on 10.2).
3394 - Revision 4615
3395 - Version 2.8.1
3396
3397 -------------------------------------------------------------------
3398 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
3399
3400 - removed unused methods from Patch and PatchImplIf. Provided
3401   reasonable default implementation for Patch::interactive.
3402   (#221476).
3403 - revision 4610
3404 - Version 2.8.0
3405
3406 -------------------------------------------------------------------
3407 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
3408
3409 - Handle media eject failures (#216545)
3410 - r4606
3411
3412 -------------------------------------------------------------------
3413 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
3414
3415 - Reimplemented RpmDb::checkPackage using librpm API instead
3416   of parsing "rpm --checksig" output. (#163202)
3417 - Version 2.7.4
3418 - revision 4600
3419
3420 -------------------------------------------------------------------
3421 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
3422
3423 - NEW behaviour of the solver:
3424   Obsolete virtual provides. E.G.:
3425
3426   Installed:
3427   -----------
3428   Name:           test-1.0-0
3429
3430   Name:           moretest-1.0-0
3431   Provides:       test
3432
3433   To be installed
3434   ------------------
3435   Name:           nomoretest-1.0-0
3436   Obsoletes:      test
3437
3438   Result
3439   --------
3440   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
3441   test-1.0-0 had been deleted. Bug 220999
3442
3443 - Translations added
3444
3445 Version 2.7.3
3446 rev 4593
3447
3448 -------------------------------------------------------------------
3449 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
3450
3451 - Bugfix in generating solver testcases:
3452    - added kind of capabilities in description file
3453    - removed unneded channel from uninstall in command file
3454
3455 -------------------------------------------------------------------
3456 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
3457
3458 - Try to call /bin/eject utility if the eject-ioctl fails.
3459 - r4568
3460
3461 -------------------------------------------------------------------
3462 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
3463
3464 - ignore empty capabilities
3465 - r4565
3466
3467 -------------------------------------------------------------------
3468 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
3469
3470 - make progress strings translatable (#219783)
3471 - r4556
3472
3473 -------------------------------------------------------------------
3474 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
3475
3476 -  While deleting a selection all concerning recommended
3477    packages will be deleted too.
3478    BUT those packages should not be deleted which have been
3479    set to KEEP by the user. bug 217574
3480    rev 4526
3481    VERSION: 2.7.2
3482
3483 -------------------------------------------------------------------
3484 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
3485
3486 - Makefile in zypp2 fixed
3487   Revision 4520
3488
3489 -------------------------------------------------------------------
3490 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
3491
3492 - Translations added
3493   Revision 4514
3494   VERSION: 2.7.1
3495
3496 -------------------------------------------------------------------
3497 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
3498
3499 - Make the parser more strict, rejecting broken sources
3500   but showing the error line.
3501   Last fix making the parser relax would break multitag
3502   descriptions with empty lines, now we check dependencies
3503   at a higher level. (reference #160607)
3504 - r4501
3505
3506 -------------------------------------------------------------------
3507 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
3508
3509 - New problem solution added: Unlock ALL resovables in order to speed up
3510   problem solution. Bug 206453
3511
3512 -------------------------------------------------------------------
3513 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
3514
3515 - Translations added
3516
3517 -------------------------------------------------------------------
3518 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
3519
3520 - Fixed target/hal - removed dbus_connection_close calls, because
3521   the connections are shared; unref the ref-counted handle only.
3522   (#216035)
3523 - r4442
3524
3525 -------------------------------------------------------------------
3526 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
3527
3528 - skipping unreachable packages won't work
3529   (#215445)
3530 - r4468
3531
3532 -------------------------------------------------------------------
3533 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
3534
3535 - (#213793) Target store fails to recreate stored install-time (other
3536   Date and ByteCount values as well)
3537
3538 - skip comments and blank lines in multilists
3539   fixes (#214877) - zen-updater is not installed by default
3540
3541 - Automatically fix broken products when reading
3542   the product database.
3543   still pending: honour the read-only flag
3544   Changes to make this possible include
3545   using read_dir instead of boost directory
3546   iterator.
3547
3548 -------------------------------------------------------------------
3549 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
3550
3551 - added new class for generating solver testcases:
3552   Testcase
3553
3554 -------------------------------------------------------------------
3555 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
3556
3557 - Finalized ui::PatternContents. (F301229)
3558 - version 2.7.0
3559 - revision 4413
3560
3561 -------------------------------------------------------------------
3562 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
3563
3564 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
3565 - version 2.6.0
3566
3567 -------------------------------------------------------------------
3568 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
3569
3570 - Added ui::PatternContents: Helper class that will compute a patterns
3571   expanded install_packages set. (UI interface for F301229)
3572 - revision 4387
3573
3574 -------------------------------------------------------------------
3575 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
3576
3577 - removed the last reference to /usr/lib64 to fix the build
3578
3579 -------------------------------------------------------------------
3580 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
3581
3582 - added "zypper info" (jkupec)
3583 - version 2.5.2
3584
3585 -------------------------------------------------------------------
3586 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
3587
3588 - fix rpm db timestamp
3589 - add extra urls and optional urls to product API
3590 - r4378
3591
3592 -------------------------------------------------------------------
3593 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
3594
3595 - zypper: nicer progress reports, with or without --verbose.
3596
3597 -------------------------------------------------------------------
3598 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
3599
3600 - Fixed reloading of target data after commit. Broken since
3601   rev 3880.
3602 - version 2.5.1
3603 - revision 4365
3604
3605 -------------------------------------------------------------------
3606 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
3607
3608 - put query-pool in /usr/lib/zypp and not lib64
3609 - r4363
3610
3611 -------------------------------------------------------------------
3612 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
3613
3614 - revert keyring changes, causes endless loop (obvious)
3615 - add dist-product information, adapt store
3616 - version 2.5.0
3617 - r4355
3618
3619 -------------------------------------------------------------------
3620 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
3621
3622 - zypp-query-pool: For products show additionally distributionName
3623   and distributionEdition. (required by #205392)
3624 - revision 4349
3625
3626 -------------------------------------------------------------------
3627 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
3628
3629 - Add accessor for Product distributionName and distributionEdition.
3630   (required by #205392)
3631 - revision 4347
3632
3633 -------------------------------------------------------------------
3634 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
3635
3636 - added test case for KeyRing
3637 - fire trustedKeyAdded in all calls to import trusted key
3638   not only in signature check workflow.
3639 - r4342
3640
3641 -------------------------------------------------------------------
3642 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
3643
3644 - zypper update: implemented minimal version (patches only)
3645 - zypper list-updates: changed default type from package to patch,
3646   consider patches affecting the package manager separately
3647
3648 -------------------------------------------------------------------
3649 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
3650
3651 - version 2.4.1
3652 - r4338
3653
3654 -------------------------------------------------------------------
3655 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
3656
3657 - add zypp-query-pool, so registration doesn't depend on
3658   libzypp-zmd-backend being installed. Will remove from
3659   backend when suseregister gets updated.
3660
3661 -------------------------------------------------------------------
3662 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
3663
3664 - Make sure config.rpath is present.
3665
3666 -------------------------------------------------------------------
3667 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
3668
3669 - zypper search: fixed uninitialized members that made all searches
3670   exact and case sensitve
3671
3672 -------------------------------------------------------------------
3673 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
3674
3675 - zypp-checkpatches, write in the right file
3676 - r4328
3677
3678 -------------------------------------------------------------------
3679 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
3680
3681 - Install resolvables although they are unneeded
3682   if they have NOT the kind patch/atoms
3683   Bug 210538 - freshens/supplements does not work with patterns
3684 - r4326
3685
3686 -------------------------------------------------------------------
3687 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
3688
3689 - zypper service-add -r http://example.org/foo.repo (F#300641).
3690
3691 -------------------------------------------------------------------
3692 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
3693
3694 - zypp-checkpatches:
3695   save version of the generated xml to
3696   regenerate it if it changes.
3697   save a random token in case of error to
3698   force recreating xml file
3699 - r4321
3700
3701 -------------------------------------------------------------------
3702 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
3703
3704 - remove permissions for zypp checkpatches from spec
3705 - r4318
3706
3707 -------------------------------------------------------------------
3708 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
3709
3710 - registration fails because of wrong product data
3711   (#205392)
3712   use DISTPRODUCT,DISTVERSION to create the product
3713   resolvable. have this resolvable provide
3714   PRODUCT = VERSION
3715 - r4312
3716
3717 -------------------------------------------------------------------
3718 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
3719
3720 - zypper service-add -r ./foo.repo (F#300641).
3721
3722 -------------------------------------------------------------------
3723 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
3724
3725 - zypper: added case-sensitive search, search in descriptions and
3726   summaries, search by resolvable type, substring and word
3727   matching, support for wildcards
3728 - Revision 4303
3729
3730 -------------------------------------------------------------------
3731 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
3732
3733 - Prevent the user from sending signals to zypp-checkpatches-wrapper
3734   (#211286).
3735
3736 -------------------------------------------------------------------
3737 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
3738
3739 - Dont incomplete an uninstalled resolvable, even not when establishing.
3740   Incomplete only makes sense for installed resolvables (when they have broken
3741   deps), for patches (because they are needed) and for atoms (because they are
3742   used during patch calculation)
3743   Bug 198379
3744
3745 - Do not branch for packages with the same NVE but different architectures.
3746   Take the best architecture.
3747
3748 -------------------------------------------------------------------
3749 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
3750
3751 - implement rename source in sourcemanager
3752 - r4286
3753
3754 -------------------------------------------------------------------
3755 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
3756
3757 - YaST sources: set alias to product summary if empty
3758 - show alias on logs.
3759 - r4281
3760
3761 -------------------------------------------------------------------
3762 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
3763
3764 - version 2.4.0 (bin incompat due to callback fixes)
3765 - r4272
3766
3767 -------------------------------------------------------------------
3768 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
3769
3770 - Provide additional solver status information to the UI.
3771   (#162164,F301272)
3772 - Fixed UI satus computation in presence of multiple available
3773   candidates.
3774 - revision 4264
3775 - version 2.3.1
3776
3777 -------------------------------------------------------------------
3778 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
3779
3780 - remove const in MediaChangeReport requestMedia that
3781   broke cd changing.
3782 - r4262
3783
3784 -------------------------------------------------------------------
3785 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
3786
3787 - zypper: added search (jkupec)
3788 - removed the suid bit from zypp-checkpatches-wrapper so that the
3789   build passes until permissions.rpm is updated (~#211286).
3790 - r4253
3791
3792 -------------------------------------------------------------------
3793 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
3794
3795 - Log microseconds if ZYPP_PROFILING env var is enabled.
3796 - r4252
3797
3798 -------------------------------------------------------------------
3799 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
3800
3801 - YaST sources:
3802   Factory cannot be set with 'refresh' enabled
3803   (#204957)
3804 - get rid of some const bool signatures in Source classes
3805 - r4247
3806
3807 -------------------------------------------------------------------
3808 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
3809
3810 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
3811
3812 -------------------------------------------------------------------
3813 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
3814
3815 - select the best solution: prefering the total amount of install/update
3816   packages BEFORE source preferences. Bug 208784
3817
3818 -------------------------------------------------------------------
3819 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
3820
3821 - Introduce a method to see if a source supports a
3822   kind of resolvable at that time, so we can
3823   init a YUM source like factory but avoid parsing
3824   it if it contains no patches.
3825 - add TODO
3826 - zypp-checkpatches xml output
3827 - r4235
3828
3829 -------------------------------------------------------------------
3830 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
3831
3832 - added a CLI preview: zypper
3833 - revision 4214
3834 - version 2.2.3
3835
3836 -------------------------------------------------------------------
3837 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
3838
3839 - FATE #100165:
3840   Make Content File Aware of Different Architectures
3841   expand %a in release notes with architecture
3842
3843 -------------------------------------------------------------------
3844 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
3845
3846 - Extended pattern parser to support includes/extends tags as hint
3847   for the IO. (F301229)
3848 - revision 4199
3849 - version 2.2.2
3850
3851 -------------------------------------------------------------------
3852 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
3853
3854 - Enabled sending of ScriptResolvableReport.
3855 - Changed ScriptResolvableReport::start to send local path
3856   of script to be executed.
3857 - revision 4190
3858 - version 2.2.1
3859
3860 -------------------------------------------------------------------
3861 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
3862
3863 - Added ScriptResolvableReport. Callbacks triggered on script
3864   execution during commit. (F100233)
3865 - revision 4187
3866 - version 2.2.0
3867
3868 -------------------------------------------------------------------
3869 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
3870
3871 - fix: Url::getRegisteredSchemes() would always return nothing
3872
3873 -------------------------------------------------------------------
3874 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
3875
3876 - Made the build dependency on gettext-devel explicit
3877
3878 -------------------------------------------------------------------
3879 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
3880
3881 - adapted multi-media YUM sources according to official YUM
3882   specification (F300743)
3883
3884 -------------------------------------------------------------------
3885 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
3886
3887 - use RPM_OPT_FLAGS (meissner@suse.de)
3888
3889 -------------------------------------------------------------------
3890 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
3891
3892 - SourceFactory::createFrom() - don't loose url,...
3893 - r4160
3894
3895 -------------------------------------------------------------------
3896 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
3897
3898 - reduce logging in ResolvableImpl.cc
3899 - rev 4157
3900
3901 -------------------------------------------------------------------
3902 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
3903
3904 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
3905   in QueueItemInstall and QueueItemRequire
3906   Bug 192535/204913
3907   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
3908
3909 -------------------------------------------------------------------
3910 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
3911
3912 - fixed SourceFactory::createFrom() - don't loose alias,
3913   cachedir,... parameters
3914
3915 -------------------------------------------------------------------
3916 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
3917
3918 - Use RPM Enhances only if detected at configure time, to allow
3919   compilation with older rpm.
3920 - callback params: use const string & instead of string (dmacvicar)
3921
3922 -------------------------------------------------------------------
3923 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
3924
3925 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
3926   a package/script/message
3927   Bug: 192535
3928
3929 -------------------------------------------------------------------
3930 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
3931
3932 - add Source_Ref::checksum() which in combination with
3933   timestamp can give an idea of a source change.
3934 - r4106
3935
3936 -------------------------------------------------------------------
3937 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
3938
3939 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
3940   enable progress reporting on compressed streams.
3941
3942 -------------------------------------------------------------------
3943 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
3944
3945 - better error propagation
3946 - r4096
3947
3948 -------------------------------------------------------------------
3949 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
3950
3951 - Removed libblkid dependency - the workaround using libblkid to
3952   check filesystem on XEN vbd mapped devices is obsolete, because
3953   the info is avaliable via /dev/disk/by-label link now. (#197107)
3954 - revision 4087
3955
3956 -------------------------------------------------------------------
3957 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
3958
3959 - PackageProvider: Fixed broken retry. (#202163)
3960 - revision 4071
3961
3962 -------------------------------------------------------------------
3963 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
3964
3965 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
3966   to create a Package from a source package header.
3967 - Added method Pathname::extension: Return all of the characters in name
3968   after and including the last dot in the last element of name.
3969 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
3970   rpms. Otherwise we'd need access to the rpm database to get the keys.
3971 - revision 4069
3972
3973 -------------------------------------------------------------------
3974 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
3975
3976 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
3977   a package/script/message
3978   Bug: 192535
3979
3980 -------------------------------------------------------------------
3981 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
3982
3983 - Speedup computation of number of rpm database entries.
3984 - revision 4058
3985
3986 -------------------------------------------------------------------
3987 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
3988
3989 - Fixed endless loop in transactResObject
3990   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
3991
3992 -------------------------------------------------------------------
3993 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
3994
3995 - fix some testcases for tar file parser changes
3996 - r4045
3997
3998 -------------------------------------------------------------------
3999 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
4000
4001 - missing includes
4002 - clean old callbacks
4003 - r4041
4004
4005 -------------------------------------------------------------------
4006 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
4007
4008 - zyppPattern->install_packages returns SUGGESTED package too.
4009   Bug 201476
4010   Revision 4036
4011
4012 -------------------------------------------------------------------
4013 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
4014
4015 - New behaviour in the solver: try with 'best' package first, try with 'all'
4016   packages if this fails.
4017   Bug :Bug 191983
4018
4019 -------------------------------------------------------------------
4020 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
4021
4022 - libzypp 2.1.0
4023 - bump version due to incompatible callback changes in KeyRing
4024   Sources
4025
4026 -------------------------------------------------------------------
4027 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
4028
4029 - new keyring callbacks
4030 - separate trust key from import key
4031 - use PublicKey class instead of params, to be able
4032   to add more info like photos later (pending #181682)
4033 - update zmart with those callbacks.
4034 - better error handling (Exception types)
4035 - make tmp file names more readable depending on the context
4036 - r4026
4037
4038 -------------------------------------------------------------------
4039 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
4040
4041 - decouple probing from source creation, using the new
4042   media test for existence functions.
4043 - r4019
4044
4045
4046 -------------------------------------------------------------------
4047 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
4048
4049 - Fixed getDoesFileExist to reset the transfer range
4050 - Added logging of curl debug messages to the zypp log.
4051   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
4052   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
4053 - r4018
4054
4055 -------------------------------------------------------------------
4056 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
4057
4058 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
4059   see rev 3810 below. (#190163)
4060 - rev 3998
4061
4062 -------------------------------------------------------------------
4063 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
4064
4065 - fix uninstalling of atoms (noop)
4066 - r3995
4067
4068 -------------------------------------------------------------------
4069 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
4070
4071 - Implement initial verson of Media
4072   doesFileExist, for future source probing.
4073 - r3984
4074
4075 -------------------------------------------------------------------
4076 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
4077
4078 - more dbus_connection_close fixes
4079 - r3974
4080
4081 -------------------------------------------------------------------
4082 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
4083
4084 - clean up 'incomplete' handling in QueueItemEstablish.
4085 - rev 3973.
4086
4087 -------------------------------------------------------------------
4088 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
4089
4090 - Don't set 'incomplete' for uninstalled patterns or products.
4091   (#198379)
4092 - rev 3970.
4093
4094 -------------------------------------------------------------------
4095 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
4096
4097 - Added new API calls:
4098   setAdditionalProvide
4099   setAdditionalConflict
4100   setAdditionalRequire
4101
4102 -------------------------------------------------------------------
4103 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
4104
4105 - don't link examples to testsuite library.
4106
4107 -------------------------------------------------------------------
4108 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
4109
4110 - Disable profiling to work around compiler bug.
4111
4112 -------------------------------------------------------------------
4113 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
4114
4115 - forward port 3924:3939
4116 - Add explicit finish callbacks for subtasks during ProvidePackage
4117  Â to avoid UI confusion.
4118 - rev3957
4119
4120 -------------------------------------------------------------------
4121 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
4122
4123 - Introduce examples/
4124 - fix some svn ignores
4125 - fix compilation. Use: dbus_connection_close
4126 - rev 3943
4127
4128 -------------------------------------------------------------------
4129 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
4130
4131 - Initial support for plain directory with rpms as source
4132 - r3935
4133
4134 -------------------------------------------------------------------
4135 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
4136
4137 - Move the target query by kind function to
4138   a iterator, so we dont make a copy of the restore
4139   the iterator works loading by demand too
4140
4141 -------------------------------------------------------------------
4142 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
4143
4144 - rename the new initTarget to initializeTarget,
4145   leave the old one as is, but deprecate it.
4146 - r3903
4147
4148 -------------------------------------------------------------------
4149 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
4150
4151 - forward port from SLES10 branch , till 3888
4152 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
4153   full packages. (#168844)
4154 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
4155 - version 2.0.0
4156 - rev 3893
4157
4158 -------------------------------------------------------------------
4159 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
4160
4161 - Separate target init from adding resolvables, getting rid of the
4162 uggly bool flag.
4163 - dont clear the store each time Target::resolvables is called
4164 - Load target resolvables on demand by kind, keep them cached later
4165 - add Target::resolvablesByKind(kind) to allow query specific kind
4166   without reading all kinds. Used to port TargetProduct, which
4167   was reading the whole rpm database only to displayy base product
4168   name in YaST help.
4169 - commit to pkg-bindings and packager will follow.
4170 - jsrain will port more yast stuff, especially inst_source which
4171   startup time should by reduced by half afterwards.
4172 - rev 3880
4173
4174 -------------------------------------------------------------------
4175 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
4176
4177 - forward port:
4178   rev 3786 fix to stalle tmpfiles broke patches.
4179   SLES was released with this broken. 10.1 has a blocked
4180   zypp update because this.
4181   Attempt to fix this. (#192535)
4182 - fix configure.ac sqlite-source build path
4183 - rev 3858
4184
4185 -------------------------------------------------------------------
4186 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
4187
4188 - link correctly
4189
4190 -------------------------------------------------------------------
4191 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
4192
4193 - dont link sqlite in the main lib.
4194 - rev 3826
4195
4196 -------------------------------------------------------------------
4197 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
4198
4199 - susetags: parse product parser regexp only once
4200 - parse yum factory 5 sec. (from 30) faster using
4201   another string find algorithm
4202 - rev 3824
4203
4204 -------------------------------------------------------------------
4205 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
4206
4207 - Digest: Don't read the stream character wise but reading blocks,
4208   as advised by matz profiling.
4209 - r3819
4210
4211 -------------------------------------------------------------------
4212 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
4213
4214 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
4215   trusted vendors. (#189573)
4216 - revision 3804
4217
4218 -------------------------------------------------------------------
4219 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
4220
4221 - backport fix for stalle tmpfile (#191311)
4222 - rev 3788
4223
4224 -------------------------------------------------------------------
4225 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
4226
4227 - deactivated media manager code that was disabling the
4228   automounter (#172419)
4229 - rev 3724
4230
4231 -------------------------------------------------------------------
4232 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
4233
4234 - fix autorefresh (#186115)
4235 - revision 3708
4236 -------------------------------------------------------------------
4237 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
4238
4239 - forward port from SLE branch
4240 - Set default permission for logfiles to 0640. (#187044)
4241 - revision 3696
4242
4243 -------------------------------------------------------------------
4244 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
4245
4246 - forward port from SLE branch
4247 - Fixed installation of SP or Add-On product switching to media 2
4248   too early. (#186607)
4249 - revision 3691
4250
4251 -------------------------------------------------------------------
4252 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
4253
4254 - forward port from SLE branch
4255 - Strip self provides without edition in Resolvable ctor.
4256   (#186079)
4257 - Source::provideResolvables not implemented in yum source type.
4258   Product not set for packages that are available from update source
4259   (#186920)
4260 - Hook modalias() supplements without package to "kernel" (#184840)
4261 - Allow on-demand SourceManager::restore() (#186678)
4262 - Hook modalias() supplements without package to "kernel" (#184840)
4263 - rev 3676
4264
4265 -------------------------------------------------------------------
4266 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
4267
4268 - Fix adding resolving of path names for mount points (#181606)
4269 - rev 3658
4270
4271 -------------------------------------------------------------------
4272 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
4273
4274 - merge download algorithm and refactoring from branch
4275   (#181204)
4276
4277 -------------------------------------------------------------------
4278 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
4279
4280 - autodocs: use find+xargs to overcome command length limit,
4281   do not call doxygen unnecessarily (#185334).
4282 - rev 3645
4283
4284 -------------------------------------------------------------------
4285 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
4286
4287 - Dont use getZYpp in static constructor (#185198)
4288   Bugfix #178292 was wrong.
4289 - Only warn on incompleting installed resolvables (#185197)
4290 - rev 3644
4291
4292 -------------------------------------------------------------------
4293 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
4294
4295 - Atoms might only be installed via patches (#184714)
4296 - rev 3642
4297
4298 -------------------------------------------------------------------
4299 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
4300
4301 - fix for the last stall tmpfile (#178292)
4302 - r3637
4303
4304 -------------------------------------------------------------------
4305 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
4306
4307 - Implemented transfer timeout inside of the progress callback.
4308   The timeout value can be set using timeout url parameter, the
4309   default transfer timeout is 180 seconds. (#181602)
4310 - Added ssl_verify and ssl_capath url options used in https scheme,
4311   allowing to change or disable the ssl verify options. (#171622)
4312 - Added fallback on read failures of /etc/mtab to /proc/mounts.
4313   Improved verbosity in mount and mount check related failure cases,
4314   incl. /etc/mtab dump. (#181606)
4315 - rev 3623
4316
4317 -------------------------------------------------------------------
4318 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
4319
4320 - combine knownAliases and knownUrls in a single function.
4321 - rev 3616
4322
4323 -------------------------------------------------------------------
4324 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
4325
4326 - honor parallel installs in resolver context (#181103)
4327 - rev 3592
4328
4329 -------------------------------------------------------------------
4330 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
4331
4332 - right fix for tmpdir initialized in static constructor
4333 - catch around provideJustFile in providePackage
4334 -rev 3654
4335
4336 -------------------------------------------------------------------
4337 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
4338
4339 - fix #182003 YUM packages without size
4340 - rev 3587
4341
4342 -------------------------------------------------------------------
4343 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
4344
4345 - Allow to restore and remove by Url
4346 - rev 3583
4347
4348 -------------------------------------------------------------------
4349 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
4350
4351 - make atoms parallel installable (#181103)
4352 - rev 3580
4353
4354 -------------------------------------------------------------------
4355 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
4356
4357 - Allow to restore by alias
4358 - r3568
4359
4360 -------------------------------------------------------------------
4361 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
4362
4363 - Do not fork in a global destructor, perl dislikes it (#182672).
4364   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
4365
4366 -------------------------------------------------------------------
4367 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
4368
4369 - Installation: Assert product information is stored to libzypp
4370   database before reboot. (#181198)
4371 - Version 1.2.0; revision 3553
4372
4373 -------------------------------------------------------------------
4374 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
4375
4376 - Synchronize keys with rpm database before
4377   closing access to it (#182338)
4378 - rev 3533
4379
4380 -------------------------------------------------------------------
4381 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
4382
4383 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
4384   filter out the non-DVD drives completely. Allows a fallback to
4385   drives without the dvd HAL property e.g. in VMWare. (#177457)
4386 - rev 3530
4387
4388 -------------------------------------------------------------------
4389 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
4390
4391 - Merge fix for stalle tmpdir due to cyclic references, using a master
4392  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
4393 - rev 3521
4394
4395 -------------------------------------------------------------------
4396 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
4397
4398 - Fixes unneeded file download, and add download callbacks
4399   (still need yast side) #181204 and #160206
4400 - Fix stalle tmpdir due to cyclic references, using a master
4401   TmpDir for zypp. # 178292
4402
4403 -------------------------------------------------------------------
4404 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
4405
4406 - fixed memory leak in PersistentStorage (#168690)
4407 - revision 3519
4408
4409 -------------------------------------------------------------------
4410 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
4411
4412 - fixed memory leak in XMLSourceCacheParser (#168690)
4413 - revision 3517
4414
4415 -------------------------------------------------------------------
4416 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
4417
4418 -latest fi translation added
4419  Revision 3502
4420
4421 -------------------------------------------------------------------
4422 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
4423
4424 -All installed resolvables has been set to "satisfied" in
4425  ResolverContext::unneeded . BUT:
4426  Patch concerning resolvables have to be set to
4427  "unneeded" although they are installed. In order
4428  getting the state "no longer applicable" (Bug 171590)
4429 - rev 3496
4430
4431 -------------------------------------------------------------------
4432 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
4433
4434 - compute status for scripts and messages so their freshens get
4435   properly honored (aj with postgresql-server)
4436 - rev 3494
4437
4438 -------------------------------------------------------------------
4439 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
4440
4441 - revert not-used-yet rpmdb timestamp, as
4442   it broke rpmdb::init(). (#180040)
4443 - rev 3490
4444
4445 -------------------------------------------------------------------
4446 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
4447
4448 - updating gmo files, if po files has been changed; bug 164449
4449
4450 -------------------------------------------------------------------
4451 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
4452
4453 - Dont download twice if starting from 1st time
4454 - fix typo
4455 - rev 3481
4456
4457 -------------------------------------------------------------------
4458 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
4459
4460 - set cache dir only if storeMetadata is called as a public method.´
4461 - rev 3475
4462
4463 -------------------------------------------------------------------
4464 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
4465
4466 - schedule a package for installation if
4467   - it freshens / supplements something
4468   - it is not installed yet
4469   (#178721)
4470 - rev 3473
4471
4472 -------------------------------------------------------------------
4473 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
4474
4475 - make susetags also implement download and check first.
4476 - rev 3470
4477
4478 -------------------------------------------------------------------
4479 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
4480
4481 - make yum more robust. Never parse from provideFile
4482   but only from local disk. Make sure the cache
4483   is consistent before recreating it.
4484   the code is easier to follow and probably
4485   faster. checksum and signatures are
4486   checked on caching not on parsing.
4487   Required to implement refresh for #154990
4488 - rev 3452
4489
4490 -------------------------------------------------------------------
4491 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
4492
4493 - implement timestamp for YUM and SuseTags
4494 - actually use the license to confirm in yum patches
4495 - add prerequires tag in yum optonally to the bad designed
4496   and nonintuitive pre=1
4497 - rev 3448
4498
4499 -------------------------------------------------------------------
4500 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
4501
4502 - dont pass root on init but before.
4503 - implement rpm db modification timestamp
4504   not used yet
4505 - move Helix source to testsuite out of the solver
4506   so we can use it for target, storage tests
4507 - add Source_Ref::timestamp(), default to now()
4508   in order to implement smart sync of sources by zmd
4509 - don't parse desc and summary twice
4510 - fix a segfault with tranlated text
4511 - fix broken size tag introduced in rev 3427
4512 - rev 3446
4513
4514 -------------------------------------------------------------------
4515 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
4516
4517 - dont accept corrupt sources, improve logs
4518
4519 -------------------------------------------------------------------
4520 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
4521
4522 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
4523   loosing autoprotection (eg. for foreign vendor). (assists #177469)
4524 - rev 3431
4525
4526 -------------------------------------------------------------------
4527 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
4528
4529 - added mediaNr() to PatchRpm and DeltaRpm classes
4530 - rev 3430
4531
4532 -------------------------------------------------------------------
4533 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
4534
4535 - enable YUM license to confirm.
4536   needed for #174476
4537 - adapt store to serialize and read all new resobject fields
4538 - use install-time to now() when serializing (#174653)
4539 - rev 3427
4540
4541 -------------------------------------------------------------------
4542 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
4543
4544 - Do not violate install order when restricting commit to a certain
4545   mediaNumber. (#170079)
4546 - Version 1.1.0; rev 3423
4547
4548 -------------------------------------------------------------------
4549 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
4550
4551 - Added SourceManager::findSourceByUrl to overcome alias mismatches
4552   (#177543).
4553 - rev 3420
4554
4555 -------------------------------------------------------------------
4556 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
4557
4558 - Order all objects according to prerequirements, not just packages.
4559   (#173690)
4560 - rev 3419
4561
4562 -------------------------------------------------------------------
4563 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
4564
4565 - Added new translation
4566
4567 -------------------------------------------------------------------
4568 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
4569
4570 - fix missing homedir option for gpg (#171055)
4571 - rev 3415
4572
4573 -------------------------------------------------------------------
4574 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
4575
4576 - Prevent against daemons launched in rpm %post, that do not close
4577   their filedescriptors. (#174548)
4578 - Version 1.0.1; rev 3413
4579
4580 -------------------------------------------------------------------
4581 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
4582
4583 - fixed media number of package retrieved as a part of a patch
4584   (#174841)
4585 - rev 3409
4586
4587 -------------------------------------------------------------------
4588 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
4589
4590 - fix missing package descriptions due to filtered packages
4591   by incompatible architectures. (#159109)
4592 - rev 3404
4593
4594 -------------------------------------------------------------------
4595 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
4596
4597 - decrease logging in DiskUsageCounter and Modalias (#163186)
4598 - rev 3406
4599
4600 -------------------------------------------------------------------
4601 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
4602
4603 - Stay backward comapatible.
4604
4605 -------------------------------------------------------------------
4606 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
4607
4608 - Make basic attributes available through ResObject.
4609 - Let ResObjects which do not require media access during
4610   commit return ZERO sourceMediaNr (required for #173690)
4611 - Version 1.0.0
4612 - rev 3390
4613
4614 -------------------------------------------------------------------
4615 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
4616
4617 - reduce logging verbosity (#163186)
4618 - rev 3381
4619
4620 -------------------------------------------------------------------
4621 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
4622
4623 - setCandidate accept candidates with compatible architectures too. Not
4624   only with the same architecture. Bug 172594 - If update package has
4625   differet arch, UI display is wrong
4626
4627 -------------------------------------------------------------------
4628 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
4629
4630 - Added Source_Ref::resStoreInitialized.
4631   If we know that noone has seen the resolvables yet, we can skip
4632   them too, eg. when deleting a source. (#174840)
4633 - rev 3378
4634
4635 -------------------------------------------------------------------
4636 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
4637
4638 - Honor freshens as conditionals independant from the installed/
4639   uninstalled status (#174797)
4640 - rev 3376
4641
4642 -------------------------------------------------------------------
4643 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
4644
4645 - State modifier "unneeded" is transitive for patches (#171590)
4646 - rev 3375
4647
4648 -------------------------------------------------------------------
4649 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
4650
4651 - Do not transact itself (update) in the transactResObject mechanism
4652   Bug 174290
4653
4654 -------------------------------------------------------------------
4655 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
4656
4657 - Reenabled improved large file support flags (unintentionally
4658   removed in rev 1544). Fixes bug #173753.
4659 - Added large file support flags to libzypp.pc file allowing
4660   consistence checks in the application using features variable
4661 - rev 3366
4662
4663 -------------------------------------------------------------------
4664 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
4665
4666 - SourceManager: moved source deletion before creation
4667   so that we can recreate a deleted one (#174295)
4668 - removed dead code dealing with known_caches from SourceManager::store
4669   (see r3195)
4670 - r3362
4671
4672 -------------------------------------------------------------------
4673 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
4674
4675 - fixed returning product short name and summary if product read
4676   from target store (#148625)
4677 - rev 3360
4678
4679 -------------------------------------------------------------------
4680 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
4681
4682 - set media verifier on redirected medium (#172599)
4683 - rev 3359
4684
4685 -------------------------------------------------------------------
4686 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
4687
4688 - fix 'transactResKind' to collect best providers by capability
4689   and to recursively transact items of same kind (#170114)
4690 - rev 3355
4691
4692 -------------------------------------------------------------------
4693 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
4694
4695 - serialize the full URL to avoid missing password and other
4696   url settings (#148108)
4697 - rev 3353
4698
4699 -------------------------------------------------------------------
4700 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
4701
4702 - Added a 60 sec connect timeout to MediaCurl (#172860)
4703 - rev 3348
4704
4705 -------------------------------------------------------------------
4706 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
4707
4708 - re-fetch also .asc and .key files before checking signature
4709   (#172597)
4710 - rev 3350 (3345-10.1)
4711
4712 -------------------------------------------------------------------
4713 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
4714
4715 - Fix yum key verification, because a double variable declaration
4716
4717 -------------------------------------------------------------------
4718 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
4719
4720 - use --no-default-keyring to avoid creating a
4721   default gpg dir in / (#171055)
4722 - rev 3335
4723
4724 -------------------------------------------------------------------
4725 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
4726
4727 - Fix YUM signature checking, we were passing the key instead of the
4728   signature.
4729 - When the user trust a key, sync again. Bye to the session trusted
4730   keys and user being asked all the time. (#171213)
4731 - r3332
4732
4733 -------------------------------------------------------------------
4734 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
4735
4736 - Cleanup index tables when removing items from pool (#170564).
4737
4738 -------------------------------------------------------------------
4739 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
4740
4741 - backout rev 3246->3275 of TargetImpl.cc
4742 - add missing testsuite/utils/TestUtils.h
4743 - rev 3330
4744
4745 -------------------------------------------------------------------
4746 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
4747
4748 - more fixes for #171062, there were some files still not being
4749   read from cache.
4750 - r3327
4751
4752 -------------------------------------------------------------------
4753 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
4754
4755 - cache keys and signature. Remove lot of duplicated code. (#171062)
4756 - r3320
4757
4758 -------------------------------------------------------------------
4759 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
4760
4761 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
4762   mount here anything, so it is OK to use any dir (171351).
4763 - rev 3318
4764
4765 -------------------------------------------------------------------
4766 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
4767
4768 - parse "license-to-confirm" in primary.xml (#168437)
4769 - rev 3312
4770
4771 -------------------------------------------------------------------
4772 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
4773
4774 - Don't try to store 'Atom', not needed and the backend store
4775   rejects them anyways (addtion to #168610)
4776 - rev 3306
4777
4778 -------------------------------------------------------------------
4779 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
4780
4781 - Improved device check in MediaDISK using libblkid (Bug #158529)
4782 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
4783   added a check if it is a directory
4784 - Added libcurl and libblkid checks to configure.ac
4785 - Added e2fsprogs(-devel) requires to the spec file
4786 - rev 3303
4787
4788 -------------------------------------------------------------------
4789 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
4790
4791 - dont download "other" during key check (#171041)
4792 - rev 3294
4793
4794 -------------------------------------------------------------------
4795 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
4796
4797 - allow parallel installs of atoms (used to fulfill patch require-
4798   ments, atoms aren't installed anyways) (#170098)
4799 - some testsuite improvements.
4800 - rev 3288
4801
4802 -------------------------------------------------------------------
4803 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
4804
4805 - get rid of autobuild check when throwing exceptions without throw
4806   but with a macro, returning a null pointer at the end (never reached).
4807
4808 -------------------------------------------------------------------
4809 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
4810
4811 - Do not violate install order when restricting commit to a certain
4812   mediaNumber. (#170079)
4813
4814 -------------------------------------------------------------------
4815 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
4816
4817 - Don't use throw directly!
4818   use ZYPP_THROW with a Exception class, otherwise package bindings
4819   will not catch them.
4820   Should fix crashes when reading broken sources with yast.
4821 - rev 3272
4822
4823 -------------------------------------------------------------------
4824 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
4825
4826 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
4827   revision 3269
4828
4829 -------------------------------------------------------------------
4830 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
4831
4832 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
4833 - further improve on #168840 (from rev 3231), match on name-edition
4834   when filtering by best arch. (#170098)
4835 - rev 3268
4836
4837 -------------------------------------------------------------------
4838 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
4839
4840 - #170093 , lot of package descriptions missing
4841 - rev 3263
4842
4843 -------------------------------------------------------------------
4844 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
4845
4846 - try to fix wrong permissions of /var/lib/zypp created
4847   by old zypp, only when running as root they are fixed
4848   (#169094)
4849 - YUM: Verify signatures on factoryInit.
4850   Dont provide other.xml. Cleanups, better logging.
4851   When refreshing signed soruces, don't refresh is source
4852   has not changed.
4853 - YaST sources: don't refresh if media file has not changed.
4854 - Show full url of index files in sources for signature validation
4855   (mentioned in #170139 comment #3)-
4856
4857 -------------------------------------------------------------------
4858 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
4859
4860 - udpated media ID syntax for external scripts (to be consistent
4861   with packages) (#170247)
4862 - rev 3256
4863
4864 -------------------------------------------------------------------
4865 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
4866
4867 - set media ID to 1 if not specified in YUM metadata (#167452)
4868 - rev 3255
4869
4870 -------------------------------------------------------------------
4871 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
4872
4873 - If freshen and supplement are fulfilled, install any kind of
4874   resolvable if not yet installed (#165746)
4875 - rev 3249
4876
4877 -------------------------------------------------------------------
4878 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
4879
4880 - make downloaded script executable. (#169191)
4881 - rev 3247
4882
4883 -------------------------------------------------------------------
4884 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
4885
4886 - Improve on last fix, compare only compatible archs.
4887 - rev 3233
4888
4889 -------------------------------------------------------------------
4890 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
4891
4892 - Only choose best arch of multiple package atoms with identical
4893   name (#168840)
4894 - rev 3231
4895
4896 -------------------------------------------------------------------
4897 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
4898
4899 - pass empty strings to UI as key properties if unknown key
4900   (#169114)
4901 - rev 3228
4902
4903 -------------------------------------------------------------------
4904 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
4905
4906 - refrain from parsing 'other.xml' (#159316)
4907 - rev 3226
4908
4909 -------------------------------------------------------------------
4910 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
4911
4912 - in source refresh, clean up the cache dir if fails
4913 - do not require repomd.xml.asc when creating a cache (#163765)
4914 - rev 3224
4915
4916 -------------------------------------------------------------------
4917 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
4918
4919 - Check if a file exists before providing it, and just handling the
4920   exception is not sufficient, because it can release the media.
4921   it nows get all possible packages.X translations an then
4922   it selects the candidate from the existing ones (#168654)
4923 - rev 3221
4924
4925 -------------------------------------------------------------------
4926 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
4927
4928 - dont report conflicts if item is neither installed
4929   nor to-be-installed (#168906)
4930 - rev 3219
4931
4932 -------------------------------------------------------------------
4933 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
4934
4935 - #168060 , propagate the file description or original
4936   name to the UI and not the checked filename path,
4937   which could be a tmp file.
4938   Requires changes in pkg-manager, and probably zmd-helpers.
4939 - rev 3215
4940
4941 -------------------------------------------------------------------
4942 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
4943
4944 - /var/lib/zypp/db/languages/* are empty files (##168355)
4945 - r3206
4946
4947 -------------------------------------------------------------------
4948 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
4949
4950 - All resolvables must honor arch, so Arch_noarch in
4951   target/store/XMLFilesBackend.cc is wrong (#160792)
4952 - Introduced code to honour shared package descriptions
4953   (#159109)
4954 - r3204
4955
4956 -------------------------------------------------------------------
4957 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
4958
4959 - replace '_' in YUM elements/attributes with '-' (#168762)
4960 - rev 3201
4961
4962 -------------------------------------------------------------------
4963 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
4964
4965 - Fixed iseries workaround - interchanged variables for scsi
4966   devices, added debug messages about the steps (#163971).
4967 - Added getenv NULL ptr check and verify of the $HOME dir's
4968   and ~/.curlrc file's ownership (#163203).
4969 - rev 3199
4970
4971 -------------------------------------------------------------------
4972 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
4973
4974 - Use filesystem::TmpDir to create unique and unused Source cache
4975   directories. (#168051)
4976
4977 -------------------------------------------------------------------
4978 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
4979
4980 - Enable signature checks per default. (#168525)
4981
4982 -------------------------------------------------------------------
4983 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
4984
4985 - fix callbacks for providing a single file (#160206)
4986
4987 -------------------------------------------------------------------
4988 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
4989
4990 - If an installed package looses a dependency, the solver tries
4991   to upgrade it. Limit the upgrade candidates to best arch, best
4992   edition.
4993 - filter 'other' entries with incompatible arch in yum parser.
4994 - rev 3177
4995
4996 -------------------------------------------------------------------
4997 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
4998
4999 - initialize the product category according to source (#168061)
5000 - rev 3172
5001
5002 -------------------------------------------------------------------
5003 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
5004
5005 - delete only one older version of a xml-store resolvable
5006   (half-baked, but the previous attempt was charred)
5007
5008 -------------------------------------------------------------------
5009 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
5010
5011 - moved license_to_confirm to primary.xml
5012 - rev 3170
5013
5014 -------------------------------------------------------------------
5015 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
5016
5017 - Removed deprecated oldstyle commit methods.
5018
5019 -------------------------------------------------------------------
5020 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
5021
5022 - when installing a xml-store resolvable (all except package,
5023   message, script), delete older versions (#160792).
5024 - read selection edition from the XML store
5025 - rev 3167
5026
5027 -------------------------------------------------------------------
5028 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
5029
5030 - properly clear transaction flag after successful commit
5031   (see rev 3122, #164365, #167285)
5032 - rev 3157
5033
5034 -------------------------------------------------------------------
5035 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
5036
5037 - recursively soft-uninstall recommended package on real uninstall,
5038   not on update (#167603)
5039 - rev 3155
5040
5041 -------------------------------------------------------------------
5042 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
5043
5044 - fix #167605 (importing keys to rpm multiple times due to
5045   wrong interpretation of rpm gpg versioning.
5046 - add support for reading the rpm keys, with full id and fingerprint
5047 - rev 3153
5048
5049 -------------------------------------------------------------------
5050 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
5051
5052 - don't add duplicate error infos to ResolverContext (#167309)
5053 - rev 3146
5054
5055 -------------------------------------------------------------------
5056 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
5057
5058 - fix Resolver::transactReset() (see rev 3122) (#167285)
5059 - rev 3140
5060
5061 -------------------------------------------------------------------
5062 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
5063
5064 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
5065   variable is present, all signature checking callbacks will default
5066   to 'accept', in case no recipient is present.
5067
5068 -------------------------------------------------------------------
5069 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
5070
5071 - read content file on construction, and make
5072   provideProduct only insert the already
5073   read product object into the store (#165826)
5074   (dmacvicar)
5075 - When the signature is not found, warn the
5076   user about a unsigned source. When the
5077   key is not found, do nothing, it can be in the
5078   keyring already. (#166016) (dmacvicar)
5079 - enable key verification only if
5080   ZYPP_CHECKSIG env var is set (dmacvicar)
5081 - r1529
5082
5083 -------------------------------------------------------------------
5084 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
5085
5086 - fix bugfix 164365, fix bug 167285
5087   Actually clear the transcation state instead of locking it
5088   to 'dont transact'
5089 - rev 3122
5090
5091 -------------------------------------------------------------------
5092 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
5093
5094 - revert the signature/digest checking callbacks
5095 - rev 3115
5096
5097 -------------------------------------------------------------------
5098 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
5099
5100 - Bugfix #165670
5101   - Honor keep requests.
5102   - Dont flag "locked uninstall" as error if a keep request was
5103     issued before.
5104 - rev 3114
5105
5106 -------------------------------------------------------------------
5107 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
5108
5109 - rule out locked items during distribution upgrade as early
5110   as possible. (#165670)
5111 - rev 3110
5112
5113 -------------------------------------------------------------------
5114 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
5115
5116 - Bugfix #166212
5117   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
5118     transactResObject().
5119   - resetTransaction(APPL_LOW) before resolving
5120   - enhance transactCaps by using the same algorithm as in
5121     QueueItemRequire
5122     (before: transact all requires and recommends by name
5123      now: transact best requires and recommends by provides)
5124 - rev 3107
5125
5126 -------------------------------------------------------------------
5127 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
5128
5129 - new callbacks for failing digest
5130 - rev 3098
5131
5132 -------------------------------------------------------------------
5133 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
5134
5135 - ask for file without a checksum (#165125)
5136
5137 -------------------------------------------------------------------
5138 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
5139
5140 - dont install satisfied resolvables (#165843)
5141 - rev 3095
5142
5143 -------------------------------------------------------------------
5144 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
5145
5146 - dont abort on failed "dry_run" (#164583)
5147 - rev 3091
5148
5149 -------------------------------------------------------------------
5150 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
5151
5152 - Ask user if signature file does not exist (#163765)
5153 - handle repomd.xml.asc as optional file (#163765)
5154 - rev 3089
5155
5156 -------------------------------------------------------------------
5157 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
5158
5159 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
5160 - rev 3087
5161
5162 -------------------------------------------------------------------
5163 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
5164
5165 - Dont do transitive uninstalls on uninstalled or upgraded items.
5166   (#165798)
5167 - rev 3083
5168
5169 -------------------------------------------------------------------
5170 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
5171
5172 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
5173
5174 -------------------------------------------------------------------
5175 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
5176
5177 - Product::updateUrls: restore it from the XML store;
5178   fixed content parsing (#163192).
5179 - restore product flags fro the XML store
5180 - rev 3074
5181
5182 -------------------------------------------------------------------
5183 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
5184
5185 - Only consider best arch/version (#165477)
5186 - rev 3069
5187
5188 -------------------------------------------------------------------
5189 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
5190
5191 - No need to parse tags at all if there is no item to store values
5192   (e.g. data for unwanted arch). Fixed segv trying to store data in
5193   NULL item. (#165479)
5194 - rev3065
5195
5196 -------------------------------------------------------------------
5197 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
5198
5199 - Improved Url path name "//" vs. "/%2f" handling; now if the
5200   url has an authority, "/%2f" is used for ftp only (#163784)
5201 - rev 3062
5202
5203 -------------------------------------------------------------------
5204 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
5205
5206 - fixed storing patch scripts to target store (#159928)
5207 - rev 3058
5208
5209 -------------------------------------------------------------------
5210 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
5211
5212 - if a patch is bad, only skip this patch, not everything
5213   (#165200)
5214 - rev 3057
5215
5216 -------------------------------------------------------------------
5217 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
5218
5219 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
5220 - Susetags:Pattern: Fixed parser.
5221
5222 -------------------------------------------------------------------
5223 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
5224
5225 - when uninstalling, only re-establish installed items
5226   supplementing the to-be-uninstalled one. (variant of #165111)
5227 - rev 3054
5228
5229 -------------------------------------------------------------------
5230 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
5231
5232 - Susetags:Package: Parse and provide ins/delnotify texts.
5233
5234 -------------------------------------------------------------------
5235 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
5236
5237 - when checking freshens/supplements at install, only consider
5238   best architecture/edition (#164453)
5239 - rev 3051
5240
5241 -------------------------------------------------------------------
5242 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
5243
5244 - when checking for supplements, only consider best arch, best
5245   edition for installation (#165111)
5246 - rev 3047
5247
5248 -------------------------------------------------------------------
5249 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
5250
5251 - Bug 165117: build 910: Update: Splitted packages are selected for
5252   all archs
5253
5254 -------------------------------------------------------------------
5255 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
5256
5257 - ask user if a file exists but does not have a checksum (#162797)
5258 - rev 3044
5259
5260 -------------------------------------------------------------------
5261 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
5262
5263 - parse time and size elements from delta and patch RPM
5264 - rev 3043
5265
5266 -------------------------------------------------------------------
5267 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
5268
5269 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
5270   devices - on powerpc only (#163971)
5271 - rev 3042
5272
5273 -------------------------------------------------------------------
5274 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
5275
5276 - fix endless loop in patches parsing.
5277 - rev 3039
5278
5279 -------------------------------------------------------------------
5280 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
5281
5282 - fixed media handling in SuSEtags source (#164879)
5283 - rev 3037
5284
5285 -------------------------------------------------------------------
5286 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
5287
5288 - honor 'dry_run' on package remove (#164732)
5289 - rev 3036
5290
5291 -------------------------------------------------------------------
5292 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
5293
5294 - add files from yum filelist as provides to package (#164731)
5295 - rev 3032
5296
5297 -------------------------------------------------------------------
5298 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
5299
5300 - honor "+Enh:/-Enh:" in packages file (#156513)
5301
5302 -------------------------------------------------------------------
5303 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
5304
5305 - fix callback receiver signature to match the callback for removing
5306   package
5307
5308 -------------------------------------------------------------------
5309 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
5310
5311 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
5312 - rev 3024
5313
5314 -------------------------------------------------------------------
5315 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
5316
5317 - Bug 164440; Taking wrong architecture while updating obsoletes
5318   splitted packages
5319 - rev 3022
5320
5321 -------------------------------------------------------------------
5322 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
5323
5324 - allow relative paths with url file:
5325 - dont filter atoms from going into pool, multi-arch patch
5326   requirements need them. Instead, treat atoms with incompatible
5327   architecture as unneeded.
5328 - rev 3018
5329
5330 -------------------------------------------------------------------
5331 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
5332
5333 - product now provides short name
5334 - rev 3013
5335
5336 -------------------------------------------------------------------
5337 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
5338
5339 - read metadata for packages from correct tags in patches (#163220)
5340 - rev 3011
5341
5342 -------------------------------------------------------------------
5343 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
5344
5345 - more detailed resolver error reports (#162994)
5346 - rev 3010
5347
5348 -------------------------------------------------------------------
5349 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
5350
5351 - report package download progress (#160966)
5352 - rev 3007
5353
5354 -------------------------------------------------------------------
5355 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
5356
5357 - transact also for languages (#163819)
5358 - rev 3004
5359
5360 -------------------------------------------------------------------
5361 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
5362
5363 - loop through all affected ResObjects in transactResKind (#163819)
5364 - rev 3002
5365
5366 -------------------------------------------------------------------
5367 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
5368
5369 - allow re-installation of non-packages (#162906)
5370 - rev 2998
5371
5372 -------------------------------------------------------------------
5373 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
5374
5375 - Added loop checking for scsi cdroms (/sys/block/srX) in case
5376   HAL does not provide any drives like on iSeries (#163971).
5377 - rev 2995
5378
5379 -------------------------------------------------------------------
5380 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
5381
5382 - add 'licenceToConfirm()' to Product. (#164375)
5383
5384 -------------------------------------------------------------------
5385 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
5386
5387 - Avoid excessive CD hopping on commit. But still far from
5388   being perfect. (#159679)
5389 - Fixed Target::commit: Despite dry_run set True, packages
5390   were depeted.
5391
5392 -------------------------------------------------------------------
5393 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
5394
5395 - honour if user decides to skip a package in commit (#156031)
5396
5397 -------------------------------------------------------------------
5398 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
5399
5400 - fixed parsing external reference to script in patch (#163221)
5401 - r2981
5402
5403 -------------------------------------------------------------------
5404 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
5405
5406 - cache and provide content.asc/key optionally. Dont show a
5407   popup if they dont exists. (dmacvicar)
5408 - Actually abort when verify signature workflow is false. (dmacvicar)
5409 - r2978
5410
5411 -------------------------------------------------------------------
5412 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
5413
5414 - fixed setting autorefresh flag for installation sources
5415
5416 -------------------------------------------------------------------
5417 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
5418
5419 - drop patches with incompatible architecture.
5420 - rev 2972
5421
5422 -------------------------------------------------------------------
5423 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
5424
5425 - Added info method to media verifier base and more debug info
5426 - rev 2970
5427
5428 -------------------------------------------------------------------
5429 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
5430
5431 - Dont deny the "/" attach point in MediaDIR, since this is used
5432   for all "file:" urls, esp. local packages.
5433 - rev 2962
5434
5435 -------------------------------------------------------------------
5436 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
5437
5438 - Bug 159673 - only one conflict solvable per page
5439
5440 -------------------------------------------------------------------
5441 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
5442
5443 - parse all dependencies of 'packages' file (#163773)
5444 - rev 2957
5445
5446 -------------------------------------------------------------------
5447 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
5448
5449 - Use the original media descr_dir on refresh for
5450   suse tags source (#163196)
5451 - r2952
5452
5453 -------------------------------------------------------------------
5454 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
5455
5456 - add Source::setUrl() for zmd backend helper.
5457 - rev 2946
5458
5459 -------------------------------------------------------------------
5460 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
5461
5462 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
5463 target init. (dmacvicar)
5464 - r2949
5465
5466 -------------------------------------------------------------------
5467 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
5468
5469 - Fixed MediaDISK to use a mount -oro,bind id the disk
5470   partition is already attached e.g. by the automounter.
5471   Try to mount it a second time may fail (#163486).
5472 - rev 2944
5473
5474 -------------------------------------------------------------------
5475 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
5476
5477 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
5478 - rev 2940
5479
5480 -------------------------------------------------------------------
5481 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
5482
5483 - only try to create a source of a given type when restoring
5484   from the persistent store (#162111)
5485
5486 -------------------------------------------------------------------
5487 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
5488
5489 - parse all dependencies for patterns (.pat) files (#160602)
5490 - drop YOUPATH and YOUURL from content file.
5491 - rev 2924
5492
5493 -------------------------------------------------------------------
5494 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
5495
5496 - properly initialize autorefresh for non-remote sources (#154990)
5497 - rev 2919
5498
5499 -------------------------------------------------------------------
5500 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
5501
5502 - Added flag to MediaManager::isUseableAttachPoint, whether
5503   to check against system mount entries or not.
5504 - Disallow to use the attachpoints of another media handlers
5505   as source path in MediaDIR.
5506 - rev 2917
5507
5508 -------------------------------------------------------------------
5509 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
5510
5511 -implement callbacks for when package verification (checksum)
5512  fails, offer to retry or abort
5513
5514 -------------------------------------------------------------------
5515 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
5516
5517 - Fix construction of checksum objects when using non-standard
5518   checksum algorithms
5519 - Fix broken YUM cache
5520 - r2913
5521
5522 -------------------------------------------------------------------
5523 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
5524
5525 - Keep packages with no version upgrade installed during
5526   distribution upgrade (#162972)
5527 - add 'transactReset()' helper function for UI.
5528 - rev 2908
5529
5530 -------------------------------------------------------------------
5531 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
5532
5533 - r2906
5534
5535 -------------------------------------------------------------------
5536 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
5537
5538 - Fixed candidate handling in ui::Selectable. (#156589)
5539
5540 -------------------------------------------------------------------
5541 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
5542
5543 - fix #162984 , gpg hangs because the matching data file
5544   for the key cannot be find. (dmacvicar)
5545 - Fix restore of YUM source using the same cache dir semantics as
5546  susetags instead of assuming there is a cache if a cache_dir
5547   was given. (dmacvicar)
5548
5549 -------------------------------------------------------------------
5550 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
5551
5552 - use DISTPRODUCT/DISTVERSION from content file to generate the
5553   product name, version, and release.
5554 - rev 2902
5555
5556 -------------------------------------------------------------------
5557 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
5558
5559 - Removed broken forcing of absolute ftp paths added in rev2705 to
5560   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
5561 - rev 2900
5562
5563 -------------------------------------------------------------------
5564 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
5565
5566 - add Resolver::freshenPool() (#156980)
5567 - rev 2893
5568
5569 -------------------------------------------------------------------
5570 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
5571
5572 - skip incompatible archs in filelist parsing.
5573 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
5574   /lib64/, ...)
5575 - rev 2886
5576
5577 -------------------------------------------------------------------
5578 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
5579
5580 - skip incompatible archs in primary parsing.
5581 - rev 2883
5582
5583 -------------------------------------------------------------------
5584 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
5585
5586 - allow setting of source when parsing local .rpm (#147765)
5587 - rev 2880
5588
5589 -------------------------------------------------------------------
5590 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
5591
5592 - Do not update packages over other architectures
5593
5594 -------------------------------------------------------------------
5595 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
5596
5597 - Added zypp/ui/UserWantedPackages to support the UI's
5598   "automatic changes" dialog (bug #152700)
5599
5600 -------------------------------------------------------------------
5601 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
5602
5603 - use KeyRing class to validate repomd.xml (#160909)
5604
5605 -------------------------------------------------------------------
5606 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
5607
5608 - Product resolvables should be readable by normal users.
5609   (#162474) (dmacvicar)
5610 - implemented keyring and metadata signature verification
5611   in susetags source
5612 - dont delete the lock if we did not acquire it
5613 - r2847
5614
5615 -------------------------------------------------------------------
5616 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
5617
5618 - Added disabling of the automounter while MediaManager
5619   init and restoring of the old state on exit (#154326).
5620 - Implemented check if media (CD) is automounted or not
5621 - rev 2840
5622
5623 -------------------------------------------------------------------
5624 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
5625
5626 - Implemented several hal get/set/removeDeviceProperty wrappers
5627 - Improved HalException to allow to fetch HAL/DBUS error componets
5628 - rev 2830
5629
5630 -------------------------------------------------------------------
5631 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
5632
5633 - honor subscription status of catalogs (#162350)
5634 - rev 2827
5635
5636 -------------------------------------------------------------------
5637 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
5638
5639 - Enabled CD eject error reporting exceptions (#154326)
5640 - rev 2822
5641
5642 -------------------------------------------------------------------
5643 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
5644
5645 - support "dry run" (#159467)
5646 - implement "transactResKind" (#161400)
5647 - rev 2817
5648
5649 -------------------------------------------------------------------
5650 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
5651
5652 - add checksum for external patches (#159928)
5653
5654 -------------------------------------------------------------------
5655 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
5656
5657 - calculate product architecture (#158198)
5658
5659 -------------------------------------------------------------------
5660 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
5661
5662 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
5663   detection
5664
5665 -------------------------------------------------------------------
5666 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
5667
5668 - Auto protect installed packages from unknown vendor. (#157446)
5669
5670 -------------------------------------------------------------------
5671 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
5672
5673 - added support for external scripts to metadata (#159928) (jsrain)
5674 - fixed handling of Language resolvables (ma)
5675 - fix leak in rpmdb (dmacvicar)
5676 - added softlock for autoyast (#159466) (ma)
5677 - Fixed exceptions in doGetFileCopy() to show full url
5678   including the file instead of just the media base url. (mt)
5679 - Provide Language::summary (ma)
5680 - check patterns and selections file exist
5681   before veryfing them (#161300) (dmacvicar)
5682 - added YUM metadata checksum computation (jsrain)
5683 - added interface to patch of a message (jsrain)
5684 - r2734
5685
5686 -------------------------------------------------------------------
5687 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
5688
5689 - added support for external scripts to metadata (#159928)
5690 - r2709
5691
5692 -------------------------------------------------------------------
5693 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
5694
5695 - report separate exception when trying to start source cache again to
5696   suppress incorrect error message in XEN installation
5697 - r2682
5698
5699 -------------------------------------------------------------------
5700 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
5701
5702 - Implement inter process locking in zypp.
5703 - Added No medium found output
5704 - splitting modaliases in supplements TOO
5705 - parse also the available signing keys
5706
5707 -------------------------------------------------------------------
5708 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
5709
5710 - release all media when removing source (#159754) (visnov)
5711 - more testsuites (schubi)
5712 - updated translations (schubi)
5713 - added MediaNotEjectedException (mt)
5714 - rev 2652
5715
5716 -------------------------------------------------------------------
5717 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
5718
5719 - fix patches descriptions (dmacvicar)
5720 - fix source serialization (dmacvicar)
5721 - metadata for kernel test (schubi)
5722 - Arch tests updated (ma)
5723 - classify NULL Ptr as unique (ma)
5724 - Added host check, because file Url allows it now. (mt)
5725 - prepare modalias fix (#159766) (ma)
5726 - Provide iterator based access to SourceManager data. (ma)
5727 - Fixed "file:" Url scheme config to allow relative paths; (mt)
5728   RFC1738 says, it may contain a hostname as well...
5729 - revision 2633
5730
5731 -------------------------------------------------------------------
5732 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
5733
5734 - pkg-config support (mvidner)
5735 - close all medias when destructing MediaSet (jsrain)
5736 - rev 2622
5737
5738 -------------------------------------------------------------------
5739 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
5740
5741 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
5742 - Message callback implemented to show patch messages (visnov)
5743 - Bug 159696 (schubi)
5744 - provide transform_iterators to iterate over a maps keys or values (ma)
5745 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
5746 - added script and message installation (jsrain)
5747 - chooses the 'right' kernel now (kkaempf)
5748 - Use noarch if no arch is specified in patches (dmacvicar)
5749 - rev 2611
5750
5751 -------------------------------------------------------------------
5752 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
5753
5754 - Added some debug output including the access id (mt)
5755 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
5756   release with eject=true on attached media, to umount
5757   other mounts as well. (mt)
5758 - 159483 - solver does not blame missing dependency (schubi)
5759 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
5760 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
5761   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
5762 - fixed ZYPP_RETHROW (#156430) (ma)
5763 - patch for #156114 (visnov)
5764 - fixed container.erase loops (ma)
5765 - Fixed to reset desired (cached) flag before the action (mt)
5766 - Removed return in forceRelaseAllMedia (void function) (mt)
5767 - Parse nonexisting architecture to noarch so patches dont get
5768   filtered by the pool (dmacvicar)
5769 - 159512 - yast2-qt does not show label of to be installed products
5770   anymore (dmacvicar)
5771 - 159765 - Hidden patterns still visible (dmacvicar)
5772 - Use noarch if no arch is specified. (dmacvicar)
5773 - r2594
5774
5775 -------------------------------------------------------------------
5776 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
5777
5778 - properly report error for media change callback
5779 - rev 2579
5780
5781 -------------------------------------------------------------------
5782 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
5783
5784 - fixed memory leak in XMLNodeIterator (#157474)
5785 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
5786 - Renamed private MediaManager::forceMediaRelease
5787   function to forceReleaseShared (more exact name)
5788 - Implemented forceRelaseAllMedia() that can be
5789   used to release also foreign (user) mounts.
5790 - Added use of forceRelaseAllMedia for CD/DVDs
5791   if FORCE_RELEASE_FOREIGN is 1 (default 0)
5792 - little cleanup of the checkAttached function
5793 - r2578
5794
5795 -------------------------------------------------------------------
5796 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
5797
5798 - don't try to attach without exception handling (#158620)
5799 - fix descriptions, as a new tag Des for selections exists now.
5800 - fix #157683: failure after adding add-on product to install
5801   sources
5802 - added more files for translation
5803 - resolve-dependencies.cc: establish pool
5804 - parse-metadata.cc: catch bad URL
5805 - set zmdid for atoms
5806 - r2574
5807
5808 -------------------------------------------------------------------
5809 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
5810
5811 - fix testsuite.
5812 - provide edition and architecture for all kinds of yum
5813   resolvables.
5814 - fix ResStatus output.
5815 - establish atoms correctly.
5816 - treat requires to unneeded resolvables as fulfilled.
5817 - rev 2559
5818
5819 -------------------------------------------------------------------
5820 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
5821
5822 - fix the build
5823 - only consider best architecture/version (#157594)
5824 - prefer providers which supplement/enhance installed or
5825   to-be-installed packages (fixes the tpctl-kmp issue)
5826 - rev 2546
5827
5828 -------------------------------------------------------------------
5829 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
5830
5831 - provide more filters for pkg-bindings (#158602)
5832 - add SystemResObject to provide system (modalias, hal, ...)
5833   capabilities.
5834 - handle this during resolving.
5835 - make the modalias and hal capability match the SystemResObject
5836   by default, thereyby triggering a modalias (resp. hal)
5837   evaluation.
5838 - xmlstore: decouple target store from YUM schema.
5839 - clean up moving of hal() and modalias() from provides to
5840   supplements in ResolvableImpl.
5841 - add PatchContents() for UI.
5842 - handle Edition::noedition as empty string.
5843 - r2537
5844
5845 -------------------------------------------------------------------
5846 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
5847
5848 - releasing all medias when asking for CD (#156981)
5849 - r2471
5850
5851 -------------------------------------------------------------------
5852 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
5853
5854 - ResStatus::resetTransact must return a value.
5855 - Fixed random build failures in LanguageCode.cc.
5856   (Rewrote the CodeMaps constructor so that gcc does not
5857   optimize a 500-statement basic block.)
5858 - Fix constructions of patch objects. Actually insert atoms in atoms
5859   list. Insert atoms for package even if the package does not exists
5860   in the source. Fixes #157628 (dmacvicar).
5861 - Fixed license reading from susetags, #151834 (dmacvicar).
5862 - r2468
5863
5864 -------------------------------------------------------------------
5865 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
5866
5867 - added ResStatus::resetTransact (ma)
5868 - bugfix for #156439 (schubi)
5869 - Added Source_Ref::setAlias (#154913).
5870 - Do not assume there is a product file when scanning for products
5871   (visnov)
5872 - function to disable all sources in the persistent store (visnov)
5873 - dependency errors go to stdout, not stderr; output resolver info
5874   directly to stderr (kkaempf)
5875 - rev 2464
5876
5877 -------------------------------------------------------------------
5878 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
5879
5880 - fix merging of resolver info (needed for #157684).
5881 - errors are also important in ResolverInfo.
5882 - improve debug output in ResolverContext.
5883 - rev 2455
5884
5885 -------------------------------------------------------------------
5886 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
5887
5888 - delete RPMs downloaded via HTTP/FTP after installnig them
5889   (#157011)
5890 - fixed product registration (reverted autorefresh patch) (#157566)
5891
5892 -------------------------------------------------------------------
5893 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
5894
5895 - if root!="/", always prefer the upgrade candidate (#155472)
5896 - implement license confirmed api for UI.
5897 - prefer architecture over version in distribution upgrade
5898   (#157501)
5899 - clean up media handling.
5900 - rev 2448
5901
5902 -------------------------------------------------------------------
5903 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
5904
5905 - init Modalias properly.
5906 - fix warnings in testcases.
5907 - rev 2432
5908
5909 -------------------------------------------------------------------
5910 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
5911
5912 - drop libjpeg-devel and sqlite-devel from build requires.
5913
5914 -------------------------------------------------------------------
5915 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
5916
5917 - implement 'modalias()' capability (#157406)
5918 - make dependencies consistent, its 'freshens'.
5919 - cope with user umounts of devices.
5920 - add debug to SourceManager.
5921 - rev 2418
5922
5923 -------------------------------------------------------------------
5924 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
5925
5926 - allow version downgrade during distribution upgrade if the
5927   newer package is coming from a trusted vendor (#155472)
5928 - implement locale fallback
5929 - 'freshen' -> 'freshens' in schema definitions to make it
5930   consistent with all other dependency definitions.
5931 - better error reporting for .pat and .sel files.
5932 - rule out packages from dependency resolutions which are
5933   de-selected by user (#155368)
5934 - use locale fallbacks in package translations.
5935 - refresh source when re-enabling it.
5936 - rev 2406
5937
5938 -------------------------------------------------------------------
5939 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
5940
5941 - split of libzypp-zmd-backend subpackage as a stand-alone
5942   leaf package.
5943 - encapsulate bool test for Source_Ref better.
5944 - fixed stack overflow (ma).
5945 - make testsuite build again.
5946 - rev 2346
5947
5948 -------------------------------------------------------------------
5949 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
5950
5951 - fixed URL rewriting for CD2 and following (#154762)
5952 - fixed ResPoolProxy diffState (for proper ok/cancel support
5953   in UI)
5954 - added special exception class for aborting installation
5955   (#154936)
5956 - only auto-change directories if they end in CDn or DVDn.
5957 - rev 2320.
5958
5959 -------------------------------------------------------------------
5960 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
5961
5962 - silently ignore multiple installs of the same package.
5963 - fix disk usage for installs and uninstalls.
5964 - rev 2308
5965
5966 -------------------------------------------------------------------
5967 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
5968
5969 - zmd-backend: filter out incompatible architectures from
5970   repository.
5971 - rev 2298
5972
5973 -------------------------------------------------------------------
5974 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
5975
5976 - sync libzypp media data with mtab.
5977 - improve resolver error and solution reports.
5978 - fix source cache reading (#155459).
5979 - default cached sources to enabled (#155459).
5980 - let each source provide public keys.
5981 - rev 2297
5982
5983 -------------------------------------------------------------------
5984 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
5985
5986 - only write by-sovler transactions back (#154976)
5987 - rev 2278
5988
5989 -------------------------------------------------------------------
5990 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
5991
5992 - release last used source at end of commit (#155002)
5993 - rev 2277
5994
5995 -------------------------------------------------------------------
5996 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
5997
5998 - cope with NULL values in zmd catalogs table (#153584)
5999 - set YAST_IS_RUNNING in transact zmd helper (#154820)
6000 - run SuSEconfig after transact zmd helper (#154820)
6001 - add softTransact to honor user vs. soft requirements (#154650)
6002 - honor all build keys provided by a package source.
6003 - add source metadata refresh.
6004 - add progress callbacks to zmd helpers.
6005 - rev 2276
6006
6007 -------------------------------------------------------------------
6008 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
6009
6010 - include .diffs into main source.
6011 - catch exception when ejecting media which was unmounted externally
6012   (#154697).
6013 - init source in zmd-backend correctly (#154667)
6014 - implement disk usage info for YaST.
6015 - clean up XML schema files.
6016 - catch CPUs identifying as 'i686' but being 'i586'.
6017 - allow definition of preferred attach (mount) point for media.
6018 - make resolver results more readable.
6019 - use language fallbacks if none of multiple language providers
6020   matches.
6021 - get rid of ignoring wrong arch in resolver, having the wrong
6022   architecture is prevented by other means.
6023 - prepare for translations in exceptions.
6024 - fix 'abort does not abort'
6025 - implement 'flag' I/O in target cache backend.
6026 - skip incompatibles architectures in packages.<lang>
6027 - rev 2228
6028
6029 -------------------------------------------------------------------
6030 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
6031
6032 - dont even provide src/nosrc from the source.
6033 - rev 2169 + diffs
6034
6035 -------------------------------------------------------------------
6036 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
6037
6038 - Initialize commit result (#154409)
6039 - release media if its wrong (#154326)
6040 - dont copy src/nosrc packages to the pool (#154627)
6041 - reduce XML logging.
6042 - rev 2169 + diffs
6043
6044 -------------------------------------------------------------------
6045 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
6046
6047 - fix path of .po files (#154074).
6048 - parse the correct package.<lang> file (kinda #154074).
6049 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
6050 - reattach all released medias.
6051 - raise exception instead of abort() on XML errors (#154104).
6052 - update translations.
6053 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
6054   and is_empty_dir utility function
6055 - rev 2169
6056
6057 -------------------------------------------------------------------
6058 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
6059
6060 - check freshens and supplements for packages (#154074).
6061 - only complain about incomplete installed resolvables,
6062   if they are uninstalled, schedule them for installation.
6063   (#154074)
6064 - add testcases for locale() provides.
6065 - add lang_country -> lang fallback.
6066 - have locale(parent:...) deps match any provides of 'parent'
6067   also when uninstalling a package.
6068 - rev 2148
6069
6070 -------------------------------------------------------------------
6071 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
6072
6073 - change the locale(...) separator to ";" (#153791)
6074 - complete "find-files" of zmd-backend.
6075 - rev 2140
6076
6077 -------------------------------------------------------------------
6078 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
6079
6080 - avoid attaching media when initializing source
6081 - rev 2139
6082
6083 -------------------------------------------------------------------
6084 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
6085
6086 - warn about misspelled 'locale(...)' provides
6087 - add testcases
6088 - rev 2134
6089
6090 -------------------------------------------------------------------
6091 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
6092
6093 - fix the build
6094 - rev 2129
6095
6096 -------------------------------------------------------------------
6097 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
6098
6099 - provide available locales to application (#153583)
6100 - honor 'requestedLocales' (language dependant packages)
6101 - honor release requests for all holders of a device.
6102 - silently re-attach after a forced release.
6103 - solver improvements.
6104 - handle source caches.
6105 - proper logging in zmd backend helpers.
6106 - rev 2127
6107
6108 -------------------------------------------------------------------
6109 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
6110
6111 - upgrade always to best version and arch (#153577)
6112 - reset 'transact' state for obsoleted packages (#153578)
6113 - translation updates
6114 - rev 2113
6115
6116 -------------------------------------------------------------------
6117 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
6118
6119 - add support for 'local' .rpm packages to zmd-backend.
6120 - rev 2101
6121
6122 -------------------------------------------------------------------
6123 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
6124
6125 - fix build of zmd/backend.
6126 - actually fill 'files' table in package-files.
6127 - rev 2094
6128
6129 -------------------------------------------------------------------
6130 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
6131
6132 - improve testcases.
6133 - add 'setPossibleLocales()' to ZYpp, this defines the set
6134   of possible locales to choose from (#153583)
6135 - provide LanguageImpl and create 'Language' resolvables for
6136   each 'possible' locale.
6137 - fix YUM parsing of patches, insert 'atoms' to link patches
6138   with packages.
6139 - replace gzstream/ with own, existing implementation.
6140 - honor locks in solver (#150231)
6141 - sync pool with target after commit() properly (#150565, #153066)
6142 - new zmd helper 'package-files'
6143 - rev 2093
6144
6145 -------------------------------------------------------------------
6146 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
6147
6148 - prevent multiple initializations of the target (#153124)
6149 - implement 'loopback mounted ISO images'
6150 - retain old package sources on upgrade.
6151 - support compressed .xml files in 'repodata' type repositories.
6152 - rev 2025
6153
6154 -------------------------------------------------------------------
6155 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
6156
6157 - parse locale(...) provides and construct correct dependencies.
6158
6159 -------------------------------------------------------------------
6160 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
6161
6162 - always upgrade to candidate (#152760).
6163 - fix typo in package sorting.
6164 - prepare handling of locale provides.
6165 - rev 1995
6166
6167 -------------------------------------------------------------------
6168 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
6169
6170 - sort src/nosrc package to right list during commit.
6171 - revert installtime/buildtime in susetags parser (#152760)
6172 - rev 1990
6173
6174 -------------------------------------------------------------------
6175 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
6176
6177 - reset state after successful commit (#153030)
6178 - run "rpm -e" always with "--nodeps" (#153026)
6179 - provide separate resolvable kind for src packages.
6180 - extend status field for LOCK and LICENSE.
6181 - add sameState()/diffState() for UI.
6182 - provide 'best' candidate for UI.
6183 - set 60 sec timeout for curl access.
6184 - don't cross-compare solver results, takes too much time.
6185 - provide sizes of installed packages.
6186 - extend REQUIRES semantics in content file.
6187 - add "parse-metadata" helper to zmd-backend.
6188 - rev 1987
6189
6190 -------------------------------------------------------------------
6191 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
6192
6193 - provide complete disk usage data (#152761)
6194 - include upgrade flag when copying solver solution
6195   back to pool (#152717)
6196 - rev 1959
6197
6198 -------------------------------------------------------------------
6199 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
6200
6201 - don't insert incompatible architectures to the pool (#151933)
6202 - don't accept incompatible architectures from a repository
6203   (#151933)
6204 - separate rpm log (#151431).
6205 - allow extended product requires.
6206 - rev 1954
6207
6208 -------------------------------------------------------------------
6209 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
6210
6211 - provide the XML schema files in the main package. (#152593)
6212
6213 -------------------------------------------------------------------
6214 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
6215
6216 - provide arch compat handling.
6217 - implement data upload to zmd.
6218 - fix source metadata caching on target.
6219 - add 'supplements' dependencies to 'yum' parser.
6220 - provide user agent identification to curl calls.
6221 - move resolver branches (multiple alternatives) back in queue
6222   (resolve known things first, then the unknown ones).
6223 - clean up 'packages' parser.
6224 - rev 1947
6225
6226 -------------------------------------------------------------------
6227 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
6228
6229 - improve media mount/umount interface
6230 - prepare class ArchCompat for proper architecture ordering
6231   and compatibility handling.
6232 - add returns to dummy functions in DbAccess.
6233 - rev 1913
6234
6235 -------------------------------------------------------------------
6236 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
6237
6238 - don't explictly delete to-be-upgraded packages.
6239 - finish query-system, resolve-dependencies, and transact for
6240   libzypp-zmd-backend.
6241 - provide Pattern::category.
6242 - move system architecture to toplevel.
6243 - make target store pathname settable.
6244 - speed up rpmdb reading by properly filtering unwanted file
6245   provides.
6246 - rev 1905
6247
6248 -------------------------------------------------------------------
6249 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
6250
6251 - new translations.
6252 - proofread texts.
6253 - when comparing solutions, prefer higher versions.
6254 - provide generic 'SafeBool' for bool conversions.
6255 - add PtrTypes testsuites.
6256 - rev 1876
6257
6258 -------------------------------------------------------------------
6259 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
6260
6261 - integrate all diffs
6262 - move Target::commit to toplevel API
6263 - generalize dependency iterators and hash dependency
6264   information in pool (for speedup)
6265 - add 'supplements' as dependency
6266 - make more pattern attributes available
6267 - drop "smbfs" in favour of "cifs" (#151476)
6268 - add metadata cache to sources (Beta4 bug)
6269 - run "rpm -e"  with name-version-release
6270 - fix update conflicts
6271 - rev 1864
6272
6273 -------------------------------------------------------------------
6274 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
6275
6276 - fix-mediachange.diff: dont skip CD but retry after media change
6277 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
6278   'eject' button
6279 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
6280   so media handle gets actually released and media unmounted.
6281
6282 -------------------------------------------------------------------
6283 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
6284
6285 - implement arch scoring
6286 - prefer better arch (#151427)
6287 - transitive depedencies of weak requirements are non-weak
6288   (#151446)
6289 - rev 1778 + diff
6290
6291 -------------------------------------------------------------------
6292 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
6293
6294 - ignore self and to-be-updated conflicts (#150844)
6295 - fix enable of target store (for non-packages)
6296 - rev 1778
6297
6298 -------------------------------------------------------------------
6299 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
6300
6301 - fix "cd:" url (#151121)
6302 - provide location() in public Package api
6303 - allow running distribution upgrade in testmode
6304 - extend HAL interface
6305 - rev 1762
6306
6307 -------------------------------------------------------------------
6308 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
6309
6310 - pass normal and locale packages from selections correctly.
6311 - its "baseconf" for base selections.
6312 - Make 'ZYpp' an obvious singleton.
6313 - provide releasenotesUrl.
6314 - dont continue upgrade without target.
6315 - implement 'fake' hal for testing.
6316 - fix package sizes.
6317 - more solver testcases.
6318 - rev 1754
6319
6320 -------------------------------------------------------------------
6321 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
6322
6323 - extend requires of libzypp-devel
6324 - provide package sizes for UI
6325 - provide more UI helpers
6326 - implement Product and related functions
6327 - fix split provides in distribution upgrade
6328 - provide locale information to system
6329 - ask HAL for available devices
6330 - reduce debug information in solver
6331 - filter architectures in source, not in solver
6332 - rev 1743
6333
6334 -------------------------------------------------------------------
6335 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
6336
6337 - disable another testsuite for now
6338 - fetch the default locale from environment
6339 - support user-defined formatting of log
6340 - rev 1710
6341
6342 -------------------------------------------------------------------
6343 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
6344
6345 - providing basic product information from susetags source
6346 - public API for preferred language
6347 - implemented redirect of logging (#149001)
6348 - report start/finish of source data parsing (#150211)
6349 - store/restore source aliases properly (#150256)
6350 - disable a lot of debug logging to speed up solver
6351 - properly rewrite URL for CDn directory layouts (#149870)
6352 - rev 1706
6353
6354 -------------------------------------------------------------------
6355 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
6356
6357 - add save/restore state to facilitate UI 'cancel'
6358 - enable target/store
6359 - add 'forceResolve' call and flag to resolver to switch between
6360   task-oriented ZMD and interactive YaST behaviour.
6361 - Fix resolver problem solution texts.
6362 - improve solver problem solution offerings.
6363 - fix media access handling to better support multiple
6364   requestors to single media.
6365 - move the media number checking to the source (media requestor)
6366   which knows how to verify the correct media.
6367 - Fix CD ordering (#149871), adding testcases.
6368 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
6369 - Add selections to testcases.
6370 - rev 1673
6371
6372 -------------------------------------------------------------------
6373 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
6374
6375 - Fix missing return in Source.cc:124
6376
6377 -------------------------------------------------------------------
6378 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
6379
6380 - cope with empty arch field in selections
6381 - enable dummy "enableStorage" function
6382 - rev 1610-branch
6383
6384 -------------------------------------------------------------------
6385 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
6386
6387 - fix random data return in Source.cc
6388 - rev 1610
6389
6390 -------------------------------------------------------------------
6391 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
6392
6393 - adapt zmd-backend to SourceImpl API change
6394 - rev 1608
6395
6396 -------------------------------------------------------------------
6397 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
6398
6399 - fix the packages parser bug. Now all packages are parsed
6400   including (english) translations.
6401   source/susetags is back to svn head.
6402 - rev 1600
6403
6404 -------------------------------------------------------------------
6405 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
6406
6407 - fix off-by-one bug in bitfield handling
6408 - revert source/susetags to rev 1411
6409 - rev 1586
6410
6411 -------------------------------------------------------------------
6412 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
6413
6414 - dont prereq-sort non-packages
6415 - rev 1584
6416
6417 -------------------------------------------------------------------
6418 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
6419
6420 - rev 1582
6421
6422 -------------------------------------------------------------------
6423 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
6424
6425 - update to rev 1543
6426
6427 -------------------------------------------------------------------
6428 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
6429
6430 - require hal-devel in libzypp-devel
6431 - re-merge fixes (RPM_OPT_FLAGS)
6432
6433 -------------------------------------------------------------------
6434 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
6435
6436 - make solver behaviour a bit more interactive
6437 - rev 1537
6438
6439 -------------------------------------------------------------------
6440 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
6441
6442 - Fix syntax error in configure script.
6443 - Use RPM_OPT_FLAGS.
6444
6445 -------------------------------------------------------------------
6446 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
6447
6448 - update for qt ui integration
6449 - rev 1504
6450
6451 -------------------------------------------------------------------
6452 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
6453
6454 - split off libzypp-zmd-backend
6455 - rev 1466
6456
6457 -------------------------------------------------------------------
6458 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
6459
6460 - another update to svn
6461
6462 -------------------------------------------------------------------
6463 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
6464
6465 - finish rpm callbacks
6466 - finish UI API
6467 - fix state change resolver<->pool
6468 - zmd backend stuff
6469 - speed up tag file parsing
6470 - rev 1405
6471
6472 -------------------------------------------------------------------
6473 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
6474
6475 - disabling failing tests of s390 and ppc
6476
6477 -------------------------------------------------------------------
6478 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
6479
6480 - Snapshoot rev 1367
6481
6482 -------------------------------------------------------------------
6483 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
6484
6485 - use hashes for pool
6486 - rev 1343
6487
6488 -------------------------------------------------------------------
6489 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
6490
6491 - removed Obsoletes:    yast2-packagemanager
6492
6493 -------------------------------------------------------------------
6494 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
6495
6496 - Snapshoot 3 Feb 2005 (11:30)
6497
6498 -------------------------------------------------------------------
6499 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
6500
6501 - Snapshoot 2 Feb 2005 (14:00)
6502
6503 -------------------------------------------------------------------
6504 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
6505
6506 - Snapshoot 2 Feb 2005 ( integrating YaST )
6507
6508 -------------------------------------------------------------------
6509 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
6510
6511 - converted neededforbuild to BuildRequires
6512
6513 -------------------------------------------------------------------
6514 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
6515
6516 - Initial version
6517