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