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