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