12391a7169df2ed929369e23623fc6a1d810d9c5
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Fri Sep 12 01:38:25 CEST 2008 - jkupec@suse.cz
3
4 - ServiceType and ServiceInfo::type() added (contains only RIS for
5   now), service type probing added.
6 - Avoiding the use of 'path' for services (appending
7   the repoindex.xml's 'path' to the baseurl of created repos)
8 - renamed ServiceInfo::*catalog*() methods to *repo*() methods
9 - revision 11022
10
11 -------------------------------------------------------------------
12 Thu Sep 11 16:01:57 CEST 2008 - dmacvicar@suse.de
13
14 - add Repostiroy::updateKeys and 
15   Repository::providesUpdatesForKey(string) for repo and
16   product matching
17 - Provide Repository::isUpdateRepo
18
19 -------------------------------------------------------------------
20 Thu Sep 11 14:41:28 CEST 2008 - ma@suse.de
21
22 - Fix evaluation of vendor support flags.
23 - Adapt retrieval of registration data (targetDistribution, 
24   targetDistributionRelease and targetDistributionFlavor).
25 - revision 11013
26
27 -------------------------------------------------------------------
28 Wed Sep 10 18:23:52 CEST 2008 - ma@suse.de
29
30 - Follow gpgcheck tag in .repo file and do no check if disabled.
31 - revision 11010
32 - version 5.9.0 (8)
33
34 -------------------------------------------------------------------
35 Wed Sep 10 17:54:20 CEST 2008 - jkupec@suse.cz
36
37 - added dumpAsXMLOn(stream,string) to ServiceInfo to print services
38   with content (repos)
39 - revision 11004
40
41 -------------------------------------------------------------------
42 Wed Sep 10 17:31:41 CEST 2008 - ma@suse.de
43
44 - Remove obsolete product attributes.
45 - Store less packages in /var/lib/zypp/SoftLocks (bnc #418050)
46 - revision 11001
47
48 -------------------------------------------------------------------
49 Wed Sep 10 16:40:00 CEST 2008 - ma@suse.de
50
51 - Provide product::updaterepoKey: Update repository indicator string.
52 - revision 11000
53
54 -------------------------------------------------------------------
55 Tue Sep  9 17:33:03 CEST 2008 - dmacvicar@suse.de
56
57 - provide context about the repository (name/alias) if available when
58   checking signatures (bnc#370223)
59 - 5.8.0
60
61 -------------------------------------------------------------------
62 Tue Sep  9 13:04:11 CEST 2008 - ma@suse.de
63
64 - Add ServiceInfo interface to define a set of catalogs (repository 
65   aliases) to be enabled on next refresh.
66 - revision 10970
67
68 -------------------------------------------------------------------
69 Tue Sep  9 11:40:42 CEST 2008 - ma@suse.de
70
71 - Fix reading of Traget::targetDistribution.
72 - Allow to configure default answers in signature verification workflow.
73 - revision 10968
74
75 -------------------------------------------------------------------
76 Mon Sep  8 17:11:02 CEST 2008 - jkupec@suse.cz
77
78 - CredentialManager added to manage stored credentials
79 - MediaCurl adapted to use CredentialManager to read credentials
80 - revision 10958
81
82 -------------------------------------------------------------------
83 Fri Sep  5 11:40:05 CEST 2008 - jkupec@suse.cz
84
85 - operator ==, !=, < definition moved to RepoInfoBase from
86   the derived classes
87 - fixed RepoInfo::dumpAsIniOn() to not print 'type' if it is unknown
88   (bnc #407515)
89 - {Repo,Service}Info::dumpAsXMLOn(ostream) added
90 - RepoInfo::dumpRepoOn() deprecated in favor of dumpAsIniOn()
91 - use shared_ptr instead of itrusive for {Repo,Service}Info
92 - revision 10931:10942
93
94 -------------------------------------------------------------------
95 Thu Sep  4 16:47:07 CEST 2008 - jkupec@suse.cz
96
97 - RepoInfo{,Base} setters made void
98 - revision 10931
99
100 -------------------------------------------------------------------
101 Wed Sep  3 14:53:06 CEST 2008 - jkupec@suse.cz
102
103 - skip repositories with non-matching target distro when reading
104   repoindex
105 - revision 10926
106
107 -------------------------------------------------------------------
108 Tue Sep  2 11:04:52 CEST 2008 - schubi@suse.de
109
110 - Enabled distupgrade of the SAT solver. In order to use the old
111   distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.
112   This variable will can be used until the old distupgrade mechanism will 
113   be removed from libzypp. Have a look to above changelogs.
114 - revision 10911
115 - version 5.7.0 (5)
116
117 -------------------------------------------------------------------
118 Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de
119
120 - add Package::maybeUnsupported to remove duplicated
121   code in clients dealing with Package::vendorSupport
122
123 -------------------------------------------------------------------
124 Tue Aug 19 11:04:52 CEST 2008 - schubi@suse.de
125
126 - Reset transaction only if this solvable has no buddy (bnc #417799)
127   e.g. do not reset Products cause the concerning release package
128   could not already be installed.
129 - revision 10883
130 - version 5.6.1 (5)
131
132 -------------------------------------------------------------------
133 Mon Aug 18 17:31:02 CEST 2008 - dmacvicar@suse.de
134
135 - don't report "may be outdated" for @System repo.
136
137 -------------------------------------------------------------------
138 Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de
139
140 - Add Target::targetDistribution. Returns "distribution-arch" of 
141   the installed base product. Used for registration and Service
142   refresh. (for Fate #304915)
143 - revision 10877
144 - version 5.6.0 (5)
145
146 -------------------------------------------------------------------
147 Fri Aug 15 17:42:58 CEST 2008 - ma@suse.de
148
149 - Add method Product::replacedProducts to identify installed 
150   Products that would be replaced by installing a new Product.
151   (for Fate #301997)
152 - revision 10876
153
154 -------------------------------------------------------------------
155 Fri Aug 15 15:30:32 CEST 2008 - ma@suse.de
156
157 - Fixes to Selectable doing staus manipulation on non-USER level.
158 - revision 10873
159
160 -------------------------------------------------------------------
161 Fri Aug 15 14:23:02 CEST 2008 - ma@suse.de
162
163 - Add method ZYpp::getTarget that returns the Target or a NULL pointer,
164   if it is not yet initialized. This is to avoid try/catch blocks just 
165   to test whether the Target is initialized. (bnc #417556)
166 - Add method Target::assertRootPrefix. Pass a pathname and get back the
167   path prefixed with the tragets root, unless it already had that prefix.
168 - revision 10870
169
170 -------------------------------------------------------------------
171 Thu Aug 14 18:44:45 CEST 2008 - schubi@suse.de
172
173 - Regarding error messages for Products correctly (FATE #304502)
174 - rev 10863 
175
176 -------------------------------------------------------------------
177 Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
178
179 - Let Selectable default to USER level.
180 - revision 10850
181 - version 5.5.1 (5)
182
183 -------------------------------------------------------------------
184 Wed Aug 13 21:01:25 CEST 2008 - ma@suse.de
185
186 - Change Selectable API to support doing staus manipulation on
187   non-USER level. 
188 - revision 10847
189 - version 5.5.0 (5) 
190
191 -------------------------------------------------------------------
192 Wed Aug 13 16:48:49 CEST 2008 - dmacvicar@suse.de
193
194 - support sat solver API for searching files
195
196 -------------------------------------------------------------------
197 Wed Aug 13 15:12:45 CEST 2008 - ma@suse.de
198
199 - Add ResPool::reposFind to get repositories by alias.
200 - revision 10835
201
202 -------------------------------------------------------------------
203 Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
204
205 - Advise rpmdb2solv to parse the product database.
206 - revision 10824
207 - version 5.4.0 (4)
208
209 -------------------------------------------------------------------
210 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
211
212 - Offer a simpler, fate based status manipulation in ui::Selectable.
213   This is easier to handle, as the ui::Status always distinguishes
214   wheter an object is installed or not.
215 - revision 10814
216
217 -------------------------------------------------------------------
218 Mon Aug 11 18:00:40 CEST 2008 - ma@suse.de
219
220 - Propagate default rpm install flags from zypp.conf via ZConfig and
221   ZYppCommitPolicy down to the installer. (FATE #302952) 
222 - revision 10813
223
224 -------------------------------------------------------------------
225 Mon Aug 11 16:28:07 CEST 2008 - ma@suse.de
226
227 - Add base::Flags (like qt's QFlags) a type-safe way of storing 
228   OR-combinations of enum values.
229 - revision 10811
230
231 -------------------------------------------------------------------
232 Fri Aug  8 17:01:00 CEST 2008 - ma@suse.de
233
234 - Add static ui::Selectable::get methods as convenient ctor
235   substitute. 
236 - revision 10806
237
238 -------------------------------------------------------------------
239 Fri Aug  8 15:41:17 CEST 2008 - ma@suse.de
240
241 - Adapt zypp-query-pool to new product handling.
242 - revision 10803
243
244 -------------------------------------------------------------------
245 Fri Aug  8 14:11:03 CEST 2008 - ma@suse.de
246
247 - Don't pass epoch to 'rpm -e', it does not support it.
248 - revision 10800
249
250 -------------------------------------------------------------------
251 Fri Aug  8 13:27:42 CEST 2008 - ma@suse.de
252
253 - Adapt to new product handling. Products are no longer pseudo
254   installed objects verified by the solver, but actually installed. 
255   Thus removed satisfiedProduct iterator, fixed Selctables. 
256 - Removed class ProductInfo as we keep Product.
257 - revision 10797
258
259 -------------------------------------------------------------------
260 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
261
262 - implement relogin suggested support (fate#304889)
263
264 -------------------------------------------------------------------
265 Wed Aug  6 18:21:30 CEST 2008 - ma@suse.de
266
267 - Detect correct download path even if repository type 
268   is not set. (bnc #386386)
269 - revision 10768
270
271 -------------------------------------------------------------------
272 Wed Aug  6 17:15:48 CEST 2008 - ma@suse.de
273
274 - Cleanup, mostly by removing, unused parser code and related classes.
275 - revision 10765
276
277 -------------------------------------------------------------------
278 Wed Aug  6 16:23:27 CEST 2008 - ma@suse.de
279
280 - Don't let exception escape MediaSetAccess dtor (bnc #415017)
281 - revision 10763
282
283 -------------------------------------------------------------------
284 Mon Aug  4 19:34:27 CEST 2008 - ma@suse.de
285
286 - Add new product attributes (flavor,referencePackage).
287 - Add PoolItem buddies, i.e. two PoolItems sharing the same status
288   object. This is used to keep the product resolvable and the
289   package providing the product metadata in sync.
290 - revision 10742
291
292 -------------------------------------------------------------------
293 Sat Aug  2 19:26:52 CEST 2008 - jkupec@suse.cz
294
295 - support an optional url attribute in repoindex.xml's <repo>
296 - revision 10729
297
298 -------------------------------------------------------------------
299 Thu Jul 31 21:52:11 CEST 2008 - ma@suse.de
300
301 - New class ProductInfo to provide product related metadata that
302   might be associated with a package. This will replace the Product
303   resolvable.
304 - revision 10715
305
306 -------------------------------------------------------------------
307 Thu Jul 31 19:01:54 CEST 2008 - dmacvicar@suse.de
308
309 - generate a unique anonymous unique string per target
310   and add it to the agent string for better statistics
311
312 -------------------------------------------------------------------
313 Thu Jul 31 19:01:14 CEST 2008 - ma@suse.de
314
315 - Follow solver policy and make repository priority the highest
316   key, when ordering packages. Then architecture, and edition last.
317 - revision 10710
318
319 -------------------------------------------------------------------
320 Wed Jul 30 19:12:00 CEST 2008 - ma@suse.de
321
322 - /var/lib/zypp and /var/cache/zypp should be owned by libzypp 
323   (bnc #412094)
324 - revision 10702
325
326 -------------------------------------------------------------------
327 Wed Jul 30 12:47:48 CEST 2008 - jkupec@suse.cz
328
329 - Service renamed to ServiceInfo
330 - RepoInfoBase added; RepoInfo and ServiceInfo now derive from it
331 - revision 10695
332
333 -------------------------------------------------------------------
334 Tue Jul 29 12:59:46 CEST 2008 - jkupec@suse.cz
335
336 - fixed yum repos to work with non '/' base url post fix
337   (bnc #341617)
338 - revision 10662
339
340 -------------------------------------------------------------------
341 Mon Jul 28 18:13:24 CEST 2008 - ma@suse.de
342
343 - Fixed SolvIterMixin::Selectable_iterator eating some solvables
344   (bnc #411339)
345 - revision 10680
346
347 -------------------------------------------------------------------
348 Fri Jul 25 20:12:55 CEST 2008 - ma@suse.de
349
350 - Several changes to make libzypp-bindings compile using the original
351   header files and no private copies. (bnc #391831)
352 - revision 10668
353 - version 5.3.0
354
355 -------------------------------------------------------------------
356 Wed Jul 23 17:17:47 CEST 2008 - jkupec@suse.cz
357
358 - Service::enabled() added
359 - revision 10657
360
361 -------------------------------------------------------------------
362 Tue Jul 22 17:18:28 CEST 2008 - jkupec@suse.cz
363
364 - Removed FRESHENS dependency type
365 - revision 10643
366
367 -------------------------------------------------------------------
368 Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
369
370 - Allow parallel installation of packages which have been defined
371   in zypp.conf (parameter "multiversion") Fate #302050
372 - Additional check for broken system.
373   (defined in zypp.conv: solver.checkSystemFile)
374 - revision 10600
375
376 -------------------------------------------------------------------
377 Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
378
379 - Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
380 - revision 10596
381
382 -------------------------------------------------------------------
383 Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
384
385 - Remove Atom, Script, Message and other obsolete classes.
386 - revision 10592
387
388 -------------------------------------------------------------------
389 Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
390
391 - Also report the name of the locking process in ZYppFactoryException
392   (bnc #280537)
393 - revision 10572
394
395 -------------------------------------------------------------------
396 Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
397
398 - corrected logging of solver settings
399 - regard locking while doUpdate (bnc #405427)
400 - revision 10564
401
402 -------------------------------------------------------------------
403 Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
404
405 - make curl use the right transfer mode
406   (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
407 - revision 10559
408
409 -------------------------------------------------------------------
410 Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
411
412 - reuse existing disk mounts (applied Marius' patch) (bnc #208222)
413 - revision 10557
414
415 -------------------------------------------------------------------
416 Wed Jul  9 18:13:58 CEST 2008 - ma@suse.de
417
418 - Provide Package::url() if available in solv file. (bnc #402434)
419 - A missing cookie file must not be treated as an error. Simply
420   rebuild the cache (bnc #405867)
421 - Add 22x22 and 24x24 icons (bnc #329635)
422 - revision 10528
423
424 -------------------------------------------------------------------
425 Mon Jul  7 13:39:09 CEST 2008 - schubi@suse.de
426
427 - Do not update an already updated package (bnc #400422)
428 - revision 10504
429
430 -------------------------------------------------------------------
431 Fri Jul  4 17:19:24 CEST 2008 - ma@suse.de
432
433 - Also check if the fingerprint matches before importing updated keys.
434   (bnc #393160)
435 - revision 10500
436
437 -------------------------------------------------------------------
438 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
439
440 - forward port add message attribute to patches.
441 - port import newer keys if a trusted key is updated
442 - (bnc#393160)
443 - version 5.0.2
444
445 -------------------------------------------------------------------
446 Mon Jun 30 10:28:27 CEST 2008 - ma@suse.de
447
448 - Fix permanent duplication of gpg keys in the rpm database. Also
449   retrieve correct creation and expire dates. (bnc #401259)
450 - Invoke gpg with --homdir, otherwise command fails if executed
451   within a wrapper. (bnc #401259)
452 - revision 10487
453
454 -------------------------------------------------------------------
455 Thu Jun 26 12:07:33 CEST 2008 - schubi@suse.de
456
457 - version 5.0.1
458 - revision 10464
459
460 -------------------------------------------------------------------
461 Thu Jun 19 17:55:35 CEST 2008 - ma@suse.de
462
463 - Handle new patch messages and scripts in commit. Provide callbacks
464   to display the patch messages and give visual feedback on script
465   execution. (bnc #401220)
466 - revision 10411
467
468 -------------------------------------------------------------------
469 Thu Jun 19 17:35:59 CEST 2008 - ma@suse.de
470
471 - Fix wrong parenthesis causing bug 399320
472 - version
473 - revision
474
475 -------------------------------------------------------------------
476 Tue Jun 10 09:52:03 CEST 2008 - jreidinger@suse.cz
477
478 - improve performance of gsub
479 - change replace_all to replaceAll (same name convency)
480 - add tests for gsub and replaceAll
481 - revision 10366
482
483 -------------------------------------------------------------------
484 Fri Jun  6 13:29:59 CEST 2008 - ma@suse.de
485
486 - Handle application/x-redhat-package-manager in package-manager.desktop
487   (bnc #391183)
488 - revision 10361
489
490 -------------------------------------------------------------------
491 Thu Jun  5 18:01:15 CEST 2008 - jkupec@suse.cz
492
493 - X-SuSE-ControlCenter-System category added
494   to package-manager.desktop (bnc #302324)
495 - revision 10353
496
497 -------------------------------------------------------------------
498 Wed Jun  4 14:57:13 CEST 2008 - ma@suse.de
499
500 - Fix crash when requesting disk usage without a target loaded. (bnc #396755)
501 - revision 10340
502
503 -------------------------------------------------------------------
504 Wed Jun  4 14:05:09 CEST 2008 - ma@suse.de
505
506 - Fix memory corruption in curl media handler (bnc #396979)
507 - revision 10338
508
509 -------------------------------------------------------------------
510 Tue Jun  3 20:00:00 CEST 2008 - ma@suse.de
511
512 - Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
513   as 'source package named zypper'. So these capabilities can be used
514   together with sat::Whatprovides or in resolver requests. (bnc #369893)
515 - revision 10335
516
517 -------------------------------------------------------------------
518 Tue Jun  3 15:40:37 CEST 2008 - jreidinger@suse.cz
519
520 - allow aborting progress during removing packages. (bnc #389238)
521 - revision 10331
522
523 -------------------------------------------------------------------
524 Mon Jun  2 15:31:36 CEST 2008 - schubi@suse.de
525
526 - New option for ignoring Obsoletes. This is used for installing more than
527   one pacakges with the same name but different versions.
528   Often used by kernel.
529 - r 10299
530
531 -------------------------------------------------------------------
532 Sun Jun  1 23:14:34 CEST 2008 - - ma@suse.de
533
534 - Revert inappropriate Selectable cleanup. Fix Selectable
535   status computation. Unmaintained packages were wrongly
536   reported as unsinstalled. (bnc #394630)
537 - version 5.0.0 (4.x continued in SuSE-Linux-11_0-Branch)
538 - revision 10295
539
540 -------------------------------------------------------------------
541 Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
542
543 - fixed typo
544
545 -------------------------------------------------------------------
546 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
547
548 - Reenable diskusage calculation (bnc #395051)
549 - version 4.25.1
550 - revision 10273
551
552 -------------------------------------------------------------------
553 Wed May 28 18:50:11 CEST 2008 - jkupec@suse.cz
554
555 - RepoManager::packagesPath(RepoInfo) added (bnc #394728)
556 - revision 10271
557
558 -------------------------------------------------------------------
559 Wed May 28 16:26:09 CEST 2008 - jkupec@suse.cz
560
561 - RepoInfo: don't overwrite flags that have already been set externally
562   (bnc #394728)
563 - revision 10256
564
565 -------------------------------------------------------------------
566 Wed May 28 15:30:24 CEST 2008 - ma@suse.de
567
568 - Create missing directories when saving config files. (bnc #395026)
569 - Fix undefined behaviour in RepoManager.
570 - revision 10255
571
572 -------------------------------------------------------------------
573 Wed May 28 15:23:44 CEST 2008 - schubi@suse.de
574
575 - SOLVER_ERASE_SOLVABLE_NAME: As we do not know, if this request has come
576   from resolvePool or resolveQueue we will have to take care for both
577   cases. (bnc#393969)
578 - r 10252
579
580 -------------------------------------------------------------------
581 Tue May 27 22:35:37 CEST 2008 - coolo@suse.de
582
583 - compile with RPM_OPT_FLAGS
584
585 -------------------------------------------------------------------
586 Mon May 26 17:23:24 CEST 2008 - jkupec@suse.cz
587
588 - old2new locks file converter script added to %post (jredinger)
589 - r 10227
590
591 -------------------------------------------------------------------
592 Mon May 26 11:48:35 CEST 2008 - schubi@suse.de
593
594 - Do not regard packages with the same name while upgrading obsoleted
595   packages (bnc#394367)
596 - r 10219
597
598 -------------------------------------------------------------------
599 Sat May 24 01:23:44 CEST 2008 - dmacvicar@suse.de
600
601 - revert commit don't check for existence of keys,
602   to avoid a non needed HEAD request. (related bnc#381280)
603   as it creates popup error callbacks due to the 404's in
604   the keys. Leave however the OnMediaLocation::optional()
605   API to look for another fix strategy.
606
607 -------------------------------------------------------------------
608 Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de
609
610 - define path for messages and scripts and document
611   them in zypp.conf
612
613 -------------------------------------------------------------------
614 Fri May 23 14:42:34 CEST 2008 - schubi@suse.de
615
616 - Added IgnoreAlreadyRecommended flag. So recomments/suggest will
617   be ignored for already INSTALLED packages (bnc #389694)
618 - r 10202
619
620 -------------------------------------------------------------------
621 Fri May 23 10:22:47 CEST 2008 - schubi@suse.de
622
623 - Packages which obsoletes and do NOT required other installed
624   packages will be installed if no other packages obsolete the installed package too.
625 - r 10196
626
627 -------------------------------------------------------------------
628 Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
629
630 - fix filelist for installed packages (bnc#392544)
631 - fix changelog retrieval for installed packages
632
633 -------------------------------------------------------------------
634 Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
635
636 - deprecate Repository::name() and use alias() to
637   be consistent. Related to (bnc#383553)
638 - don't check for existence of keys, to avoid a non needed
639   HEAD request. (helps bnc#381280)
640 - 4.25.0
641
642 -------------------------------------------------------------------
643 Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
644
645 - added onlyRequires in the testcase (bnc #389184)
646
647 -------------------------------------------------------------------
648 Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
649
650 - allow installation and refreshing from repository with alias that
651   contains ' or " (bnc #392426)
652 - r10158
653
654 -------------------------------------------------------------------
655 Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
656
657 - delta rpm support reenabled
658 - r10150
659
660 -------------------------------------------------------------------
661 Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
662
663 - Resetting Delete Details in ResStatus correctly (bnc #391785)
664 - r 10145
665
666 -------------------------------------------------------------------
667 Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
668
669 - when setting status to non installed for uninstalled packages
670   set the user transaction so they go to soft locks.
671   (related to bnc#389739 )
672
673 -------------------------------------------------------------------
674 Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
675
676 - Added new calls : isInstalledBy (const PoolItem item);
677                     installs (const PoolItem item);
678 - r 10125
679 - 4.23.0
680
681 -------------------------------------------------------------------
682 Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
683
684 - don't run merge in save when toAdd/Remove queue is empty
685 - throw when locks cannot load its file
686 - r10124
687
688 -------------------------------------------------------------------
689 Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
690
691 - throw more describing exception when repo probing failed
692   (bnc #389690)
693 - revision 10118
694
695 -------------------------------------------------------------------
696 Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
697
698 - allow call only merge old locks and newly added/removed without
699   saving it to file
700 - -revision 10104
701
702 -------------------------------------------------------------------
703 Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de
704
705 - report non packages as keep installed if satisfied to the
706   user interace (Selectables)
707 - 4.21.3
708
709 -------------------------------------------------------------------
710 Tue May 13 15:50:28 CEST 2008 - jkupec@suse.cz
711
712 - create /etc/zypp/products.d on install
713
714 -------------------------------------------------------------------
715 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
716
717 - /etc/zypp/products.d added to file list (bnc #385868)
718 - revision 10049
719 - version 4.21.2
720
721 -------------------------------------------------------------------
722 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
723
724 - call RemoveResolvableReport::problem() before finish() on error
725   (bnc #388810)
726 - revision 10045
727
728 -------------------------------------------------------------------
729 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
730
731 - fix file list
732
733 -------------------------------------------------------------------
734 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
735
736 - Product now retrieves all attributes from the solv file.
737 - version 4.21.1
738 - revision 10031
739
740 -------------------------------------------------------------------
741 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
742
743 - Add zypp.conf option configdir (/etc/zypp) and arrange
744   all config files and directories to follow {configdir}
745   per default.
746 - Fix zypp-query-pool to print satisfied products and additional
747   products defined in {configdir}/products.d for registration.
748   (bnc #385868)
749 - version 4.21.0
750 - revision 10029
751
752 -------------------------------------------------------------------
753 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
754
755 - implement remove duplicate entries in lock file (bnc#385967)
756
757 -------------------------------------------------------------------
758 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
759
760 - Speedup rpmdb2solv by reusing an existing solv file.
761 - version 4.20.1
762 - revision 10012
763
764 -------------------------------------------------------------------
765 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
766
767 - Fix failed package download due to unkown repository type (bnc #386386)
768 - revision 9995
769
770 -------------------------------------------------------------------
771 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
772
773 - Support optional root argument to RepoManagerOptions, to prefix all
774   path names taken from ZConfig. (bnc #388265)
775 - version 4.20.0
776 - revision 9993
777
778 -------------------------------------------------------------------
779 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
780
781 - new solution action for removing requirements/conflicts (bnc #387631)
782 - revision 9988
783
784 -------------------------------------------------------------------
785 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
786
787 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100)
788 - revision 9984
789
790 -------------------------------------------------------------------
791 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
792
793 - DistUpgrade: searching for providers -> regarding name onl
794 - r 9977
795
796 -------------------------------------------------------------------
797 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
798
799 - add flag --registrable (-r) to query pool to avoid
800   using system as a filter
801 - 4.19.1
802
803 -------------------------------------------------------------------
804 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
805
806 - return values in non-void functions
807
808 -------------------------------------------------------------------
809 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
810
811 - support multiple search strings in PoolQuery (ORed)
812 - revision 9945
813
814 -------------------------------------------------------------------
815 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
816
817 - Switch off the upgrade mode of the
818   SAT solver cause the packages have already been evaluated by
819   the distupgrade machanism of libzypp. (bnc #386375)
820 - rev 9943
821
822 -------------------------------------------------------------------
823 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
824
825 - release file after copy to cache as soon as possible.
826   (bnc #381311)
827 - r9940
828
829 -------------------------------------------------------------------
830 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
831
832 - Bugfix: keep states by user has been removed it the
833   package has not been installed BUT has been recommended by another package.
834   (bnc #385832)
835 - rev 9938
836
837 -------------------------------------------------------------------
838 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
839
840 - add isLocal function to Url which say if scheme is local or
841   internet.
842 - r9932
843
844 -------------------------------------------------------------------
845 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
846
847 - cache decision for repository depend on his url.
848 - http,ftp and smb cache packages.
849 - revision 9929
850
851 -------------------------------------------------------------------
852 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
853
854 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
855   Locks are loaded together with the target, and changes are writen
856   back on commit. zypp.conf option locksfile.apply can be used to turn
857   this feature on or off. (FATE #120352)
858 - version 4.18.0
859 - revision 9927
860
861 -------------------------------------------------------------------
862 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
863
864 - Add zypp.conf option solvfilesdir: Path where the repo solv files
865   are created. Default value: {cachedir}/solv.
866 - Target and repositories now save their solvfiles below {solvfilesdir}
867   in directories named after the repositories alias.
868 - version 4.18.0
869 - revision 9913
870
871 -------------------------------------------------------------------
872 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
873
874 - fixed filesystem::expandlink(Pathname) (bnc #368477)
875 - r9906
876
877 -------------------------------------------------------------------
878 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
879
880 - cleanup in return values of doUpgrade and doUpdate
881 - r9886
882 - 4.17.0
883
884 -------------------------------------------------------------------
885 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
886
887 - check for valid pool in begin(), improve the code (bnc #384337)
888 - r9872
889 - 4.16.0
890
891 -------------------------------------------------------------------
892 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
893
894 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
895
896 -------------------------------------------------------------------
897 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
898
899 - added translations
900
901 -------------------------------------------------------------------
902 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
903
904 - ostream operator<<(ostream,TriBool) added
905 - r9833
906
907 -------------------------------------------------------------------
908 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
909
910 - Prevent target::unload from creating a system repo in order
911   to unload it. (bnc 382297)
912 - version 4.15.2
913 - revision 9822
914
915 -------------------------------------------------------------------
916 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
917
918 - Prevent deselected or deleted items from being re-selected due to
919   recommends (aka. persistent soft locks). Unlike hard locked, those
920   items will be automatically selected if required. The list of soft
921   locked items is stored in /var/lib/zypp/SoftLocks.
922 - version 4.15.1
923 - revision 9818
924
925 -------------------------------------------------------------------
926 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
927
928 - Remove obsolete AdditionalCapabilities interface from ResPool.
929   Forward sat::Pool::RepositoryIterator. There's no more need to
930   maintain an extra Repository list in ResPool.
931 - revision 9806
932
933 -------------------------------------------------------------------
934 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
935
936 - Support dependencies requiring a specific architecture:
937   "name[.arch] [op edition]". See class Capability for details
938   about how to construct dependencies. (bnc #305445)
939 - version 4.15.0
940 - revision 9805
941
942 -------------------------------------------------------------------
943 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
944
945 - patch attributes and deprecate old ones
946 - 4.14.0
947
948 -------------------------------------------------------------------
949 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
950
951 - change locks api -
952 - make more functions const
953 - replace add/remove by selectable to add/remove by ident or name and kind
954 - rename iterator to const_iterator to avoid confusion
955 - revision 9781
956
957 -------------------------------------------------------------------
958 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
959
960 - Do architecture changes while "dup" in the external distribution
961   upgrade ONLY. bnc #382274
962 - Added "ignore" to the solutions
963 - Added "self-conflicts" to the solution
964 - added new solver mechanism "resolveQueue"
965 - Bugfix broken/satisfied products
966 - rev 9776
967
968 -------------------------------------------------------------------
969 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
970
971 - Added Pattern::core returning the packages required by a pattern.
972   (see also Pattern::depends and Pattern::contents).
973 - revision 9771
974
975 -------------------------------------------------------------------
976 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
977
978 - Added Target::release(), returning the targets distribution
979   release string.
980 - revision 9761
981
982 -------------------------------------------------------------------
983 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
984
985 - per default abort if package installation fails. (bnc #381203)
986 - version 4.13.3
987 - revision 9725
988
989 -------------------------------------------------------------------
990 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
991
992 - add ZYpp and curl version to http agent string
993   (bnc #381280)
994
995 -------------------------------------------------------------------
996 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
997
998 - Fixed pools package index wrongly including source packages. (bnc #380283)
999 - version 4.13.2
1000 - revision 9683
1001
1002 -------------------------------------------------------------------
1003 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
1004
1005 - Disable fast creation of @System.solv. It may produce wrong results
1006   e.g. after a rebuilddb.
1007 - version 4.13.1
1008 - revision 9666
1009
1010 -------------------------------------------------------------------
1011 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
1012
1013 - initializeTarget now takes an additional option, telling whether to
1014   rebuild an existing rpm database before using it. Default is false.
1015   (bnc #308352)
1016 - version 4.13.0
1017 - revision 9664
1018
1019 -------------------------------------------------------------------
1020 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
1021
1022 - save do nothing if no locks added/removed
1023 - fix bug with multiple save lock
1024 - don't save same query multiple times
1025 - improve tests
1026 - revision 9644
1027
1028 -------------------------------------------------------------------
1029 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
1030
1031 - added new translations
1032 - activate zypp-query-pool
1033 - Revision 9637
1034 - 4.12.1
1035
1036 -------------------------------------------------------------------
1037 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
1038
1039 - Locks API cleaned-up, iterator added, light read() added
1040 - PoolQuery::attribute(SolvAttr) getter added
1041 - revision 9609
1042
1043 -------------------------------------------------------------------
1044 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
1045
1046 - reenable zypp-query-pool
1047 - 4.11.1
1048
1049 -------------------------------------------------------------------
1050 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
1051
1052 - Enable evaluation of hardware dependencies.
1053 - Enable evaluation of filesystem dependencies.
1054 - revision 9605
1055
1056 -------------------------------------------------------------------
1057 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
1058
1059 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
1060   needed for explicit refresh request
1061 - revision 9574
1062
1063 -------------------------------------------------------------------
1064 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
1065
1066 - Install ResPoolProxy index to speedup Solvable to Selectable
1067   conversion.
1068 - version 4.11.0
1069 - revision 9558
1070
1071 -------------------------------------------------------------------
1072 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
1073
1074 - Implement update scripts installed by packages. After every
1075   package install /var/adm/update-scripts is scanned for the first
1076   file starting with "<name>-<version>.<release>-", which is then
1077   executed.
1078 - revision 9547
1079
1080 -------------------------------------------------------------------
1081 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
1082
1083 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
1084 - Add Resolvable::poolItem() providing access to the corresponding
1085   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
1086   to PoolItem.
1087 - Add ResPool::satisfiedProductsBegin/End iterator over all products
1088   whose dependencies are satisfied. This reflects the status determined
1089   by the last solver run. (#368104)
1090 - revision 9535
1091
1092 -------------------------------------------------------------------
1093 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
1094
1095 - switch to new locks api
1096 - revision 9524
1097
1098 -------------------------------------------------------------------
1099 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
1100
1101 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
1102 - Add SolvIterMixin: Base class providing PoolItem_iterator and
1103   Selectable_iterator iterator types based on a Solvable iterator.
1104 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
1105   PoolItem_iterator and Selectable_iterator.
1106 - Add Solvable::SplitIdent: Helper class that splits an identifier
1107   into kind and name.
1108 - Provide methods Pattern::contents returning a collection of packages
1109   associated with the pattern/patch.
1110 - revision 9496
1111
1112 -------------------------------------------------------------------
1113 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
1114
1115 - add comparing to PoolQuery
1116 - revision 9466
1117
1118 -------------------------------------------------------------------
1119 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
1120
1121 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
1122 - revision 9452
1123
1124 -------------------------------------------------------------------
1125 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
1126
1127 - initial implementation of new locks (FATE #120118 and #120352)
1128 - revision 9442
1129
1130 -------------------------------------------------------------------
1131 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
1132
1133 - selectable API updates and changes
1134 - 4.10.0
1135
1136 -------------------------------------------------------------------
1137 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
1138
1139 - add split with respect to escaped delimeters and also for quotes
1140 - revision 9373
1141
1142 -------------------------------------------------------------------
1143 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
1144
1145 - Fixed some missing package and source package attributes.
1146 - revision 9348
1147
1148 -------------------------------------------------------------------
1149 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
1150
1151 - Allow to store a media label in MediaSetAccess. This label is
1152   passed to a media change requests to describe which CD is
1153   requested.  (bnc #330094)
1154 - Fixed some missing package and source package attributes.
1155 - revision 9347
1156
1157 -------------------------------------------------------------------
1158 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
1159
1160 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
1161 - Removed establish state in ResStatus
1162 - revision 9337
1163 - version 4.7.0
1164
1165 -------------------------------------------------------------------
1166 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
1167
1168 - Add PoolItem::isSatisfied()/isBroken() to test whether
1169   the items requirements are met.
1170 - revision 9334
1171
1172 -------------------------------------------------------------------
1173 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
1174
1175 - Extend sat::WhatProvides to allow to query for possible providers
1176   of a collection of capabilies. E.g. all providers of a packages
1177   requirements.
1178 - Fixed retrieval of translated texts from .solv files, provided the
1179   solv file contains them.
1180 - revision 9328
1181
1182 -------------------------------------------------------------------
1183 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
1184
1185 - initial implementation of serialize/recovery PoolQuery
1186   (needed by FATE #120118)
1187 - revision 9325
1188
1189 -------------------------------------------------------------------
1190 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
1191
1192 - Allow prioritizing repos by adding a line 'priority=N' to the
1193   .repo file. Where N is an integer number from 1 (highest prio)
1194   to 99 (least and default). (bnc #369827, fate #302872)
1195 - version 4.6.1
1196 - revision 9276
1197
1198 -------------------------------------------------------------------
1199 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
1200
1201 - support plaindir again (at least the most important parts)
1202
1203 -------------------------------------------------------------------
1204 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
1205
1206 - Throwing special exception MediaBadCAException in case of SSL
1207   certificate validation failure.(bnc #223512)
1208 - revision 9250
1209
1210 -------------------------------------------------------------------
1211 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
1212
1213 - add new error IO_SOFT to media request callback for temporary
1214   connection problem. (bnc #328822)
1215 - add new media exception timeout when somethink fail due to exceed
1216   timeout
1217 - mediacurl throw timeout exception when timeouted
1218 - revision 9246
1219
1220 -------------------------------------------------------------------
1221 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
1222
1223 - return more information from checking if metadata need refresh,
1224   so user can get better info. (bnc #307249)
1225 - revision 9231
1226
1227 -------------------------------------------------------------------
1228 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
1229
1230 - class sat::LocaleSupport: Convenience methods to manage support
1231   for language specific packages.
1232 - revision 9197
1233
1234 -------------------------------------------------------------------
1235 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
1236
1237 - removed obsolete capability handling stuff (ma)
1238 - version 4.5.0
1239
1240 -------------------------------------------------------------------
1241 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
1242
1243 - Don't mask skip and abort exception in Fetcher
1244 - revision 9188
1245
1246 -------------------------------------------------------------------
1247 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
1248
1249 - action is correctly set in mediaRequest callback
1250 - revision 9186
1251
1252 -------------------------------------------------------------------
1253 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
1254
1255 - Fix SEGV in commit (bnc# 371137)
1256 - version 4.4.3
1257 - revision 9174
1258
1259 -------------------------------------------------------------------
1260 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
1261
1262 - version 4.4.2
1263
1264 -------------------------------------------------------------------
1265 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
1266
1267 - look for openssl in cmake, actually we build require it
1268 - explicitely link against openssl and crypto, required to
1269   compile in all platforms/distros.
1270
1271 -------------------------------------------------------------------
1272 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
1273
1274 - Save repo type during refresh if type is NONE (f.e. lazy probing).
1275 - revision 9153
1276
1277 -------------------------------------------------------------------
1278 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
1279
1280 - replace gpg escaped semicolon with real semicolon (bnc #355434)
1281 - revision 9151
1282
1283 -------------------------------------------------------------------
1284 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
1285
1286 - make strings from RpmDb and Keyring exceptions translatable
1287 - revision 9146
1288
1289 -------------------------------------------------------------------
1290 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
1291
1292 - fix retrieving keys (bnc #368099)
1293 - version 4.4.1
1294
1295 -------------------------------------------------------------------
1296 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
1297
1298 - enable frontend to rewrite add_probe settings.(bnc #309612)
1299 - Correct adding repo without type to lazy probing.
1300 - revision 9135
1301
1302 -------------------------------------------------------------------
1303 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
1304
1305 - get better message if something fail when trying run rpm
1306   (bnc #344584)
1307 - revision 9133
1308
1309 -------------------------------------------------------------------
1310 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
1311
1312 - Add ExternalProgram::execError and ExternalProgram::command
1313   to improve error reporting.
1314 - revision 9112
1315
1316 -------------------------------------------------------------------
1317 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
1318
1319 - release all media before requesting another (bnc #336881)
1320 - revision 9110
1321
1322 -------------------------------------------------------------------
1323 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
1324
1325 - getDetectedDevices added (fate #120298)
1326 - revision 9108
1327
1328 -------------------------------------------------------------------
1329 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
1330
1331 - media backend release() methods changed to take string & instead
1332   of bool (needed for FATE #120298)
1333 - media label, detected device list and current device arguments
1334   added to the requestMedia callback
1335 - version 4.4.0
1336
1337 -------------------------------------------------------------------
1338 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
1339
1340 - fix for bnc#369543
1341
1342 -------------------------------------------------------------------
1343 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
1344
1345 - provide download rate info (average and curent) in the
1346   media::DownloadProgressReport for ftp/http (bnc #168935)
1347 - r9074
1348
1349 -------------------------------------------------------------------
1350 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
1351
1352 - cleanCache(): clean also .cookie files
1353 - cleanTargetCache() added
1354 - use escaped_alias() in rawcache_path_for_repoinfo() and
1355   packagescache_path_for_repoinfo()
1356 - r9068
1357
1358 -------------------------------------------------------------------
1359 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
1360
1361 - fixed location of RPMs in subdirs when parsing plaindir repo
1362   recursively (bnc #368218)
1363 - revision 9060
1364
1365 -------------------------------------------------------------------
1366 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
1367
1368 - Do not filter any installed solvables.
1369 - revision 9031
1370 - version 4.3.2
1371
1372 -------------------------------------------------------------------
1373 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
1374
1375 - Try to rebuild broken solv files in Target::load.
1376 - revision 9015
1377
1378 -------------------------------------------------------------------
1379 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
1380
1381 - Try to rebuild broken solv files in RepoManager::loadFromCache.
1382 - Fix RepoStatus::operator&& and RepoStatus testsuite.
1383 - revision 9008
1384
1385 -------------------------------------------------------------------
1386 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
1387
1388 - improved problem description while a vendor change
1389 - improved problem description if a requirement cannot be fulfilled. Bug #358560
1390 - revision 9002
1391
1392 -------------------------------------------------------------------
1393 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
1394
1395 - Save and restore requested locales on target load/commit.
1396 - revision 8999
1397
1398 -------------------------------------------------------------------
1399 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
1400
1401 - (Update) Prevent reinstallation of installed packages.
1402 - revision 8984
1403
1404 -------------------------------------------------------------------
1405 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
1406
1407 - refresh metadata if there is no cache to unbreak compat with
1408   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
1409   that "zypper in" could work on)
1410
1411 -------------------------------------------------------------------
1412 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
1413
1414 - create cache directory before calling rpmdb2solv (in an empty
1415   chroot)
1416 - version 4.3.1
1417
1418 -------------------------------------------------------------------
1419 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
1420
1421 - special exception message if server returns 403 response
1422   (forbidden) (port from SP2)
1423 - MediaException messages marked for translation
1424
1425 -------------------------------------------------------------------
1426 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
1427
1428 - make sure we have target cache on target initialize
1429 - version 4.3.0
1430
1431 -------------------------------------------------------------------
1432 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
1433
1434 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
1435   file systems (#333166)
1436 - rev. 8915
1437
1438 -------------------------------------------------------------------
1439 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
1440
1441 - Fixed Capabilites iterator exposing prereq marker.
1442 - revision 8914
1443
1444 -------------------------------------------------------------------
1445 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
1446
1447 - postinstall script fixed
1448 - version 4.2.10
1449
1450 -------------------------------------------------------------------
1451 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
1452
1453 - Testcases regards modaliases, rpmlib, ... correctly
1454 - Revision 8904
1455
1456 -------------------------------------------------------------------
1457 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
1458
1459 - Remove obsolete sql database. (bnc#363224)
1460 - revision 8898
1461
1462 -------------------------------------------------------------------
1463 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
1464
1465 - Take care target uses --root when creating solv files (bnc #363789)
1466 - revision 8881
1467
1468 -------------------------------------------------------------------
1469 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
1470
1471 - Unmaintained packages which does not fit to the updated system
1472   (broken dependencies) will be deleted.
1473 - revision 8867
1474
1475 -------------------------------------------------------------------
1476 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
1477
1478 - let libzypp-devel require libsatsolver-devel
1479
1480 -------------------------------------------------------------------
1481 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
1482
1483 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
1484 - revision 8833
1485
1486 -------------------------------------------------------------------
1487 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
1488
1489 - media: fixed DownloadProgressReport.finish() url argument in
1490   doGetFileCopy()
1491 - revision 8815
1492
1493 -------------------------------------------------------------------
1494 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
1495
1496 - hardlink when possible to optimize data transfer
1497   and space across caches.
1498 - version 4.2.8
1499
1500 -------------------------------------------------------------------
1501 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
1502
1503 - added some locale support to sat::Solvable
1504 - version 4.2.7
1505
1506 -------------------------------------------------------------------
1507 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
1508
1509 - handle error messages better in doesFileExist too which is
1510   used during probing. (bnc #362608)
1511
1512 -------------------------------------------------------------------
1513 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
1514
1515 - Fetcher::reset() should not reset cache directories.
1516   (bnc #348050)
1517 - version 4.2.6
1518
1519 -------------------------------------------------------------------
1520 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
1521
1522 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
1523   for http and https, but this time set CURLOPT_HTTPGET back to 1
1524   so it actually works. This makes Media::doesFileExist
1525   efficient for http and https.
1526   (related to bnc #348050)
1527 - version 4.2.5
1528
1529 -------------------------------------------------------------------
1530 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
1531
1532 - using .solv files only now (fate #303018)
1533 - revision 8699
1534
1535 -------------------------------------------------------------------
1536 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
1537
1538 - fix architectures on distupgrade
1539
1540 -------------------------------------------------------------------
1541 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
1542
1543 - fixes from trunk merged
1544
1545 -------------------------------------------------------------------
1546 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
1547
1548 - fixed renaming a repo to an existing one (bnc #228216)
1549 - revision 8431
1550
1551 -------------------------------------------------------------------
1552 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
1553
1554 - fix changelog
1555
1556 -------------------------------------------------------------------
1557 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
1558
1559 - read .curlrc more robustly to obtain user-proxy (#330351)
1560 - revision 8368
1561
1562 -------------------------------------------------------------------
1563 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
1564
1565 - always buildrequire openssl-devel
1566 - replacing strange utf-8 chars in changelog
1567 - revision 8317
1568
1569 -------------------------------------------------------------------
1570 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
1571
1572 - Saner NFS timeo default (#350309)
1573 - revision 8314
1574
1575 -------------------------------------------------------------------
1576 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
1577
1578 - support 'patterns.pat' and 'patterns.pat.gz' to read all
1579   patterns in one go.
1580 - rev 8309
1581
1582 -------------------------------------------------------------------
1583 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
1584
1585 - added RpmDb::removePubkey(), call it from
1586   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
1587   is removed from the trusted keyring
1588 - revision 8288
1589
1590 -------------------------------------------------------------------
1591 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
1592
1593 - Textchanges
1594 - reduced logging in SAT-solver
1595 - ordering solutions
1596 - version 4.1.8
1597 - revision 8276
1598
1599 -------------------------------------------------------------------
1600 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
1601
1602 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
1603   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
1604 - Revision 8255
1605 - Version 4.1.7
1606
1607 -------------------------------------------------------------------
1608 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
1609
1610 - Pathname zypp::filesystem::expandlink(const Pathname &) added
1611 - if the provided file is a symlink, expand it (#274651) (this
1612   probably won't work for schemes other than file/dir and cd/dvd)
1613 - revision 8179
1614
1615 -------------------------------------------------------------------
1616 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
1617
1618 - fixed password handling in URLs (bug #347273)
1619 - revision 8118
1620
1621 -------------------------------------------------------------------
1622 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
1623
1624 - Fixed default text locale detection not to use static variables. (#346872)
1625 - version 4.1.6
1626 - revision 8116
1627
1628 -------------------------------------------------------------------
1629 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
1630
1631 - Log more details about zypp lock owner. (#294094)
1632 - revision 8088
1633
1634 -------------------------------------------------------------------
1635 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
1636
1637 - Remove runtime dependency for libboost_filesystem (#345773)
1638 - version 4.1.5
1639 - revision 8061
1640
1641 -------------------------------------------------------------------
1642 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
1643
1644 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
1645   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
1646 - version 4.1.4
1647 - revision 7998
1648
1649 -------------------------------------------------------------------
1650 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
1651
1652 - make IniParser more strict (bug #306697)
1653
1654 -------------------------------------------------------------------
1655 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
1656
1657 - Fix missing packages in patch content list. (#340896)
1658 - revision 7925
1659
1660 -------------------------------------------------------------------
1661 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
1662
1663 - fix build
1664
1665 -------------------------------------------------------------------
1666 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
1667
1668 - Output date strings in UTF-8. (#339423)
1669 - revision 7807
1670
1671 -------------------------------------------------------------------
1672 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
1673
1674 - fixes for new gcc
1675 - version 4.1.3
1676 - r7788
1677
1678 -------------------------------------------------------------------
1679 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
1680
1681 - Don't mark failed patch scripts as installed. (#327523)
1682 - version 4.1.2
1683 - revision 7744
1684
1685 -------------------------------------------------------------------
1686 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
1687
1688 - update rpmlint suppression
1689
1690 -------------------------------------------------------------------
1691 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
1692
1693 - fixed retrieval of epoch from rpmdb (bug #246680)
1694
1695 -------------------------------------------------------------------
1696 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
1697
1698 - allow non-existing "packages" file in susetags parser (bug
1699   #309235)
1700
1701 -------------------------------------------------------------------
1702 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
1703
1704 - SMBIOS DMI modalias matching added (#333152)
1705 - revision 7494
1706
1707 -------------------------------------------------------------------
1708 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
1709 - do not download the same file multiple times in one attach session
1710   (#307098), r7456
1711 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
1712   removed - should be correctly detected by HAL now
1713   (#167629, #163971), r7452
1714 - version 4.1.1
1715
1716 -------------------------------------------------------------------
1717 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
1718
1719 - filter architecture in plaindir parser (bug #330791)
1720
1721 -------------------------------------------------------------------
1722 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
1723
1724 - Throw constructing malformed checksums. (#189096)
1725 - revision 7441
1726
1727 -------------------------------------------------------------------
1728 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
1729
1730 - Renamed templates back because proper qualification makes it work
1731   too.
1732 - 4.1.0
1733
1734 -------------------------------------------------------------------
1735 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
1736
1737 - only look for repositories in file ending ".repo" (bug #294779)
1738
1739 -------------------------------------------------------------------
1740 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
1741
1742 - Fixed compilation errors with GCC 4.3 by adding missing includes
1743   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
1744   Compare<Edition> to CompareEd.
1745 - r7426
1746
1747 -------------------------------------------------------------------
1748 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
1749
1750 - Incorporated patch from Michael Matz to speedup cache reading.
1751 - revision 7413
1752
1753 -------------------------------------------------------------------
1754 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
1755
1756 - Resolvertestcase:
1757   - log Repository info
1758   - set keep state in the testcase
1759   - handle vendor
1760 - r 4707
1761
1762 -------------------------------------------------------------------
1763 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
1764
1765 - Fixed pattern parser SEGV on broken pattern files. (#328546)
1766 - revision 7402
1767
1768 -------------------------------------------------------------------
1769 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
1770
1771 - QueuItemRequire: Filter out all provider which have worser architecture,
1772   are NOT noarch and have not the same name as the requirement. The
1773   last one is needed for updating packages via patch/atoms.
1774   Bug 328081
1775 - Revert changes of r 7340
1776 - r 7386
1777
1778 -------------------------------------------------------------------
1779 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
1780
1781 - Add missing '--install' parameter in desktop file. (#308640)
1782 - version 4.0.0
1783 - revision 7369
1784
1785 -------------------------------------------------------------------
1786 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
1787
1788 - release all attached media before attempting to eject (#293428)
1789 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
1790 - revision 7352
1791 - version 3.26.0
1792
1793 -------------------------------------------------------------------
1794 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
1795
1796 - provide a way to retrieve the metadata path. Used for
1797   installation, which incorrectly creates a repository in
1798   cache without adding it first, so metadata path is not
1799   set and therefore it is not possible to setup a media
1800   verifier on installation. Part of fix for (#293428)
1801 - 3.25.0
1802
1803 -------------------------------------------------------------------
1804 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
1805
1806 - If more than one resolvables provide a requirements and have different
1807   architecture take thatone with the best architecture. (Not regarding the
1808   name). Bug: Branching too much while an installation of a multi-arch-DVD
1809 - r 7340
1810 - version 3.24.8
1811
1812 -------------------------------------------------------------------
1813 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
1814
1815 - Checking the queue if an item will be deleted. If yes, the requirements
1816   are not needed anymore. Bug 326384
1817 - version 3.24.7
1818 - r 7329
1819
1820 -------------------------------------------------------------------
1821 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
1822
1823 - don't probe the repository type upon saving if disabled (#326769)
1824 - version 3.24.6
1825 - revision 7319
1826
1827 -------------------------------------------------------------------
1828 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
1829
1830 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
1831   esp. if the error occurred executing the packages post-install script.
1832 - version 3.24.5
1833 - revision 7317
1834
1835 -------------------------------------------------------------------
1836 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
1837
1838 - If a package is deselected by user, apply this soft lock to all
1839   available versions of this package.
1840 - version 3.24.4
1841 - revision 7316
1842
1843 -------------------------------------------------------------------
1844 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
1845
1846 - Update: Do not set an item to installation if there has been already set
1847   one for installation which has the same NVA. Bug  326286
1848 - version 3.24.3
1849 - r 7311
1850
1851 -------------------------------------------------------------------
1852 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
1853
1854 - Enable package cache during commit. (#326249)
1855 - revision 7309
1856
1857 -------------------------------------------------------------------
1858 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
1859
1860 - Do not regarding requirements for packages which will be deleted in the
1861   same solver run. Bug 310618
1862 - r 7292
1863 - version 3.24.2
1864
1865 -------------------------------------------------------------------
1866 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
1867
1868 - don't download filelists.xml.gz (#307105)
1869 - version 3.24.1
1870 - revision 7269
1871
1872 -------------------------------------------------------------------
1873 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
1874
1875 - Improve estimated diskusage while there is no valid
1876   solver result. (#325617)
1877 - revision 7266
1878
1879 -------------------------------------------------------------------
1880 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
1881
1882 -Bugfix in vendor change of a required resolvable (Correct error message)
1883  Bug 310455
1884 - r 7262
1885
1886 -------------------------------------------------------------------
1887 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
1888
1889 - fixed DU parsing in inst-sys (#308659)
1890 - revision 7256
1891
1892 -------------------------------------------------------------------
1893 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
1894
1895 - Enable using patch and delta rpms. (#309124)
1896 - version 3.24.0
1897 - revision 7253
1898
1899 -------------------------------------------------------------------
1900 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
1901
1902 - On update do not delete unmaintained non-SuSE packages.
1903 - version 3.23.2
1904 - revision 7239
1905
1906 -------------------------------------------------------------------
1907 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
1908
1909 - ZYppImpl::getPartitions() - don't return the current partitioning
1910   when the partitioning hasn't been set - fixes DU parsing in
1911   inst-sys (#308659)
1912
1913 -------------------------------------------------------------------
1914 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
1915
1916 - Throw specific exceptions during commit (#308511)
1917 - 3.23.1
1918
1919 -------------------------------------------------------------------
1920 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
1921
1922 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
1923   now provide more detailed disk usage information.
1924   Yum metadata don't, so we book the package size to '/'. (#308362)
1925 - version 3.23.0
1926 - revision 7225
1927
1928 -------------------------------------------------------------------
1929 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
1930
1931 - Regarding keep state while recycle old valid solver results. Bug 286889
1932 - r 7209
1933
1934 -------------------------------------------------------------------
1935 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
1936
1937 - report 100% progress on finishing RPM removal (bug #309431)
1938 - revision 7200
1939
1940 -------------------------------------------------------------------
1941 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
1942
1943 - Update: rename language packages --> take that package which fits to the
1944   selected language Bug 308098
1945 - r 7919
1946
1947 -------------------------------------------------------------------
1948 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
1949
1950 - restore deltas and patch rpms from the cache (#309124)
1951 - 3.22.8
1952
1953 -------------------------------------------------------------------
1954 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
1955
1956 - Don't fail if a product is deleted multiple times (e.g. due to
1957   obsoletes and an explicit deleted request). (#308746)
1958 - version 3.22.7
1959 - revision 7184
1960
1961 -------------------------------------------------------------------
1962 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
1963
1964 - SYSCONFDIR variable added for modifying /etc
1965
1966 -------------------------------------------------------------------
1967 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
1968
1969 - uninstallable resolvable -->suggested solution: delete; Bug 308164
1970 - r 7177
1971
1972 -------------------------------------------------------------------
1973 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
1974
1975 - new translations added
1976 - r 7166
1977 - version 3.22.6
1978
1979 -------------------------------------------------------------------
1980 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
1981
1982 - fixed disk usage counting of updated packages (#308362)
1983
1984 -------------------------------------------------------------------
1985 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
1986
1987 - Splitting packages: Take the package with the best
1988   architecture,edition ONLY; Bug 308591
1989 - r 7160
1990
1991 -------------------------------------------------------------------
1992 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
1993
1994 - properly report fallback disk usage size (in kB instead of bytes)
1995   when disk usage is not known (YUM repos) (#308475)
1996
1997 -------------------------------------------------------------------
1998 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
1999
2000 - Install a sample /etc/zypp.conf. (#306615)
2001 - Fixed missing soversion symlink in package.
2002 - version 3.22.5
2003 - revision 7150
2004
2005 -------------------------------------------------------------------
2006 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
2007
2008 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
2009   308252
2010 - r 7143
2011
2012 -------------------------------------------------------------------
2013 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
2014
2015 - Error: Select two candidate with the same name while update.
2016   Solution: If there is a candidate which is already selected for installation -->
2017   take thatone #308082
2018 - r 7132
2019
2020 -------------------------------------------------------------------
2021 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
2022
2023 - Work arround installed patterns providing an empty vendor string. (#307743)
2024 - Let the solver treat vendor suse and opensuse as equivalent.
2025 - version 3.22.4
2026
2027 -------------------------------------------------------------------
2028 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
2029
2030 - Checking item before evaluating the concerning vendor. bug #307941
2031 - r 7119
2032
2033 -------------------------------------------------------------------
2034 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
2035
2036 - Fix for bug #307163 - empty package descriptions
2037   a.k.a shared tag not 100% implemented
2038 - r 7117
2039 - version 3.22.3
2040
2041 -------------------------------------------------------------------
2042 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
2043
2044 - logging "reverse" NEEDED_BY in the detail description of solver
2045   problems.
2046 - improved error message if a requiremnt is not fulfilled Bug 307743
2047 - Add "ignore" option to the solution if a requirement is not fulfilled
2048   Bug 304276
2049 - revision 7113
2050
2051 -------------------------------------------------------------------
2052 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
2053
2054 - fixed the order of operands of susetags local metadata status
2055   computation which caused the YaST repositories to always get
2056   refreshed (part of bug #304310)
2057 - revision 7107
2058 - version 3.22.2
2059
2060 -------------------------------------------------------------------
2061 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
2062
2063 - comparing vendor with VendorAttr::equivalent
2064 - revision 7103
2065
2066 -------------------------------------------------------------------
2067 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
2068
2069 - Use $RPM_OPT_FLAGS.
2070
2071 -------------------------------------------------------------------
2072 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
2073
2074 - Reset transact bits when switching status from
2075   "update" to "protected" (#246976)
2076 - version 3.22.1
2077 - revision 7094
2078
2079 -------------------------------------------------------------------
2080 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
2081
2082 - new translations added
2083 - rev 7083
2084
2085 -------------------------------------------------------------------
2086 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
2087
2088 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
2089    [main]
2090    download.use_patchrpm = no
2091    download.use_deltarpm = no
2092 - version 3.22.0
2093 - revision 7069
2094
2095 -------------------------------------------------------------------
2096 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
2097
2098 - On demand translate patch requirements into a list of atoms.
2099   Required by the UI to display packages acssociated with a patch.
2100   (#300612)
2101 - version 3.21.1
2102 - revision 7065
2103
2104 -------------------------------------------------------------------
2105 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
2106
2107 - enrich ResolverInfo with the reason if a user-initiated request
2108   fails (#304325, #306240)
2109 - r 7051
2110
2111 -------------------------------------------------------------------
2112 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
2113
2114 - added missing implementation of LogControl::setLineFormater()
2115   (lslezak)
2116 - version 3.21.0
2117 - revision 7041
2118
2119 -------------------------------------------------------------------
2120 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
2121
2122 - enable changing url in requestMedia callback (#294481)
2123 - revision 7037
2124
2125 -------------------------------------------------------------------
2126 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
2127
2128 - Filter readonly mount points in DiskUsageCounter (#297405)
2129 - revision 7030
2130
2131 -------------------------------------------------------------------
2132 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
2133
2134 - remember the cause of the RepoException when refreshing metadata
2135   (#301022)
2136 - r7023
2137
2138 -------------------------------------------------------------------
2139 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
2140
2141 - Safe fix for bug #299680.
2142 - version 3.20.1
2143 - revision 7026
2144
2145 -------------------------------------------------------------------
2146 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
2147
2148 - Bugfix: If a requirement has been fulfilled by more than one language
2149   resolvables only thatone will be taken which fits to the selected
2150   language.
2151 - r 7018
2152
2153 -------------------------------------------------------------------
2154 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
2155
2156 - correct error code for media errors in MediaCurl::doGetFileCopy()
2157   affects only zypper error output, does not affect YaST
2158 - r7013
2159
2160 -------------------------------------------------------------------
2161 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
2162
2163 - reverted blocking of requestMedia from r6271 (#301710)
2164 - r6999
2165
2166 -------------------------------------------------------------------
2167 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
2168
2169 - prevent progress report in destructor (#299680)
2170 - r6998
2171
2172 -------------------------------------------------------------------
2173 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
2174
2175 - treat non-filelists.xml <file> entries as file provides capabilities
2176   in YUM parser (#304701)
2177 - r6992
2178
2179 -------------------------------------------------------------------
2180 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
2181
2182 - the media.1/media uniquely identifies a 'susetags' repo, not
2183   the content file (#304200)
2184
2185 -------------------------------------------------------------------
2186 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
2187
2188 - fixed locale dir (#304649)
2189 - r6984
2190
2191 -------------------------------------------------------------------
2192 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
2193
2194 - don't treat normal package license as "license to confirm"
2195   (#305906)
2196
2197 -------------------------------------------------------------------
2198 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
2199
2200 - Fixed fix for #293039. Segfault due to uninitialzed data.
2201 - version 3.19.3
2202 - revision 6980
2203
2204 -------------------------------------------------------------------
2205 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
2206
2207 - reduced too much verbosed ResolverContext logging; Bug 303971
2208 - r 6977
2209
2210 -------------------------------------------------------------------
2211 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
2212
2213 - Fixed PlainDir repositories to provide real disk usage data. For
2214   repomd and others that do not provide any detailed disk usage info,
2215   assume the packgage size is required below "/". Peviously they were
2216   treated as being empy.
2217 - version 3.19.2
2218 - revision 6972
2219
2220 -------------------------------------------------------------------
2221 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
2222
2223 - Add a new solver solution in the case of running in a timeout:
2224   ProblemSolutionDoubleTimeout.h
2225   #Bug 302496
2226 - revision 6970
2227
2228 -------------------------------------------------------------------
2229 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
2230
2231 - bug in fix for (#292986)
2232
2233 -------------------------------------------------------------------
2234 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
2235
2236 - (#297001) - libzypp: can't skip broken packages
2237 - re enable importing zypp keyring from rpm.(#302379)
2238 - 3.19.1
2239
2240 -------------------------------------------------------------------
2241 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
2242
2243 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
2244   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
2245   in order to support query-by-repo (#305384)
2246 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
2247   number of kinds, names, or repos (#305347)
2248 - remove ResolvableQuery::iterateResolvablesByKind, not needed
2249 - version 3.19.0
2250 - rev 6935
2251
2252 -------------------------------------------------------------------
2253 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
2254
2255 - real fix for reading signature ids. (#390535).
2256 - delete metadata when removing repo (#301037).
2257
2258 -------------------------------------------------------------------
2259 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
2260
2261 - following behaviour for setPartitions
2262   - if they are not set, they are detected
2263   - if they are set, that value is used.
2264   - if value set or detected is empty, all disk usage
2265     information is read. Otherwise just values in those
2266     mount points.
2267     Should work for installation as long as detectPartitions
2268     is empty at installation.(#293039)
2269
2270 -------------------------------------------------------------------
2271 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
2272
2273 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
2274   from external, e.g. for the testcases
2275 - Honor ZYPP_CONF environment variable to override the buit-in
2276   /etc/zypp/zypp.conf
2277 - Check architecture at handout() to prevent NULL ptr reference.
2278 - Bug 301286
2279 - rev 6908
2280
2281 -------------------------------------------------------------------
2282 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
2283
2284 -The solver generate an establish call for all
2285  resolvables which has filesystemcaps if there is not a valid result from a
2286  former solver run available. This covers:
2287  * Initial solver run
2288  * Changing of filesystem whithin a workflow, cause the solver results will
2289    be reset if the filesystem dependencies have been changed
2290  Bug 271912
2291 - r 6901
2292
2293 -------------------------------------------------------------------
2294 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
2295
2296 - pass location to plaindir package (#303751)
2297 - Add name of file in question to checksum/signature related
2298   exceptions.
2299 - pass basename of file to verifyFileSignatureWorkflow (instead of
2300   empty string).
2301 - filter out incompatible architectures when parsing sustags
2302   repos (first half of #301286)
2303 - r 6882
2304
2305 -------------------------------------------------------------------
2306 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
2307
2308 - don't run source migration if yast is running in
2309   intsys mode (#297136)
2310 - signature and checksum verification fixes. Still pending
2311   problem ZYpp getting no output from gpg when running from zypper.
2312   (#302059)
2313
2314 -------------------------------------------------------------------
2315 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
2316
2317 - Do not strip resolvables which have the same name but different kind
2318   (ResolverInfo*)
2319 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
2320 - r 6830
2321
2322 -------------------------------------------------------------------
2323 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
2324
2325 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
2326   the Estonian locale (#302525).
2327
2328 -------------------------------------------------------------------
2329 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
2330
2331 - added remembering of exception history at various places
2332
2333 -------------------------------------------------------------------
2334 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
2335
2336 - Bugfixes concerning vendor handling:
2337 - first bug:
2338   Installed A-1.0(vendor SuSE)
2339   Available A-2.0(other vendor)
2340   A will not be regarded as "unmaintained". So it will not be deleted.
2341 - second bug:
2342   A need B-2.0. B-1.0 is installed but has another vendor. Report a
2343   proper errmessage.
2344 - Testcase : solution-tests/vendor-test.xml
2345 - r 6812
2346 - 3.18.4
2347
2348 -------------------------------------------------------------------
2349 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
2350
2351 - ignore HASH key for download (#300982)
2352
2353 -------------------------------------------------------------------
2354 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
2355
2356 - Added explicitly_requested as parameter in ResolverContext::Uninstall
2357   Bug 299819
2358 - revision 6794
2359
2360 -------------------------------------------------------------------
2361 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
2362
2363 - If no mount information is available, parse all DU entries.
2364 - read only hack mode for migrate-sources. We actually do add
2365   repositories with it, but no harm. (#292986)
2366 - fix some typos in exceptions (#301331)
2367 - 3.18.3
2368
2369 -------------------------------------------------------------------
2370 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
2371
2372 - Do not regard explicit request in order to recognize updated packages
2373   correctly. Bug 301676
2374 - Updated translations
2375 - r 6766
2376 - 3.18.2
2377
2378 -------------------------------------------------------------------
2379 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
2380
2381 - package-manager script: Call /sbin/yast2 with full path because of
2382   gnomesu (#269873).
2383
2384 -------------------------------------------------------------------
2385 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
2386
2387 - add support for the HASH key. (#300982)
2388 - Use ContentFileParser in Downloader (instead of implementing
2389   the parser again, it has a reason, Downloader was written first)
2390 - update testcases and data to cover the new HASH key
2391 - 3.18.1
2392
2393 -------------------------------------------------------------------
2394 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
2395
2396 - unify query API for kind and name, summary, description
2397   (incomplete)
2398 - rev 6761, version 3.18.0
2399
2400 -------------------------------------------------------------------
2401 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
2402
2403 - add iterateResolvablesByKindsAndName
2404 - rev 6735, version 3.17.13
2405
2406 -------------------------------------------------------------------
2407 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
2408
2409 - rename ResolvableQuery::queryByName to iterateResolvablesByName
2410 - fix reading of kind and repository in ResolvableQuery
2411 - add reverse lookups in CacheTypes
2412 - add iterateResolvablesByKind
2413 - rev 6733
2414
2415 -------------------------------------------------------------------
2416 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
2417
2418 - shorten solver error messages Bug 259894
2419 - rev 6723
2420
2421 -------------------------------------------------------------------
2422 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
2423
2424 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
2425   install zypp/cache header files.
2426 - rev 6719, version 3.16.13
2427
2428 -------------------------------------------------------------------
2429 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
2430
2431 - discard pattern files with incompatbile architecture, both
2432   for download and for parsing. (#298716)
2433 - rev 6711
2434
2435 -------------------------------------------------------------------
2436 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
2437
2438 - run sqlite asynchronously and add sql index files where
2439   appropriate, gives 6x performance on certain operations.
2440   Bumping cache schema version to 1004.
2441   (#300998)
2442 - rev 6710
2443
2444 -------------------------------------------------------------------
2445 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
2446
2447 - fix String::endsWith (#301038)
2448 - rev 6709
2449
2450 -------------------------------------------------------------------
2451 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
2452
2453 - added an _explicitly_requested in QueueItemConflict ( as already in
2454   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
2455   remove the conflicting item without an error message. Bug 299819
2456 - rev 6699
2457
2458 -------------------------------------------------------------------
2459 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
2460
2461 - forgot to set default refresh policy in checkIfToRefreshMetadata
2462 - repo.refresh.delay default set to 10 minutes
2463 - 6693
2464
2465 -------------------------------------------------------------------
2466 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
2467
2468 - Bugfix while regarding correct vendor in update
2469 - r6677
2470 - version 3.15.0
2471
2472 -------------------------------------------------------------------
2473 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
2474
2475 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
2476   added to delay next check & refresh until the specified number of
2477   minutes has passed from the last check or refresh (FATE #301991).
2478   Revisions: 6654, 6656, 6666, and 6667.
2479 - filesystem::touch(Pathname) added (r6666)
2480 - RepoManager::touchIndexFile(RepoInfo) added
2481 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
2482   decision to do the refresh moved to this public method.
2483 - r6667
2484
2485 -------------------------------------------------------------------
2486 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
2487
2488 - generate a resolver problem if addRequires does not find a resovable
2489   #299486
2490 - rev 6660
2491
2492 -------------------------------------------------------------------
2493 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
2494
2495 - Prioritized delete request by the user BEFORE delete requests due
2496   missing dependencies or conflicting dependencies. Bug 298322
2497 - rev 6640
2498
2499 -------------------------------------------------------------------
2500 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
2501
2502 - support also "Plaindir" as valid repo type name (#298622)
2503 - revision 6616
2504 - version 3.14.0
2505
2506 -------------------------------------------------------------------
2507 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
2508
2509 - fix segfault in Progress reporting
2510 - progress report use name instead of alias (#298035)
2511 - repoinfo returns alias if name is empty
2512
2513 -------------------------------------------------------------------
2514 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
2515
2516 - merge patch by dmueller to get rid of boost-regex
2517
2518 -------------------------------------------------------------------
2519 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
2520
2521 - dont create a second CacheStore in the same scope, will lock...
2522   #297627
2523
2524 -------------------------------------------------------------------
2525 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
2526
2527 - fixed some RepoManager exception docs & history
2528 - r6558
2529
2530 -------------------------------------------------------------------
2531 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
2532
2533 - feature #302135: Graceful update of 3rd party packages
2534   Automatic upgrading only sees packages from same vendor
2535   This allows not needed to have those locked.
2536 - Add persistent locks file which allow wildcards. Users
2537   can lock certain packages adding lines like "kde* < 3.5"
2538 - add applyLocks() to apply persistent locks before solving
2539
2540 -------------------------------------------------------------------
2541 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
2542
2543 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
2544   #271912 wq
2545 - Added locking resolvables in the testcases
2546 - rev 6544
2547
2548 -------------------------------------------------------------------
2549 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
2550
2551 - add migrate-sources to %post (#292986)
2552 - 3.13.15
2553
2554 -------------------------------------------------------------------
2555 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
2556
2557 - fixed bug with using wrong files from raw metadata cache
2558   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
2559
2560 -------------------------------------------------------------------
2561 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
2562
2563 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
2564   Bug# 297795
2565 - r 6517
2566
2567 -------------------------------------------------------------------
2568 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
2569
2570 - implement susetags support for compressed metadata
2571   and testcases. (feature #301916)
2572 - implement disk usage in cache. For installation requires
2573   some changes in YaST to setup the ZYpp getPartitions()
2574   before repos are cached. (bug #293039)
2575 - added testcases for diskusage
2576 - 3.13.14
2577
2578 -------------------------------------------------------------------
2579 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
2580
2581 - fixed YUM parser to properly create source packages
2582 - disabled reading of filelists.xml.gz by default (the data are
2583   currently not stored anyway)
2584 - revision 6481
2585 - version 3.13.13
2586
2587 -------------------------------------------------------------------
2588 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
2589
2590 - Don't download unwanted translation files (#293740).
2591 - revision 6470
2592
2593 -------------------------------------------------------------------
2594 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
2595
2596 - Fix susetags repo to parse dikusage data (#293039)
2597 - revision 6467
2598 - version 3.13.12
2599
2600 -------------------------------------------------------------------
2601 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
2602
2603 - Add product attribute 'type' (aka 'category' which is now
2604   deprecated). Adapted sustags and yum parsers to parse and
2605   provide this value.
2606 - revision 6464
2607 - version 3.13.11
2608
2609 -------------------------------------------------------------------
2610 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
2611
2612 - fix modalias rel column number
2613 - version 3.13.10
2614
2615 -------------------------------------------------------------------
2616 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
2617
2618 - Implemented option repo.add.probe to allow probing
2619   the added repositories
2620 - version 3.13.9
2621
2622 -------------------------------------------------------------------
2623 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
2624
2625 - Fixed detection of renamed packages while update.
2626 - Added new translations
2627 - rev 6445
2628
2629 -------------------------------------------------------------------
2630 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
2631
2632 - Speed up retrieving MediaNr attribute, as it slows down install
2633   order calculation. (#297173)
2634 - revision 6442
2635
2636 -------------------------------------------------------------------
2637 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
2638
2639 - Fixed cache schema upgrade
2640
2641 -------------------------------------------------------------------
2642 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
2643
2644 - Fixed pattern includes and extends attributes.
2645 - revision 6431
2646 - version 3.13.8
2647
2648 -------------------------------------------------------------------
2649 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
2650
2651 - API for retrieving additional dependencies" solver/detail/Resolver.h
2652 - Handle additional dependencies in the testcases
2653 - Handle system and language dependencies in the testcases correctly.
2654 - r 6418
2655
2656 -------------------------------------------------------------------
2657 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
2658
2659 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
2660   has changed. Resolver must discard any cached filesystem dependencies.
2661   (required for #271912)
2662 - revision 6404
2663
2664 -------------------------------------------------------------------
2665 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
2666
2667 - Indicate changed pool content to the resolver. (required for #271912)
2668 - revision 6398
2669 - version 3.13.7
2670
2671 -------------------------------------------------------------------
2672 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
2673
2674 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
2675   problems. Bug 280387
2676 - r 6378
2677 - version 3.13.6
2678
2679 -------------------------------------------------------------------
2680 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
2681
2682 - Added interface to install source packages via zypper.
2683 - revision 6373
2684 - version 3.13.5
2685
2686 -------------------------------------------------------------------
2687 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
2688
2689 - Added package attributes Package::sourcePkgName and
2690   Package::sourcePkgEdition. Name and edition of the source
2691   rpm this package was built from.
2692 - Added ZYpp::installSrcPackage to install a single source package.
2693 - revision 6353
2694 - version 3.13.4
2695
2696 -------------------------------------------------------------------
2697 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
2698
2699 - Temorary files and directories created by makeSibling use the
2700   same protection as the original.
2701 - revision 6344
2702 - version 3.13.3
2703
2704 -------------------------------------------------------------------
2705 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
2706
2707 - Removed keepExtras from resolvePool. This will be handled
2708   in the solver internally now. #294727
2709 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
2710 - revision 6317
2711 - version 3.13.2
2712
2713 -------------------------------------------------------------------
2714 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
2715
2716 - Remove tribool from RepoInfo's interface.
2717 - revision 6301
2718 - version 3.13.1
2719
2720 -------------------------------------------------------------------
2721 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
2722
2723 - Fixed wrong media number reported by script, message and patch.
2724 - Fixed script API to provide the scripts location on media (if not
2725   inlined).
2726 - Introduced ScripProvider to make a script available on the local
2727   disk.
2728 - revision 6288
2729 - version 3.13.0
2730
2731 -------------------------------------------------------------------
2732 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
2733
2734 - don't request media chage if the media is not changeable (like
2735   e.g. http)
2736 - revision 6271
2737 - version 3.12.1
2738
2739 -------------------------------------------------------------------
2740 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
2741
2742 - progress ticks for clean cache
2743 - ZConfig: remove default from names.
2744 - re enable reading cache callbacks
2745 - ini parser without boost::regexp
2746   patch by dmueller (#152447)
2747
2748 -------------------------------------------------------------------
2749 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
2750
2751 - Fixed package to provide the location media number. (#294496)
2752 - revision 6263
2753
2754 -------------------------------------------------------------------
2755 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
2756
2757 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
2758   gpgkey) instead of throwing bad url exception
2759 - revision 6259
2760
2761 -------------------------------------------------------------------
2762 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
2763
2764 - Make clearing of extra dependencies/conflicts configurable when
2765   resolvePool(). Leave the default as before (clear extras).
2766   Bug # 294727
2767 - revision 6233
2768 - version 3.12.0
2769
2770 -------------------------------------------------------------------
2771 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
2772
2773 - /var/lib/zypp/cache -> /var/cache/zypp
2774   (#292419)
2775 - ini parser without boost::regexp, patch by dmueller
2776   (#152447)
2777
2778 -------------------------------------------------------------------
2779 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
2780
2781 - Make temp directory configurable  via environment
2782   variable ZYPPTMPDIR.
2783 - revision 6202
2784 - version 3.11.11
2785
2786 -------------------------------------------------------------------
2787 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
2788
2789 - Fixed bug in smart pointer comparison.
2790
2791 -------------------------------------------------------------------
2792 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
2793
2794 - Fix failing rename of metadata download directories across
2795   filesystem boundaries.
2796
2797 -------------------------------------------------------------------
2798 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
2799
2800 - Fixed malicious gettext include.
2801 - Make ZConfig a singleton.
2802 - revision 6123
2803
2804 -------------------------------------------------------------------
2805 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
2806
2807 - Fixed repo::provideFile to set a deleter for downloaded files
2808   (#293004).
2809 - revision 6094
2810 - version 3.11.10
2811
2812 -------------------------------------------------------------------
2813 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
2814
2815 - Query ByRepository now takes as well an alias.
2816
2817 -------------------------------------------------------------------
2818 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
2819
2820 - fix retrieval of container attributes in cache
2821   (#292698)
2822
2823 -------------------------------------------------------------------
2824 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
2825
2826 - Port zypp-query-pool (#292404)
2827 - revision 6069
2828 - version 3.11.9
2829
2830 -------------------------------------------------------------------
2831 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
2832
2833 - added new calls in Resolver.h: addRequire,addConflict
2834
2835 -------------------------------------------------------------------
2836 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
2837
2838 - Fixed IniParser to allow '=' in values (#292669)
2839 - revision 6063
2840
2841 -------------------------------------------------------------------
2842 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
2843
2844 - allow / in alias (#292628)
2845
2846 -------------------------------------------------------------------
2847 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
2848
2849 - Fixed repo::provideFile to throw on error.
2850 - Fixed ResolvableQuery to use 0 as default for non existing
2851   numerical values.
2852 - revision 6058
2853
2854 -------------------------------------------------------------------
2855 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
2856
2857 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
2858   additional ctor for convenience.
2859 - revision 6047
2860
2861 -------------------------------------------------------------------
2862 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
2863
2864 - Evalute update canditate:
2865   Take canditates only which are really installable. Bug 292077
2866   r 6034
2867
2868 -------------------------------------------------------------------
2869 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
2870
2871 - fixed some tribool bugs in RepoInfo
2872 - revision 6022
2873
2874 -------------------------------------------------------------------
2875 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
2876
2877 - fix reading of non existant repo
2878 - r6018
2879 - first submission to stable
2880 - fix keywords parsing in susetags parser
2881 - version 3.11.8
2882
2883 -------------------------------------------------------------------
2884 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
2885
2886 - make resolvable query complete exceptionless with the database
2887 - test that packages have some attributes
2888 - disable progress adaptor for now
2889 - revision 5977
2890 - version 3.11.7
2891
2892 -------------------------------------------------------------------
2893 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
2894
2895 - fixed unresolved symbols
2896 - revision 5972
2897 - version 3.11.6
2898
2899 -------------------------------------------------------------------
2900 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
2901
2902 - fixed TranslatedText creating unwanted entries.
2903 - fixed capability processing
2904 - revision 5964
2905 - version 3.11.5
2906
2907 -------------------------------------------------------------------
2908 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
2909
2910 - MediaSetAccess::release() added
2911 - Use attachDesiredMedia in MediaProducts
2912 - Progress reporting improved
2913 - revision 5959
2914 - version 3.11.4
2915
2916 -------------------------------------------------------------------
2917 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
2918
2919 - fixed parsing translated texts.
2920 - added source packages.
2921 - revision 5947
2922 - version 3.11.3
2923
2924 -------------------------------------------------------------------
2925 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
2926
2927 - repo callbacks fixed
2928 - Fixed YUM parser progress reporting
2929 - Added CombinedProgressData
2930 - make RepoImpl::resolvables() load lazy
2931 - MediaProducts added for scanning products file
2932 - Implement cache schema versioning and automatic invalidation of
2933   cache when schema changes
2934 - revision 5942
2935 - version 3.11.2
2936
2937 -------------------------------------------------------------------
2938 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
2939
2940 - Propagate pools repository_iterator to the UI
2941 - revision 5911
2942 - version 3.11.1
2943
2944 -------------------------------------------------------------------
2945 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
2946
2947 - Package::location is now returns an OnMediaLocation
2948 - archivesize() renamed to downloadSize()
2949 - Allow to iterate all Repositories that contribute
2950   Resolvables to the Pool.
2951 - MediaSetAccess::provideDir added
2952 - remove useless url check
2953 - add old-api-style wrapper
2954 - Add MediaProducts class
2955 - revision 5892
2956 - version 3.11.0
2957
2958 -------------------------------------------------------------------
2959 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
2960
2961 - function isInstalledBy/installs
2962   Added an initial installation flag which shows if the item has been
2963   triggered for installation, or the dependency is already satisfied.
2964 - Revision 5884
2965 - Version 3.4.0
2966
2967 -------------------------------------------------------------------
2968 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
2969
2970 - removed unused %{prefix}/lib/zypp from %files in spec file
2971 - revision 5870
2972
2973 -------------------------------------------------------------------
2974 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
2975
2976 - Old API (SourceManager, metadata parsers) dropped in favor of the
2977   new refactored ones (RepoManager, RepoParser(s), cache subtree,
2978   repo subtree).
2979 - Some new API improvements.
2980 - revision 5868
2981 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
2982
2983 -------------------------------------------------------------------
2984 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
2985
2986 - New API calls which provides more information about one
2987   resolvable after a solverrun:
2988   isInstalledBy (const PoolItem_Ref item);
2989   installs (const PoolItem_Ref item);
2990 - Revision 5835
2991
2992 -------------------------------------------------------------------
2993 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
2994
2995 - fix changelog entry order
2996
2997 -------------------------------------------------------------------
2998 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
2999
3000 - Ignore conflicting items which are uninstallable
3001 - Create a "needed by" info if a requirement is still fulfilled.
3002 - Allow only one needed_by and needed_by_capability in QueueItemInstall
3003 - Added capability and type (REQUIRE, RECOMMEND,....) to
3004   ResolverInfoNeededBy
3005 - Evaluate ResolverInfoNeededBy for more information in the error
3006   messages
3007 - Enlarge detail description in the error messages
3008 - Revision 5807
3009
3010 -------------------------------------------------------------------
3011 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
3012
3013 - Fixes for gcc-4.2
3014 - revision 5786
3015 - version 3.3.1
3016
3017 -------------------------------------------------------------------
3018 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
3019
3020 - fixed so versioning from libtool to cmake
3021 - 3.3.0
3022
3023 -------------------------------------------------------------------
3024 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
3025
3026 - Use gpg2 instead of gpg for keyring and make
3027   the package depend on it (#284211)
3028
3029 -------------------------------------------------------------------
3030 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
3031
3032 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
3033   New dependency "packageand(foo:bar)" which provides an AND dependency by
3034   injecting a supplement/freshen.
3035   e.G. package novell-cluster-services-kmp-smp
3036   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
3037   Bug 255011
3038 - Dont check for architecture changes in atoms (#266178)
3039 - Revision 5720
3040
3041 -------------------------------------------------------------------
3042 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
3043
3044 - Fixed package-manager script (#275847)
3045 - revision 5614
3046
3047 -------------------------------------------------------------------
3048 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
3049
3050 - fixed cmake
3051 - version 3.2.2
3052
3053 -------------------------------------------------------------------
3054 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
3055
3056 - Reduced logging in order to speedup solving Bug 275100
3057 - revision 5603
3058 - version 3.2.1
3059
3060 -------------------------------------------------------------------
3061 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
3062
3063 - Fix excess calls to releaseFile. (#274357)
3064 - revision 5545
3065
3066 -------------------------------------------------------------------
3067 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
3068
3069 - Fix importing keys into rpm. (#270125)
3070 - r5527
3071
3072 -------------------------------------------------------------------
3073 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
3074
3075 - Support filesystem dependencies to add needed filesystem RPMs
3076   automatically (Fate 301966).
3077 - revision 5404
3078 - version 3.2.0
3079
3080 -------------------------------------------------------------------
3081 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
3082
3083 - avoiding attaching media where not needed (#263207)
3084 - r5381
3085
3086 -------------------------------------------------------------------
3087 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
3088
3089 - fix FileCap with attributes
3090 - r5376
3091
3092 -------------------------------------------------------------------
3093 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
3094
3095 - Fixed computation of install order. Take requirements of
3096   an installed packages uninstall scripts into account, if
3097   the package is updated. (#258682)
3098 - revision 5349
3099 - version 3.1.1
3100 -------------------------------------------------------------------
3101 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
3102
3103 - Parse and provide package keywords. (Fate 120368)
3104 - revision 5338
3105 - version 3.1.0
3106
3107 -------------------------------------------------------------------
3108 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
3109
3110 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
3111   Ask the user. Bug 258322
3112 - revision 5305
3113 - version 3.0.3
3114
3115 -------------------------------------------------------------------
3116 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
3117
3118 - Fix restoring of Sources id root prefix is used. (#238165)
3119 - revision 5299
3120 - version 3.0.2
3121
3122 -------------------------------------------------------------------
3123 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
3124
3125 - MediaManager::attachDesiredMedia() added to support multiple
3126   (CD/DVD) drives (fate #3974)
3127 - r5296
3128
3129 -------------------------------------------------------------------
3130 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
3131
3132 - If there is no valid solver result and NOT all resolvables ( other
3133   architecture) has been regarded, let the user decide making a new
3134   solver run with ALL available resolvables. Bug 223440
3135 - reducing logging (error -> debug)  bug 252921
3136 - Revision 5219
3137
3138 -------------------------------------------------------------------
3139 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
3140
3141 - Allow configuration of trusted vendors via
3142   /var/lib/zypp/db/trustedVendors. (#186636)
3143 - revision 5194
3144 - version 3.0.1
3145
3146 -------------------------------------------------------------------
3147 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
3148
3149 - libzypp-devel -> libzypp requirement is not versioned
3150   (#251086)
3151 - r5181
3152
3153 -------------------------------------------------------------------
3154 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
3155
3156 - Using already existing valid solver results for further solver runs.
3157   (partiell solving)
3158 - r5169
3159
3160 -------------------------------------------------------------------
3161 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
3162
3163 - fix link order
3164 - r5165
3165
3166 -------------------------------------------------------------------
3167 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
3168
3169 - merging from 10.2 / SP1
3170 - #247459 ftp probing
3171   denied == dont exists in ftp
3172 - r5124
3173
3174 -------------------------------------------------------------------
3175 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
3176
3177 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
3178 - Simultaneouqusly establishing of items which are conflicting eachother is
3179   useless. So only one will be established. Fixed in QueueItemInstall.cc
3180   Bug 243595
3181 - Added new upgrade options to fine tune version and patch handling.
3182   (F301990)
3183 - The context of establishPool will be stored in Resolver and will be
3184   regarded for the next solver run everytime. So it will be not reset by
3185   any solver run anymore.
3186   bug 191810 ( A broken patch will not be installed again)
3187
3188 -------------------------------------------------------------------
3189 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
3190
3191 - adding sotf,timeo=X nfs mount options by default (#235211)
3192 - r5093
3193
3194 -------------------------------------------------------------------
3195 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
3196
3197 - support for HTTP authentication prompt added (#190609)
3198 - fixed problem with empty path in URL
3199   in MediaCurl::doGetFileCopy()
3200 - r5085
3201
3202 -------------------------------------------------------------------
3203 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
3204
3205 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
3206   SuSE-Linux-10_2-Branch
3207
3208 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
3209 - verifySystem: The result will be set to APPL_HIGH, so it will be not
3210   reset by a second "normal" solver run. #239281 (schubi)
3211 - yast2 reports invalid URL as 'unknown source type'
3212   (#209961) (dmacvicar)
3213 - Added freshen language dependency in supplemements too if there is no
3214   entry in supplements.
3215   #240617;IPA fonts are not installed even if select Japanese
3216   language (schubi)
3217 - Setting allowed authentication methods to "basic,digest" if none
3218   provided in URL (#243006) (jkupec)
3219 - Stopping after 50 valid solver results. Anymore would be useless. Bug
3220   243595 (schubi)
3221 - r 5007
3222
3223 -------------------------------------------------------------------
3224 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
3225
3226 - package-manager: use a generic su script from XDG (#235303, #244442)
3227
3228 -------------------------------------------------------------------
3229 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
3230
3231 - Setting allowed authentication methods to "basic,digest" if none
3232   provided in URL (#243006)
3233 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
3234   (mvidner)
3235 - r4999
3236
3237 -------------------------------------------------------------------
3238 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
3239
3240 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
3241   (#222602)
3242 - 4984
3243
3244 -------------------------------------------------------------------
3245 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
3246
3247 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
3248
3249 - update packages: changing architecture is only valid while an
3250   system update and NOT while an update via a patch. Last fix does
3251   not fit for every case.
3252   Bug 230685
3253 - Patch has selected not the concerning package for update but
3254   a package which has provided the required dependencies too.
3255   Algorithmus: If there are exactly two providers which differ in architecture
3256                prefer the better arch.
3257   Fix: Regarding NVRA too. ( only if equal )
3258   Bug 238284
3259 - Download only English and Local translation
3260   (#208457)
3261 - Added solver parameter:
3262    tryAllPossibilities: regarding every solver branch ( not only
3263                         branches with e.G. best architectures
3264    preferHighestVersion: Prefer solver results which have a higher
3265                          version number.
3266   Bug #238087
3267 - update packages: changing architecture is only valid while an
3268   system update and NOT while an update via a patch.
3269   Bug 230685 - x86_64 MozillaFirefox binaries in security update
3270   repository
3271   Fix of version 2.11.2 has not worked if the first founded item
3272   had had another architecture.
3273 - r4927
3274
3275 -------------------------------------------------------------------
3276 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
3277
3278 - added ZYpp::getPartitions() - return the partitinoning
3279
3280 -------------------------------------------------------------------
3281 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
3282
3283 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
3284 - Corrupt download cannot be skipped
3285   (#217425 and #224216)
3286 - Enable package read ahead/caching in commit per default to reduce
3287   interactive media changes. If the environment variable
3288   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
3289 - added parameter not to reset resolver results while calling
3290   freshen pool Bug: 235761
3291 - Prepare package read ahead/caching of packages in commit. Adatped the
3292   workflow. Caching details are now hidden inside CommitPackageCache.
3293   The current implementation still performs no read ahead. (for F100182)
3294 - Skip invalid or broken rpm database entries. (#231211)
3295 - verifySystem: check if the solution is valid after calling freshenPool()
3296   Bug: 235761
3297 - Added own call for Resolver::verifySystem with additional
3298   hardware/language check in order to keep binary compatibility
3299   Fate #301224
3300 - Rpm requires additional quoting of special chars in filenames.
3301   (#233967)
3302 - Resolver::verifySystem checks for new hardware now by calling
3303   freshenPool. This is configureable. Fate #301224
3304 - merged texts from proofread
3305 - Don't consider patch/delta rpms if package architecture changes.
3306   (#231254)
3307 - update packages: changing architecture is only valid while an
3308   system update and NOT while an update via a patch.
3309   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
3310 - verifySystem: Do only regard items which will be on the system after the
3311   commit. Fate 301178
3312 - feature #301369
3313   Import listed GPG Keys from an trusted installation source
3314 - fix return call in new xml parser
3315 - Enable system resolvables in Helix parser (Revision 4787)
3316 - deptestomatic:
3317   Resetting transaction with the correct call;
3318   bugfix; Added kind in keep state (Revision 4788)
3319 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
3320   soft (Revision 4789)
3321 - New call added: maySetToBeUninstalledSoft (Revision 4789)
3322   Both are only functions for the solver (Revision 4789)
3323 - Resetting "by causer" in order to distinguish from state
3324   "keep by user". ( function setLock in order to remove lock)
3325   (Revision 4789)
3326 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
3327   in QueueItemUninstall.cc (Revision 4790)
3328 - Regarding "keep state by user". So avoiding "reselecting" by
3329   other requirements.
3330   Give a corresponding problem solution if a resolvable satisfy
3331   a dependency, but has been set to keep by the user.
3332   Bug : 222531 (Revision 4791)
3333 - Allow to disable autoprotection of foreign vendor items. Required
3334   in zmd-backend. (F301735).
3335 - use sqlite-zmd if using > 10.2 in spec. Use the one available
3336   durin compile.
3337 - Item could has already been selected to soft uninstall (e.G. remove
3338   pattern which recommend this item ). Do not throw an exception anymore.
3339   bug#225278
3340 - Added syscontent::Reader: Parse serialized set of ResObjects.
3341   (for F300729)
3342 - If there has already been selected another item by the solver (e.g. from
3343   another source) we will take thatone in order to avoid parallel
3344   installation and there concerning error messages.
3345   Bug 224698
3346 - In order to handle conflicting resolvable we try to update the
3347   conflicting item. While evaluating these canditates an already selected
3348   candidate will not be regarded. So it could be that an older package
3349   will be selected for update although a newer has already been selected. Revision 4765
3350 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
3351   update candidate and evaluate additional branches.
3352 - r4907
3353
3354 -------------------------------------------------------------------
3355 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
3356
3357 - Improved realpath() wrapper in media handler class (#222521).
3358 - revision 4758
3359
3360 -------------------------------------------------------------------
3361 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
3362
3363 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
3364 - revision 4713
3365
3366 -------------------------------------------------------------------
3367 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
3368
3369 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
3370   because backend uses this sqlite and it is no fun to
3371   install one and the other to develop (as the -devel packages)
3372   conflict.
3373 - add cmake support for building zypp/ lib.
3374   TODO: soinfo, compile testcases, devel, zypp2,docs
3375   find rpm, curl and others.
3376 - dont serialize interactive, as it is
3377   calculated now.
3378   (it was already fixed as we don't reimplement
3379   the method, but we still serialized, parsed)
3380 - r4709
3381
3382 -------------------------------------------------------------------
3383 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
3384
3385 - fixed Patch::interactive to return true as well, if the patch
3386   itself has a licence. (#224192)
3387 - revision 4702
3388 - version 2.9.2
3389
3390 -------------------------------------------------------------------
3391 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
3392
3393 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
3394   on the installation image (#213852).
3395 - revision 4700
3396
3397 -------------------------------------------------------------------
3398 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
3399
3400 - Avoid duplicate pool entries; Bug 223750; second part of the fix
3401 - r4698
3402 - Version 2.9.1
3403
3404 -------------------------------------------------------------------
3405 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
3406
3407 - Pool has multi instances of an item in the pool. Reduced this error
3408   to items which are identically at least. #217574 and #223750
3409 - r4695
3410
3411 -------------------------------------------------------------------
3412 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
3413
3414 - replace spaces to underscores in product names
3415 - 2.8.7
3416 - r4688
3417
3418 -------------------------------------------------------------------
3419 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
3420
3421 - Mark some strings for translation (#219783 need it)
3422 - r4682
3423
3424 -------------------------------------------------------------------
3425 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
3426
3427 - Added translations marks to hal, url and mutex exceptions (#23771)
3428 - revision 4680
3429
3430 -------------------------------------------------------------------
3431 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
3432
3433 - don't make libzypp-devel depend on sqlite-devel as
3434   headers from zypp2 are not installed yet
3435 - r4663
3436
3437 -------------------------------------------------------------------
3438 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
3439
3440 - Return an error if fork failed. (#204807)
3441 - Make Script execution abortable by user request. (#212949, F100233)
3442 - revision 4660
3443 - version 2.8.6
3444
3445 -------------------------------------------------------------------
3446 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
3447
3448 - Added package-manager wrapper script, with icon and .desktop (#222757).
3449   (Used by gnome-main-menu)
3450 - version 2.8.5
3451 - r4640
3452
3453 -------------------------------------------------------------------
3454 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
3455
3456 - Fixed target/hal - one more dbus_connection_close found (#216035)
3457 - revision 4636
3458 - version 2.8.4
3459
3460 -------------------------------------------------------------------
3461 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
3462
3463 - translation added
3464   rev 4630
3465   version 2.8.3
3466
3467 -------------------------------------------------------------------
3468 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
3469
3470 - Process obsoletes when installing non-package objects. (#217352)
3471 - revision 4621
3472 - version 2.8.2
3473
3474 -------------------------------------------------------------------
3475 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
3476
3477 - Implemented volume device check using /sbin/vol_id (#213852).
3478 - Revision 4619
3479
3480 -------------------------------------------------------------------
3481 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
3482
3483 - new translation added
3484
3485 -------------------------------------------------------------------
3486 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
3487
3488 - Implemented an reuse of already existing foreign CD/DVD mount points
3489   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
3490 - Added a fallback check of the volume.mount_point HAL property to
3491   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
3492   to be not avaliable in newer HAL versions (on 10.2).
3493 - Revision 4615
3494 - Version 2.8.1
3495
3496 -------------------------------------------------------------------
3497 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
3498
3499 - removed unused methods from Patch and PatchImplIf. Provided
3500   reasonable default implementation for Patch::interactive.
3501   (#221476).
3502 - revision 4610
3503 - Version 2.8.0
3504
3505 -------------------------------------------------------------------
3506 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
3507
3508 - Handle media eject failures (#216545)
3509 - r4606
3510
3511 -------------------------------------------------------------------
3512 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
3513
3514 - Reimplemented RpmDb::checkPackage using librpm API instead
3515   of parsing "rpm --checksig" output. (#163202)
3516 - Version 2.7.4
3517 - revision 4600
3518
3519 -------------------------------------------------------------------
3520 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
3521
3522 - NEW behaviour of the solver:
3523   Obsolete virtual provides. E.G.:
3524
3525   Installed:
3526   -----------
3527   Name:           test-1.0-0
3528
3529   Name:           moretest-1.0-0
3530   Provides:       test
3531
3532   To be installed
3533   ------------------
3534   Name:           nomoretest-1.0-0
3535   Obsoletes:      test
3536
3537   Result
3538   --------
3539   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
3540   test-1.0-0 had been deleted. Bug 220999
3541
3542 - Translations added
3543
3544 Version 2.7.3
3545 rev 4593
3546
3547 -------------------------------------------------------------------
3548 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
3549
3550 - Bugfix in generating solver testcases:
3551    - added kind of capabilities in description file
3552    - removed unneded channel from uninstall in command file
3553
3554 -------------------------------------------------------------------
3555 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
3556
3557 - Try to call /bin/eject utility if the eject-ioctl fails.
3558 - r4568
3559
3560 -------------------------------------------------------------------
3561 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
3562
3563 - ignore empty capabilities
3564 - r4565
3565
3566 -------------------------------------------------------------------
3567 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
3568
3569 - make progress strings translatable (#219783)
3570 - r4556
3571
3572 -------------------------------------------------------------------
3573 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
3574
3575 -  While deleting a selection all concerning recommended
3576    packages will be deleted too.
3577    BUT those packages should not be deleted which have been
3578    set to KEEP by the user. bug 217574
3579    rev 4526
3580    VERSION: 2.7.2
3581
3582 -------------------------------------------------------------------
3583 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
3584
3585 - Makefile in zypp2 fixed
3586   Revision 4520
3587
3588 -------------------------------------------------------------------
3589 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
3590
3591 - Translations added
3592   Revision 4514
3593   VERSION: 2.7.1
3594
3595 -------------------------------------------------------------------
3596 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
3597
3598 - Make the parser more strict, rejecting broken sources
3599   but showing the error line.
3600   Last fix making the parser relax would break multitag
3601   descriptions with empty lines, now we check dependencies
3602   at a higher level. (reference #160607)
3603 - r4501
3604
3605 -------------------------------------------------------------------
3606 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
3607
3608 - New problem solution added: Unlock ALL resovables in order to speed up
3609   problem solution. Bug 206453
3610
3611 -------------------------------------------------------------------
3612 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
3613
3614 - Translations added
3615
3616 -------------------------------------------------------------------
3617 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
3618
3619 - Fixed target/hal - removed dbus_connection_close calls, because
3620   the connections are shared; unref the ref-counted handle only.
3621   (#216035)
3622 - r4442
3623
3624 -------------------------------------------------------------------
3625 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
3626
3627 - skipping unreachable packages won't work
3628   (#215445)
3629 - r4468
3630
3631 -------------------------------------------------------------------
3632 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
3633
3634 - (#213793) Target store fails to recreate stored install-time (other
3635   Date and ByteCount values as well)
3636
3637 - skip comments and blank lines in multilists
3638   fixes (#214877) - zen-updater is not installed by default
3639
3640 - Automatically fix broken products when reading
3641   the product database.
3642   still pending: honour the read-only flag
3643   Changes to make this possible include
3644   using read_dir instead of boost directory
3645   iterator.
3646
3647 -------------------------------------------------------------------
3648 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
3649
3650 - added new class for generating solver testcases:
3651   Testcase
3652
3653 -------------------------------------------------------------------
3654 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
3655
3656 - Finalized ui::PatternContents. (F301229)
3657 - version 2.7.0
3658 - revision 4413
3659
3660 -------------------------------------------------------------------
3661 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
3662
3663 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
3664 - version 2.6.0
3665
3666 -------------------------------------------------------------------
3667 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
3668
3669 - Added ui::PatternContents: Helper class that will compute a patterns
3670   expanded install_packages set. (UI interface for F301229)
3671 - revision 4387
3672
3673 -------------------------------------------------------------------
3674 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
3675
3676 - removed the last reference to /usr/lib64 to fix the build
3677
3678 -------------------------------------------------------------------
3679 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
3680
3681 - added "zypper info" (jkupec)
3682 - version 2.5.2
3683
3684 -------------------------------------------------------------------
3685 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
3686
3687 - fix rpm db timestamp
3688 - add extra urls and optional urls to product API
3689 - r4378
3690
3691 -------------------------------------------------------------------
3692 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
3693
3694 - zypper: nicer progress reports, with or without --verbose.
3695
3696 -------------------------------------------------------------------
3697 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
3698
3699 - Fixed reloading of target data after commit. Broken since
3700   rev 3880.
3701 - version 2.5.1
3702 - revision 4365
3703
3704 -------------------------------------------------------------------
3705 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
3706
3707 - put query-pool in /usr/lib/zypp and not lib64
3708 - r4363
3709
3710 -------------------------------------------------------------------
3711 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
3712
3713 - revert keyring changes, causes endless loop (obvious)
3714 - add dist-product information, adapt store
3715 - version 2.5.0
3716 - r4355
3717
3718 -------------------------------------------------------------------
3719 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
3720
3721 - zypp-query-pool: For products show additionally distributionName
3722   and distributionEdition. (required by #205392)
3723 - revision 4349
3724
3725 -------------------------------------------------------------------
3726 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
3727
3728 - Add accessor for Product distributionName and distributionEdition.
3729   (required by #205392)
3730 - revision 4347
3731
3732 -------------------------------------------------------------------
3733 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
3734
3735 - added test case for KeyRing
3736 - fire trustedKeyAdded in all calls to import trusted key
3737   not only in signature check workflow.
3738 - r4342
3739
3740 -------------------------------------------------------------------
3741 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
3742
3743 - zypper update: implemented minimal version (patches only)
3744 - zypper list-updates: changed default type from package to patch,
3745   consider patches affecting the package manager separately
3746
3747 -------------------------------------------------------------------
3748 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
3749
3750 - version 2.4.1
3751 - r4338
3752
3753 -------------------------------------------------------------------
3754 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
3755
3756 - add zypp-query-pool, so registration doesn't depend on
3757   libzypp-zmd-backend being installed. Will remove from
3758   backend when suseregister gets updated.
3759
3760 -------------------------------------------------------------------
3761 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
3762
3763 - Make sure config.rpath is present.
3764
3765 -------------------------------------------------------------------
3766 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
3767
3768 - zypper search: fixed uninitialized members that made all searches
3769   exact and case sensitve
3770
3771 -------------------------------------------------------------------
3772 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
3773
3774 - zypp-checkpatches, write in the right file
3775 - r4328
3776
3777 -------------------------------------------------------------------
3778 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
3779
3780 - Install resolvables although they are unneeded
3781   if they have NOT the kind patch/atoms
3782   Bug 210538 - freshens/supplements does not work with patterns
3783 - r4326
3784
3785 -------------------------------------------------------------------
3786 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
3787
3788 - zypper service-add -r http://example.org/foo.repo (F#300641).
3789
3790 -------------------------------------------------------------------
3791 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
3792
3793 - zypp-checkpatches:
3794   save version of the generated xml to
3795   regenerate it if it changes.
3796   save a random token in case of error to
3797   force recreating xml file
3798 - r4321
3799
3800 -------------------------------------------------------------------
3801 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
3802
3803 - remove permissions for zypp checkpatches from spec
3804 - r4318
3805
3806 -------------------------------------------------------------------
3807 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
3808
3809 - registration fails because of wrong product data
3810   (#205392)
3811   use DISTPRODUCT,DISTVERSION to create the product
3812   resolvable. have this resolvable provide
3813   PRODUCT = VERSION
3814 - r4312
3815
3816 -------------------------------------------------------------------
3817 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
3818
3819 - zypper service-add -r ./foo.repo (F#300641).
3820
3821 -------------------------------------------------------------------
3822 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
3823
3824 - zypper: added case-sensitive search, search in descriptions and
3825   summaries, search by resolvable type, substring and word
3826   matching, support for wildcards
3827 - Revision 4303
3828
3829 -------------------------------------------------------------------
3830 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
3831
3832 - Prevent the user from sending signals to zypp-checkpatches-wrapper
3833   (#211286).
3834
3835 -------------------------------------------------------------------
3836 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
3837
3838 - Dont incomplete an uninstalled resolvable, even not when establishing.
3839   Incomplete only makes sense for installed resolvables (when they have broken
3840   deps), for patches (because they are needed) and for atoms (because they are
3841   used during patch calculation)
3842   Bug 198379
3843
3844 - Do not branch for packages with the same NVE but different architectures.
3845   Take the best architecture.
3846
3847 -------------------------------------------------------------------
3848 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
3849
3850 - implement rename source in sourcemanager
3851 - r4286
3852
3853 -------------------------------------------------------------------
3854 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
3855
3856 - YaST sources: set alias to product summary if empty
3857 - show alias on logs.
3858 - r4281
3859
3860 -------------------------------------------------------------------
3861 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
3862
3863 - version 2.4.0 (bin incompat due to callback fixes)
3864 - r4272
3865
3866 -------------------------------------------------------------------
3867 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
3868
3869 - Provide additional solver status information to the UI.
3870   (#162164,F301272)
3871 - Fixed UI satus computation in presence of multiple available
3872   candidates.
3873 - revision 4264
3874 - version 2.3.1
3875
3876 -------------------------------------------------------------------
3877 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
3878
3879 - remove const in MediaChangeReport requestMedia that
3880   broke cd changing.
3881 - r4262
3882
3883 -------------------------------------------------------------------
3884 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
3885
3886 - zypper: added search (jkupec)
3887 - removed the suid bit from zypp-checkpatches-wrapper so that the
3888   build passes until permissions.rpm is updated (~#211286).
3889 - r4253
3890
3891 -------------------------------------------------------------------
3892 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
3893
3894 - Log microseconds if ZYPP_PROFILING env var is enabled.
3895 - r4252
3896
3897 -------------------------------------------------------------------
3898 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
3899
3900 - YaST sources:
3901   Factory cannot be set with 'refresh' enabled
3902   (#204957)
3903 - get rid of some const bool signatures in Source classes
3904 - r4247
3905
3906 -------------------------------------------------------------------
3907 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
3908
3909 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
3910
3911 -------------------------------------------------------------------
3912 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
3913
3914 - select the best solution: prefering the total amount of install/update
3915   packages BEFORE source preferences. Bug 208784
3916
3917 -------------------------------------------------------------------
3918 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
3919
3920 - Introduce a method to see if a source supports a
3921   kind of resolvable at that time, so we can
3922   init a YUM source like factory but avoid parsing
3923   it if it contains no patches.
3924 - add TODO
3925 - zypp-checkpatches xml output
3926 - r4235
3927
3928 -------------------------------------------------------------------
3929 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
3930
3931 - added a CLI preview: zypper
3932 - revision 4214
3933 - version 2.2.3
3934
3935 -------------------------------------------------------------------
3936 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
3937
3938 - FATE #100165:
3939   Make Content File Aware of Different Architectures
3940   expand %a in release notes with architecture
3941
3942 -------------------------------------------------------------------
3943 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
3944
3945 - Extended pattern parser to support includes/extends tags as hint
3946   for the IO. (F301229)
3947 - revision 4199
3948 - version 2.2.2
3949
3950 -------------------------------------------------------------------
3951 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
3952
3953 - Enabled sending of ScriptResolvableReport.
3954 - Changed ScriptResolvableReport::start to send local path
3955   of script to be executed.
3956 - revision 4190
3957 - version 2.2.1
3958
3959 -------------------------------------------------------------------
3960 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
3961
3962 - Added ScriptResolvableReport. Callbacks triggered on script
3963   execution during commit. (F100233)
3964 - revision 4187
3965 - version 2.2.0
3966
3967 -------------------------------------------------------------------
3968 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
3969
3970 - fix: Url::getRegisteredSchemes() would always return nothing
3971
3972 -------------------------------------------------------------------
3973 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
3974
3975 - Made the build dependency on gettext-devel explicit
3976
3977 -------------------------------------------------------------------
3978 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
3979
3980 - adapted multi-media YUM sources according to official YUM
3981   specification (F300743)
3982
3983 -------------------------------------------------------------------
3984 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
3985
3986 - use RPM_OPT_FLAGS (meissner@suse.de)
3987
3988 -------------------------------------------------------------------
3989 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
3990
3991 - SourceFactory::createFrom() - don't loose url,...
3992 - r4160
3993
3994 -------------------------------------------------------------------
3995 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
3996
3997 - reduce logging in ResolvableImpl.cc
3998 - rev 4157
3999
4000 -------------------------------------------------------------------
4001 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
4002
4003 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
4004   in QueueItemInstall and QueueItemRequire
4005   Bug 192535/204913
4006   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
4007
4008 -------------------------------------------------------------------
4009 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
4010
4011 - fixed SourceFactory::createFrom() - don't loose alias,
4012   cachedir,... parameters
4013
4014 -------------------------------------------------------------------
4015 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
4016
4017 - Use RPM Enhances only if detected at configure time, to allow
4018   compilation with older rpm.
4019 - callback params: use const string & instead of string (dmacvicar)
4020
4021 -------------------------------------------------------------------
4022 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
4023
4024 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
4025   a package/script/message
4026   Bug: 192535
4027
4028 -------------------------------------------------------------------
4029 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
4030
4031 - add Source_Ref::checksum() which in combination with
4032   timestamp can give an idea of a source change.
4033 - r4106
4034
4035 -------------------------------------------------------------------
4036 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
4037
4038 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
4039   enable progress reporting on compressed streams.
4040
4041 -------------------------------------------------------------------
4042 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
4043
4044 - better error propagation
4045 - r4096
4046
4047 -------------------------------------------------------------------
4048 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
4049
4050 - Removed libblkid dependency - the workaround using libblkid to
4051   check filesystem on XEN vbd mapped devices is obsolete, because
4052   the info is avaliable via /dev/disk/by-label link now. (#197107)
4053 - revision 4087
4054
4055 -------------------------------------------------------------------
4056 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
4057
4058 - PackageProvider: Fixed broken retry. (#202163)
4059 - revision 4071
4060
4061 -------------------------------------------------------------------
4062 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
4063
4064 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
4065   to create a Package from a source package header.
4066 - Added method Pathname::extension: Return all of the characters in name
4067   after and including the last dot in the last element of name.
4068 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
4069   rpms. Otherwise we'd need access to the rpm database to get the keys.
4070 - revision 4069
4071
4072 -------------------------------------------------------------------
4073 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
4074
4075 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
4076   a package/script/message
4077   Bug: 192535
4078
4079 -------------------------------------------------------------------
4080 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
4081
4082 - Speedup computation of number of rpm database entries.
4083 - revision 4058
4084
4085 -------------------------------------------------------------------
4086 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
4087
4088 - Fixed endless loop in transactResObject
4089   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
4090
4091 -------------------------------------------------------------------
4092 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
4093
4094 - fix some testcases for tar file parser changes
4095 - r4045
4096
4097 -------------------------------------------------------------------
4098 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
4099
4100 - missing includes
4101 - clean old callbacks
4102 - r4041
4103
4104 -------------------------------------------------------------------
4105 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
4106
4107 - zyppPattern->install_packages returns SUGGESTED package too.
4108   Bug 201476
4109   Revision 4036
4110
4111 -------------------------------------------------------------------
4112 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
4113
4114 - New behaviour in the solver: try with 'best' package first, try with 'all'
4115   packages if this fails.
4116   Bug :Bug 191983
4117
4118 -------------------------------------------------------------------
4119 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
4120
4121 - libzypp 2.1.0
4122 - bump version due to incompatible callback changes in KeyRing
4123   Sources
4124
4125 -------------------------------------------------------------------
4126 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
4127
4128 - new keyring callbacks
4129 - separate trust key from import key
4130 - use PublicKey class instead of params, to be able
4131   to add more info like photos later (pending #181682)
4132 - update zmart with those callbacks.
4133 - better error handling (Exception types)
4134 - make tmp file names more readable depending on the context
4135 - r4026
4136
4137 -------------------------------------------------------------------
4138 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
4139
4140 - decouple probing from source creation, using the new
4141   media test for existence functions.
4142 - r4019
4143
4144
4145 -------------------------------------------------------------------
4146 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
4147
4148 - Fixed getDoesFileExist to reset the transfer range
4149 - Added logging of curl debug messages to the zypp log.
4150   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
4151   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
4152 - r4018
4153
4154 -------------------------------------------------------------------
4155 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
4156
4157 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
4158   see rev 3810 below. (#190163)
4159 - rev 3998
4160
4161 -------------------------------------------------------------------
4162 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
4163
4164 - fix uninstalling of atoms (noop)
4165 - r3995
4166
4167 -------------------------------------------------------------------
4168 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
4169
4170 - Implement initial verson of Media
4171   doesFileExist, for future source probing.
4172 - r3984
4173
4174 -------------------------------------------------------------------
4175 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
4176
4177 - more dbus_connection_close fixes
4178 - r3974
4179
4180 -------------------------------------------------------------------
4181 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
4182
4183 - clean up 'incomplete' handling in QueueItemEstablish.
4184 - rev 3973.
4185
4186 -------------------------------------------------------------------
4187 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
4188
4189 - Don't set 'incomplete' for uninstalled patterns or products.
4190   (#198379)
4191 - rev 3970.
4192
4193 -------------------------------------------------------------------
4194 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
4195
4196 - Added new API calls:
4197   setAdditionalProvide
4198   setAdditionalConflict
4199   setAdditionalRequire
4200
4201 -------------------------------------------------------------------
4202 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
4203
4204 - don't link examples to testsuite library.
4205
4206 -------------------------------------------------------------------
4207 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
4208
4209 - Disable profiling to work around compiler bug.
4210
4211 -------------------------------------------------------------------
4212 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
4213
4214 - forward port 3924:3939
4215 - Add explicit finish callbacks for subtasks during ProvidePackage
4216  Â to avoid UI confusion.
4217 - rev3957
4218
4219 -------------------------------------------------------------------
4220 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
4221
4222 - Introduce examples/
4223 - fix some svn ignores
4224 - fix compilation. Use: dbus_connection_close
4225 - rev 3943
4226
4227 -------------------------------------------------------------------
4228 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
4229
4230 - Initial support for plain directory with rpms as source
4231 - r3935
4232
4233 -------------------------------------------------------------------
4234 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
4235
4236 - Move the target query by kind function to
4237   a iterator, so we dont make a copy of the restore
4238   the iterator works loading by demand too
4239
4240 -------------------------------------------------------------------
4241 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
4242
4243 - rename the new initTarget to initializeTarget,
4244   leave the old one as is, but deprecate it.
4245 - r3903
4246
4247 -------------------------------------------------------------------
4248 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
4249
4250 - forward port from SLES10 branch , till 3888
4251 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
4252   full packages. (#168844)
4253 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
4254 - version 2.0.0
4255 - rev 3893
4256
4257 -------------------------------------------------------------------
4258 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
4259
4260 - Separate target init from adding resolvables, getting rid of the
4261 uggly bool flag.
4262 - dont clear the store each time Target::resolvables is called
4263 - Load target resolvables on demand by kind, keep them cached later
4264 - add Target::resolvablesByKind(kind) to allow query specific kind
4265   without reading all kinds. Used to port TargetProduct, which
4266   was reading the whole rpm database only to displayy base product
4267   name in YaST help.
4268 - commit to pkg-bindings and packager will follow.
4269 - jsrain will port more yast stuff, especially inst_source which
4270   startup time should by reduced by half afterwards.
4271 - rev 3880
4272
4273 -------------------------------------------------------------------
4274 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
4275
4276 - forward port:
4277   rev 3786 fix to stalle tmpfiles broke patches.
4278   SLES was released with this broken. 10.1 has a blocked
4279   zypp update because this.
4280   Attempt to fix this. (#192535)
4281 - fix configure.ac sqlite-source build path
4282 - rev 3858
4283
4284 -------------------------------------------------------------------
4285 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
4286
4287 - link correctly
4288
4289 -------------------------------------------------------------------
4290 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
4291
4292 - dont link sqlite in the main lib.
4293 - rev 3826
4294
4295 -------------------------------------------------------------------
4296 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
4297
4298 - susetags: parse product parser regexp only once
4299 - parse yum factory 5 sec. (from 30) faster using
4300   another string find algorithm
4301 - rev 3824
4302
4303 -------------------------------------------------------------------
4304 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
4305
4306 - Digest: Don't read the stream character wise but reading blocks,
4307   as advised by matz profiling.
4308 - r3819
4309
4310 -------------------------------------------------------------------
4311 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
4312
4313 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
4314   trusted vendors. (#189573)
4315 - revision 3804
4316
4317 -------------------------------------------------------------------
4318 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
4319
4320 - backport fix for stalle tmpfile (#191311)
4321 - rev 3788
4322
4323 -------------------------------------------------------------------
4324 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
4325
4326 - deactivated media manager code that was disabling the
4327   automounter (#172419)
4328 - rev 3724
4329
4330 -------------------------------------------------------------------
4331 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
4332
4333 - fix autorefresh (#186115)
4334 - revision 3708
4335 -------------------------------------------------------------------
4336 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
4337
4338 - forward port from SLE branch
4339 - Set default permission for logfiles to 0640. (#187044)
4340 - revision 3696
4341
4342 -------------------------------------------------------------------
4343 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
4344
4345 - forward port from SLE branch
4346 - Fixed installation of SP or Add-On product switching to media 2
4347   too early. (#186607)
4348 - revision 3691
4349
4350 -------------------------------------------------------------------
4351 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
4352
4353 - forward port from SLE branch
4354 - Strip self provides without edition in Resolvable ctor.
4355   (#186079)
4356 - Source::provideResolvables not implemented in yum source type.
4357   Product not set for packages that are available from update source
4358   (#186920)
4359 - Hook modalias() supplements without package to "kernel" (#184840)
4360 - Allow on-demand SourceManager::restore() (#186678)
4361 - Hook modalias() supplements without package to "kernel" (#184840)
4362 - rev 3676
4363
4364 -------------------------------------------------------------------
4365 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
4366
4367 - Fix adding resolving of path names for mount points (#181606)
4368 - rev 3658
4369
4370 -------------------------------------------------------------------
4371 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
4372
4373 - merge download algorithm and refactoring from branch
4374   (#181204)
4375
4376 -------------------------------------------------------------------
4377 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
4378
4379 - autodocs: use find+xargs to overcome command length limit,
4380   do not call doxygen unnecessarily (#185334).
4381 - rev 3645
4382
4383 -------------------------------------------------------------------
4384 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
4385
4386 - Dont use getZYpp in static constructor (#185198)
4387   Bugfix #178292 was wrong.
4388 - Only warn on incompleting installed resolvables (#185197)
4389 - rev 3644
4390
4391 -------------------------------------------------------------------
4392 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
4393
4394 - Atoms might only be installed via patches (#184714)
4395 - rev 3642
4396
4397 -------------------------------------------------------------------
4398 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
4399
4400 - fix for the last stall tmpfile (#178292)
4401 - r3637
4402
4403 -------------------------------------------------------------------
4404 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
4405
4406 - Implemented transfer timeout inside of the progress callback.
4407   The timeout value can be set using timeout url parameter, the
4408   default transfer timeout is 180 seconds. (#181602)
4409 - Added ssl_verify and ssl_capath url options used in https scheme,
4410   allowing to change or disable the ssl verify options. (#171622)
4411 - Added fallback on read failures of /etc/mtab to /proc/mounts.
4412   Improved verbosity in mount and mount check related failure cases,
4413   incl. /etc/mtab dump. (#181606)
4414 - rev 3623
4415
4416 -------------------------------------------------------------------
4417 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
4418
4419 - combine knownAliases and knownUrls in a single function.
4420 - rev 3616
4421
4422 -------------------------------------------------------------------
4423 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
4424
4425 - honor parallel installs in resolver context (#181103)
4426 - rev 3592
4427
4428 -------------------------------------------------------------------
4429 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
4430
4431 - right fix for tmpdir initialized in static constructor
4432 - catch around provideJustFile in providePackage
4433 -rev 3654
4434
4435 -------------------------------------------------------------------
4436 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
4437
4438 - fix #182003 YUM packages without size
4439 - rev 3587
4440
4441 -------------------------------------------------------------------
4442 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
4443
4444 - Allow to restore and remove by Url
4445 - rev 3583
4446
4447 -------------------------------------------------------------------
4448 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
4449
4450 - make atoms parallel installable (#181103)
4451 - rev 3580
4452
4453 -------------------------------------------------------------------
4454 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
4455
4456 - Allow to restore by alias
4457 - r3568
4458
4459 -------------------------------------------------------------------
4460 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
4461
4462 - Do not fork in a global destructor, perl dislikes it (#182672).
4463   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
4464
4465 -------------------------------------------------------------------
4466 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
4467
4468 - Installation: Assert product information is stored to libzypp
4469   database before reboot. (#181198)
4470 - Version 1.2.0; revision 3553
4471
4472 -------------------------------------------------------------------
4473 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
4474
4475 - Synchronize keys with rpm database before
4476   closing access to it (#182338)
4477 - rev 3533
4478
4479 -------------------------------------------------------------------
4480 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
4481
4482 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
4483   filter out the non-DVD drives completely. Allows a fallback to
4484   drives without the dvd HAL property e.g. in VMWare. (#177457)
4485 - rev 3530
4486
4487 -------------------------------------------------------------------
4488 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
4489
4490 - Merge fix for stalle tmpdir due to cyclic references, using a master
4491  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
4492 - rev 3521
4493
4494 -------------------------------------------------------------------
4495 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
4496
4497 - Fixes unneeded file download, and add download callbacks
4498   (still need yast side) #181204 and #160206
4499 - Fix stalle tmpdir due to cyclic references, using a master
4500   TmpDir for zypp. # 178292
4501
4502 -------------------------------------------------------------------
4503 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
4504
4505 - fixed memory leak in PersistentStorage (#168690)
4506 - revision 3519
4507
4508 -------------------------------------------------------------------
4509 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
4510
4511 - fixed memory leak in XMLSourceCacheParser (#168690)
4512 - revision 3517
4513
4514 -------------------------------------------------------------------
4515 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
4516
4517 -latest fi translation added
4518  Revision 3502
4519
4520 -------------------------------------------------------------------
4521 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
4522
4523 -All installed resolvables has been set to "satisfied" in
4524  ResolverContext::unneeded . BUT:
4525  Patch concerning resolvables have to be set to
4526  "unneeded" although they are installed. In order
4527  getting the state "no longer applicable" (Bug 171590)
4528 - rev 3496
4529
4530 -------------------------------------------------------------------
4531 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
4532
4533 - compute status for scripts and messages so their freshens get
4534   properly honored (aj with postgresql-server)
4535 - rev 3494
4536
4537 -------------------------------------------------------------------
4538 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
4539
4540 - revert not-used-yet rpmdb timestamp, as
4541   it broke rpmdb::init(). (#180040)
4542 - rev 3490
4543
4544 -------------------------------------------------------------------
4545 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
4546
4547 - updating gmo files, if po files has been changed; bug 164449
4548
4549 -------------------------------------------------------------------
4550 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
4551
4552 - Dont download twice if starting from 1st time
4553 - fix typo
4554 - rev 3481
4555
4556 -------------------------------------------------------------------
4557 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
4558
4559 - set cache dir only if storeMetadata is called as a public method.´
4560 - rev 3475
4561
4562 -------------------------------------------------------------------
4563 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
4564
4565 - schedule a package for installation if
4566   - it freshens / supplements something
4567   - it is not installed yet
4568   (#178721)
4569 - rev 3473
4570
4571 -------------------------------------------------------------------
4572 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
4573
4574 - make susetags also implement download and check first.
4575 - rev 3470
4576
4577 -------------------------------------------------------------------
4578 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
4579
4580 - make yum more robust. Never parse from provideFile
4581   but only from local disk. Make sure the cache
4582   is consistent before recreating it.
4583   the code is easier to follow and probably
4584   faster. checksum and signatures are
4585   checked on caching not on parsing.
4586   Required to implement refresh for #154990
4587 - rev 3452
4588
4589 -------------------------------------------------------------------
4590 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
4591
4592 - implement timestamp for YUM and SuseTags
4593 - actually use the license to confirm in yum patches
4594 - add prerequires tag in yum optonally to the bad designed
4595   and nonintuitive pre=1
4596 - rev 3448
4597
4598 -------------------------------------------------------------------
4599 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
4600
4601 - dont pass root on init but before.
4602 - implement rpm db modification timestamp
4603   not used yet
4604 - move Helix source to testsuite out of the solver
4605   so we can use it for target, storage tests
4606 - add Source_Ref::timestamp(), default to now()
4607   in order to implement smart sync of sources by zmd
4608 - don't parse desc and summary twice
4609 - fix a segfault with tranlated text
4610 - fix broken size tag introduced in rev 3427
4611 - rev 3446
4612
4613 -------------------------------------------------------------------
4614 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
4615
4616 - dont accept corrupt sources, improve logs
4617
4618 -------------------------------------------------------------------
4619 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
4620
4621 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
4622   loosing autoprotection (eg. for foreign vendor). (assists #177469)
4623 - rev 3431
4624
4625 -------------------------------------------------------------------
4626 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
4627
4628 - added mediaNr() to PatchRpm and DeltaRpm classes
4629 - rev 3430
4630
4631 -------------------------------------------------------------------
4632 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
4633
4634 - enable YUM license to confirm.
4635   needed for #174476
4636 - adapt store to serialize and read all new resobject fields
4637 - use install-time to now() when serializing (#174653)
4638 - rev 3427
4639
4640 -------------------------------------------------------------------
4641 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
4642
4643 - Do not violate install order when restricting commit to a certain
4644   mediaNumber. (#170079)
4645 - Version 1.1.0; rev 3423
4646
4647 -------------------------------------------------------------------
4648 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
4649
4650 - Added SourceManager::findSourceByUrl to overcome alias mismatches
4651   (#177543).
4652 - rev 3420
4653
4654 -------------------------------------------------------------------
4655 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
4656
4657 - Order all objects according to prerequirements, not just packages.
4658   (#173690)
4659 - rev 3419
4660
4661 -------------------------------------------------------------------
4662 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
4663
4664 - Added new translation
4665
4666 -------------------------------------------------------------------
4667 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
4668
4669 - fix missing homedir option for gpg (#171055)
4670 - rev 3415
4671
4672 -------------------------------------------------------------------
4673 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
4674
4675 - Prevent against daemons launched in rpm %post, that do not close
4676   their filedescriptors. (#174548)
4677 - Version 1.0.1; rev 3413
4678
4679 -------------------------------------------------------------------
4680 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
4681
4682 - fixed media number of package retrieved as a part of a patch
4683   (#174841)
4684 - rev 3409
4685
4686 -------------------------------------------------------------------
4687 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
4688
4689 - fix missing package descriptions due to filtered packages
4690   by incompatible architectures. (#159109)
4691 - rev 3404
4692
4693 -------------------------------------------------------------------
4694 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
4695
4696 - decrease logging in DiskUsageCounter and Modalias (#163186)
4697 - rev 3406
4698
4699 -------------------------------------------------------------------
4700 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
4701
4702 - Stay backward comapatible.
4703
4704 -------------------------------------------------------------------
4705 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
4706
4707 - Make basic attributes available through ResObject.
4708 - Let ResObjects which do not require media access during
4709   commit return ZERO sourceMediaNr (required for #173690)
4710 - Version 1.0.0
4711 - rev 3390
4712
4713 -------------------------------------------------------------------
4714 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
4715
4716 - reduce logging verbosity (#163186)
4717 - rev 3381
4718
4719 -------------------------------------------------------------------
4720 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
4721
4722 - setCandidate accept candidates with compatible architectures too. Not
4723   only with the same architecture. Bug 172594 - If update package has
4724   differet arch, UI display is wrong
4725
4726 -------------------------------------------------------------------
4727 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
4728
4729 - Added Source_Ref::resStoreInitialized.
4730   If we know that noone has seen the resolvables yet, we can skip
4731   them too, eg. when deleting a source. (#174840)
4732 - rev 3378
4733
4734 -------------------------------------------------------------------
4735 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
4736
4737 - Honor freshens as conditionals independant from the installed/
4738   uninstalled status (#174797)
4739 - rev 3376
4740
4741 -------------------------------------------------------------------
4742 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
4743
4744 - State modifier "unneeded" is transitive for patches (#171590)
4745 - rev 3375
4746
4747 -------------------------------------------------------------------
4748 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
4749
4750 - Do not transact itself (update) in the transactResObject mechanism
4751   Bug 174290
4752
4753 -------------------------------------------------------------------
4754 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
4755
4756 - Reenabled improved large file support flags (unintentionally
4757   removed in rev 1544). Fixes bug #173753.
4758 - Added large file support flags to libzypp.pc file allowing
4759   consistence checks in the application using features variable
4760 - rev 3366
4761
4762 -------------------------------------------------------------------
4763 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
4764
4765 - SourceManager: moved source deletion before creation
4766   so that we can recreate a deleted one (#174295)
4767 - removed dead code dealing with known_caches from SourceManager::store
4768   (see r3195)
4769 - r3362
4770
4771 -------------------------------------------------------------------
4772 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
4773
4774 - fixed returning product short name and summary if product read
4775   from target store (#148625)
4776 - rev 3360
4777
4778 -------------------------------------------------------------------
4779 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
4780
4781 - set media verifier on redirected medium (#172599)
4782 - rev 3359
4783
4784 -------------------------------------------------------------------
4785 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
4786
4787 - fix 'transactResKind' to collect best providers by capability
4788   and to recursively transact items of same kind (#170114)
4789 - rev 3355
4790
4791 -------------------------------------------------------------------
4792 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
4793
4794 - serialize the full URL to avoid missing password and other
4795   url settings (#148108)
4796 - rev 3353
4797
4798 -------------------------------------------------------------------
4799 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
4800
4801 - Added a 60 sec connect timeout to MediaCurl (#172860)
4802 - rev 3348
4803
4804 -------------------------------------------------------------------
4805 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
4806
4807 - re-fetch also .asc and .key files before checking signature
4808   (#172597)
4809 - rev 3350 (3345-10.1)
4810
4811 -------------------------------------------------------------------
4812 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
4813
4814 - Fix yum key verification, because a double variable declaration
4815
4816 -------------------------------------------------------------------
4817 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
4818
4819 - use --no-default-keyring to avoid creating a
4820   default gpg dir in / (#171055)
4821 - rev 3335
4822
4823 -------------------------------------------------------------------
4824 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
4825
4826 - Fix YUM signature checking, we were passing the key instead of the
4827   signature.
4828 - When the user trust a key, sync again. Bye to the session trusted
4829   keys and user being asked all the time. (#171213)
4830 - r3332
4831
4832 -------------------------------------------------------------------
4833 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
4834
4835 - Cleanup index tables when removing items from pool (#170564).
4836
4837 -------------------------------------------------------------------
4838 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
4839
4840 - backout rev 3246->3275 of TargetImpl.cc
4841 - add missing testsuite/utils/TestUtils.h
4842 - rev 3330
4843
4844 -------------------------------------------------------------------
4845 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
4846
4847 - more fixes for #171062, there were some files still not being
4848   read from cache.
4849 - r3327
4850
4851 -------------------------------------------------------------------
4852 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
4853
4854 - cache keys and signature. Remove lot of duplicated code. (#171062)
4855 - r3320
4856
4857 -------------------------------------------------------------------
4858 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
4859
4860 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
4861   mount here anything, so it is OK to use any dir (171351).
4862 - rev 3318
4863
4864 -------------------------------------------------------------------
4865 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
4866
4867 - parse "license-to-confirm" in primary.xml (#168437)
4868 - rev 3312
4869
4870 -------------------------------------------------------------------
4871 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
4872
4873 - Don't try to store 'Atom', not needed and the backend store
4874   rejects them anyways (addtion to #168610)
4875 - rev 3306
4876
4877 -------------------------------------------------------------------
4878 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
4879
4880 - Improved device check in MediaDISK using libblkid (Bug #158529)
4881 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
4882   added a check if it is a directory
4883 - Added libcurl and libblkid checks to configure.ac
4884 - Added e2fsprogs(-devel) requires to the spec file
4885 - rev 3303
4886
4887 -------------------------------------------------------------------
4888 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
4889
4890 - dont download "other" during key check (#171041)
4891 - rev 3294
4892
4893 -------------------------------------------------------------------
4894 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
4895
4896 - allow parallel installs of atoms (used to fulfill patch require-
4897   ments, atoms aren't installed anyways) (#170098)
4898 - some testsuite improvements.
4899 - rev 3288
4900
4901 -------------------------------------------------------------------
4902 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
4903
4904 - get rid of autobuild check when throwing exceptions without throw
4905   but with a macro, returning a null pointer at the end (never reached).
4906
4907 -------------------------------------------------------------------
4908 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
4909
4910 - Do not violate install order when restricting commit to a certain
4911   mediaNumber. (#170079)
4912
4913 -------------------------------------------------------------------
4914 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
4915
4916 - Don't use throw directly!
4917   use ZYPP_THROW with a Exception class, otherwise package bindings
4918   will not catch them.
4919   Should fix crashes when reading broken sources with yast.
4920 - rev 3272
4921
4922 -------------------------------------------------------------------
4923 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
4924
4925 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
4926   revision 3269
4927
4928 -------------------------------------------------------------------
4929 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
4930
4931 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
4932 - further improve on #168840 (from rev 3231), match on name-edition
4933   when filtering by best arch. (#170098)
4934 - rev 3268
4935
4936 -------------------------------------------------------------------
4937 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
4938
4939 - #170093 , lot of package descriptions missing
4940 - rev 3263
4941
4942 -------------------------------------------------------------------
4943 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
4944
4945 - try to fix wrong permissions of /var/lib/zypp created
4946   by old zypp, only when running as root they are fixed
4947   (#169094)
4948 - YUM: Verify signatures on factoryInit.
4949   Dont provide other.xml. Cleanups, better logging.
4950   When refreshing signed soruces, don't refresh is source
4951   has not changed.
4952 - YaST sources: don't refresh if media file has not changed.
4953 - Show full url of index files in sources for signature validation
4954   (mentioned in #170139 comment #3)-
4955
4956 -------------------------------------------------------------------
4957 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
4958
4959 - udpated media ID syntax for external scripts (to be consistent
4960   with packages) (#170247)
4961 - rev 3256
4962
4963 -------------------------------------------------------------------
4964 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
4965
4966 - set media ID to 1 if not specified in YUM metadata (#167452)
4967 - rev 3255
4968
4969 -------------------------------------------------------------------
4970 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
4971
4972 - If freshen and supplement are fulfilled, install any kind of
4973   resolvable if not yet installed (#165746)
4974 - rev 3249
4975
4976 -------------------------------------------------------------------
4977 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
4978
4979 - make downloaded script executable. (#169191)
4980 - rev 3247
4981
4982 -------------------------------------------------------------------
4983 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
4984
4985 - Improve on last fix, compare only compatible archs.
4986 - rev 3233
4987
4988 -------------------------------------------------------------------
4989 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
4990
4991 - Only choose best arch of multiple package atoms with identical
4992   name (#168840)
4993 - rev 3231
4994
4995 -------------------------------------------------------------------
4996 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
4997
4998 - pass empty strings to UI as key properties if unknown key
4999   (#169114)
5000 - rev 3228
5001
5002 -------------------------------------------------------------------
5003 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
5004
5005 - refrain from parsing 'other.xml' (#159316)
5006 - rev 3226
5007
5008 -------------------------------------------------------------------
5009 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
5010
5011 - in source refresh, clean up the cache dir if fails
5012 - do not require repomd.xml.asc when creating a cache (#163765)
5013 - rev 3224
5014
5015 -------------------------------------------------------------------
5016 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
5017
5018 - Check if a file exists before providing it, and just handling the
5019   exception is not sufficient, because it can release the media.
5020   it nows get all possible packages.X translations an then
5021   it selects the candidate from the existing ones (#168654)
5022 - rev 3221
5023
5024 -------------------------------------------------------------------
5025 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
5026
5027 - dont report conflicts if item is neither installed
5028   nor to-be-installed (#168906)
5029 - rev 3219
5030
5031 -------------------------------------------------------------------
5032 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
5033
5034 - #168060 , propagate the file description or original
5035   name to the UI and not the checked filename path,
5036   which could be a tmp file.
5037   Requires changes in pkg-manager, and probably zmd-helpers.
5038 - rev 3215
5039
5040 -------------------------------------------------------------------
5041 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
5042
5043 - /var/lib/zypp/db/languages/* are empty files (##168355)
5044 - r3206
5045
5046 -------------------------------------------------------------------
5047 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
5048
5049 - All resolvables must honor arch, so Arch_noarch in
5050   target/store/XMLFilesBackend.cc is wrong (#160792)
5051 - Introduced code to honour shared package descriptions
5052   (#159109)
5053 - r3204
5054
5055 -------------------------------------------------------------------
5056 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
5057
5058 - replace '_' in YUM elements/attributes with '-' (#168762)
5059 - rev 3201
5060
5061 -------------------------------------------------------------------
5062 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
5063
5064 - Fixed iseries workaround - interchanged variables for scsi
5065   devices, added debug messages about the steps (#163971).
5066 - Added getenv NULL ptr check and verify of the $HOME dir's
5067   and ~/.curlrc file's ownership (#163203).
5068 - rev 3199
5069
5070 -------------------------------------------------------------------
5071 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
5072
5073 - Use filesystem::TmpDir to create unique and unused Source cache
5074   directories. (#168051)
5075
5076 -------------------------------------------------------------------
5077 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
5078
5079 - Enable signature checks per default. (#168525)
5080
5081 -------------------------------------------------------------------
5082 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
5083
5084 - fix callbacks for providing a single file (#160206)
5085
5086 -------------------------------------------------------------------
5087 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
5088
5089 - If an installed package looses a dependency, the solver tries
5090   to upgrade it. Limit the upgrade candidates to best arch, best
5091   edition.
5092 - filter 'other' entries with incompatible arch in yum parser.
5093 - rev 3177
5094
5095 -------------------------------------------------------------------
5096 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
5097
5098 - initialize the product category according to source (#168061)
5099 - rev 3172
5100
5101 -------------------------------------------------------------------
5102 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
5103
5104 - delete only one older version of a xml-store resolvable
5105   (half-baked, but the previous attempt was charred)
5106
5107 -------------------------------------------------------------------
5108 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
5109
5110 - moved license_to_confirm to primary.xml
5111 - rev 3170
5112
5113 -------------------------------------------------------------------
5114 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
5115
5116 - Removed deprecated oldstyle commit methods.
5117
5118 -------------------------------------------------------------------
5119 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
5120
5121 - when installing a xml-store resolvable (all except package,
5122   message, script), delete older versions (#160792).
5123 - read selection edition from the XML store
5124 - rev 3167
5125
5126 -------------------------------------------------------------------
5127 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
5128
5129 - properly clear transaction flag after successful commit
5130   (see rev 3122, #164365, #167285)
5131 - rev 3157
5132
5133 -------------------------------------------------------------------
5134 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
5135
5136 - recursively soft-uninstall recommended package on real uninstall,
5137   not on update (#167603)
5138 - rev 3155
5139
5140 -------------------------------------------------------------------
5141 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
5142
5143 - fix #167605 (importing keys to rpm multiple times due to
5144   wrong interpretation of rpm gpg versioning.
5145 - add support for reading the rpm keys, with full id and fingerprint
5146 - rev 3153
5147
5148 -------------------------------------------------------------------
5149 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
5150
5151 - don't add duplicate error infos to ResolverContext (#167309)
5152 - rev 3146
5153
5154 -------------------------------------------------------------------
5155 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
5156
5157 - fix Resolver::transactReset() (see rev 3122) (#167285)
5158 - rev 3140
5159
5160 -------------------------------------------------------------------
5161 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
5162
5163 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
5164   variable is present, all signature checking callbacks will default
5165   to 'accept', in case no recipient is present.
5166
5167 -------------------------------------------------------------------
5168 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
5169
5170 - read content file on construction, and make
5171   provideProduct only insert the already
5172   read product object into the store (#165826)
5173   (dmacvicar)
5174 - When the signature is not found, warn the
5175   user about a unsigned source. When the
5176   key is not found, do nothing, it can be in the
5177   keyring already. (#166016) (dmacvicar)
5178 - enable key verification only if
5179   ZYPP_CHECKSIG env var is set (dmacvicar)
5180 - r1529
5181
5182 -------------------------------------------------------------------
5183 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
5184
5185 - fix bugfix 164365, fix bug 167285
5186   Actually clear the transcation state instead of locking it
5187   to 'dont transact'
5188 - rev 3122
5189
5190 -------------------------------------------------------------------
5191 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
5192
5193 - revert the signature/digest checking callbacks
5194 - rev 3115
5195
5196 -------------------------------------------------------------------
5197 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
5198
5199 - Bugfix #165670
5200   - Honor keep requests.
5201   - Dont flag "locked uninstall" as error if a keep request was
5202     issued before.
5203 - rev 3114
5204
5205 -------------------------------------------------------------------
5206 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
5207
5208 - rule out locked items during distribution upgrade as early
5209   as possible. (#165670)
5210 - rev 3110
5211
5212 -------------------------------------------------------------------
5213 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
5214
5215 - Bugfix #166212
5216   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
5217     transactResObject().
5218   - resetTransaction(APPL_LOW) before resolving
5219   - enhance transactCaps by using the same algorithm as in
5220     QueueItemRequire
5221     (before: transact all requires and recommends by name
5222      now: transact best requires and recommends by provides)
5223 - rev 3107
5224
5225 -------------------------------------------------------------------
5226 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
5227
5228 - new callbacks for failing digest
5229 - rev 3098
5230
5231 -------------------------------------------------------------------
5232 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
5233
5234 - ask for file without a checksum (#165125)
5235
5236 -------------------------------------------------------------------
5237 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
5238
5239 - dont install satisfied resolvables (#165843)
5240 - rev 3095
5241
5242 -------------------------------------------------------------------
5243 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
5244
5245 - dont abort on failed "dry_run" (#164583)
5246 - rev 3091
5247
5248 -------------------------------------------------------------------
5249 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
5250
5251 - Ask user if signature file does not exist (#163765)
5252 - handle repomd.xml.asc as optional file (#163765)
5253 - rev 3089
5254
5255 -------------------------------------------------------------------
5256 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
5257
5258 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
5259 - rev 3087
5260
5261 -------------------------------------------------------------------
5262 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
5263
5264 - Dont do transitive uninstalls on uninstalled or upgraded items.
5265   (#165798)
5266 - rev 3083
5267
5268 -------------------------------------------------------------------
5269 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
5270
5271 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
5272
5273 -------------------------------------------------------------------
5274 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
5275
5276 - Product::updateUrls: restore it from the XML store;
5277   fixed content parsing (#163192).
5278 - restore product flags fro the XML store
5279 - rev 3074
5280
5281 -------------------------------------------------------------------
5282 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
5283
5284 - Only consider best arch/version (#165477)
5285 - rev 3069
5286
5287 -------------------------------------------------------------------
5288 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
5289
5290 - No need to parse tags at all if there is no item to store values
5291   (e.g. data for unwanted arch). Fixed segv trying to store data in
5292   NULL item. (#165479)
5293 - rev3065
5294
5295 -------------------------------------------------------------------
5296 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
5297
5298 - Improved Url path name "//" vs. "/%2f" handling; now if the
5299   url has an authority, "/%2f" is used for ftp only (#163784)
5300 - rev 3062
5301
5302 -------------------------------------------------------------------
5303 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
5304
5305 - fixed storing patch scripts to target store (#159928)
5306 - rev 3058
5307
5308 -------------------------------------------------------------------
5309 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
5310
5311 - if a patch is bad, only skip this patch, not everything
5312   (#165200)
5313 - rev 3057
5314
5315 -------------------------------------------------------------------
5316 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
5317
5318 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
5319 - Susetags:Pattern: Fixed parser.
5320
5321 -------------------------------------------------------------------
5322 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
5323
5324 - when uninstalling, only re-establish installed items
5325   supplementing the to-be-uninstalled one. (variant of #165111)
5326 - rev 3054
5327
5328 -------------------------------------------------------------------
5329 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
5330
5331 - Susetags:Package: Parse and provide ins/delnotify texts.
5332
5333 -------------------------------------------------------------------
5334 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
5335
5336 - when checking freshens/supplements at install, only consider
5337   best architecture/edition (#164453)
5338 - rev 3051
5339
5340 -------------------------------------------------------------------
5341 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
5342
5343 - when checking for supplements, only consider best arch, best
5344   edition for installation (#165111)
5345 - rev 3047
5346
5347 -------------------------------------------------------------------
5348 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
5349
5350 - Bug 165117: build 910: Update: Splitted packages are selected for
5351   all archs
5352
5353 -------------------------------------------------------------------
5354 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
5355
5356 - ask user if a file exists but does not have a checksum (#162797)
5357 - rev 3044
5358
5359 -------------------------------------------------------------------
5360 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
5361
5362 - parse time and size elements from delta and patch RPM
5363 - rev 3043
5364
5365 -------------------------------------------------------------------
5366 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
5367
5368 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
5369   devices - on powerpc only (#163971)
5370 - rev 3042
5371
5372 -------------------------------------------------------------------
5373 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
5374
5375 - fix endless loop in patches parsing.
5376 - rev 3039
5377
5378 -------------------------------------------------------------------
5379 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
5380
5381 - fixed media handling in SuSEtags source (#164879)
5382 - rev 3037
5383
5384 -------------------------------------------------------------------
5385 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
5386
5387 - honor 'dry_run' on package remove (#164732)
5388 - rev 3036
5389
5390 -------------------------------------------------------------------
5391 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
5392
5393 - add files from yum filelist as provides to package (#164731)
5394 - rev 3032
5395
5396 -------------------------------------------------------------------
5397 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
5398
5399 - honor "+Enh:/-Enh:" in packages file (#156513)
5400
5401 -------------------------------------------------------------------
5402 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
5403
5404 - fix callback receiver signature to match the callback for removing
5405   package
5406
5407 -------------------------------------------------------------------
5408 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
5409
5410 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
5411 - rev 3024
5412
5413 -------------------------------------------------------------------
5414 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
5415
5416 - Bug 164440; Taking wrong architecture while updating obsoletes
5417   splitted packages
5418 - rev 3022
5419
5420 -------------------------------------------------------------------
5421 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
5422
5423 - allow relative paths with url file:
5424 - dont filter atoms from going into pool, multi-arch patch
5425   requirements need them. Instead, treat atoms with incompatible
5426   architecture as unneeded.
5427 - rev 3018
5428
5429 -------------------------------------------------------------------
5430 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
5431
5432 - product now provides short name
5433 - rev 3013
5434
5435 -------------------------------------------------------------------
5436 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
5437
5438 - read metadata for packages from correct tags in patches (#163220)
5439 - rev 3011
5440
5441 -------------------------------------------------------------------
5442 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
5443
5444 - more detailed resolver error reports (#162994)
5445 - rev 3010
5446
5447 -------------------------------------------------------------------
5448 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
5449
5450 - report package download progress (#160966)
5451 - rev 3007
5452
5453 -------------------------------------------------------------------
5454 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
5455
5456 - transact also for languages (#163819)
5457 - rev 3004
5458
5459 -------------------------------------------------------------------
5460 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
5461
5462 - loop through all affected ResObjects in transactResKind (#163819)
5463 - rev 3002
5464
5465 -------------------------------------------------------------------
5466 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
5467
5468 - allow re-installation of non-packages (#162906)
5469 - rev 2998
5470
5471 -------------------------------------------------------------------
5472 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
5473
5474 - Added loop checking for scsi cdroms (/sys/block/srX) in case
5475   HAL does not provide any drives like on iSeries (#163971).
5476 - rev 2995
5477
5478 -------------------------------------------------------------------
5479 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
5480
5481 - add 'licenceToConfirm()' to Product. (#164375)
5482
5483 -------------------------------------------------------------------
5484 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
5485
5486 - Avoid excessive CD hopping on commit. But still far from
5487   being perfect. (#159679)
5488 - Fixed Target::commit: Despite dry_run set True, packages
5489   were depeted.
5490
5491 -------------------------------------------------------------------
5492 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
5493
5494 - honour if user decides to skip a package in commit (#156031)
5495
5496 -------------------------------------------------------------------
5497 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
5498
5499 - fixed parsing external reference to script in patch (#163221)
5500 - r2981
5501
5502 -------------------------------------------------------------------
5503 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
5504
5505 - cache and provide content.asc/key optionally. Dont show a
5506   popup if they dont exists. (dmacvicar)
5507 - Actually abort when verify signature workflow is false. (dmacvicar)
5508 - r2978
5509
5510 -------------------------------------------------------------------
5511 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
5512
5513 - fixed setting autorefresh flag for installation sources
5514
5515 -------------------------------------------------------------------
5516 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
5517
5518 - drop patches with incompatible architecture.
5519 - rev 2972
5520
5521 -------------------------------------------------------------------
5522 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
5523
5524 - Added info method to media verifier base and more debug info
5525 - rev 2970
5526
5527 -------------------------------------------------------------------
5528 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
5529
5530 - Dont deny the "/" attach point in MediaDIR, since this is used
5531   for all "file:" urls, esp. local packages.
5532 - rev 2962
5533
5534 -------------------------------------------------------------------
5535 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
5536
5537 - Bug 159673 - only one conflict solvable per page
5538
5539 -------------------------------------------------------------------
5540 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
5541
5542 - parse all dependencies of 'packages' file (#163773)
5543 - rev 2957
5544
5545 -------------------------------------------------------------------
5546 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
5547
5548 - Use the original media descr_dir on refresh for
5549   suse tags source (#163196)
5550 - r2952
5551
5552 -------------------------------------------------------------------
5553 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
5554
5555 - add Source::setUrl() for zmd backend helper.
5556 - rev 2946
5557
5558 -------------------------------------------------------------------
5559 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
5560
5561 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
5562 target init. (dmacvicar)
5563 - r2949
5564
5565 -------------------------------------------------------------------
5566 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
5567
5568 - Fixed MediaDISK to use a mount -oro,bind id the disk
5569   partition is already attached e.g. by the automounter.
5570   Try to mount it a second time may fail (#163486).
5571 - rev 2944
5572
5573 -------------------------------------------------------------------
5574 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
5575
5576 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
5577 - rev 2940
5578
5579 -------------------------------------------------------------------
5580 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
5581
5582 - only try to create a source of a given type when restoring
5583   from the persistent store (#162111)
5584
5585 -------------------------------------------------------------------
5586 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
5587
5588 - parse all dependencies for patterns (.pat) files (#160602)
5589 - drop YOUPATH and YOUURL from content file.
5590 - rev 2924
5591
5592 -------------------------------------------------------------------
5593 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
5594
5595 - properly initialize autorefresh for non-remote sources (#154990)
5596 - rev 2919
5597
5598 -------------------------------------------------------------------
5599 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
5600
5601 - Added flag to MediaManager::isUseableAttachPoint, whether
5602   to check against system mount entries or not.
5603 - Disallow to use the attachpoints of another media handlers
5604   as source path in MediaDIR.
5605 - rev 2917
5606
5607 -------------------------------------------------------------------
5608 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
5609
5610 -implement callbacks for when package verification (checksum)
5611  fails, offer to retry or abort
5612
5613 -------------------------------------------------------------------
5614 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
5615
5616 - Fix construction of checksum objects when using non-standard
5617   checksum algorithms
5618 - Fix broken YUM cache
5619 - r2913
5620
5621 -------------------------------------------------------------------
5622 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
5623
5624 - Keep packages with no version upgrade installed during
5625   distribution upgrade (#162972)
5626 - add 'transactReset()' helper function for UI.
5627 - rev 2908
5628
5629 -------------------------------------------------------------------
5630 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
5631
5632 - r2906
5633
5634 -------------------------------------------------------------------
5635 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
5636
5637 - Fixed candidate handling in ui::Selectable. (#156589)
5638
5639 -------------------------------------------------------------------
5640 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
5641
5642 - fix #162984 , gpg hangs because the matching data file
5643   for the key cannot be find. (dmacvicar)
5644 - Fix restore of YUM source using the same cache dir semantics as
5645  susetags instead of assuming there is a cache if a cache_dir
5646   was given. (dmacvicar)
5647
5648 -------------------------------------------------------------------
5649 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
5650
5651 - use DISTPRODUCT/DISTVERSION from content file to generate the
5652   product name, version, and release.
5653 - rev 2902
5654
5655 -------------------------------------------------------------------
5656 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
5657
5658 - Removed broken forcing of absolute ftp paths added in rev2705 to
5659   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
5660 - rev 2900
5661
5662 -------------------------------------------------------------------
5663 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
5664
5665 - add Resolver::freshenPool() (#156980)
5666 - rev 2893
5667
5668 -------------------------------------------------------------------
5669 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
5670
5671 - skip incompatible archs in filelist parsing.
5672 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
5673   /lib64/, ...)
5674 - rev 2886
5675
5676 -------------------------------------------------------------------
5677 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
5678
5679 - skip incompatible archs in primary parsing.
5680 - rev 2883
5681
5682 -------------------------------------------------------------------
5683 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
5684
5685 - allow setting of source when parsing local .rpm (#147765)
5686 - rev 2880
5687
5688 -------------------------------------------------------------------
5689 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
5690
5691 - Do not update packages over other architectures
5692
5693 -------------------------------------------------------------------
5694 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
5695
5696 - Added zypp/ui/UserWantedPackages to support the UI's
5697   "automatic changes" dialog (bug #152700)
5698
5699 -------------------------------------------------------------------
5700 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
5701
5702 - use KeyRing class to validate repomd.xml (#160909)
5703
5704 -------------------------------------------------------------------
5705 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
5706
5707 - Product resolvables should be readable by normal users.
5708   (#162474) (dmacvicar)
5709 - implemented keyring and metadata signature verification
5710   in susetags source
5711 - dont delete the lock if we did not acquire it
5712 - r2847
5713
5714 -------------------------------------------------------------------
5715 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
5716
5717 - Added disabling of the automounter while MediaManager
5718   init and restoring of the old state on exit (#154326).
5719 - Implemented check if media (CD) is automounted or not
5720 - rev 2840
5721
5722 -------------------------------------------------------------------
5723 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
5724
5725 - Implemented several hal get/set/removeDeviceProperty wrappers
5726 - Improved HalException to allow to fetch HAL/DBUS error componets
5727 - rev 2830
5728
5729 -------------------------------------------------------------------
5730 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
5731
5732 - honor subscription status of catalogs (#162350)
5733 - rev 2827
5734
5735 -------------------------------------------------------------------
5736 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
5737
5738 - Enabled CD eject error reporting exceptions (#154326)
5739 - rev 2822
5740
5741 -------------------------------------------------------------------
5742 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
5743
5744 - support "dry run" (#159467)
5745 - implement "transactResKind" (#161400)
5746 - rev 2817
5747
5748 -------------------------------------------------------------------
5749 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
5750
5751 - add checksum for external patches (#159928)
5752
5753 -------------------------------------------------------------------
5754 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
5755
5756 - calculate product architecture (#158198)
5757
5758 -------------------------------------------------------------------
5759 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
5760
5761 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
5762   detection
5763
5764 -------------------------------------------------------------------
5765 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
5766
5767 - Auto protect installed packages from unknown vendor. (#157446)
5768
5769 -------------------------------------------------------------------
5770 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
5771
5772 - added support for external scripts to metadata (#159928) (jsrain)
5773 - fixed handling of Language resolvables (ma)
5774 - fix leak in rpmdb (dmacvicar)
5775 - added softlock for autoyast (#159466) (ma)
5776 - Fixed exceptions in doGetFileCopy() to show full url
5777   including the file instead of just the media base url. (mt)
5778 - Provide Language::summary (ma)
5779 - check patterns and selections file exist
5780   before veryfing them (#161300) (dmacvicar)
5781 - added YUM metadata checksum computation (jsrain)
5782 - added interface to patch of a message (jsrain)
5783 - r2734
5784
5785 -------------------------------------------------------------------
5786 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
5787
5788 - added support for external scripts to metadata (#159928)
5789 - r2709
5790
5791 -------------------------------------------------------------------
5792 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
5793
5794 - report separate exception when trying to start source cache again to
5795   suppress incorrect error message in XEN installation
5796 - r2682
5797
5798 -------------------------------------------------------------------
5799 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
5800
5801 - Implement inter process locking in zypp.
5802 - Added No medium found output
5803 - splitting modaliases in supplements TOO
5804 - parse also the available signing keys
5805
5806 -------------------------------------------------------------------
5807 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
5808
5809 - release all media when removing source (#159754) (visnov)
5810 - more testsuites (schubi)
5811 - updated translations (schubi)
5812 - added MediaNotEjectedException (mt)
5813 - rev 2652
5814
5815 -------------------------------------------------------------------
5816 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
5817
5818 - fix patches descriptions (dmacvicar)
5819 - fix source serialization (dmacvicar)
5820 - metadata for kernel test (schubi)
5821 - Arch tests updated (ma)
5822 - classify NULL Ptr as unique (ma)
5823 - Added host check, because file Url allows it now. (mt)
5824 - prepare modalias fix (#159766) (ma)
5825 - Provide iterator based access to SourceManager data. (ma)
5826 - Fixed "file:" Url scheme config to allow relative paths; (mt)
5827   RFC1738 says, it may contain a hostname as well...
5828 - revision 2633
5829
5830 -------------------------------------------------------------------
5831 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
5832
5833 - pkg-config support (mvidner)
5834 - close all medias when destructing MediaSet (jsrain)
5835 - rev 2622
5836
5837 -------------------------------------------------------------------
5838 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
5839
5840 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
5841 - Message callback implemented to show patch messages (visnov)
5842 - Bug 159696 (schubi)
5843 - provide transform_iterators to iterate over a maps keys or values (ma)
5844 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
5845 - added script and message installation (jsrain)
5846 - chooses the 'right' kernel now (kkaempf)
5847 - Use noarch if no arch is specified in patches (dmacvicar)
5848 - rev 2611
5849
5850 -------------------------------------------------------------------
5851 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
5852
5853 - Added some debug output including the access id (mt)
5854 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
5855   release with eject=true on attached media, to umount
5856   other mounts as well. (mt)
5857 - 159483 - solver does not blame missing dependency (schubi)
5858 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
5859 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
5860   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
5861 - fixed ZYPP_RETHROW (#156430) (ma)
5862 - patch for #156114 (visnov)
5863 - fixed container.erase loops (ma)
5864 - Fixed to reset desired (cached) flag before the action (mt)
5865 - Removed return in forceRelaseAllMedia (void function) (mt)
5866 - Parse nonexisting architecture to noarch so patches dont get
5867   filtered by the pool (dmacvicar)
5868 - 159512 - yast2-qt does not show label of to be installed products
5869   anymore (dmacvicar)
5870 - 159765 - Hidden patterns still visible (dmacvicar)
5871 - Use noarch if no arch is specified. (dmacvicar)
5872 - r2594
5873
5874 -------------------------------------------------------------------
5875 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
5876
5877 - properly report error for media change callback
5878 - rev 2579
5879
5880 -------------------------------------------------------------------
5881 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
5882
5883 - fixed memory leak in XMLNodeIterator (#157474)
5884 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
5885 - Renamed private MediaManager::forceMediaRelease
5886   function to forceReleaseShared (more exact name)
5887 - Implemented forceRelaseAllMedia() that can be
5888   used to release also foreign (user) mounts.
5889 - Added use of forceRelaseAllMedia for CD/DVDs
5890   if FORCE_RELEASE_FOREIGN is 1 (default 0)
5891 - little cleanup of the checkAttached function
5892 - r2578
5893
5894 -------------------------------------------------------------------
5895 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
5896
5897 - don't try to attach without exception handling (#158620)
5898 - fix descriptions, as a new tag Des for selections exists now.
5899 - fix #157683: failure after adding add-on product to install
5900   sources
5901 - added more files for translation
5902 - resolve-dependencies.cc: establish pool
5903 - parse-metadata.cc: catch bad URL
5904 - set zmdid for atoms
5905 - r2574
5906
5907 -------------------------------------------------------------------
5908 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
5909
5910 - fix testsuite.
5911 - provide edition and architecture for all kinds of yum
5912   resolvables.
5913 - fix ResStatus output.
5914 - establish atoms correctly.
5915 - treat requires to unneeded resolvables as fulfilled.
5916 - rev 2559
5917
5918 -------------------------------------------------------------------
5919 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
5920
5921 - fix the build
5922 - only consider best architecture/version (#157594)
5923 - prefer providers which supplement/enhance installed or
5924   to-be-installed packages (fixes the tpctl-kmp issue)
5925 - rev 2546
5926
5927 -------------------------------------------------------------------
5928 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
5929
5930 - provide more filters for pkg-bindings (#158602)
5931 - add SystemResObject to provide system (modalias, hal, ...)
5932   capabilities.
5933 - handle this during resolving.
5934 - make the modalias and hal capability match the SystemResObject
5935   by default, thereyby triggering a modalias (resp. hal)
5936   evaluation.
5937 - xmlstore: decouple target store from YUM schema.
5938 - clean up moving of hal() and modalias() from provides to
5939   supplements in ResolvableImpl.
5940 - add PatchContents() for UI.
5941 - handle Edition::noedition as empty string.
5942 - r2537
5943
5944 -------------------------------------------------------------------
5945 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
5946
5947 - releasing all medias when asking for CD (#156981)
5948 - r2471
5949
5950 -------------------------------------------------------------------
5951 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
5952
5953 - ResStatus::resetTransact must return a value.
5954 - Fixed random build failures in LanguageCode.cc.
5955   (Rewrote the CodeMaps constructor so that gcc does not
5956   optimize a 500-statement basic block.)
5957 - Fix constructions of patch objects. Actually insert atoms in atoms
5958   list. Insert atoms for package even if the package does not exists
5959   in the source. Fixes #157628 (dmacvicar).
5960 - Fixed license reading from susetags, #151834 (dmacvicar).
5961 - r2468
5962
5963 -------------------------------------------------------------------
5964 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
5965
5966 - added ResStatus::resetTransact (ma)
5967 - bugfix for #156439 (schubi)
5968 - Added Source_Ref::setAlias (#154913).
5969 - Do not assume there is a product file when scanning for products
5970   (visnov)
5971 - function to disable all sources in the persistent store (visnov)
5972 - dependency errors go to stdout, not stderr; output resolver info
5973   directly to stderr (kkaempf)
5974 - rev 2464
5975
5976 -------------------------------------------------------------------
5977 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
5978
5979 - fix merging of resolver info (needed for #157684).
5980 - errors are also important in ResolverInfo.
5981 - improve debug output in ResolverContext.
5982 - rev 2455
5983
5984 -------------------------------------------------------------------
5985 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
5986
5987 - delete RPMs downloaded via HTTP/FTP after installnig them
5988   (#157011)
5989 - fixed product registration (reverted autorefresh patch) (#157566)
5990
5991 -------------------------------------------------------------------
5992 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
5993
5994 - if root!="/", always prefer the upgrade candidate (#155472)
5995 - implement license confirmed api for UI.
5996 - prefer architecture over version in distribution upgrade
5997   (#157501)
5998 - clean up media handling.
5999 - rev 2448
6000
6001 -------------------------------------------------------------------
6002 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
6003
6004 - init Modalias properly.
6005 - fix warnings in testcases.
6006 - rev 2432
6007
6008 -------------------------------------------------------------------
6009 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
6010
6011 - drop libjpeg-devel and sqlite-devel from build requires.
6012
6013 -------------------------------------------------------------------
6014 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
6015
6016 - implement 'modalias()' capability (#157406)
6017 - make dependencies consistent, its 'freshens'.
6018 - cope with user umounts of devices.
6019 - add debug to SourceManager.
6020 - rev 2418
6021
6022 -------------------------------------------------------------------
6023 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
6024
6025 - allow version downgrade during distribution upgrade if the
6026   newer package is coming from a trusted vendor (#155472)
6027 - implement locale fallback
6028 - 'freshen' -> 'freshens' in schema definitions to make it
6029   consistent with all other dependency definitions.
6030 - better error reporting for .pat and .sel files.
6031 - rule out packages from dependency resolutions which are
6032   de-selected by user (#155368)
6033 - use locale fallbacks in package translations.
6034 - refresh source when re-enabling it.
6035 - rev 2406
6036
6037 -------------------------------------------------------------------
6038 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
6039
6040 - split of libzypp-zmd-backend subpackage as a stand-alone
6041   leaf package.
6042 - encapsulate bool test for Source_Ref better.
6043 - fixed stack overflow (ma).
6044 - make testsuite build again.
6045 - rev 2346
6046
6047 -------------------------------------------------------------------
6048 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
6049
6050 - fixed URL rewriting for CD2 and following (#154762)
6051 - fixed ResPoolProxy diffState (for proper ok/cancel support
6052   in UI)
6053 - added special exception class for aborting installation
6054   (#154936)
6055 - only auto-change directories if they end in CDn or DVDn.
6056 - rev 2320.
6057
6058 -------------------------------------------------------------------
6059 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
6060
6061 - silently ignore multiple installs of the same package.
6062 - fix disk usage for installs and uninstalls.
6063 - rev 2308
6064
6065 -------------------------------------------------------------------
6066 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
6067
6068 - zmd-backend: filter out incompatible architectures from
6069   repository.
6070 - rev 2298
6071
6072 -------------------------------------------------------------------
6073 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
6074
6075 - sync libzypp media data with mtab.
6076 - improve resolver error and solution reports.
6077 - fix source cache reading (#155459).
6078 - default cached sources to enabled (#155459).
6079 - let each source provide public keys.
6080 - rev 2297
6081
6082 -------------------------------------------------------------------
6083 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
6084
6085 - only write by-sovler transactions back (#154976)
6086 - rev 2278
6087
6088 -------------------------------------------------------------------
6089 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
6090
6091 - release last used source at end of commit (#155002)
6092 - rev 2277
6093
6094 -------------------------------------------------------------------
6095 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
6096
6097 - cope with NULL values in zmd catalogs table (#153584)
6098 - set YAST_IS_RUNNING in transact zmd helper (#154820)
6099 - run SuSEconfig after transact zmd helper (#154820)
6100 - add softTransact to honor user vs. soft requirements (#154650)
6101 - honor all build keys provided by a package source.
6102 - add source metadata refresh.
6103 - add progress callbacks to zmd helpers.
6104 - rev 2276
6105
6106 -------------------------------------------------------------------
6107 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
6108
6109 - include .diffs into main source.
6110 - catch exception when ejecting media which was unmounted externally
6111   (#154697).
6112 - init source in zmd-backend correctly (#154667)
6113 - implement disk usage info for YaST.
6114 - clean up XML schema files.
6115 - catch CPUs identifying as 'i686' but being 'i586'.
6116 - allow definition of preferred attach (mount) point for media.
6117 - make resolver results more readable.
6118 - use language fallbacks if none of multiple language providers
6119   matches.
6120 - get rid of ignoring wrong arch in resolver, having the wrong
6121   architecture is prevented by other means.
6122 - prepare for translations in exceptions.
6123 - fix 'abort does not abort'
6124 - implement 'flag' I/O in target cache backend.
6125 - skip incompatibles architectures in packages.<lang>
6126 - rev 2228
6127
6128 -------------------------------------------------------------------
6129 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
6130
6131 - dont even provide src/nosrc from the source.
6132 - rev 2169 + diffs
6133
6134 -------------------------------------------------------------------
6135 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
6136
6137 - Initialize commit result (#154409)
6138 - release media if its wrong (#154326)
6139 - dont copy src/nosrc packages to the pool (#154627)
6140 - reduce XML logging.
6141 - rev 2169 + diffs
6142
6143 -------------------------------------------------------------------
6144 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
6145
6146 - fix path of .po files (#154074).
6147 - parse the correct package.<lang> file (kinda #154074).
6148 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
6149 - reattach all released medias.
6150 - raise exception instead of abort() on XML errors (#154104).
6151 - update translations.
6152 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
6153   and is_empty_dir utility function
6154 - rev 2169
6155
6156 -------------------------------------------------------------------
6157 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
6158
6159 - check freshens and supplements for packages (#154074).
6160 - only complain about incomplete installed resolvables,
6161   if they are uninstalled, schedule them for installation.
6162   (#154074)
6163 - add testcases for locale() provides.
6164 - add lang_country -> lang fallback.
6165 - have locale(parent:...) deps match any provides of 'parent'
6166   also when uninstalling a package.
6167 - rev 2148
6168
6169 -------------------------------------------------------------------
6170 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
6171
6172 - change the locale(...) separator to ";" (#153791)
6173 - complete "find-files" of zmd-backend.
6174 - rev 2140
6175
6176 -------------------------------------------------------------------
6177 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
6178
6179 - avoid attaching media when initializing source
6180 - rev 2139
6181
6182 -------------------------------------------------------------------
6183 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
6184
6185 - warn about misspelled 'locale(...)' provides
6186 - add testcases
6187 - rev 2134
6188
6189 -------------------------------------------------------------------
6190 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
6191
6192 - fix the build
6193 - rev 2129
6194
6195 -------------------------------------------------------------------
6196 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
6197
6198 - provide available locales to application (#153583)
6199 - honor 'requestedLocales' (language dependant packages)
6200 - honor release requests for all holders of a device.
6201 - silently re-attach after a forced release.
6202 - solver improvements.
6203 - handle source caches.
6204 - proper logging in zmd backend helpers.
6205 - rev 2127
6206
6207 -------------------------------------------------------------------
6208 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
6209
6210 - upgrade always to best version and arch (#153577)
6211 - reset 'transact' state for obsoleted packages (#153578)
6212 - translation updates
6213 - rev 2113
6214
6215 -------------------------------------------------------------------
6216 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
6217
6218 - add support for 'local' .rpm packages to zmd-backend.
6219 - rev 2101
6220
6221 -------------------------------------------------------------------
6222 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
6223
6224 - fix build of zmd/backend.
6225 - actually fill 'files' table in package-files.
6226 - rev 2094
6227
6228 -------------------------------------------------------------------
6229 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
6230
6231 - improve testcases.
6232 - add 'setPossibleLocales()' to ZYpp, this defines the set
6233   of possible locales to choose from (#153583)
6234 - provide LanguageImpl and create 'Language' resolvables for
6235   each 'possible' locale.
6236 - fix YUM parsing of patches, insert 'atoms' to link patches
6237   with packages.
6238 - replace gzstream/ with own, existing implementation.
6239 - honor locks in solver (#150231)
6240 - sync pool with target after commit() properly (#150565, #153066)
6241 - new zmd helper 'package-files'
6242 - rev 2093
6243
6244 -------------------------------------------------------------------
6245 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
6246
6247 - prevent multiple initializations of the target (#153124)
6248 - implement 'loopback mounted ISO images'
6249 - retain old package sources on upgrade.
6250 - support compressed .xml files in 'repodata' type repositories.
6251 - rev 2025
6252
6253 -------------------------------------------------------------------
6254 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
6255
6256 - parse locale(...) provides and construct correct dependencies.
6257
6258 -------------------------------------------------------------------
6259 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
6260
6261 - always upgrade to candidate (#152760).
6262 - fix typo in package sorting.
6263 - prepare handling of locale provides.
6264 - rev 1995
6265
6266 -------------------------------------------------------------------
6267 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
6268
6269 - sort src/nosrc package to right list during commit.
6270 - revert installtime/buildtime in susetags parser (#152760)
6271 - rev 1990
6272
6273 -------------------------------------------------------------------
6274 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
6275
6276 - reset state after successful commit (#153030)
6277 - run "rpm -e" always with "--nodeps" (#153026)
6278 - provide separate resolvable kind for src packages.
6279 - extend status field for LOCK and LICENSE.
6280 - add sameState()/diffState() for UI.
6281 - provide 'best' candidate for UI.
6282 - set 60 sec timeout for curl access.
6283 - don't cross-compare solver results, takes too much time.
6284 - provide sizes of installed packages.
6285 - extend REQUIRES semantics in content file.
6286 - add "parse-metadata" helper to zmd-backend.
6287 - rev 1987
6288
6289 -------------------------------------------------------------------
6290 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
6291
6292 - provide complete disk usage data (#152761)
6293 - include upgrade flag when copying solver solution
6294   back to pool (#152717)
6295 - rev 1959
6296
6297 -------------------------------------------------------------------
6298 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
6299
6300 - don't insert incompatible architectures to the pool (#151933)
6301 - don't accept incompatible architectures from a repository
6302   (#151933)
6303 - separate rpm log (#151431).
6304 - allow extended product requires.
6305 - rev 1954
6306
6307 -------------------------------------------------------------------
6308 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
6309
6310 - provide the XML schema files in the main package. (#152593)
6311
6312 -------------------------------------------------------------------
6313 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
6314
6315 - provide arch compat handling.
6316 - implement data upload to zmd.
6317 - fix source metadata caching on target.
6318 - add 'supplements' dependencies to 'yum' parser.
6319 - provide user agent identification to curl calls.
6320 - move resolver branches (multiple alternatives) back in queue
6321   (resolve known things first, then the unknown ones).
6322 - clean up 'packages' parser.
6323 - rev 1947
6324
6325 -------------------------------------------------------------------
6326 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
6327
6328 - improve media mount/umount interface
6329 - prepare class ArchCompat for proper architecture ordering
6330   and compatibility handling.
6331 - add returns to dummy functions in DbAccess.
6332 - rev 1913
6333
6334 -------------------------------------------------------------------
6335 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
6336
6337 - don't explictly delete to-be-upgraded packages.
6338 - finish query-system, resolve-dependencies, and transact for
6339   libzypp-zmd-backend.
6340 - provide Pattern::category.
6341 - move system architecture to toplevel.
6342 - make target store pathname settable.
6343 - speed up rpmdb reading by properly filtering unwanted file
6344   provides.
6345 - rev 1905
6346
6347 -------------------------------------------------------------------
6348 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
6349
6350 - new translations.
6351 - proofread texts.
6352 - when comparing solutions, prefer higher versions.
6353 - provide generic 'SafeBool' for bool conversions.
6354 - add PtrTypes testsuites.
6355 - rev 1876
6356
6357 -------------------------------------------------------------------
6358 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
6359
6360 - integrate all diffs
6361 - move Target::commit to toplevel API
6362 - generalize dependency iterators and hash dependency
6363   information in pool (for speedup)
6364 - add 'supplements' as dependency
6365 - make more pattern attributes available
6366 - drop "smbfs" in favour of "cifs" (#151476)
6367 - add metadata cache to sources (Beta4 bug)
6368 - run "rpm -e"  with name-version-release
6369 - fix update conflicts
6370 - rev 1864
6371
6372 -------------------------------------------------------------------
6373 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
6374
6375 - fix-mediachange.diff: dont skip CD but retry after media change
6376 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
6377   'eject' button
6378 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
6379   so media handle gets actually released and media unmounted.
6380
6381 -------------------------------------------------------------------
6382 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
6383
6384 - implement arch scoring
6385 - prefer better arch (#151427)
6386 - transitive depedencies of weak requirements are non-weak
6387   (#151446)
6388 - rev 1778 + diff
6389
6390 -------------------------------------------------------------------
6391 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
6392
6393 - ignore self and to-be-updated conflicts (#150844)
6394 - fix enable of target store (for non-packages)
6395 - rev 1778
6396
6397 -------------------------------------------------------------------
6398 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
6399
6400 - fix "cd:" url (#151121)
6401 - provide location() in public Package api
6402 - allow running distribution upgrade in testmode
6403 - extend HAL interface
6404 - rev 1762
6405
6406 -------------------------------------------------------------------
6407 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
6408
6409 - pass normal and locale packages from selections correctly.
6410 - its "baseconf" for base selections.
6411 - Make 'ZYpp' an obvious singleton.
6412 - provide releasenotesUrl.
6413 - dont continue upgrade without target.
6414 - implement 'fake' hal for testing.
6415 - fix package sizes.
6416 - more solver testcases.
6417 - rev 1754
6418
6419 -------------------------------------------------------------------
6420 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
6421
6422 - extend requires of libzypp-devel
6423 - provide package sizes for UI
6424 - provide more UI helpers
6425 - implement Product and related functions
6426 - fix split provides in distribution upgrade
6427 - provide locale information to system
6428 - ask HAL for available devices
6429 - reduce debug information in solver
6430 - filter architectures in source, not in solver
6431 - rev 1743
6432
6433 -------------------------------------------------------------------
6434 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
6435
6436 - disable another testsuite for now
6437 - fetch the default locale from environment
6438 - support user-defined formatting of log
6439 - rev 1710
6440
6441 -------------------------------------------------------------------
6442 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
6443
6444 - providing basic product information from susetags source
6445 - public API for preferred language
6446 - implemented redirect of logging (#149001)
6447 - report start/finish of source data parsing (#150211)
6448 - store/restore source aliases properly (#150256)
6449 - disable a lot of debug logging to speed up solver
6450 - properly rewrite URL for CDn directory layouts (#149870)
6451 - rev 1706
6452
6453 -------------------------------------------------------------------
6454 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
6455
6456 - add save/restore state to facilitate UI 'cancel'
6457 - enable target/store
6458 - add 'forceResolve' call and flag to resolver to switch between
6459   task-oriented ZMD and interactive YaST behaviour.
6460 - Fix resolver problem solution texts.
6461 - improve solver problem solution offerings.
6462 - fix media access handling to better support multiple
6463   requestors to single media.
6464 - move the media number checking to the source (media requestor)
6465   which knows how to verify the correct media.
6466 - Fix CD ordering (#149871), adding testcases.
6467 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
6468 - Add selections to testcases.
6469 - rev 1673
6470
6471 -------------------------------------------------------------------
6472 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
6473
6474 - Fix missing return in Source.cc:124
6475
6476 -------------------------------------------------------------------
6477 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
6478
6479 - cope with empty arch field in selections
6480 - enable dummy "enableStorage" function
6481 - rev 1610-branch
6482
6483 -------------------------------------------------------------------
6484 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
6485
6486 - fix random data return in Source.cc
6487 - rev 1610
6488
6489 -------------------------------------------------------------------
6490 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
6491
6492 - adapt zmd-backend to SourceImpl API change
6493 - rev 1608
6494
6495 -------------------------------------------------------------------
6496 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
6497
6498 - fix the packages parser bug. Now all packages are parsed
6499   including (english) translations.
6500   source/susetags is back to svn head.
6501 - rev 1600
6502
6503 -------------------------------------------------------------------
6504 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
6505
6506 - fix off-by-one bug in bitfield handling
6507 - revert source/susetags to rev 1411
6508 - rev 1586
6509
6510 -------------------------------------------------------------------
6511 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
6512
6513 - dont prereq-sort non-packages
6514 - rev 1584
6515
6516 -------------------------------------------------------------------
6517 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
6518
6519 - rev 1582
6520
6521 -------------------------------------------------------------------
6522 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
6523
6524 - update to rev 1543
6525
6526 -------------------------------------------------------------------
6527 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
6528
6529 - require hal-devel in libzypp-devel
6530 - re-merge fixes (RPM_OPT_FLAGS)
6531
6532 -------------------------------------------------------------------
6533 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
6534
6535 - make solver behaviour a bit more interactive
6536 - rev 1537
6537
6538 -------------------------------------------------------------------
6539 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
6540
6541 - Fix syntax error in configure script.
6542 - Use RPM_OPT_FLAGS.
6543
6544 -------------------------------------------------------------------
6545 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
6546
6547 - update for qt ui integration
6548 - rev 1504
6549
6550 -------------------------------------------------------------------
6551 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
6552
6553 - split off libzypp-zmd-backend
6554 - rev 1466
6555
6556 -------------------------------------------------------------------
6557 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
6558
6559 - another update to svn
6560
6561 -------------------------------------------------------------------
6562 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
6563
6564 - finish rpm callbacks
6565 - finish UI API
6566 - fix state change resolver<->pool
6567 - zmd backend stuff
6568 - speed up tag file parsing
6569 - rev 1405
6570
6571 -------------------------------------------------------------------
6572 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
6573
6574 - disabling failing tests of s390 and ppc
6575
6576 -------------------------------------------------------------------
6577 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
6578
6579 - Snapshoot rev 1367
6580
6581 -------------------------------------------------------------------
6582 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
6583
6584 - use hashes for pool
6585 - rev 1343
6586
6587 -------------------------------------------------------------------
6588 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
6589
6590 - removed Obsoletes:    yast2-packagemanager
6591
6592 -------------------------------------------------------------------
6593 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
6594
6595 - Snapshoot 3 Feb 2005 (11:30)
6596
6597 -------------------------------------------------------------------
6598 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
6599
6600 - Snapshoot 2 Feb 2005 (14:00)
6601
6602 -------------------------------------------------------------------
6603 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
6604
6605 - Snapshoot 2 Feb 2005 ( integrating YaST )
6606
6607 -------------------------------------------------------------------
6608 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
6609
6610 - converted neededforbuild to BuildRequires
6611
6612 -------------------------------------------------------------------
6613 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
6614
6615 - Initial version
6616