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