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