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