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