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