version
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
3
4 - /etc/zypp/products.d added to file list (bnc #385868)
5 - revision 10049
6 - version 4.21.2
7
8 -------------------------------------------------------------------
9 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
10
11 - call RemoveResolvableReport::problem() before finish() on error
12   (bnc #388810)
13 - revision 10045
14
15 -------------------------------------------------------------------
16 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
17
18 - fix file list
19
20 -------------------------------------------------------------------
21 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
22
23 - Product now retrieves all attributes from the solv file.
24 - version 4.21.1
25 - revision 10031
26
27 -------------------------------------------------------------------
28 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
29
30 - Add zypp.conf option configdir (/etc/zypp) and arrange 
31   all config files and directories to follow {configdir}
32   per default.
33 - Fix zypp-query-pool to print satisfied products and additional 
34   products defined in {configdir}/products.d for registration. 
35   (bnc #385868)
36 - version 4.21.0
37 - revision 10029
38
39 -------------------------------------------------------------------
40 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
41
42 - implement remove duplicate entries in lock file (bnc#385967) 
43
44 -------------------------------------------------------------------
45 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
46
47 - Speedup rpmdb2solv by reusing an existing solv file.
48 - version 4.20.1
49 - revision 10012
50
51 -------------------------------------------------------------------
52 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
53
54 - Fix failed package download due to unkown repository type (bnc #386386)
55 - revision 9995
56
57 -------------------------------------------------------------------
58 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
59
60 - Support optional root argument to RepoManagerOptions, to prefix all 
61   path names taken from ZConfig. (bnc #388265)
62 - version 4.20.0
63 - revision 9993
64
65 -------------------------------------------------------------------
66 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
67
68 - new solution action for removing requirements/conflicts (bnc #387631)
69 - revision 9988 
70
71 -------------------------------------------------------------------
72 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
73
74 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100) 
75 - revision 9984
76
77 -------------------------------------------------------------------
78 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
79
80 - DistUpgrade: searching for providers -> regarding name onl
81 - r 9977 
82
83 -------------------------------------------------------------------
84 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
85
86 - add flag --registrable (-r) to query pool to avoid
87   using system as a filter
88 - 4.19.1
89
90 -------------------------------------------------------------------
91 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
92
93 - return values in non-void functions
94
95 -------------------------------------------------------------------
96 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
97
98 - support multiple search strings in PoolQuery (ORed)
99 - revision 9945
100
101 -------------------------------------------------------------------
102 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
103
104 - Switch off the upgrade mode of the         
105   SAT solver cause the packages have already been evaluated by    
106   the distupgrade machanism of libzypp. (bnc #386375)
107 - rev 9943 
108
109 -------------------------------------------------------------------
110 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
111
112 - release file after copy to cache as soon as possible.
113   (bnc #381311)
114 - r9940 
115
116 -------------------------------------------------------------------
117 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
118
119 - Bugfix: keep states by user has been removed it the
120   package has not been installed BUT has been recommended by another package.
121   (bnc #385832)
122 - rev 9938 
123
124 -------------------------------------------------------------------
125 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
126
127 - add isLocal function to Url which say if scheme is local or
128   internet. 
129 - r9932
130
131 -------------------------------------------------------------------
132 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
133
134 - cache decision for repository depend on his url.
135 - http,ftp and smb cache packages. 
136 - revision 9929
137
138 -------------------------------------------------------------------
139 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
140
141 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
142   Locks are loaded together with the target, and changes are writen 
143   back on commit. zypp.conf option locksfile.apply can be used to turn 
144   this feature on or off. (FATE #120352)
145 - version 4.18.0
146 - revision 9927
147
148 -------------------------------------------------------------------
149 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
150
151 - Add zypp.conf option solvfilesdir: Path where the repo solv files 
152   are created. Default value: {cachedir}/solv.
153 - Target and repositories now save their solvfiles below {solvfilesdir}
154   in directories named after the repositories alias.
155 - version 4.18.0
156 - revision 9913
157
158 -------------------------------------------------------------------
159 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
160
161 - fixed filesystem::expandlink(Pathname) (bnc #368477)
162 - r9906
163
164 -------------------------------------------------------------------
165 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
166
167 - cleanup in return values of doUpgrade and doUpdate
168 - r9886 
169 - 4.17.0
170
171 -------------------------------------------------------------------
172 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
173
174 - check for valid pool in begin(), improve the code (bnc #384337)
175 - r9872
176 - 4.16.0
177
178 -------------------------------------------------------------------
179 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
180
181 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
182
183 -------------------------------------------------------------------
184 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
185
186 - added translations 
187
188 -------------------------------------------------------------------
189 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
190
191 - ostream operator<<(ostream,TriBool) added
192 - r9833
193
194 -------------------------------------------------------------------
195 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
196
197 - Prevent target::unload from creating a system repo in order 
198   to unload it. (bnc 382297)
199 - version 4.15.2
200 - revision 9822
201
202 -------------------------------------------------------------------
203 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
204
205 - Prevent deselected or deleted items from being re-selected due to 
206   recommends (aka. persistent soft locks). Unlike hard locked, those 
207   items will be automatically selected if required. The list of soft 
208   locked items is stored in /var/lib/zypp/SoftLocks.
209 - version 4.15.1
210 - revision 9818
211
212 -------------------------------------------------------------------
213 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
214
215 - Remove obsolete AdditionalCapabilities interface from ResPool.
216   Forward sat::Pool::RepositoryIterator. There's no more need to
217   maintain an extra Repository list in ResPool.
218 - revision 9806
219
220 -------------------------------------------------------------------
221 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
222
223 - Support dependencies requiring a specific architecture: 
224   "name[.arch] [op edition]". See class Capability for details 
225   about how to construct dependencies. (bnc #305445)  
226 - version 4.15.0
227 - revision 9805
228
229 -------------------------------------------------------------------
230 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
231
232 - patch attributes and deprecate old ones
233 - 4.14.0
234
235 -------------------------------------------------------------------
236 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
237
238 - change locks api -
239 - make more functions const
240 - replace add/remove by selectable to add/remove by ident or name and kind 
241 - rename iterator to const_iterator to avoid confusion
242 - revision 9781
243
244 -------------------------------------------------------------------
245 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
246
247 - Do architecture changes while "dup" in the external distribution
248   upgrade ONLY. bnc #382274 
249 - Added "ignore" to the solutions
250 - Added "self-conflicts" to the solution
251 - added new solver mechanism "resolveQueue"
252 - Bugfix broken/satisfied products
253 - rev 9776
254
255 -------------------------------------------------------------------
256 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
257
258 - Added Pattern::core returning the packages required by a pattern.
259   (see also Pattern::depends and Pattern::contents).
260 - revision 9771
261
262 -------------------------------------------------------------------
263 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
264
265 - Added Target::release(), returning the targets distribution 
266   release string. 
267 - revision 9761
268
269 -------------------------------------------------------------------
270 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
271
272 - per default abort if package installation fails. (bnc #381203)
273 - version 4.13.3
274 - revision 9725
275
276 -------------------------------------------------------------------
277 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
278
279 - add ZYpp and curl version to http agent string
280   (bnc #381280)
281
282 -------------------------------------------------------------------
283 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
284
285 - Fixed pools package index wrongly including source packages. (bnc #380283)
286 - version 4.13.2
287 - revision 9683
288
289 -------------------------------------------------------------------
290 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
291
292 - Disable fast creation of @System.solv. It may produce wrong results 
293   e.g. after a rebuilddb.
294 - version 4.13.1
295 - revision 9666
296
297 -------------------------------------------------------------------
298 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
299
300 - initializeTarget now takes an additional option, telling whether to
301   rebuild an existing rpm database before using it. Default is false.
302   (bnc #308352)
303 - version 4.13.0
304 - revision 9664
305
306 -------------------------------------------------------------------
307 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
308
309 - save do nothing if no locks added/removed
310 - fix bug with multiple save lock
311 - don't save same query multiple times
312 - improve tests 
313 - revision 9644
314
315 -------------------------------------------------------------------
316 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
317
318 - added new translations
319 - activate zypp-query-pool
320 - Revision 9637
321 - 4.12.1 
322
323 -------------------------------------------------------------------
324 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
325
326 - Locks API cleaned-up, iterator added, light read() added
327 - PoolQuery::attribute(SolvAttr) getter added
328 - revision 9609
329
330 -------------------------------------------------------------------
331 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
332
333 - reenable zypp-query-pool
334 - 4.11.1
335
336 -------------------------------------------------------------------
337 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
338
339 - Enable evaluation of hardware dependencies.
340 - Enable evaluation of filesystem dependencies.
341 - revision 9605
342
343 -------------------------------------------------------------------
344 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
345
346 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
347   needed for explicit refresh request
348 - revision 9574
349
350 -------------------------------------------------------------------
351 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
352
353 - Install ResPoolProxy index to speedup Solvable to Selectable
354   conversion.
355 - version 4.11.0
356 - revision 9558
357
358 -------------------------------------------------------------------
359 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
360
361 - Implement update scripts installed by packages. After every
362   package install /var/adm/update-scripts is scanned for the first
363   file starting with "<name>-<version>.<release>-", which is then
364   executed.
365 - revision 9547
366
367 -------------------------------------------------------------------
368 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
369
370 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
371 - Add Resolvable::poolItem() providing access to the corresponding 
372   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved 
373   to PoolItem.
374 - Add ResPool::satisfiedProductsBegin/End iterator over all products
375   whose dependencies are satisfied. This reflects the status determined
376   by the last solver run. (#368104)
377 - revision 9535
378
379 -------------------------------------------------------------------
380 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
381
382 - switch to new locks api
383 - revision 9524 
384
385 -------------------------------------------------------------------
386 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
387
388 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
389 - Add SolvIterMixin: Base class providing PoolItem_iterator and 
390   Selectable_iterator iterator types based on a Solvable iterator.
391 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
392   PoolItem_iterator and Selectable_iterator.
393 - Add Solvable::SplitIdent: Helper class that splits an identifier 
394   into kind and name.
395 - Provide methods Pattern::contents returning a collection of packages 
396   associated with the pattern/patch.
397 - revision 9496
398
399 -------------------------------------------------------------------
400 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
401
402 - add comparing to PoolQuery
403 - revision 9466 
404
405 -------------------------------------------------------------------
406 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
407
408 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137) 
409 - revision 9452
410
411 -------------------------------------------------------------------
412 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
413
414 - initial implementation of new locks (FATE #120118 and #120352) 
415 - revision 9442
416
417 -------------------------------------------------------------------
418 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
419
420 - selectable API updates and changes
421 - 4.10.0
422
423 -------------------------------------------------------------------
424 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
425
426 - add split with respect to escaped delimeters and also for quotes
427 - revision 9373 
428
429 -------------------------------------------------------------------
430 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
431
432 - Fixed some missing package and source package attributes.
433 - revision 9348
434
435 -------------------------------------------------------------------
436 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
437
438 - Allow to store a media label in MediaSetAccess. This label is
439   passed to a media change requests to describe which CD is 
440   requested.  (bnc #330094)
441 - Fixed some missing package and source package attributes.
442 - revision 9347
443
444 -------------------------------------------------------------------
445 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
446
447 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
448 - Removed establish state in ResStatus 
449 - revision 9337
450 - version 4.7.0
451
452 -------------------------------------------------------------------
453 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
454
455 - Add PoolItem::isSatisfied()/isBroken() to test whether 
456   the items requirements are met.
457 - revision 9334
458
459 -------------------------------------------------------------------
460 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
461
462 - Extend sat::WhatProvides to allow to query for possible providers 
463   of a collection of capabilies. E.g. all providers of a packages 
464   requirements.
465 - Fixed retrieval of translated texts from .solv files, provided the 
466   solv file contains them. 
467 - revision 9328
468
469 -------------------------------------------------------------------
470 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
471
472 - initial implementation of serialize/recovery PoolQuery
473   (needed by FATE #120118)
474 - revision 9325
475
476 -------------------------------------------------------------------
477 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
478
479 - Allow prioritizing repos by adding a line 'priority=N' to the
480   .repo file. Where N is an integer number from 1 (highest prio) 
481   to 99 (least and default). (bnc #369827, fate #302872)
482 - version 4.6.1
483 - revision 9276
484
485 -------------------------------------------------------------------
486 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
487
488 - support plaindir again (at least the most important parts)
489
490 -------------------------------------------------------------------
491 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
492
493 - Throwing special exception MediaBadCAException in case of SSL
494   certificate validation failure.(bnc #223512)
495 - revision 9250
496
497 -------------------------------------------------------------------
498 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
499
500 - add new error IO_SOFT to media request callback for temporary
501   connection problem. (bnc #328822)
502 - add new media exception timeout when somethink fail due to exceed
503   timeout
504 - mediacurl throw timeout exception when timeouted
505 - revision 9246
506
507 -------------------------------------------------------------------
508 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
509
510 - return more information from checking if metadata need refresh,
511   so user can get better info. (bnc #307249) 
512 - revision 9231
513
514 -------------------------------------------------------------------
515 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
516
517 - class sat::LocaleSupport: Convenience methods to manage support 
518   for language specific packages.
519 - revision 9197
520
521 -------------------------------------------------------------------
522 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
523
524 - removed obsolete capability handling stuff (ma)
525 - version 4.5.0
526
527 -------------------------------------------------------------------
528 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
529
530 - Don't mask skip and abort exception in Fetcher
531 - revision 9188
532
533 -------------------------------------------------------------------
534 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
535
536 - action is correctly set in mediaRequest callback
537 - revision 9186
538
539 -------------------------------------------------------------------
540 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
541
542 - Fix SEGV in commit (bnc# 371137)
543 - version 4.4.3
544 - revision 9174
545
546 -------------------------------------------------------------------
547 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
548
549 - version 4.4.2
550
551 -------------------------------------------------------------------
552 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
553
554 - look for openssl in cmake, actually we build require it
555 - explicitely link against openssl and crypto, required to
556   compile in all platforms/distros.
557
558 -------------------------------------------------------------------
559 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
560
561 - Save repo type during refresh if type is NONE (f.e. lazy probing).
562 - revision 9153 
563
564 -------------------------------------------------------------------
565 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
566
567 - replace gpg escaped semicolon with real semicolon (bnc #355434)
568 - revision 9151 
569
570 -------------------------------------------------------------------
571 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
572
573 - make strings from RpmDb and Keyring exceptions translatable
574 - revision 9146 
575
576 -------------------------------------------------------------------
577 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
578
579 - fix retrieving keys (bnc #368099)
580 - version 4.4.1
581
582 -------------------------------------------------------------------
583 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
584
585 - enable frontend to rewrite add_probe settings.(bnc #309612) 
586 - Correct adding repo without type to lazy probing.
587 - revision 9135
588
589 -------------------------------------------------------------------
590 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
591
592 - get better message if something fail when trying run rpm
593   (bnc #344584)
594 - revision 9133
595
596 -------------------------------------------------------------------
597 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
598
599 - Add ExternalProgram::execError and ExternalProgram::command
600   to improve error reporting.
601 - revision 9112
602
603 -------------------------------------------------------------------
604 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
605
606 - release all media before requesting another (bnc #336881)
607 - revision 9110
608
609 -------------------------------------------------------------------
610 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
611
612 - getDetectedDevices added (fate #120298)
613 - revision 9108
614
615 -------------------------------------------------------------------
616 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
617
618 - media backend release() methods changed to take string & instead
619   of bool (needed for FATE #120298)
620 - media label, detected device list and current device arguments
621   added to the requestMedia callback
622 - version 4.4.0
623
624 -------------------------------------------------------------------
625 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
626
627 - fix for bnc#369543
628
629 -------------------------------------------------------------------
630 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
631
632 - provide download rate info (average and curent) in the
633   media::DownloadProgressReport for ftp/http (bnc #168935)
634 - r9074
635
636 -------------------------------------------------------------------
637 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
638
639 - cleanCache(): clean also .cookie files
640 - cleanTargetCache() added
641 - use escaped_alias() in rawcache_path_for_repoinfo() and
642   packagescache_path_for_repoinfo()
643 - r9068
644
645 -------------------------------------------------------------------
646 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
647
648 - fixed location of RPMs in subdirs when parsing plaindir repo
649   recursively (bnc #368218)
650 - revision 9060
651
652 -------------------------------------------------------------------
653 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
654
655 - Do not filter any installed solvables.
656 - revision 9031
657 - version 4.3.2
658
659 -------------------------------------------------------------------
660 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
661         
662 - Try to rebuild broken solv files in Target::load.
663 - revision 9015
664
665 -------------------------------------------------------------------
666 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
667  
668 - Try to rebuild broken solv files in RepoManager::loadFromCache.
669 - Fix RepoStatus::operator&& and RepoStatus testsuite.
670 - revision 9008
671
672 -------------------------------------------------------------------
673 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
674
675 - improved problem description while a vendor change
676 - improved problem description if a requirement cannot be fulfilled. Bug #358560
677 - revision 9002
678
679 -------------------------------------------------------------------
680 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
681  
682 - Save and restore requested locales on target load/commit.
683 - revision 8999
684
685 -------------------------------------------------------------------
686 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
687
688 - (Update) Prevent reinstallation of installed packages.
689 - revision 8984 
690
691 -------------------------------------------------------------------
692 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
693
694 - refresh metadata if there is no cache to unbreak compat with
695   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
696   that "zypper in" could work on)
697
698 -------------------------------------------------------------------
699 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
700
701 - create cache directory before calling rpmdb2solv (in an empty
702   chroot)
703 - version 4.3.1
704
705 -------------------------------------------------------------------
706 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
707
708 - special exception message if server returns 403 response
709   (forbidden) (port from SP2)
710 - MediaException messages marked for translation
711
712 -------------------------------------------------------------------
713 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
714
715 - make sure we have target cache on target initialize
716 - version 4.3.0
717
718 -------------------------------------------------------------------
719 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
720
721 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
722   file systems (#333166)
723 - rev. 8915
724
725 -------------------------------------------------------------------
726 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
727  
728 - Fixed Capabilites iterator exposing prereq marker.
729 - revision 8914
730
731 -------------------------------------------------------------------
732 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
733
734 - postinstall script fixed
735 - version 4.2.10
736
737 -------------------------------------------------------------------
738 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
739
740 - Testcases regards modaliases, rpmlib, ... correctly
741 - Revision 8904 
742
743 -------------------------------------------------------------------
744 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
745  
746 - Remove obsolete sql database. (bnc#363224)
747 - revision 8898
748
749 -------------------------------------------------------------------
750 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
751
752 - Take care target uses --root when creating solv files (bnc #363789)
753 - revision 8881
754
755 -------------------------------------------------------------------
756 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
757
758 - Unmaintained packages which does not fit to the updated system
759   (broken dependencies) will be deleted.
760 - revision 8867
761
762 -------------------------------------------------------------------
763 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
764
765 - let libzypp-devel require libsatsolver-devel
766
767 -------------------------------------------------------------------
768 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
769
770 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
771 - revision 8833
772
773 -------------------------------------------------------------------
774 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
775
776 - media: fixed DownloadProgressReport.finish() url argument in
777   doGetFileCopy()
778 - revision 8815
779
780 -------------------------------------------------------------------
781 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
782
783 - hardlink when possible to optimize data transfer
784   and space across caches.
785 - version 4.2.8
786
787 -------------------------------------------------------------------
788 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
789
790 - added some locale support to sat::Solvable
791 - version 4.2.7
792
793 -------------------------------------------------------------------
794 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
795
796 - handle error messages better in doesFileExist too which is
797   used during probing. (bnc #362608)
798
799 -------------------------------------------------------------------
800 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
801
802 - Fetcher::reset() should not reset cache directories.
803   (bnc #348050)
804 - version 4.2.6
805
806 -------------------------------------------------------------------
807 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
808
809 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
810   for http and https, but this time set CURLOPT_HTTPGET back to 1
811   so it actually works. This makes Media::doesFileExist
812   efficient for http and https.
813   (related to bnc #348050)
814 - version 4.2.5
815
816 -------------------------------------------------------------------
817 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
818
819 - using .solv files only now (fate #303018)
820 - revision 8699
821
822 -------------------------------------------------------------------
823 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
824
825 - fix architectures on distupgrade
826
827 -------------------------------------------------------------------
828 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
829
830 - fixes from trunk merged
831
832 -------------------------------------------------------------------
833 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
834
835 - fixed renaming a repo to an existing one (bnc #228216)
836 - revision 8431
837
838 -------------------------------------------------------------------
839 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
840
841 - fix changelog
842
843 -------------------------------------------------------------------
844 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
845
846 - read .curlrc more robustly to obtain user-proxy (#330351)
847 - revision 8368
848
849 -------------------------------------------------------------------
850 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
851
852 - always buildrequire openssl-devel
853 - replacing strange utf-8 chars in changelog
854 - revision 8317
855
856 -------------------------------------------------------------------
857 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
858
859 - Saner NFS timeo default (#350309)
860 - revision 8314
861
862 -------------------------------------------------------------------
863 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
864
865 - support 'patterns.pat' and 'patterns.pat.gz' to read all
866   patterns in one go.
867 - rev 8309
868
869 -------------------------------------------------------------------
870 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
871
872 - added RpmDb::removePubkey(), call it from
873   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
874   is removed from the trusted keyring
875 - revision 8288
876
877 -------------------------------------------------------------------
878 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
879
880 - Textchanges
881 - reduced logging in SAT-solver
882 - ordering solutions
883 - version 4.1.8
884 - revision 8276
885
886 -------------------------------------------------------------------
887 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
888
889 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
890   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
891 - Revision 8255
892 - Version 4.1.7
893
894 -------------------------------------------------------------------
895 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
896
897 - Pathname zypp::filesystem::expandlink(const Pathname &) added
898 - if the provided file is a symlink, expand it (#274651) (this
899   probably won't work for schemes other than file/dir and cd/dvd)
900 - revision 8179
901
902 -------------------------------------------------------------------
903 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
904
905 - fixed password handling in URLs (bug #347273)
906 - revision 8118
907
908 -------------------------------------------------------------------
909 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
910
911 - Fixed default text locale detection not to use static variables. (#346872)
912 - version 4.1.6
913 - revision 8116
914
915 -------------------------------------------------------------------
916 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
917
918 - Log more details about zypp lock owner. (#294094)
919 - revision 8088
920
921 -------------------------------------------------------------------
922 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
923
924 - Remove runtime dependency for libboost_filesystem (#345773)
925 - version 4.1.5
926 - revision 8061
927
928 -------------------------------------------------------------------
929 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
930
931 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
932   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
933 - version 4.1.4
934 - revision 7998
935
936 -------------------------------------------------------------------
937 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
938
939 - make IniParser more strict (bug #306697)
940
941 -------------------------------------------------------------------
942 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
943
944 - Fix missing packages in patch content list. (#340896)
945 - revision 7925
946
947 -------------------------------------------------------------------
948 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
949
950 - fix build
951
952 -------------------------------------------------------------------
953 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
954
955 - Output date strings in UTF-8. (#339423)
956 - revision 7807
957
958 -------------------------------------------------------------------
959 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
960
961 - fixes for new gcc
962 - version 4.1.3
963 - r7788
964
965 -------------------------------------------------------------------
966 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
967
968 - Don't mark failed patch scripts as installed. (#327523)
969 - version 4.1.2
970 - revision 7744
971
972 -------------------------------------------------------------------
973 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
974
975 - update rpmlint suppression
976
977 -------------------------------------------------------------------
978 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
979
980 - fixed retrieval of epoch from rpmdb (bug #246680)
981
982 -------------------------------------------------------------------
983 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
984
985 - allow non-existing "packages" file in susetags parser (bug
986   #309235)
987
988 -------------------------------------------------------------------
989 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
990
991 - SMBIOS DMI modalias matching added (#333152)
992 - revision 7494
993
994 -------------------------------------------------------------------
995 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
996 - do not download the same file multiple times in one attach session
997   (#307098), r7456
998 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
999   removed - should be correctly detected by HAL now
1000   (#167629, #163971), r7452
1001 - version 4.1.1
1002
1003 -------------------------------------------------------------------
1004 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
1005
1006 - filter architecture in plaindir parser (bug #330791)
1007
1008 -------------------------------------------------------------------
1009 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
1010
1011 - Throw constructing malformed checksums. (#189096)
1012 - revision 7441
1013
1014 -------------------------------------------------------------------
1015 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
1016
1017 - Renamed templates back because proper qualification makes it work
1018   too.
1019 - 4.1.0
1020
1021 -------------------------------------------------------------------
1022 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
1023
1024 - only look for repositories in file ending ".repo" (bug #294779)
1025
1026 -------------------------------------------------------------------
1027 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
1028
1029 - Fixed compilation errors with GCC 4.3 by adding missing includes
1030   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
1031   Compare<Edition> to CompareEd.
1032 - r7426
1033
1034 -------------------------------------------------------------------
1035 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
1036
1037 - Incorporated patch from Michael Matz to speedup cache reading.
1038 - revision 7413
1039
1040 -------------------------------------------------------------------
1041 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
1042
1043 - Resolvertestcase:
1044   - log Repository info
1045   - set keep state in the testcase
1046   - handle vendor
1047 - r 4707
1048
1049 -------------------------------------------------------------------
1050 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
1051
1052 - Fixed pattern parser SEGV on broken pattern files. (#328546)
1053 - revision 7402
1054
1055 -------------------------------------------------------------------
1056 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
1057
1058 - QueuItemRequire: Filter out all provider which have worser architecture,
1059   are NOT noarch and have not the same name as the requirement. The
1060   last one is needed for updating packages via patch/atoms.
1061   Bug 328081
1062 - Revert changes of r 7340
1063 - r 7386
1064
1065 -------------------------------------------------------------------
1066 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
1067
1068 - Add missing '--install' parameter in desktop file. (#308640)
1069 - version 4.0.0
1070 - revision 7369
1071
1072 -------------------------------------------------------------------
1073 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
1074
1075 - release all attached media before attempting to eject (#293428)
1076 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
1077 - revision 7352
1078 - version 3.26.0
1079
1080 -------------------------------------------------------------------
1081 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
1082
1083 - provide a way to retrieve the metadata path. Used for
1084   installation, which incorrectly creates a repository in
1085   cache without adding it first, so metadata path is not
1086   set and therefore it is not possible to setup a media
1087   verifier on installation. Part of fix for (#293428)
1088 - 3.25.0
1089
1090 -------------------------------------------------------------------
1091 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
1092
1093 - If more than one resolvables provide a requirements and have different
1094   architecture take thatone with the best architecture. (Not regarding the
1095   name). Bug: Branching too much while an installation of a multi-arch-DVD
1096 - r 7340
1097 - version 3.24.8
1098
1099 -------------------------------------------------------------------
1100 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
1101
1102 - Checking the queue if an item will be deleted. If yes, the requirements
1103   are not needed anymore. Bug 326384
1104 - version 3.24.7
1105 - r 7329
1106
1107 -------------------------------------------------------------------
1108 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
1109
1110 - don't probe the repository type upon saving if disabled (#326769)
1111 - version 3.24.6
1112 - revision 7319
1113
1114 -------------------------------------------------------------------
1115 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
1116
1117 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
1118   esp. if the error occurred executing the packages post-install script.
1119 - version 3.24.5
1120 - revision 7317
1121
1122 -------------------------------------------------------------------
1123 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
1124
1125 - If a package is deselected by user, apply this soft lock to all
1126   available versions of this package.
1127 - version 3.24.4
1128 - revision 7316
1129
1130 -------------------------------------------------------------------
1131 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
1132
1133 - Update: Do not set an item to installation if there has been already set
1134   one for installation which has the same NVA. Bug  326286
1135 - version 3.24.3
1136 - r 7311
1137
1138 -------------------------------------------------------------------
1139 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
1140
1141 - Enable package cache during commit. (#326249)
1142 - revision 7309
1143
1144 -------------------------------------------------------------------
1145 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
1146
1147 - Do not regarding requirements for packages which will be deleted in the
1148   same solver run. Bug 310618
1149 - r 7292
1150 - version 3.24.2
1151
1152 -------------------------------------------------------------------
1153 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
1154
1155 - don't download filelists.xml.gz (#307105)
1156 - version 3.24.1
1157 - revision 7269
1158
1159 -------------------------------------------------------------------
1160 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
1161
1162 - Improve estimated diskusage while there is no valid
1163   solver result. (#325617)
1164 - revision 7266
1165
1166 -------------------------------------------------------------------
1167 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
1168
1169 -Bugfix in vendor change of a required resolvable (Correct error message)
1170  Bug 310455
1171 - r 7262
1172
1173 -------------------------------------------------------------------
1174 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
1175
1176 - fixed DU parsing in inst-sys (#308659)
1177 - revision 7256
1178
1179 -------------------------------------------------------------------
1180 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
1181
1182 - Enable using patch and delta rpms. (#309124)
1183 - version 3.24.0
1184 - revision 7253
1185
1186 -------------------------------------------------------------------
1187 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
1188
1189 - On update do not delete unmaintained non-SuSE packages.
1190 - version 3.23.2
1191 - revision 7239
1192
1193 -------------------------------------------------------------------
1194 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
1195
1196 - ZYppImpl::getPartitions() - don't return the current partitioning
1197   when the partitioning hasn't been set - fixes DU parsing in
1198   inst-sys (#308659)
1199
1200 -------------------------------------------------------------------
1201 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
1202
1203 - Throw specific exceptions during commit (#308511)
1204 - 3.23.1
1205
1206 -------------------------------------------------------------------
1207 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
1208
1209 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
1210   now provide more detailed disk usage information.
1211   Yum metadata don't, so we book the package size to '/'. (#308362)
1212 - version 3.23.0
1213 - revision 7225
1214
1215 -------------------------------------------------------------------
1216 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
1217
1218 - Regarding keep state while recycle old valid solver results. Bug 286889
1219 - r 7209
1220
1221 -------------------------------------------------------------------
1222 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
1223
1224 - report 100% progress on finishing RPM removal (bug #309431)
1225 - revision 7200
1226
1227 -------------------------------------------------------------------
1228 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
1229
1230 - Update: rename language packages --> take that package which fits to the
1231   selected language Bug 308098
1232 - r 7919
1233
1234 -------------------------------------------------------------------
1235 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
1236
1237 - restore deltas and patch rpms from the cache (#309124)
1238 - 3.22.8
1239
1240 -------------------------------------------------------------------
1241 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
1242
1243 - Don't fail if a product is deleted multiple times (e.g. due to
1244   obsoletes and an explicit deleted request). (#308746)
1245 - version 3.22.7
1246 - revision 7184
1247
1248 -------------------------------------------------------------------
1249 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
1250
1251 - SYSCONFDIR variable added for modifying /etc
1252
1253 -------------------------------------------------------------------
1254 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
1255
1256 - uninstallable resolvable -->suggested solution: delete; Bug 308164
1257 - r 7177
1258
1259 -------------------------------------------------------------------
1260 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
1261
1262 - new translations added
1263 - r 7166
1264 - version 3.22.6
1265
1266 -------------------------------------------------------------------
1267 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
1268
1269 - fixed disk usage counting of updated packages (#308362)
1270
1271 -------------------------------------------------------------------
1272 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
1273
1274 - Splitting packages: Take the package with the best
1275   architecture,edition ONLY; Bug 308591
1276 - r 7160
1277
1278 -------------------------------------------------------------------
1279 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
1280
1281 - properly report fallback disk usage size (in kB instead of bytes)
1282   when disk usage is not known (YUM repos) (#308475)
1283
1284 -------------------------------------------------------------------
1285 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
1286
1287 - Install a sample /etc/zypp.conf. (#306615)
1288 - Fixed missing soversion symlink in package.
1289 - version 3.22.5
1290 - revision 7150
1291
1292 -------------------------------------------------------------------
1293 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
1294
1295 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
1296   308252
1297 - r 7143
1298
1299 -------------------------------------------------------------------
1300 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
1301
1302 - Error: Select two candidate with the same name while update.
1303   Solution: If there is a candidate which is already selected for installation -->
1304   take thatone #308082
1305 - r 7132
1306
1307 -------------------------------------------------------------------
1308 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
1309
1310 - Work arround installed patterns providing an empty vendor string. (#307743)
1311 - Let the solver treat vendor suse and opensuse as equivalent.
1312 - version 3.22.4
1313
1314 -------------------------------------------------------------------
1315 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
1316
1317 - Checking item before evaluating the concerning vendor. bug #307941
1318 - r 7119
1319
1320 -------------------------------------------------------------------
1321 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
1322
1323 - Fix for bug #307163 - empty package descriptions
1324   a.k.a shared tag not 100% implemented
1325 - r 7117
1326 - version 3.22.3
1327
1328 -------------------------------------------------------------------
1329 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
1330
1331 - logging "reverse" NEEDED_BY in the detail description of solver
1332   problems.
1333 - improved error message if a requiremnt is not fulfilled Bug 307743
1334 - Add "ignore" option to the solution if a requirement is not fulfilled
1335   Bug 304276
1336 - revision 7113
1337
1338 -------------------------------------------------------------------
1339 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
1340
1341 - fixed the order of operands of susetags local metadata status
1342   computation which caused the YaST repositories to always get
1343   refreshed (part of bug #304310)
1344 - revision 7107
1345 - version 3.22.2
1346
1347 -------------------------------------------------------------------
1348 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
1349
1350 - comparing vendor with VendorAttr::equivalent
1351 - revision 7103
1352
1353 -------------------------------------------------------------------
1354 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
1355
1356 - Use $RPM_OPT_FLAGS.
1357
1358 -------------------------------------------------------------------
1359 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
1360
1361 - Reset transact bits when switching status from
1362   "update" to "protected" (#246976)
1363 - version 3.22.1
1364 - revision 7094
1365
1366 -------------------------------------------------------------------
1367 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
1368
1369 - new translations added
1370 - rev 7083
1371
1372 -------------------------------------------------------------------
1373 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
1374
1375 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
1376    [main]
1377    download.use_patchrpm = no
1378    download.use_deltarpm = no
1379 - version 3.22.0
1380 - revision 7069
1381
1382 -------------------------------------------------------------------
1383 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
1384
1385 - On demand translate patch requirements into a list of atoms.
1386   Required by the UI to display packages acssociated with a patch.
1387   (#300612)
1388 - version 3.21.1
1389 - revision 7065
1390
1391 -------------------------------------------------------------------
1392 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
1393
1394 - enrich ResolverInfo with the reason if a user-initiated request
1395   fails (#304325, #306240)
1396 - r 7051
1397
1398 -------------------------------------------------------------------
1399 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
1400
1401 - added missing implementation of LogControl::setLineFormater()
1402   (lslezak)
1403 - version 3.21.0
1404 - revision 7041
1405
1406 -------------------------------------------------------------------
1407 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
1408
1409 - enable changing url in requestMedia callback (#294481)
1410 - revision 7037
1411
1412 -------------------------------------------------------------------
1413 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
1414
1415 - Filter readonly mount points in DiskUsageCounter (#297405)
1416 - revision 7030
1417
1418 -------------------------------------------------------------------
1419 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
1420
1421 - remember the cause of the RepoException when refreshing metadata
1422   (#301022)
1423 - r7023
1424
1425 -------------------------------------------------------------------
1426 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
1427
1428 - Safe fix for bug #299680.
1429 - version 3.20.1
1430 - revision 7026
1431
1432 -------------------------------------------------------------------
1433 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
1434
1435 - Bugfix: If a requirement has been fulfilled by more than one language
1436   resolvables only thatone will be taken which fits to the selected
1437   language.
1438 - r 7018
1439
1440 -------------------------------------------------------------------
1441 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
1442
1443 - correct error code for media errors in MediaCurl::doGetFileCopy()
1444   affects only zypper error output, does not affect YaST
1445 - r7013
1446
1447 -------------------------------------------------------------------
1448 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
1449
1450 - reverted blocking of requestMedia from r6271 (#301710)
1451 - r6999
1452
1453 -------------------------------------------------------------------
1454 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
1455
1456 - prevent progress report in destructor (#299680)
1457 - r6998
1458
1459 -------------------------------------------------------------------
1460 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
1461
1462 - treat non-filelists.xml <file> entries as file provides capabilities
1463   in YUM parser (#304701)
1464 - r6992
1465
1466 -------------------------------------------------------------------
1467 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
1468
1469 - the media.1/media uniquely identifies a 'susetags' repo, not
1470   the content file (#304200)
1471
1472 -------------------------------------------------------------------
1473 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
1474
1475 - fixed locale dir (#304649)
1476 - r6984
1477
1478 -------------------------------------------------------------------
1479 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
1480
1481 - don't treat normal package license as "license to confirm"
1482   (#305906)
1483
1484 -------------------------------------------------------------------
1485 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
1486
1487 - Fixed fix for #293039. Segfault due to uninitialzed data.
1488 - version 3.19.3
1489 - revision 6980
1490
1491 -------------------------------------------------------------------
1492 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
1493
1494 - reduced too much verbosed ResolverContext logging; Bug 303971
1495 - r 6977
1496
1497 -------------------------------------------------------------------
1498 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
1499
1500 - Fixed PlainDir repositories to provide real disk usage data. For
1501   repomd and others that do not provide any detailed disk usage info,
1502   assume the packgage size is required below "/". Peviously they were
1503   treated as being empy.
1504 - version 3.19.2
1505 - revision 6972
1506
1507 -------------------------------------------------------------------
1508 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
1509
1510 - Add a new solver solution in the case of running in a timeout:
1511   ProblemSolutionDoubleTimeout.h
1512   #Bug 302496
1513 - revision 6970
1514
1515 -------------------------------------------------------------------
1516 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
1517
1518 - bug in fix for (#292986)
1519
1520 -------------------------------------------------------------------
1521 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
1522
1523 - (#297001) - libzypp: can't skip broken packages
1524 - re enable importing zypp keyring from rpm.(#302379)
1525 - 3.19.1
1526
1527 -------------------------------------------------------------------
1528 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
1529
1530 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
1531   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
1532   in order to support query-by-repo (#305384)
1533 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
1534   number of kinds, names, or repos (#305347)
1535 - remove ResolvableQuery::iterateResolvablesByKind, not needed
1536 - version 3.19.0
1537 - rev 6935
1538
1539 -------------------------------------------------------------------
1540 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
1541
1542 - real fix for reading signature ids. (#390535).
1543 - delete metadata when removing repo (#301037).
1544
1545 -------------------------------------------------------------------
1546 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
1547
1548 - following behaviour for setPartitions
1549   - if they are not set, they are detected
1550   - if they are set, that value is used.
1551   - if value set or detected is empty, all disk usage
1552     information is read. Otherwise just values in those
1553     mount points.
1554     Should work for installation as long as detectPartitions
1555     is empty at installation.(#293039)
1556
1557 -------------------------------------------------------------------
1558 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
1559
1560 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
1561   from external, e.g. for the testcases
1562 - Honor ZYPP_CONF environment variable to override the buit-in
1563   /etc/zypp/zypp.conf
1564 - Check architecture at handout() to prevent NULL ptr reference.
1565 - Bug 301286
1566 - rev 6908
1567
1568 -------------------------------------------------------------------
1569 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
1570
1571 -The solver generate an establish call for all
1572  resolvables which has filesystemcaps if there is not a valid result from a
1573  former solver run available. This covers:
1574  * Initial solver run
1575  * Changing of filesystem whithin a workflow, cause the solver results will
1576    be reset if the filesystem dependencies have been changed
1577  Bug 271912
1578 - r 6901
1579
1580 -------------------------------------------------------------------
1581 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
1582
1583 - pass location to plaindir package (#303751)
1584 - Add name of file in question to checksum/signature related
1585   exceptions.
1586 - pass basename of file to verifyFileSignatureWorkflow (instead of
1587   empty string).
1588 - filter out incompatible architectures when parsing sustags
1589   repos (first half of #301286)
1590 - r 6882
1591
1592 -------------------------------------------------------------------
1593 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
1594
1595 - don't run source migration if yast is running in
1596   intsys mode (#297136)
1597 - signature and checksum verification fixes. Still pending
1598   problem ZYpp getting no output from gpg when running from zypper.
1599   (#302059)
1600
1601 -------------------------------------------------------------------
1602 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
1603
1604 - Do not strip resolvables which have the same name but different kind
1605   (ResolverInfo*)
1606 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
1607 - r 6830
1608
1609 -------------------------------------------------------------------
1610 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
1611
1612 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
1613   the Estonian locale (#302525).
1614
1615 -------------------------------------------------------------------
1616 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
1617
1618 - added remembering of exception history at various places
1619
1620 -------------------------------------------------------------------
1621 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
1622
1623 - Bugfixes concerning vendor handling:
1624 - first bug:
1625   Installed A-1.0(vendor SuSE)
1626   Available A-2.0(other vendor)
1627   A will not be regarded as "unmaintained". So it will not be deleted.
1628 - second bug:
1629   A need B-2.0. B-1.0 is installed but has another vendor. Report a
1630   proper errmessage.
1631 - Testcase : solution-tests/vendor-test.xml
1632 - r 6812
1633 - 3.18.4
1634
1635 -------------------------------------------------------------------
1636 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
1637
1638 - ignore HASH key for download (#300982)
1639
1640 -------------------------------------------------------------------
1641 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
1642
1643 - Added explicitly_requested as parameter in ResolverContext::Uninstall
1644   Bug 299819
1645 - revision 6794
1646
1647 -------------------------------------------------------------------
1648 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
1649
1650 - If no mount information is available, parse all DU entries.
1651 - read only hack mode for migrate-sources. We actually do add
1652   repositories with it, but no harm. (#292986)
1653 - fix some typos in exceptions (#301331)
1654 - 3.18.3
1655
1656 -------------------------------------------------------------------
1657 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
1658
1659 - Do not regard explicit request in order to recognize updated packages
1660   correctly. Bug 301676
1661 - Updated translations
1662 - r 6766
1663 - 3.18.2
1664
1665 -------------------------------------------------------------------
1666 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
1667
1668 - package-manager script: Call /sbin/yast2 with full path because of
1669   gnomesu (#269873).
1670
1671 -------------------------------------------------------------------
1672 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
1673
1674 - add support for the HASH key. (#300982)
1675 - Use ContentFileParser in Downloader (instead of implementing
1676   the parser again, it has a reason, Downloader was written first)
1677 - update testcases and data to cover the new HASH key
1678 - 3.18.1
1679
1680 -------------------------------------------------------------------
1681 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
1682
1683 - unify query API for kind and name, summary, description
1684   (incomplete)
1685 - rev 6761, version 3.18.0
1686
1687 -------------------------------------------------------------------
1688 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
1689
1690 - add iterateResolvablesByKindsAndName
1691 - rev 6735, version 3.17.13
1692
1693 -------------------------------------------------------------------
1694 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
1695
1696 - rename ResolvableQuery::queryByName to iterateResolvablesByName
1697 - fix reading of kind and repository in ResolvableQuery
1698 - add reverse lookups in CacheTypes
1699 - add iterateResolvablesByKind
1700 - rev 6733
1701
1702 -------------------------------------------------------------------
1703 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
1704
1705 - shorten solver error messages Bug 259894
1706 - rev 6723
1707
1708 -------------------------------------------------------------------
1709 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
1710
1711 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
1712   install zypp/cache header files.
1713 - rev 6719, version 3.16.13
1714
1715 -------------------------------------------------------------------
1716 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
1717
1718 - discard pattern files with incompatbile architecture, both
1719   for download and for parsing. (#298716)
1720 - rev 6711
1721
1722 -------------------------------------------------------------------
1723 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
1724
1725 - run sqlite asynchronously and add sql index files where
1726   appropriate, gives 6x performance on certain operations.
1727   Bumping cache schema version to 1004.
1728   (#300998)
1729 - rev 6710
1730
1731 -------------------------------------------------------------------
1732 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
1733
1734 - fix String::endsWith (#301038)
1735 - rev 6709
1736
1737 -------------------------------------------------------------------
1738 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
1739
1740 - added an _explicitly_requested in QueueItemConflict ( as already in
1741   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
1742   remove the conflicting item without an error message. Bug 299819
1743 - rev 6699
1744
1745 -------------------------------------------------------------------
1746 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
1747
1748 - forgot to set default refresh policy in checkIfToRefreshMetadata
1749 - repo.refresh.delay default set to 10 minutes
1750 - 6693
1751
1752 -------------------------------------------------------------------
1753 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
1754
1755 - Bugfix while regarding correct vendor in update
1756 - r6677
1757 - version 3.15.0
1758
1759 -------------------------------------------------------------------
1760 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
1761
1762 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
1763   added to delay next check & refresh until the specified number of
1764   minutes has passed from the last check or refresh (FATE #301991).
1765   Revisions: 6654, 6656, 6666, and 6667.
1766 - filesystem::touch(Pathname) added (r6666)
1767 - RepoManager::touchIndexFile(RepoInfo) added
1768 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
1769   decision to do the refresh moved to this public method.
1770 - r6667
1771
1772 -------------------------------------------------------------------
1773 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
1774
1775 - generate a resolver problem if addRequires does not find a resovable
1776   #299486
1777 - rev 6660
1778
1779 -------------------------------------------------------------------
1780 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
1781
1782 - Prioritized delete request by the user BEFORE delete requests due
1783   missing dependencies or conflicting dependencies. Bug 298322
1784 - rev 6640
1785
1786 -------------------------------------------------------------------
1787 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
1788
1789 - support also "Plaindir" as valid repo type name (#298622)
1790 - revision 6616
1791 - version 3.14.0
1792
1793 -------------------------------------------------------------------
1794 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
1795
1796 - fix segfault in Progress reporting
1797 - progress report use name instead of alias (#298035)
1798 - repoinfo returns alias if name is empty
1799
1800 -------------------------------------------------------------------
1801 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
1802
1803 - merge patch by dmueller to get rid of boost-regex
1804
1805 -------------------------------------------------------------------
1806 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
1807
1808 - dont create a second CacheStore in the same scope, will lock...
1809   #297627
1810
1811 -------------------------------------------------------------------
1812 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
1813
1814 - fixed some RepoManager exception docs & history
1815 - r6558
1816
1817 -------------------------------------------------------------------
1818 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
1819
1820 - feature #302135: Graceful update of 3rd party packages
1821   Automatic upgrading only sees packages from same vendor
1822   This allows not needed to have those locked.
1823 - Add persistent locks file which allow wildcards. Users
1824   can lock certain packages adding lines like "kde* < 3.5"
1825 - add applyLocks() to apply persistent locks before solving
1826
1827 -------------------------------------------------------------------
1828 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
1829
1830 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
1831   #271912 wq
1832 - Added locking resolvables in the testcases
1833 - rev 6544
1834
1835 -------------------------------------------------------------------
1836 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
1837
1838 - add migrate-sources to %post (#292986)
1839 - 3.13.15
1840
1841 -------------------------------------------------------------------
1842 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
1843
1844 - fixed bug with using wrong files from raw metadata cache
1845   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
1846
1847 -------------------------------------------------------------------
1848 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
1849
1850 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
1851   Bug# 297795
1852 - r 6517
1853
1854 -------------------------------------------------------------------
1855 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
1856
1857 - implement susetags support for compressed metadata
1858   and testcases. (feature #301916)
1859 - implement disk usage in cache. For installation requires
1860   some changes in YaST to setup the ZYpp getPartitions()
1861   before repos are cached. (bug #293039)
1862 - added testcases for diskusage
1863 - 3.13.14
1864
1865 -------------------------------------------------------------------
1866 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
1867
1868 - fixed YUM parser to properly create source packages
1869 - disabled reading of filelists.xml.gz by default (the data are
1870   currently not stored anyway)
1871 - revision 6481
1872 - version 3.13.13
1873
1874 -------------------------------------------------------------------
1875 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
1876
1877 - Don't download unwanted translation files (#293740).
1878 - revision 6470
1879
1880 -------------------------------------------------------------------
1881 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
1882
1883 - Fix susetags repo to parse dikusage data (#293039)
1884 - revision 6467
1885 - version 3.13.12
1886
1887 -------------------------------------------------------------------
1888 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
1889
1890 - Add product attribute 'type' (aka 'category' which is now
1891   deprecated). Adapted sustags and yum parsers to parse and
1892   provide this value.
1893 - revision 6464
1894 - version 3.13.11
1895
1896 -------------------------------------------------------------------
1897 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
1898
1899 - fix modalias rel column number
1900 - version 3.13.10
1901
1902 -------------------------------------------------------------------
1903 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
1904
1905 - Implemented option repo.add.probe to allow probing
1906   the added repositories
1907 - version 3.13.9
1908
1909 -------------------------------------------------------------------
1910 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
1911
1912 - Fixed detection of renamed packages while update.
1913 - Added new translations
1914 - rev 6445
1915
1916 -------------------------------------------------------------------
1917 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
1918
1919 - Speed up retrieving MediaNr attribute, as it slows down install
1920   order calculation. (#297173)
1921 - revision 6442
1922
1923 -------------------------------------------------------------------
1924 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
1925
1926 - Fixed cache schema upgrade
1927
1928 -------------------------------------------------------------------
1929 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
1930
1931 - Fixed pattern includes and extends attributes.
1932 - revision 6431
1933 - version 3.13.8
1934
1935 -------------------------------------------------------------------
1936 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
1937
1938 - API for retrieving additional dependencies" solver/detail/Resolver.h
1939 - Handle additional dependencies in the testcases
1940 - Handle system and language dependencies in the testcases correctly.
1941 - r 6418
1942
1943 -------------------------------------------------------------------
1944 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
1945
1946 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
1947   has changed. Resolver must discard any cached filesystem dependencies.
1948   (required for #271912)
1949 - revision 6404
1950
1951 -------------------------------------------------------------------
1952 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
1953
1954 - Indicate changed pool content to the resolver. (required for #271912)
1955 - revision 6398
1956 - version 3.13.7
1957
1958 -------------------------------------------------------------------
1959 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
1960
1961 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
1962   problems. Bug 280387
1963 - r 6378
1964 - version 3.13.6
1965
1966 -------------------------------------------------------------------
1967 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
1968
1969 - Added interface to install source packages via zypper.
1970 - revision 6373
1971 - version 3.13.5
1972
1973 -------------------------------------------------------------------
1974 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
1975
1976 - Added package attributes Package::sourcePkgName and
1977   Package::sourcePkgEdition. Name and edition of the source
1978   rpm this package was built from.
1979 - Added ZYpp::installSrcPackage to install a single source package.
1980 - revision 6353
1981 - version 3.13.4
1982
1983 -------------------------------------------------------------------
1984 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
1985
1986 - Temorary files and directories created by makeSibling use the
1987   same protection as the original.
1988 - revision 6344
1989 - version 3.13.3
1990
1991 -------------------------------------------------------------------
1992 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
1993
1994 - Removed keepExtras from resolvePool. This will be handled
1995   in the solver internally now. #294727
1996 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
1997 - revision 6317
1998 - version 3.13.2
1999
2000 -------------------------------------------------------------------
2001 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
2002
2003 - Remove tribool from RepoInfo's interface.
2004 - revision 6301
2005 - version 3.13.1
2006
2007 -------------------------------------------------------------------
2008 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
2009
2010 - Fixed wrong media number reported by script, message and patch.
2011 - Fixed script API to provide the scripts location on media (if not
2012   inlined).
2013 - Introduced ScripProvider to make a script available on the local
2014   disk.
2015 - revision 6288
2016 - version 3.13.0
2017
2018 -------------------------------------------------------------------
2019 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
2020
2021 - don't request media chage if the media is not changeable (like
2022   e.g. http)
2023 - revision 6271
2024 - version 3.12.1
2025
2026 -------------------------------------------------------------------
2027 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
2028
2029 - progress ticks for clean cache
2030 - ZConfig: remove default from names.
2031 - re enable reading cache callbacks
2032 - ini parser without boost::regexp
2033   patch by dmueller (#152447)
2034
2035 -------------------------------------------------------------------
2036 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
2037
2038 - Fixed package to provide the location media number. (#294496)
2039 - revision 6263
2040
2041 -------------------------------------------------------------------
2042 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
2043
2044 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
2045   gpgkey) instead of throwing bad url exception
2046 - revision 6259
2047
2048 -------------------------------------------------------------------
2049 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
2050
2051 - Make clearing of extra dependencies/conflicts configurable when
2052   resolvePool(). Leave the default as before (clear extras).
2053   Bug # 294727
2054 - revision 6233
2055 - version 3.12.0
2056
2057 -------------------------------------------------------------------
2058 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
2059
2060 - /var/lib/zypp/cache -> /var/cache/zypp
2061   (#292419)
2062 - ini parser without boost::regexp, patch by dmueller
2063   (#152447)
2064
2065 -------------------------------------------------------------------
2066 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
2067
2068 - Make temp directory configurable  via environment
2069   variable ZYPPTMPDIR.
2070 - revision 6202
2071 - version 3.11.11
2072
2073 -------------------------------------------------------------------
2074 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
2075
2076 - Fixed bug in smart pointer comparison.
2077
2078 -------------------------------------------------------------------
2079 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
2080
2081 - Fix failing rename of metadata download directories across
2082   filesystem boundaries.
2083
2084 -------------------------------------------------------------------
2085 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
2086
2087 - Fixed malicious gettext include.
2088 - Make ZConfig a singleton.
2089 - revision 6123
2090
2091 -------------------------------------------------------------------
2092 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
2093
2094 - Fixed repo::provideFile to set a deleter for downloaded files
2095   (#293004).
2096 - revision 6094
2097 - version 3.11.10
2098
2099 -------------------------------------------------------------------
2100 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
2101
2102 - Query ByRepository now takes as well an alias.
2103
2104 -------------------------------------------------------------------
2105 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
2106
2107 - fix retrieval of container attributes in cache
2108   (#292698)
2109
2110 -------------------------------------------------------------------
2111 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
2112
2113 - Port zypp-query-pool (#292404)
2114 - revision 6069
2115 - version 3.11.9
2116
2117 -------------------------------------------------------------------
2118 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
2119
2120 - added new calls in Resolver.h: addRequire,addConflict
2121
2122 -------------------------------------------------------------------
2123 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
2124
2125 - Fixed IniParser to allow '=' in values (#292669)
2126 - revision 6063
2127
2128 -------------------------------------------------------------------
2129 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
2130
2131 - allow / in alias (#292628)
2132
2133 -------------------------------------------------------------------
2134 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
2135
2136 - Fixed repo::provideFile to throw on error.
2137 - Fixed ResolvableQuery to use 0 as default for non existing
2138   numerical values.
2139 - revision 6058
2140
2141 -------------------------------------------------------------------
2142 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
2143
2144 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
2145   additional ctor for convenience.
2146 - revision 6047
2147
2148 -------------------------------------------------------------------
2149 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
2150
2151 - Evalute update canditate:
2152   Take canditates only which are really installable. Bug 292077
2153   r 6034
2154
2155 -------------------------------------------------------------------
2156 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
2157
2158 - fixed some tribool bugs in RepoInfo
2159 - revision 6022
2160
2161 -------------------------------------------------------------------
2162 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
2163
2164 - fix reading of non existant repo
2165 - r6018
2166 - first submission to stable
2167 - fix keywords parsing in susetags parser
2168 - version 3.11.8
2169
2170 -------------------------------------------------------------------
2171 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
2172
2173 - make resolvable query complete exceptionless with the database
2174 - test that packages have some attributes
2175 - disable progress adaptor for now
2176 - revision 5977
2177 - version 3.11.7
2178
2179 -------------------------------------------------------------------
2180 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
2181
2182 - fixed unresolved symbols
2183 - revision 5972
2184 - version 3.11.6
2185
2186 -------------------------------------------------------------------
2187 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
2188
2189 - fixed TranslatedText creating unwanted entries.
2190 - fixed capability processing
2191 - revision 5964
2192 - version 3.11.5
2193
2194 -------------------------------------------------------------------
2195 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
2196
2197 - MediaSetAccess::release() added
2198 - Use attachDesiredMedia in MediaProducts
2199 - Progress reporting improved
2200 - revision 5959
2201 - version 3.11.4
2202
2203 -------------------------------------------------------------------
2204 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
2205
2206 - fixed parsing translated texts.
2207 - added source packages.
2208 - revision 5947
2209 - version 3.11.3
2210
2211 -------------------------------------------------------------------
2212 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
2213
2214 - repo callbacks fixed
2215 - Fixed YUM parser progress reporting
2216 - Added CombinedProgressData
2217 - make RepoImpl::resolvables() load lazy
2218 - MediaProducts added for scanning products file
2219 - Implement cache schema versioning and automatic invalidation of
2220   cache when schema changes
2221 - revision 5942
2222 - version 3.11.2
2223
2224 -------------------------------------------------------------------
2225 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
2226
2227 - Propagate pools repository_iterator to the UI
2228 - revision 5911
2229 - version 3.11.1
2230
2231 -------------------------------------------------------------------
2232 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
2233
2234 - Package::location is now returns an OnMediaLocation
2235 - archivesize() renamed to downloadSize()
2236 - Allow to iterate all Repositories that contribute
2237   Resolvables to the Pool.
2238 - MediaSetAccess::provideDir added
2239 - remove useless url check
2240 - add old-api-style wrapper
2241 - Add MediaProducts class
2242 - revision 5892
2243 - version 3.11.0
2244
2245 -------------------------------------------------------------------
2246 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
2247
2248 - function isInstalledBy/installs
2249   Added an initial installation flag which shows if the item has been
2250   triggered for installation, or the dependency is already satisfied.
2251 - Revision 5884
2252 - Version 3.4.0
2253
2254 -------------------------------------------------------------------
2255 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
2256
2257 - removed unused %{prefix}/lib/zypp from %files in spec file
2258 - revision 5870
2259
2260 -------------------------------------------------------------------
2261 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
2262
2263 - Old API (SourceManager, metadata parsers) dropped in favor of the
2264   new refactored ones (RepoManager, RepoParser(s), cache subtree,
2265   repo subtree).
2266 - Some new API improvements.
2267 - revision 5868
2268 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
2269
2270 -------------------------------------------------------------------
2271 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
2272
2273 - New API calls which provides more information about one
2274   resolvable after a solverrun:
2275   isInstalledBy (const PoolItem_Ref item);
2276   installs (const PoolItem_Ref item);
2277 - Revision 5835
2278
2279 -------------------------------------------------------------------
2280 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
2281
2282 - fix changelog entry order
2283
2284 -------------------------------------------------------------------
2285 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
2286
2287 - Ignore conflicting items which are uninstallable
2288 - Create a "needed by" info if a requirement is still fulfilled.
2289 - Allow only one needed_by and needed_by_capability in QueueItemInstall
2290 - Added capability and type (REQUIRE, RECOMMEND,....) to
2291   ResolverInfoNeededBy
2292 - Evaluate ResolverInfoNeededBy for more information in the error
2293   messages
2294 - Enlarge detail description in the error messages
2295 - Revision 5807
2296
2297 -------------------------------------------------------------------
2298 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
2299
2300 - Fixes for gcc-4.2
2301 - revision 5786
2302 - version 3.3.1
2303
2304 -------------------------------------------------------------------
2305 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
2306
2307 - fixed so versioning from libtool to cmake
2308 - 3.3.0
2309
2310 -------------------------------------------------------------------
2311 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
2312
2313 - Use gpg2 instead of gpg for keyring and make
2314   the package depend on it (#284211)
2315
2316 -------------------------------------------------------------------
2317 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
2318
2319 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
2320   New dependency "packageand(foo:bar)" which provides an AND dependency by
2321   injecting a supplement/freshen.
2322   e.G. package novell-cluster-services-kmp-smp
2323   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
2324   Bug 255011
2325 - Dont check for architecture changes in atoms (#266178)
2326 - Revision 5720
2327
2328 -------------------------------------------------------------------
2329 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
2330
2331 - Fixed package-manager script (#275847)
2332 - revision 5614
2333
2334 -------------------------------------------------------------------
2335 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
2336
2337 - fixed cmake
2338 - version 3.2.2
2339
2340 -------------------------------------------------------------------
2341 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
2342
2343 - Reduced logging in order to speedup solving Bug 275100
2344 - revision 5603
2345 - version 3.2.1
2346
2347 -------------------------------------------------------------------
2348 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
2349
2350 - Fix excess calls to releaseFile. (#274357)
2351 - revision 5545
2352
2353 -------------------------------------------------------------------
2354 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
2355
2356 - Fix importing keys into rpm. (#270125)
2357 - r5527
2358
2359 -------------------------------------------------------------------
2360 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
2361
2362 - Support filesystem dependencies to add needed filesystem RPMs
2363   automatically (Fate 301966).
2364 - revision 5404
2365 - version 3.2.0
2366
2367 -------------------------------------------------------------------
2368 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
2369
2370 - avoiding attaching media where not needed (#263207)
2371 - r5381
2372
2373 -------------------------------------------------------------------
2374 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
2375
2376 - fix FileCap with attributes
2377 - r5376
2378
2379 -------------------------------------------------------------------
2380 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
2381
2382 - Fixed computation of install order. Take requirements of
2383   an installed packages uninstall scripts into account, if
2384   the package is updated. (#258682)
2385 - revision 5349
2386 - version 3.1.1
2387 -------------------------------------------------------------------
2388 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
2389
2390 - Parse and provide package keywords. (Fate 120368)
2391 - revision 5338
2392 - version 3.1.0
2393
2394 -------------------------------------------------------------------
2395 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
2396
2397 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
2398   Ask the user. Bug 258322
2399 - revision 5305
2400 - version 3.0.3
2401
2402 -------------------------------------------------------------------
2403 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
2404
2405 - Fix restoring of Sources id root prefix is used. (#238165)
2406 - revision 5299
2407 - version 3.0.2
2408
2409 -------------------------------------------------------------------
2410 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
2411
2412 - MediaManager::attachDesiredMedia() added to support multiple
2413   (CD/DVD) drives (fate #3974)
2414 - r5296
2415
2416 -------------------------------------------------------------------
2417 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
2418
2419 - If there is no valid solver result and NOT all resolvables ( other
2420   architecture) has been regarded, let the user decide making a new
2421   solver run with ALL available resolvables. Bug 223440
2422 - reducing logging (error -> debug)  bug 252921
2423 - Revision 5219
2424
2425 -------------------------------------------------------------------
2426 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
2427
2428 - Allow configuration of trusted vendors via
2429   /var/lib/zypp/db/trustedVendors. (#186636)
2430 - revision 5194
2431 - version 3.0.1
2432
2433 -------------------------------------------------------------------
2434 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
2435
2436 - libzypp-devel -> libzypp requirement is not versioned
2437   (#251086)
2438 - r5181
2439
2440 -------------------------------------------------------------------
2441 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
2442
2443 - Using already existing valid solver results for further solver runs.
2444   (partiell solving)
2445 - r5169
2446
2447 -------------------------------------------------------------------
2448 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
2449
2450 - fix link order
2451 - r5165
2452
2453 -------------------------------------------------------------------
2454 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
2455
2456 - merging from 10.2 / SP1
2457 - #247459 ftp probing
2458   denied == dont exists in ftp
2459 - r5124
2460
2461 -------------------------------------------------------------------
2462 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
2463
2464 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
2465 - Simultaneouqusly establishing of items which are conflicting eachother is
2466   useless. So only one will be established. Fixed in QueueItemInstall.cc
2467   Bug 243595
2468 - Added new upgrade options to fine tune version and patch handling.
2469   (F301990)
2470 - The context of establishPool will be stored in Resolver and will be
2471   regarded for the next solver run everytime. So it will be not reset by
2472   any solver run anymore.
2473   bug 191810 ( A broken patch will not be installed again)
2474
2475 -------------------------------------------------------------------
2476 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
2477
2478 - adding sotf,timeo=X nfs mount options by default (#235211)
2479 - r5093
2480
2481 -------------------------------------------------------------------
2482 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
2483
2484 - support for HTTP authentication prompt added (#190609)
2485 - fixed problem with empty path in URL
2486   in MediaCurl::doGetFileCopy()
2487 - r5085
2488
2489 -------------------------------------------------------------------
2490 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
2491
2492 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
2493   SuSE-Linux-10_2-Branch
2494
2495 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
2496 - verifySystem: The result will be set to APPL_HIGH, so it will be not
2497   reset by a second "normal" solver run. #239281 (schubi)
2498 - yast2 reports invalid URL as 'unknown source type'
2499   (#209961) (dmacvicar)
2500 - Added freshen language dependency in supplemements too if there is no
2501   entry in supplements.
2502   #240617;IPA fonts are not installed even if select Japanese
2503   language (schubi)
2504 - Setting allowed authentication methods to "basic,digest" if none
2505   provided in URL (#243006) (jkupec)
2506 - Stopping after 50 valid solver results. Anymore would be useless. Bug
2507   243595 (schubi)
2508 - r 5007
2509
2510 -------------------------------------------------------------------
2511 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
2512
2513 - package-manager: use a generic su script from XDG (#235303, #244442)
2514
2515 -------------------------------------------------------------------
2516 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
2517
2518 - Setting allowed authentication methods to "basic,digest" if none
2519   provided in URL (#243006)
2520 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
2521   (mvidner)
2522 - r4999
2523
2524 -------------------------------------------------------------------
2525 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
2526
2527 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
2528   (#222602)
2529 - 4984
2530
2531 -------------------------------------------------------------------
2532 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
2533
2534 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
2535
2536 - update packages: changing architecture is only valid while an
2537   system update and NOT while an update via a patch. Last fix does
2538   not fit for every case.
2539   Bug 230685
2540 - Patch has selected not the concerning package for update but
2541   a package which has provided the required dependencies too.
2542   Algorithmus: If there are exactly two providers which differ in architecture
2543                prefer the better arch.
2544   Fix: Regarding NVRA too. ( only if equal )
2545   Bug 238284
2546 - Download only English and Local translation
2547   (#208457)
2548 - Added solver parameter:
2549    tryAllPossibilities: regarding every solver branch ( not only
2550                         branches with e.G. best architectures
2551    preferHighestVersion: Prefer solver results which have a higher
2552                          version number.
2553   Bug #238087
2554 - update packages: changing architecture is only valid while an
2555   system update and NOT while an update via a patch.
2556   Bug 230685 - x86_64 MozillaFirefox binaries in security update
2557   repository
2558   Fix of version 2.11.2 has not worked if the first founded item
2559   had had another architecture.
2560 - r4927
2561
2562 -------------------------------------------------------------------
2563 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
2564
2565 - added ZYpp::getPartitions() - return the partitinoning
2566
2567 -------------------------------------------------------------------
2568 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
2569
2570 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
2571 - Corrupt download cannot be skipped
2572   (#217425 and #224216)
2573 - Enable package read ahead/caching in commit per default to reduce
2574   interactive media changes. If the environment variable
2575   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
2576 - added parameter not to reset resolver results while calling
2577   freshen pool Bug: 235761
2578 - Prepare package read ahead/caching of packages in commit. Adatped the
2579   workflow. Caching details are now hidden inside CommitPackageCache.
2580   The current implementation still performs no read ahead. (for F100182)
2581 - Skip invalid or broken rpm database entries. (#231211)
2582 - verifySystem: check if the solution is valid after calling freshenPool()
2583   Bug: 235761
2584 - Added own call for Resolver::verifySystem with additional
2585   hardware/language check in order to keep binary compatibility
2586   Fate #301224
2587 - Rpm requires additional quoting of special chars in filenames.
2588   (#233967)
2589 - Resolver::verifySystem checks for new hardware now by calling
2590   freshenPool. This is configureable. Fate #301224
2591 - merged texts from proofread
2592 - Don't consider patch/delta rpms if package architecture changes.
2593   (#231254)
2594 - update packages: changing architecture is only valid while an
2595   system update and NOT while an update via a patch.
2596   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
2597 - verifySystem: Do only regard items which will be on the system after the
2598   commit. Fate 301178
2599 - feature #301369
2600   Import listed GPG Keys from an trusted installation source
2601 - fix return call in new xml parser
2602 - Enable system resolvables in Helix parser (Revision 4787)
2603 - deptestomatic:
2604   Resetting transaction with the correct call;
2605   bugfix; Added kind in keep state (Revision 4788)
2606 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
2607   soft (Revision 4789)
2608 - New call added: maySetToBeUninstalledSoft (Revision 4789)
2609   Both are only functions for the solver (Revision 4789)
2610 - Resetting "by causer" in order to distinguish from state
2611   "keep by user". ( function setLock in order to remove lock)
2612   (Revision 4789)
2613 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
2614   in QueueItemUninstall.cc (Revision 4790)
2615 - Regarding "keep state by user". So avoiding "reselecting" by
2616   other requirements.
2617   Give a corresponding problem solution if a resolvable satisfy
2618   a dependency, but has been set to keep by the user.
2619   Bug : 222531 (Revision 4791)
2620 - Allow to disable autoprotection of foreign vendor items. Required
2621   in zmd-backend. (F301735).
2622 - use sqlite-zmd if using > 10.2 in spec. Use the one available
2623   durin compile.
2624 - Item could has already been selected to soft uninstall (e.G. remove
2625   pattern which recommend this item ). Do not throw an exception anymore.
2626   bug#225278
2627 - Added syscontent::Reader: Parse serialized set of ResObjects.
2628   (for F300729)
2629 - If there has already been selected another item by the solver (e.g. from
2630   another source) we will take thatone in order to avoid parallel
2631   installation and there concerning error messages.
2632   Bug 224698
2633 - In order to handle conflicting resolvable we try to update the
2634   conflicting item. While evaluating these canditates an already selected
2635   candidate will not be regarded. So it could be that an older package
2636   will be selected for update although a newer has already been selected. Revision 4765
2637 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
2638   update candidate and evaluate additional branches.
2639 - r4907
2640
2641 -------------------------------------------------------------------
2642 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
2643
2644 - Improved realpath() wrapper in media handler class (#222521).
2645 - revision 4758
2646
2647 -------------------------------------------------------------------
2648 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
2649
2650 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
2651 - revision 4713
2652
2653 -------------------------------------------------------------------
2654 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
2655
2656 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
2657   because backend uses this sqlite and it is no fun to
2658   install one and the other to develop (as the -devel packages)
2659   conflict.
2660 - add cmake support for building zypp/ lib.
2661   TODO: soinfo, compile testcases, devel, zypp2,docs
2662   find rpm, curl and others.
2663 - dont serialize interactive, as it is
2664   calculated now.
2665   (it was already fixed as we don't reimplement
2666   the method, but we still serialized, parsed)
2667 - r4709
2668
2669 -------------------------------------------------------------------
2670 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
2671
2672 - fixed Patch::interactive to return true as well, if the patch
2673   itself has a licence. (#224192)
2674 - revision 4702
2675 - version 2.9.2
2676
2677 -------------------------------------------------------------------
2678 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
2679
2680 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
2681   on the installation image (#213852).
2682 - revision 4700
2683
2684 -------------------------------------------------------------------
2685 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
2686
2687 - Avoid duplicate pool entries; Bug 223750; second part of the fix
2688 - r4698
2689 - Version 2.9.1
2690
2691 -------------------------------------------------------------------
2692 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
2693
2694 - Pool has multi instances of an item in the pool. Reduced this error
2695   to items which are identically at least. #217574 and #223750
2696 - r4695
2697
2698 -------------------------------------------------------------------
2699 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
2700
2701 - replace spaces to underscores in product names
2702 - 2.8.7
2703 - r4688
2704
2705 -------------------------------------------------------------------
2706 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
2707
2708 - Mark some strings for translation (#219783 need it)
2709 - r4682
2710
2711 -------------------------------------------------------------------
2712 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
2713
2714 - Added translations marks to hal, url and mutex exceptions (#23771)
2715 - revision 4680
2716
2717 -------------------------------------------------------------------
2718 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
2719
2720 - don't make libzypp-devel depend on sqlite-devel as
2721   headers from zypp2 are not installed yet
2722 - r4663
2723
2724 -------------------------------------------------------------------
2725 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
2726
2727 - Return an error if fork failed. (#204807)
2728 - Make Script execution abortable by user request. (#212949, F100233)
2729 - revision 4660
2730 - version 2.8.6
2731
2732 -------------------------------------------------------------------
2733 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
2734
2735 - Added package-manager wrapper script, with icon and .desktop (#222757).
2736   (Used by gnome-main-menu)
2737 - version 2.8.5
2738 - r4640
2739
2740 -------------------------------------------------------------------
2741 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
2742
2743 - Fixed target/hal - one more dbus_connection_close found (#216035)
2744 - revision 4636
2745 - version 2.8.4
2746
2747 -------------------------------------------------------------------
2748 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
2749
2750 - translation added
2751   rev 4630
2752   version 2.8.3
2753
2754 -------------------------------------------------------------------
2755 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
2756
2757 - Process obsoletes when installing non-package objects. (#217352)
2758 - revision 4621
2759 - version 2.8.2
2760
2761 -------------------------------------------------------------------
2762 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
2763
2764 - Implemented volume device check using /sbin/vol_id (#213852).
2765 - Revision 4619
2766
2767 -------------------------------------------------------------------
2768 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
2769
2770 - new translation added
2771
2772 -------------------------------------------------------------------
2773 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
2774
2775 - Implemented an reuse of already existing foreign CD/DVD mount points
2776   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
2777 - Added a fallback check of the volume.mount_point HAL property to
2778   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
2779   to be not avaliable in newer HAL versions (on 10.2).
2780 - Revision 4615
2781 - Version 2.8.1
2782
2783 -------------------------------------------------------------------
2784 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
2785
2786 - removed unused methods from Patch and PatchImplIf. Provided
2787   reasonable default implementation for Patch::interactive.
2788   (#221476).
2789 - revision 4610
2790 - Version 2.8.0
2791
2792 -------------------------------------------------------------------
2793 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
2794
2795 - Handle media eject failures (#216545)
2796 - r4606
2797
2798 -------------------------------------------------------------------
2799 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
2800
2801 - Reimplemented RpmDb::checkPackage using librpm API instead
2802   of parsing "rpm --checksig" output. (#163202)
2803 - Version 2.7.4
2804 - revision 4600
2805
2806 -------------------------------------------------------------------
2807 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
2808
2809 - NEW behaviour of the solver:
2810   Obsolete virtual provides. E.G.:
2811
2812   Installed:
2813   -----------
2814   Name:           test-1.0-0
2815
2816   Name:           moretest-1.0-0
2817   Provides:       test
2818
2819   To be installed
2820   ------------------
2821   Name:           nomoretest-1.0-0
2822   Obsoletes:      test
2823
2824   Result
2825   --------
2826   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
2827   test-1.0-0 had been deleted. Bug 220999
2828
2829 - Translations added
2830
2831 Version 2.7.3
2832 rev 4593
2833
2834 -------------------------------------------------------------------
2835 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
2836
2837 - Bugfix in generating solver testcases:
2838    - added kind of capabilities in description file
2839    - removed unneded channel from uninstall in command file
2840
2841 -------------------------------------------------------------------
2842 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
2843
2844 - Try to call /bin/eject utility if the eject-ioctl fails.
2845 - r4568
2846
2847 -------------------------------------------------------------------
2848 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
2849
2850 - ignore empty capabilities
2851 - r4565
2852
2853 -------------------------------------------------------------------
2854 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
2855
2856 - make progress strings translatable (#219783)
2857 - r4556
2858
2859 -------------------------------------------------------------------
2860 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
2861
2862 -  While deleting a selection all concerning recommended
2863    packages will be deleted too.
2864    BUT those packages should not be deleted which have been
2865    set to KEEP by the user. bug 217574
2866    rev 4526
2867    VERSION: 2.7.2
2868
2869 -------------------------------------------------------------------
2870 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
2871
2872 - Makefile in zypp2 fixed
2873   Revision 4520
2874
2875 -------------------------------------------------------------------
2876 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
2877
2878 - Translations added
2879   Revision 4514
2880   VERSION: 2.7.1
2881
2882 -------------------------------------------------------------------
2883 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
2884
2885 - Make the parser more strict, rejecting broken sources
2886   but showing the error line.
2887   Last fix making the parser relax would break multitag
2888   descriptions with empty lines, now we check dependencies
2889   at a higher level. (reference #160607)
2890 - r4501
2891
2892 -------------------------------------------------------------------
2893 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
2894
2895 - New problem solution added: Unlock ALL resovables in order to speed up
2896   problem solution. Bug 206453
2897
2898 -------------------------------------------------------------------
2899 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
2900
2901 - Translations added
2902
2903 -------------------------------------------------------------------
2904 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
2905
2906 - Fixed target/hal - removed dbus_connection_close calls, because
2907   the connections are shared; unref the ref-counted handle only.
2908   (#216035)
2909 - r4442
2910
2911 -------------------------------------------------------------------
2912 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
2913
2914 - skipping unreachable packages won't work
2915   (#215445)
2916 - r4468
2917
2918 -------------------------------------------------------------------
2919 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
2920
2921 - (#213793) Target store fails to recreate stored install-time (other
2922   Date and ByteCount values as well)
2923
2924 - skip comments and blank lines in multilists
2925   fixes (#214877) - zen-updater is not installed by default
2926
2927 - Automatically fix broken products when reading
2928   the product database.
2929   still pending: honour the read-only flag
2930   Changes to make this possible include
2931   using read_dir instead of boost directory
2932   iterator.
2933
2934 -------------------------------------------------------------------
2935 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
2936
2937 - added new class for generating solver testcases:
2938   Testcase
2939
2940 -------------------------------------------------------------------
2941 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
2942
2943 - Finalized ui::PatternContents. (F301229)
2944 - version 2.7.0
2945 - revision 4413
2946
2947 -------------------------------------------------------------------
2948 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
2949
2950 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
2951 - version 2.6.0
2952
2953 -------------------------------------------------------------------
2954 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
2955
2956 - Added ui::PatternContents: Helper class that will compute a patterns
2957   expanded install_packages set. (UI interface for F301229)
2958 - revision 4387
2959
2960 -------------------------------------------------------------------
2961 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
2962
2963 - removed the last reference to /usr/lib64 to fix the build
2964
2965 -------------------------------------------------------------------
2966 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
2967
2968 - added "zypper info" (jkupec)
2969 - version 2.5.2
2970
2971 -------------------------------------------------------------------
2972 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
2973
2974 - fix rpm db timestamp
2975 - add extra urls and optional urls to product API
2976 - r4378
2977
2978 -------------------------------------------------------------------
2979 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
2980
2981 - zypper: nicer progress reports, with or without --verbose.
2982
2983 -------------------------------------------------------------------
2984 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
2985
2986 - Fixed reloading of target data after commit. Broken since
2987   rev 3880.
2988 - version 2.5.1
2989 - revision 4365
2990
2991 -------------------------------------------------------------------
2992 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
2993
2994 - put query-pool in /usr/lib/zypp and not lib64
2995 - r4363
2996
2997 -------------------------------------------------------------------
2998 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
2999
3000 - revert keyring changes, causes endless loop (obvious)
3001 - add dist-product information, adapt store
3002 - version 2.5.0
3003 - r4355
3004
3005 -------------------------------------------------------------------
3006 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
3007
3008 - zypp-query-pool: For products show additionally distributionName
3009   and distributionEdition. (required by #205392)
3010 - revision 4349
3011
3012 -------------------------------------------------------------------
3013 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
3014
3015 - Add accessor for Product distributionName and distributionEdition.
3016   (required by #205392)
3017 - revision 4347
3018
3019 -------------------------------------------------------------------
3020 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
3021
3022 - added test case for KeyRing
3023 - fire trustedKeyAdded in all calls to import trusted key
3024   not only in signature check workflow.
3025 - r4342
3026
3027 -------------------------------------------------------------------
3028 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
3029
3030 - zypper update: implemented minimal version (patches only)
3031 - zypper list-updates: changed default type from package to patch,
3032   consider patches affecting the package manager separately
3033
3034 -------------------------------------------------------------------
3035 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
3036
3037 - version 2.4.1
3038 - r4338
3039
3040 -------------------------------------------------------------------
3041 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
3042
3043 - add zypp-query-pool, so registration doesn't depend on
3044   libzypp-zmd-backend being installed. Will remove from
3045   backend when suseregister gets updated.
3046
3047 -------------------------------------------------------------------
3048 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
3049
3050 - Make sure config.rpath is present.
3051
3052 -------------------------------------------------------------------
3053 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
3054
3055 - zypper search: fixed uninitialized members that made all searches
3056   exact and case sensitve
3057
3058 -------------------------------------------------------------------
3059 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
3060
3061 - zypp-checkpatches, write in the right file
3062 - r4328
3063
3064 -------------------------------------------------------------------
3065 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
3066
3067 - Install resolvables although they are unneeded
3068   if they have NOT the kind patch/atoms
3069   Bug 210538 - freshens/supplements does not work with patterns
3070 - r4326
3071
3072 -------------------------------------------------------------------
3073 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
3074
3075 - zypper service-add -r http://example.org/foo.repo (F#300641).
3076
3077 -------------------------------------------------------------------
3078 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
3079
3080 - zypp-checkpatches:
3081   save version of the generated xml to
3082   regenerate it if it changes.
3083   save a random token in case of error to
3084   force recreating xml file
3085 - r4321
3086
3087 -------------------------------------------------------------------
3088 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
3089
3090 - remove permissions for zypp checkpatches from spec
3091 - r4318
3092
3093 -------------------------------------------------------------------
3094 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
3095
3096 - registration fails because of wrong product data
3097   (#205392)
3098   use DISTPRODUCT,DISTVERSION to create the product
3099   resolvable. have this resolvable provide
3100   PRODUCT = VERSION
3101 - r4312
3102
3103 -------------------------------------------------------------------
3104 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
3105
3106 - zypper service-add -r ./foo.repo (F#300641).
3107
3108 -------------------------------------------------------------------
3109 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
3110
3111 - zypper: added case-sensitive search, search in descriptions and
3112   summaries, search by resolvable type, substring and word
3113   matching, support for wildcards
3114 - Revision 4303
3115
3116 -------------------------------------------------------------------
3117 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
3118
3119 - Prevent the user from sending signals to zypp-checkpatches-wrapper
3120   (#211286).
3121
3122 -------------------------------------------------------------------
3123 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
3124
3125 - Dont incomplete an uninstalled resolvable, even not when establishing.
3126   Incomplete only makes sense for installed resolvables (when they have broken
3127   deps), for patches (because they are needed) and for atoms (because they are
3128   used during patch calculation)
3129   Bug 198379
3130
3131 - Do not branch for packages with the same NVE but different architectures.
3132   Take the best architecture.
3133
3134 -------------------------------------------------------------------
3135 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
3136
3137 - implement rename source in sourcemanager
3138 - r4286
3139
3140 -------------------------------------------------------------------
3141 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
3142
3143 - YaST sources: set alias to product summary if empty
3144 - show alias on logs.
3145 - r4281
3146
3147 -------------------------------------------------------------------
3148 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
3149
3150 - version 2.4.0 (bin incompat due to callback fixes)
3151 - r4272
3152
3153 -------------------------------------------------------------------
3154 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
3155
3156 - Provide additional solver status information to the UI.
3157   (#162164,F301272)
3158 - Fixed UI satus computation in presence of multiple available
3159   candidates.
3160 - revision 4264
3161 - version 2.3.1
3162
3163 -------------------------------------------------------------------
3164 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
3165
3166 - remove const in MediaChangeReport requestMedia that
3167   broke cd changing.
3168 - r4262
3169
3170 -------------------------------------------------------------------
3171 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
3172
3173 - zypper: added search (jkupec)
3174 - removed the suid bit from zypp-checkpatches-wrapper so that the
3175   build passes until permissions.rpm is updated (~#211286).
3176 - r4253
3177
3178 -------------------------------------------------------------------
3179 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
3180
3181 - Log microseconds if ZYPP_PROFILING env var is enabled.
3182 - r4252
3183
3184 -------------------------------------------------------------------
3185 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
3186
3187 - YaST sources:
3188   Factory cannot be set with 'refresh' enabled
3189   (#204957)
3190 - get rid of some const bool signatures in Source classes
3191 - r4247
3192
3193 -------------------------------------------------------------------
3194 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
3195
3196 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
3197
3198 -------------------------------------------------------------------
3199 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
3200
3201 - select the best solution: prefering the total amount of install/update
3202   packages BEFORE source preferences. Bug 208784
3203
3204 -------------------------------------------------------------------
3205 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
3206
3207 - Introduce a method to see if a source supports a
3208   kind of resolvable at that time, so we can
3209   init a YUM source like factory but avoid parsing
3210   it if it contains no patches.
3211 - add TODO
3212 - zypp-checkpatches xml output
3213 - r4235
3214
3215 -------------------------------------------------------------------
3216 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
3217
3218 - added a CLI preview: zypper
3219 - revision 4214
3220 - version 2.2.3
3221
3222 -------------------------------------------------------------------
3223 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
3224
3225 - FATE #100165:
3226   Make Content File Aware of Different Architectures
3227   expand %a in release notes with architecture
3228
3229 -------------------------------------------------------------------
3230 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
3231
3232 - Extended pattern parser to support includes/extends tags as hint
3233   for the IO. (F301229)
3234 - revision 4199
3235 - version 2.2.2
3236
3237 -------------------------------------------------------------------
3238 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
3239
3240 - Enabled sending of ScriptResolvableReport.
3241 - Changed ScriptResolvableReport::start to send local path
3242   of script to be executed.
3243 - revision 4190
3244 - version 2.2.1
3245
3246 -------------------------------------------------------------------
3247 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
3248
3249 - Added ScriptResolvableReport. Callbacks triggered on script
3250   execution during commit. (F100233)
3251 - revision 4187
3252 - version 2.2.0
3253
3254 -------------------------------------------------------------------
3255 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
3256
3257 - fix: Url::getRegisteredSchemes() would always return nothing
3258
3259 -------------------------------------------------------------------
3260 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
3261
3262 - Made the build dependency on gettext-devel explicit
3263
3264 -------------------------------------------------------------------
3265 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
3266
3267 - adapted multi-media YUM sources according to official YUM
3268   specification (F300743)
3269
3270 -------------------------------------------------------------------
3271 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
3272
3273 - use RPM_OPT_FLAGS (meissner@suse.de)
3274
3275 -------------------------------------------------------------------
3276 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
3277
3278 - SourceFactory::createFrom() - don't loose url,...
3279 - r4160
3280
3281 -------------------------------------------------------------------
3282 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
3283
3284 - reduce logging in ResolvableImpl.cc
3285 - rev 4157
3286
3287 -------------------------------------------------------------------
3288 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
3289
3290 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
3291   in QueueItemInstall and QueueItemRequire
3292   Bug 192535/204913
3293   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
3294
3295 -------------------------------------------------------------------
3296 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
3297
3298 - fixed SourceFactory::createFrom() - don't loose alias,
3299   cachedir,... parameters
3300
3301 -------------------------------------------------------------------
3302 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
3303
3304 - Use RPM Enhances only if detected at configure time, to allow
3305   compilation with older rpm.
3306 - callback params: use const string & instead of string (dmacvicar)
3307
3308 -------------------------------------------------------------------
3309 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
3310
3311 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
3312   a package/script/message
3313   Bug: 192535
3314
3315 -------------------------------------------------------------------
3316 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
3317
3318 - add Source_Ref::checksum() which in combination with
3319   timestamp can give an idea of a source change.
3320 - r4106
3321
3322 -------------------------------------------------------------------
3323 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
3324
3325 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
3326   enable progress reporting on compressed streams.
3327
3328 -------------------------------------------------------------------
3329 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
3330
3331 - better error propagation
3332 - r4096
3333
3334 -------------------------------------------------------------------
3335 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
3336
3337 - Removed libblkid dependency - the workaround using libblkid to
3338   check filesystem on XEN vbd mapped devices is obsolete, because
3339   the info is avaliable via /dev/disk/by-label link now. (#197107)
3340 - revision 4087
3341
3342 -------------------------------------------------------------------
3343 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
3344
3345 - PackageProvider: Fixed broken retry. (#202163)
3346 - revision 4071
3347
3348 -------------------------------------------------------------------
3349 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
3350
3351 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
3352   to create a Package from a source package header.
3353 - Added method Pathname::extension: Return all of the characters in name
3354   after and including the last dot in the last element of name.
3355 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
3356   rpms. Otherwise we'd need access to the rpm database to get the keys.
3357 - revision 4069
3358
3359 -------------------------------------------------------------------
3360 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
3361
3362 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
3363   a package/script/message
3364   Bug: 192535
3365
3366 -------------------------------------------------------------------
3367 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
3368
3369 - Speedup computation of number of rpm database entries.
3370 - revision 4058
3371
3372 -------------------------------------------------------------------
3373 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
3374
3375 - Fixed endless loop in transactResObject
3376   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
3377
3378 -------------------------------------------------------------------
3379 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
3380
3381 - fix some testcases for tar file parser changes
3382 - r4045
3383
3384 -------------------------------------------------------------------
3385 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
3386
3387 - missing includes
3388 - clean old callbacks
3389 - r4041
3390
3391 -------------------------------------------------------------------
3392 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
3393
3394 - zyppPattern->install_packages returns SUGGESTED package too.
3395   Bug 201476
3396   Revision 4036
3397
3398 -------------------------------------------------------------------
3399 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
3400
3401 - New behaviour in the solver: try with 'best' package first, try with 'all'
3402   packages if this fails.
3403   Bug :Bug 191983
3404
3405 -------------------------------------------------------------------
3406 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
3407
3408 - libzypp 2.1.0
3409 - bump version due to incompatible callback changes in KeyRing
3410   Sources
3411
3412 -------------------------------------------------------------------
3413 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
3414
3415 - new keyring callbacks
3416 - separate trust key from import key
3417 - use PublicKey class instead of params, to be able
3418   to add more info like photos later (pending #181682)
3419 - update zmart with those callbacks.
3420 - better error handling (Exception types)
3421 - make tmp file names more readable depending on the context
3422 - r4026
3423
3424 -------------------------------------------------------------------
3425 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
3426
3427 - decouple probing from source creation, using the new
3428   media test for existence functions.
3429 - r4019
3430
3431
3432 -------------------------------------------------------------------
3433 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
3434
3435 - Fixed getDoesFileExist to reset the transfer range
3436 - Added logging of curl debug messages to the zypp log.
3437   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
3438   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
3439 - r4018
3440
3441 -------------------------------------------------------------------
3442 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
3443
3444 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
3445   see rev 3810 below. (#190163)
3446 - rev 3998
3447
3448 -------------------------------------------------------------------
3449 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
3450
3451 - fix uninstalling of atoms (noop)
3452 - r3995
3453
3454 -------------------------------------------------------------------
3455 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
3456
3457 - Implement initial verson of Media
3458   doesFileExist, for future source probing.
3459 - r3984
3460
3461 -------------------------------------------------------------------
3462 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
3463
3464 - more dbus_connection_close fixes
3465 - r3974
3466
3467 -------------------------------------------------------------------
3468 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
3469
3470 - clean up 'incomplete' handling in QueueItemEstablish.
3471 - rev 3973.
3472
3473 -------------------------------------------------------------------
3474 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
3475
3476 - Don't set 'incomplete' for uninstalled patterns or products.
3477   (#198379)
3478 - rev 3970.
3479
3480 -------------------------------------------------------------------
3481 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
3482
3483 - Added new API calls:
3484   setAdditionalProvide
3485   setAdditionalConflict
3486   setAdditionalRequire
3487
3488 -------------------------------------------------------------------
3489 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
3490
3491 - don't link examples to testsuite library.
3492
3493 -------------------------------------------------------------------
3494 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
3495
3496 - Disable profiling to work around compiler bug.
3497
3498 -------------------------------------------------------------------
3499 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
3500
3501 - forward port 3924:3939
3502 - Add explicit finish callbacks for subtasks during ProvidePackage
3503  Â to avoid UI confusion.
3504 - rev3957
3505
3506 -------------------------------------------------------------------
3507 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
3508
3509 - Introduce examples/
3510 - fix some svn ignores
3511 - fix compilation. Use: dbus_connection_close
3512 - rev 3943
3513
3514 -------------------------------------------------------------------
3515 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
3516
3517 - Initial support for plain directory with rpms as source
3518 - r3935
3519
3520 -------------------------------------------------------------------
3521 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
3522
3523 - Move the target query by kind function to
3524   a iterator, so we dont make a copy of the restore
3525   the iterator works loading by demand too
3526
3527 -------------------------------------------------------------------
3528 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
3529
3530 - rename the new initTarget to initializeTarget,
3531   leave the old one as is, but deprecate it.
3532 - r3903
3533
3534 -------------------------------------------------------------------
3535 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
3536
3537 - forward port from SLES10 branch , till 3888
3538 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
3539   full packages. (#168844)
3540 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
3541 - version 2.0.0
3542 - rev 3893
3543
3544 -------------------------------------------------------------------
3545 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
3546
3547 - Separate target init from adding resolvables, getting rid of the
3548 uggly bool flag.
3549 - dont clear the store each time Target::resolvables is called
3550 - Load target resolvables on demand by kind, keep them cached later
3551 - add Target::resolvablesByKind(kind) to allow query specific kind
3552   without reading all kinds. Used to port TargetProduct, which
3553   was reading the whole rpm database only to displayy base product
3554   name in YaST help.
3555 - commit to pkg-bindings and packager will follow.
3556 - jsrain will port more yast stuff, especially inst_source which
3557   startup time should by reduced by half afterwards.
3558 - rev 3880
3559
3560 -------------------------------------------------------------------
3561 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
3562
3563 - forward port:
3564   rev 3786 fix to stalle tmpfiles broke patches.
3565   SLES was released with this broken. 10.1 has a blocked
3566   zypp update because this.
3567   Attempt to fix this. (#192535)
3568 - fix configure.ac sqlite-source build path
3569 - rev 3858
3570
3571 -------------------------------------------------------------------
3572 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
3573
3574 - link correctly
3575
3576 -------------------------------------------------------------------
3577 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
3578
3579 - dont link sqlite in the main lib.
3580 - rev 3826
3581
3582 -------------------------------------------------------------------
3583 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
3584
3585 - susetags: parse product parser regexp only once
3586 - parse yum factory 5 sec. (from 30) faster using
3587   another string find algorithm
3588 - rev 3824
3589
3590 -------------------------------------------------------------------
3591 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
3592
3593 - Digest: Don't read the stream character wise but reading blocks,
3594   as advised by matz profiling.
3595 - r3819
3596
3597 -------------------------------------------------------------------
3598 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
3599
3600 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
3601   trusted vendors. (#189573)
3602 - revision 3804
3603
3604 -------------------------------------------------------------------
3605 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
3606
3607 - backport fix for stalle tmpfile (#191311)
3608 - rev 3788
3609
3610 -------------------------------------------------------------------
3611 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
3612
3613 - deactivated media manager code that was disabling the
3614   automounter (#172419)
3615 - rev 3724
3616
3617 -------------------------------------------------------------------
3618 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
3619
3620 - fix autorefresh (#186115)
3621 - revision 3708
3622 -------------------------------------------------------------------
3623 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
3624
3625 - forward port from SLE branch
3626 - Set default permission for logfiles to 0640. (#187044)
3627 - revision 3696
3628
3629 -------------------------------------------------------------------
3630 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
3631
3632 - forward port from SLE branch
3633 - Fixed installation of SP or Add-On product switching to media 2
3634   too early. (#186607)
3635 - revision 3691
3636
3637 -------------------------------------------------------------------
3638 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
3639
3640 - forward port from SLE branch
3641 - Strip self provides without edition in Resolvable ctor.
3642   (#186079)
3643 - Source::provideResolvables not implemented in yum source type.
3644   Product not set for packages that are available from update source
3645   (#186920)
3646 - Hook modalias() supplements without package to "kernel" (#184840)
3647 - Allow on-demand SourceManager::restore() (#186678)
3648 - Hook modalias() supplements without package to "kernel" (#184840)
3649 - rev 3676
3650
3651 -------------------------------------------------------------------
3652 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
3653
3654 - Fix adding resolving of path names for mount points (#181606)
3655 - rev 3658
3656
3657 -------------------------------------------------------------------
3658 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
3659
3660 - merge download algorithm and refactoring from branch
3661   (#181204)
3662
3663 -------------------------------------------------------------------
3664 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
3665
3666 - autodocs: use find+xargs to overcome command length limit,
3667   do not call doxygen unnecessarily (#185334).
3668 - rev 3645
3669
3670 -------------------------------------------------------------------
3671 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
3672
3673 - Dont use getZYpp in static constructor (#185198)
3674   Bugfix #178292 was wrong.
3675 - Only warn on incompleting installed resolvables (#185197)
3676 - rev 3644
3677
3678 -------------------------------------------------------------------
3679 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
3680
3681 - Atoms might only be installed via patches (#184714)
3682 - rev 3642
3683
3684 -------------------------------------------------------------------
3685 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
3686
3687 - fix for the last stall tmpfile (#178292)
3688 - r3637
3689
3690 -------------------------------------------------------------------
3691 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
3692
3693 - Implemented transfer timeout inside of the progress callback.
3694   The timeout value can be set using timeout url parameter, the
3695   default transfer timeout is 180 seconds. (#181602)
3696 - Added ssl_verify and ssl_capath url options used in https scheme,
3697   allowing to change or disable the ssl verify options. (#171622)
3698 - Added fallback on read failures of /etc/mtab to /proc/mounts.
3699   Improved verbosity in mount and mount check related failure cases,
3700   incl. /etc/mtab dump. (#181606)
3701 - rev 3623
3702
3703 -------------------------------------------------------------------
3704 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
3705
3706 - combine knownAliases and knownUrls in a single function.
3707 - rev 3616
3708
3709 -------------------------------------------------------------------
3710 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
3711
3712 - honor parallel installs in resolver context (#181103)
3713 - rev 3592
3714
3715 -------------------------------------------------------------------
3716 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
3717
3718 - right fix for tmpdir initialized in static constructor
3719 - catch around provideJustFile in providePackage
3720 -rev 3654
3721
3722 -------------------------------------------------------------------
3723 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
3724
3725 - fix #182003 YUM packages without size
3726 - rev 3587
3727
3728 -------------------------------------------------------------------
3729 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
3730
3731 - Allow to restore and remove by Url
3732 - rev 3583
3733
3734 -------------------------------------------------------------------
3735 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
3736
3737 - make atoms parallel installable (#181103)
3738 - rev 3580
3739
3740 -------------------------------------------------------------------
3741 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
3742
3743 - Allow to restore by alias
3744 - r3568
3745
3746 -------------------------------------------------------------------
3747 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
3748
3749 - Do not fork in a global destructor, perl dislikes it (#182672).
3750   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
3751
3752 -------------------------------------------------------------------
3753 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
3754
3755 - Installation: Assert product information is stored to libzypp
3756   database before reboot. (#181198)
3757 - Version 1.2.0; revision 3553
3758
3759 -------------------------------------------------------------------
3760 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
3761
3762 - Synchronize keys with rpm database before
3763   closing access to it (#182338)
3764 - rev 3533
3765
3766 -------------------------------------------------------------------
3767 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
3768
3769 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
3770   filter out the non-DVD drives completely. Allows a fallback to
3771   drives without the dvd HAL property e.g. in VMWare. (#177457)
3772 - rev 3530
3773
3774 -------------------------------------------------------------------
3775 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
3776
3777 - Merge fix for stalle tmpdir due to cyclic references, using a master
3778  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
3779 - rev 3521
3780
3781 -------------------------------------------------------------------
3782 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
3783
3784 - Fixes unneeded file download, and add download callbacks
3785   (still need yast side) #181204 and #160206
3786 - Fix stalle tmpdir due to cyclic references, using a master
3787   TmpDir for zypp. # 178292
3788
3789 -------------------------------------------------------------------
3790 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
3791
3792 - fixed memory leak in PersistentStorage (#168690)
3793 - revision 3519
3794
3795 -------------------------------------------------------------------
3796 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
3797
3798 - fixed memory leak in XMLSourceCacheParser (#168690)
3799 - revision 3517
3800
3801 -------------------------------------------------------------------
3802 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
3803
3804 -latest fi translation added
3805  Revision 3502
3806
3807 -------------------------------------------------------------------
3808 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
3809
3810 -All installed resolvables has been set to "satisfied" in
3811  ResolverContext::unneeded . BUT:
3812  Patch concerning resolvables have to be set to
3813  "unneeded" although they are installed. In order
3814  getting the state "no longer applicable" (Bug 171590)
3815 - rev 3496
3816
3817 -------------------------------------------------------------------
3818 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
3819
3820 - compute status for scripts and messages so their freshens get
3821   properly honored (aj with postgresql-server)
3822 - rev 3494
3823
3824 -------------------------------------------------------------------
3825 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
3826
3827 - revert not-used-yet rpmdb timestamp, as
3828   it broke rpmdb::init(). (#180040)
3829 - rev 3490
3830
3831 -------------------------------------------------------------------
3832 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
3833
3834 - updating gmo files, if po files has been changed; bug 164449
3835
3836 -------------------------------------------------------------------
3837 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
3838
3839 - Dont download twice if starting from 1st time
3840 - fix typo
3841 - rev 3481
3842
3843 -------------------------------------------------------------------
3844 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
3845
3846 - set cache dir only if storeMetadata is called as a public method.´
3847 - rev 3475
3848
3849 -------------------------------------------------------------------
3850 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
3851
3852 - schedule a package for installation if
3853   - it freshens / supplements something
3854   - it is not installed yet
3855   (#178721)
3856 - rev 3473
3857
3858 -------------------------------------------------------------------
3859 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
3860
3861 - make susetags also implement download and check first.
3862 - rev 3470
3863
3864 -------------------------------------------------------------------
3865 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
3866
3867 - make yum more robust. Never parse from provideFile
3868   but only from local disk. Make sure the cache
3869   is consistent before recreating it.
3870   the code is easier to follow and probably
3871   faster. checksum and signatures are
3872   checked on caching not on parsing.
3873   Required to implement refresh for #154990
3874 - rev 3452
3875
3876 -------------------------------------------------------------------
3877 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
3878
3879 - implement timestamp for YUM and SuseTags
3880 - actually use the license to confirm in yum patches
3881 - add prerequires tag in yum optonally to the bad designed
3882   and nonintuitive pre=1
3883 - rev 3448
3884
3885 -------------------------------------------------------------------
3886 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
3887
3888 - dont pass root on init but before.
3889 - implement rpm db modification timestamp
3890   not used yet
3891 - move Helix source to testsuite out of the solver
3892   so we can use it for target, storage tests
3893 - add Source_Ref::timestamp(), default to now()
3894   in order to implement smart sync of sources by zmd
3895 - don't parse desc and summary twice
3896 - fix a segfault with tranlated text
3897 - fix broken size tag introduced in rev 3427
3898 - rev 3446
3899
3900 -------------------------------------------------------------------
3901 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
3902
3903 - dont accept corrupt sources, improve logs
3904
3905 -------------------------------------------------------------------
3906 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
3907
3908 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
3909   loosing autoprotection (eg. for foreign vendor). (assists #177469)
3910 - rev 3431
3911
3912 -------------------------------------------------------------------
3913 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
3914
3915 - added mediaNr() to PatchRpm and DeltaRpm classes
3916 - rev 3430
3917
3918 -------------------------------------------------------------------
3919 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
3920
3921 - enable YUM license to confirm.
3922   needed for #174476
3923 - adapt store to serialize and read all new resobject fields
3924 - use install-time to now() when serializing (#174653)
3925 - rev 3427
3926
3927 -------------------------------------------------------------------
3928 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
3929
3930 - Do not violate install order when restricting commit to a certain
3931   mediaNumber. (#170079)
3932 - Version 1.1.0; rev 3423
3933
3934 -------------------------------------------------------------------
3935 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
3936
3937 - Added SourceManager::findSourceByUrl to overcome alias mismatches
3938   (#177543).
3939 - rev 3420
3940
3941 -------------------------------------------------------------------
3942 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
3943
3944 - Order all objects according to prerequirements, not just packages.
3945   (#173690)
3946 - rev 3419
3947
3948 -------------------------------------------------------------------
3949 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
3950
3951 - Added new translation
3952
3953 -------------------------------------------------------------------
3954 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
3955
3956 - fix missing homedir option for gpg (#171055)
3957 - rev 3415
3958
3959 -------------------------------------------------------------------
3960 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
3961
3962 - Prevent against daemons launched in rpm %post, that do not close
3963   their filedescriptors. (#174548)
3964 - Version 1.0.1; rev 3413
3965
3966 -------------------------------------------------------------------
3967 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
3968
3969 - fixed media number of package retrieved as a part of a patch
3970   (#174841)
3971 - rev 3409
3972
3973 -------------------------------------------------------------------
3974 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
3975
3976 - fix missing package descriptions due to filtered packages
3977   by incompatible architectures. (#159109)
3978 - rev 3404
3979
3980 -------------------------------------------------------------------
3981 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
3982
3983 - decrease logging in DiskUsageCounter and Modalias (#163186)
3984 - rev 3406
3985
3986 -------------------------------------------------------------------
3987 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
3988
3989 - Stay backward comapatible.
3990
3991 -------------------------------------------------------------------
3992 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
3993
3994 - Make basic attributes available through ResObject.
3995 - Let ResObjects which do not require media access during
3996   commit return ZERO sourceMediaNr (required for #173690)
3997 - Version 1.0.0
3998 - rev 3390
3999
4000 -------------------------------------------------------------------
4001 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
4002
4003 - reduce logging verbosity (#163186)
4004 - rev 3381
4005
4006 -------------------------------------------------------------------
4007 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
4008
4009 - setCandidate accept candidates with compatible architectures too. Not
4010   only with the same architecture. Bug 172594 - If update package has
4011   differet arch, UI display is wrong
4012
4013 -------------------------------------------------------------------
4014 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
4015
4016 - Added Source_Ref::resStoreInitialized.
4017   If we know that noone has seen the resolvables yet, we can skip
4018   them too, eg. when deleting a source. (#174840)
4019 - rev 3378
4020
4021 -------------------------------------------------------------------
4022 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
4023
4024 - Honor freshens as conditionals independant from the installed/
4025   uninstalled status (#174797)
4026 - rev 3376
4027
4028 -------------------------------------------------------------------
4029 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
4030
4031 - State modifier "unneeded" is transitive for patches (#171590)
4032 - rev 3375
4033
4034 -------------------------------------------------------------------
4035 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
4036
4037 - Do not transact itself (update) in the transactResObject mechanism
4038   Bug 174290
4039
4040 -------------------------------------------------------------------
4041 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
4042
4043 - Reenabled improved large file support flags (unintentionally
4044   removed in rev 1544). Fixes bug #173753.
4045 - Added large file support flags to libzypp.pc file allowing
4046   consistence checks in the application using features variable
4047 - rev 3366
4048
4049 -------------------------------------------------------------------
4050 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
4051
4052 - SourceManager: moved source deletion before creation
4053   so that we can recreate a deleted one (#174295)
4054 - removed dead code dealing with known_caches from SourceManager::store
4055   (see r3195)
4056 - r3362
4057
4058 -------------------------------------------------------------------
4059 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
4060
4061 - fixed returning product short name and summary if product read
4062   from target store (#148625)
4063 - rev 3360
4064
4065 -------------------------------------------------------------------
4066 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
4067
4068 - set media verifier on redirected medium (#172599)
4069 - rev 3359
4070
4071 -------------------------------------------------------------------
4072 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
4073
4074 - fix 'transactResKind' to collect best providers by capability
4075   and to recursively transact items of same kind (#170114)
4076 - rev 3355
4077
4078 -------------------------------------------------------------------
4079 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
4080
4081 - serialize the full URL to avoid missing password and other
4082   url settings (#148108)
4083 - rev 3353
4084
4085 -------------------------------------------------------------------
4086 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
4087
4088 - Added a 60 sec connect timeout to MediaCurl (#172860)
4089 - rev 3348
4090
4091 -------------------------------------------------------------------
4092 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
4093
4094 - re-fetch also .asc and .key files before checking signature
4095   (#172597)
4096 - rev 3350 (3345-10.1)
4097
4098 -------------------------------------------------------------------
4099 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
4100
4101 - Fix yum key verification, because a double variable declaration
4102
4103 -------------------------------------------------------------------
4104 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
4105
4106 - use --no-default-keyring to avoid creating a
4107   default gpg dir in / (#171055)
4108 - rev 3335
4109
4110 -------------------------------------------------------------------
4111 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
4112
4113 - Fix YUM signature checking, we were passing the key instead of the
4114   signature.
4115 - When the user trust a key, sync again. Bye to the session trusted
4116   keys and user being asked all the time. (#171213)
4117 - r3332
4118
4119 -------------------------------------------------------------------
4120 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
4121
4122 - Cleanup index tables when removing items from pool (#170564).
4123
4124 -------------------------------------------------------------------
4125 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
4126
4127 - backout rev 3246->3275 of TargetImpl.cc
4128 - add missing testsuite/utils/TestUtils.h
4129 - rev 3330
4130
4131 -------------------------------------------------------------------
4132 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
4133
4134 - more fixes for #171062, there were some files still not being
4135   read from cache.
4136 - r3327
4137
4138 -------------------------------------------------------------------
4139 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
4140
4141 - cache keys and signature. Remove lot of duplicated code. (#171062)
4142 - r3320
4143
4144 -------------------------------------------------------------------
4145 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
4146
4147 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
4148   mount here anything, so it is OK to use any dir (171351).
4149 - rev 3318
4150
4151 -------------------------------------------------------------------
4152 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
4153
4154 - parse "license-to-confirm" in primary.xml (#168437)
4155 - rev 3312
4156
4157 -------------------------------------------------------------------
4158 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
4159
4160 - Don't try to store 'Atom', not needed and the backend store
4161   rejects them anyways (addtion to #168610)
4162 - rev 3306
4163
4164 -------------------------------------------------------------------
4165 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
4166
4167 - Improved device check in MediaDISK using libblkid (Bug #158529)
4168 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
4169   added a check if it is a directory
4170 - Added libcurl and libblkid checks to configure.ac
4171 - Added e2fsprogs(-devel) requires to the spec file
4172 - rev 3303
4173
4174 -------------------------------------------------------------------
4175 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
4176
4177 - dont download "other" during key check (#171041)
4178 - rev 3294
4179
4180 -------------------------------------------------------------------
4181 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
4182
4183 - allow parallel installs of atoms (used to fulfill patch require-
4184   ments, atoms aren't installed anyways) (#170098)
4185 - some testsuite improvements.
4186 - rev 3288
4187
4188 -------------------------------------------------------------------
4189 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
4190
4191 - get rid of autobuild check when throwing exceptions without throw
4192   but with a macro, returning a null pointer at the end (never reached).
4193
4194 -------------------------------------------------------------------
4195 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
4196
4197 - Do not violate install order when restricting commit to a certain
4198   mediaNumber. (#170079)
4199
4200 -------------------------------------------------------------------
4201 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
4202
4203 - Don't use throw directly!
4204   use ZYPP_THROW with a Exception class, otherwise package bindings
4205   will not catch them.
4206   Should fix crashes when reading broken sources with yast.
4207 - rev 3272
4208
4209 -------------------------------------------------------------------
4210 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
4211
4212 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
4213   revision 3269
4214
4215 -------------------------------------------------------------------
4216 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
4217
4218 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
4219 - further improve on #168840 (from rev 3231), match on name-edition
4220   when filtering by best arch. (#170098)
4221 - rev 3268
4222
4223 -------------------------------------------------------------------
4224 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
4225
4226 - #170093 , lot of package descriptions missing
4227 - rev 3263
4228
4229 -------------------------------------------------------------------
4230 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
4231
4232 - try to fix wrong permissions of /var/lib/zypp created
4233   by old zypp, only when running as root they are fixed
4234   (#169094)
4235 - YUM: Verify signatures on factoryInit.
4236   Dont provide other.xml. Cleanups, better logging.
4237   When refreshing signed soruces, don't refresh is source
4238   has not changed.
4239 - YaST sources: don't refresh if media file has not changed.
4240 - Show full url of index files in sources for signature validation
4241   (mentioned in #170139 comment #3)-
4242
4243 -------------------------------------------------------------------
4244 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
4245
4246 - udpated media ID syntax for external scripts (to be consistent
4247   with packages) (#170247)
4248 - rev 3256
4249
4250 -------------------------------------------------------------------
4251 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
4252
4253 - set media ID to 1 if not specified in YUM metadata (#167452)
4254 - rev 3255
4255
4256 -------------------------------------------------------------------
4257 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
4258
4259 - If freshen and supplement are fulfilled, install any kind of
4260   resolvable if not yet installed (#165746)
4261 - rev 3249
4262
4263 -------------------------------------------------------------------
4264 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
4265
4266 - make downloaded script executable. (#169191)
4267 - rev 3247
4268
4269 -------------------------------------------------------------------
4270 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
4271
4272 - Improve on last fix, compare only compatible archs.
4273 - rev 3233
4274
4275 -------------------------------------------------------------------
4276 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
4277
4278 - Only choose best arch of multiple package atoms with identical
4279   name (#168840)
4280 - rev 3231
4281
4282 -------------------------------------------------------------------
4283 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
4284
4285 - pass empty strings to UI as key properties if unknown key
4286   (#169114)
4287 - rev 3228
4288
4289 -------------------------------------------------------------------
4290 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
4291
4292 - refrain from parsing 'other.xml' (#159316)
4293 - rev 3226
4294
4295 -------------------------------------------------------------------
4296 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
4297
4298 - in source refresh, clean up the cache dir if fails
4299 - do not require repomd.xml.asc when creating a cache (#163765)
4300 - rev 3224
4301
4302 -------------------------------------------------------------------
4303 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
4304
4305 - Check if a file exists before providing it, and just handling the
4306   exception is not sufficient, because it can release the media.
4307   it nows get all possible packages.X translations an then
4308   it selects the candidate from the existing ones (#168654)
4309 - rev 3221
4310
4311 -------------------------------------------------------------------
4312 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
4313
4314 - dont report conflicts if item is neither installed
4315   nor to-be-installed (#168906)
4316 - rev 3219
4317
4318 -------------------------------------------------------------------
4319 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
4320
4321 - #168060 , propagate the file description or original
4322   name to the UI and not the checked filename path,
4323   which could be a tmp file.
4324   Requires changes in pkg-manager, and probably zmd-helpers.
4325 - rev 3215
4326
4327 -------------------------------------------------------------------
4328 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
4329
4330 - /var/lib/zypp/db/languages/* are empty files (##168355)
4331 - r3206
4332
4333 -------------------------------------------------------------------
4334 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
4335
4336 - All resolvables must honor arch, so Arch_noarch in
4337   target/store/XMLFilesBackend.cc is wrong (#160792)
4338 - Introduced code to honour shared package descriptions
4339   (#159109)
4340 - r3204
4341
4342 -------------------------------------------------------------------
4343 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
4344
4345 - replace '_' in YUM elements/attributes with '-' (#168762)
4346 - rev 3201
4347
4348 -------------------------------------------------------------------
4349 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
4350
4351 - Fixed iseries workaround - interchanged variables for scsi
4352   devices, added debug messages about the steps (#163971).
4353 - Added getenv NULL ptr check and verify of the $HOME dir's
4354   and ~/.curlrc file's ownership (#163203).
4355 - rev 3199
4356
4357 -------------------------------------------------------------------
4358 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
4359
4360 - Use filesystem::TmpDir to create unique and unused Source cache
4361   directories. (#168051)
4362
4363 -------------------------------------------------------------------
4364 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
4365
4366 - Enable signature checks per default. (#168525)
4367
4368 -------------------------------------------------------------------
4369 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
4370
4371 - fix callbacks for providing a single file (#160206)
4372
4373 -------------------------------------------------------------------
4374 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
4375
4376 - If an installed package looses a dependency, the solver tries
4377   to upgrade it. Limit the upgrade candidates to best arch, best
4378   edition.
4379 - filter 'other' entries with incompatible arch in yum parser.
4380 - rev 3177
4381
4382 -------------------------------------------------------------------
4383 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
4384
4385 - initialize the product category according to source (#168061)
4386 - rev 3172
4387
4388 -------------------------------------------------------------------
4389 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
4390
4391 - delete only one older version of a xml-store resolvable
4392   (half-baked, but the previous attempt was charred)
4393
4394 -------------------------------------------------------------------
4395 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
4396
4397 - moved license_to_confirm to primary.xml
4398 - rev 3170
4399
4400 -------------------------------------------------------------------
4401 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
4402
4403 - Removed deprecated oldstyle commit methods.
4404
4405 -------------------------------------------------------------------
4406 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
4407
4408 - when installing a xml-store resolvable (all except package,
4409   message, script), delete older versions (#160792).
4410 - read selection edition from the XML store
4411 - rev 3167
4412
4413 -------------------------------------------------------------------
4414 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
4415
4416 - properly clear transaction flag after successful commit
4417   (see rev 3122, #164365, #167285)
4418 - rev 3157
4419
4420 -------------------------------------------------------------------
4421 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
4422
4423 - recursively soft-uninstall recommended package on real uninstall,
4424   not on update (#167603)
4425 - rev 3155
4426
4427 -------------------------------------------------------------------
4428 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
4429
4430 - fix #167605 (importing keys to rpm multiple times due to
4431   wrong interpretation of rpm gpg versioning.
4432 - add support for reading the rpm keys, with full id and fingerprint
4433 - rev 3153
4434
4435 -------------------------------------------------------------------
4436 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
4437
4438 - don't add duplicate error infos to ResolverContext (#167309)
4439 - rev 3146
4440
4441 -------------------------------------------------------------------
4442 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
4443
4444 - fix Resolver::transactReset() (see rev 3122) (#167285)
4445 - rev 3140
4446
4447 -------------------------------------------------------------------
4448 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
4449
4450 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
4451   variable is present, all signature checking callbacks will default
4452   to 'accept', in case no recipient is present.
4453
4454 -------------------------------------------------------------------
4455 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
4456
4457 - read content file on construction, and make
4458   provideProduct only insert the already
4459   read product object into the store (#165826)
4460   (dmacvicar)
4461 - When the signature is not found, warn the
4462   user about a unsigned source. When the
4463   key is not found, do nothing, it can be in the
4464   keyring already. (#166016) (dmacvicar)
4465 - enable key verification only if
4466   ZYPP_CHECKSIG env var is set (dmacvicar)
4467 - r1529
4468
4469 -------------------------------------------------------------------
4470 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
4471
4472 - fix bugfix 164365, fix bug 167285
4473   Actually clear the transcation state instead of locking it
4474   to 'dont transact'
4475 - rev 3122
4476
4477 -------------------------------------------------------------------
4478 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
4479
4480 - revert the signature/digest checking callbacks
4481 - rev 3115
4482
4483 -------------------------------------------------------------------
4484 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
4485
4486 - Bugfix #165670
4487   - Honor keep requests.
4488   - Dont flag "locked uninstall" as error if a keep request was
4489     issued before.
4490 - rev 3114
4491
4492 -------------------------------------------------------------------
4493 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
4494
4495 - rule out locked items during distribution upgrade as early
4496   as possible. (#165670)
4497 - rev 3110
4498
4499 -------------------------------------------------------------------
4500 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
4501
4502 - Bugfix #166212
4503   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
4504     transactResObject().
4505   - resetTransaction(APPL_LOW) before resolving
4506   - enhance transactCaps by using the same algorithm as in
4507     QueueItemRequire
4508     (before: transact all requires and recommends by name
4509      now: transact best requires and recommends by provides)
4510 - rev 3107
4511
4512 -------------------------------------------------------------------
4513 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
4514
4515 - new callbacks for failing digest
4516 - rev 3098
4517
4518 -------------------------------------------------------------------
4519 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
4520
4521 - ask for file without a checksum (#165125)
4522
4523 -------------------------------------------------------------------
4524 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
4525
4526 - dont install satisfied resolvables (#165843)
4527 - rev 3095
4528
4529 -------------------------------------------------------------------
4530 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
4531
4532 - dont abort on failed "dry_run" (#164583)
4533 - rev 3091
4534
4535 -------------------------------------------------------------------
4536 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
4537
4538 - Ask user if signature file does not exist (#163765)
4539 - handle repomd.xml.asc as optional file (#163765)
4540 - rev 3089
4541
4542 -------------------------------------------------------------------
4543 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
4544
4545 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
4546 - rev 3087
4547
4548 -------------------------------------------------------------------
4549 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
4550
4551 - Dont do transitive uninstalls on uninstalled or upgraded items.
4552   (#165798)
4553 - rev 3083
4554
4555 -------------------------------------------------------------------
4556 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
4557
4558 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
4559
4560 -------------------------------------------------------------------
4561 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
4562
4563 - Product::updateUrls: restore it from the XML store;
4564   fixed content parsing (#163192).
4565 - restore product flags fro the XML store
4566 - rev 3074
4567
4568 -------------------------------------------------------------------
4569 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
4570
4571 - Only consider best arch/version (#165477)
4572 - rev 3069
4573
4574 -------------------------------------------------------------------
4575 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
4576
4577 - No need to parse tags at all if there is no item to store values
4578   (e.g. data for unwanted arch). Fixed segv trying to store data in
4579   NULL item. (#165479)
4580 - rev3065
4581
4582 -------------------------------------------------------------------
4583 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
4584
4585 - Improved Url path name "//" vs. "/%2f" handling; now if the
4586   url has an authority, "/%2f" is used for ftp only (#163784)
4587 - rev 3062
4588
4589 -------------------------------------------------------------------
4590 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
4591
4592 - fixed storing patch scripts to target store (#159928)
4593 - rev 3058
4594
4595 -------------------------------------------------------------------
4596 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
4597
4598 - if a patch is bad, only skip this patch, not everything
4599   (#165200)
4600 - rev 3057
4601
4602 -------------------------------------------------------------------
4603 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
4604
4605 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
4606 - Susetags:Pattern: Fixed parser.
4607
4608 -------------------------------------------------------------------
4609 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
4610
4611 - when uninstalling, only re-establish installed items
4612   supplementing the to-be-uninstalled one. (variant of #165111)
4613 - rev 3054
4614
4615 -------------------------------------------------------------------
4616 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
4617
4618 - Susetags:Package: Parse and provide ins/delnotify texts.
4619
4620 -------------------------------------------------------------------
4621 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
4622
4623 - when checking freshens/supplements at install, only consider
4624   best architecture/edition (#164453)
4625 - rev 3051
4626
4627 -------------------------------------------------------------------
4628 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
4629
4630 - when checking for supplements, only consider best arch, best
4631   edition for installation (#165111)
4632 - rev 3047
4633
4634 -------------------------------------------------------------------
4635 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
4636
4637 - Bug 165117: build 910: Update: Splitted packages are selected for
4638   all archs
4639
4640 -------------------------------------------------------------------
4641 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
4642
4643 - ask user if a file exists but does not have a checksum (#162797)
4644 - rev 3044
4645
4646 -------------------------------------------------------------------
4647 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
4648
4649 - parse time and size elements from delta and patch RPM
4650 - rev 3043
4651
4652 -------------------------------------------------------------------
4653 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
4654
4655 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
4656   devices - on powerpc only (#163971)
4657 - rev 3042
4658
4659 -------------------------------------------------------------------
4660 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
4661
4662 - fix endless loop in patches parsing.
4663 - rev 3039
4664
4665 -------------------------------------------------------------------
4666 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
4667
4668 - fixed media handling in SuSEtags source (#164879)
4669 - rev 3037
4670
4671 -------------------------------------------------------------------
4672 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
4673
4674 - honor 'dry_run' on package remove (#164732)
4675 - rev 3036
4676
4677 -------------------------------------------------------------------
4678 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
4679
4680 - add files from yum filelist as provides to package (#164731)
4681 - rev 3032
4682
4683 -------------------------------------------------------------------
4684 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
4685
4686 - honor "+Enh:/-Enh:" in packages file (#156513)
4687
4688 -------------------------------------------------------------------
4689 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
4690
4691 - fix callback receiver signature to match the callback for removing
4692   package
4693
4694 -------------------------------------------------------------------
4695 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
4696
4697 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
4698 - rev 3024
4699
4700 -------------------------------------------------------------------
4701 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
4702
4703 - Bug 164440; Taking wrong architecture while updating obsoletes
4704   splitted packages
4705 - rev 3022
4706
4707 -------------------------------------------------------------------
4708 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
4709
4710 - allow relative paths with url file:
4711 - dont filter atoms from going into pool, multi-arch patch
4712   requirements need them. Instead, treat atoms with incompatible
4713   architecture as unneeded.
4714 - rev 3018
4715
4716 -------------------------------------------------------------------
4717 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
4718
4719 - product now provides short name
4720 - rev 3013
4721
4722 -------------------------------------------------------------------
4723 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
4724
4725 - read metadata for packages from correct tags in patches (#163220)
4726 - rev 3011
4727
4728 -------------------------------------------------------------------
4729 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
4730
4731 - more detailed resolver error reports (#162994)
4732 - rev 3010
4733
4734 -------------------------------------------------------------------
4735 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
4736
4737 - report package download progress (#160966)
4738 - rev 3007
4739
4740 -------------------------------------------------------------------
4741 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
4742
4743 - transact also for languages (#163819)
4744 - rev 3004
4745
4746 -------------------------------------------------------------------
4747 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
4748
4749 - loop through all affected ResObjects in transactResKind (#163819)
4750 - rev 3002
4751
4752 -------------------------------------------------------------------
4753 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
4754
4755 - allow re-installation of non-packages (#162906)
4756 - rev 2998
4757
4758 -------------------------------------------------------------------
4759 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
4760
4761 - Added loop checking for scsi cdroms (/sys/block/srX) in case
4762   HAL does not provide any drives like on iSeries (#163971).
4763 - rev 2995
4764
4765 -------------------------------------------------------------------
4766 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
4767
4768 - add 'licenceToConfirm()' to Product. (#164375)
4769
4770 -------------------------------------------------------------------
4771 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
4772
4773 - Avoid excessive CD hopping on commit. But still far from
4774   being perfect. (#159679)
4775 - Fixed Target::commit: Despite dry_run set True, packages
4776   were depeted.
4777
4778 -------------------------------------------------------------------
4779 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
4780
4781 - honour if user decides to skip a package in commit (#156031)
4782
4783 -------------------------------------------------------------------
4784 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
4785
4786 - fixed parsing external reference to script in patch (#163221)
4787 - r2981
4788
4789 -------------------------------------------------------------------
4790 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
4791
4792 - cache and provide content.asc/key optionally. Dont show a
4793   popup if they dont exists. (dmacvicar)
4794 - Actually abort when verify signature workflow is false. (dmacvicar)
4795 - r2978
4796
4797 -------------------------------------------------------------------
4798 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
4799
4800 - fixed setting autorefresh flag for installation sources
4801
4802 -------------------------------------------------------------------
4803 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
4804
4805 - drop patches with incompatible architecture.
4806 - rev 2972
4807
4808 -------------------------------------------------------------------
4809 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
4810
4811 - Added info method to media verifier base and more debug info
4812 - rev 2970
4813
4814 -------------------------------------------------------------------
4815 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
4816
4817 - Dont deny the "/" attach point in MediaDIR, since this is used
4818   for all "file:" urls, esp. local packages.
4819 - rev 2962
4820
4821 -------------------------------------------------------------------
4822 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
4823
4824 - Bug 159673 - only one conflict solvable per page
4825
4826 -------------------------------------------------------------------
4827 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
4828
4829 - parse all dependencies of 'packages' file (#163773)
4830 - rev 2957
4831
4832 -------------------------------------------------------------------
4833 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
4834
4835 - Use the original media descr_dir on refresh for
4836   suse tags source (#163196)
4837 - r2952
4838
4839 -------------------------------------------------------------------
4840 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
4841
4842 - add Source::setUrl() for zmd backend helper.
4843 - rev 2946
4844
4845 -------------------------------------------------------------------
4846 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
4847
4848 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
4849 target init. (dmacvicar)
4850 - r2949
4851
4852 -------------------------------------------------------------------
4853 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
4854
4855 - Fixed MediaDISK to use a mount -oro,bind id the disk
4856   partition is already attached e.g. by the automounter.
4857   Try to mount it a second time may fail (#163486).
4858 - rev 2944
4859
4860 -------------------------------------------------------------------
4861 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
4862
4863 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
4864 - rev 2940
4865
4866 -------------------------------------------------------------------
4867 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
4868
4869 - only try to create a source of a given type when restoring
4870   from the persistent store (#162111)
4871
4872 -------------------------------------------------------------------
4873 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
4874
4875 - parse all dependencies for patterns (.pat) files (#160602)
4876 - drop YOUPATH and YOUURL from content file.
4877 - rev 2924
4878
4879 -------------------------------------------------------------------
4880 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
4881
4882 - properly initialize autorefresh for non-remote sources (#154990)
4883 - rev 2919
4884
4885 -------------------------------------------------------------------
4886 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
4887
4888 - Added flag to MediaManager::isUseableAttachPoint, whether
4889   to check against system mount entries or not.
4890 - Disallow to use the attachpoints of another media handlers
4891   as source path in MediaDIR.
4892 - rev 2917
4893
4894 -------------------------------------------------------------------
4895 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
4896
4897 -implement callbacks for when package verification (checksum)
4898  fails, offer to retry or abort
4899
4900 -------------------------------------------------------------------
4901 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
4902
4903 - Fix construction of checksum objects when using non-standard
4904   checksum algorithms
4905 - Fix broken YUM cache
4906 - r2913
4907
4908 -------------------------------------------------------------------
4909 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
4910
4911 - Keep packages with no version upgrade installed during
4912   distribution upgrade (#162972)
4913 - add 'transactReset()' helper function for UI.
4914 - rev 2908
4915
4916 -------------------------------------------------------------------
4917 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
4918
4919 - r2906
4920
4921 -------------------------------------------------------------------
4922 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
4923
4924 - Fixed candidate handling in ui::Selectable. (#156589)
4925
4926 -------------------------------------------------------------------
4927 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
4928
4929 - fix #162984 , gpg hangs because the matching data file
4930   for the key cannot be find. (dmacvicar)
4931 - Fix restore of YUM source using the same cache dir semantics as
4932  susetags instead of assuming there is a cache if a cache_dir
4933   was given. (dmacvicar)
4934
4935 -------------------------------------------------------------------
4936 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
4937
4938 - use DISTPRODUCT/DISTVERSION from content file to generate the
4939   product name, version, and release.
4940 - rev 2902
4941
4942 -------------------------------------------------------------------
4943 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
4944
4945 - Removed broken forcing of absolute ftp paths added in rev2705 to
4946   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
4947 - rev 2900
4948
4949 -------------------------------------------------------------------
4950 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
4951
4952 - add Resolver::freshenPool() (#156980)
4953 - rev 2893
4954
4955 -------------------------------------------------------------------
4956 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
4957
4958 - skip incompatible archs in filelist parsing.
4959 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
4960   /lib64/, ...)
4961 - rev 2886
4962
4963 -------------------------------------------------------------------
4964 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
4965
4966 - skip incompatible archs in primary parsing.
4967 - rev 2883
4968
4969 -------------------------------------------------------------------
4970 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
4971
4972 - allow setting of source when parsing local .rpm (#147765)
4973 - rev 2880
4974
4975 -------------------------------------------------------------------
4976 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
4977
4978 - Do not update packages over other architectures
4979
4980 -------------------------------------------------------------------
4981 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
4982
4983 - Added zypp/ui/UserWantedPackages to support the UI's
4984   "automatic changes" dialog (bug #152700)
4985
4986 -------------------------------------------------------------------
4987 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
4988
4989 - use KeyRing class to validate repomd.xml (#160909)
4990
4991 -------------------------------------------------------------------
4992 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
4993
4994 - Product resolvables should be readable by normal users.
4995   (#162474) (dmacvicar)
4996 - implemented keyring and metadata signature verification
4997   in susetags source
4998 - dont delete the lock if we did not acquire it
4999 - r2847
5000
5001 -------------------------------------------------------------------
5002 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
5003
5004 - Added disabling of the automounter while MediaManager
5005   init and restoring of the old state on exit (#154326).
5006 - Implemented check if media (CD) is automounted or not
5007 - rev 2840
5008
5009 -------------------------------------------------------------------
5010 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
5011
5012 - Implemented several hal get/set/removeDeviceProperty wrappers
5013 - Improved HalException to allow to fetch HAL/DBUS error componets
5014 - rev 2830
5015
5016 -------------------------------------------------------------------
5017 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
5018
5019 - honor subscription status of catalogs (#162350)
5020 - rev 2827
5021
5022 -------------------------------------------------------------------
5023 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
5024
5025 - Enabled CD eject error reporting exceptions (#154326)
5026 - rev 2822
5027
5028 -------------------------------------------------------------------
5029 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
5030
5031 - support "dry run" (#159467)
5032 - implement "transactResKind" (#161400)
5033 - rev 2817
5034
5035 -------------------------------------------------------------------
5036 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
5037
5038 - add checksum for external patches (#159928)
5039
5040 -------------------------------------------------------------------
5041 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
5042
5043 - calculate product architecture (#158198)
5044
5045 -------------------------------------------------------------------
5046 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
5047
5048 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
5049   detection
5050
5051 -------------------------------------------------------------------
5052 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
5053
5054 - Auto protect installed packages from unknown vendor. (#157446)
5055
5056 -------------------------------------------------------------------
5057 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
5058
5059 - added support for external scripts to metadata (#159928) (jsrain)
5060 - fixed handling of Language resolvables (ma)
5061 - fix leak in rpmdb (dmacvicar)
5062 - added softlock for autoyast (#159466) (ma)
5063 - Fixed exceptions in doGetFileCopy() to show full url
5064   including the file instead of just the media base url. (mt)
5065 - Provide Language::summary (ma)
5066 - check patterns and selections file exist
5067   before veryfing them (#161300) (dmacvicar)
5068 - added YUM metadata checksum computation (jsrain)
5069 - added interface to patch of a message (jsrain)
5070 - r2734
5071
5072 -------------------------------------------------------------------
5073 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
5074
5075 - added support for external scripts to metadata (#159928)
5076 - r2709
5077
5078 -------------------------------------------------------------------
5079 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
5080
5081 - report separate exception when trying to start source cache again to
5082   suppress incorrect error message in XEN installation
5083 - r2682
5084
5085 -------------------------------------------------------------------
5086 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
5087
5088 - Implement inter process locking in zypp.
5089 - Added No medium found output
5090 - splitting modaliases in supplements TOO
5091 - parse also the available signing keys
5092
5093 -------------------------------------------------------------------
5094 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
5095
5096 - release all media when removing source (#159754) (visnov)
5097 - more testsuites (schubi)
5098 - updated translations (schubi)
5099 - added MediaNotEjectedException (mt)
5100 - rev 2652
5101
5102 -------------------------------------------------------------------
5103 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
5104
5105 - fix patches descriptions (dmacvicar)
5106 - fix source serialization (dmacvicar)
5107 - metadata for kernel test (schubi)
5108 - Arch tests updated (ma)
5109 - classify NULL Ptr as unique (ma)
5110 - Added host check, because file Url allows it now. (mt)
5111 - prepare modalias fix (#159766) (ma)
5112 - Provide iterator based access to SourceManager data. (ma)
5113 - Fixed "file:" Url scheme config to allow relative paths; (mt)
5114   RFC1738 says, it may contain a hostname as well...
5115 - revision 2633
5116
5117 -------------------------------------------------------------------
5118 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
5119
5120 - pkg-config support (mvidner)
5121 - close all medias when destructing MediaSet (jsrain)
5122 - rev 2622
5123
5124 -------------------------------------------------------------------
5125 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
5126
5127 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
5128 - Message callback implemented to show patch messages (visnov)
5129 - Bug 159696 (schubi)
5130 - provide transform_iterators to iterate over a maps keys or values (ma)
5131 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
5132 - added script and message installation (jsrain)
5133 - chooses the 'right' kernel now (kkaempf)
5134 - Use noarch if no arch is specified in patches (dmacvicar)
5135 - rev 2611
5136
5137 -------------------------------------------------------------------
5138 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
5139
5140 - Added some debug output including the access id (mt)
5141 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
5142   release with eject=true on attached media, to umount
5143   other mounts as well. (mt)
5144 - 159483 - solver does not blame missing dependency (schubi)
5145 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
5146 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
5147   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
5148 - fixed ZYPP_RETHROW (#156430) (ma)
5149 - patch for #156114 (visnov)
5150 - fixed container.erase loops (ma)
5151 - Fixed to reset desired (cached) flag before the action (mt)
5152 - Removed return in forceRelaseAllMedia (void function) (mt)
5153 - Parse nonexisting architecture to noarch so patches dont get
5154   filtered by the pool (dmacvicar)
5155 - 159512 - yast2-qt does not show label of to be installed products
5156   anymore (dmacvicar)
5157 - 159765 - Hidden patterns still visible (dmacvicar)
5158 - Use noarch if no arch is specified. (dmacvicar)
5159 - r2594
5160
5161 -------------------------------------------------------------------
5162 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
5163
5164 - properly report error for media change callback
5165 - rev 2579
5166
5167 -------------------------------------------------------------------
5168 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
5169
5170 - fixed memory leak in XMLNodeIterator (#157474)
5171 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
5172 - Renamed private MediaManager::forceMediaRelease
5173   function to forceReleaseShared (more exact name)
5174 - Implemented forceRelaseAllMedia() that can be
5175   used to release also foreign (user) mounts.
5176 - Added use of forceRelaseAllMedia for CD/DVDs
5177   if FORCE_RELEASE_FOREIGN is 1 (default 0)
5178 - little cleanup of the checkAttached function
5179 - r2578
5180
5181 -------------------------------------------------------------------
5182 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
5183
5184 - don't try to attach without exception handling (#158620)
5185 - fix descriptions, as a new tag Des for selections exists now.
5186 - fix #157683: failure after adding add-on product to install
5187   sources
5188 - added more files for translation
5189 - resolve-dependencies.cc: establish pool
5190 - parse-metadata.cc: catch bad URL
5191 - set zmdid for atoms
5192 - r2574
5193
5194 -------------------------------------------------------------------
5195 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
5196
5197 - fix testsuite.
5198 - provide edition and architecture for all kinds of yum
5199   resolvables.
5200 - fix ResStatus output.
5201 - establish atoms correctly.
5202 - treat requires to unneeded resolvables as fulfilled.
5203 - rev 2559
5204
5205 -------------------------------------------------------------------
5206 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
5207
5208 - fix the build
5209 - only consider best architecture/version (#157594)
5210 - prefer providers which supplement/enhance installed or
5211   to-be-installed packages (fixes the tpctl-kmp issue)
5212 - rev 2546
5213
5214 -------------------------------------------------------------------
5215 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
5216
5217 - provide more filters for pkg-bindings (#158602)
5218 - add SystemResObject to provide system (modalias, hal, ...)
5219   capabilities.
5220 - handle this during resolving.
5221 - make the modalias and hal capability match the SystemResObject
5222   by default, thereyby triggering a modalias (resp. hal)
5223   evaluation.
5224 - xmlstore: decouple target store from YUM schema.
5225 - clean up moving of hal() and modalias() from provides to
5226   supplements in ResolvableImpl.
5227 - add PatchContents() for UI.
5228 - handle Edition::noedition as empty string.
5229 - r2537
5230
5231 -------------------------------------------------------------------
5232 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
5233
5234 - releasing all medias when asking for CD (#156981)
5235 - r2471
5236
5237 -------------------------------------------------------------------
5238 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
5239
5240 - ResStatus::resetTransact must return a value.
5241 - Fixed random build failures in LanguageCode.cc.
5242   (Rewrote the CodeMaps constructor so that gcc does not
5243   optimize a 500-statement basic block.)
5244 - Fix constructions of patch objects. Actually insert atoms in atoms
5245   list. Insert atoms for package even if the package does not exists
5246   in the source. Fixes #157628 (dmacvicar).
5247 - Fixed license reading from susetags, #151834 (dmacvicar).
5248 - r2468
5249
5250 -------------------------------------------------------------------
5251 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
5252
5253 - added ResStatus::resetTransact (ma)
5254 - bugfix for #156439 (schubi)
5255 - Added Source_Ref::setAlias (#154913).
5256 - Do not assume there is a product file when scanning for products
5257   (visnov)
5258 - function to disable all sources in the persistent store (visnov)
5259 - dependency errors go to stdout, not stderr; output resolver info
5260   directly to stderr (kkaempf)
5261 - rev 2464
5262
5263 -------------------------------------------------------------------
5264 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
5265
5266 - fix merging of resolver info (needed for #157684).
5267 - errors are also important in ResolverInfo.
5268 - improve debug output in ResolverContext.
5269 - rev 2455
5270
5271 -------------------------------------------------------------------
5272 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
5273
5274 - delete RPMs downloaded via HTTP/FTP after installnig them
5275   (#157011)
5276 - fixed product registration (reverted autorefresh patch) (#157566)
5277
5278 -------------------------------------------------------------------
5279 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
5280
5281 - if root!="/", always prefer the upgrade candidate (#155472)
5282 - implement license confirmed api for UI.
5283 - prefer architecture over version in distribution upgrade
5284   (#157501)
5285 - clean up media handling.
5286 - rev 2448
5287
5288 -------------------------------------------------------------------
5289 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
5290
5291 - init Modalias properly.
5292 - fix warnings in testcases.
5293 - rev 2432
5294
5295 -------------------------------------------------------------------
5296 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
5297
5298 - drop libjpeg-devel and sqlite-devel from build requires.
5299
5300 -------------------------------------------------------------------
5301 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
5302
5303 - implement 'modalias()' capability (#157406)
5304 - make dependencies consistent, its 'freshens'.
5305 - cope with user umounts of devices.
5306 - add debug to SourceManager.
5307 - rev 2418
5308
5309 -------------------------------------------------------------------
5310 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
5311
5312 - allow version downgrade during distribution upgrade if the
5313   newer package is coming from a trusted vendor (#155472)
5314 - implement locale fallback
5315 - 'freshen' -> 'freshens' in schema definitions to make it
5316   consistent with all other dependency definitions.
5317 - better error reporting for .pat and .sel files.
5318 - rule out packages from dependency resolutions which are
5319   de-selected by user (#155368)
5320 - use locale fallbacks in package translations.
5321 - refresh source when re-enabling it.
5322 - rev 2406
5323
5324 -------------------------------------------------------------------
5325 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
5326
5327 - split of libzypp-zmd-backend subpackage as a stand-alone
5328   leaf package.
5329 - encapsulate bool test for Source_Ref better.
5330 - fixed stack overflow (ma).
5331 - make testsuite build again.
5332 - rev 2346
5333
5334 -------------------------------------------------------------------
5335 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
5336
5337 - fixed URL rewriting for CD2 and following (#154762)
5338 - fixed ResPoolProxy diffState (for proper ok/cancel support
5339   in UI)
5340 - added special exception class for aborting installation
5341   (#154936)
5342 - only auto-change directories if they end in CDn or DVDn.
5343 - rev 2320.
5344
5345 -------------------------------------------------------------------
5346 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
5347
5348 - silently ignore multiple installs of the same package.
5349 - fix disk usage for installs and uninstalls.
5350 - rev 2308
5351
5352 -------------------------------------------------------------------
5353 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
5354
5355 - zmd-backend: filter out incompatible architectures from
5356   repository.
5357 - rev 2298
5358
5359 -------------------------------------------------------------------
5360 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
5361
5362 - sync libzypp media data with mtab.
5363 - improve resolver error and solution reports.
5364 - fix source cache reading (#155459).
5365 - default cached sources to enabled (#155459).
5366 - let each source provide public keys.
5367 - rev 2297
5368
5369 -------------------------------------------------------------------
5370 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
5371
5372 - only write by-sovler transactions back (#154976)
5373 - rev 2278
5374
5375 -------------------------------------------------------------------
5376 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
5377
5378 - release last used source at end of commit (#155002)
5379 - rev 2277
5380
5381 -------------------------------------------------------------------
5382 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
5383
5384 - cope with NULL values in zmd catalogs table (#153584)
5385 - set YAST_IS_RUNNING in transact zmd helper (#154820)
5386 - run SuSEconfig after transact zmd helper (#154820)
5387 - add softTransact to honor user vs. soft requirements (#154650)
5388 - honor all build keys provided by a package source.
5389 - add source metadata refresh.
5390 - add progress callbacks to zmd helpers.
5391 - rev 2276
5392
5393 -------------------------------------------------------------------
5394 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
5395
5396 - include .diffs into main source.
5397 - catch exception when ejecting media which was unmounted externally
5398   (#154697).
5399 - init source in zmd-backend correctly (#154667)
5400 - implement disk usage info for YaST.
5401 - clean up XML schema files.
5402 - catch CPUs identifying as 'i686' but being 'i586'.
5403 - allow definition of preferred attach (mount) point for media.
5404 - make resolver results more readable.
5405 - use language fallbacks if none of multiple language providers
5406   matches.
5407 - get rid of ignoring wrong arch in resolver, having the wrong
5408   architecture is prevented by other means.
5409 - prepare for translations in exceptions.
5410 - fix 'abort does not abort'
5411 - implement 'flag' I/O in target cache backend.
5412 - skip incompatibles architectures in packages.<lang>
5413 - rev 2228
5414
5415 -------------------------------------------------------------------
5416 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
5417
5418 - dont even provide src/nosrc from the source.
5419 - rev 2169 + diffs
5420
5421 -------------------------------------------------------------------
5422 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
5423
5424 - Initialize commit result (#154409)
5425 - release media if its wrong (#154326)
5426 - dont copy src/nosrc packages to the pool (#154627)
5427 - reduce XML logging.
5428 - rev 2169 + diffs
5429
5430 -------------------------------------------------------------------
5431 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
5432
5433 - fix path of .po files (#154074).
5434 - parse the correct package.<lang> file (kinda #154074).
5435 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
5436 - reattach all released medias.
5437 - raise exception instead of abort() on XML errors (#154104).
5438 - update translations.
5439 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
5440   and is_empty_dir utility function
5441 - rev 2169
5442
5443 -------------------------------------------------------------------
5444 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
5445
5446 - check freshens and supplements for packages (#154074).
5447 - only complain about incomplete installed resolvables,
5448   if they are uninstalled, schedule them for installation.
5449   (#154074)
5450 - add testcases for locale() provides.
5451 - add lang_country -> lang fallback.
5452 - have locale(parent:...) deps match any provides of 'parent'
5453   also when uninstalling a package.
5454 - rev 2148
5455
5456 -------------------------------------------------------------------
5457 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
5458
5459 - change the locale(...) separator to ";" (#153791)
5460 - complete "find-files" of zmd-backend.
5461 - rev 2140
5462
5463 -------------------------------------------------------------------
5464 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
5465
5466 - avoid attaching media when initializing source
5467 - rev 2139
5468
5469 -------------------------------------------------------------------
5470 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
5471
5472 - warn about misspelled 'locale(...)' provides
5473 - add testcases
5474 - rev 2134
5475
5476 -------------------------------------------------------------------
5477 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
5478
5479 - fix the build
5480 - rev 2129
5481
5482 -------------------------------------------------------------------
5483 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
5484
5485 - provide available locales to application (#153583)
5486 - honor 'requestedLocales' (language dependant packages)
5487 - honor release requests for all holders of a device.
5488 - silently re-attach after a forced release.
5489 - solver improvements.
5490 - handle source caches.
5491 - proper logging in zmd backend helpers.
5492 - rev 2127
5493
5494 -------------------------------------------------------------------
5495 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
5496
5497 - upgrade always to best version and arch (#153577)
5498 - reset 'transact' state for obsoleted packages (#153578)
5499 - translation updates
5500 - rev 2113
5501
5502 -------------------------------------------------------------------
5503 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
5504
5505 - add support for 'local' .rpm packages to zmd-backend.
5506 - rev 2101
5507
5508 -------------------------------------------------------------------
5509 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
5510
5511 - fix build of zmd/backend.
5512 - actually fill 'files' table in package-files.
5513 - rev 2094
5514
5515 -------------------------------------------------------------------
5516 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
5517
5518 - improve testcases.
5519 - add 'setPossibleLocales()' to ZYpp, this defines the set
5520   of possible locales to choose from (#153583)
5521 - provide LanguageImpl and create 'Language' resolvables for
5522   each 'possible' locale.
5523 - fix YUM parsing of patches, insert 'atoms' to link patches
5524   with packages.
5525 - replace gzstream/ with own, existing implementation.
5526 - honor locks in solver (#150231)
5527 - sync pool with target after commit() properly (#150565, #153066)
5528 - new zmd helper 'package-files'
5529 - rev 2093
5530
5531 -------------------------------------------------------------------
5532 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
5533
5534 - prevent multiple initializations of the target (#153124)
5535 - implement 'loopback mounted ISO images'
5536 - retain old package sources on upgrade.
5537 - support compressed .xml files in 'repodata' type repositories.
5538 - rev 2025
5539
5540 -------------------------------------------------------------------
5541 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
5542
5543 - parse locale(...) provides and construct correct dependencies.
5544
5545 -------------------------------------------------------------------
5546 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
5547
5548 - always upgrade to candidate (#152760).
5549 - fix typo in package sorting.
5550 - prepare handling of locale provides.
5551 - rev 1995
5552
5553 -------------------------------------------------------------------
5554 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
5555
5556 - sort src/nosrc package to right list during commit.
5557 - revert installtime/buildtime in susetags parser (#152760)
5558 - rev 1990
5559
5560 -------------------------------------------------------------------
5561 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
5562
5563 - reset state after successful commit (#153030)
5564 - run "rpm -e" always with "--nodeps" (#153026)
5565 - provide separate resolvable kind for src packages.
5566 - extend status field for LOCK and LICENSE.
5567 - add sameState()/diffState() for UI.
5568 - provide 'best' candidate for UI.
5569 - set 60 sec timeout for curl access.
5570 - don't cross-compare solver results, takes too much time.
5571 - provide sizes of installed packages.
5572 - extend REQUIRES semantics in content file.
5573 - add "parse-metadata" helper to zmd-backend.
5574 - rev 1987
5575
5576 -------------------------------------------------------------------
5577 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
5578
5579 - provide complete disk usage data (#152761)
5580 - include upgrade flag when copying solver solution
5581   back to pool (#152717)
5582 - rev 1959
5583
5584 -------------------------------------------------------------------
5585 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
5586
5587 - don't insert incompatible architectures to the pool (#151933)
5588 - don't accept incompatible architectures from a repository
5589   (#151933)
5590 - separate rpm log (#151431).
5591 - allow extended product requires.
5592 - rev 1954
5593
5594 -------------------------------------------------------------------
5595 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
5596
5597 - provide the XML schema files in the main package. (#152593)
5598
5599 -------------------------------------------------------------------
5600 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
5601
5602 - provide arch compat handling.
5603 - implement data upload to zmd.
5604 - fix source metadata caching on target.
5605 - add 'supplements' dependencies to 'yum' parser.
5606 - provide user agent identification to curl calls.
5607 - move resolver branches (multiple alternatives) back in queue
5608   (resolve known things first, then the unknown ones).
5609 - clean up 'packages' parser.
5610 - rev 1947
5611
5612 -------------------------------------------------------------------
5613 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
5614
5615 - improve media mount/umount interface
5616 - prepare class ArchCompat for proper architecture ordering
5617   and compatibility handling.
5618 - add returns to dummy functions in DbAccess.
5619 - rev 1913
5620
5621 -------------------------------------------------------------------
5622 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
5623
5624 - don't explictly delete to-be-upgraded packages.
5625 - finish query-system, resolve-dependencies, and transact for
5626   libzypp-zmd-backend.
5627 - provide Pattern::category.
5628 - move system architecture to toplevel.
5629 - make target store pathname settable.
5630 - speed up rpmdb reading by properly filtering unwanted file
5631   provides.
5632 - rev 1905
5633
5634 -------------------------------------------------------------------
5635 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
5636
5637 - new translations.
5638 - proofread texts.
5639 - when comparing solutions, prefer higher versions.
5640 - provide generic 'SafeBool' for bool conversions.
5641 - add PtrTypes testsuites.
5642 - rev 1876
5643
5644 -------------------------------------------------------------------
5645 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
5646
5647 - integrate all diffs
5648 - move Target::commit to toplevel API
5649 - generalize dependency iterators and hash dependency
5650   information in pool (for speedup)
5651 - add 'supplements' as dependency
5652 - make more pattern attributes available
5653 - drop "smbfs" in favour of "cifs" (#151476)
5654 - add metadata cache to sources (Beta4 bug)
5655 - run "rpm -e"  with name-version-release
5656 - fix update conflicts
5657 - rev 1864
5658
5659 -------------------------------------------------------------------
5660 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
5661
5662 - fix-mediachange.diff: dont skip CD but retry after media change
5663 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
5664   'eject' button
5665 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
5666   so media handle gets actually released and media unmounted.
5667
5668 -------------------------------------------------------------------
5669 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
5670
5671 - implement arch scoring
5672 - prefer better arch (#151427)
5673 - transitive depedencies of weak requirements are non-weak
5674   (#151446)
5675 - rev 1778 + diff
5676
5677 -------------------------------------------------------------------
5678 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
5679
5680 - ignore self and to-be-updated conflicts (#150844)
5681 - fix enable of target store (for non-packages)
5682 - rev 1778
5683
5684 -------------------------------------------------------------------
5685 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
5686
5687 - fix "cd:" url (#151121)
5688 - provide location() in public Package api
5689 - allow running distribution upgrade in testmode
5690 - extend HAL interface
5691 - rev 1762
5692
5693 -------------------------------------------------------------------
5694 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
5695
5696 - pass normal and locale packages from selections correctly.
5697 - its "baseconf" for base selections.
5698 - Make 'ZYpp' an obvious singleton.
5699 - provide releasenotesUrl.
5700 - dont continue upgrade without target.
5701 - implement 'fake' hal for testing.
5702 - fix package sizes.
5703 - more solver testcases.
5704 - rev 1754
5705
5706 -------------------------------------------------------------------
5707 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
5708
5709 - extend requires of libzypp-devel
5710 - provide package sizes for UI
5711 - provide more UI helpers
5712 - implement Product and related functions
5713 - fix split provides in distribution upgrade
5714 - provide locale information to system
5715 - ask HAL for available devices
5716 - reduce debug information in solver
5717 - filter architectures in source, not in solver
5718 - rev 1743
5719
5720 -------------------------------------------------------------------
5721 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
5722
5723 - disable another testsuite for now
5724 - fetch the default locale from environment
5725 - support user-defined formatting of log
5726 - rev 1710
5727
5728 -------------------------------------------------------------------
5729 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
5730
5731 - providing basic product information from susetags source
5732 - public API for preferred language
5733 - implemented redirect of logging (#149001)
5734 - report start/finish of source data parsing (#150211)
5735 - store/restore source aliases properly (#150256)
5736 - disable a lot of debug logging to speed up solver
5737 - properly rewrite URL for CDn directory layouts (#149870)
5738 - rev 1706
5739
5740 -------------------------------------------------------------------
5741 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
5742
5743 - add save/restore state to facilitate UI 'cancel'
5744 - enable target/store
5745 - add 'forceResolve' call and flag to resolver to switch between
5746   task-oriented ZMD and interactive YaST behaviour.
5747 - Fix resolver problem solution texts.
5748 - improve solver problem solution offerings.
5749 - fix media access handling to better support multiple
5750   requestors to single media.
5751 - move the media number checking to the source (media requestor)
5752   which knows how to verify the correct media.
5753 - Fix CD ordering (#149871), adding testcases.
5754 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
5755 - Add selections to testcases.
5756 - rev 1673
5757
5758 -------------------------------------------------------------------
5759 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
5760
5761 - Fix missing return in Source.cc:124
5762
5763 -------------------------------------------------------------------
5764 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
5765
5766 - cope with empty arch field in selections
5767 - enable dummy "enableStorage" function
5768 - rev 1610-branch
5769
5770 -------------------------------------------------------------------
5771 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
5772
5773 - fix random data return in Source.cc
5774 - rev 1610
5775
5776 -------------------------------------------------------------------
5777 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
5778
5779 - adapt zmd-backend to SourceImpl API change
5780 - rev 1608
5781
5782 -------------------------------------------------------------------
5783 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
5784
5785 - fix the packages parser bug. Now all packages are parsed
5786   including (english) translations.
5787   source/susetags is back to svn head.
5788 - rev 1600
5789
5790 -------------------------------------------------------------------
5791 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
5792
5793 - fix off-by-one bug in bitfield handling
5794 - revert source/susetags to rev 1411
5795 - rev 1586
5796
5797 -------------------------------------------------------------------
5798 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
5799
5800 - dont prereq-sort non-packages
5801 - rev 1584
5802
5803 -------------------------------------------------------------------
5804 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
5805
5806 - rev 1582
5807
5808 -------------------------------------------------------------------
5809 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
5810
5811 - update to rev 1543
5812
5813 -------------------------------------------------------------------
5814 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
5815
5816 - require hal-devel in libzypp-devel
5817 - re-merge fixes (RPM_OPT_FLAGS)
5818
5819 -------------------------------------------------------------------
5820 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
5821
5822 - make solver behaviour a bit more interactive
5823 - rev 1537
5824
5825 -------------------------------------------------------------------
5826 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
5827
5828 - Fix syntax error in configure script.
5829 - Use RPM_OPT_FLAGS.
5830
5831 -------------------------------------------------------------------
5832 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
5833
5834 - update for qt ui integration
5835 - rev 1504
5836
5837 -------------------------------------------------------------------
5838 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
5839
5840 - split off libzypp-zmd-backend
5841 - rev 1466
5842
5843 -------------------------------------------------------------------
5844 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
5845
5846 - another update to svn
5847
5848 -------------------------------------------------------------------
5849 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
5850
5851 - finish rpm callbacks
5852 - finish UI API
5853 - fix state change resolver<->pool
5854 - zmd backend stuff
5855 - speed up tag file parsing
5856 - rev 1405
5857
5858 -------------------------------------------------------------------
5859 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
5860
5861 - disabling failing tests of s390 and ppc
5862
5863 -------------------------------------------------------------------
5864 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
5865
5866 - Snapshoot rev 1367
5867
5868 -------------------------------------------------------------------
5869 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
5870
5871 - use hashes for pool
5872 - rev 1343
5873
5874 -------------------------------------------------------------------
5875 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
5876
5877 - removed Obsoletes:    yast2-packagemanager
5878
5879 -------------------------------------------------------------------
5880 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
5881
5882 - Snapshoot 3 Feb 2005 (11:30)
5883
5884 -------------------------------------------------------------------
5885 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
5886
5887 - Snapshoot 2 Feb 2005 (14:00)
5888
5889 -------------------------------------------------------------------
5890 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
5891
5892 - Snapshoot 2 Feb 2005 ( integrating YaST )
5893
5894 -------------------------------------------------------------------
5895 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
5896
5897 - converted neededforbuild to BuildRequires
5898
5899 -------------------------------------------------------------------
5900 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
5901
5902 - Initial version
5903