- Reverted workaround parsing /proc/sys/dev/cdrom/info as fallback
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
3
4 - don't make libzypp-devel depend on sqlite-devel as
5   headers from zypp2 are not installed yet
6 - r4663 
7
8 -------------------------------------------------------------------
9 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
10
11 - Return an error if fork failed. (#204807)
12 - Make Script execution abortable by user request. (#212949, F100233)
13 - revision 4660
14 - version 2.8.6
15
16 -------------------------------------------------------------------
17 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
18
19 - Added package-manager wrapper script, with icon and .desktop (#222757).
20   (Used by gnome-main-menu)
21 - version 2.8.5
22 - r4640
23
24 -------------------------------------------------------------------
25 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
26
27 - Fixed target/hal - one more dbus_connection_close found (#216035)
28 - revision 4636
29 - version 2.8.4
30
31 -------------------------------------------------------------------
32 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
33
34 - translation added
35   rev 4630
36   version 2.8.3
37
38 -------------------------------------------------------------------
39 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
40
41 - Process obsoletes when installing non-package objects. (#217352)
42 - revision 4621
43 - version 2.8.2
44
45 -------------------------------------------------------------------
46 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
47
48 - Implemented volume device check using /sbin/vol_id (#213852).
49 - Revision 4619
50
51 -------------------------------------------------------------------
52 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
53
54 - new translation added
55
56 -------------------------------------------------------------------
57 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
58
59 - Implemented an reuse of already existing foreign CD/DVD mount points
60   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
61 - Added a fallback check of the volume.mount_point HAL property to
62   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
63   to be not avaliable in newer HAL versions (on 10.2).
64 - Revision 4615
65 - Version 2.8.1
66
67 -------------------------------------------------------------------
68 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
69
70 - removed unused methods from Patch and PatchImplIf. Provided
71   reasonable default implementation for Patch::interactive.
72   (#221476).
73 - revision 4610
74 - Version 2.8.0
75
76 -------------------------------------------------------------------
77 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
78
79 - Handle media eject failures (#216545)
80 - r4606
81
82 -------------------------------------------------------------------
83 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
84
85 - Reimplemented RpmDb::checkPackage using librpm API instead
86   of parsing "rpm --checksig" output. (#163202)
87 - Version 2.7.4
88 - revision 4600
89
90 -------------------------------------------------------------------
91 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
92
93 - NEW behaviour of the solver:
94   Obsolete virtual provides. E.G.:
95
96   Installed:
97   -----------
98   Name:           test-1.0-0
99
100   Name:           moretest-1.0-0
101   Provides:       test
102
103   To be installed
104   ------------------
105   Name:           nomoretest-1.0-0
106   Obsoletes:      test
107
108   Result
109   --------
110   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
111   test-1.0-0 had been deleted. Bug 220999
112
113 - Translations added
114
115 Version 2.7.3
116 rev 4593
117
118 -------------------------------------------------------------------
119 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
120
121 - Bugfix in generating solver testcases:
122    - added kind of capabilities in description file
123    - removed unneded channel from uninstall in command file
124
125 -------------------------------------------------------------------
126 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
127
128 - Try to call /bin/eject utility if the eject-ioctl fails.
129 - r4568
130
131 -------------------------------------------------------------------
132 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
133
134 - ignore empty capabilities
135 - r4565
136
137 -------------------------------------------------------------------
138 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
139
140 - make progress strings translatable (#219783)
141 - r4556
142
143 -------------------------------------------------------------------
144 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
145
146 -  While deleting a selection all concerning recommended
147    packages will be deleted too.
148    BUT those packages should not be deleted which have been
149    set to KEEP by the user. bug 217574
150    rev 4526
151    VERSION: 2.7.2
152
153 -------------------------------------------------------------------
154 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
155
156 - Makefile in zypp2 fixed
157   Revision 4520
158
159 -------------------------------------------------------------------
160 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
161
162 - Translations added
163   Revision 4514
164   VERSION: 2.7.1
165
166 -------------------------------------------------------------------
167 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
168
169 - Make the parser more strict, rejecting broken sources
170   but showing the error line.
171   Last fix making the parser relax would break multitag
172   descriptions with empty lines, now we check dependencies
173   at a higher level. (reference #160607)
174 - r4501
175
176 -------------------------------------------------------------------
177 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
178
179 - New problem solution added: Unlock ALL resovables in order to speed up
180   problem solution. Bug 206453
181
182 -------------------------------------------------------------------
183 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
184
185 - Translations added
186
187 -------------------------------------------------------------------
188 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
189
190 - Fixed target/hal - removed dbus_connection_close calls, because
191   the connections are shared; unref the ref-counted handle only.
192   (#216035)
193 - r4442
194
195 -------------------------------------------------------------------
196 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
197
198 - skipping unreachable packages won't work
199   (#215445)
200 - r4468
201
202 -------------------------------------------------------------------
203 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
204
205 - (#213793) Target store fails to recreate stored install-time (other
206   Date and ByteCount values as well)
207
208 - skip comments and blank lines in multilists
209   fixes (#214877) - zen-updater is not installed by default
210
211 - Automatically fix broken products when reading
212   the product database.
213   still pending: honour the read-only flag
214   Changes to make this possible include
215   using read_dir instead of boost directory
216   iterator.
217
218 -------------------------------------------------------------------
219 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
220
221 - added new class for generating solver testcases:
222   Testcase
223
224 -------------------------------------------------------------------
225 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
226
227 - Finalized ui::PatternContents. (F301229)
228 - version 2.7.0
229 - revision 4413
230
231 -------------------------------------------------------------------
232 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
233
234 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
235 - version 2.6.0
236
237 -------------------------------------------------------------------
238 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
239
240 - Added ui::PatternContents: Helper class that will compute a patterns
241   expanded install_packages set. (UI interface for F301229)
242 - revision 4387
243
244 -------------------------------------------------------------------
245 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
246
247 - removed the last reference to /usr/lib64 to fix the build
248
249 -------------------------------------------------------------------
250 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
251
252 - added "zypper info" (jkupec)
253 - version 2.5.2
254
255 -------------------------------------------------------------------
256 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
257
258 - fix rpm db timestamp
259 - add extra urls and optional urls to product API
260 - r4378
261
262 -------------------------------------------------------------------
263 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
264
265 - zypper: nicer progress reports, with or without --verbose.
266
267 -------------------------------------------------------------------
268 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
269
270 - Fixed reloading of target data after commit. Broken since
271   rev 3880.
272 - version 2.5.1
273 - revision 4365
274
275 -------------------------------------------------------------------
276 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
277
278 - put query-pool in /usr/lib/zypp and not lib64
279 - r4363
280
281 -------------------------------------------------------------------
282 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
283
284 - revert keyring changes, causes endless loop (obvious)
285 - add dist-product information, adapt store
286 - version 2.5.0
287 - r4355
288
289 -------------------------------------------------------------------
290 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
291
292 - zypp-query-pool: For products show additionally distributionName
293   and distributionEdition. (required by #205392)
294 - revision 4349
295
296 -------------------------------------------------------------------
297 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
298
299 - Add accessor for Product distributionName and distributionEdition.
300   (required by #205392)
301 - revision 4347
302
303 -------------------------------------------------------------------
304 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
305
306 - added test case for KeyRing
307 - fire trustedKeyAdded in all calls to import trusted key
308   not only in signature check workflow.
309 - r4342
310
311 -------------------------------------------------------------------
312 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
313
314 - zypper update: implemented minimal version (patches only)
315 - zypper list-updates: changed default type from package to patch,
316   consider patches affecting the package manager separately
317
318 -------------------------------------------------------------------
319 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
320
321 - version 2.4.1
322 - r4338
323
324 -------------------------------------------------------------------
325 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
326
327 - add zypp-query-pool, so registration doesn't depend on
328   libzypp-zmd-backend being installed. Will remove from
329   backend when suseregister gets updated.
330
331 -------------------------------------------------------------------
332 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
333
334 - Make sure config.rpath is present.
335
336 -------------------------------------------------------------------
337 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
338
339 - zypper search: fixed uninitialized members that made all searches
340   exact and case sensitve
341
342 -------------------------------------------------------------------
343 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
344
345 - zypp-checkpatches, write in the right file
346 - r4328
347
348 -------------------------------------------------------------------
349 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
350
351 - Install resolvables although they are unneeded
352   if they have NOT the kind patch/atoms
353   Bug 210538 - freshens/supplements does not work with patterns
354 - r4326
355
356 -------------------------------------------------------------------
357 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
358
359 - zypper service-add -r http://example.org/foo.repo (F#300641).
360
361 -------------------------------------------------------------------
362 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
363
364 - zypp-checkpatches:
365   save version of the generated xml to
366   regenerate it if it changes.
367   save a random token in case of error to
368   force recreating xml file
369 - r4321
370
371 -------------------------------------------------------------------
372 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
373
374 - remove permissions for zypp checkpatches from spec
375 - r4318
376
377 -------------------------------------------------------------------
378 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
379
380 - registration fails because of wrong product data
381   (#205392)
382   use DISTPRODUCT,DISTVERSION to create the product
383   resolvable. have this resolvable provide
384   PRODUCT = VERSION
385 - r4312
386
387 -------------------------------------------------------------------
388 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
389
390 - zypper service-add -r ./foo.repo (F#300641).
391
392 -------------------------------------------------------------------
393 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
394
395 - zypper: added case-sensitive search, search in descriptions and
396   summaries, search by resolvable type, substring and word
397   matching, support for wildcards
398 - Revision 4303
399
400 -------------------------------------------------------------------
401 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
402
403 - Dont incomplete an uninstalled resolvable, even not when establishing.
404   Incomplete only makes sense for installed resolvables (when they have broken
405   deps), for patches (because they are needed) and for atoms (because they are
406   used during patch calculation)
407   Bug 198379
408
409 - Do not branch for packages with the same NVE but different architectures.
410   Take the best architecture.
411
412 -------------------------------------------------------------------
413 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
414
415 - Prevent the user from sending signals to zypp-checkpatches-wrapper
416   (#211286).
417
418 -------------------------------------------------------------------
419 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
420
421 - implement rename source in sourcemanager
422 - r4286
423
424 -------------------------------------------------------------------
425 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
426
427 - YaST sources: set alias to product summary if empty
428 - show alias on logs.
429 - r4281
430
431 -------------------------------------------------------------------
432 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
433
434 - version 2.4.0 (bin incompat due to callback fixes)
435 - r4272
436
437 -------------------------------------------------------------------
438 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
439
440 - Provide additional solver status information to the UI.
441   (#162164,F301272)
442 - Fixed UI satus computation in presence of multiple available
443   candidates.
444 - revision 4264
445 - version 2.3.1
446
447 -------------------------------------------------------------------
448 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
449
450 - remove const in MediaChangeReport requestMedia that
451   broke cd changing.
452 - r4262
453
454 -------------------------------------------------------------------
455 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
456
457 - zypper: added search (jkupec)
458 - removed the suid bit from zypp-checkpatches-wrapper so that the
459   build passes until permissions.rpm is updated (~#211286).
460 - r4253
461
462 -------------------------------------------------------------------
463 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
464
465 - Log microseconds if ZYPP_PROFILING env var is enabled.
466 - r4252
467
468 -------------------------------------------------------------------
469 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
470
471 - YaST sources:
472   Factory cannot be set with 'refresh' enabled
473   (#204957)
474 - get rid of some const bool signatures in Source classes
475 - r4247
476
477 -------------------------------------------------------------------
478 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
479
480 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
481
482 -------------------------------------------------------------------
483 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
484
485 - select the best solution: prefering the total amount of install/update
486   packages BEFORE source preferences. Bug 208784
487
488 -------------------------------------------------------------------
489 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
490
491 - Introduce a method to see if a source supports a
492   kind of resolvable at that time, so we can
493   init a YUM source like factory but avoid parsing
494   it if it contains no patches.
495 - add TODO
496 - zypp-checkpatches xml output
497 - r4235
498
499 -------------------------------------------------------------------
500 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
501
502 - added a CLI preview: zypper
503 - revision 4214
504 - version 2.2.3
505
506 -------------------------------------------------------------------
507 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
508
509 - FATE #100165:
510   Make Content File Aware of Different Architectures
511   expand %a in release notes with architecture
512
513 -------------------------------------------------------------------
514 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
515
516 - Extended pattern parser to support includes/extends tags as hint
517   for the IO. (F301229)
518 - revision 4199
519 - version 2.2.2
520
521 -------------------------------------------------------------------
522 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
523
524 - Enabled sending of ScriptResolvableReport.
525 - Changed ScriptResolvableReport::start to send local path
526   of script to be executed.
527 - revision 4190
528 - version 2.2.1
529
530 -------------------------------------------------------------------
531 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
532
533 - Added ScriptResolvableReport. Callbacks triggered on script
534   execution during commit. (F100233)
535 - revision 4187
536 - version 2.2.0
537
538 -------------------------------------------------------------------
539 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
540
541 - fix: Url::getRegisteredSchemes() would always return nothing
542
543 -------------------------------------------------------------------
544 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
545
546 - Made the build dependency on gettext-devel explicit
547
548 -------------------------------------------------------------------
549 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
550
551 - adapted multi-media YUM sources according to official YUM
552   specification (F300743)
553
554 -------------------------------------------------------------------
555 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
556
557 - use RPM_OPT_FLAGS (meissner@suse.de)
558
559 -------------------------------------------------------------------
560 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
561
562 - reduce logging in ResolvableImpl.cc
563 - rev 4157
564
565 -------------------------------------------------------------------
566 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
567
568 - SourceFactory::createFrom() - don't loose url,...
569 - r4160
570
571 -------------------------------------------------------------------
572 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
573
574 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
575   in QueueItemInstall and QueueItemRequire
576   Bug 192535/204913
577   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
578
579 -------------------------------------------------------------------
580 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
581
582 - fixed SourceFactory::createFrom() - don't loose alias,
583   cachedir,... parameters
584
585 -------------------------------------------------------------------
586 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
587
588 - Use RPM Enhances only if detected at configure time, to allow
589   compilation with older rpm.
590 - callback params: use const string & instead of string (dmacvicar)
591
592 -------------------------------------------------------------------
593 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
594
595 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
596   a package/script/message
597   Bug: 192535
598
599 -------------------------------------------------------------------
600 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
601
602 - add Source_Ref::checksum() which in combination with
603   timestamp can give an idea of a source change.
604 - r4106
605
606 -------------------------------------------------------------------
607 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
608
609 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
610   enable progress reporting on compressed streams.
611
612 -------------------------------------------------------------------
613 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
614
615 - better error propagation
616 - r4096
617
618 -------------------------------------------------------------------
619 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
620
621 - Removed libblkid dependency - the workaround using libblkid to
622   check filesystem on XEN vbd mapped devices is obsolete, because
623   the info is avaliable via /dev/disk/by-label link now. (#197107)
624 - revision 4087
625
626 -------------------------------------------------------------------
627 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
628
629 - PackageProvider: Fixed broken retry. (#202163)
630 - revision 4071
631
632 -------------------------------------------------------------------
633 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
634
635 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
636   to create a Package from a source package header.
637 - Added method Pathname::extension: Return all of the characters in name
638   after and including the last dot in the last element of name.
639 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
640   rpms. Otherwise we'd need access to the rpm database to get the keys.
641 - revision 4069
642
643 -------------------------------------------------------------------
644 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
645
646 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
647   a package/script/message
648   Bug: 192535
649
650 -------------------------------------------------------------------
651 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
652
653 - Speedup computation of number of rpm database entries.
654 - revision 4058
655
656 -------------------------------------------------------------------
657 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
658
659 - Fixed endless loop in transactResObject
660   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
661
662 -------------------------------------------------------------------
663 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
664
665 - fix some testcases for tar file parser changes
666 - r4045
667
668 -------------------------------------------------------------------
669 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
670
671 - missing includes
672 - clean old callbacks
673 - r4041
674
675 -------------------------------------------------------------------
676 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
677
678 - zyppPattern->install_packages returns SUGGESTED package too.
679   Bug 201476
680   Revision 4036
681
682 -------------------------------------------------------------------
683 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
684
685 - New behaviour in the solver: try with 'best' package first, try with 'all'
686   packages if this fails.
687   Bug :Bug 191983
688
689 -------------------------------------------------------------------
690 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
691
692 - libzypp 2.1.0
693 - bump version due to incompatible callback changes in KeyRing
694   Sources
695
696 -------------------------------------------------------------------
697 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
698
699 - new keyring callbacks
700 - separate trust key from import key
701 - use PublicKey class instead of params, to be able
702   to add more info like photos later (pending #181682)
703 - update zmart with those callbacks.
704 - better error handling (Exception types)
705 - make tmp file names more readable depending on the context
706 - r4026
707
708 -------------------------------------------------------------------
709 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
710
711 - decouple probing from source creation, using the new
712   media test for existence functions.
713 - r4019
714
715 -------------------------------------------------------------------
716
717 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
718
719 - Fixed getDoesFileExist to reset the transfer range
720 - Added logging of curl debug messages to the zypp log.
721   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
722   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
723 - r4018
724
725 -------------------------------------------------------------------
726 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
727
728 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
729   see rev 3810 below. (#190163)
730 - rev 3998
731
732 -------------------------------------------------------------------
733 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
734
735 - fix uninstalling of atoms (noop)
736 - r3995
737
738 -------------------------------------------------------------------
739 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
740
741 - Implement initial verson of Media
742   doesFileExist, for future source probing.
743 - r3984
744
745 -------------------------------------------------------------------
746 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
747
748 - more dbus_connection_close fixes
749 - r3974
750
751 -------------------------------------------------------------------
752 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
753
754 - clean up 'incomplete' handling in QueueItemEstablish.
755 - rev 3973.
756
757 -------------------------------------------------------------------
758 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
759
760 - Don't set 'incomplete' for uninstalled patterns or products.
761   (#198379)
762 - rev 3970.
763
764 -------------------------------------------------------------------
765 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
766
767 - Added new API calls:
768   setAdditionalProvide
769   setAdditionalConflict
770   setAdditionalRequire
771
772 -------------------------------------------------------------------
773 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
774
775 - don't link examples to testsuite library.
776
777 -------------------------------------------------------------------
778 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
779
780 - Disable profiling to work around compiler bug.
781
782 -------------------------------------------------------------------
783 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
784
785 - forward port 3924:3939
786 - Add explicit finish callbacks for subtasks during ProvidePackage
787  Â to avoid UI confusion.
788 - rev3957
789
790 -------------------------------------------------------------------
791 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
792
793 - Introduce examples/
794 - fix some svn ignores
795 - fix compilation. Use: dbus_connection_close
796 - rev 3943
797
798 -------------------------------------------------------------------
799 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
800
801 - Initial support for plain directory with rpms as source
802 - r3935
803
804 -------------------------------------------------------------------
805 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
806
807 - Move the target query by kind function to
808   a iterator, so we dont make a copy of the restore
809   the iterator works loading by demand too
810
811 -------------------------------------------------------------------
812 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
813
814 - rename the new initTarget to initializeTarget,
815   leave the old one as is, but deprecate it.
816 - r3903
817
818 -------------------------------------------------------------------
819 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
820
821 - forward port from SLES10 branch , till 3888
822 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
823   full packages. (#168844)
824 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
825 - version 2.0.0
826 - rev 3893
827
828 -------------------------------------------------------------------
829 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
830
831 - Separate target init from adding resolvables, getting rid of the
832 uggly bool flag.
833 - dont clear the store each time Target::resolvables is called
834 - Load target resolvables on demand by kind, keep them cached later
835 - add Target::resolvablesByKind(kind) to allow query specific kind
836   without reading all kinds. Used to port TargetProduct, which
837   was reading the whole rpm database only to displayy base product
838   name in YaST help.
839 - commit to pkg-bindings and packager will follow.
840 - jsrain will port more yast stuff, especially inst_source which
841   startup time should by reduced by half afterwards.
842 - rev 3880
843
844 -------------------------------------------------------------------
845 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
846
847 - forward port:
848   rev 3786 fix to stalle tmpfiles broke patches.
849   SLES was released with this broken. 10.1 has a blocked
850   zypp update because this.
851   Attempt to fix this. (#192535)
852 - fix configure.ac sqlite-source build path
853 - rev 3858
854
855 -------------------------------------------------------------------
856 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
857
858 - link correctly
859
860 -------------------------------------------------------------------
861 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
862
863 - dont link sqlite in the main lib.
864 - rev 3826
865
866 -------------------------------------------------------------------
867 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
868
869 - susetags: parse product parser regexp only once
870 - parse yum factory 5 sec. (from 30) faster using
871   another string find algorithm
872 - rev 3824
873
874 -------------------------------------------------------------------
875 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
876
877 - Digest: Don't read the stream character wise but reading blocks,
878   as advised by matz profiling.
879 - r3819
880
881 -------------------------------------------------------------------
882 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
883
884 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
885   trusted vendors. (#189573)
886 - revision 3804
887
888 -------------------------------------------------------------------
889 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
890
891 - backport fix for stalle tmpfile (#191311)
892 - rev 3788
893
894 -------------------------------------------------------------------
895 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
896
897 - deactivated media manager code that was disabling the
898   automounter (#172419)
899 - rev 3724
900
901 -------------------------------------------------------------------
902 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
903
904 - fix autorefresh (#186115)
905 - revision 3708
906 -------------------------------------------------------------------
907 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
908
909 - forward port from SLE branch
910 - Set default permission for logfiles to 0640. (#187044)
911 - revision 3696
912
913 -------------------------------------------------------------------
914 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
915
916 - forward port from SLE branch
917 - Fixed installation of SP or Add-On product switching to media 2
918   too early. (#186607)
919 - revision 3691
920
921 -------------------------------------------------------------------
922 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
923
924 - forward port from SLE branch
925 - Strip self provides without edition in Resolvable ctor.
926   (#186079)
927 - Source::provideResolvables not implemented in yum source type.
928   Product not set for packages that are available from update source
929   (#186920)
930 - Hook modalias() supplements without package to "kernel" (#184840)
931 - Allow on-demand SourceManager::restore() (#186678)
932 - Hook modalias() supplements without package to "kernel" (#184840)
933 - rev 3676
934
935 -------------------------------------------------------------------
936 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
937
938 - Fix adding resolving of path names for mount points (#181606)
939 - rev 3658
940
941 -------------------------------------------------------------------
942 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
943
944 - merge download algorithm and refactoring from branch
945   (#181204)
946
947 -------------------------------------------------------------------
948 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
949
950 - right fix for tmpdir initialized in static constructor
951 - catch around provideJustFile in providePackage
952 -rev 3654
953
954 -------------------------------------------------------------------
955 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
956
957 - autodocs: use find+xargs to overcome command length limit,
958   do not call doxygen unnecessarily (#185334).
959 - rev 3645
960
961 -------------------------------------------------------------------
962 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
963
964 - Dont use getZYpp in static constructor (#185198)
965   Bugfix #178292 was wrong.
966 - Only warn on incompleting installed resolvables (#185197)
967 - rev 3644
968
969 -------------------------------------------------------------------
970 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
971
972 - Atoms might only be installed via patches (#184714)
973 - rev 3642
974
975 -------------------------------------------------------------------
976 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
977
978 - fix for the last stall tmpfile (#178292)
979 - r3637
980
981 -------------------------------------------------------------------
982 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
983
984 - Implemented transfer timeout inside of the progress callback.
985   The timeout value can be set using timeout url parameter, the
986   default transfer timeout is 180 seconds. (#181602)
987 - Added ssl_verify and ssl_capath url options used in https scheme,
988   allowing to change or disable the ssl verify options. (#171622)
989 - Added fallback on read failures of /etc/mtab to /proc/mounts.
990   Improved verbosity in mount and mount check related failure cases,
991   incl. /etc/mtab dump. (#181606)
992 - rev 3623
993
994 -------------------------------------------------------------------
995 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
996
997 - combine knownAliases and knownUrls in a single function.
998 - rev 3616
999
1000 -------------------------------------------------------------------
1001 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
1002
1003 - honor parallel installs in resolver context (#181103)
1004 - rev 3592
1005
1006 -------------------------------------------------------------------
1007 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
1008
1009 - fix #182003 YUM packages without size
1010 - rev 3587
1011
1012 -------------------------------------------------------------------
1013 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
1014
1015 - Allow to restore and remove by Url
1016 - rev 3583
1017
1018 -------------------------------------------------------------------
1019 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
1020
1021 - make atoms parallel installable (#181103)
1022 - rev 3580
1023
1024 -------------------------------------------------------------------
1025 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
1026
1027 - Allow to restore by alias
1028 - r3568
1029
1030 -------------------------------------------------------------------
1031 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
1032
1033 - Do not fork in a global destructor, perl dislikes it (#182672).
1034   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
1035
1036 -------------------------------------------------------------------
1037 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
1038
1039 - Installation: Assert product information is stored to libzypp
1040   database before reboot. (#181198)
1041 - Version 1.2.0; revision 3553
1042
1043 -------------------------------------------------------------------
1044 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
1045
1046 - Synchronize keys with rpm database before
1047   closing access to it (#182338)
1048 - rev 3533
1049
1050 -------------------------------------------------------------------
1051 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
1052
1053 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
1054   filter out the non-DVD drives completely. Allows a fallback to
1055   drives without the dvd HAL property e.g. in VMWare. (#177457)
1056 - rev 3530
1057
1058 -------------------------------------------------------------------
1059 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
1060
1061 - Merge fix for stalle tmpdir due to cyclic references, using a master
1062  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
1063 - rev 3521
1064
1065 -------------------------------------------------------------------
1066 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
1067
1068 - fixed memory leak in PersistentStorage (#168690)
1069 - revision 3519
1070
1071 -------------------------------------------------------------------
1072 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
1073
1074 - fixed memory leak in XMLSourceCacheParser (#168690)
1075 - revision 3517
1076
1077 -------------------------------------------------------------------
1078 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
1079
1080 - Fixes unneeded file download, and add download callbacks
1081   (still need yast side) #181204 and #160206
1082 - Fix stalle tmpdir due to cyclic references, using a master
1083   TmpDir for zypp. # 178292
1084
1085 -------------------------------------------------------------------
1086 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
1087
1088 -latest fi translation added
1089  Revision 3502
1090
1091 -------------------------------------------------------------------
1092 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
1093
1094 -All installed resolvables has been set to "satisfied" in
1095  ResolverContext::unneeded . BUT:
1096  Patch concerning resolvables have to be set to
1097  "unneeded" although they are installed. In order
1098  getting the state "no longer applicable" (Bug 171590)
1099 - rev 3496
1100
1101 -------------------------------------------------------------------
1102 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
1103
1104 - compute status for scripts and messages so their freshens get
1105   properly honored (aj with postgresql-server)
1106 - rev 3494
1107
1108 -------------------------------------------------------------------
1109 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
1110
1111 - revert not-used-yet rpmdb timestamp, as
1112   it broke rpmdb::init(). (#180040)
1113 - rev 3490
1114
1115 -------------------------------------------------------------------
1116 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
1117
1118 - updating gmo files, if po files has been changed; bug 164449
1119
1120 -------------------------------------------------------------------
1121 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
1122
1123 - Dont download twice if starting from 1st time
1124 - fix typo
1125 - rev 3481
1126
1127 -------------------------------------------------------------------
1128 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
1129
1130 - set cache dir only if storeMetadata is called as a public method.´
1131 - rev 3475
1132
1133 -------------------------------------------------------------------
1134 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
1135
1136 - schedule a package for installation if
1137   - it freshens / supplements something
1138   - it is not installed yet
1139   (#178721)
1140 - rev 3473
1141
1142 -------------------------------------------------------------------
1143 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
1144
1145 - make susetags also implement download and check first.
1146 - rev 3470
1147
1148 -------------------------------------------------------------------
1149 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
1150
1151 - make yum more robust. Never parse from provideFile
1152   but only from local disk. Make sure the cache
1153   is consistent before recreating it.
1154   the code is easier to follow and probably
1155   faster. checksum and signatures are
1156   checked on caching not on parsing.
1157   Required to implement refresh for #154990
1158 - rev 3452
1159
1160 -------------------------------------------------------------------
1161 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
1162
1163 - implement timestamp for YUM and SuseTags
1164 - actually use the license to confirm in yum patches
1165 - add prerequires tag in yum optonally to the bad designed
1166   and nonintuitive pre=1
1167 - rev 3448
1168
1169 -------------------------------------------------------------------
1170 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
1171
1172 - dont pass root on init but before.
1173 - implement rpm db modification timestamp
1174   not used yet
1175 - move Helix source to testsuite out of the solver
1176   so we can use it for target, storage tests
1177 - add Source_Ref::timestamp(), default to now()
1178   in order to implement smart sync of sources by zmd
1179 - don't parse desc and summary twice
1180 - fix a segfault with tranlated text
1181 - fix broken size tag introduced in rev 3427
1182 - rev 3446
1183
1184 -------------------------------------------------------------------
1185 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
1186
1187 - dont accept corrupt sources, improve logs
1188
1189 -------------------------------------------------------------------
1190 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
1191
1192 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
1193   loosing autoprotection (eg. for foreign vendor). (assists #177469)
1194 - rev 3431
1195
1196 -------------------------------------------------------------------
1197 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
1198
1199 - added mediaNr() to PatchRpm and DeltaRpm classes
1200 - rev 3430
1201
1202 -------------------------------------------------------------------
1203 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
1204
1205 - enable YUM license to confirm.
1206   needed for #174476
1207 - adapt store to serialize and read all new resobject fields
1208 - use install-time to now() when serializing (#174653)
1209 - rev 3427
1210
1211 -------------------------------------------------------------------
1212 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
1213
1214 - Do not violate install order when restricting commit to a certain
1215   mediaNumber. (#170079)
1216 - Version 1.1.0; rev 3423
1217
1218 -------------------------------------------------------------------
1219 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
1220
1221 - Added SourceManager::findSourceByUrl to overcome alias mismatches
1222   (#177543).
1223 - rev 3420
1224
1225 -------------------------------------------------------------------
1226 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
1227
1228 - Order all objects according to prerequirements, not just packages.
1229   (#173690)
1230 - rev 3419
1231
1232 -------------------------------------------------------------------
1233 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
1234
1235 - Added new translation
1236
1237 -------------------------------------------------------------------
1238 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
1239
1240 - fix missing homedir option for gpg (#171055)
1241 - rev 3415
1242
1243 -------------------------------------------------------------------
1244 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
1245
1246 - Prevent against daemons launched in rpm %post, that do not close
1247   their filedescriptors. (#174548)
1248 - Version 1.0.1; rev 3413
1249
1250 -------------------------------------------------------------------
1251 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
1252
1253 - fixed media number of package retrieved as a part of a patch
1254   (#174841)
1255 - rev 3409
1256
1257 -------------------------------------------------------------------
1258 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
1259
1260 - fix missing package descriptions due to filtered packages
1261   by incompatible architectures. (#159109)
1262 - rev 3404
1263
1264 -------------------------------------------------------------------
1265 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
1266
1267 - decrease logging in DiskUsageCounter and Modalias (#163186)
1268 - rev 3406
1269
1270 -------------------------------------------------------------------
1271 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
1272
1273 - Stay backward comapatible.
1274
1275 -------------------------------------------------------------------
1276 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
1277
1278 - Make basic attributes available through ResObject.
1279 - Let ResObjects which do not require media access during
1280   commit return ZERO sourceMediaNr (required for #173690)
1281 - Version 1.0.0
1282 - rev 3390
1283
1284 -------------------------------------------------------------------
1285 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
1286
1287 - reduce logging verbosity (#163186)
1288 - rev 3381
1289
1290 -------------------------------------------------------------------
1291 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
1292
1293 - setCandidate accept candidates with compatible architectures too. Not
1294   only with the same architecture. Bug 172594 - If update package has
1295   differet arch, UI display is wrong
1296
1297 -------------------------------------------------------------------
1298 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
1299
1300 - Added Source_Ref::resStoreInitialized.
1301   If we know that noone has seen the resolvables yet, we can skip
1302   them too, eg. when deleting a source. (#174840)
1303 - rev 3378
1304
1305 -------------------------------------------------------------------
1306 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
1307
1308 - Honor freshens as conditionals independant from the installed/
1309   uninstalled status (#174797)
1310 - rev 3376
1311
1312 -------------------------------------------------------------------
1313 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
1314
1315 - State modifier "unneeded" is transitive for patches (#171590)
1316 - rev 3375
1317
1318 -------------------------------------------------------------------
1319 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
1320
1321 - Do not transact itself (update) in the transactResObject mechanism
1322   Bug 174290
1323
1324 -------------------------------------------------------------------
1325 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
1326
1327 - Reenabled improved large file support flags (unintentionally
1328   removed in rev 1544). Fixes bug #173753.
1329 - Added large file support flags to libzypp.pc file allowing
1330   consistence checks in the application using features variable
1331 - rev 3366
1332
1333 -------------------------------------------------------------------
1334 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
1335
1336 - SourceManager: moved source deletion before creation
1337   so that we can recreate a deleted one (#174295)
1338 - removed dead code dealing with known_caches from SourceManager::store
1339   (see r3195)
1340 - r3362
1341
1342 -------------------------------------------------------------------
1343 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
1344
1345 - fixed returning product short name and summary if product read
1346   from target store (#148625)
1347 - rev 3360
1348
1349 -------------------------------------------------------------------
1350 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
1351
1352 - set media verifier on redirected medium (#172599)
1353 - rev 3359
1354
1355 -------------------------------------------------------------------
1356 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
1357
1358 - fix 'transactResKind' to collect best providers by capability
1359   and to recursively transact items of same kind (#170114)
1360 - rev 3355
1361
1362 -------------------------------------------------------------------
1363 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
1364
1365 - serialize the full URL to avoid missing password and other
1366   url settings (#148108)
1367 - rev 3353
1368
1369 -------------------------------------------------------------------
1370 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
1371
1372 - Added a 60 sec connect timeout to MediaCurl (#172860)
1373 - rev 3348
1374
1375 -------------------------------------------------------------------
1376 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
1377
1378 - re-fetch also .asc and .key files before checking signature
1379   (#172597)
1380 - rev 3350 (3345-10.1)
1381
1382 -------------------------------------------------------------------
1383 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
1384
1385 - Fix yum key verification, because a double variable declaration
1386
1387 -------------------------------------------------------------------
1388 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
1389
1390 - use --no-default-keyring to avoid creating a
1391   default gpg dir in / (#171055)
1392 - rev 3335
1393
1394 -------------------------------------------------------------------
1395 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
1396
1397 - Fix YUM signature checking, we were passing the key instead of the
1398   signature.
1399 - When the user trust a key, sync again. Bye to the session trusted
1400   keys and user being asked all the time. (#171213)
1401 - r3332
1402
1403 -------------------------------------------------------------------
1404 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
1405
1406 - Cleanup index tables when removing items from pool (#170564).
1407
1408 -------------------------------------------------------------------
1409 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
1410
1411 - backout rev 3246->3275 of TargetImpl.cc
1412 - add missing testsuite/utils/TestUtils.h
1413 - rev 3330
1414
1415 -------------------------------------------------------------------
1416 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
1417
1418 - more fixes for #171062, there were some files still not being
1419   read from cache.
1420 - r3327
1421
1422 -------------------------------------------------------------------
1423 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
1424
1425 - cache keys and signature. Remove lot of duplicated code. (#171062)
1426 - r3320
1427
1428 -------------------------------------------------------------------
1429 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
1430
1431 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
1432   mount here anything, so it is OK to use any dir (171351).
1433 - rev 3318
1434
1435 -------------------------------------------------------------------
1436 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
1437
1438 - parse "license-to-confirm" in primary.xml (#168437)
1439 - rev 3312
1440
1441 -------------------------------------------------------------------
1442 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
1443
1444 - Don't try to store 'Atom', not needed and the backend store
1445   rejects them anyways (addtion to #168610)
1446 - rev 3306
1447
1448 -------------------------------------------------------------------
1449 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
1450
1451 - Improved device check in MediaDISK using libblkid (Bug #158529)
1452 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
1453   added a check if it is a directory
1454 - Added libcurl and libblkid checks to configure.ac
1455 - Added e2fsprogs(-devel) requires to the spec file
1456 - rev 3303
1457
1458 -------------------------------------------------------------------
1459 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
1460
1461 - dont download "other" during key check (#171041)
1462 - rev 3294
1463
1464 -------------------------------------------------------------------
1465 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
1466
1467 - allow parallel installs of atoms (used to fulfill patch require-
1468   ments, atoms aren't installed anyways) (#170098)
1469 - some testsuite improvements.
1470 - rev 3288
1471
1472 -------------------------------------------------------------------
1473 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
1474
1475 - get rid of autobuild check when throwing exceptions without throw
1476   but with a macro, returning a null pointer at the end (never reached).
1477
1478 -------------------------------------------------------------------
1479 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
1480
1481 - Do not violate install order when restricting commit to a certain
1482   mediaNumber. (#170079)
1483
1484 -------------------------------------------------------------------
1485 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
1486
1487 - Don't use throw directly!
1488   use ZYPP_THROW with a Exception class, otherwise package bindings
1489   will not catch them.
1490   Should fix crashes when reading broken sources with yast.
1491 - rev 3272
1492
1493 -------------------------------------------------------------------
1494 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
1495
1496 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
1497   revision 3269
1498
1499 -------------------------------------------------------------------
1500 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
1501
1502 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
1503 - further improve on #168840 (from rev 3231), match on name-edition
1504   when filtering by best arch. (#170098)
1505 - rev 3268
1506
1507 -------------------------------------------------------------------
1508 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
1509
1510 - #170093 , lot of package descriptions missing
1511 - rev 3263
1512
1513 -------------------------------------------------------------------
1514 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
1515
1516 - try to fix wrong permissions of /var/lib/zypp created
1517   by old zypp, only when running as root they are fixed
1518   (#169094)
1519 - YUM: Verify signatures on factoryInit.
1520   Dont provide other.xml. Cleanups, better logging.
1521   When refreshing signed soruces, don't refresh is source
1522   has not changed.
1523 - YaST sources: don't refresh if media file has not changed.
1524 - Show full url of index files in sources for signature validation
1525   (mentioned in #170139 comment #3)-
1526
1527 -------------------------------------------------------------------
1528 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
1529
1530 - udpated media ID syntax for external scripts (to be consistent
1531   with packages) (#170247)
1532 - rev 3256
1533
1534 -------------------------------------------------------------------
1535 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
1536
1537 - set media ID to 1 if not specified in YUM metadata (#167452)
1538 - rev 3255
1539
1540 -------------------------------------------------------------------
1541 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
1542
1543 - If freshen and supplement are fulfilled, install any kind of
1544   resolvable if not yet installed (#165746)
1545 - rev 3249
1546
1547 -------------------------------------------------------------------
1548 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
1549
1550 - make downloaded script executable. (#169191)
1551 - rev 3247
1552
1553 -------------------------------------------------------------------
1554 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
1555
1556 - Improve on last fix, compare only compatible archs.
1557 - rev 3233
1558
1559 -------------------------------------------------------------------
1560 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
1561
1562 - Only choose best arch of multiple package atoms with identical
1563   name (#168840)
1564 - rev 3231
1565
1566 -------------------------------------------------------------------
1567 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
1568
1569 - pass empty strings to UI as key properties if unknown key
1570   (#169114)
1571 - rev 3228
1572
1573 -------------------------------------------------------------------
1574 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
1575
1576 - refrain from parsing 'other.xml' (#159316)
1577 - rev 3226
1578
1579 -------------------------------------------------------------------
1580 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
1581
1582 - in source refresh, clean up the cache dir if fails
1583 - do not require repomd.xml.asc when creating a cache (#163765)
1584 - rev 3224
1585
1586 -------------------------------------------------------------------
1587 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
1588
1589 - Check if a file exists before providing it, and just handling the
1590   exception is not sufficient, because it can release the media.
1591   it nows get all possible packages.X translations an then
1592   it selects the candidate from the existing ones (#168654)
1593 - rev 3221
1594
1595 -------------------------------------------------------------------
1596 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
1597
1598 - dont report conflicts if item is neither installed
1599   nor to-be-installed (#168906)
1600 - rev 3219
1601
1602 -------------------------------------------------------------------
1603 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
1604
1605 - #168060 , propagate the file description or original
1606   name to the UI and not the checked filename path,
1607   which could be a tmp file.
1608   Requires changes in pkg-manager, and probably zmd-helpers.
1609 - rev 3215
1610
1611 -------------------------------------------------------------------
1612 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
1613
1614 - /var/lib/zypp/db/languages/* are empty files (##168355)
1615 - r3206
1616
1617 -------------------------------------------------------------------
1618 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
1619
1620 - All resolvables must honor arch, so Arch_noarch in
1621   target/store/XMLFilesBackend.cc is wrong (#160792)
1622 - Introduced code to honour shared package descriptions
1623   (#159109)
1624 - r3204
1625
1626 -------------------------------------------------------------------
1627 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
1628
1629 - replace '_' in YUM elements/attributes with '-' (#168762)
1630 - rev 3201
1631
1632 -------------------------------------------------------------------
1633 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
1634
1635 - Fixed iseries workaround - interchanged variables for scsi
1636   devices, added debug messages about the steps (#163971).
1637 - Added getenv NULL ptr check and verify of the $HOME dir's
1638   and ~/.curlrc file's ownership (#163203).
1639 - rev 3199
1640
1641 -------------------------------------------------------------------
1642 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
1643
1644 - Use filesystem::TmpDir to create unique and unused Source cache
1645   directories. (#168051)
1646
1647 -------------------------------------------------------------------
1648 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
1649
1650 - Enable signature checks per default. (#168525)
1651
1652 -------------------------------------------------------------------
1653 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
1654
1655 - fix callbacks for providing a single file (#160206)
1656
1657 -------------------------------------------------------------------
1658 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
1659
1660 - If an installed package looses a dependency, the solver tries
1661   to upgrade it. Limit the upgrade candidates to best arch, best
1662   edition.
1663 - filter 'other' entries with incompatible arch in yum parser.
1664 - rev 3177
1665
1666 -------------------------------------------------------------------
1667 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
1668
1669 - initialize the product category according to source (#168061)
1670 - rev 3172
1671
1672 -------------------------------------------------------------------
1673 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
1674
1675 - delete only one older version of a xml-store resolvable
1676   (half-baked, but the previous attempt was charred)
1677
1678 -------------------------------------------------------------------
1679 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
1680
1681 - moved license_to_confirm to primary.xml
1682 - rev 3170
1683
1684 -------------------------------------------------------------------
1685 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
1686
1687 - Removed deprecated oldstyle commit methods.
1688
1689 -------------------------------------------------------------------
1690 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
1691
1692 - when installing a xml-store resolvable (all except package,
1693   message, script), delete older versions (#160792).
1694 - read selection edition from the XML store
1695 - rev 3167
1696
1697 -------------------------------------------------------------------
1698 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
1699
1700 - properly clear transaction flag after successful commit
1701   (see rev 3122, #164365, #167285)
1702 - rev 3157
1703
1704 -------------------------------------------------------------------
1705 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
1706
1707 - recursively soft-uninstall recommended package on real uninstall,
1708   not on update (#167603)
1709 - rev 3155
1710
1711 -------------------------------------------------------------------
1712 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
1713
1714 - fix #167605 (importing keys to rpm multiple times due to
1715   wrong interpretation of rpm gpg versioning.
1716 - add support for reading the rpm keys, with full id and fingerprint
1717 - rev 3153
1718
1719 -------------------------------------------------------------------
1720 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
1721
1722 - don't add duplicate error infos to ResolverContext (#167309)
1723 - rev 3146
1724
1725 -------------------------------------------------------------------
1726 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
1727
1728 - fix Resolver::transactReset() (see rev 3122) (#167285)
1729 - rev 3140
1730
1731 -------------------------------------------------------------------
1732 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
1733
1734 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
1735   variable is present, all signature checking callbacks will default
1736   to 'accept', in case no recipient is present.
1737
1738 -------------------------------------------------------------------
1739 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
1740
1741 - read content file on construction, and make
1742   provideProduct only insert the already
1743   read product object into the store (#165826)
1744   (dmacvicar)
1745 - When the signature is not found, warn the
1746   user about a unsigned source. When the
1747   key is not found, do nothing, it can be in the
1748   keyring already. (#166016) (dmacvicar)
1749 - enable key verification only if
1750   ZYPP_CHECKSIG env var is set (dmacvicar)
1751 - r1529
1752
1753 -------------------------------------------------------------------
1754 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
1755
1756 - fix bugfix 164365, fix bug 167285
1757   Actually clear the transcation state instead of locking it
1758   to 'dont transact'
1759 - rev 3122
1760
1761 -------------------------------------------------------------------
1762 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
1763
1764 - revert the signature/digest checking callbacks
1765 - rev 3115
1766
1767 -------------------------------------------------------------------
1768 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
1769
1770 - Bugfix #165670
1771   - Honor keep requests.
1772   - Dont flag "locked uninstall" as error if a keep request was
1773     issued before.
1774 - rev 3114
1775
1776 -------------------------------------------------------------------
1777 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
1778
1779 - rule out locked items during distribution upgrade as early
1780   as possible. (#165670)
1781 - rev 3110
1782
1783 -------------------------------------------------------------------
1784 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
1785
1786 - Bugfix #166212
1787   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
1788     transactResObject().
1789   - resetTransaction(APPL_LOW) before resolving
1790   - enhance transactCaps by using the same algorithm as in
1791     QueueItemRequire
1792     (before: transact all requires and recommends by name
1793      now: transact best requires and recommends by provides)
1794 - rev 3107
1795
1796 -------------------------------------------------------------------
1797 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
1798
1799 - new callbacks for failing digest
1800 - rev 3098
1801
1802 -------------------------------------------------------------------
1803 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
1804
1805 - dont install satisfied resolvables (#165843)
1806 - rev 3095
1807
1808 -------------------------------------------------------------------
1809 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
1810
1811 - ask for file without a checksum (#165125)
1812
1813 -------------------------------------------------------------------
1814 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
1815
1816 - dont abort on failed "dry_run" (#164583)
1817 - rev 3091
1818
1819 -------------------------------------------------------------------
1820 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
1821
1822 - Ask user if signature file does not exist (#163765)
1823 - handle repomd.xml.asc as optional file (#163765)
1824 - rev 3089
1825
1826 -------------------------------------------------------------------
1827 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
1828
1829 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
1830 - rev 3087
1831
1832 -------------------------------------------------------------------
1833 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
1834
1835 - Dont do transitive uninstalls on uninstalled or upgraded items.
1836   (#165798)
1837 - rev 3083
1838
1839 -------------------------------------------------------------------
1840 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
1841
1842 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
1843
1844 -------------------------------------------------------------------
1845 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
1846
1847 - Product::updateUrls: restore it from the XML store;
1848   fixed content parsing (#163192).
1849 - restore product flags fro the XML store
1850 - rev 3074
1851
1852 -------------------------------------------------------------------
1853 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
1854
1855 - Only consider best arch/version (#165477)
1856 - rev 3069
1857
1858 -------------------------------------------------------------------
1859 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
1860
1861 - No need to parse tags at all if there is no item to store values
1862   (e.g. data for unwanted arch). Fixed segv trying to store data in
1863   NULL item. (#165479)
1864 - rev3065
1865
1866 -------------------------------------------------------------------
1867 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
1868
1869 - Improved Url path name "//" vs. "/%2f" handling; now if the
1870   url has an authority, "/%2f" is used for ftp only (#163784)
1871 - rev 3062
1872
1873 -------------------------------------------------------------------
1874 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
1875
1876 - fixed storing patch scripts to target store (#159928)
1877 - rev 3058
1878
1879 -------------------------------------------------------------------
1880 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
1881
1882 - if a patch is bad, only skip this patch, not everything
1883   (#165200)
1884 - rev 3057
1885
1886 -------------------------------------------------------------------
1887 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
1888
1889 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
1890 - Susetags:Pattern: Fixed parser.
1891
1892 -------------------------------------------------------------------
1893 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
1894
1895 - when uninstalling, only re-establish installed items
1896   supplementing the to-be-uninstalled one. (variant of #165111)
1897 - rev 3054
1898
1899 -------------------------------------------------------------------
1900 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
1901
1902 - Susetags:Package: Parse and provide ins/delnotify texts.
1903
1904 -------------------------------------------------------------------
1905 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
1906
1907 - when checking freshens/supplements at install, only consider
1908   best architecture/edition (#164453)
1909 - rev 3051
1910
1911 -------------------------------------------------------------------
1912 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
1913
1914 - when checking for supplements, only consider best arch, best
1915   edition for installation (#165111)
1916 - rev 3047
1917
1918 -------------------------------------------------------------------
1919 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
1920
1921 - Bug 165117: build 910: Update: Splitted packages are selected for
1922   all archs
1923
1924 -------------------------------------------------------------------
1925 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
1926
1927 - ask user if a file exists but does not have a checksum (#162797)
1928 - rev 3044
1929
1930 -------------------------------------------------------------------
1931 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
1932
1933 - parse time and size elements from delta and patch RPM
1934 - rev 3043
1935
1936 -------------------------------------------------------------------
1937 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
1938
1939 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
1940   devices - on powerpc only (#163971)
1941 - rev 3042
1942
1943 -------------------------------------------------------------------
1944 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
1945
1946 - fix endless loop in patches parsing.
1947 - rev 3039
1948
1949 -------------------------------------------------------------------
1950 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
1951
1952 - fixed media handling in SuSEtags source (#164879)
1953 - rev 3037
1954
1955 -------------------------------------------------------------------
1956 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
1957
1958 - honor 'dry_run' on package remove (#164732)
1959 - rev 3036
1960
1961 -------------------------------------------------------------------
1962 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
1963
1964 - add files from yum filelist as provides to package (#164731)
1965 - rev 3032
1966
1967 -------------------------------------------------------------------
1968 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
1969
1970 - honor "+Enh:/-Enh:" in packages file (#156513)
1971
1972 -------------------------------------------------------------------
1973 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
1974
1975 - fix callback receiver signature to match the callback for removing
1976   package
1977
1978 -------------------------------------------------------------------
1979 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
1980
1981 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
1982 - rev 3024
1983
1984 -------------------------------------------------------------------
1985 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
1986
1987 - Bug 164440; Taking wrong architecture while updating obsoletes
1988   splitted packages
1989 - rev 3022
1990
1991 -------------------------------------------------------------------
1992 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
1993
1994 - allow relative paths with url file:
1995 - dont filter atoms from going into pool, multi-arch patch
1996   requirements need them. Instead, treat atoms with incompatible
1997   architecture as unneeded.
1998 - rev 3018
1999
2000 -------------------------------------------------------------------
2001 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
2002
2003 - product now provides short name
2004 - rev 3013
2005
2006 -------------------------------------------------------------------
2007 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
2008
2009 - read metadata for packages from correct tags in patches (#163220)
2010 - rev 3011
2011
2012 -------------------------------------------------------------------
2013 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
2014
2015 - more detailed resolver error reports (#162994)
2016 - rev 3010
2017
2018 -------------------------------------------------------------------
2019 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
2020
2021 - report package download progress (#160966)
2022 - rev 3007
2023
2024 -------------------------------------------------------------------
2025 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
2026
2027 - transact also for languages (#163819)
2028 - rev 3004
2029
2030 -------------------------------------------------------------------
2031 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
2032
2033 - loop through all affected ResObjects in transactResKind (#163819)
2034 - rev 3002
2035
2036 -------------------------------------------------------------------
2037 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
2038
2039 - allow re-installation of non-packages (#162906)
2040 - rev 2998
2041
2042 -------------------------------------------------------------------
2043 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
2044
2045 - Added loop checking for scsi cdroms (/sys/block/srX) in case
2046   HAL does not provide any drives like on iSeries (#163971).
2047 - rev 2995
2048
2049 -------------------------------------------------------------------
2050 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
2051
2052 - add 'licenceToConfirm()' to Product. (#164375)
2053
2054 -------------------------------------------------------------------
2055 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
2056
2057 - Avoid excessive CD hopping on commit. But still far from
2058   being perfect. (#159679)
2059 - Fixed Target::commit: Despite dry_run set True, packages
2060   were depeted.
2061
2062 -------------------------------------------------------------------
2063 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
2064
2065 - honour if user decides to skip a package in commit (#156031)
2066
2067 -------------------------------------------------------------------
2068 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
2069
2070 - fixed parsing external reference to script in patch (#163221)
2071 - r2981
2072
2073 -------------------------------------------------------------------
2074 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
2075
2076 - cache and provide content.asc/key optionally. Dont show a
2077   popup if they dont exists. (dmacvicar)
2078 - Actually abort when verify signature workflow is false. (dmacvicar)
2079 - r2978
2080
2081 -------------------------------------------------------------------
2082 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
2083
2084 - fixed setting autorefresh flag for installation sources
2085
2086 -------------------------------------------------------------------
2087 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
2088
2089 - drop patches with incompatible architecture.
2090 - rev 2972
2091
2092 -------------------------------------------------------------------
2093 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
2094
2095 - Added info method to media verifier base and more debug info
2096 - rev 2970
2097
2098 -------------------------------------------------------------------
2099 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
2100
2101 - Dont deny the "/" attach point in MediaDIR, since this is used
2102   for all "file:" urls, esp. local packages.
2103 - rev 2962
2104
2105 -------------------------------------------------------------------
2106 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
2107
2108 - Bug 159673 - only one conflict solvable per page
2109
2110 -------------------------------------------------------------------
2111 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
2112
2113 - parse all dependencies of 'packages' file (#163773)
2114 - rev 2957
2115
2116 -------------------------------------------------------------------
2117 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
2118
2119 - Use the original media descr_dir on refresh for
2120   suse tags source (#163196)
2121 - r2952
2122
2123 -------------------------------------------------------------------
2124 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
2125
2126 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
2127 target init. (dmacvicar)
2128 - r2949
2129
2130 -------------------------------------------------------------------
2131 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
2132
2133 - add Source::setUrl() for zmd backend helper.
2134 - rev 2946
2135
2136 -------------------------------------------------------------------
2137 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
2138
2139 - Fixed MediaDISK to use a mount -oro,bind id the disk
2140   partition is already attached e.g. by the automounter.
2141   Try to mount it a second time may fail (#163486).
2142 - rev 2944
2143
2144 -------------------------------------------------------------------
2145 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
2146
2147 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
2148 - rev 2940
2149
2150 -------------------------------------------------------------------
2151 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
2152
2153 - only try to create a source of a given type when restoring
2154   from the persistent store (#162111)
2155
2156 -------------------------------------------------------------------
2157 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
2158
2159 - parse all dependencies for patterns (.pat) files (#160602)
2160 - drop YOUPATH and YOUURL from content file.
2161 - rev 2924
2162
2163 -------------------------------------------------------------------
2164 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
2165
2166 - properly initialize autorefresh for non-remote sources (#154990)
2167 - rev 2919
2168
2169 -------------------------------------------------------------------
2170 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
2171
2172 - Added flag to MediaManager::isUseableAttachPoint, whether
2173   to check against system mount entries or not.
2174 - Disallow to use the attachpoints of another media handlers
2175   as source path in MediaDIR.
2176 - rev 2917
2177
2178 -------------------------------------------------------------------
2179 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
2180
2181 -implement callbacks for when package verification (checksum)
2182  fails, offer to retry or abort
2183
2184 -------------------------------------------------------------------
2185 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
2186
2187 - Fix construction of checksum objects when using non-standard
2188   checksum algorithms
2189 - Fix broken YUM cache
2190 - r2913
2191
2192 -------------------------------------------------------------------
2193 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
2194
2195 - r2906
2196
2197 -------------------------------------------------------------------
2198 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
2199
2200 - Keep packages with no version upgrade installed during
2201   distribution upgrade (#162972)
2202 - add 'transactReset()' helper function for UI.
2203 - rev 2908
2204
2205 -------------------------------------------------------------------
2206 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
2207
2208 - Fixed candidate handling in ui::Selectable. (#156589)
2209
2210 -------------------------------------------------------------------
2211 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
2212
2213 - fix #162984 , gpg hangs because the matching data file
2214   for the key cannot be find. (dmacvicar)
2215 - Fix restore of YUM source using the same cache dir semantics as
2216  susetags instead of assuming there is a cache if a cache_dir
2217   was given. (dmacvicar)
2218
2219 -------------------------------------------------------------------
2220 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
2221
2222 - use DISTPRODUCT/DISTVERSION from content file to generate the
2223   product name, version, and release.
2224 - rev 2902
2225
2226 -------------------------------------------------------------------
2227 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
2228
2229 - Removed broken forcing of absolute ftp paths added in rev2705 to
2230   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
2231 - rev 2900
2232
2233 -------------------------------------------------------------------
2234 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
2235
2236 - add Resolver::freshenPool() (#156980)
2237 - rev 2893
2238
2239 -------------------------------------------------------------------
2240 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
2241
2242 - skip incompatible archs in filelist parsing.
2243 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
2244   /lib64/, ...)
2245 - rev 2886
2246
2247 -------------------------------------------------------------------
2248 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
2249
2250 - skip incompatible archs in primary parsing.
2251 - rev 2883
2252
2253 -------------------------------------------------------------------
2254 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
2255
2256 - allow setting of source when parsing local .rpm (#147765)
2257 - rev 2880
2258
2259 -------------------------------------------------------------------
2260 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
2261
2262 - Do not update packages over other architectures
2263
2264 -------------------------------------------------------------------
2265 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
2266
2267 - Added zypp/ui/UserWantedPackages to support the UI's
2268   "automatic changes" dialog (bug #152700)
2269
2270 -------------------------------------------------------------------
2271 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
2272
2273 - use KeyRing class to validate repomd.xml (#160909)
2274
2275 -------------------------------------------------------------------
2276 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
2277
2278 - Product resolvables should be readable by normal users.
2279   (#162474) (dmacvicar)
2280 - implemented keyring and metadata signature verification
2281   in susetags source
2282 - dont delete the lock if we did not acquire it
2283 - r2847
2284
2285 -------------------------------------------------------------------
2286 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
2287
2288 - Added disabling of the automounter while MediaManager
2289   init and restoring of the old state on exit (#154326).
2290 - Implemented check if media (CD) is automounted or not
2291 - rev 2840
2292
2293 -------------------------------------------------------------------
2294 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
2295
2296 - Implemented several hal get/set/removeDeviceProperty wrappers
2297 - Improved HalException to allow to fetch HAL/DBUS error componets
2298 - rev 2830
2299
2300 -------------------------------------------------------------------
2301 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
2302
2303 - honor subscription status of catalogs (#162350)
2304 - rev 2827
2305
2306 -------------------------------------------------------------------
2307 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
2308
2309 - Enabled CD eject error reporting exceptions (#154326)
2310 - rev 2822
2311
2312 -------------------------------------------------------------------
2313 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
2314
2315 - support "dry run" (#159467)
2316 - implement "transactResKind" (#161400)
2317 - rev 2817
2318
2319 -------------------------------------------------------------------
2320 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
2321
2322 - add checksum for external patches (#159928)
2323
2324 -------------------------------------------------------------------
2325 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
2326
2327 - calculate product architecture (#158198)
2328
2329 -------------------------------------------------------------------
2330 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
2331
2332 - Auto protect installed packages from unknown vendor. (#157446)
2333
2334 -------------------------------------------------------------------
2335 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
2336
2337 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
2338   detection
2339
2340 -------------------------------------------------------------------
2341 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
2342
2343 - added support for external scripts to metadata (#159928) (jsrain)
2344 - fixed handling of Language resolvables (ma)
2345 - fix leak in rpmdb (dmacvicar)
2346 - added softlock for autoyast (#159466) (ma)
2347 - Fixed exceptions in doGetFileCopy() to show full url
2348   including the file instead of just the media base url. (mt)
2349 - Provide Language::summary (ma)
2350 - check patterns and selections file exist
2351   before veryfing them (#161300) (dmacvicar)
2352 - added YUM metadata checksum computation (jsrain)
2353 - added interface to patch of a message (jsrain)
2354 - r2734
2355
2356 -------------------------------------------------------------------
2357 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
2358
2359 - added support for external scripts to metadata (#159928)
2360 - r2709
2361
2362 -------------------------------------------------------------------
2363 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
2364
2365 - report separate exception when trying to start source cache again to
2366   suppress incorrect error message in XEN installation
2367 - r2682
2368
2369 -------------------------------------------------------------------
2370 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
2371
2372 - Implement inter process locking in zypp.
2373 - Added No medium found output
2374 - splitting modaliases in supplements TOO
2375 - parse also the available signing keys
2376
2377 -------------------------------------------------------------------
2378 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
2379
2380 - release all media when removing source (#159754) (visnov)
2381 - more testsuites (schubi)
2382 - updated translations (schubi)
2383 - added MediaNotEjectedException (mt)
2384 - rev 2652
2385
2386 -------------------------------------------------------------------
2387 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
2388
2389 - fix patches descriptions (dmacvicar)
2390 - fix source serialization (dmacvicar)
2391 - metadata for kernel test (schubi)
2392 - Arch tests updated (ma)
2393 - classify NULL Ptr as unique (ma)
2394 - Added host check, because file Url allows it now. (mt)
2395 - prepare modalias fix (#159766) (ma)
2396 - Provide iterator based access to SourceManager data. (ma)
2397 - Fixed "file:" Url scheme config to allow relative paths; (mt)
2398   RFC1738 says, it may contain a hostname as well...
2399 - revision 2633
2400
2401 -------------------------------------------------------------------
2402 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
2403
2404 - pkg-config support (mvidner)
2405 - close all medias when destructing MediaSet (jsrain)
2406 - rev 2622
2407
2408 -------------------------------------------------------------------
2409 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
2410
2411 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
2412 - Message callback implemented to show patch messages (visnov)
2413 - Bug 159696 (schubi)
2414 - provide transform_iterators to iterate over a maps keys or values (ma)
2415 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
2416 - added script and message installation (jsrain)
2417 - chooses the 'right' kernel now (kkaempf)
2418 - Use noarch if no arch is specified in patches (dmacvicar)
2419 - rev 2611
2420
2421 -------------------------------------------------------------------
2422 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
2423
2424 - Added some debug output including the access id (mt)
2425 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
2426   release with eject=true on attached media, to umount
2427   other mounts as well. (mt)
2428 - 159483 - solver does not blame missing dependency (schubi)
2429 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
2430 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
2431   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
2432 - fixed ZYPP_RETHROW (#156430) (ma)
2433 - patch for #156114 (visnov)
2434 - fixed container.erase loops (ma)
2435 - Fixed to reset desired (cached) flag before the action (mt)
2436 - Removed return in forceRelaseAllMedia (void function) (mt)
2437 - Parse nonexisting architecture to noarch so patches dont get
2438   filtered by the pool (dmacvicar)
2439 - 159512 - yast2-qt does not show label of to be installed products
2440   anymore (dmacvicar)
2441 - 159765 - Hidden patterns still visible (dmacvicar)
2442 - Use noarch if no arch is specified. (dmacvicar)
2443 - r2594
2444
2445 -------------------------------------------------------------------
2446 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
2447
2448 - properly report error for media change callback
2449 - rev 2579
2450
2451 -------------------------------------------------------------------
2452 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
2453
2454 - fixed memory leak in XMLNodeIterator (#157474)
2455 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
2456 - Renamed private MediaManager::forceMediaRelease
2457   function to forceReleaseShared (more exact name)
2458 - Implemented forceRelaseAllMedia() that can be
2459   used to release also foreign (user) mounts.
2460 - Added use of forceRelaseAllMedia for CD/DVDs
2461   if FORCE_RELEASE_FOREIGN is 1 (default 0)
2462 - little cleanup of the checkAttached function
2463 - r2578
2464
2465 -------------------------------------------------------------------
2466 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
2467
2468 - don't try to attach without exception handling (#158620)
2469 - fix descriptions, as a new tag Des for selections exists now.
2470 - fix #157683: failure after adding add-on product to install
2471   sources
2472 - added more files for translation
2473 - resolve-dependencies.cc: establish pool
2474 - parse-metadata.cc: catch bad URL
2475 - set zmdid for atoms
2476 - r2574
2477
2478 -------------------------------------------------------------------
2479 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
2480
2481 - fix testsuite.
2482 - provide edition and architecture for all kinds of yum
2483   resolvables.
2484 - fix ResStatus output.
2485 - establish atoms correctly.
2486 - treat requires to unneeded resolvables as fulfilled.
2487 - rev 2559
2488
2489 -------------------------------------------------------------------
2490 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
2491
2492 - fix the build
2493 - only consider best architecture/version (#157594)
2494 - prefer providers which supplement/enhance installed or
2495   to-be-installed packages (fixes the tpctl-kmp issue)
2496 - rev 2546
2497
2498 -------------------------------------------------------------------
2499 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
2500
2501 - provide more filters for pkg-bindings (#158602)
2502 - add SystemResObject to provide system (modalias, hal, ...)
2503   capabilities.
2504 - handle this during resolving.
2505 - make the modalias and hal capability match the SystemResObject
2506   by default, thereyby triggering a modalias (resp. hal)
2507   evaluation.
2508 - xmlstore: decouple target store from YUM schema.
2509 - clean up moving of hal() and modalias() from provides to
2510   supplements in ResolvableImpl.
2511 - add PatchContents() for UI.
2512 - handle Edition::noedition as empty string.
2513 - r2537
2514
2515 -------------------------------------------------------------------
2516 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
2517
2518 - releasing all medias when asking for CD (#156981)
2519 - r2471
2520
2521 -------------------------------------------------------------------
2522 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
2523
2524 - ResStatus::resetTransact must return a value.
2525 - Fixed random build failures in LanguageCode.cc.
2526   (Rewrote the CodeMaps constructor so that gcc does not
2527   optimize a 500-statement basic block.)
2528 - Fix constructions of patch objects. Actually insert atoms in atoms
2529   list. Insert atoms for package even if the package does not exists
2530   in the source. Fixes #157628 (dmacvicar).
2531 - Fixed license reading from susetags, #151834 (dmacvicar).
2532 - r2468
2533
2534 -------------------------------------------------------------------
2535 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
2536
2537 - added ResStatus::resetTransact (ma)
2538 - bugfix for #156439 (schubi)
2539 - Added Source_Ref::setAlias (#154913).
2540 - Do not assume there is a product file when scanning for products
2541   (visnov)
2542 - function to disable all sources in the persistent store (visnov)
2543 - dependency errors go to stdout, not stderr; output resolver info
2544   directly to stderr (kkaempf)
2545 - rev 2464
2546
2547 -------------------------------------------------------------------
2548 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
2549
2550 - fix merging of resolver info (needed for #157684).
2551 - errors are also important in ResolverInfo.
2552 - improve debug output in ResolverContext.
2553 - rev 2455
2554
2555 -------------------------------------------------------------------
2556 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
2557
2558 - delete RPMs downloaded via HTTP/FTP after installnig them
2559   (#157011)
2560 - fixed product registration (reverted autorefresh patch) (#157566)
2561
2562 -------------------------------------------------------------------
2563 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
2564
2565 - if root!="/", always prefer the upgrade candidate (#155472)
2566 - implement license confirmed api for UI.
2567 - prefer architecture over version in distribution upgrade
2568   (#157501)
2569 - clean up media handling.
2570 - rev 2448
2571
2572 -------------------------------------------------------------------
2573 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
2574
2575 - init Modalias properly.
2576 - fix warnings in testcases.
2577 - rev 2432
2578
2579 -------------------------------------------------------------------
2580 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
2581
2582 - drop libjpeg-devel and sqlite-devel from build requires.
2583
2584 -------------------------------------------------------------------
2585 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
2586
2587 - implement 'modalias()' capability (#157406)
2588 - make dependencies consistent, its 'freshens'.
2589 - cope with user umounts of devices.
2590 - add debug to SourceManager.
2591 - rev 2418
2592
2593 -------------------------------------------------------------------
2594 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
2595
2596 - allow version downgrade during distribution upgrade if the
2597   newer package is coming from a trusted vendor (#155472)
2598 - implement locale fallback
2599 - 'freshen' -> 'freshens' in schema definitions to make it
2600   consistent with all other dependency definitions.
2601 - better error reporting for .pat and .sel files.
2602 - rule out packages from dependency resolutions which are
2603   de-selected by user (#155368)
2604 - use locale fallbacks in package translations.
2605 - refresh source when re-enabling it.
2606 - rev 2406
2607
2608 -------------------------------------------------------------------
2609 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
2610
2611 - split of libzypp-zmd-backend subpackage as a stand-alone
2612   leaf package.
2613 - encapsulate bool test for Source_Ref better.
2614 - fixed stack overflow (ma).
2615 - make testsuite build again.
2616 - rev 2346
2617
2618 -------------------------------------------------------------------
2619 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
2620
2621 - fixed URL rewriting for CD2 and following (#154762)
2622 - fixed ResPoolProxy diffState (for proper ok/cancel support
2623   in UI)
2624 - added special exception class for aborting installation
2625   (#154936)
2626 - only auto-change directories if they end in CDn or DVDn.
2627 - rev 2320.
2628
2629 -------------------------------------------------------------------
2630 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
2631
2632 - silently ignore multiple installs of the same package.
2633 - fix disk usage for installs and uninstalls.
2634 - rev 2308
2635
2636 -------------------------------------------------------------------
2637 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
2638
2639 - zmd-backend: filter out incompatible architectures from
2640   repository.
2641 - rev 2298
2642
2643 -------------------------------------------------------------------
2644 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
2645
2646 - sync libzypp media data with mtab.
2647 - improve resolver error and solution reports.
2648 - fix source cache reading (#155459).
2649 - default cached sources to enabled (#155459).
2650 - let each source provide public keys.
2651 - rev 2297
2652
2653 -------------------------------------------------------------------
2654 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
2655
2656 - only write by-sovler transactions back (#154976)
2657 - rev 2278
2658
2659 -------------------------------------------------------------------
2660 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
2661
2662 - release last used source at end of commit (#155002)
2663 - rev 2277
2664
2665 -------------------------------------------------------------------
2666 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
2667
2668 - cope with NULL values in zmd catalogs table (#153584)
2669 - set YAST_IS_RUNNING in transact zmd helper (#154820)
2670 - run SuSEconfig after transact zmd helper (#154820)
2671 - add softTransact to honor user vs. soft requirements (#154650)
2672 - honor all build keys provided by a package source.
2673 - add source metadata refresh.
2674 - add progress callbacks to zmd helpers.
2675 - rev 2276
2676
2677 -------------------------------------------------------------------
2678 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
2679
2680 - include .diffs into main source.
2681 - catch exception when ejecting media which was unmounted externally
2682   (#154697).
2683 - init source in zmd-backend correctly (#154667)
2684 - implement disk usage info for YaST.
2685 - clean up XML schema files.
2686 - catch CPUs identifying as 'i686' but being 'i586'.
2687 - allow definition of preferred attach (mount) point for media.
2688 - make resolver results more readable.
2689 - use language fallbacks if none of multiple language providers
2690   matches.
2691 - get rid of ignoring wrong arch in resolver, having the wrong
2692   architecture is prevented by other means.
2693 - prepare for translations in exceptions.
2694 - fix 'abort does not abort'
2695 - implement 'flag' I/O in target cache backend.
2696 - skip incompatibles architectures in packages.<lang>
2697 - rev 2228
2698
2699 -------------------------------------------------------------------
2700 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
2701
2702 - dont even provide src/nosrc from the source.
2703 - rev 2169 + diffs
2704
2705 -------------------------------------------------------------------
2706 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
2707
2708 - Initialize commit result (#154409)
2709 - release media if its wrong (#154326)
2710 - dont copy src/nosrc packages to the pool (#154627)
2711 - reduce XML logging.
2712 - rev 2169 + diffs
2713
2714 -------------------------------------------------------------------
2715 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
2716
2717 - fix path of .po files (#154074).
2718 - parse the correct package.<lang> file (kinda #154074).
2719 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
2720 - reattach all released medias.
2721 - raise exception instead of abort() on XML errors (#154104).
2722 - update translations.
2723 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
2724   and is_empty_dir utility function
2725 - rev 2169
2726
2727 -------------------------------------------------------------------
2728 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
2729
2730 - check freshens and supplements for packages (#154074).
2731 - only complain about incomplete installed resolvables,
2732   if they are uninstalled, schedule them for installation.
2733   (#154074)
2734 - add testcases for locale() provides.
2735 - add lang_country -> lang fallback.
2736 - have locale(parent:...) deps match any provides of 'parent'
2737   also when uninstalling a package.
2738 - rev 2148
2739
2740 -------------------------------------------------------------------
2741 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
2742
2743 - change the locale(...) separator to ";" (#153791)
2744 - complete "find-files" of zmd-backend.
2745 - rev 2140
2746
2747 -------------------------------------------------------------------
2748 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
2749
2750 - avoid attaching media when initializing source
2751 - rev 2139
2752
2753 -------------------------------------------------------------------
2754 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
2755
2756 - warn about misspelled 'locale(...)' provides
2757 - add testcases
2758 - rev 2134
2759
2760 -------------------------------------------------------------------
2761 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
2762
2763 - fix the build
2764 - rev 2129
2765
2766 -------------------------------------------------------------------
2767 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
2768
2769 - provide available locales to application (#153583)
2770 - honor 'requestedLocales' (language dependant packages)
2771 - honor release requests for all holders of a device.
2772 - silently re-attach after a forced release.
2773 - solver improvements.
2774 - handle source caches.
2775 - proper logging in zmd backend helpers.
2776 - rev 2127
2777
2778 -------------------------------------------------------------------
2779 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
2780
2781 - upgrade always to best version and arch (#153577)
2782 - reset 'transact' state for obsoleted packages (#153578)
2783 - translation updates
2784 - rev 2113
2785
2786 -------------------------------------------------------------------
2787 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
2788
2789 - add support for 'local' .rpm packages to zmd-backend.
2790 - rev 2101
2791
2792 -------------------------------------------------------------------
2793 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
2794
2795 - fix build of zmd/backend.
2796 - actually fill 'files' table in package-files.
2797 - rev 2094
2798
2799 -------------------------------------------------------------------
2800 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
2801
2802 - improve testcases.
2803 - add 'setPossibleLocales()' to ZYpp, this defines the set
2804   of possible locales to choose from (#153583)
2805 - provide LanguageImpl and create 'Language' resolvables for
2806   each 'possible' locale.
2807 - fix YUM parsing of patches, insert 'atoms' to link patches
2808   with packages.
2809 - replace gzstream/ with own, existing implementation.
2810 - honor locks in solver (#150231)
2811 - sync pool with target after commit() properly (#150565, #153066)
2812 - new zmd helper 'package-files'
2813 - rev 2093
2814
2815 -------------------------------------------------------------------
2816 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
2817
2818 - prevent multiple initializations of the target (#153124)
2819 - implement 'loopback mounted ISO images'
2820 - retain old package sources on upgrade.
2821 - support compressed .xml files in 'repodata' type repositories.
2822 - rev 2025
2823
2824 -------------------------------------------------------------------
2825 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
2826
2827 - parse locale(...) provides and construct correct dependencies.
2828
2829 -------------------------------------------------------------------
2830 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
2831
2832 - always upgrade to candidate (#152760).
2833 - fix typo in package sorting.
2834 - prepare handling of locale provides.
2835 - rev 1995
2836
2837 -------------------------------------------------------------------
2838 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
2839
2840 - sort src/nosrc package to right list during commit.
2841 - revert installtime/buildtime in susetags parser (#152760)
2842 - rev 1990
2843
2844 -------------------------------------------------------------------
2845 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
2846
2847 - reset state after successful commit (#153030)
2848 - run "rpm -e" always with "--nodeps" (#153026)
2849 - provide separate resolvable kind for src packages.
2850 - extend status field for LOCK and LICENSE.
2851 - add sameState()/diffState() for UI.
2852 - provide 'best' candidate for UI.
2853 - set 60 sec timeout for curl access.
2854 - don't cross-compare solver results, takes too much time.
2855 - provide sizes of installed packages.
2856 - extend REQUIRES semantics in content file.
2857 - add "parse-metadata" helper to zmd-backend.
2858 - rev 1987
2859
2860 -------------------------------------------------------------------
2861 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
2862
2863 - provide complete disk usage data (#152761)
2864 - include upgrade flag when copying solver solution
2865   back to pool (#152717)
2866 - rev 1959
2867
2868 -------------------------------------------------------------------
2869 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
2870
2871 - don't insert incompatible architectures to the pool (#151933)
2872 - don't accept incompatible architectures from a repository
2873   (#151933)
2874 - separate rpm log (#151431).
2875 - allow extended product requires.
2876 - rev 1954
2877
2878 -------------------------------------------------------------------
2879 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
2880
2881 - provide the XML schema files in the main package. (#152593)
2882
2883 -------------------------------------------------------------------
2884 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
2885
2886 - provide arch compat handling.
2887 - implement data upload to zmd.
2888 - fix source metadata caching on target.
2889 - add 'supplements' dependencies to 'yum' parser.
2890 - provide user agent identification to curl calls.
2891 - move resolver branches (multiple alternatives) back in queue
2892   (resolve known things first, then the unknown ones).
2893 - clean up 'packages' parser.
2894 - rev 1947
2895
2896 -------------------------------------------------------------------
2897 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
2898
2899 - improve media mount/umount interface
2900 - prepare class ArchCompat for proper architecture ordering
2901   and compatibility handling.
2902 - add returns to dummy functions in DbAccess.
2903 - rev 1913
2904
2905 -------------------------------------------------------------------
2906 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
2907
2908 - don't explictly delete to-be-upgraded packages.
2909 - finish query-system, resolve-dependencies, and transact for
2910   libzypp-zmd-backend.
2911 - provide Pattern::category.
2912 - move system architecture to toplevel.
2913 - make target store pathname settable.
2914 - speed up rpmdb reading by properly filtering unwanted file
2915   provides.
2916 - rev 1905
2917
2918 -------------------------------------------------------------------
2919 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
2920
2921 - new translations.
2922 - proofread texts.
2923 - when comparing solutions, prefer higher versions.
2924 - provide generic 'SafeBool' for bool conversions.
2925 - add PtrTypes testsuites.
2926 - rev 1876
2927
2928 -------------------------------------------------------------------
2929 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
2930
2931 - integrate all diffs
2932 - move Target::commit to toplevel API
2933 - generalize dependency iterators and hash dependency
2934   information in pool (for speedup)
2935 - add 'supplements' as dependency
2936 - make more pattern attributes available
2937 - drop "smbfs" in favour of "cifs" (#151476)
2938 - add metadata cache to sources (Beta4 bug)
2939 - run "rpm -e"  with name-version-release
2940 - fix update conflicts
2941 - rev 1864
2942
2943 -------------------------------------------------------------------
2944 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
2945
2946 - fix-mediachange.diff: dont skip CD but retry after media change
2947 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
2948   'eject' button
2949 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
2950   so media handle gets actually released and media unmounted.
2951
2952 -------------------------------------------------------------------
2953 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
2954
2955 - implement arch scoring
2956 - prefer better arch (#151427)
2957 - transitive depedencies of weak requirements are non-weak
2958   (#151446)
2959 - rev 1778 + diff
2960
2961 -------------------------------------------------------------------
2962 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
2963
2964 - ignore self and to-be-updated conflicts (#150844)
2965 - fix enable of target store (for non-packages)
2966 - rev 1778
2967
2968 -------------------------------------------------------------------
2969 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
2970
2971 - fix "cd:" url (#151121)
2972 - provide location() in public Package api
2973 - allow running distribution upgrade in testmode
2974 - extend HAL interface
2975 - rev 1762
2976
2977 -------------------------------------------------------------------
2978 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
2979
2980 - pass normal and locale packages from selections correctly.
2981 - its "baseconf" for base selections.
2982 - Make 'ZYpp' an obvious singleton.
2983 - provide releasenotesUrl.
2984 - dont continue upgrade without target.
2985 - implement 'fake' hal for testing.
2986 - fix package sizes.
2987 - more solver testcases.
2988 - rev 1754
2989
2990 -------------------------------------------------------------------
2991 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
2992
2993 - extend requires of libzypp-devel
2994 - provide package sizes for UI
2995 - provide more UI helpers
2996 - implement Product and related functions
2997 - fix split provides in distribution upgrade
2998 - provide locale information to system
2999 - ask HAL for available devices
3000 - reduce debug information in solver
3001 - filter architectures in source, not in solver
3002 - rev 1743
3003
3004 -------------------------------------------------------------------
3005 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
3006
3007 - disable another testsuite for now
3008 - fetch the default locale from environment
3009 - support user-defined formatting of log
3010 - rev 1710
3011
3012 -------------------------------------------------------------------
3013 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
3014
3015 - providing basic product information from susetags source
3016 - public API for preferred language
3017 - implemented redirect of logging (#149001)
3018 - report start/finish of source data parsing (#150211)
3019 - store/restore source aliases properly (#150256)
3020 - disable a lot of debug logging to speed up solver
3021 - properly rewrite URL for CDn directory layouts (#149870)
3022 - rev 1706
3023
3024 -------------------------------------------------------------------
3025 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
3026
3027 - add save/restore state to facilitate UI 'cancel'
3028 - enable target/store
3029 - add 'forceResolve' call and flag to resolver to switch between
3030   task-oriented ZMD and interactive YaST behaviour.
3031 - Fix resolver problem solution texts.
3032 - improve solver problem solution offerings.
3033 - fix media access handling to better support multiple
3034   requestors to single media.
3035 - move the media number checking to the source (media requestor)
3036   which knows how to verify the correct media.
3037 - Fix CD ordering (#149871), adding testcases.
3038 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
3039 - Add selections to testcases.
3040 - rev 1673
3041
3042 -------------------------------------------------------------------
3043 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
3044
3045 - Fix missing return in Source.cc:124
3046
3047 -------------------------------------------------------------------
3048 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
3049
3050 - cope with empty arch field in selections
3051 - enable dummy "enableStorage" function
3052 - rev 1610-branch
3053
3054 -------------------------------------------------------------------
3055 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
3056
3057 - fix random data return in Source.cc
3058 - rev 1610
3059
3060 -------------------------------------------------------------------
3061 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
3062
3063 - adapt zmd-backend to SourceImpl API change
3064 - rev 1608
3065
3066 -------------------------------------------------------------------
3067 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
3068
3069 - fix the packages parser bug. Now all packages are parsed
3070   including (english) translations.
3071   source/susetags is back to svn head.
3072 - rev 1600
3073
3074 -------------------------------------------------------------------
3075 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
3076
3077 - fix off-by-one bug in bitfield handling
3078 - revert source/susetags to rev 1411
3079 - rev 1586
3080
3081 -------------------------------------------------------------------
3082 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
3083
3084 - dont prereq-sort non-packages
3085 - rev 1584
3086
3087 -------------------------------------------------------------------
3088 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
3089
3090 - rev 1582
3091
3092 -------------------------------------------------------------------
3093 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
3094
3095 - update to rev 1543
3096
3097 -------------------------------------------------------------------
3098 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
3099
3100 - require hal-devel in libzypp-devel
3101 - re-merge fixes (RPM_OPT_FLAGS)
3102
3103 -------------------------------------------------------------------
3104 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
3105
3106 - make solver behaviour a bit more interactive
3107 - rev 1537
3108
3109 -------------------------------------------------------------------
3110 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
3111
3112 - Fix syntax error in configure script.
3113 - Use RPM_OPT_FLAGS.
3114
3115 -------------------------------------------------------------------
3116 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
3117
3118 - update for qt ui integration
3119 - rev 1504
3120
3121 -------------------------------------------------------------------
3122 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
3123
3124 - split off libzypp-zmd-backend
3125 - rev 1466
3126
3127 -------------------------------------------------------------------
3128 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
3129
3130 - another update to svn
3131
3132 -------------------------------------------------------------------
3133 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
3134
3135 - finish rpm callbacks
3136 - finish UI API
3137 - fix state change resolver<->pool
3138 - zmd backend stuff
3139 - speed up tag file parsing
3140 - rev 1405
3141
3142 -------------------------------------------------------------------
3143 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
3144
3145 - disabling failing tests of s390 and ppc
3146
3147 -------------------------------------------------------------------
3148 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
3149
3150 - Snapshoot rev 1367
3151
3152 -------------------------------------------------------------------
3153 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
3154
3155 - use hashes for pool
3156 - rev 1343
3157
3158 -------------------------------------------------------------------
3159 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
3160
3161 - removed Obsoletes:    yast2-packagemanager
3162
3163 -------------------------------------------------------------------
3164 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
3165
3166 - Snapshoot 3 Feb 2005 (11:30)
3167
3168 -------------------------------------------------------------------
3169 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
3170
3171 - Snapshoot 2 Feb 2005 (14:00)
3172
3173 -------------------------------------------------------------------
3174 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
3175
3176 - Snapshoot 2 Feb 2005 ( integrating YaST )
3177
3178 -------------------------------------------------------------------
3179 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
3180
3181 - converted neededforbuild to BuildRequires
3182
3183 -------------------------------------------------------------------
3184 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
3185
3186 - Initial version
3187