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