- Add ServiceInfo interface to define a set of catalogs (repository
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Tue Sep  9 13:04:11 CEST 2008 - ma@suse.de
3
4 - Add ServiceInfo interface to define a set of catalogs (repository 
5   aliases) to be enabled on next refresh.
6 - revision 10970
7
8 -------------------------------------------------------------------
9 Tue Sep  9 11:40:42 CEST 2008 - ma@suse.de
10
11 - Fix reading of Traget::targetDistribution.
12 - Allow to configure default answers in signature verification workflow.
13 - revision 10968
14
15 -------------------------------------------------------------------
16 Mon Sep  8 17:11:02 CEST 2008 - jkupec@suse.cz
17
18 - CredentialManager added to manage stored credentials
19 - MediaCurl adapted to use CredentialManager to read credentials
20 - revision 10958
21
22 -------------------------------------------------------------------
23 Fri Sep  5 11:40:05 CEST 2008 - jkupec@suse.cz
24
25 - operator ==, !=, < definition moved to RepoInfoBase from
26   the derived classes
27 - fixed RepoInfo::dumpAsIniOn() to not print 'type' if it is unknown
28   (bnc #407515)
29 - {Repo,Service}Info::dumpAsXMLOn(ostream) added
30 - RepoInfo::dumpRepoOn() deprecated in favor of dumpAsIniOn()
31 - use shared_ptr instead of itrusive for {Repo,Service}Info
32 - revision 10931:10942
33
34 -------------------------------------------------------------------
35 Thu Sep  4 16:47:07 CEST 2008 - jkupec@suse.cz
36
37 - RepoInfo{,Base} setters made void
38 - revision 10931
39
40 -------------------------------------------------------------------
41 Wed Sep  3 14:53:06 CEST 2008 - jkupec@suse.cz
42
43 - skip repositories with non-matching target distro when reading
44   repoindex
45 - revision 10926
46
47 -------------------------------------------------------------------
48 Tue Sep  2 11:04:52 CEST 2008 - schubi@suse.de
49
50 - Enabled distupgrade of the SAT solver. In order to use the old
51   distupgrade you can set the environment variable ZYPP_NO_SAT_UPDATE.
52   This variable will can be used until the old distupgrade mechanism will 
53   be removed from libzypp. Have a look to above changelogs.
54 - revision 10911
55 - version 5.7.0 (5)
56
57 -------------------------------------------------------------------
58 Tue Aug 19 16:36:47 CEST 2008 - dmacvicar@suse.de
59
60 - add Package::maybeUnsupported to remove duplicated
61   code in clients dealing with Package::vendorSupport
62
63 -------------------------------------------------------------------
64 Tue Aug 19 11:04:52 CEST 2008 - schubi@suse.de
65
66 - Reset transaction only if this solvable has no buddy (bnc #417799)
67   e.g. do not reset Products cause the concerning release package
68   could not already be installed.
69 - revision 10883
70 - version 5.6.1 (5)
71
72 -------------------------------------------------------------------
73 Mon Aug 18 17:31:02 CEST 2008 - dmacvicar@suse.de
74
75 - don't report "may be outdated" for @System repo.
76
77 -------------------------------------------------------------------
78 Fri Aug 15 20:20:07 CEST 2008 - ma@suse.de
79
80 - Add Target::targetDistribution. Returns "distribution-arch" of 
81   the installed base product. Used for registration and Service
82   refresh. (for Fate #304915)
83 - revision 10877
84 - version 5.6.0 (5)
85
86 -------------------------------------------------------------------
87 Fri Aug 15 17:42:58 CEST 2008 - ma@suse.de
88
89 - Add method Product::replacedProducts to identify installed 
90   Products that would be replaced by installing a new Product.
91   (for Fate #301997)
92 - revision 10876
93
94 -------------------------------------------------------------------
95 Fri Aug 15 15:30:32 CEST 2008 - ma@suse.de
96
97 - Fixes to Selectable doing staus manipulation on non-USER level.
98 - revision 10873
99
100 -------------------------------------------------------------------
101 Fri Aug 15 14:23:02 CEST 2008 - ma@suse.de
102
103 - Add method ZYpp::getTarget that returns the Target or a NULL pointer,
104   if it is not yet initialized. This is to avoid try/catch blocks just 
105   to test whether the Target is initialized. (bnc #417556)
106 - Add method Target::assertRootPrefix. Pass a pathname and get back the
107   path prefixed with the tragets root, unless it already had that prefix.
108 - revision 10870
109
110 -------------------------------------------------------------------
111 Thu Aug 14 18:44:45 CEST 2008 - schubi@suse.de
112
113 - Regarding error messages for Products correctly (FATE #304502)
114 - rev 10863 
115
116 -------------------------------------------------------------------
117 Thu Aug 14 14:03:27 CEST 2008 - ma@suse.de
118
119 - Let Selectable default to USER level.
120 - revision 10850
121 - version 5.5.1 (5)
122
123 -------------------------------------------------------------------
124 Wed Aug 13 21:01:25 CEST 2008 - ma@suse.de
125
126 - Change Selectable API to support doing staus manipulation on
127   non-USER level. 
128 - revision 10847
129 - version 5.5.0 (5) 
130
131 -------------------------------------------------------------------
132 Wed Aug 13 16:48:49 CEST 2008 - dmacvicar@suse.de
133
134 - support sat solver API for searching files
135
136 -------------------------------------------------------------------
137 Wed Aug 13 15:12:45 CEST 2008 - ma@suse.de
138
139 - Add ResPool::reposFind to get repositories by alias.
140 - revision 10835
141
142 -------------------------------------------------------------------
143 Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
144
145 - Advise rpmdb2solv to parse the product database.
146 - revision 10824
147 - version 5.4.0 (4)
148
149 -------------------------------------------------------------------
150 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
151
152 - Offer a simpler, fate based status manipulation in ui::Selectable.
153   This is easier to handle, as the ui::Status always distinguishes
154   wheter an object is installed or not.
155 - revision 10814
156
157 -------------------------------------------------------------------
158 Mon Aug 11 18:00:40 CEST 2008 - ma@suse.de
159
160 - Propagate default rpm install flags from zypp.conf via ZConfig and
161   ZYppCommitPolicy down to the installer. (FATE #302952) 
162 - revision 10813
163
164 -------------------------------------------------------------------
165 Mon Aug 11 16:28:07 CEST 2008 - ma@suse.de
166
167 - Add base::Flags (like qt's QFlags) a type-safe way of storing 
168   OR-combinations of enum values.
169 - revision 10811
170
171 -------------------------------------------------------------------
172 Fri Aug  8 17:01:00 CEST 2008 - ma@suse.de
173
174 - Add static ui::Selectable::get methods as convenient ctor
175   substitute. 
176 - revision 10806
177
178 -------------------------------------------------------------------
179 Fri Aug  8 15:41:17 CEST 2008 - ma@suse.de
180
181 - Adapt zypp-query-pool to new product handling.
182 - revision 10803
183
184 -------------------------------------------------------------------
185 Fri Aug  8 14:11:03 CEST 2008 - ma@suse.de
186
187 - Don't pass epoch to 'rpm -e', it does not support it.
188 - revision 10800
189
190 -------------------------------------------------------------------
191 Fri Aug  8 13:27:42 CEST 2008 - ma@suse.de
192
193 - Adapt to new product handling. Products are no longer pseudo
194   installed objects verified by the solver, but actually installed. 
195   Thus removed satisfiedProduct iterator, fixed Selctables. 
196 - Removed class ProductInfo as we keep Product.
197 - revision 10797
198
199 -------------------------------------------------------------------
200 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
201
202 - implement relogin suggested support (fate#304889)
203
204 -------------------------------------------------------------------
205 Wed Aug  6 18:21:30 CEST 2008 - ma@suse.de
206
207 - Detect correct download path even if repository type 
208   is not set. (bnc #386386)
209 - revision 10768
210
211 -------------------------------------------------------------------
212 Wed Aug  6 17:15:48 CEST 2008 - ma@suse.de
213
214 - Cleanup, mostly by removing, unused parser code and related classes.
215 - revision 10765
216
217 -------------------------------------------------------------------
218 Wed Aug  6 16:23:27 CEST 2008 - ma@suse.de
219
220 - Don't let exception escape MediaSetAccess dtor (bnc #415017)
221 - revision 10763
222
223 -------------------------------------------------------------------
224 Mon Aug  4 19:34:27 CEST 2008 - ma@suse.de
225
226 - Add new product attributes (flavor,referencePackage).
227 - Add PoolItem buddies, i.e. two PoolItems sharing the same status
228   object. This is used to keep the product resolvable and the
229   package providing the product metadata in sync.
230 - revision 10742
231
232 -------------------------------------------------------------------
233 Sat Aug  2 19:26:52 CEST 2008 - jkupec@suse.cz
234
235 - support an optional url attribute in repoindex.xml's <repo>
236 - revision 10729
237
238 -------------------------------------------------------------------
239 Thu Jul 31 21:52:11 CEST 2008 - ma@suse.de
240
241 - New class ProductInfo to provide product related metadata that
242   might be associated with a package. This will replace the Product
243   resolvable.
244 - revision 10715
245
246 -------------------------------------------------------------------
247 Thu Jul 31 19:01:54 CEST 2008 - dmacvicar@suse.de
248
249 - generate a unique anonymous unique string per target
250   and add it to the agent string for better statistics
251
252 -------------------------------------------------------------------
253 Thu Jul 31 19:01:14 CEST 2008 - ma@suse.de
254
255 - Follow solver policy and make repository priority the highest
256   key, when ordering packages. Then architecture, and edition last.
257 - revision 10710
258
259 -------------------------------------------------------------------
260 Wed Jul 30 19:12:00 CEST 2008 - ma@suse.de
261
262 - /var/lib/zypp and /var/cache/zypp should be owned by libzypp 
263   (bnc #412094)
264 - revision 10702
265
266 -------------------------------------------------------------------
267 Wed Jul 30 12:47:48 CEST 2008 - jkupec@suse.cz
268
269 - Service renamed to ServiceInfo
270 - RepoInfoBase added; RepoInfo and ServiceInfo now derive from it
271 - revision 10695
272
273 -------------------------------------------------------------------
274 Tue Jul 29 12:59:46 CEST 2008 - jkupec@suse.cz
275
276 - fixed yum repos to work with non '/' base url post fix
277   (bnc #341617)
278 - revision 10662
279
280 -------------------------------------------------------------------
281 Mon Jul 28 18:13:24 CEST 2008 - ma@suse.de
282
283 - Fixed SolvIterMixin::Selectable_iterator eating some solvables
284   (bnc #411339)
285 - revision 10680
286
287 -------------------------------------------------------------------
288 Fri Jul 25 20:12:55 CEST 2008 - ma@suse.de
289
290 - Several changes to make libzypp-bindings compile using the original
291   header files and no private copies. (bnc #391831)
292 - revision 10668
293 - version 5.3.0
294
295 -------------------------------------------------------------------
296 Wed Jul 23 17:17:47 CEST 2008 - jkupec@suse.cz
297
298 - Service::enabled() added
299 - revision 10657
300
301 -------------------------------------------------------------------
302 Tue Jul 22 17:18:28 CEST 2008 - jkupec@suse.cz
303
304 - Removed FRESHENS dependency type
305 - revision 10643
306
307 -------------------------------------------------------------------
308 Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
309
310 - Allow parallel installation of packages which have been defined
311   in zypp.conf (parameter "multiversion") Fate #302050
312 - Additional check for broken system.
313   (defined in zypp.conv: solver.checkSystemFile)
314 - revision 10600
315
316 -------------------------------------------------------------------
317 Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
318
319 - Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
320 - revision 10596
321
322 -------------------------------------------------------------------
323 Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
324
325 - Remove Atom, Script, Message and other obsolete classes.
326 - revision 10592
327
328 -------------------------------------------------------------------
329 Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
330
331 - Also report the name of the locking process in ZYppFactoryException
332   (bnc #280537)
333 - revision 10572
334
335 -------------------------------------------------------------------
336 Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
337
338 - corrected logging of solver settings
339 - regard locking while doUpdate (bnc #405427)
340 - revision 10564
341
342 -------------------------------------------------------------------
343 Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
344
345 - make curl use the right transfer mode
346   (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
347 - revision 10559
348
349 -------------------------------------------------------------------
350 Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
351
352 - reuse existing disk mounts (applied Marius' patch) (bnc #208222)
353 - revision 10557
354
355 -------------------------------------------------------------------
356 Wed Jul  9 18:13:58 CEST 2008 - ma@suse.de
357
358 - Provide Package::url() if available in solv file. (bnc #402434)
359 - A missing cookie file must not be treated as an error. Simply
360   rebuild the cache (bnc #405867)
361 - Add 22x22 and 24x24 icons (bnc #329635)
362 - revision 10528
363
364 -------------------------------------------------------------------
365 Mon Jul  7 13:39:09 CEST 2008 - schubi@suse.de
366
367 - Do not update an already updated package (bnc #400422)
368 - revision 10504
369
370 -------------------------------------------------------------------
371 Fri Jul  4 17:19:24 CEST 2008 - ma@suse.de
372
373 - Also check if the fingerprint matches before importing updated keys.
374   (bnc #393160)
375 - revision 10500
376
377 -------------------------------------------------------------------
378 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
379
380 - forward port add message attribute to patches.
381 - port import newer keys if a trusted key is updated
382 - (bnc#393160)
383 - version 5.0.2
384
385 -------------------------------------------------------------------
386 Mon Jun 30 10:28:27 CEST 2008 - ma@suse.de
387
388 - Fix permanent duplication of gpg keys in the rpm database. Also
389   retrieve correct creation and expire dates. (bnc #401259)
390 - Invoke gpg with --homdir, otherwise command fails if executed
391   within a wrapper. (bnc #401259)
392 - revision 10487
393
394 -------------------------------------------------------------------
395 Thu Jun 26 12:07:33 CEST 2008 - schubi@suse.de
396
397 - version 5.0.1
398 - revision 10464
399
400 -------------------------------------------------------------------
401 Thu Jun 19 17:55:35 CEST 2008 - ma@suse.de
402
403 - Handle new patch messages and scripts in commit. Provide callbacks
404   to display the patch messages and give visual feedback on script
405   execution. (bnc #401220)
406 - revision 10411
407
408 -------------------------------------------------------------------
409 Thu Jun 19 17:35:59 CEST 2008 - ma@suse.de
410
411 - Fix wrong parenthesis causing bug 399320
412 - version
413 - revision
414
415 -------------------------------------------------------------------
416 Tue Jun 10 09:52:03 CEST 2008 - jreidinger@suse.cz
417
418 - improve performance of gsub
419 - change replace_all to replaceAll (same name convency)
420 - add tests for gsub and replaceAll
421 - revision 10366
422
423 -------------------------------------------------------------------
424 Fri Jun  6 13:29:59 CEST 2008 - ma@suse.de
425
426 - Handle application/x-redhat-package-manager in package-manager.desktop
427   (bnc #391183)
428 - revision 10361
429
430 -------------------------------------------------------------------
431 Thu Jun  5 18:01:15 CEST 2008 - jkupec@suse.cz
432
433 - X-SuSE-ControlCenter-System category added
434   to package-manager.desktop (bnc #302324)
435 - revision 10353
436
437 -------------------------------------------------------------------
438 Wed Jun  4 14:57:13 CEST 2008 - ma@suse.de
439
440 - Fix crash when requesting disk usage without a target loaded. (bnc #396755)
441 - revision 10340
442
443 -------------------------------------------------------------------
444 Wed Jun  4 14:05:09 CEST 2008 - ma@suse.de
445
446 - Fix memory corruption in curl media handler (bnc #396979)
447 - revision 10338
448
449 -------------------------------------------------------------------
450 Tue Jun  3 20:00:00 CEST 2008 - ma@suse.de
451
452 - Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
453   as 'source package named zypper'. So these capabilities can be used
454   together with sat::Whatprovides or in resolver requests. (bnc #369893)
455 - revision 10335
456
457 -------------------------------------------------------------------
458 Tue Jun  3 15:40:37 CEST 2008 - jreidinger@suse.cz
459
460 - allow aborting progress during removing packages. (bnc #389238)
461 - revision 10331
462
463 -------------------------------------------------------------------
464 Mon Jun  2 15:31:36 CEST 2008 - schubi@suse.de
465
466 - New option for ignoring Obsoletes. This is used for installing more than
467   one pacakges with the same name but different versions.
468   Often used by kernel.
469 - r 10299
470
471 -------------------------------------------------------------------
472 Sun Jun  1 23:14:34 CEST 2008 - - ma@suse.de
473
474 - Revert inappropriate Selectable cleanup. Fix Selectable
475   status computation. Unmaintained packages were wrongly
476   reported as unsinstalled. (bnc #394630)
477 - version 5.0.0 (4.x continued in SuSE-Linux-11_0-Branch)
478 - revision 10295
479
480 -------------------------------------------------------------------
481 Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
482
483 - fixed typo
484
485 -------------------------------------------------------------------
486 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
487
488 - Reenable diskusage calculation (bnc #395051)
489 - version 4.25.1
490 - revision 10273
491
492 -------------------------------------------------------------------
493 Wed May 28 18:50:11 CEST 2008 - jkupec@suse.cz
494
495 - RepoManager::packagesPath(RepoInfo) added (bnc #394728)
496 - revision 10271
497
498 -------------------------------------------------------------------
499 Wed May 28 16:26:09 CEST 2008 - jkupec@suse.cz
500
501 - RepoInfo: don't overwrite flags that have already been set externally
502   (bnc #394728)
503 - revision 10256
504
505 -------------------------------------------------------------------
506 Wed May 28 15:30:24 CEST 2008 - ma@suse.de
507
508 - Create missing directories when saving config files. (bnc #395026)
509 - Fix undefined behaviour in RepoManager.
510 - revision 10255
511
512 -------------------------------------------------------------------
513 Wed May 28 15:23:44 CEST 2008 - schubi@suse.de
514
515 - SOLVER_ERASE_SOLVABLE_NAME: As we do not know, if this request has come
516   from resolvePool or resolveQueue we will have to take care for both
517   cases. (bnc#393969)
518 - r 10252
519
520 -------------------------------------------------------------------
521 Tue May 27 22:35:37 CEST 2008 - coolo@suse.de
522
523 - compile with RPM_OPT_FLAGS
524
525 -------------------------------------------------------------------
526 Mon May 26 17:23:24 CEST 2008 - jkupec@suse.cz
527
528 - old2new locks file converter script added to %post (jredinger)
529 - r 10227
530
531 -------------------------------------------------------------------
532 Mon May 26 11:48:35 CEST 2008 - schubi@suse.de
533
534 - Do not regard packages with the same name while upgrading obsoleted
535   packages (bnc#394367)
536 - r 10219
537
538 -------------------------------------------------------------------
539 Sat May 24 01:23:44 CEST 2008 - dmacvicar@suse.de
540
541 - revert commit don't check for existence of keys,
542   to avoid a non needed HEAD request. (related bnc#381280)
543   as it creates popup error callbacks due to the 404's in
544   the keys. Leave however the OnMediaLocation::optional()
545   API to look for another fix strategy.
546
547 -------------------------------------------------------------------
548 Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de
549
550 - define path for messages and scripts and document
551   them in zypp.conf
552
553 -------------------------------------------------------------------
554 Fri May 23 14:42:34 CEST 2008 - schubi@suse.de
555
556 - Added IgnoreAlreadyRecommended flag. So recomments/suggest will
557   be ignored for already INSTALLED packages (bnc #389694)
558 - r 10202
559
560 -------------------------------------------------------------------
561 Fri May 23 10:22:47 CEST 2008 - schubi@suse.de
562
563 - Packages which obsoletes and do NOT required other installed
564   packages will be installed if no other packages obsolete the installed package too.
565 - r 10196
566
567 -------------------------------------------------------------------
568 Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
569
570 - fix filelist for installed packages (bnc#392544)
571 - fix changelog retrieval for installed packages
572
573 -------------------------------------------------------------------
574 Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
575
576 - deprecate Repository::name() and use alias() to
577   be consistent. Related to (bnc#383553)
578 - don't check for existence of keys, to avoid a non needed
579   HEAD request. (helps bnc#381280)
580 - 4.25.0
581
582 -------------------------------------------------------------------
583 Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
584
585 - added onlyRequires in the testcase (bnc #389184)
586
587 -------------------------------------------------------------------
588 Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
589
590 - allow installation and refreshing from repository with alias that
591   contains ' or " (bnc #392426)
592 - r10158
593
594 -------------------------------------------------------------------
595 Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
596
597 - delta rpm support reenabled
598 - r10150
599
600 -------------------------------------------------------------------
601 Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
602
603 - Resetting Delete Details in ResStatus correctly (bnc #391785)
604 - r 10145
605
606 -------------------------------------------------------------------
607 Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
608
609 - when setting status to non installed for uninstalled packages
610   set the user transaction so they go to soft locks.
611   (related to bnc#389739 )
612
613 -------------------------------------------------------------------
614 Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
615
616 - Added new calls : isInstalledBy (const PoolItem item);
617                     installs (const PoolItem item);
618 - r 10125
619 - 4.23.0
620
621 -------------------------------------------------------------------
622 Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
623
624 - don't run merge in save when toAdd/Remove queue is empty
625 - throw when locks cannot load its file
626 - r10124
627
628 -------------------------------------------------------------------
629 Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
630
631 - throw more describing exception when repo probing failed
632   (bnc #389690)
633 - revision 10118
634
635 -------------------------------------------------------------------
636 Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
637
638 - allow call only merge old locks and newly added/removed without
639   saving it to file
640 - -revision 10104
641
642 -------------------------------------------------------------------
643 Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de
644
645 - report non packages as keep installed if satisfied to the
646   user interace (Selectables)
647 - 4.21.3
648
649 -------------------------------------------------------------------
650 Tue May 13 15:50:28 CEST 2008 - jkupec@suse.cz
651
652 - create /etc/zypp/products.d on install
653
654 -------------------------------------------------------------------
655 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
656
657 - /etc/zypp/products.d added to file list (bnc #385868)
658 - revision 10049
659 - version 4.21.2
660
661 -------------------------------------------------------------------
662 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
663
664 - call RemoveResolvableReport::problem() before finish() on error
665   (bnc #388810)
666 - revision 10045
667
668 -------------------------------------------------------------------
669 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
670
671 - fix file list
672
673 -------------------------------------------------------------------
674 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
675
676 - Product now retrieves all attributes from the solv file.
677 - version 4.21.1
678 - revision 10031
679
680 -------------------------------------------------------------------
681 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
682
683 - Add zypp.conf option configdir (/etc/zypp) and arrange
684   all config files and directories to follow {configdir}
685   per default.
686 - Fix zypp-query-pool to print satisfied products and additional
687   products defined in {configdir}/products.d for registration.
688   (bnc #385868)
689 - version 4.21.0
690 - revision 10029
691
692 -------------------------------------------------------------------
693 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
694
695 - implement remove duplicate entries in lock file (bnc#385967)
696
697 -------------------------------------------------------------------
698 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
699
700 - Speedup rpmdb2solv by reusing an existing solv file.
701 - version 4.20.1
702 - revision 10012
703
704 -------------------------------------------------------------------
705 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
706
707 - Fix failed package download due to unkown repository type (bnc #386386)
708 - revision 9995
709
710 -------------------------------------------------------------------
711 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
712
713 - Support optional root argument to RepoManagerOptions, to prefix all
714   path names taken from ZConfig. (bnc #388265)
715 - version 4.20.0
716 - revision 9993
717
718 -------------------------------------------------------------------
719 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
720
721 - new solution action for removing requirements/conflicts (bnc #387631)
722 - revision 9988
723
724 -------------------------------------------------------------------
725 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
726
727 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100)
728 - revision 9984
729
730 -------------------------------------------------------------------
731 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
732
733 - DistUpgrade: searching for providers -> regarding name onl
734 - r 9977
735
736 -------------------------------------------------------------------
737 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
738
739 - add flag --registrable (-r) to query pool to avoid
740   using system as a filter
741 - 4.19.1
742
743 -------------------------------------------------------------------
744 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
745
746 - return values in non-void functions
747
748 -------------------------------------------------------------------
749 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
750
751 - support multiple search strings in PoolQuery (ORed)
752 - revision 9945
753
754 -------------------------------------------------------------------
755 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
756
757 - Switch off the upgrade mode of the
758   SAT solver cause the packages have already been evaluated by
759   the distupgrade machanism of libzypp. (bnc #386375)
760 - rev 9943
761
762 -------------------------------------------------------------------
763 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
764
765 - release file after copy to cache as soon as possible.
766   (bnc #381311)
767 - r9940
768
769 -------------------------------------------------------------------
770 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
771
772 - Bugfix: keep states by user has been removed it the
773   package has not been installed BUT has been recommended by another package.
774   (bnc #385832)
775 - rev 9938
776
777 -------------------------------------------------------------------
778 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
779
780 - add isLocal function to Url which say if scheme is local or
781   internet.
782 - r9932
783
784 -------------------------------------------------------------------
785 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
786
787 - cache decision for repository depend on his url.
788 - http,ftp and smb cache packages.
789 - revision 9929
790
791 -------------------------------------------------------------------
792 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
793
794 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
795   Locks are loaded together with the target, and changes are writen
796   back on commit. zypp.conf option locksfile.apply can be used to turn
797   this feature on or off. (FATE #120352)
798 - version 4.18.0
799 - revision 9927
800
801 -------------------------------------------------------------------
802 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
803
804 - Add zypp.conf option solvfilesdir: Path where the repo solv files
805   are created. Default value: {cachedir}/solv.
806 - Target and repositories now save their solvfiles below {solvfilesdir}
807   in directories named after the repositories alias.
808 - version 4.18.0
809 - revision 9913
810
811 -------------------------------------------------------------------
812 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
813
814 - fixed filesystem::expandlink(Pathname) (bnc #368477)
815 - r9906
816
817 -------------------------------------------------------------------
818 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
819
820 - cleanup in return values of doUpgrade and doUpdate
821 - r9886
822 - 4.17.0
823
824 -------------------------------------------------------------------
825 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
826
827 - check for valid pool in begin(), improve the code (bnc #384337)
828 - r9872
829 - 4.16.0
830
831 -------------------------------------------------------------------
832 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
833
834 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
835
836 -------------------------------------------------------------------
837 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
838
839 - added translations
840
841 -------------------------------------------------------------------
842 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
843
844 - ostream operator<<(ostream,TriBool) added
845 - r9833
846
847 -------------------------------------------------------------------
848 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
849
850 - Prevent target::unload from creating a system repo in order
851   to unload it. (bnc 382297)
852 - version 4.15.2
853 - revision 9822
854
855 -------------------------------------------------------------------
856 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
857
858 - Prevent deselected or deleted items from being re-selected due to
859   recommends (aka. persistent soft locks). Unlike hard locked, those
860   items will be automatically selected if required. The list of soft
861   locked items is stored in /var/lib/zypp/SoftLocks.
862 - version 4.15.1
863 - revision 9818
864
865 -------------------------------------------------------------------
866 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
867
868 - Remove obsolete AdditionalCapabilities interface from ResPool.
869   Forward sat::Pool::RepositoryIterator. There's no more need to
870   maintain an extra Repository list in ResPool.
871 - revision 9806
872
873 -------------------------------------------------------------------
874 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
875
876 - Support dependencies requiring a specific architecture:
877   "name[.arch] [op edition]". See class Capability for details
878   about how to construct dependencies. (bnc #305445)
879 - version 4.15.0
880 - revision 9805
881
882 -------------------------------------------------------------------
883 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
884
885 - patch attributes and deprecate old ones
886 - 4.14.0
887
888 -------------------------------------------------------------------
889 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
890
891 - change locks api -
892 - make more functions const
893 - replace add/remove by selectable to add/remove by ident or name and kind
894 - rename iterator to const_iterator to avoid confusion
895 - revision 9781
896
897 -------------------------------------------------------------------
898 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
899
900 - Do architecture changes while "dup" in the external distribution
901   upgrade ONLY. bnc #382274
902 - Added "ignore" to the solutions
903 - Added "self-conflicts" to the solution
904 - added new solver mechanism "resolveQueue"
905 - Bugfix broken/satisfied products
906 - rev 9776
907
908 -------------------------------------------------------------------
909 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
910
911 - Added Pattern::core returning the packages required by a pattern.
912   (see also Pattern::depends and Pattern::contents).
913 - revision 9771
914
915 -------------------------------------------------------------------
916 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
917
918 - Added Target::release(), returning the targets distribution
919   release string.
920 - revision 9761
921
922 -------------------------------------------------------------------
923 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
924
925 - per default abort if package installation fails. (bnc #381203)
926 - version 4.13.3
927 - revision 9725
928
929 -------------------------------------------------------------------
930 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
931
932 - add ZYpp and curl version to http agent string
933   (bnc #381280)
934
935 -------------------------------------------------------------------
936 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
937
938 - Fixed pools package index wrongly including source packages. (bnc #380283)
939 - version 4.13.2
940 - revision 9683
941
942 -------------------------------------------------------------------
943 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
944
945 - Disable fast creation of @System.solv. It may produce wrong results
946   e.g. after a rebuilddb.
947 - version 4.13.1
948 - revision 9666
949
950 -------------------------------------------------------------------
951 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
952
953 - initializeTarget now takes an additional option, telling whether to
954   rebuild an existing rpm database before using it. Default is false.
955   (bnc #308352)
956 - version 4.13.0
957 - revision 9664
958
959 -------------------------------------------------------------------
960 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
961
962 - save do nothing if no locks added/removed
963 - fix bug with multiple save lock
964 - don't save same query multiple times
965 - improve tests
966 - revision 9644
967
968 -------------------------------------------------------------------
969 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
970
971 - added new translations
972 - activate zypp-query-pool
973 - Revision 9637
974 - 4.12.1
975
976 -------------------------------------------------------------------
977 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
978
979 - Locks API cleaned-up, iterator added, light read() added
980 - PoolQuery::attribute(SolvAttr) getter added
981 - revision 9609
982
983 -------------------------------------------------------------------
984 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
985
986 - reenable zypp-query-pool
987 - 4.11.1
988
989 -------------------------------------------------------------------
990 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
991
992 - Enable evaluation of hardware dependencies.
993 - Enable evaluation of filesystem dependencies.
994 - revision 9605
995
996 -------------------------------------------------------------------
997 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
998
999 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
1000   needed for explicit refresh request
1001 - revision 9574
1002
1003 -------------------------------------------------------------------
1004 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
1005
1006 - Install ResPoolProxy index to speedup Solvable to Selectable
1007   conversion.
1008 - version 4.11.0
1009 - revision 9558
1010
1011 -------------------------------------------------------------------
1012 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
1013
1014 - Implement update scripts installed by packages. After every
1015   package install /var/adm/update-scripts is scanned for the first
1016   file starting with "<name>-<version>.<release>-", which is then
1017   executed.
1018 - revision 9547
1019
1020 -------------------------------------------------------------------
1021 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
1022
1023 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
1024 - Add Resolvable::poolItem() providing access to the corresponding
1025   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
1026   to PoolItem.
1027 - Add ResPool::satisfiedProductsBegin/End iterator over all products
1028   whose dependencies are satisfied. This reflects the status determined
1029   by the last solver run. (#368104)
1030 - revision 9535
1031
1032 -------------------------------------------------------------------
1033 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
1034
1035 - switch to new locks api
1036 - revision 9524
1037
1038 -------------------------------------------------------------------
1039 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
1040
1041 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
1042 - Add SolvIterMixin: Base class providing PoolItem_iterator and
1043   Selectable_iterator iterator types based on a Solvable iterator.
1044 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
1045   PoolItem_iterator and Selectable_iterator.
1046 - Add Solvable::SplitIdent: Helper class that splits an identifier
1047   into kind and name.
1048 - Provide methods Pattern::contents returning a collection of packages
1049   associated with the pattern/patch.
1050 - revision 9496
1051
1052 -------------------------------------------------------------------
1053 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
1054
1055 - add comparing to PoolQuery
1056 - revision 9466
1057
1058 -------------------------------------------------------------------
1059 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
1060
1061 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
1062 - revision 9452
1063
1064 -------------------------------------------------------------------
1065 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
1066
1067 - initial implementation of new locks (FATE #120118 and #120352)
1068 - revision 9442
1069
1070 -------------------------------------------------------------------
1071 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
1072
1073 - selectable API updates and changes
1074 - 4.10.0
1075
1076 -------------------------------------------------------------------
1077 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
1078
1079 - add split with respect to escaped delimeters and also for quotes
1080 - revision 9373
1081
1082 -------------------------------------------------------------------
1083 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
1084
1085 - Fixed some missing package and source package attributes.
1086 - revision 9348
1087
1088 -------------------------------------------------------------------
1089 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
1090
1091 - Allow to store a media label in MediaSetAccess. This label is
1092   passed to a media change requests to describe which CD is
1093   requested.  (bnc #330094)
1094 - Fixed some missing package and source package attributes.
1095 - revision 9347
1096
1097 -------------------------------------------------------------------
1098 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
1099
1100 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
1101 - Removed establish state in ResStatus
1102 - revision 9337
1103 - version 4.7.0
1104
1105 -------------------------------------------------------------------
1106 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
1107
1108 - Add PoolItem::isSatisfied()/isBroken() to test whether
1109   the items requirements are met.
1110 - revision 9334
1111
1112 -------------------------------------------------------------------
1113 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
1114
1115 - Extend sat::WhatProvides to allow to query for possible providers
1116   of a collection of capabilies. E.g. all providers of a packages
1117   requirements.
1118 - Fixed retrieval of translated texts from .solv files, provided the
1119   solv file contains them.
1120 - revision 9328
1121
1122 -------------------------------------------------------------------
1123 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
1124
1125 - initial implementation of serialize/recovery PoolQuery
1126   (needed by FATE #120118)
1127 - revision 9325
1128
1129 -------------------------------------------------------------------
1130 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
1131
1132 - Allow prioritizing repos by adding a line 'priority=N' to the
1133   .repo file. Where N is an integer number from 1 (highest prio)
1134   to 99 (least and default). (bnc #369827, fate #302872)
1135 - version 4.6.1
1136 - revision 9276
1137
1138 -------------------------------------------------------------------
1139 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
1140
1141 - support plaindir again (at least the most important parts)
1142
1143 -------------------------------------------------------------------
1144 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
1145
1146 - Throwing special exception MediaBadCAException in case of SSL
1147   certificate validation failure.(bnc #223512)
1148 - revision 9250
1149
1150 -------------------------------------------------------------------
1151 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
1152
1153 - add new error IO_SOFT to media request callback for temporary
1154   connection problem. (bnc #328822)
1155 - add new media exception timeout when somethink fail due to exceed
1156   timeout
1157 - mediacurl throw timeout exception when timeouted
1158 - revision 9246
1159
1160 -------------------------------------------------------------------
1161 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
1162
1163 - return more information from checking if metadata need refresh,
1164   so user can get better info. (bnc #307249)
1165 - revision 9231
1166
1167 -------------------------------------------------------------------
1168 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
1169
1170 - class sat::LocaleSupport: Convenience methods to manage support
1171   for language specific packages.
1172 - revision 9197
1173
1174 -------------------------------------------------------------------
1175 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
1176
1177 - removed obsolete capability handling stuff (ma)
1178 - version 4.5.0
1179
1180 -------------------------------------------------------------------
1181 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
1182
1183 - Don't mask skip and abort exception in Fetcher
1184 - revision 9188
1185
1186 -------------------------------------------------------------------
1187 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
1188
1189 - action is correctly set in mediaRequest callback
1190 - revision 9186
1191
1192 -------------------------------------------------------------------
1193 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
1194
1195 - Fix SEGV in commit (bnc# 371137)
1196 - version 4.4.3
1197 - revision 9174
1198
1199 -------------------------------------------------------------------
1200 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
1201
1202 - version 4.4.2
1203
1204 -------------------------------------------------------------------
1205 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
1206
1207 - look for openssl in cmake, actually we build require it
1208 - explicitely link against openssl and crypto, required to
1209   compile in all platforms/distros.
1210
1211 -------------------------------------------------------------------
1212 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
1213
1214 - Save repo type during refresh if type is NONE (f.e. lazy probing).
1215 - revision 9153
1216
1217 -------------------------------------------------------------------
1218 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
1219
1220 - replace gpg escaped semicolon with real semicolon (bnc #355434)
1221 - revision 9151
1222
1223 -------------------------------------------------------------------
1224 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
1225
1226 - make strings from RpmDb and Keyring exceptions translatable
1227 - revision 9146
1228
1229 -------------------------------------------------------------------
1230 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
1231
1232 - fix retrieving keys (bnc #368099)
1233 - version 4.4.1
1234
1235 -------------------------------------------------------------------
1236 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
1237
1238 - enable frontend to rewrite add_probe settings.(bnc #309612)
1239 - Correct adding repo without type to lazy probing.
1240 - revision 9135
1241
1242 -------------------------------------------------------------------
1243 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
1244
1245 - get better message if something fail when trying run rpm
1246   (bnc #344584)
1247 - revision 9133
1248
1249 -------------------------------------------------------------------
1250 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
1251
1252 - Add ExternalProgram::execError and ExternalProgram::command
1253   to improve error reporting.
1254 - revision 9112
1255
1256 -------------------------------------------------------------------
1257 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
1258
1259 - release all media before requesting another (bnc #336881)
1260 - revision 9110
1261
1262 -------------------------------------------------------------------
1263 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
1264
1265 - getDetectedDevices added (fate #120298)
1266 - revision 9108
1267
1268 -------------------------------------------------------------------
1269 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
1270
1271 - media backend release() methods changed to take string & instead
1272   of bool (needed for FATE #120298)
1273 - media label, detected device list and current device arguments
1274   added to the requestMedia callback
1275 - version 4.4.0
1276
1277 -------------------------------------------------------------------
1278 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
1279
1280 - fix for bnc#369543
1281
1282 -------------------------------------------------------------------
1283 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
1284
1285 - provide download rate info (average and curent) in the
1286   media::DownloadProgressReport for ftp/http (bnc #168935)
1287 - r9074
1288
1289 -------------------------------------------------------------------
1290 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
1291
1292 - cleanCache(): clean also .cookie files
1293 - cleanTargetCache() added
1294 - use escaped_alias() in rawcache_path_for_repoinfo() and
1295   packagescache_path_for_repoinfo()
1296 - r9068
1297
1298 -------------------------------------------------------------------
1299 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
1300
1301 - fixed location of RPMs in subdirs when parsing plaindir repo
1302   recursively (bnc #368218)
1303 - revision 9060
1304
1305 -------------------------------------------------------------------
1306 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
1307
1308 - Do not filter any installed solvables.
1309 - revision 9031
1310 - version 4.3.2
1311
1312 -------------------------------------------------------------------
1313 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
1314
1315 - Try to rebuild broken solv files in Target::load.
1316 - revision 9015
1317
1318 -------------------------------------------------------------------
1319 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
1320
1321 - Try to rebuild broken solv files in RepoManager::loadFromCache.
1322 - Fix RepoStatus::operator&& and RepoStatus testsuite.
1323 - revision 9008
1324
1325 -------------------------------------------------------------------
1326 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
1327
1328 - improved problem description while a vendor change
1329 - improved problem description if a requirement cannot be fulfilled. Bug #358560
1330 - revision 9002
1331
1332 -------------------------------------------------------------------
1333 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
1334
1335 - Save and restore requested locales on target load/commit.
1336 - revision 8999
1337
1338 -------------------------------------------------------------------
1339 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
1340
1341 - (Update) Prevent reinstallation of installed packages.
1342 - revision 8984
1343
1344 -------------------------------------------------------------------
1345 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
1346
1347 - refresh metadata if there is no cache to unbreak compat with
1348   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
1349   that "zypper in" could work on)
1350
1351 -------------------------------------------------------------------
1352 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
1353
1354 - create cache directory before calling rpmdb2solv (in an empty
1355   chroot)
1356 - version 4.3.1
1357
1358 -------------------------------------------------------------------
1359 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
1360
1361 - special exception message if server returns 403 response
1362   (forbidden) (port from SP2)
1363 - MediaException messages marked for translation
1364
1365 -------------------------------------------------------------------
1366 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
1367
1368 - make sure we have target cache on target initialize
1369 - version 4.3.0
1370
1371 -------------------------------------------------------------------
1372 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
1373
1374 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
1375   file systems (#333166)
1376 - rev. 8915
1377
1378 -------------------------------------------------------------------
1379 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
1380
1381 - Fixed Capabilites iterator exposing prereq marker.
1382 - revision 8914
1383
1384 -------------------------------------------------------------------
1385 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
1386
1387 - postinstall script fixed
1388 - version 4.2.10
1389
1390 -------------------------------------------------------------------
1391 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
1392
1393 - Testcases regards modaliases, rpmlib, ... correctly
1394 - Revision 8904
1395
1396 -------------------------------------------------------------------
1397 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
1398
1399 - Remove obsolete sql database. (bnc#363224)
1400 - revision 8898
1401
1402 -------------------------------------------------------------------
1403 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
1404
1405 - Take care target uses --root when creating solv files (bnc #363789)
1406 - revision 8881
1407
1408 -------------------------------------------------------------------
1409 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
1410
1411 - Unmaintained packages which does not fit to the updated system
1412   (broken dependencies) will be deleted.
1413 - revision 8867
1414
1415 -------------------------------------------------------------------
1416 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
1417
1418 - let libzypp-devel require libsatsolver-devel
1419
1420 -------------------------------------------------------------------
1421 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
1422
1423 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
1424 - revision 8833
1425
1426 -------------------------------------------------------------------
1427 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
1428
1429 - media: fixed DownloadProgressReport.finish() url argument in
1430   doGetFileCopy()
1431 - revision 8815
1432
1433 -------------------------------------------------------------------
1434 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
1435
1436 - hardlink when possible to optimize data transfer
1437   and space across caches.
1438 - version 4.2.8
1439
1440 -------------------------------------------------------------------
1441 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
1442
1443 - added some locale support to sat::Solvable
1444 - version 4.2.7
1445
1446 -------------------------------------------------------------------
1447 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
1448
1449 - handle error messages better in doesFileExist too which is
1450   used during probing. (bnc #362608)
1451
1452 -------------------------------------------------------------------
1453 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
1454
1455 - Fetcher::reset() should not reset cache directories.
1456   (bnc #348050)
1457 - version 4.2.6
1458
1459 -------------------------------------------------------------------
1460 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
1461
1462 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
1463   for http and https, but this time set CURLOPT_HTTPGET back to 1
1464   so it actually works. This makes Media::doesFileExist
1465   efficient for http and https.
1466   (related to bnc #348050)
1467 - version 4.2.5
1468
1469 -------------------------------------------------------------------
1470 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
1471
1472 - using .solv files only now (fate #303018)
1473 - revision 8699
1474
1475 -------------------------------------------------------------------
1476 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
1477
1478 - fix architectures on distupgrade
1479
1480 -------------------------------------------------------------------
1481 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
1482
1483 - fixes from trunk merged
1484
1485 -------------------------------------------------------------------
1486 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
1487
1488 - fixed renaming a repo to an existing one (bnc #228216)
1489 - revision 8431
1490
1491 -------------------------------------------------------------------
1492 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
1493
1494 - fix changelog
1495
1496 -------------------------------------------------------------------
1497 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
1498
1499 - read .curlrc more robustly to obtain user-proxy (#330351)
1500 - revision 8368
1501
1502 -------------------------------------------------------------------
1503 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
1504
1505 - always buildrequire openssl-devel
1506 - replacing strange utf-8 chars in changelog
1507 - revision 8317
1508
1509 -------------------------------------------------------------------
1510 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
1511
1512 - Saner NFS timeo default (#350309)
1513 - revision 8314
1514
1515 -------------------------------------------------------------------
1516 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
1517
1518 - support 'patterns.pat' and 'patterns.pat.gz' to read all
1519   patterns in one go.
1520 - rev 8309
1521
1522 -------------------------------------------------------------------
1523 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
1524
1525 - added RpmDb::removePubkey(), call it from
1526   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
1527   is removed from the trusted keyring
1528 - revision 8288
1529
1530 -------------------------------------------------------------------
1531 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
1532
1533 - Textchanges
1534 - reduced logging in SAT-solver
1535 - ordering solutions
1536 - version 4.1.8
1537 - revision 8276
1538
1539 -------------------------------------------------------------------
1540 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
1541
1542 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
1543   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
1544 - Revision 8255
1545 - Version 4.1.7
1546
1547 -------------------------------------------------------------------
1548 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
1549
1550 - Pathname zypp::filesystem::expandlink(const Pathname &) added
1551 - if the provided file is a symlink, expand it (#274651) (this
1552   probably won't work for schemes other than file/dir and cd/dvd)
1553 - revision 8179
1554
1555 -------------------------------------------------------------------
1556 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
1557
1558 - fixed password handling in URLs (bug #347273)
1559 - revision 8118
1560
1561 -------------------------------------------------------------------
1562 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
1563
1564 - Fixed default text locale detection not to use static variables. (#346872)
1565 - version 4.1.6
1566 - revision 8116
1567
1568 -------------------------------------------------------------------
1569 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
1570
1571 - Log more details about zypp lock owner. (#294094)
1572 - revision 8088
1573
1574 -------------------------------------------------------------------
1575 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
1576
1577 - Remove runtime dependency for libboost_filesystem (#345773)
1578 - version 4.1.5
1579 - revision 8061
1580
1581 -------------------------------------------------------------------
1582 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
1583
1584 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
1585   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
1586 - version 4.1.4
1587 - revision 7998
1588
1589 -------------------------------------------------------------------
1590 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
1591
1592 - make IniParser more strict (bug #306697)
1593
1594 -------------------------------------------------------------------
1595 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
1596
1597 - Fix missing packages in patch content list. (#340896)
1598 - revision 7925
1599
1600 -------------------------------------------------------------------
1601 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
1602
1603 - fix build
1604
1605 -------------------------------------------------------------------
1606 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
1607
1608 - Output date strings in UTF-8. (#339423)
1609 - revision 7807
1610
1611 -------------------------------------------------------------------
1612 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
1613
1614 - fixes for new gcc
1615 - version 4.1.3
1616 - r7788
1617
1618 -------------------------------------------------------------------
1619 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
1620
1621 - Don't mark failed patch scripts as installed. (#327523)
1622 - version 4.1.2
1623 - revision 7744
1624
1625 -------------------------------------------------------------------
1626 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
1627
1628 - update rpmlint suppression
1629
1630 -------------------------------------------------------------------
1631 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
1632
1633 - fixed retrieval of epoch from rpmdb (bug #246680)
1634
1635 -------------------------------------------------------------------
1636 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
1637
1638 - allow non-existing "packages" file in susetags parser (bug
1639   #309235)
1640
1641 -------------------------------------------------------------------
1642 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
1643
1644 - SMBIOS DMI modalias matching added (#333152)
1645 - revision 7494
1646
1647 -------------------------------------------------------------------
1648 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
1649 - do not download the same file multiple times in one attach session
1650   (#307098), r7456
1651 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
1652   removed - should be correctly detected by HAL now
1653   (#167629, #163971), r7452
1654 - version 4.1.1
1655
1656 -------------------------------------------------------------------
1657 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
1658
1659 - filter architecture in plaindir parser (bug #330791)
1660
1661 -------------------------------------------------------------------
1662 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
1663
1664 - Throw constructing malformed checksums. (#189096)
1665 - revision 7441
1666
1667 -------------------------------------------------------------------
1668 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
1669
1670 - Renamed templates back because proper qualification makes it work
1671   too.
1672 - 4.1.0
1673
1674 -------------------------------------------------------------------
1675 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
1676
1677 - only look for repositories in file ending ".repo" (bug #294779)
1678
1679 -------------------------------------------------------------------
1680 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
1681
1682 - Fixed compilation errors with GCC 4.3 by adding missing includes
1683   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
1684   Compare<Edition> to CompareEd.
1685 - r7426
1686
1687 -------------------------------------------------------------------
1688 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
1689
1690 - Incorporated patch from Michael Matz to speedup cache reading.
1691 - revision 7413
1692
1693 -------------------------------------------------------------------
1694 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
1695
1696 - Resolvertestcase:
1697   - log Repository info
1698   - set keep state in the testcase
1699   - handle vendor
1700 - r 4707
1701
1702 -------------------------------------------------------------------
1703 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
1704
1705 - Fixed pattern parser SEGV on broken pattern files. (#328546)
1706 - revision 7402
1707
1708 -------------------------------------------------------------------
1709 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
1710
1711 - QueuItemRequire: Filter out all provider which have worser architecture,
1712   are NOT noarch and have not the same name as the requirement. The
1713   last one is needed for updating packages via patch/atoms.
1714   Bug 328081
1715 - Revert changes of r 7340
1716 - r 7386
1717
1718 -------------------------------------------------------------------
1719 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
1720
1721 - Add missing '--install' parameter in desktop file. (#308640)
1722 - version 4.0.0
1723 - revision 7369
1724
1725 -------------------------------------------------------------------
1726 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
1727
1728 - release all attached media before attempting to eject (#293428)
1729 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
1730 - revision 7352
1731 - version 3.26.0
1732
1733 -------------------------------------------------------------------
1734 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
1735
1736 - provide a way to retrieve the metadata path. Used for
1737   installation, which incorrectly creates a repository in
1738   cache without adding it first, so metadata path is not
1739   set and therefore it is not possible to setup a media
1740   verifier on installation. Part of fix for (#293428)
1741 - 3.25.0
1742
1743 -------------------------------------------------------------------
1744 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
1745
1746 - If more than one resolvables provide a requirements and have different
1747   architecture take thatone with the best architecture. (Not regarding the
1748   name). Bug: Branching too much while an installation of a multi-arch-DVD
1749 - r 7340
1750 - version 3.24.8
1751
1752 -------------------------------------------------------------------
1753 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
1754
1755 - Checking the queue if an item will be deleted. If yes, the requirements
1756   are not needed anymore. Bug 326384
1757 - version 3.24.7
1758 - r 7329
1759
1760 -------------------------------------------------------------------
1761 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
1762
1763 - don't probe the repository type upon saving if disabled (#326769)
1764 - version 3.24.6
1765 - revision 7319
1766
1767 -------------------------------------------------------------------
1768 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
1769
1770 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
1771   esp. if the error occurred executing the packages post-install script.
1772 - version 3.24.5
1773 - revision 7317
1774
1775 -------------------------------------------------------------------
1776 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
1777
1778 - If a package is deselected by user, apply this soft lock to all
1779   available versions of this package.
1780 - version 3.24.4
1781 - revision 7316
1782
1783 -------------------------------------------------------------------
1784 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
1785
1786 - Update: Do not set an item to installation if there has been already set
1787   one for installation which has the same NVA. Bug  326286
1788 - version 3.24.3
1789 - r 7311
1790
1791 -------------------------------------------------------------------
1792 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
1793
1794 - Enable package cache during commit. (#326249)
1795 - revision 7309
1796
1797 -------------------------------------------------------------------
1798 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
1799
1800 - Do not regarding requirements for packages which will be deleted in the
1801   same solver run. Bug 310618
1802 - r 7292
1803 - version 3.24.2
1804
1805 -------------------------------------------------------------------
1806 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
1807
1808 - don't download filelists.xml.gz (#307105)
1809 - version 3.24.1
1810 - revision 7269
1811
1812 -------------------------------------------------------------------
1813 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
1814
1815 - Improve estimated diskusage while there is no valid
1816   solver result. (#325617)
1817 - revision 7266
1818
1819 -------------------------------------------------------------------
1820 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
1821
1822 -Bugfix in vendor change of a required resolvable (Correct error message)
1823  Bug 310455
1824 - r 7262
1825
1826 -------------------------------------------------------------------
1827 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
1828
1829 - fixed DU parsing in inst-sys (#308659)
1830 - revision 7256
1831
1832 -------------------------------------------------------------------
1833 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
1834
1835 - Enable using patch and delta rpms. (#309124)
1836 - version 3.24.0
1837 - revision 7253
1838
1839 -------------------------------------------------------------------
1840 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
1841
1842 - On update do not delete unmaintained non-SuSE packages.
1843 - version 3.23.2
1844 - revision 7239
1845
1846 -------------------------------------------------------------------
1847 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
1848
1849 - ZYppImpl::getPartitions() - don't return the current partitioning
1850   when the partitioning hasn't been set - fixes DU parsing in
1851   inst-sys (#308659)
1852
1853 -------------------------------------------------------------------
1854 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
1855
1856 - Throw specific exceptions during commit (#308511)
1857 - 3.23.1
1858
1859 -------------------------------------------------------------------
1860 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
1861
1862 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
1863   now provide more detailed disk usage information.
1864   Yum metadata don't, so we book the package size to '/'. (#308362)
1865 - version 3.23.0
1866 - revision 7225
1867
1868 -------------------------------------------------------------------
1869 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
1870
1871 - Regarding keep state while recycle old valid solver results. Bug 286889
1872 - r 7209
1873
1874 -------------------------------------------------------------------
1875 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
1876
1877 - report 100% progress on finishing RPM removal (bug #309431)
1878 - revision 7200
1879
1880 -------------------------------------------------------------------
1881 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
1882
1883 - Update: rename language packages --> take that package which fits to the
1884   selected language Bug 308098
1885 - r 7919
1886
1887 -------------------------------------------------------------------
1888 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
1889
1890 - restore deltas and patch rpms from the cache (#309124)
1891 - 3.22.8
1892
1893 -------------------------------------------------------------------
1894 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
1895
1896 - Don't fail if a product is deleted multiple times (e.g. due to
1897   obsoletes and an explicit deleted request). (#308746)
1898 - version 3.22.7
1899 - revision 7184
1900
1901 -------------------------------------------------------------------
1902 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
1903
1904 - SYSCONFDIR variable added for modifying /etc
1905
1906 -------------------------------------------------------------------
1907 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
1908
1909 - uninstallable resolvable -->suggested solution: delete; Bug 308164
1910 - r 7177
1911
1912 -------------------------------------------------------------------
1913 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
1914
1915 - new translations added
1916 - r 7166
1917 - version 3.22.6
1918
1919 -------------------------------------------------------------------
1920 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
1921
1922 - fixed disk usage counting of updated packages (#308362)
1923
1924 -------------------------------------------------------------------
1925 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
1926
1927 - Splitting packages: Take the package with the best
1928   architecture,edition ONLY; Bug 308591
1929 - r 7160
1930
1931 -------------------------------------------------------------------
1932 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
1933
1934 - properly report fallback disk usage size (in kB instead of bytes)
1935   when disk usage is not known (YUM repos) (#308475)
1936
1937 -------------------------------------------------------------------
1938 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
1939
1940 - Install a sample /etc/zypp.conf. (#306615)
1941 - Fixed missing soversion symlink in package.
1942 - version 3.22.5
1943 - revision 7150
1944
1945 -------------------------------------------------------------------
1946 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
1947
1948 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
1949   308252
1950 - r 7143
1951
1952 -------------------------------------------------------------------
1953 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
1954
1955 - Error: Select two candidate with the same name while update.
1956   Solution: If there is a candidate which is already selected for installation -->
1957   take thatone #308082
1958 - r 7132
1959
1960 -------------------------------------------------------------------
1961 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
1962
1963 - Work arround installed patterns providing an empty vendor string. (#307743)
1964 - Let the solver treat vendor suse and opensuse as equivalent.
1965 - version 3.22.4
1966
1967 -------------------------------------------------------------------
1968 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
1969
1970 - Checking item before evaluating the concerning vendor. bug #307941
1971 - r 7119
1972
1973 -------------------------------------------------------------------
1974 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
1975
1976 - Fix for bug #307163 - empty package descriptions
1977   a.k.a shared tag not 100% implemented
1978 - r 7117
1979 - version 3.22.3
1980
1981 -------------------------------------------------------------------
1982 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
1983
1984 - logging "reverse" NEEDED_BY in the detail description of solver
1985   problems.
1986 - improved error message if a requiremnt is not fulfilled Bug 307743
1987 - Add "ignore" option to the solution if a requirement is not fulfilled
1988   Bug 304276
1989 - revision 7113
1990
1991 -------------------------------------------------------------------
1992 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
1993
1994 - fixed the order of operands of susetags local metadata status
1995   computation which caused the YaST repositories to always get
1996   refreshed (part of bug #304310)
1997 - revision 7107
1998 - version 3.22.2
1999
2000 -------------------------------------------------------------------
2001 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
2002
2003 - comparing vendor with VendorAttr::equivalent
2004 - revision 7103
2005
2006 -------------------------------------------------------------------
2007 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
2008
2009 - Use $RPM_OPT_FLAGS.
2010
2011 -------------------------------------------------------------------
2012 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
2013
2014 - Reset transact bits when switching status from
2015   "update" to "protected" (#246976)
2016 - version 3.22.1
2017 - revision 7094
2018
2019 -------------------------------------------------------------------
2020 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
2021
2022 - new translations added
2023 - rev 7083
2024
2025 -------------------------------------------------------------------
2026 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
2027
2028 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
2029    [main]
2030    download.use_patchrpm = no
2031    download.use_deltarpm = no
2032 - version 3.22.0
2033 - revision 7069
2034
2035 -------------------------------------------------------------------
2036 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
2037
2038 - On demand translate patch requirements into a list of atoms.
2039   Required by the UI to display packages acssociated with a patch.
2040   (#300612)
2041 - version 3.21.1
2042 - revision 7065
2043
2044 -------------------------------------------------------------------
2045 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
2046
2047 - enrich ResolverInfo with the reason if a user-initiated request
2048   fails (#304325, #306240)
2049 - r 7051
2050
2051 -------------------------------------------------------------------
2052 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
2053
2054 - added missing implementation of LogControl::setLineFormater()
2055   (lslezak)
2056 - version 3.21.0
2057 - revision 7041
2058
2059 -------------------------------------------------------------------
2060 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
2061
2062 - enable changing url in requestMedia callback (#294481)
2063 - revision 7037
2064
2065 -------------------------------------------------------------------
2066 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
2067
2068 - Filter readonly mount points in DiskUsageCounter (#297405)
2069 - revision 7030
2070
2071 -------------------------------------------------------------------
2072 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
2073
2074 - remember the cause of the RepoException when refreshing metadata
2075   (#301022)
2076 - r7023
2077
2078 -------------------------------------------------------------------
2079 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
2080
2081 - Safe fix for bug #299680.
2082 - version 3.20.1
2083 - revision 7026
2084
2085 -------------------------------------------------------------------
2086 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
2087
2088 - Bugfix: If a requirement has been fulfilled by more than one language
2089   resolvables only thatone will be taken which fits to the selected
2090   language.
2091 - r 7018
2092
2093 -------------------------------------------------------------------
2094 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
2095
2096 - correct error code for media errors in MediaCurl::doGetFileCopy()
2097   affects only zypper error output, does not affect YaST
2098 - r7013
2099
2100 -------------------------------------------------------------------
2101 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
2102
2103 - reverted blocking of requestMedia from r6271 (#301710)
2104 - r6999
2105
2106 -------------------------------------------------------------------
2107 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
2108
2109 - prevent progress report in destructor (#299680)
2110 - r6998
2111
2112 -------------------------------------------------------------------
2113 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
2114
2115 - treat non-filelists.xml <file> entries as file provides capabilities
2116   in YUM parser (#304701)
2117 - r6992
2118
2119 -------------------------------------------------------------------
2120 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
2121
2122 - the media.1/media uniquely identifies a 'susetags' repo, not
2123   the content file (#304200)
2124
2125 -------------------------------------------------------------------
2126 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
2127
2128 - fixed locale dir (#304649)
2129 - r6984
2130
2131 -------------------------------------------------------------------
2132 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
2133
2134 - don't treat normal package license as "license to confirm"
2135   (#305906)
2136
2137 -------------------------------------------------------------------
2138 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
2139
2140 - Fixed fix for #293039. Segfault due to uninitialzed data.
2141 - version 3.19.3
2142 - revision 6980
2143
2144 -------------------------------------------------------------------
2145 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
2146
2147 - reduced too much verbosed ResolverContext logging; Bug 303971
2148 - r 6977
2149
2150 -------------------------------------------------------------------
2151 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
2152
2153 - Fixed PlainDir repositories to provide real disk usage data. For
2154   repomd and others that do not provide any detailed disk usage info,
2155   assume the packgage size is required below "/". Peviously they were
2156   treated as being empy.
2157 - version 3.19.2
2158 - revision 6972
2159
2160 -------------------------------------------------------------------
2161 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
2162
2163 - Add a new solver solution in the case of running in a timeout:
2164   ProblemSolutionDoubleTimeout.h
2165   #Bug 302496
2166 - revision 6970
2167
2168 -------------------------------------------------------------------
2169 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
2170
2171 - bug in fix for (#292986)
2172
2173 -------------------------------------------------------------------
2174 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
2175
2176 - (#297001) - libzypp: can't skip broken packages
2177 - re enable importing zypp keyring from rpm.(#302379)
2178 - 3.19.1
2179
2180 -------------------------------------------------------------------
2181 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
2182
2183 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
2184   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
2185   in order to support query-by-repo (#305384)
2186 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
2187   number of kinds, names, or repos (#305347)
2188 - remove ResolvableQuery::iterateResolvablesByKind, not needed
2189 - version 3.19.0
2190 - rev 6935
2191
2192 -------------------------------------------------------------------
2193 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
2194
2195 - real fix for reading signature ids. (#390535).
2196 - delete metadata when removing repo (#301037).
2197
2198 -------------------------------------------------------------------
2199 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
2200
2201 - following behaviour for setPartitions
2202   - if they are not set, they are detected
2203   - if they are set, that value is used.
2204   - if value set or detected is empty, all disk usage
2205     information is read. Otherwise just values in those
2206     mount points.
2207     Should work for installation as long as detectPartitions
2208     is empty at installation.(#293039)
2209
2210 -------------------------------------------------------------------
2211 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
2212
2213 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
2214   from external, e.g. for the testcases
2215 - Honor ZYPP_CONF environment variable to override the buit-in
2216   /etc/zypp/zypp.conf
2217 - Check architecture at handout() to prevent NULL ptr reference.
2218 - Bug 301286
2219 - rev 6908
2220
2221 -------------------------------------------------------------------
2222 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
2223
2224 -The solver generate an establish call for all
2225  resolvables which has filesystemcaps if there is not a valid result from a
2226  former solver run available. This covers:
2227  * Initial solver run
2228  * Changing of filesystem whithin a workflow, cause the solver results will
2229    be reset if the filesystem dependencies have been changed
2230  Bug 271912
2231 - r 6901
2232
2233 -------------------------------------------------------------------
2234 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
2235
2236 - pass location to plaindir package (#303751)
2237 - Add name of file in question to checksum/signature related
2238   exceptions.
2239 - pass basename of file to verifyFileSignatureWorkflow (instead of
2240   empty string).
2241 - filter out incompatible architectures when parsing sustags
2242   repos (first half of #301286)
2243 - r 6882
2244
2245 -------------------------------------------------------------------
2246 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
2247
2248 - don't run source migration if yast is running in
2249   intsys mode (#297136)
2250 - signature and checksum verification fixes. Still pending
2251   problem ZYpp getting no output from gpg when running from zypper.
2252   (#302059)
2253
2254 -------------------------------------------------------------------
2255 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
2256
2257 - Do not strip resolvables which have the same name but different kind
2258   (ResolverInfo*)
2259 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
2260 - r 6830
2261
2262 -------------------------------------------------------------------
2263 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
2264
2265 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
2266   the Estonian locale (#302525).
2267
2268 -------------------------------------------------------------------
2269 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
2270
2271 - added remembering of exception history at various places
2272
2273 -------------------------------------------------------------------
2274 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
2275
2276 - Bugfixes concerning vendor handling:
2277 - first bug:
2278   Installed A-1.0(vendor SuSE)
2279   Available A-2.0(other vendor)
2280   A will not be regarded as "unmaintained". So it will not be deleted.
2281 - second bug:
2282   A need B-2.0. B-1.0 is installed but has another vendor. Report a
2283   proper errmessage.
2284 - Testcase : solution-tests/vendor-test.xml
2285 - r 6812
2286 - 3.18.4
2287
2288 -------------------------------------------------------------------
2289 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
2290
2291 - ignore HASH key for download (#300982)
2292
2293 -------------------------------------------------------------------
2294 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
2295
2296 - Added explicitly_requested as parameter in ResolverContext::Uninstall
2297   Bug 299819
2298 - revision 6794
2299
2300 -------------------------------------------------------------------
2301 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
2302
2303 - If no mount information is available, parse all DU entries.
2304 - read only hack mode for migrate-sources. We actually do add
2305   repositories with it, but no harm. (#292986)
2306 - fix some typos in exceptions (#301331)
2307 - 3.18.3
2308
2309 -------------------------------------------------------------------
2310 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
2311
2312 - Do not regard explicit request in order to recognize updated packages
2313   correctly. Bug 301676
2314 - Updated translations
2315 - r 6766
2316 - 3.18.2
2317
2318 -------------------------------------------------------------------
2319 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
2320
2321 - package-manager script: Call /sbin/yast2 with full path because of
2322   gnomesu (#269873).
2323
2324 -------------------------------------------------------------------
2325 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
2326
2327 - add support for the HASH key. (#300982)
2328 - Use ContentFileParser in Downloader (instead of implementing
2329   the parser again, it has a reason, Downloader was written first)
2330 - update testcases and data to cover the new HASH key
2331 - 3.18.1
2332
2333 -------------------------------------------------------------------
2334 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
2335
2336 - unify query API for kind and name, summary, description
2337   (incomplete)
2338 - rev 6761, version 3.18.0
2339
2340 -------------------------------------------------------------------
2341 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
2342
2343 - add iterateResolvablesByKindsAndName
2344 - rev 6735, version 3.17.13
2345
2346 -------------------------------------------------------------------
2347 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
2348
2349 - rename ResolvableQuery::queryByName to iterateResolvablesByName
2350 - fix reading of kind and repository in ResolvableQuery
2351 - add reverse lookups in CacheTypes
2352 - add iterateResolvablesByKind
2353 - rev 6733
2354
2355 -------------------------------------------------------------------
2356 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
2357
2358 - shorten solver error messages Bug 259894
2359 - rev 6723
2360
2361 -------------------------------------------------------------------
2362 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
2363
2364 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
2365   install zypp/cache header files.
2366 - rev 6719, version 3.16.13
2367
2368 -------------------------------------------------------------------
2369 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
2370
2371 - discard pattern files with incompatbile architecture, both
2372   for download and for parsing. (#298716)
2373 - rev 6711
2374
2375 -------------------------------------------------------------------
2376 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
2377
2378 - run sqlite asynchronously and add sql index files where
2379   appropriate, gives 6x performance on certain operations.
2380   Bumping cache schema version to 1004.
2381   (#300998)
2382 - rev 6710
2383
2384 -------------------------------------------------------------------
2385 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
2386
2387 - fix String::endsWith (#301038)
2388 - rev 6709
2389
2390 -------------------------------------------------------------------
2391 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
2392
2393 - added an _explicitly_requested in QueueItemConflict ( as already in
2394   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
2395   remove the conflicting item without an error message. Bug 299819
2396 - rev 6699
2397
2398 -------------------------------------------------------------------
2399 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
2400
2401 - forgot to set default refresh policy in checkIfToRefreshMetadata
2402 - repo.refresh.delay default set to 10 minutes
2403 - 6693
2404
2405 -------------------------------------------------------------------
2406 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
2407
2408 - Bugfix while regarding correct vendor in update
2409 - r6677
2410 - version 3.15.0
2411
2412 -------------------------------------------------------------------
2413 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
2414
2415 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
2416   added to delay next check & refresh until the specified number of
2417   minutes has passed from the last check or refresh (FATE #301991).
2418   Revisions: 6654, 6656, 6666, and 6667.
2419 - filesystem::touch(Pathname) added (r6666)
2420 - RepoManager::touchIndexFile(RepoInfo) added
2421 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
2422   decision to do the refresh moved to this public method.
2423 - r6667
2424
2425 -------------------------------------------------------------------
2426 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
2427
2428 - generate a resolver problem if addRequires does not find a resovable
2429   #299486
2430 - rev 6660
2431
2432 -------------------------------------------------------------------
2433 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
2434
2435 - Prioritized delete request by the user BEFORE delete requests due
2436   missing dependencies or conflicting dependencies. Bug 298322
2437 - rev 6640
2438
2439 -------------------------------------------------------------------
2440 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
2441
2442 - support also "Plaindir" as valid repo type name (#298622)
2443 - revision 6616
2444 - version 3.14.0
2445
2446 -------------------------------------------------------------------
2447 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
2448
2449 - fix segfault in Progress reporting
2450 - progress report use name instead of alias (#298035)
2451 - repoinfo returns alias if name is empty
2452
2453 -------------------------------------------------------------------
2454 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
2455
2456 - merge patch by dmueller to get rid of boost-regex
2457
2458 -------------------------------------------------------------------
2459 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
2460
2461 - dont create a second CacheStore in the same scope, will lock...
2462   #297627
2463
2464 -------------------------------------------------------------------
2465 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
2466
2467 - fixed some RepoManager exception docs & history
2468 - r6558
2469
2470 -------------------------------------------------------------------
2471 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
2472
2473 - feature #302135: Graceful update of 3rd party packages
2474   Automatic upgrading only sees packages from same vendor
2475   This allows not needed to have those locked.
2476 - Add persistent locks file which allow wildcards. Users
2477   can lock certain packages adding lines like "kde* < 3.5"
2478 - add applyLocks() to apply persistent locks before solving
2479
2480 -------------------------------------------------------------------
2481 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
2482
2483 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
2484   #271912 wq
2485 - Added locking resolvables in the testcases
2486 - rev 6544
2487
2488 -------------------------------------------------------------------
2489 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
2490
2491 - add migrate-sources to %post (#292986)
2492 - 3.13.15
2493
2494 -------------------------------------------------------------------
2495 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
2496
2497 - fixed bug with using wrong files from raw metadata cache
2498   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
2499
2500 -------------------------------------------------------------------
2501 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
2502
2503 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
2504   Bug# 297795
2505 - r 6517
2506
2507 -------------------------------------------------------------------
2508 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
2509
2510 - implement susetags support for compressed metadata
2511   and testcases. (feature #301916)
2512 - implement disk usage in cache. For installation requires
2513   some changes in YaST to setup the ZYpp getPartitions()
2514   before repos are cached. (bug #293039)
2515 - added testcases for diskusage
2516 - 3.13.14
2517
2518 -------------------------------------------------------------------
2519 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
2520
2521 - fixed YUM parser to properly create source packages
2522 - disabled reading of filelists.xml.gz by default (the data are
2523   currently not stored anyway)
2524 - revision 6481
2525 - version 3.13.13
2526
2527 -------------------------------------------------------------------
2528 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
2529
2530 - Don't download unwanted translation files (#293740).
2531 - revision 6470
2532
2533 -------------------------------------------------------------------
2534 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
2535
2536 - Fix susetags repo to parse dikusage data (#293039)
2537 - revision 6467
2538 - version 3.13.12
2539
2540 -------------------------------------------------------------------
2541 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
2542
2543 - Add product attribute 'type' (aka 'category' which is now
2544   deprecated). Adapted sustags and yum parsers to parse and
2545   provide this value.
2546 - revision 6464
2547 - version 3.13.11
2548
2549 -------------------------------------------------------------------
2550 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
2551
2552 - fix modalias rel column number
2553 - version 3.13.10
2554
2555 -------------------------------------------------------------------
2556 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
2557
2558 - Implemented option repo.add.probe to allow probing
2559   the added repositories
2560 - version 3.13.9
2561
2562 -------------------------------------------------------------------
2563 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
2564
2565 - Fixed detection of renamed packages while update.
2566 - Added new translations
2567 - rev 6445
2568
2569 -------------------------------------------------------------------
2570 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
2571
2572 - Speed up retrieving MediaNr attribute, as it slows down install
2573   order calculation. (#297173)
2574 - revision 6442
2575
2576 -------------------------------------------------------------------
2577 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
2578
2579 - Fixed cache schema upgrade
2580
2581 -------------------------------------------------------------------
2582 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
2583
2584 - Fixed pattern includes and extends attributes.
2585 - revision 6431
2586 - version 3.13.8
2587
2588 -------------------------------------------------------------------
2589 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
2590
2591 - API for retrieving additional dependencies" solver/detail/Resolver.h
2592 - Handle additional dependencies in the testcases
2593 - Handle system and language dependencies in the testcases correctly.
2594 - r 6418
2595
2596 -------------------------------------------------------------------
2597 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
2598
2599 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
2600   has changed. Resolver must discard any cached filesystem dependencies.
2601   (required for #271912)
2602 - revision 6404
2603
2604 -------------------------------------------------------------------
2605 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
2606
2607 - Indicate changed pool content to the resolver. (required for #271912)
2608 - revision 6398
2609 - version 3.13.7
2610
2611 -------------------------------------------------------------------
2612 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
2613
2614 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
2615   problems. Bug 280387
2616 - r 6378
2617 - version 3.13.6
2618
2619 -------------------------------------------------------------------
2620 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
2621
2622 - Added interface to install source packages via zypper.
2623 - revision 6373
2624 - version 3.13.5
2625
2626 -------------------------------------------------------------------
2627 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
2628
2629 - Added package attributes Package::sourcePkgName and
2630   Package::sourcePkgEdition. Name and edition of the source
2631   rpm this package was built from.
2632 - Added ZYpp::installSrcPackage to install a single source package.
2633 - revision 6353
2634 - version 3.13.4
2635
2636 -------------------------------------------------------------------
2637 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
2638
2639 - Temorary files and directories created by makeSibling use the
2640   same protection as the original.
2641 - revision 6344
2642 - version 3.13.3
2643
2644 -------------------------------------------------------------------
2645 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
2646
2647 - Removed keepExtras from resolvePool. This will be handled
2648   in the solver internally now. #294727
2649 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
2650 - revision 6317
2651 - version 3.13.2
2652
2653 -------------------------------------------------------------------
2654 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
2655
2656 - Remove tribool from RepoInfo's interface.
2657 - revision 6301
2658 - version 3.13.1
2659
2660 -------------------------------------------------------------------
2661 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
2662
2663 - Fixed wrong media number reported by script, message and patch.
2664 - Fixed script API to provide the scripts location on media (if not
2665   inlined).
2666 - Introduced ScripProvider to make a script available on the local
2667   disk.
2668 - revision 6288
2669 - version 3.13.0
2670
2671 -------------------------------------------------------------------
2672 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
2673
2674 - don't request media chage if the media is not changeable (like
2675   e.g. http)
2676 - revision 6271
2677 - version 3.12.1
2678
2679 -------------------------------------------------------------------
2680 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
2681
2682 - progress ticks for clean cache
2683 - ZConfig: remove default from names.
2684 - re enable reading cache callbacks
2685 - ini parser without boost::regexp
2686   patch by dmueller (#152447)
2687
2688 -------------------------------------------------------------------
2689 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
2690
2691 - Fixed package to provide the location media number. (#294496)
2692 - revision 6263
2693
2694 -------------------------------------------------------------------
2695 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
2696
2697 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
2698   gpgkey) instead of throwing bad url exception
2699 - revision 6259
2700
2701 -------------------------------------------------------------------
2702 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
2703
2704 - Make clearing of extra dependencies/conflicts configurable when
2705   resolvePool(). Leave the default as before (clear extras).
2706   Bug # 294727
2707 - revision 6233
2708 - version 3.12.0
2709
2710 -------------------------------------------------------------------
2711 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
2712
2713 - /var/lib/zypp/cache -> /var/cache/zypp
2714   (#292419)
2715 - ini parser without boost::regexp, patch by dmueller
2716   (#152447)
2717
2718 -------------------------------------------------------------------
2719 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
2720
2721 - Make temp directory configurable  via environment
2722   variable ZYPPTMPDIR.
2723 - revision 6202
2724 - version 3.11.11
2725
2726 -------------------------------------------------------------------
2727 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
2728
2729 - Fixed bug in smart pointer comparison.
2730
2731 -------------------------------------------------------------------
2732 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
2733
2734 - Fix failing rename of metadata download directories across
2735   filesystem boundaries.
2736
2737 -------------------------------------------------------------------
2738 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
2739
2740 - Fixed malicious gettext include.
2741 - Make ZConfig a singleton.
2742 - revision 6123
2743
2744 -------------------------------------------------------------------
2745 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
2746
2747 - Fixed repo::provideFile to set a deleter for downloaded files
2748   (#293004).
2749 - revision 6094
2750 - version 3.11.10
2751
2752 -------------------------------------------------------------------
2753 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
2754
2755 - Query ByRepository now takes as well an alias.
2756
2757 -------------------------------------------------------------------
2758 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
2759
2760 - fix retrieval of container attributes in cache
2761   (#292698)
2762
2763 -------------------------------------------------------------------
2764 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
2765
2766 - Port zypp-query-pool (#292404)
2767 - revision 6069
2768 - version 3.11.9
2769
2770 -------------------------------------------------------------------
2771 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
2772
2773 - added new calls in Resolver.h: addRequire,addConflict
2774
2775 -------------------------------------------------------------------
2776 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
2777
2778 - Fixed IniParser to allow '=' in values (#292669)
2779 - revision 6063
2780
2781 -------------------------------------------------------------------
2782 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
2783
2784 - allow / in alias (#292628)
2785
2786 -------------------------------------------------------------------
2787 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
2788
2789 - Fixed repo::provideFile to throw on error.
2790 - Fixed ResolvableQuery to use 0 as default for non existing
2791   numerical values.
2792 - revision 6058
2793
2794 -------------------------------------------------------------------
2795 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
2796
2797 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
2798   additional ctor for convenience.
2799 - revision 6047
2800
2801 -------------------------------------------------------------------
2802 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
2803
2804 - Evalute update canditate:
2805   Take canditates only which are really installable. Bug 292077
2806   r 6034
2807
2808 -------------------------------------------------------------------
2809 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
2810
2811 - fixed some tribool bugs in RepoInfo
2812 - revision 6022
2813
2814 -------------------------------------------------------------------
2815 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
2816
2817 - fix reading of non existant repo
2818 - r6018
2819 - first submission to stable
2820 - fix keywords parsing in susetags parser
2821 - version 3.11.8
2822
2823 -------------------------------------------------------------------
2824 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
2825
2826 - make resolvable query complete exceptionless with the database
2827 - test that packages have some attributes
2828 - disable progress adaptor for now
2829 - revision 5977
2830 - version 3.11.7
2831
2832 -------------------------------------------------------------------
2833 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
2834
2835 - fixed unresolved symbols
2836 - revision 5972
2837 - version 3.11.6
2838
2839 -------------------------------------------------------------------
2840 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
2841
2842 - fixed TranslatedText creating unwanted entries.
2843 - fixed capability processing
2844 - revision 5964
2845 - version 3.11.5
2846
2847 -------------------------------------------------------------------
2848 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
2849
2850 - MediaSetAccess::release() added
2851 - Use attachDesiredMedia in MediaProducts
2852 - Progress reporting improved
2853 - revision 5959
2854 - version 3.11.4
2855
2856 -------------------------------------------------------------------
2857 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
2858
2859 - fixed parsing translated texts.
2860 - added source packages.
2861 - revision 5947
2862 - version 3.11.3
2863
2864 -------------------------------------------------------------------
2865 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
2866
2867 - repo callbacks fixed
2868 - Fixed YUM parser progress reporting
2869 - Added CombinedProgressData
2870 - make RepoImpl::resolvables() load lazy
2871 - MediaProducts added for scanning products file
2872 - Implement cache schema versioning and automatic invalidation of
2873   cache when schema changes
2874 - revision 5942
2875 - version 3.11.2
2876
2877 -------------------------------------------------------------------
2878 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
2879
2880 - Propagate pools repository_iterator to the UI
2881 - revision 5911
2882 - version 3.11.1
2883
2884 -------------------------------------------------------------------
2885 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
2886
2887 - Package::location is now returns an OnMediaLocation
2888 - archivesize() renamed to downloadSize()
2889 - Allow to iterate all Repositories that contribute
2890   Resolvables to the Pool.
2891 - MediaSetAccess::provideDir added
2892 - remove useless url check
2893 - add old-api-style wrapper
2894 - Add MediaProducts class
2895 - revision 5892
2896 - version 3.11.0
2897
2898 -------------------------------------------------------------------
2899 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
2900
2901 - function isInstalledBy/installs
2902   Added an initial installation flag which shows if the item has been
2903   triggered for installation, or the dependency is already satisfied.
2904 - Revision 5884
2905 - Version 3.4.0
2906
2907 -------------------------------------------------------------------
2908 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
2909
2910 - removed unused %{prefix}/lib/zypp from %files in spec file
2911 - revision 5870
2912
2913 -------------------------------------------------------------------
2914 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
2915
2916 - Old API (SourceManager, metadata parsers) dropped in favor of the
2917   new refactored ones (RepoManager, RepoParser(s), cache subtree,
2918   repo subtree).
2919 - Some new API improvements.
2920 - revision 5868
2921 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
2922
2923 -------------------------------------------------------------------
2924 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
2925
2926 - New API calls which provides more information about one
2927   resolvable after a solverrun:
2928   isInstalledBy (const PoolItem_Ref item);
2929   installs (const PoolItem_Ref item);
2930 - Revision 5835
2931
2932 -------------------------------------------------------------------
2933 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
2934
2935 - fix changelog entry order
2936
2937 -------------------------------------------------------------------
2938 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
2939
2940 - Ignore conflicting items which are uninstallable
2941 - Create a "needed by" info if a requirement is still fulfilled.
2942 - Allow only one needed_by and needed_by_capability in QueueItemInstall
2943 - Added capability and type (REQUIRE, RECOMMEND,....) to
2944   ResolverInfoNeededBy
2945 - Evaluate ResolverInfoNeededBy for more information in the error
2946   messages
2947 - Enlarge detail description in the error messages
2948 - Revision 5807
2949
2950 -------------------------------------------------------------------
2951 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
2952
2953 - Fixes for gcc-4.2
2954 - revision 5786
2955 - version 3.3.1
2956
2957 -------------------------------------------------------------------
2958 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
2959
2960 - fixed so versioning from libtool to cmake
2961 - 3.3.0
2962
2963 -------------------------------------------------------------------
2964 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
2965
2966 - Use gpg2 instead of gpg for keyring and make
2967   the package depend on it (#284211)
2968
2969 -------------------------------------------------------------------
2970 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
2971
2972 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
2973   New dependency "packageand(foo:bar)" which provides an AND dependency by
2974   injecting a supplement/freshen.
2975   e.G. package novell-cluster-services-kmp-smp
2976   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
2977   Bug 255011
2978 - Dont check for architecture changes in atoms (#266178)
2979 - Revision 5720
2980
2981 -------------------------------------------------------------------
2982 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
2983
2984 - Fixed package-manager script (#275847)
2985 - revision 5614
2986
2987 -------------------------------------------------------------------
2988 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
2989
2990 - fixed cmake
2991 - version 3.2.2
2992
2993 -------------------------------------------------------------------
2994 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
2995
2996 - Reduced logging in order to speedup solving Bug 275100
2997 - revision 5603
2998 - version 3.2.1
2999
3000 -------------------------------------------------------------------
3001 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
3002
3003 - Fix excess calls to releaseFile. (#274357)
3004 - revision 5545
3005
3006 -------------------------------------------------------------------
3007 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
3008
3009 - Fix importing keys into rpm. (#270125)
3010 - r5527
3011
3012 -------------------------------------------------------------------
3013 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
3014
3015 - Support filesystem dependencies to add needed filesystem RPMs
3016   automatically (Fate 301966).
3017 - revision 5404
3018 - version 3.2.0
3019
3020 -------------------------------------------------------------------
3021 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
3022
3023 - avoiding attaching media where not needed (#263207)
3024 - r5381
3025
3026 -------------------------------------------------------------------
3027 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
3028
3029 - fix FileCap with attributes
3030 - r5376
3031
3032 -------------------------------------------------------------------
3033 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
3034
3035 - Fixed computation of install order. Take requirements of
3036   an installed packages uninstall scripts into account, if
3037   the package is updated. (#258682)
3038 - revision 5349
3039 - version 3.1.1
3040 -------------------------------------------------------------------
3041 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
3042
3043 - Parse and provide package keywords. (Fate 120368)
3044 - revision 5338
3045 - version 3.1.0
3046
3047 -------------------------------------------------------------------
3048 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
3049
3050 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
3051   Ask the user. Bug 258322
3052 - revision 5305
3053 - version 3.0.3
3054
3055 -------------------------------------------------------------------
3056 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
3057
3058 - Fix restoring of Sources id root prefix is used. (#238165)
3059 - revision 5299
3060 - version 3.0.2
3061
3062 -------------------------------------------------------------------
3063 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
3064
3065 - MediaManager::attachDesiredMedia() added to support multiple
3066   (CD/DVD) drives (fate #3974)
3067 - r5296
3068
3069 -------------------------------------------------------------------
3070 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
3071
3072 - If there is no valid solver result and NOT all resolvables ( other
3073   architecture) has been regarded, let the user decide making a new
3074   solver run with ALL available resolvables. Bug 223440
3075 - reducing logging (error -> debug)  bug 252921
3076 - Revision 5219
3077
3078 -------------------------------------------------------------------
3079 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
3080
3081 - Allow configuration of trusted vendors via
3082   /var/lib/zypp/db/trustedVendors. (#186636)
3083 - revision 5194
3084 - version 3.0.1
3085
3086 -------------------------------------------------------------------
3087 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
3088
3089 - libzypp-devel -> libzypp requirement is not versioned
3090   (#251086)
3091 - r5181
3092
3093 -------------------------------------------------------------------
3094 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
3095
3096 - Using already existing valid solver results for further solver runs.
3097   (partiell solving)
3098 - r5169
3099
3100 -------------------------------------------------------------------
3101 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
3102
3103 - fix link order
3104 - r5165
3105
3106 -------------------------------------------------------------------
3107 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
3108
3109 - merging from 10.2 / SP1
3110 - #247459 ftp probing
3111   denied == dont exists in ftp
3112 - r5124
3113
3114 -------------------------------------------------------------------
3115 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
3116
3117 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
3118 - Simultaneouqusly establishing of items which are conflicting eachother is
3119   useless. So only one will be established. Fixed in QueueItemInstall.cc
3120   Bug 243595
3121 - Added new upgrade options to fine tune version and patch handling.
3122   (F301990)
3123 - The context of establishPool will be stored in Resolver and will be
3124   regarded for the next solver run everytime. So it will be not reset by
3125   any solver run anymore.
3126   bug 191810 ( A broken patch will not be installed again)
3127
3128 -------------------------------------------------------------------
3129 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
3130
3131 - adding sotf,timeo=X nfs mount options by default (#235211)
3132 - r5093
3133
3134 -------------------------------------------------------------------
3135 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
3136
3137 - support for HTTP authentication prompt added (#190609)
3138 - fixed problem with empty path in URL
3139   in MediaCurl::doGetFileCopy()
3140 - r5085
3141
3142 -------------------------------------------------------------------
3143 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
3144
3145 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
3146   SuSE-Linux-10_2-Branch
3147
3148 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
3149 - verifySystem: The result will be set to APPL_HIGH, so it will be not
3150   reset by a second "normal" solver run. #239281 (schubi)
3151 - yast2 reports invalid URL as 'unknown source type'
3152   (#209961) (dmacvicar)
3153 - Added freshen language dependency in supplemements too if there is no
3154   entry in supplements.
3155   #240617;IPA fonts are not installed even if select Japanese
3156   language (schubi)
3157 - Setting allowed authentication methods to "basic,digest" if none
3158   provided in URL (#243006) (jkupec)
3159 - Stopping after 50 valid solver results. Anymore would be useless. Bug
3160   243595 (schubi)
3161 - r 5007
3162
3163 -------------------------------------------------------------------
3164 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
3165
3166 - package-manager: use a generic su script from XDG (#235303, #244442)
3167
3168 -------------------------------------------------------------------
3169 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
3170
3171 - Setting allowed authentication methods to "basic,digest" if none
3172   provided in URL (#243006)
3173 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
3174   (mvidner)
3175 - r4999
3176
3177 -------------------------------------------------------------------
3178 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
3179
3180 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
3181   (#222602)
3182 - 4984
3183
3184 -------------------------------------------------------------------
3185 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
3186
3187 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
3188
3189 - update packages: changing architecture is only valid while an
3190   system update and NOT while an update via a patch. Last fix does
3191   not fit for every case.
3192   Bug 230685
3193 - Patch has selected not the concerning package for update but
3194   a package which has provided the required dependencies too.
3195   Algorithmus: If there are exactly two providers which differ in architecture
3196                prefer the better arch.
3197   Fix: Regarding NVRA too. ( only if equal )
3198   Bug 238284
3199 - Download only English and Local translation
3200   (#208457)
3201 - Added solver parameter:
3202    tryAllPossibilities: regarding every solver branch ( not only
3203                         branches with e.G. best architectures
3204    preferHighestVersion: Prefer solver results which have a higher
3205                          version number.
3206   Bug #238087
3207 - update packages: changing architecture is only valid while an
3208   system update and NOT while an update via a patch.
3209   Bug 230685 - x86_64 MozillaFirefox binaries in security update
3210   repository
3211   Fix of version 2.11.2 has not worked if the first founded item
3212   had had another architecture.
3213 - r4927
3214
3215 -------------------------------------------------------------------
3216 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
3217
3218 - added ZYpp::getPartitions() - return the partitinoning
3219
3220 -------------------------------------------------------------------
3221 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
3222
3223 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
3224 - Corrupt download cannot be skipped
3225   (#217425 and #224216)
3226 - Enable package read ahead/caching in commit per default to reduce
3227   interactive media changes. If the environment variable
3228   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
3229 - added parameter not to reset resolver results while calling
3230   freshen pool Bug: 235761
3231 - Prepare package read ahead/caching of packages in commit. Adatped the
3232   workflow. Caching details are now hidden inside CommitPackageCache.
3233   The current implementation still performs no read ahead. (for F100182)
3234 - Skip invalid or broken rpm database entries. (#231211)
3235 - verifySystem: check if the solution is valid after calling freshenPool()
3236   Bug: 235761
3237 - Added own call for Resolver::verifySystem with additional
3238   hardware/language check in order to keep binary compatibility
3239   Fate #301224
3240 - Rpm requires additional quoting of special chars in filenames.
3241   (#233967)
3242 - Resolver::verifySystem checks for new hardware now by calling
3243   freshenPool. This is configureable. Fate #301224
3244 - merged texts from proofread
3245 - Don't consider patch/delta rpms if package architecture changes.
3246   (#231254)
3247 - update packages: changing architecture is only valid while an
3248   system update and NOT while an update via a patch.
3249   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
3250 - verifySystem: Do only regard items which will be on the system after the
3251   commit. Fate 301178
3252 - feature #301369
3253   Import listed GPG Keys from an trusted installation source
3254 - fix return call in new xml parser
3255 - Enable system resolvables in Helix parser (Revision 4787)
3256 - deptestomatic:
3257   Resetting transaction with the correct call;
3258   bugfix; Added kind in keep state (Revision 4788)
3259 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
3260   soft (Revision 4789)
3261 - New call added: maySetToBeUninstalledSoft (Revision 4789)
3262   Both are only functions for the solver (Revision 4789)
3263 - Resetting "by causer" in order to distinguish from state
3264   "keep by user". ( function setLock in order to remove lock)
3265   (Revision 4789)
3266 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
3267   in QueueItemUninstall.cc (Revision 4790)
3268 - Regarding "keep state by user". So avoiding "reselecting" by
3269   other requirements.
3270   Give a corresponding problem solution if a resolvable satisfy
3271   a dependency, but has been set to keep by the user.
3272   Bug : 222531 (Revision 4791)
3273 - Allow to disable autoprotection of foreign vendor items. Required
3274   in zmd-backend. (F301735).
3275 - use sqlite-zmd if using > 10.2 in spec. Use the one available
3276   durin compile.
3277 - Item could has already been selected to soft uninstall (e.G. remove
3278   pattern which recommend this item ). Do not throw an exception anymore.
3279   bug#225278
3280 - Added syscontent::Reader: Parse serialized set of ResObjects.
3281   (for F300729)
3282 - If there has already been selected another item by the solver (e.g. from
3283   another source) we will take thatone in order to avoid parallel
3284   installation and there concerning error messages.
3285   Bug 224698
3286 - In order to handle conflicting resolvable we try to update the
3287   conflicting item. While evaluating these canditates an already selected
3288   candidate will not be regarded. So it could be that an older package
3289   will be selected for update although a newer has already been selected. Revision 4765
3290 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
3291   update candidate and evaluate additional branches.
3292 - r4907
3293
3294 -------------------------------------------------------------------
3295 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
3296
3297 - Improved realpath() wrapper in media handler class (#222521).
3298 - revision 4758
3299
3300 -------------------------------------------------------------------
3301 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
3302
3303 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
3304 - revision 4713
3305
3306 -------------------------------------------------------------------
3307 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
3308
3309 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
3310   because backend uses this sqlite and it is no fun to
3311   install one and the other to develop (as the -devel packages)
3312   conflict.
3313 - add cmake support for building zypp/ lib.
3314   TODO: soinfo, compile testcases, devel, zypp2,docs
3315   find rpm, curl and others.
3316 - dont serialize interactive, as it is
3317   calculated now.
3318   (it was already fixed as we don't reimplement
3319   the method, but we still serialized, parsed)
3320 - r4709
3321
3322 -------------------------------------------------------------------
3323 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
3324
3325 - fixed Patch::interactive to return true as well, if the patch
3326   itself has a licence. (#224192)
3327 - revision 4702
3328 - version 2.9.2
3329
3330 -------------------------------------------------------------------
3331 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
3332
3333 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
3334   on the installation image (#213852).
3335 - revision 4700
3336
3337 -------------------------------------------------------------------
3338 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
3339
3340 - Avoid duplicate pool entries; Bug 223750; second part of the fix
3341 - r4698
3342 - Version 2.9.1
3343
3344 -------------------------------------------------------------------
3345 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
3346
3347 - Pool has multi instances of an item in the pool. Reduced this error
3348   to items which are identically at least. #217574 and #223750
3349 - r4695
3350
3351 -------------------------------------------------------------------
3352 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
3353
3354 - replace spaces to underscores in product names
3355 - 2.8.7
3356 - r4688
3357
3358 -------------------------------------------------------------------
3359 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
3360
3361 - Mark some strings for translation (#219783 need it)
3362 - r4682
3363
3364 -------------------------------------------------------------------
3365 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
3366
3367 - Added translations marks to hal, url and mutex exceptions (#23771)
3368 - revision 4680
3369
3370 -------------------------------------------------------------------
3371 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
3372
3373 - don't make libzypp-devel depend on sqlite-devel as
3374   headers from zypp2 are not installed yet
3375 - r4663
3376
3377 -------------------------------------------------------------------
3378 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
3379
3380 - Return an error if fork failed. (#204807)
3381 - Make Script execution abortable by user request. (#212949, F100233)
3382 - revision 4660
3383 - version 2.8.6
3384
3385 -------------------------------------------------------------------
3386 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
3387
3388 - Added package-manager wrapper script, with icon and .desktop (#222757).
3389   (Used by gnome-main-menu)
3390 - version 2.8.5
3391 - r4640
3392
3393 -------------------------------------------------------------------
3394 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
3395
3396 - Fixed target/hal - one more dbus_connection_close found (#216035)
3397 - revision 4636
3398 - version 2.8.4
3399
3400 -------------------------------------------------------------------
3401 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
3402
3403 - translation added
3404   rev 4630
3405   version 2.8.3
3406
3407 -------------------------------------------------------------------
3408 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
3409
3410 - Process obsoletes when installing non-package objects. (#217352)
3411 - revision 4621
3412 - version 2.8.2
3413
3414 -------------------------------------------------------------------
3415 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
3416
3417 - Implemented volume device check using /sbin/vol_id (#213852).
3418 - Revision 4619
3419
3420 -------------------------------------------------------------------
3421 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
3422
3423 - new translation added
3424
3425 -------------------------------------------------------------------
3426 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
3427
3428 - Implemented an reuse of already existing foreign CD/DVD mount points
3429   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
3430 - Added a fallback check of the volume.mount_point HAL property to
3431   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
3432   to be not avaliable in newer HAL versions (on 10.2).
3433 - Revision 4615
3434 - Version 2.8.1
3435
3436 -------------------------------------------------------------------
3437 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
3438
3439 - removed unused methods from Patch and PatchImplIf. Provided
3440   reasonable default implementation for Patch::interactive.
3441   (#221476).
3442 - revision 4610
3443 - Version 2.8.0
3444
3445 -------------------------------------------------------------------
3446 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
3447
3448 - Handle media eject failures (#216545)
3449 - r4606
3450
3451 -------------------------------------------------------------------
3452 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
3453
3454 - Reimplemented RpmDb::checkPackage using librpm API instead
3455   of parsing "rpm --checksig" output. (#163202)
3456 - Version 2.7.4
3457 - revision 4600
3458
3459 -------------------------------------------------------------------
3460 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
3461
3462 - NEW behaviour of the solver:
3463   Obsolete virtual provides. E.G.:
3464
3465   Installed:
3466   -----------
3467   Name:           test-1.0-0
3468
3469   Name:           moretest-1.0-0
3470   Provides:       test
3471
3472   To be installed
3473   ------------------
3474   Name:           nomoretest-1.0-0
3475   Obsoletes:      test
3476
3477   Result
3478   --------
3479   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
3480   test-1.0-0 had been deleted. Bug 220999
3481
3482 - Translations added
3483
3484 Version 2.7.3
3485 rev 4593
3486
3487 -------------------------------------------------------------------
3488 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
3489
3490 - Bugfix in generating solver testcases:
3491    - added kind of capabilities in description file
3492    - removed unneded channel from uninstall in command file
3493
3494 -------------------------------------------------------------------
3495 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
3496
3497 - Try to call /bin/eject utility if the eject-ioctl fails.
3498 - r4568
3499
3500 -------------------------------------------------------------------
3501 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
3502
3503 - ignore empty capabilities
3504 - r4565
3505
3506 -------------------------------------------------------------------
3507 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
3508
3509 - make progress strings translatable (#219783)
3510 - r4556
3511
3512 -------------------------------------------------------------------
3513 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
3514
3515 -  While deleting a selection all concerning recommended
3516    packages will be deleted too.
3517    BUT those packages should not be deleted which have been
3518    set to KEEP by the user. bug 217574
3519    rev 4526
3520    VERSION: 2.7.2
3521
3522 -------------------------------------------------------------------
3523 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
3524
3525 - Makefile in zypp2 fixed
3526   Revision 4520
3527
3528 -------------------------------------------------------------------
3529 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
3530
3531 - Translations added
3532   Revision 4514
3533   VERSION: 2.7.1
3534
3535 -------------------------------------------------------------------
3536 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
3537
3538 - Make the parser more strict, rejecting broken sources
3539   but showing the error line.
3540   Last fix making the parser relax would break multitag
3541   descriptions with empty lines, now we check dependencies
3542   at a higher level. (reference #160607)
3543 - r4501
3544
3545 -------------------------------------------------------------------
3546 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
3547
3548 - New problem solution added: Unlock ALL resovables in order to speed up
3549   problem solution. Bug 206453
3550
3551 -------------------------------------------------------------------
3552 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
3553
3554 - Translations added
3555
3556 -------------------------------------------------------------------
3557 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
3558
3559 - Fixed target/hal - removed dbus_connection_close calls, because
3560   the connections are shared; unref the ref-counted handle only.
3561   (#216035)
3562 - r4442
3563
3564 -------------------------------------------------------------------
3565 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
3566
3567 - skipping unreachable packages won't work
3568   (#215445)
3569 - r4468
3570
3571 -------------------------------------------------------------------
3572 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
3573
3574 - (#213793) Target store fails to recreate stored install-time (other
3575   Date and ByteCount values as well)
3576
3577 - skip comments and blank lines in multilists
3578   fixes (#214877) - zen-updater is not installed by default
3579
3580 - Automatically fix broken products when reading
3581   the product database.
3582   still pending: honour the read-only flag
3583   Changes to make this possible include
3584   using read_dir instead of boost directory
3585   iterator.
3586
3587 -------------------------------------------------------------------
3588 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
3589
3590 - added new class for generating solver testcases:
3591   Testcase
3592
3593 -------------------------------------------------------------------
3594 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
3595
3596 - Finalized ui::PatternContents. (F301229)
3597 - version 2.7.0
3598 - revision 4413
3599
3600 -------------------------------------------------------------------
3601 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
3602
3603 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
3604 - version 2.6.0
3605
3606 -------------------------------------------------------------------
3607 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
3608
3609 - Added ui::PatternContents: Helper class that will compute a patterns
3610   expanded install_packages set. (UI interface for F301229)
3611 - revision 4387
3612
3613 -------------------------------------------------------------------
3614 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
3615
3616 - removed the last reference to /usr/lib64 to fix the build
3617
3618 -------------------------------------------------------------------
3619 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
3620
3621 - added "zypper info" (jkupec)
3622 - version 2.5.2
3623
3624 -------------------------------------------------------------------
3625 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
3626
3627 - fix rpm db timestamp
3628 - add extra urls and optional urls to product API
3629 - r4378
3630
3631 -------------------------------------------------------------------
3632 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
3633
3634 - zypper: nicer progress reports, with or without --verbose.
3635
3636 -------------------------------------------------------------------
3637 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
3638
3639 - Fixed reloading of target data after commit. Broken since
3640   rev 3880.
3641 - version 2.5.1
3642 - revision 4365
3643
3644 -------------------------------------------------------------------
3645 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
3646
3647 - put query-pool in /usr/lib/zypp and not lib64
3648 - r4363
3649
3650 -------------------------------------------------------------------
3651 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
3652
3653 - revert keyring changes, causes endless loop (obvious)
3654 - add dist-product information, adapt store
3655 - version 2.5.0
3656 - r4355
3657
3658 -------------------------------------------------------------------
3659 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
3660
3661 - zypp-query-pool: For products show additionally distributionName
3662   and distributionEdition. (required by #205392)
3663 - revision 4349
3664
3665 -------------------------------------------------------------------
3666 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
3667
3668 - Add accessor for Product distributionName and distributionEdition.
3669   (required by #205392)
3670 - revision 4347
3671
3672 -------------------------------------------------------------------
3673 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
3674
3675 - added test case for KeyRing
3676 - fire trustedKeyAdded in all calls to import trusted key
3677   not only in signature check workflow.
3678 - r4342
3679
3680 -------------------------------------------------------------------
3681 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
3682
3683 - zypper update: implemented minimal version (patches only)
3684 - zypper list-updates: changed default type from package to patch,
3685   consider patches affecting the package manager separately
3686
3687 -------------------------------------------------------------------
3688 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
3689
3690 - version 2.4.1
3691 - r4338
3692
3693 -------------------------------------------------------------------
3694 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
3695
3696 - add zypp-query-pool, so registration doesn't depend on
3697   libzypp-zmd-backend being installed. Will remove from
3698   backend when suseregister gets updated.
3699
3700 -------------------------------------------------------------------
3701 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
3702
3703 - Make sure config.rpath is present.
3704
3705 -------------------------------------------------------------------
3706 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
3707
3708 - zypper search: fixed uninitialized members that made all searches
3709   exact and case sensitve
3710
3711 -------------------------------------------------------------------
3712 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
3713
3714 - zypp-checkpatches, write in the right file
3715 - r4328
3716
3717 -------------------------------------------------------------------
3718 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
3719
3720 - Install resolvables although they are unneeded
3721   if they have NOT the kind patch/atoms
3722   Bug 210538 - freshens/supplements does not work with patterns
3723 - r4326
3724
3725 -------------------------------------------------------------------
3726 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
3727
3728 - zypper service-add -r http://example.org/foo.repo (F#300641).
3729
3730 -------------------------------------------------------------------
3731 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
3732
3733 - zypp-checkpatches:
3734   save version of the generated xml to
3735   regenerate it if it changes.
3736   save a random token in case of error to
3737   force recreating xml file
3738 - r4321
3739
3740 -------------------------------------------------------------------
3741 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
3742
3743 - remove permissions for zypp checkpatches from spec
3744 - r4318
3745
3746 -------------------------------------------------------------------
3747 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
3748
3749 - registration fails because of wrong product data
3750   (#205392)
3751   use DISTPRODUCT,DISTVERSION to create the product
3752   resolvable. have this resolvable provide
3753   PRODUCT = VERSION
3754 - r4312
3755
3756 -------------------------------------------------------------------
3757 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
3758
3759 - zypper service-add -r ./foo.repo (F#300641).
3760
3761 -------------------------------------------------------------------
3762 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
3763
3764 - zypper: added case-sensitive search, search in descriptions and
3765   summaries, search by resolvable type, substring and word
3766   matching, support for wildcards
3767 - Revision 4303
3768
3769 -------------------------------------------------------------------
3770 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
3771
3772 - Prevent the user from sending signals to zypp-checkpatches-wrapper
3773   (#211286).
3774
3775 -------------------------------------------------------------------
3776 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
3777
3778 - Dont incomplete an uninstalled resolvable, even not when establishing.
3779   Incomplete only makes sense for installed resolvables (when they have broken
3780   deps), for patches (because they are needed) and for atoms (because they are
3781   used during patch calculation)
3782   Bug 198379
3783
3784 - Do not branch for packages with the same NVE but different architectures.
3785   Take the best architecture.
3786
3787 -------------------------------------------------------------------
3788 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
3789
3790 - implement rename source in sourcemanager
3791 - r4286
3792
3793 -------------------------------------------------------------------
3794 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
3795
3796 - YaST sources: set alias to product summary if empty
3797 - show alias on logs.
3798 - r4281
3799
3800 -------------------------------------------------------------------
3801 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
3802
3803 - version 2.4.0 (bin incompat due to callback fixes)
3804 - r4272
3805
3806 -------------------------------------------------------------------
3807 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
3808
3809 - Provide additional solver status information to the UI.
3810   (#162164,F301272)
3811 - Fixed UI satus computation in presence of multiple available
3812   candidates.
3813 - revision 4264
3814 - version 2.3.1
3815
3816 -------------------------------------------------------------------
3817 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
3818
3819 - remove const in MediaChangeReport requestMedia that
3820   broke cd changing.
3821 - r4262
3822
3823 -------------------------------------------------------------------
3824 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
3825
3826 - zypper: added search (jkupec)
3827 - removed the suid bit from zypp-checkpatches-wrapper so that the
3828   build passes until permissions.rpm is updated (~#211286).
3829 - r4253
3830
3831 -------------------------------------------------------------------
3832 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
3833
3834 - Log microseconds if ZYPP_PROFILING env var is enabled.
3835 - r4252
3836
3837 -------------------------------------------------------------------
3838 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
3839
3840 - YaST sources:
3841   Factory cannot be set with 'refresh' enabled
3842   (#204957)
3843 - get rid of some const bool signatures in Source classes
3844 - r4247
3845
3846 -------------------------------------------------------------------
3847 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
3848
3849 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
3850
3851 -------------------------------------------------------------------
3852 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
3853
3854 - select the best solution: prefering the total amount of install/update
3855   packages BEFORE source preferences. Bug 208784
3856
3857 -------------------------------------------------------------------
3858 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
3859
3860 - Introduce a method to see if a source supports a
3861   kind of resolvable at that time, so we can
3862   init a YUM source like factory but avoid parsing
3863   it if it contains no patches.
3864 - add TODO
3865 - zypp-checkpatches xml output
3866 - r4235
3867
3868 -------------------------------------------------------------------
3869 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
3870
3871 - added a CLI preview: zypper
3872 - revision 4214
3873 - version 2.2.3
3874
3875 -------------------------------------------------------------------
3876 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
3877
3878 - FATE #100165:
3879   Make Content File Aware of Different Architectures
3880   expand %a in release notes with architecture
3881
3882 -------------------------------------------------------------------
3883 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
3884
3885 - Extended pattern parser to support includes/extends tags as hint
3886   for the IO. (F301229)
3887 - revision 4199
3888 - version 2.2.2
3889
3890 -------------------------------------------------------------------
3891 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
3892
3893 - Enabled sending of ScriptResolvableReport.
3894 - Changed ScriptResolvableReport::start to send local path
3895   of script to be executed.
3896 - revision 4190
3897 - version 2.2.1
3898
3899 -------------------------------------------------------------------
3900 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
3901
3902 - Added ScriptResolvableReport. Callbacks triggered on script
3903   execution during commit. (F100233)
3904 - revision 4187
3905 - version 2.2.0
3906
3907 -------------------------------------------------------------------
3908 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
3909
3910 - fix: Url::getRegisteredSchemes() would always return nothing
3911
3912 -------------------------------------------------------------------
3913 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
3914
3915 - Made the build dependency on gettext-devel explicit
3916
3917 -------------------------------------------------------------------
3918 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
3919
3920 - adapted multi-media YUM sources according to official YUM
3921   specification (F300743)
3922
3923 -------------------------------------------------------------------
3924 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
3925
3926 - use RPM_OPT_FLAGS (meissner@suse.de)
3927
3928 -------------------------------------------------------------------
3929 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
3930
3931 - SourceFactory::createFrom() - don't loose url,...
3932 - r4160
3933
3934 -------------------------------------------------------------------
3935 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
3936
3937 - reduce logging in ResolvableImpl.cc
3938 - rev 4157
3939
3940 -------------------------------------------------------------------
3941 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
3942
3943 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
3944   in QueueItemInstall and QueueItemRequire
3945   Bug 192535/204913
3946   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
3947
3948 -------------------------------------------------------------------
3949 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
3950
3951 - fixed SourceFactory::createFrom() - don't loose alias,
3952   cachedir,... parameters
3953
3954 -------------------------------------------------------------------
3955 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
3956
3957 - Use RPM Enhances only if detected at configure time, to allow
3958   compilation with older rpm.
3959 - callback params: use const string & instead of string (dmacvicar)
3960
3961 -------------------------------------------------------------------
3962 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
3963
3964 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
3965   a package/script/message
3966   Bug: 192535
3967
3968 -------------------------------------------------------------------
3969 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
3970
3971 - add Source_Ref::checksum() which in combination with
3972   timestamp can give an idea of a source change.
3973 - r4106
3974
3975 -------------------------------------------------------------------
3976 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
3977
3978 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
3979   enable progress reporting on compressed streams.
3980
3981 -------------------------------------------------------------------
3982 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
3983
3984 - better error propagation
3985 - r4096
3986
3987 -------------------------------------------------------------------
3988 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
3989
3990 - Removed libblkid dependency - the workaround using libblkid to
3991   check filesystem on XEN vbd mapped devices is obsolete, because
3992   the info is avaliable via /dev/disk/by-label link now. (#197107)
3993 - revision 4087
3994
3995 -------------------------------------------------------------------
3996 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
3997
3998 - PackageProvider: Fixed broken retry. (#202163)
3999 - revision 4071
4000
4001 -------------------------------------------------------------------
4002 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
4003
4004 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
4005   to create a Package from a source package header.
4006 - Added method Pathname::extension: Return all of the characters in name
4007   after and including the last dot in the last element of name.
4008 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
4009   rpms. Otherwise we'd need access to the rpm database to get the keys.
4010 - revision 4069
4011
4012 -------------------------------------------------------------------
4013 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
4014
4015 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
4016   a package/script/message
4017   Bug: 192535
4018
4019 -------------------------------------------------------------------
4020 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
4021
4022 - Speedup computation of number of rpm database entries.
4023 - revision 4058
4024
4025 -------------------------------------------------------------------
4026 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
4027
4028 - Fixed endless loop in transactResObject
4029   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
4030
4031 -------------------------------------------------------------------
4032 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
4033
4034 - fix some testcases for tar file parser changes
4035 - r4045
4036
4037 -------------------------------------------------------------------
4038 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
4039
4040 - missing includes
4041 - clean old callbacks
4042 - r4041
4043
4044 -------------------------------------------------------------------
4045 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
4046
4047 - zyppPattern->install_packages returns SUGGESTED package too.
4048   Bug 201476
4049   Revision 4036
4050
4051 -------------------------------------------------------------------
4052 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
4053
4054 - New behaviour in the solver: try with 'best' package first, try with 'all'
4055   packages if this fails.
4056   Bug :Bug 191983
4057
4058 -------------------------------------------------------------------
4059 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
4060
4061 - libzypp 2.1.0
4062 - bump version due to incompatible callback changes in KeyRing
4063   Sources
4064
4065 -------------------------------------------------------------------
4066 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
4067
4068 - new keyring callbacks
4069 - separate trust key from import key
4070 - use PublicKey class instead of params, to be able
4071   to add more info like photos later (pending #181682)
4072 - update zmart with those callbacks.
4073 - better error handling (Exception types)
4074 - make tmp file names more readable depending on the context
4075 - r4026
4076
4077 -------------------------------------------------------------------
4078 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
4079
4080 - decouple probing from source creation, using the new
4081   media test for existence functions.
4082 - r4019
4083
4084
4085 -------------------------------------------------------------------
4086 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
4087
4088 - Fixed getDoesFileExist to reset the transfer range
4089 - Added logging of curl debug messages to the zypp log.
4090   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
4091   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
4092 - r4018
4093
4094 -------------------------------------------------------------------
4095 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
4096
4097 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
4098   see rev 3810 below. (#190163)
4099 - rev 3998
4100
4101 -------------------------------------------------------------------
4102 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
4103
4104 - fix uninstalling of atoms (noop)
4105 - r3995
4106
4107 -------------------------------------------------------------------
4108 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
4109
4110 - Implement initial verson of Media
4111   doesFileExist, for future source probing.
4112 - r3984
4113
4114 -------------------------------------------------------------------
4115 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
4116
4117 - more dbus_connection_close fixes
4118 - r3974
4119
4120 -------------------------------------------------------------------
4121 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
4122
4123 - clean up 'incomplete' handling in QueueItemEstablish.
4124 - rev 3973.
4125
4126 -------------------------------------------------------------------
4127 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
4128
4129 - Don't set 'incomplete' for uninstalled patterns or products.
4130   (#198379)
4131 - rev 3970.
4132
4133 -------------------------------------------------------------------
4134 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
4135
4136 - Added new API calls:
4137   setAdditionalProvide
4138   setAdditionalConflict
4139   setAdditionalRequire
4140
4141 -------------------------------------------------------------------
4142 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
4143
4144 - don't link examples to testsuite library.
4145
4146 -------------------------------------------------------------------
4147 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
4148
4149 - Disable profiling to work around compiler bug.
4150
4151 -------------------------------------------------------------------
4152 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
4153
4154 - forward port 3924:3939
4155 - Add explicit finish callbacks for subtasks during ProvidePackage
4156  Â to avoid UI confusion.
4157 - rev3957
4158
4159 -------------------------------------------------------------------
4160 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
4161
4162 - Introduce examples/
4163 - fix some svn ignores
4164 - fix compilation. Use: dbus_connection_close
4165 - rev 3943
4166
4167 -------------------------------------------------------------------
4168 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
4169
4170 - Initial support for plain directory with rpms as source
4171 - r3935
4172
4173 -------------------------------------------------------------------
4174 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
4175
4176 - Move the target query by kind function to
4177   a iterator, so we dont make a copy of the restore
4178   the iterator works loading by demand too
4179
4180 -------------------------------------------------------------------
4181 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
4182
4183 - rename the new initTarget to initializeTarget,
4184   leave the old one as is, but deprecate it.
4185 - r3903
4186
4187 -------------------------------------------------------------------
4188 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
4189
4190 - forward port from SLES10 branch , till 3888
4191 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
4192   full packages. (#168844)
4193 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
4194 - version 2.0.0
4195 - rev 3893
4196
4197 -------------------------------------------------------------------
4198 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
4199
4200 - Separate target init from adding resolvables, getting rid of the
4201 uggly bool flag.
4202 - dont clear the store each time Target::resolvables is called
4203 - Load target resolvables on demand by kind, keep them cached later
4204 - add Target::resolvablesByKind(kind) to allow query specific kind
4205   without reading all kinds. Used to port TargetProduct, which
4206   was reading the whole rpm database only to displayy base product
4207   name in YaST help.
4208 - commit to pkg-bindings and packager will follow.
4209 - jsrain will port more yast stuff, especially inst_source which
4210   startup time should by reduced by half afterwards.
4211 - rev 3880
4212
4213 -------------------------------------------------------------------
4214 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
4215
4216 - forward port:
4217   rev 3786 fix to stalle tmpfiles broke patches.
4218   SLES was released with this broken. 10.1 has a blocked
4219   zypp update because this.
4220   Attempt to fix this. (#192535)
4221 - fix configure.ac sqlite-source build path
4222 - rev 3858
4223
4224 -------------------------------------------------------------------
4225 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
4226
4227 - link correctly
4228
4229 -------------------------------------------------------------------
4230 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
4231
4232 - dont link sqlite in the main lib.
4233 - rev 3826
4234
4235 -------------------------------------------------------------------
4236 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
4237
4238 - susetags: parse product parser regexp only once
4239 - parse yum factory 5 sec. (from 30) faster using
4240   another string find algorithm
4241 - rev 3824
4242
4243 -------------------------------------------------------------------
4244 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
4245
4246 - Digest: Don't read the stream character wise but reading blocks,
4247   as advised by matz profiling.
4248 - r3819
4249
4250 -------------------------------------------------------------------
4251 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
4252
4253 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
4254   trusted vendors. (#189573)
4255 - revision 3804
4256
4257 -------------------------------------------------------------------
4258 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
4259
4260 - backport fix for stalle tmpfile (#191311)
4261 - rev 3788
4262
4263 -------------------------------------------------------------------
4264 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
4265
4266 - deactivated media manager code that was disabling the
4267   automounter (#172419)
4268 - rev 3724
4269
4270 -------------------------------------------------------------------
4271 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
4272
4273 - fix autorefresh (#186115)
4274 - revision 3708
4275 -------------------------------------------------------------------
4276 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
4277
4278 - forward port from SLE branch
4279 - Set default permission for logfiles to 0640. (#187044)
4280 - revision 3696
4281
4282 -------------------------------------------------------------------
4283 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
4284
4285 - forward port from SLE branch
4286 - Fixed installation of SP or Add-On product switching to media 2
4287   too early. (#186607)
4288 - revision 3691
4289
4290 -------------------------------------------------------------------
4291 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
4292
4293 - forward port from SLE branch
4294 - Strip self provides without edition in Resolvable ctor.
4295   (#186079)
4296 - Source::provideResolvables not implemented in yum source type.
4297   Product not set for packages that are available from update source
4298   (#186920)
4299 - Hook modalias() supplements without package to "kernel" (#184840)
4300 - Allow on-demand SourceManager::restore() (#186678)
4301 - Hook modalias() supplements without package to "kernel" (#184840)
4302 - rev 3676
4303
4304 -------------------------------------------------------------------
4305 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
4306
4307 - Fix adding resolving of path names for mount points (#181606)
4308 - rev 3658
4309
4310 -------------------------------------------------------------------
4311 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
4312
4313 - merge download algorithm and refactoring from branch
4314   (#181204)
4315
4316 -------------------------------------------------------------------
4317 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
4318
4319 - autodocs: use find+xargs to overcome command length limit,
4320   do not call doxygen unnecessarily (#185334).
4321 - rev 3645
4322
4323 -------------------------------------------------------------------
4324 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
4325
4326 - Dont use getZYpp in static constructor (#185198)
4327   Bugfix #178292 was wrong.
4328 - Only warn on incompleting installed resolvables (#185197)
4329 - rev 3644
4330
4331 -------------------------------------------------------------------
4332 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
4333
4334 - Atoms might only be installed via patches (#184714)
4335 - rev 3642
4336
4337 -------------------------------------------------------------------
4338 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
4339
4340 - fix for the last stall tmpfile (#178292)
4341 - r3637
4342
4343 -------------------------------------------------------------------
4344 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
4345
4346 - Implemented transfer timeout inside of the progress callback.
4347   The timeout value can be set using timeout url parameter, the
4348   default transfer timeout is 180 seconds. (#181602)
4349 - Added ssl_verify and ssl_capath url options used in https scheme,
4350   allowing to change or disable the ssl verify options. (#171622)
4351 - Added fallback on read failures of /etc/mtab to /proc/mounts.
4352   Improved verbosity in mount and mount check related failure cases,
4353   incl. /etc/mtab dump. (#181606)
4354 - rev 3623
4355
4356 -------------------------------------------------------------------
4357 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
4358
4359 - combine knownAliases and knownUrls in a single function.
4360 - rev 3616
4361
4362 -------------------------------------------------------------------
4363 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
4364
4365 - honor parallel installs in resolver context (#181103)
4366 - rev 3592
4367
4368 -------------------------------------------------------------------
4369 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
4370
4371 - right fix for tmpdir initialized in static constructor
4372 - catch around provideJustFile in providePackage
4373 -rev 3654
4374
4375 -------------------------------------------------------------------
4376 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
4377
4378 - fix #182003 YUM packages without size
4379 - rev 3587
4380
4381 -------------------------------------------------------------------
4382 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
4383
4384 - Allow to restore and remove by Url
4385 - rev 3583
4386
4387 -------------------------------------------------------------------
4388 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
4389
4390 - make atoms parallel installable (#181103)
4391 - rev 3580
4392
4393 -------------------------------------------------------------------
4394 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
4395
4396 - Allow to restore by alias
4397 - r3568
4398
4399 -------------------------------------------------------------------
4400 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
4401
4402 - Do not fork in a global destructor, perl dislikes it (#182672).
4403   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
4404
4405 -------------------------------------------------------------------
4406 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
4407
4408 - Installation: Assert product information is stored to libzypp
4409   database before reboot. (#181198)
4410 - Version 1.2.0; revision 3553
4411
4412 -------------------------------------------------------------------
4413 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
4414
4415 - Synchronize keys with rpm database before
4416   closing access to it (#182338)
4417 - rev 3533
4418
4419 -------------------------------------------------------------------
4420 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
4421
4422 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
4423   filter out the non-DVD drives completely. Allows a fallback to
4424   drives without the dvd HAL property e.g. in VMWare. (#177457)
4425 - rev 3530
4426
4427 -------------------------------------------------------------------
4428 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
4429
4430 - Merge fix for stalle tmpdir due to cyclic references, using a master
4431  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
4432 - rev 3521
4433
4434 -------------------------------------------------------------------
4435 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
4436
4437 - Fixes unneeded file download, and add download callbacks
4438   (still need yast side) #181204 and #160206
4439 - Fix stalle tmpdir due to cyclic references, using a master
4440   TmpDir for zypp. # 178292
4441
4442 -------------------------------------------------------------------
4443 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
4444
4445 - fixed memory leak in PersistentStorage (#168690)
4446 - revision 3519
4447
4448 -------------------------------------------------------------------
4449 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
4450
4451 - fixed memory leak in XMLSourceCacheParser (#168690)
4452 - revision 3517
4453
4454 -------------------------------------------------------------------
4455 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
4456
4457 -latest fi translation added
4458  Revision 3502
4459
4460 -------------------------------------------------------------------
4461 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
4462
4463 -All installed resolvables has been set to "satisfied" in
4464  ResolverContext::unneeded . BUT:
4465  Patch concerning resolvables have to be set to
4466  "unneeded" although they are installed. In order
4467  getting the state "no longer applicable" (Bug 171590)
4468 - rev 3496
4469
4470 -------------------------------------------------------------------
4471 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
4472
4473 - compute status for scripts and messages so their freshens get
4474   properly honored (aj with postgresql-server)
4475 - rev 3494
4476
4477 -------------------------------------------------------------------
4478 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
4479
4480 - revert not-used-yet rpmdb timestamp, as
4481   it broke rpmdb::init(). (#180040)
4482 - rev 3490
4483
4484 -------------------------------------------------------------------
4485 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
4486
4487 - updating gmo files, if po files has been changed; bug 164449
4488
4489 -------------------------------------------------------------------
4490 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
4491
4492 - Dont download twice if starting from 1st time
4493 - fix typo
4494 - rev 3481
4495
4496 -------------------------------------------------------------------
4497 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
4498
4499 - set cache dir only if storeMetadata is called as a public method.´
4500 - rev 3475
4501
4502 -------------------------------------------------------------------
4503 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
4504
4505 - schedule a package for installation if
4506   - it freshens / supplements something
4507   - it is not installed yet
4508   (#178721)
4509 - rev 3473
4510
4511 -------------------------------------------------------------------
4512 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
4513
4514 - make susetags also implement download and check first.
4515 - rev 3470
4516
4517 -------------------------------------------------------------------
4518 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
4519
4520 - make yum more robust. Never parse from provideFile
4521   but only from local disk. Make sure the cache
4522   is consistent before recreating it.
4523   the code is easier to follow and probably
4524   faster. checksum and signatures are
4525   checked on caching not on parsing.
4526   Required to implement refresh for #154990
4527 - rev 3452
4528
4529 -------------------------------------------------------------------
4530 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
4531
4532 - implement timestamp for YUM and SuseTags
4533 - actually use the license to confirm in yum patches
4534 - add prerequires tag in yum optonally to the bad designed
4535   and nonintuitive pre=1
4536 - rev 3448
4537
4538 -------------------------------------------------------------------
4539 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
4540
4541 - dont pass root on init but before.
4542 - implement rpm db modification timestamp
4543   not used yet
4544 - move Helix source to testsuite out of the solver
4545   so we can use it for target, storage tests
4546 - add Source_Ref::timestamp(), default to now()
4547   in order to implement smart sync of sources by zmd
4548 - don't parse desc and summary twice
4549 - fix a segfault with tranlated text
4550 - fix broken size tag introduced in rev 3427
4551 - rev 3446
4552
4553 -------------------------------------------------------------------
4554 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
4555
4556 - dont accept corrupt sources, improve logs
4557
4558 -------------------------------------------------------------------
4559 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
4560
4561 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
4562   loosing autoprotection (eg. for foreign vendor). (assists #177469)
4563 - rev 3431
4564
4565 -------------------------------------------------------------------
4566 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
4567
4568 - added mediaNr() to PatchRpm and DeltaRpm classes
4569 - rev 3430
4570
4571 -------------------------------------------------------------------
4572 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
4573
4574 - enable YUM license to confirm.
4575   needed for #174476
4576 - adapt store to serialize and read all new resobject fields
4577 - use install-time to now() when serializing (#174653)
4578 - rev 3427
4579
4580 -------------------------------------------------------------------
4581 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
4582
4583 - Do not violate install order when restricting commit to a certain
4584   mediaNumber. (#170079)
4585 - Version 1.1.0; rev 3423
4586
4587 -------------------------------------------------------------------
4588 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
4589
4590 - Added SourceManager::findSourceByUrl to overcome alias mismatches
4591   (#177543).
4592 - rev 3420
4593
4594 -------------------------------------------------------------------
4595 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
4596
4597 - Order all objects according to prerequirements, not just packages.
4598   (#173690)
4599 - rev 3419
4600
4601 -------------------------------------------------------------------
4602 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
4603
4604 - Added new translation
4605
4606 -------------------------------------------------------------------
4607 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
4608
4609 - fix missing homedir option for gpg (#171055)
4610 - rev 3415
4611
4612 -------------------------------------------------------------------
4613 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
4614
4615 - Prevent against daemons launched in rpm %post, that do not close
4616   their filedescriptors. (#174548)
4617 - Version 1.0.1; rev 3413
4618
4619 -------------------------------------------------------------------
4620 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
4621
4622 - fixed media number of package retrieved as a part of a patch
4623   (#174841)
4624 - rev 3409
4625
4626 -------------------------------------------------------------------
4627 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
4628
4629 - fix missing package descriptions due to filtered packages
4630   by incompatible architectures. (#159109)
4631 - rev 3404
4632
4633 -------------------------------------------------------------------
4634 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
4635
4636 - decrease logging in DiskUsageCounter and Modalias (#163186)
4637 - rev 3406
4638
4639 -------------------------------------------------------------------
4640 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
4641
4642 - Stay backward comapatible.
4643
4644 -------------------------------------------------------------------
4645 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
4646
4647 - Make basic attributes available through ResObject.
4648 - Let ResObjects which do not require media access during
4649   commit return ZERO sourceMediaNr (required for #173690)
4650 - Version 1.0.0
4651 - rev 3390
4652
4653 -------------------------------------------------------------------
4654 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
4655
4656 - reduce logging verbosity (#163186)
4657 - rev 3381
4658
4659 -------------------------------------------------------------------
4660 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
4661
4662 - setCandidate accept candidates with compatible architectures too. Not
4663   only with the same architecture. Bug 172594 - If update package has
4664   differet arch, UI display is wrong
4665
4666 -------------------------------------------------------------------
4667 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
4668
4669 - Added Source_Ref::resStoreInitialized.
4670   If we know that noone has seen the resolvables yet, we can skip
4671   them too, eg. when deleting a source. (#174840)
4672 - rev 3378
4673
4674 -------------------------------------------------------------------
4675 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
4676
4677 - Honor freshens as conditionals independant from the installed/
4678   uninstalled status (#174797)
4679 - rev 3376
4680
4681 -------------------------------------------------------------------
4682 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
4683
4684 - State modifier "unneeded" is transitive for patches (#171590)
4685 - rev 3375
4686
4687 -------------------------------------------------------------------
4688 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
4689
4690 - Do not transact itself (update) in the transactResObject mechanism
4691   Bug 174290
4692
4693 -------------------------------------------------------------------
4694 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
4695
4696 - Reenabled improved large file support flags (unintentionally
4697   removed in rev 1544). Fixes bug #173753.
4698 - Added large file support flags to libzypp.pc file allowing
4699   consistence checks in the application using features variable
4700 - rev 3366
4701
4702 -------------------------------------------------------------------
4703 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
4704
4705 - SourceManager: moved source deletion before creation
4706   so that we can recreate a deleted one (#174295)
4707 - removed dead code dealing with known_caches from SourceManager::store
4708   (see r3195)
4709 - r3362
4710
4711 -------------------------------------------------------------------
4712 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
4713
4714 - fixed returning product short name and summary if product read
4715   from target store (#148625)
4716 - rev 3360
4717
4718 -------------------------------------------------------------------
4719 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
4720
4721 - set media verifier on redirected medium (#172599)
4722 - rev 3359
4723
4724 -------------------------------------------------------------------
4725 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
4726
4727 - fix 'transactResKind' to collect best providers by capability
4728   and to recursively transact items of same kind (#170114)
4729 - rev 3355
4730
4731 -------------------------------------------------------------------
4732 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
4733
4734 - serialize the full URL to avoid missing password and other
4735   url settings (#148108)
4736 - rev 3353
4737
4738 -------------------------------------------------------------------
4739 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
4740
4741 - Added a 60 sec connect timeout to MediaCurl (#172860)
4742 - rev 3348
4743
4744 -------------------------------------------------------------------
4745 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
4746
4747 - re-fetch also .asc and .key files before checking signature
4748   (#172597)
4749 - rev 3350 (3345-10.1)
4750
4751 -------------------------------------------------------------------
4752 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
4753
4754 - Fix yum key verification, because a double variable declaration
4755
4756 -------------------------------------------------------------------
4757 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
4758
4759 - use --no-default-keyring to avoid creating a
4760   default gpg dir in / (#171055)
4761 - rev 3335
4762
4763 -------------------------------------------------------------------
4764 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
4765
4766 - Fix YUM signature checking, we were passing the key instead of the
4767   signature.
4768 - When the user trust a key, sync again. Bye to the session trusted
4769   keys and user being asked all the time. (#171213)
4770 - r3332
4771
4772 -------------------------------------------------------------------
4773 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
4774
4775 - Cleanup index tables when removing items from pool (#170564).
4776
4777 -------------------------------------------------------------------
4778 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
4779
4780 - backout rev 3246->3275 of TargetImpl.cc
4781 - add missing testsuite/utils/TestUtils.h
4782 - rev 3330
4783
4784 -------------------------------------------------------------------
4785 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
4786
4787 - more fixes for #171062, there were some files still not being
4788   read from cache.
4789 - r3327
4790
4791 -------------------------------------------------------------------
4792 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
4793
4794 - cache keys and signature. Remove lot of duplicated code. (#171062)
4795 - r3320
4796
4797 -------------------------------------------------------------------
4798 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
4799
4800 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
4801   mount here anything, so it is OK to use any dir (171351).
4802 - rev 3318
4803
4804 -------------------------------------------------------------------
4805 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
4806
4807 - parse "license-to-confirm" in primary.xml (#168437)
4808 - rev 3312
4809
4810 -------------------------------------------------------------------
4811 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
4812
4813 - Don't try to store 'Atom', not needed and the backend store
4814   rejects them anyways (addtion to #168610)
4815 - rev 3306
4816
4817 -------------------------------------------------------------------
4818 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
4819
4820 - Improved device check in MediaDISK using libblkid (Bug #158529)
4821 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
4822   added a check if it is a directory
4823 - Added libcurl and libblkid checks to configure.ac
4824 - Added e2fsprogs(-devel) requires to the spec file
4825 - rev 3303
4826
4827 -------------------------------------------------------------------
4828 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
4829
4830 - dont download "other" during key check (#171041)
4831 - rev 3294
4832
4833 -------------------------------------------------------------------
4834 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
4835
4836 - allow parallel installs of atoms (used to fulfill patch require-
4837   ments, atoms aren't installed anyways) (#170098)
4838 - some testsuite improvements.
4839 - rev 3288
4840
4841 -------------------------------------------------------------------
4842 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
4843
4844 - get rid of autobuild check when throwing exceptions without throw
4845   but with a macro, returning a null pointer at the end (never reached).
4846
4847 -------------------------------------------------------------------
4848 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
4849
4850 - Do not violate install order when restricting commit to a certain
4851   mediaNumber. (#170079)
4852
4853 -------------------------------------------------------------------
4854 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
4855
4856 - Don't use throw directly!
4857   use ZYPP_THROW with a Exception class, otherwise package bindings
4858   will not catch them.
4859   Should fix crashes when reading broken sources with yast.
4860 - rev 3272
4861
4862 -------------------------------------------------------------------
4863 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
4864
4865 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
4866   revision 3269
4867
4868 -------------------------------------------------------------------
4869 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
4870
4871 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
4872 - further improve on #168840 (from rev 3231), match on name-edition
4873   when filtering by best arch. (#170098)
4874 - rev 3268
4875
4876 -------------------------------------------------------------------
4877 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
4878
4879 - #170093 , lot of package descriptions missing
4880 - rev 3263
4881
4882 -------------------------------------------------------------------
4883 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
4884
4885 - try to fix wrong permissions of /var/lib/zypp created
4886   by old zypp, only when running as root they are fixed
4887   (#169094)
4888 - YUM: Verify signatures on factoryInit.
4889   Dont provide other.xml. Cleanups, better logging.
4890   When refreshing signed soruces, don't refresh is source
4891   has not changed.
4892 - YaST sources: don't refresh if media file has not changed.
4893 - Show full url of index files in sources for signature validation
4894   (mentioned in #170139 comment #3)-
4895
4896 -------------------------------------------------------------------
4897 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
4898
4899 - udpated media ID syntax for external scripts (to be consistent
4900   with packages) (#170247)
4901 - rev 3256
4902
4903 -------------------------------------------------------------------
4904 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
4905
4906 - set media ID to 1 if not specified in YUM metadata (#167452)
4907 - rev 3255
4908
4909 -------------------------------------------------------------------
4910 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
4911
4912 - If freshen and supplement are fulfilled, install any kind of
4913   resolvable if not yet installed (#165746)
4914 - rev 3249
4915
4916 -------------------------------------------------------------------
4917 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
4918
4919 - make downloaded script executable. (#169191)
4920 - rev 3247
4921
4922 -------------------------------------------------------------------
4923 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
4924
4925 - Improve on last fix, compare only compatible archs.
4926 - rev 3233
4927
4928 -------------------------------------------------------------------
4929 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
4930
4931 - Only choose best arch of multiple package atoms with identical
4932   name (#168840)
4933 - rev 3231
4934
4935 -------------------------------------------------------------------
4936 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
4937
4938 - pass empty strings to UI as key properties if unknown key
4939   (#169114)
4940 - rev 3228
4941
4942 -------------------------------------------------------------------
4943 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
4944
4945 - refrain from parsing 'other.xml' (#159316)
4946 - rev 3226
4947
4948 -------------------------------------------------------------------
4949 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
4950
4951 - in source refresh, clean up the cache dir if fails
4952 - do not require repomd.xml.asc when creating a cache (#163765)
4953 - rev 3224
4954
4955 -------------------------------------------------------------------
4956 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
4957
4958 - Check if a file exists before providing it, and just handling the
4959   exception is not sufficient, because it can release the media.
4960   it nows get all possible packages.X translations an then
4961   it selects the candidate from the existing ones (#168654)
4962 - rev 3221
4963
4964 -------------------------------------------------------------------
4965 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
4966
4967 - dont report conflicts if item is neither installed
4968   nor to-be-installed (#168906)
4969 - rev 3219
4970
4971 -------------------------------------------------------------------
4972 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
4973
4974 - #168060 , propagate the file description or original
4975   name to the UI and not the checked filename path,
4976   which could be a tmp file.
4977   Requires changes in pkg-manager, and probably zmd-helpers.
4978 - rev 3215
4979
4980 -------------------------------------------------------------------
4981 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
4982
4983 - /var/lib/zypp/db/languages/* are empty files (##168355)
4984 - r3206
4985
4986 -------------------------------------------------------------------
4987 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
4988
4989 - All resolvables must honor arch, so Arch_noarch in
4990   target/store/XMLFilesBackend.cc is wrong (#160792)
4991 - Introduced code to honour shared package descriptions
4992   (#159109)
4993 - r3204
4994
4995 -------------------------------------------------------------------
4996 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
4997
4998 - replace '_' in YUM elements/attributes with '-' (#168762)
4999 - rev 3201
5000
5001 -------------------------------------------------------------------
5002 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
5003
5004 - Fixed iseries workaround - interchanged variables for scsi
5005   devices, added debug messages about the steps (#163971).
5006 - Added getenv NULL ptr check and verify of the $HOME dir's
5007   and ~/.curlrc file's ownership (#163203).
5008 - rev 3199
5009
5010 -------------------------------------------------------------------
5011 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
5012
5013 - Use filesystem::TmpDir to create unique and unused Source cache
5014   directories. (#168051)
5015
5016 -------------------------------------------------------------------
5017 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
5018
5019 - Enable signature checks per default. (#168525)
5020
5021 -------------------------------------------------------------------
5022 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
5023
5024 - fix callbacks for providing a single file (#160206)
5025
5026 -------------------------------------------------------------------
5027 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
5028
5029 - If an installed package looses a dependency, the solver tries
5030   to upgrade it. Limit the upgrade candidates to best arch, best
5031   edition.
5032 - filter 'other' entries with incompatible arch in yum parser.
5033 - rev 3177
5034
5035 -------------------------------------------------------------------
5036 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
5037
5038 - initialize the product category according to source (#168061)
5039 - rev 3172
5040
5041 -------------------------------------------------------------------
5042 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
5043
5044 - delete only one older version of a xml-store resolvable
5045   (half-baked, but the previous attempt was charred)
5046
5047 -------------------------------------------------------------------
5048 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
5049
5050 - moved license_to_confirm to primary.xml
5051 - rev 3170
5052
5053 -------------------------------------------------------------------
5054 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
5055
5056 - Removed deprecated oldstyle commit methods.
5057
5058 -------------------------------------------------------------------
5059 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
5060
5061 - when installing a xml-store resolvable (all except package,
5062   message, script), delete older versions (#160792).
5063 - read selection edition from the XML store
5064 - rev 3167
5065
5066 -------------------------------------------------------------------
5067 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
5068
5069 - properly clear transaction flag after successful commit
5070   (see rev 3122, #164365, #167285)
5071 - rev 3157
5072
5073 -------------------------------------------------------------------
5074 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
5075
5076 - recursively soft-uninstall recommended package on real uninstall,
5077   not on update (#167603)
5078 - rev 3155
5079
5080 -------------------------------------------------------------------
5081 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
5082
5083 - fix #167605 (importing keys to rpm multiple times due to
5084   wrong interpretation of rpm gpg versioning.
5085 - add support for reading the rpm keys, with full id and fingerprint
5086 - rev 3153
5087
5088 -------------------------------------------------------------------
5089 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
5090
5091 - don't add duplicate error infos to ResolverContext (#167309)
5092 - rev 3146
5093
5094 -------------------------------------------------------------------
5095 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
5096
5097 - fix Resolver::transactReset() (see rev 3122) (#167285)
5098 - rev 3140
5099
5100 -------------------------------------------------------------------
5101 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
5102
5103 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
5104   variable is present, all signature checking callbacks will default
5105   to 'accept', in case no recipient is present.
5106
5107 -------------------------------------------------------------------
5108 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
5109
5110 - read content file on construction, and make
5111   provideProduct only insert the already
5112   read product object into the store (#165826)
5113   (dmacvicar)
5114 - When the signature is not found, warn the
5115   user about a unsigned source. When the
5116   key is not found, do nothing, it can be in the
5117   keyring already. (#166016) (dmacvicar)
5118 - enable key verification only if
5119   ZYPP_CHECKSIG env var is set (dmacvicar)
5120 - r1529
5121
5122 -------------------------------------------------------------------
5123 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
5124
5125 - fix bugfix 164365, fix bug 167285
5126   Actually clear the transcation state instead of locking it
5127   to 'dont transact'
5128 - rev 3122
5129
5130 -------------------------------------------------------------------
5131 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
5132
5133 - revert the signature/digest checking callbacks
5134 - rev 3115
5135
5136 -------------------------------------------------------------------
5137 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
5138
5139 - Bugfix #165670
5140   - Honor keep requests.
5141   - Dont flag "locked uninstall" as error if a keep request was
5142     issued before.
5143 - rev 3114
5144
5145 -------------------------------------------------------------------
5146 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
5147
5148 - rule out locked items during distribution upgrade as early
5149   as possible. (#165670)
5150 - rev 3110
5151
5152 -------------------------------------------------------------------
5153 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
5154
5155 - Bugfix #166212
5156   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
5157     transactResObject().
5158   - resetTransaction(APPL_LOW) before resolving
5159   - enhance transactCaps by using the same algorithm as in
5160     QueueItemRequire
5161     (before: transact all requires and recommends by name
5162      now: transact best requires and recommends by provides)
5163 - rev 3107
5164
5165 -------------------------------------------------------------------
5166 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
5167
5168 - new callbacks for failing digest
5169 - rev 3098
5170
5171 -------------------------------------------------------------------
5172 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
5173
5174 - ask for file without a checksum (#165125)
5175
5176 -------------------------------------------------------------------
5177 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
5178
5179 - dont install satisfied resolvables (#165843)
5180 - rev 3095
5181
5182 -------------------------------------------------------------------
5183 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
5184
5185 - dont abort on failed "dry_run" (#164583)
5186 - rev 3091
5187
5188 -------------------------------------------------------------------
5189 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
5190
5191 - Ask user if signature file does not exist (#163765)
5192 - handle repomd.xml.asc as optional file (#163765)
5193 - rev 3089
5194
5195 -------------------------------------------------------------------
5196 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
5197
5198 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
5199 - rev 3087
5200
5201 -------------------------------------------------------------------
5202 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
5203
5204 - Dont do transitive uninstalls on uninstalled or upgraded items.
5205   (#165798)
5206 - rev 3083
5207
5208 -------------------------------------------------------------------
5209 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
5210
5211 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
5212
5213 -------------------------------------------------------------------
5214 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
5215
5216 - Product::updateUrls: restore it from the XML store;
5217   fixed content parsing (#163192).
5218 - restore product flags fro the XML store
5219 - rev 3074
5220
5221 -------------------------------------------------------------------
5222 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
5223
5224 - Only consider best arch/version (#165477)
5225 - rev 3069
5226
5227 -------------------------------------------------------------------
5228 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
5229
5230 - No need to parse tags at all if there is no item to store values
5231   (e.g. data for unwanted arch). Fixed segv trying to store data in
5232   NULL item. (#165479)
5233 - rev3065
5234
5235 -------------------------------------------------------------------
5236 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
5237
5238 - Improved Url path name "//" vs. "/%2f" handling; now if the
5239   url has an authority, "/%2f" is used for ftp only (#163784)
5240 - rev 3062
5241
5242 -------------------------------------------------------------------
5243 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
5244
5245 - fixed storing patch scripts to target store (#159928)
5246 - rev 3058
5247
5248 -------------------------------------------------------------------
5249 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
5250
5251 - if a patch is bad, only skip this patch, not everything
5252   (#165200)
5253 - rev 3057
5254
5255 -------------------------------------------------------------------
5256 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
5257
5258 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
5259 - Susetags:Pattern: Fixed parser.
5260
5261 -------------------------------------------------------------------
5262 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
5263
5264 - when uninstalling, only re-establish installed items
5265   supplementing the to-be-uninstalled one. (variant of #165111)
5266 - rev 3054
5267
5268 -------------------------------------------------------------------
5269 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
5270
5271 - Susetags:Package: Parse and provide ins/delnotify texts.
5272
5273 -------------------------------------------------------------------
5274 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
5275
5276 - when checking freshens/supplements at install, only consider
5277   best architecture/edition (#164453)
5278 - rev 3051
5279
5280 -------------------------------------------------------------------
5281 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
5282
5283 - when checking for supplements, only consider best arch, best
5284   edition for installation (#165111)
5285 - rev 3047
5286
5287 -------------------------------------------------------------------
5288 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
5289
5290 - Bug 165117: build 910: Update: Splitted packages are selected for
5291   all archs
5292
5293 -------------------------------------------------------------------
5294 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
5295
5296 - ask user if a file exists but does not have a checksum (#162797)
5297 - rev 3044
5298
5299 -------------------------------------------------------------------
5300 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
5301
5302 - parse time and size elements from delta and patch RPM
5303 - rev 3043
5304
5305 -------------------------------------------------------------------
5306 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
5307
5308 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
5309   devices - on powerpc only (#163971)
5310 - rev 3042
5311
5312 -------------------------------------------------------------------
5313 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
5314
5315 - fix endless loop in patches parsing.
5316 - rev 3039
5317
5318 -------------------------------------------------------------------
5319 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
5320
5321 - fixed media handling in SuSEtags source (#164879)
5322 - rev 3037
5323
5324 -------------------------------------------------------------------
5325 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
5326
5327 - honor 'dry_run' on package remove (#164732)
5328 - rev 3036
5329
5330 -------------------------------------------------------------------
5331 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
5332
5333 - add files from yum filelist as provides to package (#164731)
5334 - rev 3032
5335
5336 -------------------------------------------------------------------
5337 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
5338
5339 - honor "+Enh:/-Enh:" in packages file (#156513)
5340
5341 -------------------------------------------------------------------
5342 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
5343
5344 - fix callback receiver signature to match the callback for removing
5345   package
5346
5347 -------------------------------------------------------------------
5348 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
5349
5350 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
5351 - rev 3024
5352
5353 -------------------------------------------------------------------
5354 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
5355
5356 - Bug 164440; Taking wrong architecture while updating obsoletes
5357   splitted packages
5358 - rev 3022
5359
5360 -------------------------------------------------------------------
5361 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
5362
5363 - allow relative paths with url file:
5364 - dont filter atoms from going into pool, multi-arch patch
5365   requirements need them. Instead, treat atoms with incompatible
5366   architecture as unneeded.
5367 - rev 3018
5368
5369 -------------------------------------------------------------------
5370 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
5371
5372 - product now provides short name
5373 - rev 3013
5374
5375 -------------------------------------------------------------------
5376 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
5377
5378 - read metadata for packages from correct tags in patches (#163220)
5379 - rev 3011
5380
5381 -------------------------------------------------------------------
5382 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
5383
5384 - more detailed resolver error reports (#162994)
5385 - rev 3010
5386
5387 -------------------------------------------------------------------
5388 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
5389
5390 - report package download progress (#160966)
5391 - rev 3007
5392
5393 -------------------------------------------------------------------
5394 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
5395
5396 - transact also for languages (#163819)
5397 - rev 3004
5398
5399 -------------------------------------------------------------------
5400 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
5401
5402 - loop through all affected ResObjects in transactResKind (#163819)
5403 - rev 3002
5404
5405 -------------------------------------------------------------------
5406 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
5407
5408 - allow re-installation of non-packages (#162906)
5409 - rev 2998
5410
5411 -------------------------------------------------------------------
5412 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
5413
5414 - Added loop checking for scsi cdroms (/sys/block/srX) in case
5415   HAL does not provide any drives like on iSeries (#163971).
5416 - rev 2995
5417
5418 -------------------------------------------------------------------
5419 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
5420
5421 - add 'licenceToConfirm()' to Product. (#164375)
5422
5423 -------------------------------------------------------------------
5424 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
5425
5426 - Avoid excessive CD hopping on commit. But still far from
5427   being perfect. (#159679)
5428 - Fixed Target::commit: Despite dry_run set True, packages
5429   were depeted.
5430
5431 -------------------------------------------------------------------
5432 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
5433
5434 - honour if user decides to skip a package in commit (#156031)
5435
5436 -------------------------------------------------------------------
5437 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
5438
5439 - fixed parsing external reference to script in patch (#163221)
5440 - r2981
5441
5442 -------------------------------------------------------------------
5443 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
5444
5445 - cache and provide content.asc/key optionally. Dont show a
5446   popup if they dont exists. (dmacvicar)
5447 - Actually abort when verify signature workflow is false. (dmacvicar)
5448 - r2978
5449
5450 -------------------------------------------------------------------
5451 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
5452
5453 - fixed setting autorefresh flag for installation sources
5454
5455 -------------------------------------------------------------------
5456 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
5457
5458 - drop patches with incompatible architecture.
5459 - rev 2972
5460
5461 -------------------------------------------------------------------
5462 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
5463
5464 - Added info method to media verifier base and more debug info
5465 - rev 2970
5466
5467 -------------------------------------------------------------------
5468 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
5469
5470 - Dont deny the "/" attach point in MediaDIR, since this is used
5471   for all "file:" urls, esp. local packages.
5472 - rev 2962
5473
5474 -------------------------------------------------------------------
5475 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
5476
5477 - Bug 159673 - only one conflict solvable per page
5478
5479 -------------------------------------------------------------------
5480 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
5481
5482 - parse all dependencies of 'packages' file (#163773)
5483 - rev 2957
5484
5485 -------------------------------------------------------------------
5486 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
5487
5488 - Use the original media descr_dir on refresh for
5489   suse tags source (#163196)
5490 - r2952
5491
5492 -------------------------------------------------------------------
5493 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
5494
5495 - add Source::setUrl() for zmd backend helper.
5496 - rev 2946
5497
5498 -------------------------------------------------------------------
5499 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
5500
5501 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
5502 target init. (dmacvicar)
5503 - r2949
5504
5505 -------------------------------------------------------------------
5506 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
5507
5508 - Fixed MediaDISK to use a mount -oro,bind id the disk
5509   partition is already attached e.g. by the automounter.
5510   Try to mount it a second time may fail (#163486).
5511 - rev 2944
5512
5513 -------------------------------------------------------------------
5514 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
5515
5516 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
5517 - rev 2940
5518
5519 -------------------------------------------------------------------
5520 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
5521
5522 - only try to create a source of a given type when restoring
5523   from the persistent store (#162111)
5524
5525 -------------------------------------------------------------------
5526 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
5527
5528 - parse all dependencies for patterns (.pat) files (#160602)
5529 - drop YOUPATH and YOUURL from content file.
5530 - rev 2924
5531
5532 -------------------------------------------------------------------
5533 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
5534
5535 - properly initialize autorefresh for non-remote sources (#154990)
5536 - rev 2919
5537
5538 -------------------------------------------------------------------
5539 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
5540
5541 - Added flag to MediaManager::isUseableAttachPoint, whether
5542   to check against system mount entries or not.
5543 - Disallow to use the attachpoints of another media handlers
5544   as source path in MediaDIR.
5545 - rev 2917
5546
5547 -------------------------------------------------------------------
5548 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
5549
5550 -implement callbacks for when package verification (checksum)
5551  fails, offer to retry or abort
5552
5553 -------------------------------------------------------------------
5554 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
5555
5556 - Fix construction of checksum objects when using non-standard
5557   checksum algorithms
5558 - Fix broken YUM cache
5559 - r2913
5560
5561 -------------------------------------------------------------------
5562 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
5563
5564 - Keep packages with no version upgrade installed during
5565   distribution upgrade (#162972)
5566 - add 'transactReset()' helper function for UI.
5567 - rev 2908
5568
5569 -------------------------------------------------------------------
5570 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
5571
5572 - r2906
5573
5574 -------------------------------------------------------------------
5575 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
5576
5577 - Fixed candidate handling in ui::Selectable. (#156589)
5578
5579 -------------------------------------------------------------------
5580 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
5581
5582 - fix #162984 , gpg hangs because the matching data file
5583   for the key cannot be find. (dmacvicar)
5584 - Fix restore of YUM source using the same cache dir semantics as
5585  susetags instead of assuming there is a cache if a cache_dir
5586   was given. (dmacvicar)
5587
5588 -------------------------------------------------------------------
5589 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
5590
5591 - use DISTPRODUCT/DISTVERSION from content file to generate the
5592   product name, version, and release.
5593 - rev 2902
5594
5595 -------------------------------------------------------------------
5596 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
5597
5598 - Removed broken forcing of absolute ftp paths added in rev2705 to
5599   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
5600 - rev 2900
5601
5602 -------------------------------------------------------------------
5603 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
5604
5605 - add Resolver::freshenPool() (#156980)
5606 - rev 2893
5607
5608 -------------------------------------------------------------------
5609 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
5610
5611 - skip incompatible archs in filelist parsing.
5612 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
5613   /lib64/, ...)
5614 - rev 2886
5615
5616 -------------------------------------------------------------------
5617 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
5618
5619 - skip incompatible archs in primary parsing.
5620 - rev 2883
5621
5622 -------------------------------------------------------------------
5623 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
5624
5625 - allow setting of source when parsing local .rpm (#147765)
5626 - rev 2880
5627
5628 -------------------------------------------------------------------
5629 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
5630
5631 - Do not update packages over other architectures
5632
5633 -------------------------------------------------------------------
5634 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
5635
5636 - Added zypp/ui/UserWantedPackages to support the UI's
5637   "automatic changes" dialog (bug #152700)
5638
5639 -------------------------------------------------------------------
5640 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
5641
5642 - use KeyRing class to validate repomd.xml (#160909)
5643
5644 -------------------------------------------------------------------
5645 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
5646
5647 - Product resolvables should be readable by normal users.
5648   (#162474) (dmacvicar)
5649 - implemented keyring and metadata signature verification
5650   in susetags source
5651 - dont delete the lock if we did not acquire it
5652 - r2847
5653
5654 -------------------------------------------------------------------
5655 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
5656
5657 - Added disabling of the automounter while MediaManager
5658   init and restoring of the old state on exit (#154326).
5659 - Implemented check if media (CD) is automounted or not
5660 - rev 2840
5661
5662 -------------------------------------------------------------------
5663 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
5664
5665 - Implemented several hal get/set/removeDeviceProperty wrappers
5666 - Improved HalException to allow to fetch HAL/DBUS error componets
5667 - rev 2830
5668
5669 -------------------------------------------------------------------
5670 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
5671
5672 - honor subscription status of catalogs (#162350)
5673 - rev 2827
5674
5675 -------------------------------------------------------------------
5676 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
5677
5678 - Enabled CD eject error reporting exceptions (#154326)
5679 - rev 2822
5680
5681 -------------------------------------------------------------------
5682 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
5683
5684 - support "dry run" (#159467)
5685 - implement "transactResKind" (#161400)
5686 - rev 2817
5687
5688 -------------------------------------------------------------------
5689 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
5690
5691 - add checksum for external patches (#159928)
5692
5693 -------------------------------------------------------------------
5694 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
5695
5696 - calculate product architecture (#158198)
5697
5698 -------------------------------------------------------------------
5699 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
5700
5701 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
5702   detection
5703
5704 -------------------------------------------------------------------
5705 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
5706
5707 - Auto protect installed packages from unknown vendor. (#157446)
5708
5709 -------------------------------------------------------------------
5710 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
5711
5712 - added support for external scripts to metadata (#159928) (jsrain)
5713 - fixed handling of Language resolvables (ma)
5714 - fix leak in rpmdb (dmacvicar)
5715 - added softlock for autoyast (#159466) (ma)
5716 - Fixed exceptions in doGetFileCopy() to show full url
5717   including the file instead of just the media base url. (mt)
5718 - Provide Language::summary (ma)
5719 - check patterns and selections file exist
5720   before veryfing them (#161300) (dmacvicar)
5721 - added YUM metadata checksum computation (jsrain)
5722 - added interface to patch of a message (jsrain)
5723 - r2734
5724
5725 -------------------------------------------------------------------
5726 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
5727
5728 - added support for external scripts to metadata (#159928)
5729 - r2709
5730
5731 -------------------------------------------------------------------
5732 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
5733
5734 - report separate exception when trying to start source cache again to
5735   suppress incorrect error message in XEN installation
5736 - r2682
5737
5738 -------------------------------------------------------------------
5739 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
5740
5741 - Implement inter process locking in zypp.
5742 - Added No medium found output
5743 - splitting modaliases in supplements TOO
5744 - parse also the available signing keys
5745
5746 -------------------------------------------------------------------
5747 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
5748
5749 - release all media when removing source (#159754) (visnov)
5750 - more testsuites (schubi)
5751 - updated translations (schubi)
5752 - added MediaNotEjectedException (mt)
5753 - rev 2652
5754
5755 -------------------------------------------------------------------
5756 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
5757
5758 - fix patches descriptions (dmacvicar)
5759 - fix source serialization (dmacvicar)
5760 - metadata for kernel test (schubi)
5761 - Arch tests updated (ma)
5762 - classify NULL Ptr as unique (ma)
5763 - Added host check, because file Url allows it now. (mt)
5764 - prepare modalias fix (#159766) (ma)
5765 - Provide iterator based access to SourceManager data. (ma)
5766 - Fixed "file:" Url scheme config to allow relative paths; (mt)
5767   RFC1738 says, it may contain a hostname as well...
5768 - revision 2633
5769
5770 -------------------------------------------------------------------
5771 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
5772
5773 - pkg-config support (mvidner)
5774 - close all medias when destructing MediaSet (jsrain)
5775 - rev 2622
5776
5777 -------------------------------------------------------------------
5778 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
5779
5780 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
5781 - Message callback implemented to show patch messages (visnov)
5782 - Bug 159696 (schubi)
5783 - provide transform_iterators to iterate over a maps keys or values (ma)
5784 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
5785 - added script and message installation (jsrain)
5786 - chooses the 'right' kernel now (kkaempf)
5787 - Use noarch if no arch is specified in patches (dmacvicar)
5788 - rev 2611
5789
5790 -------------------------------------------------------------------
5791 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
5792
5793 - Added some debug output including the access id (mt)
5794 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
5795   release with eject=true on attached media, to umount
5796   other mounts as well. (mt)
5797 - 159483 - solver does not blame missing dependency (schubi)
5798 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
5799 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
5800   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
5801 - fixed ZYPP_RETHROW (#156430) (ma)
5802 - patch for #156114 (visnov)
5803 - fixed container.erase loops (ma)
5804 - Fixed to reset desired (cached) flag before the action (mt)
5805 - Removed return in forceRelaseAllMedia (void function) (mt)
5806 - Parse nonexisting architecture to noarch so patches dont get
5807   filtered by the pool (dmacvicar)
5808 - 159512 - yast2-qt does not show label of to be installed products
5809   anymore (dmacvicar)
5810 - 159765 - Hidden patterns still visible (dmacvicar)
5811 - Use noarch if no arch is specified. (dmacvicar)
5812 - r2594
5813
5814 -------------------------------------------------------------------
5815 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
5816
5817 - properly report error for media change callback
5818 - rev 2579
5819
5820 -------------------------------------------------------------------
5821 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
5822
5823 - fixed memory leak in XMLNodeIterator (#157474)
5824 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
5825 - Renamed private MediaManager::forceMediaRelease
5826   function to forceReleaseShared (more exact name)
5827 - Implemented forceRelaseAllMedia() that can be
5828   used to release also foreign (user) mounts.
5829 - Added use of forceRelaseAllMedia for CD/DVDs
5830   if FORCE_RELEASE_FOREIGN is 1 (default 0)
5831 - little cleanup of the checkAttached function
5832 - r2578
5833
5834 -------------------------------------------------------------------
5835 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
5836
5837 - don't try to attach without exception handling (#158620)
5838 - fix descriptions, as a new tag Des for selections exists now.
5839 - fix #157683: failure after adding add-on product to install
5840   sources
5841 - added more files for translation
5842 - resolve-dependencies.cc: establish pool
5843 - parse-metadata.cc: catch bad URL
5844 - set zmdid for atoms
5845 - r2574
5846
5847 -------------------------------------------------------------------
5848 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
5849
5850 - fix testsuite.
5851 - provide edition and architecture for all kinds of yum
5852   resolvables.
5853 - fix ResStatus output.
5854 - establish atoms correctly.
5855 - treat requires to unneeded resolvables as fulfilled.
5856 - rev 2559
5857
5858 -------------------------------------------------------------------
5859 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
5860
5861 - fix the build
5862 - only consider best architecture/version (#157594)
5863 - prefer providers which supplement/enhance installed or
5864   to-be-installed packages (fixes the tpctl-kmp issue)
5865 - rev 2546
5866
5867 -------------------------------------------------------------------
5868 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
5869
5870 - provide more filters for pkg-bindings (#158602)
5871 - add SystemResObject to provide system (modalias, hal, ...)
5872   capabilities.
5873 - handle this during resolving.
5874 - make the modalias and hal capability match the SystemResObject
5875   by default, thereyby triggering a modalias (resp. hal)
5876   evaluation.
5877 - xmlstore: decouple target store from YUM schema.
5878 - clean up moving of hal() and modalias() from provides to
5879   supplements in ResolvableImpl.
5880 - add PatchContents() for UI.
5881 - handle Edition::noedition as empty string.
5882 - r2537
5883
5884 -------------------------------------------------------------------
5885 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
5886
5887 - releasing all medias when asking for CD (#156981)
5888 - r2471
5889
5890 -------------------------------------------------------------------
5891 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
5892
5893 - ResStatus::resetTransact must return a value.
5894 - Fixed random build failures in LanguageCode.cc.
5895   (Rewrote the CodeMaps constructor so that gcc does not
5896   optimize a 500-statement basic block.)
5897 - Fix constructions of patch objects. Actually insert atoms in atoms
5898   list. Insert atoms for package even if the package does not exists
5899   in the source. Fixes #157628 (dmacvicar).
5900 - Fixed license reading from susetags, #151834 (dmacvicar).
5901 - r2468
5902
5903 -------------------------------------------------------------------
5904 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
5905
5906 - added ResStatus::resetTransact (ma)
5907 - bugfix for #156439 (schubi)
5908 - Added Source_Ref::setAlias (#154913).
5909 - Do not assume there is a product file when scanning for products
5910   (visnov)
5911 - function to disable all sources in the persistent store (visnov)
5912 - dependency errors go to stdout, not stderr; output resolver info
5913   directly to stderr (kkaempf)
5914 - rev 2464
5915
5916 -------------------------------------------------------------------
5917 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
5918
5919 - fix merging of resolver info (needed for #157684).
5920 - errors are also important in ResolverInfo.
5921 - improve debug output in ResolverContext.
5922 - rev 2455
5923
5924 -------------------------------------------------------------------
5925 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
5926
5927 - delete RPMs downloaded via HTTP/FTP after installnig them
5928   (#157011)
5929 - fixed product registration (reverted autorefresh patch) (#157566)
5930
5931 -------------------------------------------------------------------
5932 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
5933
5934 - if root!="/", always prefer the upgrade candidate (#155472)
5935 - implement license confirmed api for UI.
5936 - prefer architecture over version in distribution upgrade
5937   (#157501)
5938 - clean up media handling.
5939 - rev 2448
5940
5941 -------------------------------------------------------------------
5942 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
5943
5944 - init Modalias properly.
5945 - fix warnings in testcases.
5946 - rev 2432
5947
5948 -------------------------------------------------------------------
5949 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
5950
5951 - drop libjpeg-devel and sqlite-devel from build requires.
5952
5953 -------------------------------------------------------------------
5954 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
5955
5956 - implement 'modalias()' capability (#157406)
5957 - make dependencies consistent, its 'freshens'.
5958 - cope with user umounts of devices.
5959 - add debug to SourceManager.
5960 - rev 2418
5961
5962 -------------------------------------------------------------------
5963 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
5964
5965 - allow version downgrade during distribution upgrade if the
5966   newer package is coming from a trusted vendor (#155472)
5967 - implement locale fallback
5968 - 'freshen' -> 'freshens' in schema definitions to make it
5969   consistent with all other dependency definitions.
5970 - better error reporting for .pat and .sel files.
5971 - rule out packages from dependency resolutions which are
5972   de-selected by user (#155368)
5973 - use locale fallbacks in package translations.
5974 - refresh source when re-enabling it.
5975 - rev 2406
5976
5977 -------------------------------------------------------------------
5978 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
5979
5980 - split of libzypp-zmd-backend subpackage as a stand-alone
5981   leaf package.
5982 - encapsulate bool test for Source_Ref better.
5983 - fixed stack overflow (ma).
5984 - make testsuite build again.
5985 - rev 2346
5986
5987 -------------------------------------------------------------------
5988 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
5989
5990 - fixed URL rewriting for CD2 and following (#154762)
5991 - fixed ResPoolProxy diffState (for proper ok/cancel support
5992   in UI)
5993 - added special exception class for aborting installation
5994   (#154936)
5995 - only auto-change directories if they end in CDn or DVDn.
5996 - rev 2320.
5997
5998 -------------------------------------------------------------------
5999 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
6000
6001 - silently ignore multiple installs of the same package.
6002 - fix disk usage for installs and uninstalls.
6003 - rev 2308
6004
6005 -------------------------------------------------------------------
6006 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
6007
6008 - zmd-backend: filter out incompatible architectures from
6009   repository.
6010 - rev 2298
6011
6012 -------------------------------------------------------------------
6013 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
6014
6015 - sync libzypp media data with mtab.
6016 - improve resolver error and solution reports.
6017 - fix source cache reading (#155459).
6018 - default cached sources to enabled (#155459).
6019 - let each source provide public keys.
6020 - rev 2297
6021
6022 -------------------------------------------------------------------
6023 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
6024
6025 - only write by-sovler transactions back (#154976)
6026 - rev 2278
6027
6028 -------------------------------------------------------------------
6029 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
6030
6031 - release last used source at end of commit (#155002)
6032 - rev 2277
6033
6034 -------------------------------------------------------------------
6035 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
6036
6037 - cope with NULL values in zmd catalogs table (#153584)
6038 - set YAST_IS_RUNNING in transact zmd helper (#154820)
6039 - run SuSEconfig after transact zmd helper (#154820)
6040 - add softTransact to honor user vs. soft requirements (#154650)
6041 - honor all build keys provided by a package source.
6042 - add source metadata refresh.
6043 - add progress callbacks to zmd helpers.
6044 - rev 2276
6045
6046 -------------------------------------------------------------------
6047 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
6048
6049 - include .diffs into main source.
6050 - catch exception when ejecting media which was unmounted externally
6051   (#154697).
6052 - init source in zmd-backend correctly (#154667)
6053 - implement disk usage info for YaST.
6054 - clean up XML schema files.
6055 - catch CPUs identifying as 'i686' but being 'i586'.
6056 - allow definition of preferred attach (mount) point for media.
6057 - make resolver results more readable.
6058 - use language fallbacks if none of multiple language providers
6059   matches.
6060 - get rid of ignoring wrong arch in resolver, having the wrong
6061   architecture is prevented by other means.
6062 - prepare for translations in exceptions.
6063 - fix 'abort does not abort'
6064 - implement 'flag' I/O in target cache backend.
6065 - skip incompatibles architectures in packages.<lang>
6066 - rev 2228
6067
6068 -------------------------------------------------------------------
6069 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
6070
6071 - dont even provide src/nosrc from the source.
6072 - rev 2169 + diffs
6073
6074 -------------------------------------------------------------------
6075 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
6076
6077 - Initialize commit result (#154409)
6078 - release media if its wrong (#154326)
6079 - dont copy src/nosrc packages to the pool (#154627)
6080 - reduce XML logging.
6081 - rev 2169 + diffs
6082
6083 -------------------------------------------------------------------
6084 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
6085
6086 - fix path of .po files (#154074).
6087 - parse the correct package.<lang> file (kinda #154074).
6088 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
6089 - reattach all released medias.
6090 - raise exception instead of abort() on XML errors (#154104).
6091 - update translations.
6092 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
6093   and is_empty_dir utility function
6094 - rev 2169
6095
6096 -------------------------------------------------------------------
6097 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
6098
6099 - check freshens and supplements for packages (#154074).
6100 - only complain about incomplete installed resolvables,
6101   if they are uninstalled, schedule them for installation.
6102   (#154074)
6103 - add testcases for locale() provides.
6104 - add lang_country -> lang fallback.
6105 - have locale(parent:...) deps match any provides of 'parent'
6106   also when uninstalling a package.
6107 - rev 2148
6108
6109 -------------------------------------------------------------------
6110 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
6111
6112 - change the locale(...) separator to ";" (#153791)
6113 - complete "find-files" of zmd-backend.
6114 - rev 2140
6115
6116 -------------------------------------------------------------------
6117 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
6118
6119 - avoid attaching media when initializing source
6120 - rev 2139
6121
6122 -------------------------------------------------------------------
6123 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
6124
6125 - warn about misspelled 'locale(...)' provides
6126 - add testcases
6127 - rev 2134
6128
6129 -------------------------------------------------------------------
6130 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
6131
6132 - fix the build
6133 - rev 2129
6134
6135 -------------------------------------------------------------------
6136 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
6137
6138 - provide available locales to application (#153583)
6139 - honor 'requestedLocales' (language dependant packages)
6140 - honor release requests for all holders of a device.
6141 - silently re-attach after a forced release.
6142 - solver improvements.
6143 - handle source caches.
6144 - proper logging in zmd backend helpers.
6145 - rev 2127
6146
6147 -------------------------------------------------------------------
6148 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
6149
6150 - upgrade always to best version and arch (#153577)
6151 - reset 'transact' state for obsoleted packages (#153578)
6152 - translation updates
6153 - rev 2113
6154
6155 -------------------------------------------------------------------
6156 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
6157
6158 - add support for 'local' .rpm packages to zmd-backend.
6159 - rev 2101
6160
6161 -------------------------------------------------------------------
6162 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
6163
6164 - fix build of zmd/backend.
6165 - actually fill 'files' table in package-files.
6166 - rev 2094
6167
6168 -------------------------------------------------------------------
6169 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
6170
6171 - improve testcases.
6172 - add 'setPossibleLocales()' to ZYpp, this defines the set
6173   of possible locales to choose from (#153583)
6174 - provide LanguageImpl and create 'Language' resolvables for
6175   each 'possible' locale.
6176 - fix YUM parsing of patches, insert 'atoms' to link patches
6177   with packages.
6178 - replace gzstream/ with own, existing implementation.
6179 - honor locks in solver (#150231)
6180 - sync pool with target after commit() properly (#150565, #153066)
6181 - new zmd helper 'package-files'
6182 - rev 2093
6183
6184 -------------------------------------------------------------------
6185 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
6186
6187 - prevent multiple initializations of the target (#153124)
6188 - implement 'loopback mounted ISO images'
6189 - retain old package sources on upgrade.
6190 - support compressed .xml files in 'repodata' type repositories.
6191 - rev 2025
6192
6193 -------------------------------------------------------------------
6194 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
6195
6196 - parse locale(...) provides and construct correct dependencies.
6197
6198 -------------------------------------------------------------------
6199 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
6200
6201 - always upgrade to candidate (#152760).
6202 - fix typo in package sorting.
6203 - prepare handling of locale provides.
6204 - rev 1995
6205
6206 -------------------------------------------------------------------
6207 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
6208
6209 - sort src/nosrc package to right list during commit.
6210 - revert installtime/buildtime in susetags parser (#152760)
6211 - rev 1990
6212
6213 -------------------------------------------------------------------
6214 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
6215
6216 - reset state after successful commit (#153030)
6217 - run "rpm -e" always with "--nodeps" (#153026)
6218 - provide separate resolvable kind for src packages.
6219 - extend status field for LOCK and LICENSE.
6220 - add sameState()/diffState() for UI.
6221 - provide 'best' candidate for UI.
6222 - set 60 sec timeout for curl access.
6223 - don't cross-compare solver results, takes too much time.
6224 - provide sizes of installed packages.
6225 - extend REQUIRES semantics in content file.
6226 - add "parse-metadata" helper to zmd-backend.
6227 - rev 1987
6228
6229 -------------------------------------------------------------------
6230 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
6231
6232 - provide complete disk usage data (#152761)
6233 - include upgrade flag when copying solver solution
6234   back to pool (#152717)
6235 - rev 1959
6236
6237 -------------------------------------------------------------------
6238 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
6239
6240 - don't insert incompatible architectures to the pool (#151933)
6241 - don't accept incompatible architectures from a repository
6242   (#151933)
6243 - separate rpm log (#151431).
6244 - allow extended product requires.
6245 - rev 1954
6246
6247 -------------------------------------------------------------------
6248 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
6249
6250 - provide the XML schema files in the main package. (#152593)
6251
6252 -------------------------------------------------------------------
6253 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
6254
6255 - provide arch compat handling.
6256 - implement data upload to zmd.
6257 - fix source metadata caching on target.
6258 - add 'supplements' dependencies to 'yum' parser.
6259 - provide user agent identification to curl calls.
6260 - move resolver branches (multiple alternatives) back in queue
6261   (resolve known things first, then the unknown ones).
6262 - clean up 'packages' parser.
6263 - rev 1947
6264
6265 -------------------------------------------------------------------
6266 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
6267
6268 - improve media mount/umount interface
6269 - prepare class ArchCompat for proper architecture ordering
6270   and compatibility handling.
6271 - add returns to dummy functions in DbAccess.
6272 - rev 1913
6273
6274 -------------------------------------------------------------------
6275 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
6276
6277 - don't explictly delete to-be-upgraded packages.
6278 - finish query-system, resolve-dependencies, and transact for
6279   libzypp-zmd-backend.
6280 - provide Pattern::category.
6281 - move system architecture to toplevel.
6282 - make target store pathname settable.
6283 - speed up rpmdb reading by properly filtering unwanted file
6284   provides.
6285 - rev 1905
6286
6287 -------------------------------------------------------------------
6288 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
6289
6290 - new translations.
6291 - proofread texts.
6292 - when comparing solutions, prefer higher versions.
6293 - provide generic 'SafeBool' for bool conversions.
6294 - add PtrTypes testsuites.
6295 - rev 1876
6296
6297 -------------------------------------------------------------------
6298 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
6299
6300 - integrate all diffs
6301 - move Target::commit to toplevel API
6302 - generalize dependency iterators and hash dependency
6303   information in pool (for speedup)
6304 - add 'supplements' as dependency
6305 - make more pattern attributes available
6306 - drop "smbfs" in favour of "cifs" (#151476)
6307 - add metadata cache to sources (Beta4 bug)
6308 - run "rpm -e"  with name-version-release
6309 - fix update conflicts
6310 - rev 1864
6311
6312 -------------------------------------------------------------------
6313 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
6314
6315 - fix-mediachange.diff: dont skip CD but retry after media change
6316 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
6317   'eject' button
6318 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
6319   so media handle gets actually released and media unmounted.
6320
6321 -------------------------------------------------------------------
6322 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
6323
6324 - implement arch scoring
6325 - prefer better arch (#151427)
6326 - transitive depedencies of weak requirements are non-weak
6327   (#151446)
6328 - rev 1778 + diff
6329
6330 -------------------------------------------------------------------
6331 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
6332
6333 - ignore self and to-be-updated conflicts (#150844)
6334 - fix enable of target store (for non-packages)
6335 - rev 1778
6336
6337 -------------------------------------------------------------------
6338 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
6339
6340 - fix "cd:" url (#151121)
6341 - provide location() in public Package api
6342 - allow running distribution upgrade in testmode
6343 - extend HAL interface
6344 - rev 1762
6345
6346 -------------------------------------------------------------------
6347 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
6348
6349 - pass normal and locale packages from selections correctly.
6350 - its "baseconf" for base selections.
6351 - Make 'ZYpp' an obvious singleton.
6352 - provide releasenotesUrl.
6353 - dont continue upgrade without target.
6354 - implement 'fake' hal for testing.
6355 - fix package sizes.
6356 - more solver testcases.
6357 - rev 1754
6358
6359 -------------------------------------------------------------------
6360 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
6361
6362 - extend requires of libzypp-devel
6363 - provide package sizes for UI
6364 - provide more UI helpers
6365 - implement Product and related functions
6366 - fix split provides in distribution upgrade
6367 - provide locale information to system
6368 - ask HAL for available devices
6369 - reduce debug information in solver
6370 - filter architectures in source, not in solver
6371 - rev 1743
6372
6373 -------------------------------------------------------------------
6374 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
6375
6376 - disable another testsuite for now
6377 - fetch the default locale from environment
6378 - support user-defined formatting of log
6379 - rev 1710
6380
6381 -------------------------------------------------------------------
6382 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
6383
6384 - providing basic product information from susetags source
6385 - public API for preferred language
6386 - implemented redirect of logging (#149001)
6387 - report start/finish of source data parsing (#150211)
6388 - store/restore source aliases properly (#150256)
6389 - disable a lot of debug logging to speed up solver
6390 - properly rewrite URL for CDn directory layouts (#149870)
6391 - rev 1706
6392
6393 -------------------------------------------------------------------
6394 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
6395
6396 - add save/restore state to facilitate UI 'cancel'
6397 - enable target/store
6398 - add 'forceResolve' call and flag to resolver to switch between
6399   task-oriented ZMD and interactive YaST behaviour.
6400 - Fix resolver problem solution texts.
6401 - improve solver problem solution offerings.
6402 - fix media access handling to better support multiple
6403   requestors to single media.
6404 - move the media number checking to the source (media requestor)
6405   which knows how to verify the correct media.
6406 - Fix CD ordering (#149871), adding testcases.
6407 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
6408 - Add selections to testcases.
6409 - rev 1673
6410
6411 -------------------------------------------------------------------
6412 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
6413
6414 - Fix missing return in Source.cc:124
6415
6416 -------------------------------------------------------------------
6417 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
6418
6419 - cope with empty arch field in selections
6420 - enable dummy "enableStorage" function
6421 - rev 1610-branch
6422
6423 -------------------------------------------------------------------
6424 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
6425
6426 - fix random data return in Source.cc
6427 - rev 1610
6428
6429 -------------------------------------------------------------------
6430 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
6431
6432 - adapt zmd-backend to SourceImpl API change
6433 - rev 1608
6434
6435 -------------------------------------------------------------------
6436 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
6437
6438 - fix the packages parser bug. Now all packages are parsed
6439   including (english) translations.
6440   source/susetags is back to svn head.
6441 - rev 1600
6442
6443 -------------------------------------------------------------------
6444 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
6445
6446 - fix off-by-one bug in bitfield handling
6447 - revert source/susetags to rev 1411
6448 - rev 1586
6449
6450 -------------------------------------------------------------------
6451 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
6452
6453 - dont prereq-sort non-packages
6454 - rev 1584
6455
6456 -------------------------------------------------------------------
6457 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
6458
6459 - rev 1582
6460
6461 -------------------------------------------------------------------
6462 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
6463
6464 - update to rev 1543
6465
6466 -------------------------------------------------------------------
6467 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
6468
6469 - require hal-devel in libzypp-devel
6470 - re-merge fixes (RPM_OPT_FLAGS)
6471
6472 -------------------------------------------------------------------
6473 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
6474
6475 - make solver behaviour a bit more interactive
6476 - rev 1537
6477
6478 -------------------------------------------------------------------
6479 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
6480
6481 - Fix syntax error in configure script.
6482 - Use RPM_OPT_FLAGS.
6483
6484 -------------------------------------------------------------------
6485 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
6486
6487 - update for qt ui integration
6488 - rev 1504
6489
6490 -------------------------------------------------------------------
6491 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
6492
6493 - split off libzypp-zmd-backend
6494 - rev 1466
6495
6496 -------------------------------------------------------------------
6497 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
6498
6499 - another update to svn
6500
6501 -------------------------------------------------------------------
6502 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
6503
6504 - finish rpm callbacks
6505 - finish UI API
6506 - fix state change resolver<->pool
6507 - zmd backend stuff
6508 - speed up tag file parsing
6509 - rev 1405
6510
6511 -------------------------------------------------------------------
6512 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
6513
6514 - disabling failing tests of s390 and ppc
6515
6516 -------------------------------------------------------------------
6517 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
6518
6519 - Snapshoot rev 1367
6520
6521 -------------------------------------------------------------------
6522 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
6523
6524 - use hashes for pool
6525 - rev 1343
6526
6527 -------------------------------------------------------------------
6528 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
6529
6530 - removed Obsoletes:    yast2-packagemanager
6531
6532 -------------------------------------------------------------------
6533 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
6534
6535 - Snapshoot 3 Feb 2005 (11:30)
6536
6537 -------------------------------------------------------------------
6538 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
6539
6540 - Snapshoot 2 Feb 2005 (14:00)
6541
6542 -------------------------------------------------------------------
6543 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
6544
6545 - Snapshoot 2 Feb 2005 ( integrating YaST )
6546
6547 -------------------------------------------------------------------
6548 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
6549
6550 - converted neededforbuild to BuildRequires
6551
6552 -------------------------------------------------------------------
6553 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
6554
6555 - Initial version
6556