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