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