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