- Change Selectable API to support doing staus manipulation on
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Wed Aug 13 21:01:25 CEST 2008 - ma@suse.de
3
4 - Change Selectable API to support doing staus manipulation on
5   non-USER level. 
6 - revision 10847
7 - version 5.5.0 (5) 
8
9 -------------------------------------------------------------------
10 Wed Aug 13 16:48:49 CEST 2008 - dmacvicar@suse.de
11
12 - support sat solver API for searching files
13
14 -------------------------------------------------------------------
15 Wed Aug 13 15:12:45 CEST 2008 - ma@suse.de
16
17 - Add ResPool::reposFind to get repositories by alias.
18 - revision 10835
19
20 -------------------------------------------------------------------
21 Tue Aug 12 19:37:36 CEST 2008 - ma@suse.de
22
23 - Advise rpmdb2solv to parse the product database.
24 - revision 10824
25 - version 5.4.0 (4)
26
27 -------------------------------------------------------------------
28 Tue Aug 12 12:05:49 CEST 2008 - ma@suse.de
29
30 - Offer a simpler, fate based status manipulation in ui::Selectable.
31   This is easier to handle, as the ui::Status always distinguishes
32   wheter an object is installed or not.
33 - revision 10814
34
35 -------------------------------------------------------------------
36 Mon Aug 11 18:00:40 CEST 2008 - ma@suse.de
37
38 - Propagate default rpm install flags from zypp.conf via ZConfig and
39   ZYppCommitPolicy down to the installer. (FATE #302952) 
40 - revision 10813
41
42 -------------------------------------------------------------------
43 Mon Aug 11 16:28:07 CEST 2008 - ma@suse.de
44
45 - Add base::Flags (like qt's QFlags) a type-safe way of storing 
46   OR-combinations of enum values.
47 - revision 10811
48
49 -------------------------------------------------------------------
50 Fri Aug  8 17:01:00 CEST 2008 - ma@suse.de
51
52 - Add static ui::Selectable::get methods as convenient ctor
53   substitute. 
54 - revision 10806
55
56 -------------------------------------------------------------------
57 Fri Aug  8 15:41:17 CEST 2008 - ma@suse.de
58
59 - Adapt zypp-query-pool to new product handling.
60 - revision 10803
61
62 -------------------------------------------------------------------
63 Fri Aug  8 14:11:03 CEST 2008 - ma@suse.de
64
65 - Don't pass epoch to 'rpm -e', it does not support it.
66 - revision 10800
67
68 -------------------------------------------------------------------
69 Fri Aug  8 13:27:42 CEST 2008 - ma@suse.de
70
71 - Adapt to new product handling. Products are no longer pseudo
72   installed objects verified by the solver, but actually installed. 
73   Thus removed satisfiedProduct iterator, fixed Selctables. 
74 - Removed class ProductInfo as we keep Product.
75 - revision 10797
76
77 -------------------------------------------------------------------
78 Thu Aug  7 22:00:55 CEST 2008 - dmacvicar@suse.de
79
80 - implement relogin suggested support (fate#304889)
81
82 -------------------------------------------------------------------
83 Wed Aug  6 18:21:30 CEST 2008 - ma@suse.de
84
85 - Detect correct download path even if repository type 
86   is not set. (bnc #386386)
87 - revision 10768
88
89 -------------------------------------------------------------------
90 Wed Aug  6 17:15:48 CEST 2008 - ma@suse.de
91
92 - Cleanup, mostly by removing, unused parser code and related classes.
93 - revision 10765
94
95 -------------------------------------------------------------------
96 Wed Aug  6 16:23:27 CEST 2008 - ma@suse.de
97
98 - Don't let exception escape MediaSetAccess dtor (bnc #415017)
99 - revision 10763
100
101 -------------------------------------------------------------------
102 Mon Aug  4 19:34:27 CEST 2008 - ma@suse.de
103
104 - Add new product attributes (flavor,referencePackage).
105 - Add PoolItem buddies, i.e. two PoolItems sharing the same status
106   object. This is used to keep the product resolvable and the
107   package providing the product metadata in sync.
108 - revision 10742
109
110 -------------------------------------------------------------------
111 Sat Aug  2 19:26:52 CEST 2008 - jkupec@suse.cz
112
113 - support an optional url attribute in repoindex.xml's <repo>
114 - revision 10729
115
116 -------------------------------------------------------------------
117 Thu Jul 31 21:52:11 CEST 2008 - ma@suse.de
118
119 - New class ProductInfo to provide product related metadata that
120   might be associated with a package. This will replace the Product
121   resolvable.
122 - revision 10715
123
124 -------------------------------------------------------------------
125 Thu Jul 31 19:01:54 CEST 2008 - dmacvicar@suse.de
126
127 - generate a unique anonymous unique string per target
128   and add it to the agent string for better statistics
129
130 -------------------------------------------------------------------
131 Thu Jul 31 19:01:14 CEST 2008 - ma@suse.de
132
133 - Follow solver policy and make repository priority the highest
134   key, when ordering packages. Then architecture, and edition last.
135 - revision 10710
136
137 -------------------------------------------------------------------
138 Wed Jul 30 19:12:00 CEST 2008 - ma@suse.de
139
140 - /var/lib/zypp and /var/cache/zypp should be owned by libzypp 
141   (bnc #412094)
142 - revision 10702
143
144 -------------------------------------------------------------------
145 Wed Jul 30 12:47:48 CEST 2008 - jkupec@suse.cz
146
147 - Service renamed to ServiceInfo
148 - RepoInfoBase added; RepoInfo and ServiceInfo now derive from it
149 - revision 10695
150
151 -------------------------------------------------------------------
152 Tue Jul 29 12:59:46 CEST 2008 - jkupec@suse.cz
153
154 - fixed yum repos to work with non '/' base url post fix
155   (bnc #341617)
156 - revision 10662
157
158 -------------------------------------------------------------------
159 Mon Jul 28 18:13:24 CEST 2008 - ma@suse.de
160
161 - Fixed SolvIterMixin::Selectable_iterator eating some solvables
162   (bnc #411339)
163 - revision 10680
164
165 -------------------------------------------------------------------
166 Fri Jul 25 20:12:55 CEST 2008 - ma@suse.de
167
168 - Several changes to make libzypp-bindings compile using the original
169   header files and no private copies. (bnc #391831)
170 - revision 10668
171 - version 5.3.0
172
173 -------------------------------------------------------------------
174 Wed Jul 23 17:17:47 CEST 2008 - jkupec@suse.cz
175
176 - Service::enabled() added
177 - revision 10657
178
179 -------------------------------------------------------------------
180 Tue Jul 22 17:18:28 CEST 2008 - jkupec@suse.cz
181
182 - Removed FRESHENS dependency type
183 - revision 10643
184
185 -------------------------------------------------------------------
186 Thu Jul 17 09:49:40 CEST 2008 - schubi@suse.de
187
188 - Allow parallel installation of packages which have been defined
189   in zypp.conf (parameter "multiversion") Fate #302050
190 - Additional check for broken system.
191   (defined in zypp.conv: solver.checkSystemFile)
192 - revision 10600
193
194 -------------------------------------------------------------------
195 Wed Jul 16 14:39:50 CEST 2008 - ma@suse.de
196
197 - Add ui::Selectable::isNeeded to indicate patch relevance (bnc #409150)
198 - revision 10596
199
200 -------------------------------------------------------------------
201 Wed Jul 16 01:10:37 CEST 2008 - ma@suse.de
202
203 - Remove Atom, Script, Message and other obsolete classes.
204 - revision 10592
205
206 -------------------------------------------------------------------
207 Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
208
209 - Also report the name of the locking process in ZYppFactoryException
210   (bnc #280537)
211 - revision 10572
212
213 -------------------------------------------------------------------
214 Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
215
216 - corrected logging of solver settings
217 - regard locking while doUpdate (bnc #405427)
218 - revision 10564
219
220 -------------------------------------------------------------------
221 Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
222
223 - make curl use the right transfer mode
224   (CURLOPT_PROXY_TRANSFER_MODE) when proxy is used (bnc #306272)
225 - revision 10559
226
227 -------------------------------------------------------------------
228 Sat Jul 12 11:19:56 CEST 2008 - jkupec@suse.cz
229
230 - reuse existing disk mounts (applied Marius' patch) (bnc #208222)
231 - revision 10557
232
233 -------------------------------------------------------------------
234 Wed Jul  9 18:13:58 CEST 2008 - ma@suse.de
235
236 - Provide Package::url() if available in solv file. (bnc #402434)
237 - A missing cookie file must not be treated as an error. Simply
238   rebuild the cache (bnc #405867)
239 - Add 22x22 and 24x24 icons (bnc #329635)
240 - revision 10528
241
242 -------------------------------------------------------------------
243 Mon Jul  7 13:39:09 CEST 2008 - schubi@suse.de
244
245 - Do not update an already updated package (bnc #400422)
246 - revision 10504
247
248 -------------------------------------------------------------------
249 Fri Jul  4 17:19:24 CEST 2008 - ma@suse.de
250
251 - Also check if the fingerprint matches before importing updated keys.
252   (bnc #393160)
253 - revision 10500
254
255 -------------------------------------------------------------------
256 Mon Jun 30 23:55:20 CEST 2008 - dmacvicar@suse.de
257
258 - forward port add message attribute to patches.
259 - port import newer keys if a trusted key is updated
260 - (bnc#393160)
261 - version 5.0.2
262
263 -------------------------------------------------------------------
264 Mon Jun 30 10:28:27 CEST 2008 - ma@suse.de
265
266 - Fix permanent duplication of gpg keys in the rpm database. Also
267   retrieve correct creation and expire dates. (bnc #401259)
268 - Invoke gpg with --homdir, otherwise command fails if executed
269   within a wrapper. (bnc #401259)
270 - revision 10487
271
272 -------------------------------------------------------------------
273 Thu Jun 26 12:07:33 CEST 2008 - schubi@suse.de
274
275 - version 5.0.1
276 - revision 10464
277
278 -------------------------------------------------------------------
279 Thu Jun 19 17:55:35 CEST 2008 - ma@suse.de
280
281 - Handle new patch messages and scripts in commit. Provide callbacks
282   to display the patch messages and give visual feedback on script
283   execution. (bnc #401220)
284 - revision 10411
285
286 -------------------------------------------------------------------
287 Thu Jun 19 17:35:59 CEST 2008 - ma@suse.de
288
289 - Fix wrong parenthesis causing bug 399320
290 - version
291 - revision
292
293 -------------------------------------------------------------------
294 Tue Jun 10 09:52:03 CEST 2008 - jreidinger@suse.cz
295
296 - improve performance of gsub
297 - change replace_all to replaceAll (same name convency)
298 - add tests for gsub and replaceAll
299 - revision 10366
300
301 -------------------------------------------------------------------
302 Fri Jun  6 13:29:59 CEST 2008 - ma@suse.de
303
304 - Handle application/x-redhat-package-manager in package-manager.desktop
305   (bnc #391183)
306 - revision 10361
307
308 -------------------------------------------------------------------
309 Thu Jun  5 18:01:15 CEST 2008 - jkupec@suse.cz
310
311 - X-SuSE-ControlCenter-System category added
312   to package-manager.desktop (bnc #302324)
313 - revision 10353
314
315 -------------------------------------------------------------------
316 Wed Jun  4 14:57:13 CEST 2008 - ma@suse.de
317
318 - Fix crash when requesting disk usage without a target loaded. (bnc #396755)
319 - revision 10340
320
321 -------------------------------------------------------------------
322 Wed Jun  4 14:05:09 CEST 2008 - ma@suse.de
323
324 - Fix memory corruption in curl media handler (bnc #396979)
325 - revision 10338
326
327 -------------------------------------------------------------------
328 Tue Jun  3 20:00:00 CEST 2008 - ma@suse.de
329
330 - Take care satsolver recognizes 'Capability( "srcpackage:zypper" )'
331   as 'source package named zypper'. So these capabilities can be used
332   together with sat::Whatprovides or in resolver requests. (bnc #369893)
333 - revision 10335
334
335 -------------------------------------------------------------------
336 Tue Jun  3 15:40:37 CEST 2008 - jreidinger@suse.cz
337
338 - allow aborting progress during removing packages. (bnc #389238)
339 - revision 10331
340
341 -------------------------------------------------------------------
342 Mon Jun  2 15:31:36 CEST 2008 - schubi@suse.de
343
344 - New option for ignoring Obsoletes. This is used for installing more than
345   one pacakges with the same name but different versions.
346   Often used by kernel.
347 - r 10299
348
349 -------------------------------------------------------------------
350 Sun Jun  1 23:14:34 CEST 2008 - - ma@suse.de
351
352 - Revert inappropriate Selectable cleanup. Fix Selectable
353   status computation. Unmaintained packages were wrongly
354   reported as unsinstalled. (bnc #394630)
355 - version 5.0.0 (4.x continued in SuSE-Linux-11_0-Branch)
356 - revision 10295
357
358 -------------------------------------------------------------------
359 Fri May 30 12:14:47 CEST 2008 - tgoettlicher@suse.de
360
361 - fixed typo
362
363 -------------------------------------------------------------------
364 Wed May 28 18:54:27 CEST 2008 - ma@suse.de
365
366 - Reenable diskusage calculation (bnc #395051)
367 - version 4.25.1
368 - revision 10273
369
370 -------------------------------------------------------------------
371 Wed May 28 18:50:11 CEST 2008 - jkupec@suse.cz
372
373 - RepoManager::packagesPath(RepoInfo) added (bnc #394728)
374 - revision 10271
375
376 -------------------------------------------------------------------
377 Wed May 28 16:26:09 CEST 2008 - jkupec@suse.cz
378
379 - RepoInfo: don't overwrite flags that have already been set externally
380   (bnc #394728)
381 - revision 10256
382
383 -------------------------------------------------------------------
384 Wed May 28 15:30:24 CEST 2008 - ma@suse.de
385
386 - Create missing directories when saving config files. (bnc #395026)
387 - Fix undefined behaviour in RepoManager.
388 - revision 10255
389
390 -------------------------------------------------------------------
391 Wed May 28 15:23:44 CEST 2008 - schubi@suse.de
392
393 - SOLVER_ERASE_SOLVABLE_NAME: As we do not know, if this request has come
394   from resolvePool or resolveQueue we will have to take care for both
395   cases. (bnc#393969)
396 - r 10252
397
398 -------------------------------------------------------------------
399 Tue May 27 22:35:37 CEST 2008 - coolo@suse.de
400
401 - compile with RPM_OPT_FLAGS
402
403 -------------------------------------------------------------------
404 Mon May 26 17:23:24 CEST 2008 - jkupec@suse.cz
405
406 - old2new locks file converter script added to %post (jredinger)
407 - r 10227
408
409 -------------------------------------------------------------------
410 Mon May 26 11:48:35 CEST 2008 - schubi@suse.de
411
412 - Do not regard packages with the same name while upgrading obsoleted
413   packages (bnc#394367)
414 - r 10219
415
416 -------------------------------------------------------------------
417 Sat May 24 01:23:44 CEST 2008 - dmacvicar@suse.de
418
419 - revert commit don't check for existence of keys,
420   to avoid a non needed HEAD request. (related bnc#381280)
421   as it creates popup error callbacks due to the 404's in
422   the keys. Leave however the OnMediaLocation::optional()
423   API to look for another fix strategy.
424
425 -------------------------------------------------------------------
426 Fri May 23 15:52:20 CEST 2008 - dmacvicar@suse.de
427
428 - define path for messages and scripts and document
429   them in zypp.conf
430
431 -------------------------------------------------------------------
432 Fri May 23 14:42:34 CEST 2008 - schubi@suse.de
433
434 - Added IgnoreAlreadyRecommended flag. So recomments/suggest will
435   be ignored for already INSTALLED packages (bnc #389694)
436 - r 10202
437
438 -------------------------------------------------------------------
439 Fri May 23 10:22:47 CEST 2008 - schubi@suse.de
440
441 - Packages which obsoletes and do NOT required other installed
442   packages will be installed if no other packages obsolete the installed package too.
443 - r 10196
444
445 -------------------------------------------------------------------
446 Thu May 22 02:22:29 CEST 2008 - dmacvicar@suse.de
447
448 - fix filelist for installed packages (bnc#392544)
449 - fix changelog retrieval for installed packages
450
451 -------------------------------------------------------------------
452 Wed May 21 13:50:00 CEST 2008 - dmacvicar@suse.de
453
454 - deprecate Repository::name() and use alias() to
455   be consistent. Related to (bnc#383553)
456 - don't check for existence of keys, to avoid a non needed
457   HEAD request. (helps bnc#381280)
458 - 4.25.0
459
460 -------------------------------------------------------------------
461 Wed May 21 11:37:23 CEST 2008 - schubi@suse.de
462
463 - added onlyRequires in the testcase (bnc #389184)
464
465 -------------------------------------------------------------------
466 Tue May 20 12:12:27 CEST 2008 - jreidinger@suse.cz
467
468 - allow installation and refreshing from repository with alias that
469   contains ' or " (bnc #392426)
470 - r10158
471
472 -------------------------------------------------------------------
473 Mon May 19 21:11:41 CEST 2008 - jkupec@suse.cz
474
475 - delta rpm support reenabled
476 - r10150
477
478 -------------------------------------------------------------------
479 Mon May 19 18:13:19 CEST 2008 - schubi@suse.de
480
481 - Resetting Delete Details in ResStatus correctly (bnc #391785)
482 - r 10145
483
484 -------------------------------------------------------------------
485 Mon May 19 11:47:06 CEST 2008 - dmacvicar@suse.de
486
487 - when setting status to non installed for uninstalled packages
488   set the user transaction so they go to soft locks.
489   (related to bnc#389739 )
490
491 -------------------------------------------------------------------
492 Fri May 16 16:56:04 CEST 2008 - schubi@suse.de
493
494 - Added new calls : isInstalledBy (const PoolItem item);
495                     installs (const PoolItem item);
496 - r 10125
497 - 4.23.0
498
499 -------------------------------------------------------------------
500 Fri May 16 16:49:04 CEST 2008 - jreidinger@suse.cz
501
502 - don't run merge in save when toAdd/Remove queue is empty
503 - throw when locks cannot load its file
504 - r10124
505
506 -------------------------------------------------------------------
507 Fri May 16 09:59:09 CEST 2008 - jreidinger@suse.cz
508
509 - throw more describing exception when repo probing failed
510   (bnc #389690)
511 - revision 10118
512
513 -------------------------------------------------------------------
514 Thu May 15 15:15:59 CEST 2008 - jreidinger@suse.cz
515
516 - allow call only merge old locks and newly added/removed without
517   saving it to file
518 - -revision 10104
519
520 -------------------------------------------------------------------
521 Tue May 13 17:37:11 CEST 2008 - dmacvicar@suse.de
522
523 - report non packages as keep installed if satisfied to the
524   user interace (Selectables)
525 - 4.21.3
526
527 -------------------------------------------------------------------
528 Tue May 13 15:50:28 CEST 2008 - jkupec@suse.cz
529
530 - create /etc/zypp/products.d on install
531
532 -------------------------------------------------------------------
533 Mon May 12 17:21:19 CEST 2008 - jkupec@suse.cz
534
535 - /etc/zypp/products.d added to file list (bnc #385868)
536 - revision 10049
537 - version 4.21.2
538
539 -------------------------------------------------------------------
540 Mon May 12 17:15:34 CEST 2008 - jkupec@suse.cz
541
542 - call RemoveResolvableReport::problem() before finish() on error
543   (bnc #388810)
544 - revision 10045
545
546 -------------------------------------------------------------------
547 Sat May 10 21:57:29 CEST 2008 - coolo@suse.de
548
549 - fix file list
550
551 -------------------------------------------------------------------
552 Fri May  9 23:15:53 CEST 2008 - ma@suse.de
553
554 - Product now retrieves all attributes from the solv file.
555 - version 4.21.1
556 - revision 10031
557
558 -------------------------------------------------------------------
559 Fri May  9 21:28:42 CEST 2008 - ma@suse.de
560
561 - Add zypp.conf option configdir (/etc/zypp) and arrange
562   all config files and directories to follow {configdir}
563   per default.
564 - Fix zypp-query-pool to print satisfied products and additional
565   products defined in {configdir}/products.d for registration.
566   (bnc #385868)
567 - version 4.21.0
568 - revision 10029
569
570 -------------------------------------------------------------------
571 Fri May  9 15:30:40 CEST 2008 - jreidinger@suse.cz
572
573 - implement remove duplicate entries in lock file (bnc#385967)
574
575 -------------------------------------------------------------------
576 Fri May  9 15:15:32 CEST 2008 - ma@suse.de
577
578 - Speedup rpmdb2solv by reusing an existing solv file.
579 - version 4.20.1
580 - revision 10012
581
582 -------------------------------------------------------------------
583 Thu May  8 18:13:54 CEST 2008 - ma@suse.de
584
585 - Fix failed package download due to unkown repository type (bnc #386386)
586 - revision 9995
587
588 -------------------------------------------------------------------
589 Thu May  8 16:33:37 CEST 2008 - ma@suse.de
590
591 - Support optional root argument to RepoManagerOptions, to prefix all
592   path names taken from ZConfig. (bnc #388265)
593 - version 4.20.0
594 - revision 9993
595
596 -------------------------------------------------------------------
597 Thu May  8 14:21:51 CEST 2008 - schubi@suse.de
598
599 - new solution action for removing requirements/conflicts (bnc #387631)
600 - revision 9988
601
602 -------------------------------------------------------------------
603 Thu May  8 10:56:49 CEST 2008 - ma@suse.de
604
605 - Provide enumerated patch category 'Patch::categoryEnum()' (bnc #159100)
606 - revision 9984
607
608 -------------------------------------------------------------------
609 Wed May  7 13:52:24 CEST 2008 - schubi@suse.de
610
611 - DistUpgrade: searching for providers -> regarding name onl
612 - r 9977
613
614 -------------------------------------------------------------------
615 Tue May  6 17:35:59 CEST 2008 - dmacvicar@suse.de
616
617 - add flag --registrable (-r) to query pool to avoid
618   using system as a filter
619 - 4.19.1
620
621 -------------------------------------------------------------------
622 Tue May  6 07:37:22 CEST 2008 - coolo@suse.de
623
624 - return values in non-void functions
625
626 -------------------------------------------------------------------
627 Mon May  5 14:08:20 CEST 2008 - jkupec@suse.cz
628
629 - support multiple search strings in PoolQuery (ORed)
630 - revision 9945
631
632 -------------------------------------------------------------------
633 Mon May  5 09:55:29 CEST 2008 - schubi@suse.de
634
635 - Switch off the upgrade mode of the
636   SAT solver cause the packages have already been evaluated by
637   the distupgrade machanism of libzypp. (bnc #386375)
638 - rev 9943
639
640 -------------------------------------------------------------------
641 Fri May  2 16:36:04 CEST 2008 - jreidinger@suse.cz
642
643 - release file after copy to cache as soon as possible.
644   (bnc #381311)
645 - r9940
646
647 -------------------------------------------------------------------
648 Fri May  2 16:28:05 CEST 2008 - schubi@suse.de
649
650 - Bugfix: keep states by user has been removed it the
651   package has not been installed BUT has been recommended by another package.
652   (bnc #385832)
653 - rev 9938
654
655 -------------------------------------------------------------------
656 Fri May  2 12:19:22 CEST 2008 - jreidinger@suse.cz
657
658 - add isLocal function to Url which say if scheme is local or
659   internet.
660 - r9932
661
662 -------------------------------------------------------------------
663 Fri May  2 09:36:18 CEST 2008 - jreidinger@suse.cz
664
665 - cache decision for repository depend on his url.
666 - http,ftp and smb cache packages.
667 - revision 9929
668
669 -------------------------------------------------------------------
670 Thu May  1 00:50:51 CEST 2008 - ma@suse.de
671
672 - Load and maintain persistent hard locks stored in /etc/zypp/locks.
673   Locks are loaded together with the target, and changes are writen
674   back on commit. zypp.conf option locksfile.apply can be used to turn
675   this feature on or off. (FATE #120352)
676 - version 4.18.0
677 - revision 9927
678
679 -------------------------------------------------------------------
680 Wed Apr 30 16:27:49 CEST 2008 - ma@suse.de
681
682 - Add zypp.conf option solvfilesdir: Path where the repo solv files
683   are created. Default value: {cachedir}/solv.
684 - Target and repositories now save their solvfiles below {solvfilesdir}
685   in directories named after the repositories alias.
686 - version 4.18.0
687 - revision 9913
688
689 -------------------------------------------------------------------
690 Wed Apr 30 14:19:16 CEST 2008 - jkupec@suse.cz
691
692 - fixed filesystem::expandlink(Pathname) (bnc #368477)
693 - r9906
694
695 -------------------------------------------------------------------
696 Tue Apr 29 16:37:19 CEST 2008 - schubi@suse.de
697
698 - cleanup in return values of doUpgrade and doUpdate
699 - r9886
700 - 4.17.0
701
702 -------------------------------------------------------------------
703 Mon Apr 28 18:27:54 CEST 2008 - jkupec@suse.cz
704
705 - check for valid pool in begin(), improve the code (bnc #384337)
706 - r9872
707 - 4.16.0
708
709 -------------------------------------------------------------------
710 Mon Apr 28 15:40:09 CEST 2008 - mvidner@suse.cz
711
712 - Updated package-manager-su from xdg-utils-1.0.2-48 (bnc#339549).
713
714 -------------------------------------------------------------------
715 Mon Apr 28 15:25:46 CEST 2008 - schubi@suse.de
716
717 - added translations
718
719 -------------------------------------------------------------------
720 Mon Apr 28 11:15:47 CEST 2008 - jkupec@suse.cz
721
722 - ostream operator<<(ostream,TriBool) added
723 - r9833
724
725 -------------------------------------------------------------------
726 Fri Apr 25 16:12:12 CEST 2008 - ma@suse.de
727
728 - Prevent target::unload from creating a system repo in order
729   to unload it. (bnc 382297)
730 - version 4.15.2
731 - revision 9822
732
733 -------------------------------------------------------------------
734 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
735
736 - Prevent deselected or deleted items from being re-selected due to
737   recommends (aka. persistent soft locks). Unlike hard locked, those
738   items will be automatically selected if required. The list of soft
739   locked items is stored in /var/lib/zypp/SoftLocks.
740 - version 4.15.1
741 - revision 9818
742
743 -------------------------------------------------------------------
744 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
745
746 - Remove obsolete AdditionalCapabilities interface from ResPool.
747   Forward sat::Pool::RepositoryIterator. There's no more need to
748   maintain an extra Repository list in ResPool.
749 - revision 9806
750
751 -------------------------------------------------------------------
752 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
753
754 - Support dependencies requiring a specific architecture:
755   "name[.arch] [op edition]". See class Capability for details
756   about how to construct dependencies. (bnc #305445)
757 - version 4.15.0
758 - revision 9805
759
760 -------------------------------------------------------------------
761 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
762
763 - patch attributes and deprecate old ones
764 - 4.14.0
765
766 -------------------------------------------------------------------
767 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
768
769 - change locks api -
770 - make more functions const
771 - replace add/remove by selectable to add/remove by ident or name and kind
772 - rename iterator to const_iterator to avoid confusion
773 - revision 9781
774
775 -------------------------------------------------------------------
776 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
777
778 - Do architecture changes while "dup" in the external distribution
779   upgrade ONLY. bnc #382274
780 - Added "ignore" to the solutions
781 - Added "self-conflicts" to the solution
782 - added new solver mechanism "resolveQueue"
783 - Bugfix broken/satisfied products
784 - rev 9776
785
786 -------------------------------------------------------------------
787 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
788
789 - Added Pattern::core returning the packages required by a pattern.
790   (see also Pattern::depends and Pattern::contents).
791 - revision 9771
792
793 -------------------------------------------------------------------
794 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
795
796 - Added Target::release(), returning the targets distribution
797   release string.
798 - revision 9761
799
800 -------------------------------------------------------------------
801 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
802
803 - per default abort if package installation fails. (bnc #381203)
804 - version 4.13.3
805 - revision 9725
806
807 -------------------------------------------------------------------
808 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
809
810 - add ZYpp and curl version to http agent string
811   (bnc #381280)
812
813 -------------------------------------------------------------------
814 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
815
816 - Fixed pools package index wrongly including source packages. (bnc #380283)
817 - version 4.13.2
818 - revision 9683
819
820 -------------------------------------------------------------------
821 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
822
823 - Disable fast creation of @System.solv. It may produce wrong results
824   e.g. after a rebuilddb.
825 - version 4.13.1
826 - revision 9666
827
828 -------------------------------------------------------------------
829 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
830
831 - initializeTarget now takes an additional option, telling whether to
832   rebuild an existing rpm database before using it. Default is false.
833   (bnc #308352)
834 - version 4.13.0
835 - revision 9664
836
837 -------------------------------------------------------------------
838 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
839
840 - save do nothing if no locks added/removed
841 - fix bug with multiple save lock
842 - don't save same query multiple times
843 - improve tests
844 - revision 9644
845
846 -------------------------------------------------------------------
847 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
848
849 - added new translations
850 - activate zypp-query-pool
851 - Revision 9637
852 - 4.12.1
853
854 -------------------------------------------------------------------
855 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
856
857 - Locks API cleaned-up, iterator added, light read() added
858 - PoolQuery::attribute(SolvAttr) getter added
859 - revision 9609
860
861 -------------------------------------------------------------------
862 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
863
864 - reenable zypp-query-pool
865 - 4.11.1
866
867 -------------------------------------------------------------------
868 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
869
870 - Enable evaluation of hardware dependencies.
871 - Enable evaluation of filesystem dependencies.
872 - revision 9605
873
874 -------------------------------------------------------------------
875 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
876
877 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
878   needed for explicit refresh request
879 - revision 9574
880
881 -------------------------------------------------------------------
882 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
883
884 - Install ResPoolProxy index to speedup Solvable to Selectable
885   conversion.
886 - version 4.11.0
887 - revision 9558
888
889 -------------------------------------------------------------------
890 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
891
892 - Implement update scripts installed by packages. After every
893   package install /var/adm/update-scripts is scanned for the first
894   file starting with "<name>-<version>.<release>-", which is then
895   executed.
896 - revision 9547
897
898 -------------------------------------------------------------------
899 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
900
901 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
902 - Add Resolvable::poolItem() providing access to the corresponding
903   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved
904   to PoolItem.
905 - Add ResPool::satisfiedProductsBegin/End iterator over all products
906   whose dependencies are satisfied. This reflects the status determined
907   by the last solver run. (#368104)
908 - revision 9535
909
910 -------------------------------------------------------------------
911 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
912
913 - switch to new locks api
914 - revision 9524
915
916 -------------------------------------------------------------------
917 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
918
919 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
920 - Add SolvIterMixin: Base class providing PoolItem_iterator and
921   Selectable_iterator iterator types based on a Solvable iterator.
922 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
923   PoolItem_iterator and Selectable_iterator.
924 - Add Solvable::SplitIdent: Helper class that splits an identifier
925   into kind and name.
926 - Provide methods Pattern::contents returning a collection of packages
927   associated with the pattern/patch.
928 - revision 9496
929
930 -------------------------------------------------------------------
931 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
932
933 - add comparing to PoolQuery
934 - revision 9466
935
936 -------------------------------------------------------------------
937 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
938
939 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137)
940 - revision 9452
941
942 -------------------------------------------------------------------
943 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
944
945 - initial implementation of new locks (FATE #120118 and #120352)
946 - revision 9442
947
948 -------------------------------------------------------------------
949 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
950
951 - selectable API updates and changes
952 - 4.10.0
953
954 -------------------------------------------------------------------
955 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
956
957 - add split with respect to escaped delimeters and also for quotes
958 - revision 9373
959
960 -------------------------------------------------------------------
961 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
962
963 - Fixed some missing package and source package attributes.
964 - revision 9348
965
966 -------------------------------------------------------------------
967 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
968
969 - Allow to store a media label in MediaSetAccess. This label is
970   passed to a media change requests to describe which CD is
971   requested.  (bnc #330094)
972 - Fixed some missing package and source package attributes.
973 - revision 9347
974
975 -------------------------------------------------------------------
976 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
977
978 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
979 - Removed establish state in ResStatus
980 - revision 9337
981 - version 4.7.0
982
983 -------------------------------------------------------------------
984 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
985
986 - Add PoolItem::isSatisfied()/isBroken() to test whether
987   the items requirements are met.
988 - revision 9334
989
990 -------------------------------------------------------------------
991 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
992
993 - Extend sat::WhatProvides to allow to query for possible providers
994   of a collection of capabilies. E.g. all providers of a packages
995   requirements.
996 - Fixed retrieval of translated texts from .solv files, provided the
997   solv file contains them.
998 - revision 9328
999
1000 -------------------------------------------------------------------
1001 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
1002
1003 - initial implementation of serialize/recovery PoolQuery
1004   (needed by FATE #120118)
1005 - revision 9325
1006
1007 -------------------------------------------------------------------
1008 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
1009
1010 - Allow prioritizing repos by adding a line 'priority=N' to the
1011   .repo file. Where N is an integer number from 1 (highest prio)
1012   to 99 (least and default). (bnc #369827, fate #302872)
1013 - version 4.6.1
1014 - revision 9276
1015
1016 -------------------------------------------------------------------
1017 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
1018
1019 - support plaindir again (at least the most important parts)
1020
1021 -------------------------------------------------------------------
1022 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
1023
1024 - Throwing special exception MediaBadCAException in case of SSL
1025   certificate validation failure.(bnc #223512)
1026 - revision 9250
1027
1028 -------------------------------------------------------------------
1029 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
1030
1031 - add new error IO_SOFT to media request callback for temporary
1032   connection problem. (bnc #328822)
1033 - add new media exception timeout when somethink fail due to exceed
1034   timeout
1035 - mediacurl throw timeout exception when timeouted
1036 - revision 9246
1037
1038 -------------------------------------------------------------------
1039 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
1040
1041 - return more information from checking if metadata need refresh,
1042   so user can get better info. (bnc #307249)
1043 - revision 9231
1044
1045 -------------------------------------------------------------------
1046 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
1047
1048 - class sat::LocaleSupport: Convenience methods to manage support
1049   for language specific packages.
1050 - revision 9197
1051
1052 -------------------------------------------------------------------
1053 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
1054
1055 - removed obsolete capability handling stuff (ma)
1056 - version 4.5.0
1057
1058 -------------------------------------------------------------------
1059 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
1060
1061 - Don't mask skip and abort exception in Fetcher
1062 - revision 9188
1063
1064 -------------------------------------------------------------------
1065 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
1066
1067 - action is correctly set in mediaRequest callback
1068 - revision 9186
1069
1070 -------------------------------------------------------------------
1071 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
1072
1073 - Fix SEGV in commit (bnc# 371137)
1074 - version 4.4.3
1075 - revision 9174
1076
1077 -------------------------------------------------------------------
1078 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
1079
1080 - version 4.4.2
1081
1082 -------------------------------------------------------------------
1083 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
1084
1085 - look for openssl in cmake, actually we build require it
1086 - explicitely link against openssl and crypto, required to
1087   compile in all platforms/distros.
1088
1089 -------------------------------------------------------------------
1090 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
1091
1092 - Save repo type during refresh if type is NONE (f.e. lazy probing).
1093 - revision 9153
1094
1095 -------------------------------------------------------------------
1096 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
1097
1098 - replace gpg escaped semicolon with real semicolon (bnc #355434)
1099 - revision 9151
1100
1101 -------------------------------------------------------------------
1102 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
1103
1104 - make strings from RpmDb and Keyring exceptions translatable
1105 - revision 9146
1106
1107 -------------------------------------------------------------------
1108 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
1109
1110 - fix retrieving keys (bnc #368099)
1111 - version 4.4.1
1112
1113 -------------------------------------------------------------------
1114 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
1115
1116 - enable frontend to rewrite add_probe settings.(bnc #309612)
1117 - Correct adding repo without type to lazy probing.
1118 - revision 9135
1119
1120 -------------------------------------------------------------------
1121 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
1122
1123 - get better message if something fail when trying run rpm
1124   (bnc #344584)
1125 - revision 9133
1126
1127 -------------------------------------------------------------------
1128 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
1129
1130 - Add ExternalProgram::execError and ExternalProgram::command
1131   to improve error reporting.
1132 - revision 9112
1133
1134 -------------------------------------------------------------------
1135 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
1136
1137 - release all media before requesting another (bnc #336881)
1138 - revision 9110
1139
1140 -------------------------------------------------------------------
1141 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
1142
1143 - getDetectedDevices added (fate #120298)
1144 - revision 9108
1145
1146 -------------------------------------------------------------------
1147 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
1148
1149 - media backend release() methods changed to take string & instead
1150   of bool (needed for FATE #120298)
1151 - media label, detected device list and current device arguments
1152   added to the requestMedia callback
1153 - version 4.4.0
1154
1155 -------------------------------------------------------------------
1156 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
1157
1158 - fix for bnc#369543
1159
1160 -------------------------------------------------------------------
1161 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
1162
1163 - provide download rate info (average and curent) in the
1164   media::DownloadProgressReport for ftp/http (bnc #168935)
1165 - r9074
1166
1167 -------------------------------------------------------------------
1168 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
1169
1170 - cleanCache(): clean also .cookie files
1171 - cleanTargetCache() added
1172 - use escaped_alias() in rawcache_path_for_repoinfo() and
1173   packagescache_path_for_repoinfo()
1174 - r9068
1175
1176 -------------------------------------------------------------------
1177 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
1178
1179 - fixed location of RPMs in subdirs when parsing plaindir repo
1180   recursively (bnc #368218)
1181 - revision 9060
1182
1183 -------------------------------------------------------------------
1184 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
1185
1186 - Do not filter any installed solvables.
1187 - revision 9031
1188 - version 4.3.2
1189
1190 -------------------------------------------------------------------
1191 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
1192
1193 - Try to rebuild broken solv files in Target::load.
1194 - revision 9015
1195
1196 -------------------------------------------------------------------
1197 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
1198
1199 - Try to rebuild broken solv files in RepoManager::loadFromCache.
1200 - Fix RepoStatus::operator&& and RepoStatus testsuite.
1201 - revision 9008
1202
1203 -------------------------------------------------------------------
1204 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
1205
1206 - improved problem description while a vendor change
1207 - improved problem description if a requirement cannot be fulfilled. Bug #358560
1208 - revision 9002
1209
1210 -------------------------------------------------------------------
1211 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
1212
1213 - Save and restore requested locales on target load/commit.
1214 - revision 8999
1215
1216 -------------------------------------------------------------------
1217 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
1218
1219 - (Update) Prevent reinstallation of installed packages.
1220 - revision 8984
1221
1222 -------------------------------------------------------------------
1223 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
1224
1225 - refresh metadata if there is no cache to unbreak compat with
1226   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
1227   that "zypper in" could work on)
1228
1229 -------------------------------------------------------------------
1230 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
1231
1232 - create cache directory before calling rpmdb2solv (in an empty
1233   chroot)
1234 - version 4.3.1
1235
1236 -------------------------------------------------------------------
1237 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
1238
1239 - special exception message if server returns 403 response
1240   (forbidden) (port from SP2)
1241 - MediaException messages marked for translation
1242
1243 -------------------------------------------------------------------
1244 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
1245
1246 - make sure we have target cache on target initialize
1247 - version 4.3.0
1248
1249 -------------------------------------------------------------------
1250 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
1251
1252 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
1253   file systems (#333166)
1254 - rev. 8915
1255
1256 -------------------------------------------------------------------
1257 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
1258
1259 - Fixed Capabilites iterator exposing prereq marker.
1260 - revision 8914
1261
1262 -------------------------------------------------------------------
1263 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
1264
1265 - postinstall script fixed
1266 - version 4.2.10
1267
1268 -------------------------------------------------------------------
1269 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
1270
1271 - Testcases regards modaliases, rpmlib, ... correctly
1272 - Revision 8904
1273
1274 -------------------------------------------------------------------
1275 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
1276
1277 - Remove obsolete sql database. (bnc#363224)
1278 - revision 8898
1279
1280 -------------------------------------------------------------------
1281 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
1282
1283 - Take care target uses --root when creating solv files (bnc #363789)
1284 - revision 8881
1285
1286 -------------------------------------------------------------------
1287 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
1288
1289 - Unmaintained packages which does not fit to the updated system
1290   (broken dependencies) will be deleted.
1291 - revision 8867
1292
1293 -------------------------------------------------------------------
1294 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
1295
1296 - let libzypp-devel require libsatsolver-devel
1297
1298 -------------------------------------------------------------------
1299 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
1300
1301 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
1302 - revision 8833
1303
1304 -------------------------------------------------------------------
1305 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
1306
1307 - media: fixed DownloadProgressReport.finish() url argument in
1308   doGetFileCopy()
1309 - revision 8815
1310
1311 -------------------------------------------------------------------
1312 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
1313
1314 - hardlink when possible to optimize data transfer
1315   and space across caches.
1316 - version 4.2.8
1317
1318 -------------------------------------------------------------------
1319 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
1320
1321 - added some locale support to sat::Solvable
1322 - version 4.2.7
1323
1324 -------------------------------------------------------------------
1325 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
1326
1327 - handle error messages better in doesFileExist too which is
1328   used during probing. (bnc #362608)
1329
1330 -------------------------------------------------------------------
1331 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
1332
1333 - Fetcher::reset() should not reset cache directories.
1334   (bnc #348050)
1335 - version 4.2.6
1336
1337 -------------------------------------------------------------------
1338 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
1339
1340 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
1341   for http and https, but this time set CURLOPT_HTTPGET back to 1
1342   so it actually works. This makes Media::doesFileExist
1343   efficient for http and https.
1344   (related to bnc #348050)
1345 - version 4.2.5
1346
1347 -------------------------------------------------------------------
1348 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
1349
1350 - using .solv files only now (fate #303018)
1351 - revision 8699
1352
1353 -------------------------------------------------------------------
1354 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
1355
1356 - fix architectures on distupgrade
1357
1358 -------------------------------------------------------------------
1359 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
1360
1361 - fixes from trunk merged
1362
1363 -------------------------------------------------------------------
1364 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
1365
1366 - fixed renaming a repo to an existing one (bnc #228216)
1367 - revision 8431
1368
1369 -------------------------------------------------------------------
1370 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
1371
1372 - fix changelog
1373
1374 -------------------------------------------------------------------
1375 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
1376
1377 - read .curlrc more robustly to obtain user-proxy (#330351)
1378 - revision 8368
1379
1380 -------------------------------------------------------------------
1381 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
1382
1383 - always buildrequire openssl-devel
1384 - replacing strange utf-8 chars in changelog
1385 - revision 8317
1386
1387 -------------------------------------------------------------------
1388 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
1389
1390 - Saner NFS timeo default (#350309)
1391 - revision 8314
1392
1393 -------------------------------------------------------------------
1394 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
1395
1396 - support 'patterns.pat' and 'patterns.pat.gz' to read all
1397   patterns in one go.
1398 - rev 8309
1399
1400 -------------------------------------------------------------------
1401 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
1402
1403 - added RpmDb::removePubkey(), call it from
1404   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
1405   is removed from the trusted keyring
1406 - revision 8288
1407
1408 -------------------------------------------------------------------
1409 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
1410
1411 - Textchanges
1412 - reduced logging in SAT-solver
1413 - ordering solutions
1414 - version 4.1.8
1415 - revision 8276
1416
1417 -------------------------------------------------------------------
1418 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
1419
1420 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
1421   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
1422 - Revision 8255
1423 - Version 4.1.7
1424
1425 -------------------------------------------------------------------
1426 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
1427
1428 - Pathname zypp::filesystem::expandlink(const Pathname &) added
1429 - if the provided file is a symlink, expand it (#274651) (this
1430   probably won't work for schemes other than file/dir and cd/dvd)
1431 - revision 8179
1432
1433 -------------------------------------------------------------------
1434 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
1435
1436 - fixed password handling in URLs (bug #347273)
1437 - revision 8118
1438
1439 -------------------------------------------------------------------
1440 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
1441
1442 - Fixed default text locale detection not to use static variables. (#346872)
1443 - version 4.1.6
1444 - revision 8116
1445
1446 -------------------------------------------------------------------
1447 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
1448
1449 - Log more details about zypp lock owner. (#294094)
1450 - revision 8088
1451
1452 -------------------------------------------------------------------
1453 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
1454
1455 - Remove runtime dependency for libboost_filesystem (#345773)
1456 - version 4.1.5
1457 - revision 8061
1458
1459 -------------------------------------------------------------------
1460 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
1461
1462 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
1463   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
1464 - version 4.1.4
1465 - revision 7998
1466
1467 -------------------------------------------------------------------
1468 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
1469
1470 - make IniParser more strict (bug #306697)
1471
1472 -------------------------------------------------------------------
1473 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
1474
1475 - Fix missing packages in patch content list. (#340896)
1476 - revision 7925
1477
1478 -------------------------------------------------------------------
1479 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
1480
1481 - fix build
1482
1483 -------------------------------------------------------------------
1484 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
1485
1486 - Output date strings in UTF-8. (#339423)
1487 - revision 7807
1488
1489 -------------------------------------------------------------------
1490 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
1491
1492 - fixes for new gcc
1493 - version 4.1.3
1494 - r7788
1495
1496 -------------------------------------------------------------------
1497 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
1498
1499 - Don't mark failed patch scripts as installed. (#327523)
1500 - version 4.1.2
1501 - revision 7744
1502
1503 -------------------------------------------------------------------
1504 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
1505
1506 - update rpmlint suppression
1507
1508 -------------------------------------------------------------------
1509 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
1510
1511 - fixed retrieval of epoch from rpmdb (bug #246680)
1512
1513 -------------------------------------------------------------------
1514 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
1515
1516 - allow non-existing "packages" file in susetags parser (bug
1517   #309235)
1518
1519 -------------------------------------------------------------------
1520 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
1521
1522 - SMBIOS DMI modalias matching added (#333152)
1523 - revision 7494
1524
1525 -------------------------------------------------------------------
1526 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
1527 - do not download the same file multiple times in one attach session
1528   (#307098), r7456
1529 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
1530   removed - should be correctly detected by HAL now
1531   (#167629, #163971), r7452
1532 - version 4.1.1
1533
1534 -------------------------------------------------------------------
1535 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
1536
1537 - filter architecture in plaindir parser (bug #330791)
1538
1539 -------------------------------------------------------------------
1540 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
1541
1542 - Throw constructing malformed checksums. (#189096)
1543 - revision 7441
1544
1545 -------------------------------------------------------------------
1546 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
1547
1548 - Renamed templates back because proper qualification makes it work
1549   too.
1550 - 4.1.0
1551
1552 -------------------------------------------------------------------
1553 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
1554
1555 - only look for repositories in file ending ".repo" (bug #294779)
1556
1557 -------------------------------------------------------------------
1558 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
1559
1560 - Fixed compilation errors with GCC 4.3 by adding missing includes
1561   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
1562   Compare<Edition> to CompareEd.
1563 - r7426
1564
1565 -------------------------------------------------------------------
1566 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
1567
1568 - Incorporated patch from Michael Matz to speedup cache reading.
1569 - revision 7413
1570
1571 -------------------------------------------------------------------
1572 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
1573
1574 - Resolvertestcase:
1575   - log Repository info
1576   - set keep state in the testcase
1577   - handle vendor
1578 - r 4707
1579
1580 -------------------------------------------------------------------
1581 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
1582
1583 - Fixed pattern parser SEGV on broken pattern files. (#328546)
1584 - revision 7402
1585
1586 -------------------------------------------------------------------
1587 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
1588
1589 - QueuItemRequire: Filter out all provider which have worser architecture,
1590   are NOT noarch and have not the same name as the requirement. The
1591   last one is needed for updating packages via patch/atoms.
1592   Bug 328081
1593 - Revert changes of r 7340
1594 - r 7386
1595
1596 -------------------------------------------------------------------
1597 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
1598
1599 - Add missing '--install' parameter in desktop file. (#308640)
1600 - version 4.0.0
1601 - revision 7369
1602
1603 -------------------------------------------------------------------
1604 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
1605
1606 - release all attached media before attempting to eject (#293428)
1607 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
1608 - revision 7352
1609 - version 3.26.0
1610
1611 -------------------------------------------------------------------
1612 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
1613
1614 - provide a way to retrieve the metadata path. Used for
1615   installation, which incorrectly creates a repository in
1616   cache without adding it first, so metadata path is not
1617   set and therefore it is not possible to setup a media
1618   verifier on installation. Part of fix for (#293428)
1619 - 3.25.0
1620
1621 -------------------------------------------------------------------
1622 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
1623
1624 - If more than one resolvables provide a requirements and have different
1625   architecture take thatone with the best architecture. (Not regarding the
1626   name). Bug: Branching too much while an installation of a multi-arch-DVD
1627 - r 7340
1628 - version 3.24.8
1629
1630 -------------------------------------------------------------------
1631 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
1632
1633 - Checking the queue if an item will be deleted. If yes, the requirements
1634   are not needed anymore. Bug 326384
1635 - version 3.24.7
1636 - r 7329
1637
1638 -------------------------------------------------------------------
1639 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
1640
1641 - don't probe the repository type upon saving if disabled (#326769)
1642 - version 3.24.6
1643 - revision 7319
1644
1645 -------------------------------------------------------------------
1646 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
1647
1648 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
1649   esp. if the error occurred executing the packages post-install script.
1650 - version 3.24.5
1651 - revision 7317
1652
1653 -------------------------------------------------------------------
1654 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
1655
1656 - If a package is deselected by user, apply this soft lock to all
1657   available versions of this package.
1658 - version 3.24.4
1659 - revision 7316
1660
1661 -------------------------------------------------------------------
1662 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
1663
1664 - Update: Do not set an item to installation if there has been already set
1665   one for installation which has the same NVA. Bug  326286
1666 - version 3.24.3
1667 - r 7311
1668
1669 -------------------------------------------------------------------
1670 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
1671
1672 - Enable package cache during commit. (#326249)
1673 - revision 7309
1674
1675 -------------------------------------------------------------------
1676 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
1677
1678 - Do not regarding requirements for packages which will be deleted in the
1679   same solver run. Bug 310618
1680 - r 7292
1681 - version 3.24.2
1682
1683 -------------------------------------------------------------------
1684 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
1685
1686 - don't download filelists.xml.gz (#307105)
1687 - version 3.24.1
1688 - revision 7269
1689
1690 -------------------------------------------------------------------
1691 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
1692
1693 - Improve estimated diskusage while there is no valid
1694   solver result. (#325617)
1695 - revision 7266
1696
1697 -------------------------------------------------------------------
1698 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
1699
1700 -Bugfix in vendor change of a required resolvable (Correct error message)
1701  Bug 310455
1702 - r 7262
1703
1704 -------------------------------------------------------------------
1705 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
1706
1707 - fixed DU parsing in inst-sys (#308659)
1708 - revision 7256
1709
1710 -------------------------------------------------------------------
1711 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
1712
1713 - Enable using patch and delta rpms. (#309124)
1714 - version 3.24.0
1715 - revision 7253
1716
1717 -------------------------------------------------------------------
1718 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
1719
1720 - On update do not delete unmaintained non-SuSE packages.
1721 - version 3.23.2
1722 - revision 7239
1723
1724 -------------------------------------------------------------------
1725 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
1726
1727 - ZYppImpl::getPartitions() - don't return the current partitioning
1728   when the partitioning hasn't been set - fixes DU parsing in
1729   inst-sys (#308659)
1730
1731 -------------------------------------------------------------------
1732 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
1733
1734 - Throw specific exceptions during commit (#308511)
1735 - 3.23.1
1736
1737 -------------------------------------------------------------------
1738 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
1739
1740 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
1741   now provide more detailed disk usage information.
1742   Yum metadata don't, so we book the package size to '/'. (#308362)
1743 - version 3.23.0
1744 - revision 7225
1745
1746 -------------------------------------------------------------------
1747 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
1748
1749 - Regarding keep state while recycle old valid solver results. Bug 286889
1750 - r 7209
1751
1752 -------------------------------------------------------------------
1753 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
1754
1755 - report 100% progress on finishing RPM removal (bug #309431)
1756 - revision 7200
1757
1758 -------------------------------------------------------------------
1759 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
1760
1761 - Update: rename language packages --> take that package which fits to the
1762   selected language Bug 308098
1763 - r 7919
1764
1765 -------------------------------------------------------------------
1766 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
1767
1768 - restore deltas and patch rpms from the cache (#309124)
1769 - 3.22.8
1770
1771 -------------------------------------------------------------------
1772 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
1773
1774 - Don't fail if a product is deleted multiple times (e.g. due to
1775   obsoletes and an explicit deleted request). (#308746)
1776 - version 3.22.7
1777 - revision 7184
1778
1779 -------------------------------------------------------------------
1780 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
1781
1782 - SYSCONFDIR variable added for modifying /etc
1783
1784 -------------------------------------------------------------------
1785 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
1786
1787 - uninstallable resolvable -->suggested solution: delete; Bug 308164
1788 - r 7177
1789
1790 -------------------------------------------------------------------
1791 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
1792
1793 - new translations added
1794 - r 7166
1795 - version 3.22.6
1796
1797 -------------------------------------------------------------------
1798 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
1799
1800 - fixed disk usage counting of updated packages (#308362)
1801
1802 -------------------------------------------------------------------
1803 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
1804
1805 - Splitting packages: Take the package with the best
1806   architecture,edition ONLY; Bug 308591
1807 - r 7160
1808
1809 -------------------------------------------------------------------
1810 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
1811
1812 - properly report fallback disk usage size (in kB instead of bytes)
1813   when disk usage is not known (YUM repos) (#308475)
1814
1815 -------------------------------------------------------------------
1816 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
1817
1818 - Install a sample /etc/zypp.conf. (#306615)
1819 - Fixed missing soversion symlink in package.
1820 - version 3.22.5
1821 - revision 7150
1822
1823 -------------------------------------------------------------------
1824 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
1825
1826 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
1827   308252
1828 - r 7143
1829
1830 -------------------------------------------------------------------
1831 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
1832
1833 - Error: Select two candidate with the same name while update.
1834   Solution: If there is a candidate which is already selected for installation -->
1835   take thatone #308082
1836 - r 7132
1837
1838 -------------------------------------------------------------------
1839 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
1840
1841 - Work arround installed patterns providing an empty vendor string. (#307743)
1842 - Let the solver treat vendor suse and opensuse as equivalent.
1843 - version 3.22.4
1844
1845 -------------------------------------------------------------------
1846 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
1847
1848 - Checking item before evaluating the concerning vendor. bug #307941
1849 - r 7119
1850
1851 -------------------------------------------------------------------
1852 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
1853
1854 - Fix for bug #307163 - empty package descriptions
1855   a.k.a shared tag not 100% implemented
1856 - r 7117
1857 - version 3.22.3
1858
1859 -------------------------------------------------------------------
1860 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
1861
1862 - logging "reverse" NEEDED_BY in the detail description of solver
1863   problems.
1864 - improved error message if a requiremnt is not fulfilled Bug 307743
1865 - Add "ignore" option to the solution if a requirement is not fulfilled
1866   Bug 304276
1867 - revision 7113
1868
1869 -------------------------------------------------------------------
1870 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
1871
1872 - fixed the order of operands of susetags local metadata status
1873   computation which caused the YaST repositories to always get
1874   refreshed (part of bug #304310)
1875 - revision 7107
1876 - version 3.22.2
1877
1878 -------------------------------------------------------------------
1879 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
1880
1881 - comparing vendor with VendorAttr::equivalent
1882 - revision 7103
1883
1884 -------------------------------------------------------------------
1885 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
1886
1887 - Use $RPM_OPT_FLAGS.
1888
1889 -------------------------------------------------------------------
1890 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
1891
1892 - Reset transact bits when switching status from
1893   "update" to "protected" (#246976)
1894 - version 3.22.1
1895 - revision 7094
1896
1897 -------------------------------------------------------------------
1898 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
1899
1900 - new translations added
1901 - rev 7083
1902
1903 -------------------------------------------------------------------
1904 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
1905
1906 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
1907    [main]
1908    download.use_patchrpm = no
1909    download.use_deltarpm = no
1910 - version 3.22.0
1911 - revision 7069
1912
1913 -------------------------------------------------------------------
1914 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
1915
1916 - On demand translate patch requirements into a list of atoms.
1917   Required by the UI to display packages acssociated with a patch.
1918   (#300612)
1919 - version 3.21.1
1920 - revision 7065
1921
1922 -------------------------------------------------------------------
1923 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
1924
1925 - enrich ResolverInfo with the reason if a user-initiated request
1926   fails (#304325, #306240)
1927 - r 7051
1928
1929 -------------------------------------------------------------------
1930 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
1931
1932 - added missing implementation of LogControl::setLineFormater()
1933   (lslezak)
1934 - version 3.21.0
1935 - revision 7041
1936
1937 -------------------------------------------------------------------
1938 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
1939
1940 - enable changing url in requestMedia callback (#294481)
1941 - revision 7037
1942
1943 -------------------------------------------------------------------
1944 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
1945
1946 - Filter readonly mount points in DiskUsageCounter (#297405)
1947 - revision 7030
1948
1949 -------------------------------------------------------------------
1950 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
1951
1952 - remember the cause of the RepoException when refreshing metadata
1953   (#301022)
1954 - r7023
1955
1956 -------------------------------------------------------------------
1957 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
1958
1959 - Safe fix for bug #299680.
1960 - version 3.20.1
1961 - revision 7026
1962
1963 -------------------------------------------------------------------
1964 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
1965
1966 - Bugfix: If a requirement has been fulfilled by more than one language
1967   resolvables only thatone will be taken which fits to the selected
1968   language.
1969 - r 7018
1970
1971 -------------------------------------------------------------------
1972 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
1973
1974 - correct error code for media errors in MediaCurl::doGetFileCopy()
1975   affects only zypper error output, does not affect YaST
1976 - r7013
1977
1978 -------------------------------------------------------------------
1979 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
1980
1981 - reverted blocking of requestMedia from r6271 (#301710)
1982 - r6999
1983
1984 -------------------------------------------------------------------
1985 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
1986
1987 - prevent progress report in destructor (#299680)
1988 - r6998
1989
1990 -------------------------------------------------------------------
1991 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
1992
1993 - treat non-filelists.xml <file> entries as file provides capabilities
1994   in YUM parser (#304701)
1995 - r6992
1996
1997 -------------------------------------------------------------------
1998 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
1999
2000 - the media.1/media uniquely identifies a 'susetags' repo, not
2001   the content file (#304200)
2002
2003 -------------------------------------------------------------------
2004 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
2005
2006 - fixed locale dir (#304649)
2007 - r6984
2008
2009 -------------------------------------------------------------------
2010 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
2011
2012 - don't treat normal package license as "license to confirm"
2013   (#305906)
2014
2015 -------------------------------------------------------------------
2016 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
2017
2018 - Fixed fix for #293039. Segfault due to uninitialzed data.
2019 - version 3.19.3
2020 - revision 6980
2021
2022 -------------------------------------------------------------------
2023 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
2024
2025 - reduced too much verbosed ResolverContext logging; Bug 303971
2026 - r 6977
2027
2028 -------------------------------------------------------------------
2029 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
2030
2031 - Fixed PlainDir repositories to provide real disk usage data. For
2032   repomd and others that do not provide any detailed disk usage info,
2033   assume the packgage size is required below "/". Peviously they were
2034   treated as being empy.
2035 - version 3.19.2
2036 - revision 6972
2037
2038 -------------------------------------------------------------------
2039 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
2040
2041 - Add a new solver solution in the case of running in a timeout:
2042   ProblemSolutionDoubleTimeout.h
2043   #Bug 302496
2044 - revision 6970
2045
2046 -------------------------------------------------------------------
2047 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
2048
2049 - bug in fix for (#292986)
2050
2051 -------------------------------------------------------------------
2052 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
2053
2054 - (#297001) - libzypp: can't skip broken packages
2055 - re enable importing zypp keyring from rpm.(#302379)
2056 - 3.19.1
2057
2058 -------------------------------------------------------------------
2059 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
2060
2061 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
2062   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
2063   in order to support query-by-repo (#305384)
2064 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
2065   number of kinds, names, or repos (#305347)
2066 - remove ResolvableQuery::iterateResolvablesByKind, not needed
2067 - version 3.19.0
2068 - rev 6935
2069
2070 -------------------------------------------------------------------
2071 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
2072
2073 - real fix for reading signature ids. (#390535).
2074 - delete metadata when removing repo (#301037).
2075
2076 -------------------------------------------------------------------
2077 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
2078
2079 - following behaviour for setPartitions
2080   - if they are not set, they are detected
2081   - if they are set, that value is used.
2082   - if value set or detected is empty, all disk usage
2083     information is read. Otherwise just values in those
2084     mount points.
2085     Should work for installation as long as detectPartitions
2086     is empty at installation.(#293039)
2087
2088 -------------------------------------------------------------------
2089 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
2090
2091 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
2092   from external, e.g. for the testcases
2093 - Honor ZYPP_CONF environment variable to override the buit-in
2094   /etc/zypp/zypp.conf
2095 - Check architecture at handout() to prevent NULL ptr reference.
2096 - Bug 301286
2097 - rev 6908
2098
2099 -------------------------------------------------------------------
2100 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
2101
2102 -The solver generate an establish call for all
2103  resolvables which has filesystemcaps if there is not a valid result from a
2104  former solver run available. This covers:
2105  * Initial solver run
2106  * Changing of filesystem whithin a workflow, cause the solver results will
2107    be reset if the filesystem dependencies have been changed
2108  Bug 271912
2109 - r 6901
2110
2111 -------------------------------------------------------------------
2112 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
2113
2114 - pass location to plaindir package (#303751)
2115 - Add name of file in question to checksum/signature related
2116   exceptions.
2117 - pass basename of file to verifyFileSignatureWorkflow (instead of
2118   empty string).
2119 - filter out incompatible architectures when parsing sustags
2120   repos (first half of #301286)
2121 - r 6882
2122
2123 -------------------------------------------------------------------
2124 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
2125
2126 - don't run source migration if yast is running in
2127   intsys mode (#297136)
2128 - signature and checksum verification fixes. Still pending
2129   problem ZYpp getting no output from gpg when running from zypper.
2130   (#302059)
2131
2132 -------------------------------------------------------------------
2133 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
2134
2135 - Do not strip resolvables which have the same name but different kind
2136   (ResolverInfo*)
2137 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
2138 - r 6830
2139
2140 -------------------------------------------------------------------
2141 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
2142
2143 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
2144   the Estonian locale (#302525).
2145
2146 -------------------------------------------------------------------
2147 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
2148
2149 - added remembering of exception history at various places
2150
2151 -------------------------------------------------------------------
2152 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
2153
2154 - Bugfixes concerning vendor handling:
2155 - first bug:
2156   Installed A-1.0(vendor SuSE)
2157   Available A-2.0(other vendor)
2158   A will not be regarded as "unmaintained". So it will not be deleted.
2159 - second bug:
2160   A need B-2.0. B-1.0 is installed but has another vendor. Report a
2161   proper errmessage.
2162 - Testcase : solution-tests/vendor-test.xml
2163 - r 6812
2164 - 3.18.4
2165
2166 -------------------------------------------------------------------
2167 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
2168
2169 - ignore HASH key for download (#300982)
2170
2171 -------------------------------------------------------------------
2172 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
2173
2174 - Added explicitly_requested as parameter in ResolverContext::Uninstall
2175   Bug 299819
2176 - revision 6794
2177
2178 -------------------------------------------------------------------
2179 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
2180
2181 - If no mount information is available, parse all DU entries.
2182 - read only hack mode for migrate-sources. We actually do add
2183   repositories with it, but no harm. (#292986)
2184 - fix some typos in exceptions (#301331)
2185 - 3.18.3
2186
2187 -------------------------------------------------------------------
2188 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
2189
2190 - Do not regard explicit request in order to recognize updated packages
2191   correctly. Bug 301676
2192 - Updated translations
2193 - r 6766
2194 - 3.18.2
2195
2196 -------------------------------------------------------------------
2197 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
2198
2199 - package-manager script: Call /sbin/yast2 with full path because of
2200   gnomesu (#269873).
2201
2202 -------------------------------------------------------------------
2203 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
2204
2205 - add support for the HASH key. (#300982)
2206 - Use ContentFileParser in Downloader (instead of implementing
2207   the parser again, it has a reason, Downloader was written first)
2208 - update testcases and data to cover the new HASH key
2209 - 3.18.1
2210
2211 -------------------------------------------------------------------
2212 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
2213
2214 - unify query API for kind and name, summary, description
2215   (incomplete)
2216 - rev 6761, version 3.18.0
2217
2218 -------------------------------------------------------------------
2219 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
2220
2221 - add iterateResolvablesByKindsAndName
2222 - rev 6735, version 3.17.13
2223
2224 -------------------------------------------------------------------
2225 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
2226
2227 - rename ResolvableQuery::queryByName to iterateResolvablesByName
2228 - fix reading of kind and repository in ResolvableQuery
2229 - add reverse lookups in CacheTypes
2230 - add iterateResolvablesByKind
2231 - rev 6733
2232
2233 -------------------------------------------------------------------
2234 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
2235
2236 - shorten solver error messages Bug 259894
2237 - rev 6723
2238
2239 -------------------------------------------------------------------
2240 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
2241
2242 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
2243   install zypp/cache header files.
2244 - rev 6719, version 3.16.13
2245
2246 -------------------------------------------------------------------
2247 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
2248
2249 - discard pattern files with incompatbile architecture, both
2250   for download and for parsing. (#298716)
2251 - rev 6711
2252
2253 -------------------------------------------------------------------
2254 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
2255
2256 - run sqlite asynchronously and add sql index files where
2257   appropriate, gives 6x performance on certain operations.
2258   Bumping cache schema version to 1004.
2259   (#300998)
2260 - rev 6710
2261
2262 -------------------------------------------------------------------
2263 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
2264
2265 - fix String::endsWith (#301038)
2266 - rev 6709
2267
2268 -------------------------------------------------------------------
2269 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
2270
2271 - added an _explicitly_requested in QueueItemConflict ( as already in
2272   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
2273   remove the conflicting item without an error message. Bug 299819
2274 - rev 6699
2275
2276 -------------------------------------------------------------------
2277 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
2278
2279 - forgot to set default refresh policy in checkIfToRefreshMetadata
2280 - repo.refresh.delay default set to 10 minutes
2281 - 6693
2282
2283 -------------------------------------------------------------------
2284 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
2285
2286 - Bugfix while regarding correct vendor in update
2287 - r6677
2288 - version 3.15.0
2289
2290 -------------------------------------------------------------------
2291 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
2292
2293 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
2294   added to delay next check & refresh until the specified number of
2295   minutes has passed from the last check or refresh (FATE #301991).
2296   Revisions: 6654, 6656, 6666, and 6667.
2297 - filesystem::touch(Pathname) added (r6666)
2298 - RepoManager::touchIndexFile(RepoInfo) added
2299 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
2300   decision to do the refresh moved to this public method.
2301 - r6667
2302
2303 -------------------------------------------------------------------
2304 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
2305
2306 - generate a resolver problem if addRequires does not find a resovable
2307   #299486
2308 - rev 6660
2309
2310 -------------------------------------------------------------------
2311 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
2312
2313 - Prioritized delete request by the user BEFORE delete requests due
2314   missing dependencies or conflicting dependencies. Bug 298322
2315 - rev 6640
2316
2317 -------------------------------------------------------------------
2318 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
2319
2320 - support also "Plaindir" as valid repo type name (#298622)
2321 - revision 6616
2322 - version 3.14.0
2323
2324 -------------------------------------------------------------------
2325 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
2326
2327 - fix segfault in Progress reporting
2328 - progress report use name instead of alias (#298035)
2329 - repoinfo returns alias if name is empty
2330
2331 -------------------------------------------------------------------
2332 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
2333
2334 - merge patch by dmueller to get rid of boost-regex
2335
2336 -------------------------------------------------------------------
2337 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
2338
2339 - dont create a second CacheStore in the same scope, will lock...
2340   #297627
2341
2342 -------------------------------------------------------------------
2343 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
2344
2345 - fixed some RepoManager exception docs & history
2346 - r6558
2347
2348 -------------------------------------------------------------------
2349 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
2350
2351 - feature #302135: Graceful update of 3rd party packages
2352   Automatic upgrading only sees packages from same vendor
2353   This allows not needed to have those locked.
2354 - Add persistent locks file which allow wildcards. Users
2355   can lock certain packages adding lines like "kde* < 3.5"
2356 - add applyLocks() to apply persistent locks before solving
2357
2358 -------------------------------------------------------------------
2359 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
2360
2361 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
2362   #271912 wq
2363 - Added locking resolvables in the testcases
2364 - rev 6544
2365
2366 -------------------------------------------------------------------
2367 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
2368
2369 - add migrate-sources to %post (#292986)
2370 - 3.13.15
2371
2372 -------------------------------------------------------------------
2373 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
2374
2375 - fixed bug with using wrong files from raw metadata cache
2376   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
2377
2378 -------------------------------------------------------------------
2379 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
2380
2381 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
2382   Bug# 297795
2383 - r 6517
2384
2385 -------------------------------------------------------------------
2386 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
2387
2388 - implement susetags support for compressed metadata
2389   and testcases. (feature #301916)
2390 - implement disk usage in cache. For installation requires
2391   some changes in YaST to setup the ZYpp getPartitions()
2392   before repos are cached. (bug #293039)
2393 - added testcases for diskusage
2394 - 3.13.14
2395
2396 -------------------------------------------------------------------
2397 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
2398
2399 - fixed YUM parser to properly create source packages
2400 - disabled reading of filelists.xml.gz by default (the data are
2401   currently not stored anyway)
2402 - revision 6481
2403 - version 3.13.13
2404
2405 -------------------------------------------------------------------
2406 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
2407
2408 - Don't download unwanted translation files (#293740).
2409 - revision 6470
2410
2411 -------------------------------------------------------------------
2412 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
2413
2414 - Fix susetags repo to parse dikusage data (#293039)
2415 - revision 6467
2416 - version 3.13.12
2417
2418 -------------------------------------------------------------------
2419 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
2420
2421 - Add product attribute 'type' (aka 'category' which is now
2422   deprecated). Adapted sustags and yum parsers to parse and
2423   provide this value.
2424 - revision 6464
2425 - version 3.13.11
2426
2427 -------------------------------------------------------------------
2428 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
2429
2430 - fix modalias rel column number
2431 - version 3.13.10
2432
2433 -------------------------------------------------------------------
2434 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
2435
2436 - Implemented option repo.add.probe to allow probing
2437   the added repositories
2438 - version 3.13.9
2439
2440 -------------------------------------------------------------------
2441 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
2442
2443 - Fixed detection of renamed packages while update.
2444 - Added new translations
2445 - rev 6445
2446
2447 -------------------------------------------------------------------
2448 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
2449
2450 - Speed up retrieving MediaNr attribute, as it slows down install
2451   order calculation. (#297173)
2452 - revision 6442
2453
2454 -------------------------------------------------------------------
2455 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
2456
2457 - Fixed cache schema upgrade
2458
2459 -------------------------------------------------------------------
2460 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
2461
2462 - Fixed pattern includes and extends attributes.
2463 - revision 6431
2464 - version 3.13.8
2465
2466 -------------------------------------------------------------------
2467 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
2468
2469 - API for retrieving additional dependencies" solver/detail/Resolver.h
2470 - Handle additional dependencies in the testcases
2471 - Handle system and language dependencies in the testcases correctly.
2472 - r 6418
2473
2474 -------------------------------------------------------------------
2475 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
2476
2477 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
2478   has changed. Resolver must discard any cached filesystem dependencies.
2479   (required for #271912)
2480 - revision 6404
2481
2482 -------------------------------------------------------------------
2483 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
2484
2485 - Indicate changed pool content to the resolver. (required for #271912)
2486 - revision 6398
2487 - version 3.13.7
2488
2489 -------------------------------------------------------------------
2490 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
2491
2492 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
2493   problems. Bug 280387
2494 - r 6378
2495 - version 3.13.6
2496
2497 -------------------------------------------------------------------
2498 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
2499
2500 - Added interface to install source packages via zypper.
2501 - revision 6373
2502 - version 3.13.5
2503
2504 -------------------------------------------------------------------
2505 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
2506
2507 - Added package attributes Package::sourcePkgName and
2508   Package::sourcePkgEdition. Name and edition of the source
2509   rpm this package was built from.
2510 - Added ZYpp::installSrcPackage to install a single source package.
2511 - revision 6353
2512 - version 3.13.4
2513
2514 -------------------------------------------------------------------
2515 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
2516
2517 - Temorary files and directories created by makeSibling use the
2518   same protection as the original.
2519 - revision 6344
2520 - version 3.13.3
2521
2522 -------------------------------------------------------------------
2523 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
2524
2525 - Removed keepExtras from resolvePool. This will be handled
2526   in the solver internally now. #294727
2527 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
2528 - revision 6317
2529 - version 3.13.2
2530
2531 -------------------------------------------------------------------
2532 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
2533
2534 - Remove tribool from RepoInfo's interface.
2535 - revision 6301
2536 - version 3.13.1
2537
2538 -------------------------------------------------------------------
2539 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
2540
2541 - Fixed wrong media number reported by script, message and patch.
2542 - Fixed script API to provide the scripts location on media (if not
2543   inlined).
2544 - Introduced ScripProvider to make a script available on the local
2545   disk.
2546 - revision 6288
2547 - version 3.13.0
2548
2549 -------------------------------------------------------------------
2550 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
2551
2552 - don't request media chage if the media is not changeable (like
2553   e.g. http)
2554 - revision 6271
2555 - version 3.12.1
2556
2557 -------------------------------------------------------------------
2558 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
2559
2560 - progress ticks for clean cache
2561 - ZConfig: remove default from names.
2562 - re enable reading cache callbacks
2563 - ini parser without boost::regexp
2564   patch by dmueller (#152447)
2565
2566 -------------------------------------------------------------------
2567 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
2568
2569 - Fixed package to provide the location media number. (#294496)
2570 - revision 6263
2571
2572 -------------------------------------------------------------------
2573 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
2574
2575 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
2576   gpgkey) instead of throwing bad url exception
2577 - revision 6259
2578
2579 -------------------------------------------------------------------
2580 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
2581
2582 - Make clearing of extra dependencies/conflicts configurable when
2583   resolvePool(). Leave the default as before (clear extras).
2584   Bug # 294727
2585 - revision 6233
2586 - version 3.12.0
2587
2588 -------------------------------------------------------------------
2589 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
2590
2591 - /var/lib/zypp/cache -> /var/cache/zypp
2592   (#292419)
2593 - ini parser without boost::regexp, patch by dmueller
2594   (#152447)
2595
2596 -------------------------------------------------------------------
2597 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
2598
2599 - Make temp directory configurable  via environment
2600   variable ZYPPTMPDIR.
2601 - revision 6202
2602 - version 3.11.11
2603
2604 -------------------------------------------------------------------
2605 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
2606
2607 - Fixed bug in smart pointer comparison.
2608
2609 -------------------------------------------------------------------
2610 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
2611
2612 - Fix failing rename of metadata download directories across
2613   filesystem boundaries.
2614
2615 -------------------------------------------------------------------
2616 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
2617
2618 - Fixed malicious gettext include.
2619 - Make ZConfig a singleton.
2620 - revision 6123
2621
2622 -------------------------------------------------------------------
2623 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
2624
2625 - Fixed repo::provideFile to set a deleter for downloaded files
2626   (#293004).
2627 - revision 6094
2628 - version 3.11.10
2629
2630 -------------------------------------------------------------------
2631 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
2632
2633 - Query ByRepository now takes as well an alias.
2634
2635 -------------------------------------------------------------------
2636 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
2637
2638 - fix retrieval of container attributes in cache
2639   (#292698)
2640
2641 -------------------------------------------------------------------
2642 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
2643
2644 - Port zypp-query-pool (#292404)
2645 - revision 6069
2646 - version 3.11.9
2647
2648 -------------------------------------------------------------------
2649 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
2650
2651 - added new calls in Resolver.h: addRequire,addConflict
2652
2653 -------------------------------------------------------------------
2654 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
2655
2656 - Fixed IniParser to allow '=' in values (#292669)
2657 - revision 6063
2658
2659 -------------------------------------------------------------------
2660 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
2661
2662 - allow / in alias (#292628)
2663
2664 -------------------------------------------------------------------
2665 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
2666
2667 - Fixed repo::provideFile to throw on error.
2668 - Fixed ResolvableQuery to use 0 as default for non existing
2669   numerical values.
2670 - revision 6058
2671
2672 -------------------------------------------------------------------
2673 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
2674
2675 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
2676   additional ctor for convenience.
2677 - revision 6047
2678
2679 -------------------------------------------------------------------
2680 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
2681
2682 - Evalute update canditate:
2683   Take canditates only which are really installable. Bug 292077
2684   r 6034
2685
2686 -------------------------------------------------------------------
2687 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
2688
2689 - fixed some tribool bugs in RepoInfo
2690 - revision 6022
2691
2692 -------------------------------------------------------------------
2693 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
2694
2695 - fix reading of non existant repo
2696 - r6018
2697 - first submission to stable
2698 - fix keywords parsing in susetags parser
2699 - version 3.11.8
2700
2701 -------------------------------------------------------------------
2702 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
2703
2704 - make resolvable query complete exceptionless with the database
2705 - test that packages have some attributes
2706 - disable progress adaptor for now
2707 - revision 5977
2708 - version 3.11.7
2709
2710 -------------------------------------------------------------------
2711 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
2712
2713 - fixed unresolved symbols
2714 - revision 5972
2715 - version 3.11.6
2716
2717 -------------------------------------------------------------------
2718 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
2719
2720 - fixed TranslatedText creating unwanted entries.
2721 - fixed capability processing
2722 - revision 5964
2723 - version 3.11.5
2724
2725 -------------------------------------------------------------------
2726 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
2727
2728 - MediaSetAccess::release() added
2729 - Use attachDesiredMedia in MediaProducts
2730 - Progress reporting improved
2731 - revision 5959
2732 - version 3.11.4
2733
2734 -------------------------------------------------------------------
2735 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
2736
2737 - fixed parsing translated texts.
2738 - added source packages.
2739 - revision 5947
2740 - version 3.11.3
2741
2742 -------------------------------------------------------------------
2743 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
2744
2745 - repo callbacks fixed
2746 - Fixed YUM parser progress reporting
2747 - Added CombinedProgressData
2748 - make RepoImpl::resolvables() load lazy
2749 - MediaProducts added for scanning products file
2750 - Implement cache schema versioning and automatic invalidation of
2751   cache when schema changes
2752 - revision 5942
2753 - version 3.11.2
2754
2755 -------------------------------------------------------------------
2756 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
2757
2758 - Propagate pools repository_iterator to the UI
2759 - revision 5911
2760 - version 3.11.1
2761
2762 -------------------------------------------------------------------
2763 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
2764
2765 - Package::location is now returns an OnMediaLocation
2766 - archivesize() renamed to downloadSize()
2767 - Allow to iterate all Repositories that contribute
2768   Resolvables to the Pool.
2769 - MediaSetAccess::provideDir added
2770 - remove useless url check
2771 - add old-api-style wrapper
2772 - Add MediaProducts class
2773 - revision 5892
2774 - version 3.11.0
2775
2776 -------------------------------------------------------------------
2777 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
2778
2779 - function isInstalledBy/installs
2780   Added an initial installation flag which shows if the item has been
2781   triggered for installation, or the dependency is already satisfied.
2782 - Revision 5884
2783 - Version 3.4.0
2784
2785 -------------------------------------------------------------------
2786 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
2787
2788 - removed unused %{prefix}/lib/zypp from %files in spec file
2789 - revision 5870
2790
2791 -------------------------------------------------------------------
2792 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
2793
2794 - Old API (SourceManager, metadata parsers) dropped in favor of the
2795   new refactored ones (RepoManager, RepoParser(s), cache subtree,
2796   repo subtree).
2797 - Some new API improvements.
2798 - revision 5868
2799 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
2800
2801 -------------------------------------------------------------------
2802 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
2803
2804 - New API calls which provides more information about one
2805   resolvable after a solverrun:
2806   isInstalledBy (const PoolItem_Ref item);
2807   installs (const PoolItem_Ref item);
2808 - Revision 5835
2809
2810 -------------------------------------------------------------------
2811 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
2812
2813 - fix changelog entry order
2814
2815 -------------------------------------------------------------------
2816 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
2817
2818 - Ignore conflicting items which are uninstallable
2819 - Create a "needed by" info if a requirement is still fulfilled.
2820 - Allow only one needed_by and needed_by_capability in QueueItemInstall
2821 - Added capability and type (REQUIRE, RECOMMEND,....) to
2822   ResolverInfoNeededBy
2823 - Evaluate ResolverInfoNeededBy for more information in the error
2824   messages
2825 - Enlarge detail description in the error messages
2826 - Revision 5807
2827
2828 -------------------------------------------------------------------
2829 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
2830
2831 - Fixes for gcc-4.2
2832 - revision 5786
2833 - version 3.3.1
2834
2835 -------------------------------------------------------------------
2836 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
2837
2838 - fixed so versioning from libtool to cmake
2839 - 3.3.0
2840
2841 -------------------------------------------------------------------
2842 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
2843
2844 - Use gpg2 instead of gpg for keyring and make
2845   the package depend on it (#284211)
2846
2847 -------------------------------------------------------------------
2848 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
2849
2850 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
2851   New dependency "packageand(foo:bar)" which provides an AND dependency by
2852   injecting a supplement/freshen.
2853   e.G. package novell-cluster-services-kmp-smp
2854   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
2855   Bug 255011
2856 - Dont check for architecture changes in atoms (#266178)
2857 - Revision 5720
2858
2859 -------------------------------------------------------------------
2860 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
2861
2862 - Fixed package-manager script (#275847)
2863 - revision 5614
2864
2865 -------------------------------------------------------------------
2866 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
2867
2868 - fixed cmake
2869 - version 3.2.2
2870
2871 -------------------------------------------------------------------
2872 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
2873
2874 - Reduced logging in order to speedup solving Bug 275100
2875 - revision 5603
2876 - version 3.2.1
2877
2878 -------------------------------------------------------------------
2879 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
2880
2881 - Fix excess calls to releaseFile. (#274357)
2882 - revision 5545
2883
2884 -------------------------------------------------------------------
2885 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
2886
2887 - Fix importing keys into rpm. (#270125)
2888 - r5527
2889
2890 -------------------------------------------------------------------
2891 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
2892
2893 - Support filesystem dependencies to add needed filesystem RPMs
2894   automatically (Fate 301966).
2895 - revision 5404
2896 - version 3.2.0
2897
2898 -------------------------------------------------------------------
2899 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
2900
2901 - avoiding attaching media where not needed (#263207)
2902 - r5381
2903
2904 -------------------------------------------------------------------
2905 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
2906
2907 - fix FileCap with attributes
2908 - r5376
2909
2910 -------------------------------------------------------------------
2911 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
2912
2913 - Fixed computation of install order. Take requirements of
2914   an installed packages uninstall scripts into account, if
2915   the package is updated. (#258682)
2916 - revision 5349
2917 - version 3.1.1
2918 -------------------------------------------------------------------
2919 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
2920
2921 - Parse and provide package keywords. (Fate 120368)
2922 - revision 5338
2923 - version 3.1.0
2924
2925 -------------------------------------------------------------------
2926 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
2927
2928 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
2929   Ask the user. Bug 258322
2930 - revision 5305
2931 - version 3.0.3
2932
2933 -------------------------------------------------------------------
2934 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
2935
2936 - Fix restoring of Sources id root prefix is used. (#238165)
2937 - revision 5299
2938 - version 3.0.2
2939
2940 -------------------------------------------------------------------
2941 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
2942
2943 - MediaManager::attachDesiredMedia() added to support multiple
2944   (CD/DVD) drives (fate #3974)
2945 - r5296
2946
2947 -------------------------------------------------------------------
2948 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
2949
2950 - If there is no valid solver result and NOT all resolvables ( other
2951   architecture) has been regarded, let the user decide making a new
2952   solver run with ALL available resolvables. Bug 223440
2953 - reducing logging (error -> debug)  bug 252921
2954 - Revision 5219
2955
2956 -------------------------------------------------------------------
2957 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
2958
2959 - Allow configuration of trusted vendors via
2960   /var/lib/zypp/db/trustedVendors. (#186636)
2961 - revision 5194
2962 - version 3.0.1
2963
2964 -------------------------------------------------------------------
2965 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
2966
2967 - libzypp-devel -> libzypp requirement is not versioned
2968   (#251086)
2969 - r5181
2970
2971 -------------------------------------------------------------------
2972 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
2973
2974 - Using already existing valid solver results for further solver runs.
2975   (partiell solving)
2976 - r5169
2977
2978 -------------------------------------------------------------------
2979 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
2980
2981 - fix link order
2982 - r5165
2983
2984 -------------------------------------------------------------------
2985 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
2986
2987 - merging from 10.2 / SP1
2988 - #247459 ftp probing
2989   denied == dont exists in ftp
2990 - r5124
2991
2992 -------------------------------------------------------------------
2993 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
2994
2995 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
2996 - Simultaneouqusly establishing of items which are conflicting eachother is
2997   useless. So only one will be established. Fixed in QueueItemInstall.cc
2998   Bug 243595
2999 - Added new upgrade options to fine tune version and patch handling.
3000   (F301990)
3001 - The context of establishPool will be stored in Resolver and will be
3002   regarded for the next solver run everytime. So it will be not reset by
3003   any solver run anymore.
3004   bug 191810 ( A broken patch will not be installed again)
3005
3006 -------------------------------------------------------------------
3007 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
3008
3009 - adding sotf,timeo=X nfs mount options by default (#235211)
3010 - r5093
3011
3012 -------------------------------------------------------------------
3013 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
3014
3015 - support for HTTP authentication prompt added (#190609)
3016 - fixed problem with empty path in URL
3017   in MediaCurl::doGetFileCopy()
3018 - r5085
3019
3020 -------------------------------------------------------------------
3021 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
3022
3023 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
3024   SuSE-Linux-10_2-Branch
3025
3026 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
3027 - verifySystem: The result will be set to APPL_HIGH, so it will be not
3028   reset by a second "normal" solver run. #239281 (schubi)
3029 - yast2 reports invalid URL as 'unknown source type'
3030   (#209961) (dmacvicar)
3031 - Added freshen language dependency in supplemements too if there is no
3032   entry in supplements.
3033   #240617;IPA fonts are not installed even if select Japanese
3034   language (schubi)
3035 - Setting allowed authentication methods to "basic,digest" if none
3036   provided in URL (#243006) (jkupec)
3037 - Stopping after 50 valid solver results. Anymore would be useless. Bug
3038   243595 (schubi)
3039 - r 5007
3040
3041 -------------------------------------------------------------------
3042 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
3043
3044 - package-manager: use a generic su script from XDG (#235303, #244442)
3045
3046 -------------------------------------------------------------------
3047 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
3048
3049 - Setting allowed authentication methods to "basic,digest" if none
3050   provided in URL (#243006)
3051 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
3052   (mvidner)
3053 - r4999
3054
3055 -------------------------------------------------------------------
3056 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
3057
3058 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
3059   (#222602)
3060 - 4984
3061
3062 -------------------------------------------------------------------
3063 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
3064
3065 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
3066
3067 - update packages: changing architecture is only valid while an
3068   system update and NOT while an update via a patch. Last fix does
3069   not fit for every case.
3070   Bug 230685
3071 - Patch has selected not the concerning package for update but
3072   a package which has provided the required dependencies too.
3073   Algorithmus: If there are exactly two providers which differ in architecture
3074                prefer the better arch.
3075   Fix: Regarding NVRA too. ( only if equal )
3076   Bug 238284
3077 - Download only English and Local translation
3078   (#208457)
3079 - Added solver parameter:
3080    tryAllPossibilities: regarding every solver branch ( not only
3081                         branches with e.G. best architectures
3082    preferHighestVersion: Prefer solver results which have a higher
3083                          version number.
3084   Bug #238087
3085 - update packages: changing architecture is only valid while an
3086   system update and NOT while an update via a patch.
3087   Bug 230685 - x86_64 MozillaFirefox binaries in security update
3088   repository
3089   Fix of version 2.11.2 has not worked if the first founded item
3090   had had another architecture.
3091 - r4927
3092
3093 -------------------------------------------------------------------
3094 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
3095
3096 - added ZYpp::getPartitions() - return the partitinoning
3097
3098 -------------------------------------------------------------------
3099 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
3100
3101 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
3102 - Corrupt download cannot be skipped
3103   (#217425 and #224216)
3104 - Enable package read ahead/caching in commit per default to reduce
3105   interactive media changes. If the environment variable
3106   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
3107 - added parameter not to reset resolver results while calling
3108   freshen pool Bug: 235761
3109 - Prepare package read ahead/caching of packages in commit. Adatped the
3110   workflow. Caching details are now hidden inside CommitPackageCache.
3111   The current implementation still performs no read ahead. (for F100182)
3112 - Skip invalid or broken rpm database entries. (#231211)
3113 - verifySystem: check if the solution is valid after calling freshenPool()
3114   Bug: 235761
3115 - Added own call for Resolver::verifySystem with additional
3116   hardware/language check in order to keep binary compatibility
3117   Fate #301224
3118 - Rpm requires additional quoting of special chars in filenames.
3119   (#233967)
3120 - Resolver::verifySystem checks for new hardware now by calling
3121   freshenPool. This is configureable. Fate #301224
3122 - merged texts from proofread
3123 - Don't consider patch/delta rpms if package architecture changes.
3124   (#231254)
3125 - update packages: changing architecture is only valid while an
3126   system update and NOT while an update via a patch.
3127   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
3128 - verifySystem: Do only regard items which will be on the system after the
3129   commit. Fate 301178
3130 - feature #301369
3131   Import listed GPG Keys from an trusted installation source
3132 - fix return call in new xml parser
3133 - Enable system resolvables in Helix parser (Revision 4787)
3134 - deptestomatic:
3135   Resetting transaction with the correct call;
3136   bugfix; Added kind in keep state (Revision 4788)
3137 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
3138   soft (Revision 4789)
3139 - New call added: maySetToBeUninstalledSoft (Revision 4789)
3140   Both are only functions for the solver (Revision 4789)
3141 - Resetting "by causer" in order to distinguish from state
3142   "keep by user". ( function setLock in order to remove lock)
3143   (Revision 4789)
3144 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
3145   in QueueItemUninstall.cc (Revision 4790)
3146 - Regarding "keep state by user". So avoiding "reselecting" by
3147   other requirements.
3148   Give a corresponding problem solution if a resolvable satisfy
3149   a dependency, but has been set to keep by the user.
3150   Bug : 222531 (Revision 4791)
3151 - Allow to disable autoprotection of foreign vendor items. Required
3152   in zmd-backend. (F301735).
3153 - use sqlite-zmd if using > 10.2 in spec. Use the one available
3154   durin compile.
3155 - Item could has already been selected to soft uninstall (e.G. remove
3156   pattern which recommend this item ). Do not throw an exception anymore.
3157   bug#225278
3158 - Added syscontent::Reader: Parse serialized set of ResObjects.
3159   (for F300729)
3160 - If there has already been selected another item by the solver (e.g. from
3161   another source) we will take thatone in order to avoid parallel
3162   installation and there concerning error messages.
3163   Bug 224698
3164 - In order to handle conflicting resolvable we try to update the
3165   conflicting item. While evaluating these canditates an already selected
3166   candidate will not be regarded. So it could be that an older package
3167   will be selected for update although a newer has already been selected. Revision 4765
3168 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
3169   update candidate and evaluate additional branches.
3170 - r4907
3171
3172 -------------------------------------------------------------------
3173 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
3174
3175 - Improved realpath() wrapper in media handler class (#222521).
3176 - revision 4758
3177
3178 -------------------------------------------------------------------
3179 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
3180
3181 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
3182 - revision 4713
3183
3184 -------------------------------------------------------------------
3185 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
3186
3187 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
3188   because backend uses this sqlite and it is no fun to
3189   install one and the other to develop (as the -devel packages)
3190   conflict.
3191 - add cmake support for building zypp/ lib.
3192   TODO: soinfo, compile testcases, devel, zypp2,docs
3193   find rpm, curl and others.
3194 - dont serialize interactive, as it is
3195   calculated now.
3196   (it was already fixed as we don't reimplement
3197   the method, but we still serialized, parsed)
3198 - r4709
3199
3200 -------------------------------------------------------------------
3201 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
3202
3203 - fixed Patch::interactive to return true as well, if the patch
3204   itself has a licence. (#224192)
3205 - revision 4702
3206 - version 2.9.2
3207
3208 -------------------------------------------------------------------
3209 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
3210
3211 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
3212   on the installation image (#213852).
3213 - revision 4700
3214
3215 -------------------------------------------------------------------
3216 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
3217
3218 - Avoid duplicate pool entries; Bug 223750; second part of the fix
3219 - r4698
3220 - Version 2.9.1
3221
3222 -------------------------------------------------------------------
3223 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
3224
3225 - Pool has multi instances of an item in the pool. Reduced this error
3226   to items which are identically at least. #217574 and #223750
3227 - r4695
3228
3229 -------------------------------------------------------------------
3230 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
3231
3232 - replace spaces to underscores in product names
3233 - 2.8.7
3234 - r4688
3235
3236 -------------------------------------------------------------------
3237 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
3238
3239 - Mark some strings for translation (#219783 need it)
3240 - r4682
3241
3242 -------------------------------------------------------------------
3243 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
3244
3245 - Added translations marks to hal, url and mutex exceptions (#23771)
3246 - revision 4680
3247
3248 -------------------------------------------------------------------
3249 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
3250
3251 - don't make libzypp-devel depend on sqlite-devel as
3252   headers from zypp2 are not installed yet
3253 - r4663
3254
3255 -------------------------------------------------------------------
3256 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
3257
3258 - Return an error if fork failed. (#204807)
3259 - Make Script execution abortable by user request. (#212949, F100233)
3260 - revision 4660
3261 - version 2.8.6
3262
3263 -------------------------------------------------------------------
3264 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
3265
3266 - Added package-manager wrapper script, with icon and .desktop (#222757).
3267   (Used by gnome-main-menu)
3268 - version 2.8.5
3269 - r4640
3270
3271 -------------------------------------------------------------------
3272 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
3273
3274 - Fixed target/hal - one more dbus_connection_close found (#216035)
3275 - revision 4636
3276 - version 2.8.4
3277
3278 -------------------------------------------------------------------
3279 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
3280
3281 - translation added
3282   rev 4630
3283   version 2.8.3
3284
3285 -------------------------------------------------------------------
3286 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
3287
3288 - Process obsoletes when installing non-package objects. (#217352)
3289 - revision 4621
3290 - version 2.8.2
3291
3292 -------------------------------------------------------------------
3293 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
3294
3295 - Implemented volume device check using /sbin/vol_id (#213852).
3296 - Revision 4619
3297
3298 -------------------------------------------------------------------
3299 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
3300
3301 - new translation added
3302
3303 -------------------------------------------------------------------
3304 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
3305
3306 - Implemented an reuse of already existing foreign CD/DVD mount points
3307   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
3308 - Added a fallback check of the volume.mount_point HAL property to
3309   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
3310   to be not avaliable in newer HAL versions (on 10.2).
3311 - Revision 4615
3312 - Version 2.8.1
3313
3314 -------------------------------------------------------------------
3315 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
3316
3317 - removed unused methods from Patch and PatchImplIf. Provided
3318   reasonable default implementation for Patch::interactive.
3319   (#221476).
3320 - revision 4610
3321 - Version 2.8.0
3322
3323 -------------------------------------------------------------------
3324 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
3325
3326 - Handle media eject failures (#216545)
3327 - r4606
3328
3329 -------------------------------------------------------------------
3330 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
3331
3332 - Reimplemented RpmDb::checkPackage using librpm API instead
3333   of parsing "rpm --checksig" output. (#163202)
3334 - Version 2.7.4
3335 - revision 4600
3336
3337 -------------------------------------------------------------------
3338 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
3339
3340 - NEW behaviour of the solver:
3341   Obsolete virtual provides. E.G.:
3342
3343   Installed:
3344   -----------
3345   Name:           test-1.0-0
3346
3347   Name:           moretest-1.0-0
3348   Provides:       test
3349
3350   To be installed
3351   ------------------
3352   Name:           nomoretest-1.0-0
3353   Obsoletes:      test
3354
3355   Result
3356   --------
3357   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
3358   test-1.0-0 had been deleted. Bug 220999
3359
3360 - Translations added
3361
3362 Version 2.7.3
3363 rev 4593
3364
3365 -------------------------------------------------------------------
3366 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
3367
3368 - Bugfix in generating solver testcases:
3369    - added kind of capabilities in description file
3370    - removed unneded channel from uninstall in command file
3371
3372 -------------------------------------------------------------------
3373 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
3374
3375 - Try to call /bin/eject utility if the eject-ioctl fails.
3376 - r4568
3377
3378 -------------------------------------------------------------------
3379 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
3380
3381 - ignore empty capabilities
3382 - r4565
3383
3384 -------------------------------------------------------------------
3385 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
3386
3387 - make progress strings translatable (#219783)
3388 - r4556
3389
3390 -------------------------------------------------------------------
3391 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
3392
3393 -  While deleting a selection all concerning recommended
3394    packages will be deleted too.
3395    BUT those packages should not be deleted which have been
3396    set to KEEP by the user. bug 217574
3397    rev 4526
3398    VERSION: 2.7.2
3399
3400 -------------------------------------------------------------------
3401 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
3402
3403 - Makefile in zypp2 fixed
3404   Revision 4520
3405
3406 -------------------------------------------------------------------
3407 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
3408
3409 - Translations added
3410   Revision 4514
3411   VERSION: 2.7.1
3412
3413 -------------------------------------------------------------------
3414 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
3415
3416 - Make the parser more strict, rejecting broken sources
3417   but showing the error line.
3418   Last fix making the parser relax would break multitag
3419   descriptions with empty lines, now we check dependencies
3420   at a higher level. (reference #160607)
3421 - r4501
3422
3423 -------------------------------------------------------------------
3424 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
3425
3426 - New problem solution added: Unlock ALL resovables in order to speed up
3427   problem solution. Bug 206453
3428
3429 -------------------------------------------------------------------
3430 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
3431
3432 - Translations added
3433
3434 -------------------------------------------------------------------
3435 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
3436
3437 - Fixed target/hal - removed dbus_connection_close calls, because
3438   the connections are shared; unref the ref-counted handle only.
3439   (#216035)
3440 - r4442
3441
3442 -------------------------------------------------------------------
3443 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
3444
3445 - skipping unreachable packages won't work
3446   (#215445)
3447 - r4468
3448
3449 -------------------------------------------------------------------
3450 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
3451
3452 - (#213793) Target store fails to recreate stored install-time (other
3453   Date and ByteCount values as well)
3454
3455 - skip comments and blank lines in multilists
3456   fixes (#214877) - zen-updater is not installed by default
3457
3458 - Automatically fix broken products when reading
3459   the product database.
3460   still pending: honour the read-only flag
3461   Changes to make this possible include
3462   using read_dir instead of boost directory
3463   iterator.
3464
3465 -------------------------------------------------------------------
3466 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
3467
3468 - added new class for generating solver testcases:
3469   Testcase
3470
3471 -------------------------------------------------------------------
3472 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
3473
3474 - Finalized ui::PatternContents. (F301229)
3475 - version 2.7.0
3476 - revision 4413
3477
3478 -------------------------------------------------------------------
3479 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
3480
3481 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
3482 - version 2.6.0
3483
3484 -------------------------------------------------------------------
3485 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
3486
3487 - Added ui::PatternContents: Helper class that will compute a patterns
3488   expanded install_packages set. (UI interface for F301229)
3489 - revision 4387
3490
3491 -------------------------------------------------------------------
3492 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
3493
3494 - removed the last reference to /usr/lib64 to fix the build
3495
3496 -------------------------------------------------------------------
3497 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
3498
3499 - added "zypper info" (jkupec)
3500 - version 2.5.2
3501
3502 -------------------------------------------------------------------
3503 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
3504
3505 - fix rpm db timestamp
3506 - add extra urls and optional urls to product API
3507 - r4378
3508
3509 -------------------------------------------------------------------
3510 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
3511
3512 - zypper: nicer progress reports, with or without --verbose.
3513
3514 -------------------------------------------------------------------
3515 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
3516
3517 - Fixed reloading of target data after commit. Broken since
3518   rev 3880.
3519 - version 2.5.1
3520 - revision 4365
3521
3522 -------------------------------------------------------------------
3523 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
3524
3525 - put query-pool in /usr/lib/zypp and not lib64
3526 - r4363
3527
3528 -------------------------------------------------------------------
3529 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
3530
3531 - revert keyring changes, causes endless loop (obvious)
3532 - add dist-product information, adapt store
3533 - version 2.5.0
3534 - r4355
3535
3536 -------------------------------------------------------------------
3537 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
3538
3539 - zypp-query-pool: For products show additionally distributionName
3540   and distributionEdition. (required by #205392)
3541 - revision 4349
3542
3543 -------------------------------------------------------------------
3544 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
3545
3546 - Add accessor for Product distributionName and distributionEdition.
3547   (required by #205392)
3548 - revision 4347
3549
3550 -------------------------------------------------------------------
3551 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
3552
3553 - added test case for KeyRing
3554 - fire trustedKeyAdded in all calls to import trusted key
3555   not only in signature check workflow.
3556 - r4342
3557
3558 -------------------------------------------------------------------
3559 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
3560
3561 - zypper update: implemented minimal version (patches only)
3562 - zypper list-updates: changed default type from package to patch,
3563   consider patches affecting the package manager separately
3564
3565 -------------------------------------------------------------------
3566 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
3567
3568 - version 2.4.1
3569 - r4338
3570
3571 -------------------------------------------------------------------
3572 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
3573
3574 - add zypp-query-pool, so registration doesn't depend on
3575   libzypp-zmd-backend being installed. Will remove from
3576   backend when suseregister gets updated.
3577
3578 -------------------------------------------------------------------
3579 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
3580
3581 - Make sure config.rpath is present.
3582
3583 -------------------------------------------------------------------
3584 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
3585
3586 - zypper search: fixed uninitialized members that made all searches
3587   exact and case sensitve
3588
3589 -------------------------------------------------------------------
3590 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
3591
3592 - zypp-checkpatches, write in the right file
3593 - r4328
3594
3595 -------------------------------------------------------------------
3596 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
3597
3598 - Install resolvables although they are unneeded
3599   if they have NOT the kind patch/atoms
3600   Bug 210538 - freshens/supplements does not work with patterns
3601 - r4326
3602
3603 -------------------------------------------------------------------
3604 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
3605
3606 - zypper service-add -r http://example.org/foo.repo (F#300641).
3607
3608 -------------------------------------------------------------------
3609 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
3610
3611 - zypp-checkpatches:
3612   save version of the generated xml to
3613   regenerate it if it changes.
3614   save a random token in case of error to
3615   force recreating xml file
3616 - r4321
3617
3618 -------------------------------------------------------------------
3619 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
3620
3621 - remove permissions for zypp checkpatches from spec
3622 - r4318
3623
3624 -------------------------------------------------------------------
3625 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
3626
3627 - registration fails because of wrong product data
3628   (#205392)
3629   use DISTPRODUCT,DISTVERSION to create the product
3630   resolvable. have this resolvable provide
3631   PRODUCT = VERSION
3632 - r4312
3633
3634 -------------------------------------------------------------------
3635 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
3636
3637 - zypper service-add -r ./foo.repo (F#300641).
3638
3639 -------------------------------------------------------------------
3640 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
3641
3642 - zypper: added case-sensitive search, search in descriptions and
3643   summaries, search by resolvable type, substring and word
3644   matching, support for wildcards
3645 - Revision 4303
3646
3647 -------------------------------------------------------------------
3648 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
3649
3650 - Prevent the user from sending signals to zypp-checkpatches-wrapper
3651   (#211286).
3652
3653 -------------------------------------------------------------------
3654 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
3655
3656 - Dont incomplete an uninstalled resolvable, even not when establishing.
3657   Incomplete only makes sense for installed resolvables (when they have broken
3658   deps), for patches (because they are needed) and for atoms (because they are
3659   used during patch calculation)
3660   Bug 198379
3661
3662 - Do not branch for packages with the same NVE but different architectures.
3663   Take the best architecture.
3664
3665 -------------------------------------------------------------------
3666 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
3667
3668 - implement rename source in sourcemanager
3669 - r4286
3670
3671 -------------------------------------------------------------------
3672 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
3673
3674 - YaST sources: set alias to product summary if empty
3675 - show alias on logs.
3676 - r4281
3677
3678 -------------------------------------------------------------------
3679 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
3680
3681 - version 2.4.0 (bin incompat due to callback fixes)
3682 - r4272
3683
3684 -------------------------------------------------------------------
3685 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
3686
3687 - Provide additional solver status information to the UI.
3688   (#162164,F301272)
3689 - Fixed UI satus computation in presence of multiple available
3690   candidates.
3691 - revision 4264
3692 - version 2.3.1
3693
3694 -------------------------------------------------------------------
3695 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
3696
3697 - remove const in MediaChangeReport requestMedia that
3698   broke cd changing.
3699 - r4262
3700
3701 -------------------------------------------------------------------
3702 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
3703
3704 - zypper: added search (jkupec)
3705 - removed the suid bit from zypp-checkpatches-wrapper so that the
3706   build passes until permissions.rpm is updated (~#211286).
3707 - r4253
3708
3709 -------------------------------------------------------------------
3710 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
3711
3712 - Log microseconds if ZYPP_PROFILING env var is enabled.
3713 - r4252
3714
3715 -------------------------------------------------------------------
3716 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
3717
3718 - YaST sources:
3719   Factory cannot be set with 'refresh' enabled
3720   (#204957)
3721 - get rid of some const bool signatures in Source classes
3722 - r4247
3723
3724 -------------------------------------------------------------------
3725 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
3726
3727 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
3728
3729 -------------------------------------------------------------------
3730 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
3731
3732 - select the best solution: prefering the total amount of install/update
3733   packages BEFORE source preferences. Bug 208784
3734
3735 -------------------------------------------------------------------
3736 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
3737
3738 - Introduce a method to see if a source supports a
3739   kind of resolvable at that time, so we can
3740   init a YUM source like factory but avoid parsing
3741   it if it contains no patches.
3742 - add TODO
3743 - zypp-checkpatches xml output
3744 - r4235
3745
3746 -------------------------------------------------------------------
3747 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
3748
3749 - added a CLI preview: zypper
3750 - revision 4214
3751 - version 2.2.3
3752
3753 -------------------------------------------------------------------
3754 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
3755
3756 - FATE #100165:
3757   Make Content File Aware of Different Architectures
3758   expand %a in release notes with architecture
3759
3760 -------------------------------------------------------------------
3761 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
3762
3763 - Extended pattern parser to support includes/extends tags as hint
3764   for the IO. (F301229)
3765 - revision 4199
3766 - version 2.2.2
3767
3768 -------------------------------------------------------------------
3769 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
3770
3771 - Enabled sending of ScriptResolvableReport.
3772 - Changed ScriptResolvableReport::start to send local path
3773   of script to be executed.
3774 - revision 4190
3775 - version 2.2.1
3776
3777 -------------------------------------------------------------------
3778 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
3779
3780 - Added ScriptResolvableReport. Callbacks triggered on script
3781   execution during commit. (F100233)
3782 - revision 4187
3783 - version 2.2.0
3784
3785 -------------------------------------------------------------------
3786 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
3787
3788 - fix: Url::getRegisteredSchemes() would always return nothing
3789
3790 -------------------------------------------------------------------
3791 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
3792
3793 - Made the build dependency on gettext-devel explicit
3794
3795 -------------------------------------------------------------------
3796 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
3797
3798 - adapted multi-media YUM sources according to official YUM
3799   specification (F300743)
3800
3801 -------------------------------------------------------------------
3802 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
3803
3804 - use RPM_OPT_FLAGS (meissner@suse.de)
3805
3806 -------------------------------------------------------------------
3807 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
3808
3809 - SourceFactory::createFrom() - don't loose url,...
3810 - r4160
3811
3812 -------------------------------------------------------------------
3813 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
3814
3815 - reduce logging in ResolvableImpl.cc
3816 - rev 4157
3817
3818 -------------------------------------------------------------------
3819 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
3820
3821 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
3822   in QueueItemInstall and QueueItemRequire
3823   Bug 192535/204913
3824   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
3825
3826 -------------------------------------------------------------------
3827 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
3828
3829 - fixed SourceFactory::createFrom() - don't loose alias,
3830   cachedir,... parameters
3831
3832 -------------------------------------------------------------------
3833 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
3834
3835 - Use RPM Enhances only if detected at configure time, to allow
3836   compilation with older rpm.
3837 - callback params: use const string & instead of string (dmacvicar)
3838
3839 -------------------------------------------------------------------
3840 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
3841
3842 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
3843   a package/script/message
3844   Bug: 192535
3845
3846 -------------------------------------------------------------------
3847 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
3848
3849 - add Source_Ref::checksum() which in combination with
3850   timestamp can give an idea of a source change.
3851 - r4106
3852
3853 -------------------------------------------------------------------
3854 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
3855
3856 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
3857   enable progress reporting on compressed streams.
3858
3859 -------------------------------------------------------------------
3860 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
3861
3862 - better error propagation
3863 - r4096
3864
3865 -------------------------------------------------------------------
3866 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
3867
3868 - Removed libblkid dependency - the workaround using libblkid to
3869   check filesystem on XEN vbd mapped devices is obsolete, because
3870   the info is avaliable via /dev/disk/by-label link now. (#197107)
3871 - revision 4087
3872
3873 -------------------------------------------------------------------
3874 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
3875
3876 - PackageProvider: Fixed broken retry. (#202163)
3877 - revision 4071
3878
3879 -------------------------------------------------------------------
3880 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
3881
3882 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
3883   to create a Package from a source package header.
3884 - Added method Pathname::extension: Return all of the characters in name
3885   after and including the last dot in the last element of name.
3886 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
3887   rpms. Otherwise we'd need access to the rpm database to get the keys.
3888 - revision 4069
3889
3890 -------------------------------------------------------------------
3891 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
3892
3893 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
3894   a package/script/message
3895   Bug: 192535
3896
3897 -------------------------------------------------------------------
3898 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
3899
3900 - Speedup computation of number of rpm database entries.
3901 - revision 4058
3902
3903 -------------------------------------------------------------------
3904 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
3905
3906 - Fixed endless loop in transactResObject
3907   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
3908
3909 -------------------------------------------------------------------
3910 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
3911
3912 - fix some testcases for tar file parser changes
3913 - r4045
3914
3915 -------------------------------------------------------------------
3916 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
3917
3918 - missing includes
3919 - clean old callbacks
3920 - r4041
3921
3922 -------------------------------------------------------------------
3923 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
3924
3925 - zyppPattern->install_packages returns SUGGESTED package too.
3926   Bug 201476
3927   Revision 4036
3928
3929 -------------------------------------------------------------------
3930 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
3931
3932 - New behaviour in the solver: try with 'best' package first, try with 'all'
3933   packages if this fails.
3934   Bug :Bug 191983
3935
3936 -------------------------------------------------------------------
3937 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
3938
3939 - libzypp 2.1.0
3940 - bump version due to incompatible callback changes in KeyRing
3941   Sources
3942
3943 -------------------------------------------------------------------
3944 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
3945
3946 - new keyring callbacks
3947 - separate trust key from import key
3948 - use PublicKey class instead of params, to be able
3949   to add more info like photos later (pending #181682)
3950 - update zmart with those callbacks.
3951 - better error handling (Exception types)
3952 - make tmp file names more readable depending on the context
3953 - r4026
3954
3955 -------------------------------------------------------------------
3956 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
3957
3958 - decouple probing from source creation, using the new
3959   media test for existence functions.
3960 - r4019
3961
3962
3963 -------------------------------------------------------------------
3964 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
3965
3966 - Fixed getDoesFileExist to reset the transfer range
3967 - Added logging of curl debug messages to the zypp log.
3968   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
3969   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
3970 - r4018
3971
3972 -------------------------------------------------------------------
3973 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
3974
3975 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
3976   see rev 3810 below. (#190163)
3977 - rev 3998
3978
3979 -------------------------------------------------------------------
3980 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
3981
3982 - fix uninstalling of atoms (noop)
3983 - r3995
3984
3985 -------------------------------------------------------------------
3986 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
3987
3988 - Implement initial verson of Media
3989   doesFileExist, for future source probing.
3990 - r3984
3991
3992 -------------------------------------------------------------------
3993 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
3994
3995 - more dbus_connection_close fixes
3996 - r3974
3997
3998 -------------------------------------------------------------------
3999 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
4000
4001 - clean up 'incomplete' handling in QueueItemEstablish.
4002 - rev 3973.
4003
4004 -------------------------------------------------------------------
4005 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
4006
4007 - Don't set 'incomplete' for uninstalled patterns or products.
4008   (#198379)
4009 - rev 3970.
4010
4011 -------------------------------------------------------------------
4012 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
4013
4014 - Added new API calls:
4015   setAdditionalProvide
4016   setAdditionalConflict
4017   setAdditionalRequire
4018
4019 -------------------------------------------------------------------
4020 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
4021
4022 - don't link examples to testsuite library.
4023
4024 -------------------------------------------------------------------
4025 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
4026
4027 - Disable profiling to work around compiler bug.
4028
4029 -------------------------------------------------------------------
4030 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
4031
4032 - forward port 3924:3939
4033 - Add explicit finish callbacks for subtasks during ProvidePackage
4034  Â to avoid UI confusion.
4035 - rev3957
4036
4037 -------------------------------------------------------------------
4038 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
4039
4040 - Introduce examples/
4041 - fix some svn ignores
4042 - fix compilation. Use: dbus_connection_close
4043 - rev 3943
4044
4045 -------------------------------------------------------------------
4046 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
4047
4048 - Initial support for plain directory with rpms as source
4049 - r3935
4050
4051 -------------------------------------------------------------------
4052 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
4053
4054 - Move the target query by kind function to
4055   a iterator, so we dont make a copy of the restore
4056   the iterator works loading by demand too
4057
4058 -------------------------------------------------------------------
4059 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
4060
4061 - rename the new initTarget to initializeTarget,
4062   leave the old one as is, but deprecate it.
4063 - r3903
4064
4065 -------------------------------------------------------------------
4066 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
4067
4068 - forward port from SLES10 branch , till 3888
4069 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
4070   full packages. (#168844)
4071 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
4072 - version 2.0.0
4073 - rev 3893
4074
4075 -------------------------------------------------------------------
4076 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
4077
4078 - Separate target init from adding resolvables, getting rid of the
4079 uggly bool flag.
4080 - dont clear the store each time Target::resolvables is called
4081 - Load target resolvables on demand by kind, keep them cached later
4082 - add Target::resolvablesByKind(kind) to allow query specific kind
4083   without reading all kinds. Used to port TargetProduct, which
4084   was reading the whole rpm database only to displayy base product
4085   name in YaST help.
4086 - commit to pkg-bindings and packager will follow.
4087 - jsrain will port more yast stuff, especially inst_source which
4088   startup time should by reduced by half afterwards.
4089 - rev 3880
4090
4091 -------------------------------------------------------------------
4092 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
4093
4094 - forward port:
4095   rev 3786 fix to stalle tmpfiles broke patches.
4096   SLES was released with this broken. 10.1 has a blocked
4097   zypp update because this.
4098   Attempt to fix this. (#192535)
4099 - fix configure.ac sqlite-source build path
4100 - rev 3858
4101
4102 -------------------------------------------------------------------
4103 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
4104
4105 - link correctly
4106
4107 -------------------------------------------------------------------
4108 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
4109
4110 - dont link sqlite in the main lib.
4111 - rev 3826
4112
4113 -------------------------------------------------------------------
4114 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
4115
4116 - susetags: parse product parser regexp only once
4117 - parse yum factory 5 sec. (from 30) faster using
4118   another string find algorithm
4119 - rev 3824
4120
4121 -------------------------------------------------------------------
4122 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
4123
4124 - Digest: Don't read the stream character wise but reading blocks,
4125   as advised by matz profiling.
4126 - r3819
4127
4128 -------------------------------------------------------------------
4129 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
4130
4131 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
4132   trusted vendors. (#189573)
4133 - revision 3804
4134
4135 -------------------------------------------------------------------
4136 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
4137
4138 - backport fix for stalle tmpfile (#191311)
4139 - rev 3788
4140
4141 -------------------------------------------------------------------
4142 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
4143
4144 - deactivated media manager code that was disabling the
4145   automounter (#172419)
4146 - rev 3724
4147
4148 -------------------------------------------------------------------
4149 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
4150
4151 - fix autorefresh (#186115)
4152 - revision 3708
4153 -------------------------------------------------------------------
4154 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
4155
4156 - forward port from SLE branch
4157 - Set default permission for logfiles to 0640. (#187044)
4158 - revision 3696
4159
4160 -------------------------------------------------------------------
4161 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
4162
4163 - forward port from SLE branch
4164 - Fixed installation of SP or Add-On product switching to media 2
4165   too early. (#186607)
4166 - revision 3691
4167
4168 -------------------------------------------------------------------
4169 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
4170
4171 - forward port from SLE branch
4172 - Strip self provides without edition in Resolvable ctor.
4173   (#186079)
4174 - Source::provideResolvables not implemented in yum source type.
4175   Product not set for packages that are available from update source
4176   (#186920)
4177 - Hook modalias() supplements without package to "kernel" (#184840)
4178 - Allow on-demand SourceManager::restore() (#186678)
4179 - Hook modalias() supplements without package to "kernel" (#184840)
4180 - rev 3676
4181
4182 -------------------------------------------------------------------
4183 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
4184
4185 - Fix adding resolving of path names for mount points (#181606)
4186 - rev 3658
4187
4188 -------------------------------------------------------------------
4189 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
4190
4191 - merge download algorithm and refactoring from branch
4192   (#181204)
4193
4194 -------------------------------------------------------------------
4195 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
4196
4197 - autodocs: use find+xargs to overcome command length limit,
4198   do not call doxygen unnecessarily (#185334).
4199 - rev 3645
4200
4201 -------------------------------------------------------------------
4202 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
4203
4204 - Dont use getZYpp in static constructor (#185198)
4205   Bugfix #178292 was wrong.
4206 - Only warn on incompleting installed resolvables (#185197)
4207 - rev 3644
4208
4209 -------------------------------------------------------------------
4210 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
4211
4212 - Atoms might only be installed via patches (#184714)
4213 - rev 3642
4214
4215 -------------------------------------------------------------------
4216 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
4217
4218 - fix for the last stall tmpfile (#178292)
4219 - r3637
4220
4221 -------------------------------------------------------------------
4222 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
4223
4224 - Implemented transfer timeout inside of the progress callback.
4225   The timeout value can be set using timeout url parameter, the
4226   default transfer timeout is 180 seconds. (#181602)
4227 - Added ssl_verify and ssl_capath url options used in https scheme,
4228   allowing to change or disable the ssl verify options. (#171622)
4229 - Added fallback on read failures of /etc/mtab to /proc/mounts.
4230   Improved verbosity in mount and mount check related failure cases,
4231   incl. /etc/mtab dump. (#181606)
4232 - rev 3623
4233
4234 -------------------------------------------------------------------
4235 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
4236
4237 - combine knownAliases and knownUrls in a single function.
4238 - rev 3616
4239
4240 -------------------------------------------------------------------
4241 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
4242
4243 - honor parallel installs in resolver context (#181103)
4244 - rev 3592
4245
4246 -------------------------------------------------------------------
4247 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
4248
4249 - right fix for tmpdir initialized in static constructor
4250 - catch around provideJustFile in providePackage
4251 -rev 3654
4252
4253 -------------------------------------------------------------------
4254 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
4255
4256 - fix #182003 YUM packages without size
4257 - rev 3587
4258
4259 -------------------------------------------------------------------
4260 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
4261
4262 - Allow to restore and remove by Url
4263 - rev 3583
4264
4265 -------------------------------------------------------------------
4266 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
4267
4268 - make atoms parallel installable (#181103)
4269 - rev 3580
4270
4271 -------------------------------------------------------------------
4272 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
4273
4274 - Allow to restore by alias
4275 - r3568
4276
4277 -------------------------------------------------------------------
4278 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
4279
4280 - Do not fork in a global destructor, perl dislikes it (#182672).
4281   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
4282
4283 -------------------------------------------------------------------
4284 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
4285
4286 - Installation: Assert product information is stored to libzypp
4287   database before reboot. (#181198)
4288 - Version 1.2.0; revision 3553
4289
4290 -------------------------------------------------------------------
4291 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
4292
4293 - Synchronize keys with rpm database before
4294   closing access to it (#182338)
4295 - rev 3533
4296
4297 -------------------------------------------------------------------
4298 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
4299
4300 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
4301   filter out the non-DVD drives completely. Allows a fallback to
4302   drives without the dvd HAL property e.g. in VMWare. (#177457)
4303 - rev 3530
4304
4305 -------------------------------------------------------------------
4306 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
4307
4308 - Merge fix for stalle tmpdir due to cyclic references, using a master
4309  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
4310 - rev 3521
4311
4312 -------------------------------------------------------------------
4313 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
4314
4315 - Fixes unneeded file download, and add download callbacks
4316   (still need yast side) #181204 and #160206
4317 - Fix stalle tmpdir due to cyclic references, using a master
4318   TmpDir for zypp. # 178292
4319
4320 -------------------------------------------------------------------
4321 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
4322
4323 - fixed memory leak in PersistentStorage (#168690)
4324 - revision 3519
4325
4326 -------------------------------------------------------------------
4327 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
4328
4329 - fixed memory leak in XMLSourceCacheParser (#168690)
4330 - revision 3517
4331
4332 -------------------------------------------------------------------
4333 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
4334
4335 -latest fi translation added
4336  Revision 3502
4337
4338 -------------------------------------------------------------------
4339 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
4340
4341 -All installed resolvables has been set to "satisfied" in
4342  ResolverContext::unneeded . BUT:
4343  Patch concerning resolvables have to be set to
4344  "unneeded" although they are installed. In order
4345  getting the state "no longer applicable" (Bug 171590)
4346 - rev 3496
4347
4348 -------------------------------------------------------------------
4349 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
4350
4351 - compute status for scripts and messages so their freshens get
4352   properly honored (aj with postgresql-server)
4353 - rev 3494
4354
4355 -------------------------------------------------------------------
4356 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
4357
4358 - revert not-used-yet rpmdb timestamp, as
4359   it broke rpmdb::init(). (#180040)
4360 - rev 3490
4361
4362 -------------------------------------------------------------------
4363 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
4364
4365 - updating gmo files, if po files has been changed; bug 164449
4366
4367 -------------------------------------------------------------------
4368 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
4369
4370 - Dont download twice if starting from 1st time
4371 - fix typo
4372 - rev 3481
4373
4374 -------------------------------------------------------------------
4375 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
4376
4377 - set cache dir only if storeMetadata is called as a public method.´
4378 - rev 3475
4379
4380 -------------------------------------------------------------------
4381 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
4382
4383 - schedule a package for installation if
4384   - it freshens / supplements something
4385   - it is not installed yet
4386   (#178721)
4387 - rev 3473
4388
4389 -------------------------------------------------------------------
4390 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
4391
4392 - make susetags also implement download and check first.
4393 - rev 3470
4394
4395 -------------------------------------------------------------------
4396 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
4397
4398 - make yum more robust. Never parse from provideFile
4399   but only from local disk. Make sure the cache
4400   is consistent before recreating it.
4401   the code is easier to follow and probably
4402   faster. checksum and signatures are
4403   checked on caching not on parsing.
4404   Required to implement refresh for #154990
4405 - rev 3452
4406
4407 -------------------------------------------------------------------
4408 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
4409
4410 - implement timestamp for YUM and SuseTags
4411 - actually use the license to confirm in yum patches
4412 - add prerequires tag in yum optonally to the bad designed
4413   and nonintuitive pre=1
4414 - rev 3448
4415
4416 -------------------------------------------------------------------
4417 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
4418
4419 - dont pass root on init but before.
4420 - implement rpm db modification timestamp
4421   not used yet
4422 - move Helix source to testsuite out of the solver
4423   so we can use it for target, storage tests
4424 - add Source_Ref::timestamp(), default to now()
4425   in order to implement smart sync of sources by zmd
4426 - don't parse desc and summary twice
4427 - fix a segfault with tranlated text
4428 - fix broken size tag introduced in rev 3427
4429 - rev 3446
4430
4431 -------------------------------------------------------------------
4432 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
4433
4434 - dont accept corrupt sources, improve logs
4435
4436 -------------------------------------------------------------------
4437 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
4438
4439 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
4440   loosing autoprotection (eg. for foreign vendor). (assists #177469)
4441 - rev 3431
4442
4443 -------------------------------------------------------------------
4444 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
4445
4446 - added mediaNr() to PatchRpm and DeltaRpm classes
4447 - rev 3430
4448
4449 -------------------------------------------------------------------
4450 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
4451
4452 - enable YUM license to confirm.
4453   needed for #174476
4454 - adapt store to serialize and read all new resobject fields
4455 - use install-time to now() when serializing (#174653)
4456 - rev 3427
4457
4458 -------------------------------------------------------------------
4459 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
4460
4461 - Do not violate install order when restricting commit to a certain
4462   mediaNumber. (#170079)
4463 - Version 1.1.0; rev 3423
4464
4465 -------------------------------------------------------------------
4466 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
4467
4468 - Added SourceManager::findSourceByUrl to overcome alias mismatches
4469   (#177543).
4470 - rev 3420
4471
4472 -------------------------------------------------------------------
4473 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
4474
4475 - Order all objects according to prerequirements, not just packages.
4476   (#173690)
4477 - rev 3419
4478
4479 -------------------------------------------------------------------
4480 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
4481
4482 - Added new translation
4483
4484 -------------------------------------------------------------------
4485 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
4486
4487 - fix missing homedir option for gpg (#171055)
4488 - rev 3415
4489
4490 -------------------------------------------------------------------
4491 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
4492
4493 - Prevent against daemons launched in rpm %post, that do not close
4494   their filedescriptors. (#174548)
4495 - Version 1.0.1; rev 3413
4496
4497 -------------------------------------------------------------------
4498 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
4499
4500 - fixed media number of package retrieved as a part of a patch
4501   (#174841)
4502 - rev 3409
4503
4504 -------------------------------------------------------------------
4505 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
4506
4507 - fix missing package descriptions due to filtered packages
4508   by incompatible architectures. (#159109)
4509 - rev 3404
4510
4511 -------------------------------------------------------------------
4512 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
4513
4514 - decrease logging in DiskUsageCounter and Modalias (#163186)
4515 - rev 3406
4516
4517 -------------------------------------------------------------------
4518 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
4519
4520 - Stay backward comapatible.
4521
4522 -------------------------------------------------------------------
4523 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
4524
4525 - Make basic attributes available through ResObject.
4526 - Let ResObjects which do not require media access during
4527   commit return ZERO sourceMediaNr (required for #173690)
4528 - Version 1.0.0
4529 - rev 3390
4530
4531 -------------------------------------------------------------------
4532 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
4533
4534 - reduce logging verbosity (#163186)
4535 - rev 3381
4536
4537 -------------------------------------------------------------------
4538 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
4539
4540 - setCandidate accept candidates with compatible architectures too. Not
4541   only with the same architecture. Bug 172594 - If update package has
4542   differet arch, UI display is wrong
4543
4544 -------------------------------------------------------------------
4545 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
4546
4547 - Added Source_Ref::resStoreInitialized.
4548   If we know that noone has seen the resolvables yet, we can skip
4549   them too, eg. when deleting a source. (#174840)
4550 - rev 3378
4551
4552 -------------------------------------------------------------------
4553 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
4554
4555 - Honor freshens as conditionals independant from the installed/
4556   uninstalled status (#174797)
4557 - rev 3376
4558
4559 -------------------------------------------------------------------
4560 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
4561
4562 - State modifier "unneeded" is transitive for patches (#171590)
4563 - rev 3375
4564
4565 -------------------------------------------------------------------
4566 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
4567
4568 - Do not transact itself (update) in the transactResObject mechanism
4569   Bug 174290
4570
4571 -------------------------------------------------------------------
4572 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
4573
4574 - Reenabled improved large file support flags (unintentionally
4575   removed in rev 1544). Fixes bug #173753.
4576 - Added large file support flags to libzypp.pc file allowing
4577   consistence checks in the application using features variable
4578 - rev 3366
4579
4580 -------------------------------------------------------------------
4581 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
4582
4583 - SourceManager: moved source deletion before creation
4584   so that we can recreate a deleted one (#174295)
4585 - removed dead code dealing with known_caches from SourceManager::store
4586   (see r3195)
4587 - r3362
4588
4589 -------------------------------------------------------------------
4590 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
4591
4592 - fixed returning product short name and summary if product read
4593   from target store (#148625)
4594 - rev 3360
4595
4596 -------------------------------------------------------------------
4597 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
4598
4599 - set media verifier on redirected medium (#172599)
4600 - rev 3359
4601
4602 -------------------------------------------------------------------
4603 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
4604
4605 - fix 'transactResKind' to collect best providers by capability
4606   and to recursively transact items of same kind (#170114)
4607 - rev 3355
4608
4609 -------------------------------------------------------------------
4610 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
4611
4612 - serialize the full URL to avoid missing password and other
4613   url settings (#148108)
4614 - rev 3353
4615
4616 -------------------------------------------------------------------
4617 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
4618
4619 - Added a 60 sec connect timeout to MediaCurl (#172860)
4620 - rev 3348
4621
4622 -------------------------------------------------------------------
4623 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
4624
4625 - re-fetch also .asc and .key files before checking signature
4626   (#172597)
4627 - rev 3350 (3345-10.1)
4628
4629 -------------------------------------------------------------------
4630 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
4631
4632 - Fix yum key verification, because a double variable declaration
4633
4634 -------------------------------------------------------------------
4635 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
4636
4637 - use --no-default-keyring to avoid creating a
4638   default gpg dir in / (#171055)
4639 - rev 3335
4640
4641 -------------------------------------------------------------------
4642 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
4643
4644 - Fix YUM signature checking, we were passing the key instead of the
4645   signature.
4646 - When the user trust a key, sync again. Bye to the session trusted
4647   keys and user being asked all the time. (#171213)
4648 - r3332
4649
4650 -------------------------------------------------------------------
4651 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
4652
4653 - Cleanup index tables when removing items from pool (#170564).
4654
4655 -------------------------------------------------------------------
4656 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
4657
4658 - backout rev 3246->3275 of TargetImpl.cc
4659 - add missing testsuite/utils/TestUtils.h
4660 - rev 3330
4661
4662 -------------------------------------------------------------------
4663 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
4664
4665 - more fixes for #171062, there were some files still not being
4666   read from cache.
4667 - r3327
4668
4669 -------------------------------------------------------------------
4670 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
4671
4672 - cache keys and signature. Remove lot of duplicated code. (#171062)
4673 - r3320
4674
4675 -------------------------------------------------------------------
4676 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
4677
4678 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
4679   mount here anything, so it is OK to use any dir (171351).
4680 - rev 3318
4681
4682 -------------------------------------------------------------------
4683 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
4684
4685 - parse "license-to-confirm" in primary.xml (#168437)
4686 - rev 3312
4687
4688 -------------------------------------------------------------------
4689 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
4690
4691 - Don't try to store 'Atom', not needed and the backend store
4692   rejects them anyways (addtion to #168610)
4693 - rev 3306
4694
4695 -------------------------------------------------------------------
4696 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
4697
4698 - Improved device check in MediaDISK using libblkid (Bug #158529)
4699 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
4700   added a check if it is a directory
4701 - Added libcurl and libblkid checks to configure.ac
4702 - Added e2fsprogs(-devel) requires to the spec file
4703 - rev 3303
4704
4705 -------------------------------------------------------------------
4706 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
4707
4708 - dont download "other" during key check (#171041)
4709 - rev 3294
4710
4711 -------------------------------------------------------------------
4712 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
4713
4714 - allow parallel installs of atoms (used to fulfill patch require-
4715   ments, atoms aren't installed anyways) (#170098)
4716 - some testsuite improvements.
4717 - rev 3288
4718
4719 -------------------------------------------------------------------
4720 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
4721
4722 - get rid of autobuild check when throwing exceptions without throw
4723   but with a macro, returning a null pointer at the end (never reached).
4724
4725 -------------------------------------------------------------------
4726 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
4727
4728 - Do not violate install order when restricting commit to a certain
4729   mediaNumber. (#170079)
4730
4731 -------------------------------------------------------------------
4732 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
4733
4734 - Don't use throw directly!
4735   use ZYPP_THROW with a Exception class, otherwise package bindings
4736   will not catch them.
4737   Should fix crashes when reading broken sources with yast.
4738 - rev 3272
4739
4740 -------------------------------------------------------------------
4741 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
4742
4743 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
4744   revision 3269
4745
4746 -------------------------------------------------------------------
4747 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
4748
4749 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
4750 - further improve on #168840 (from rev 3231), match on name-edition
4751   when filtering by best arch. (#170098)
4752 - rev 3268
4753
4754 -------------------------------------------------------------------
4755 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
4756
4757 - #170093 , lot of package descriptions missing
4758 - rev 3263
4759
4760 -------------------------------------------------------------------
4761 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
4762
4763 - try to fix wrong permissions of /var/lib/zypp created
4764   by old zypp, only when running as root they are fixed
4765   (#169094)
4766 - YUM: Verify signatures on factoryInit.
4767   Dont provide other.xml. Cleanups, better logging.
4768   When refreshing signed soruces, don't refresh is source
4769   has not changed.
4770 - YaST sources: don't refresh if media file has not changed.
4771 - Show full url of index files in sources for signature validation
4772   (mentioned in #170139 comment #3)-
4773
4774 -------------------------------------------------------------------
4775 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
4776
4777 - udpated media ID syntax for external scripts (to be consistent
4778   with packages) (#170247)
4779 - rev 3256
4780
4781 -------------------------------------------------------------------
4782 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
4783
4784 - set media ID to 1 if not specified in YUM metadata (#167452)
4785 - rev 3255
4786
4787 -------------------------------------------------------------------
4788 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
4789
4790 - If freshen and supplement are fulfilled, install any kind of
4791   resolvable if not yet installed (#165746)
4792 - rev 3249
4793
4794 -------------------------------------------------------------------
4795 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
4796
4797 - make downloaded script executable. (#169191)
4798 - rev 3247
4799
4800 -------------------------------------------------------------------
4801 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
4802
4803 - Improve on last fix, compare only compatible archs.
4804 - rev 3233
4805
4806 -------------------------------------------------------------------
4807 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
4808
4809 - Only choose best arch of multiple package atoms with identical
4810   name (#168840)
4811 - rev 3231
4812
4813 -------------------------------------------------------------------
4814 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
4815
4816 - pass empty strings to UI as key properties if unknown key
4817   (#169114)
4818 - rev 3228
4819
4820 -------------------------------------------------------------------
4821 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
4822
4823 - refrain from parsing 'other.xml' (#159316)
4824 - rev 3226
4825
4826 -------------------------------------------------------------------
4827 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
4828
4829 - in source refresh, clean up the cache dir if fails
4830 - do not require repomd.xml.asc when creating a cache (#163765)
4831 - rev 3224
4832
4833 -------------------------------------------------------------------
4834 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
4835
4836 - Check if a file exists before providing it, and just handling the
4837   exception is not sufficient, because it can release the media.
4838   it nows get all possible packages.X translations an then
4839   it selects the candidate from the existing ones (#168654)
4840 - rev 3221
4841
4842 -------------------------------------------------------------------
4843 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
4844
4845 - dont report conflicts if item is neither installed
4846   nor to-be-installed (#168906)
4847 - rev 3219
4848
4849 -------------------------------------------------------------------
4850 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
4851
4852 - #168060 , propagate the file description or original
4853   name to the UI and not the checked filename path,
4854   which could be a tmp file.
4855   Requires changes in pkg-manager, and probably zmd-helpers.
4856 - rev 3215
4857
4858 -------------------------------------------------------------------
4859 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
4860
4861 - /var/lib/zypp/db/languages/* are empty files (##168355)
4862 - r3206
4863
4864 -------------------------------------------------------------------
4865 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
4866
4867 - All resolvables must honor arch, so Arch_noarch in
4868   target/store/XMLFilesBackend.cc is wrong (#160792)
4869 - Introduced code to honour shared package descriptions
4870   (#159109)
4871 - r3204
4872
4873 -------------------------------------------------------------------
4874 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
4875
4876 - replace '_' in YUM elements/attributes with '-' (#168762)
4877 - rev 3201
4878
4879 -------------------------------------------------------------------
4880 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
4881
4882 - Fixed iseries workaround - interchanged variables for scsi
4883   devices, added debug messages about the steps (#163971).
4884 - Added getenv NULL ptr check and verify of the $HOME dir's
4885   and ~/.curlrc file's ownership (#163203).
4886 - rev 3199
4887
4888 -------------------------------------------------------------------
4889 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
4890
4891 - Use filesystem::TmpDir to create unique and unused Source cache
4892   directories. (#168051)
4893
4894 -------------------------------------------------------------------
4895 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
4896
4897 - Enable signature checks per default. (#168525)
4898
4899 -------------------------------------------------------------------
4900 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
4901
4902 - fix callbacks for providing a single file (#160206)
4903
4904 -------------------------------------------------------------------
4905 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
4906
4907 - If an installed package looses a dependency, the solver tries
4908   to upgrade it. Limit the upgrade candidates to best arch, best
4909   edition.
4910 - filter 'other' entries with incompatible arch in yum parser.
4911 - rev 3177
4912
4913 -------------------------------------------------------------------
4914 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
4915
4916 - initialize the product category according to source (#168061)
4917 - rev 3172
4918
4919 -------------------------------------------------------------------
4920 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
4921
4922 - delete only one older version of a xml-store resolvable
4923   (half-baked, but the previous attempt was charred)
4924
4925 -------------------------------------------------------------------
4926 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
4927
4928 - moved license_to_confirm to primary.xml
4929 - rev 3170
4930
4931 -------------------------------------------------------------------
4932 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
4933
4934 - Removed deprecated oldstyle commit methods.
4935
4936 -------------------------------------------------------------------
4937 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
4938
4939 - when installing a xml-store resolvable (all except package,
4940   message, script), delete older versions (#160792).
4941 - read selection edition from the XML store
4942 - rev 3167
4943
4944 -------------------------------------------------------------------
4945 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
4946
4947 - properly clear transaction flag after successful commit
4948   (see rev 3122, #164365, #167285)
4949 - rev 3157
4950
4951 -------------------------------------------------------------------
4952 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
4953
4954 - recursively soft-uninstall recommended package on real uninstall,
4955   not on update (#167603)
4956 - rev 3155
4957
4958 -------------------------------------------------------------------
4959 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
4960
4961 - fix #167605 (importing keys to rpm multiple times due to
4962   wrong interpretation of rpm gpg versioning.
4963 - add support for reading the rpm keys, with full id and fingerprint
4964 - rev 3153
4965
4966 -------------------------------------------------------------------
4967 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
4968
4969 - don't add duplicate error infos to ResolverContext (#167309)
4970 - rev 3146
4971
4972 -------------------------------------------------------------------
4973 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
4974
4975 - fix Resolver::transactReset() (see rev 3122) (#167285)
4976 - rev 3140
4977
4978 -------------------------------------------------------------------
4979 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
4980
4981 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
4982   variable is present, all signature checking callbacks will default
4983   to 'accept', in case no recipient is present.
4984
4985 -------------------------------------------------------------------
4986 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
4987
4988 - read content file on construction, and make
4989   provideProduct only insert the already
4990   read product object into the store (#165826)
4991   (dmacvicar)
4992 - When the signature is not found, warn the
4993   user about a unsigned source. When the
4994   key is not found, do nothing, it can be in the
4995   keyring already. (#166016) (dmacvicar)
4996 - enable key verification only if
4997   ZYPP_CHECKSIG env var is set (dmacvicar)
4998 - r1529
4999
5000 -------------------------------------------------------------------
5001 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
5002
5003 - fix bugfix 164365, fix bug 167285
5004   Actually clear the transcation state instead of locking it
5005   to 'dont transact'
5006 - rev 3122
5007
5008 -------------------------------------------------------------------
5009 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
5010
5011 - revert the signature/digest checking callbacks
5012 - rev 3115
5013
5014 -------------------------------------------------------------------
5015 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
5016
5017 - Bugfix #165670
5018   - Honor keep requests.
5019   - Dont flag "locked uninstall" as error if a keep request was
5020     issued before.
5021 - rev 3114
5022
5023 -------------------------------------------------------------------
5024 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
5025
5026 - rule out locked items during distribution upgrade as early
5027   as possible. (#165670)
5028 - rev 3110
5029
5030 -------------------------------------------------------------------
5031 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
5032
5033 - Bugfix #166212
5034   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
5035     transactResObject().
5036   - resetTransaction(APPL_LOW) before resolving
5037   - enhance transactCaps by using the same algorithm as in
5038     QueueItemRequire
5039     (before: transact all requires and recommends by name
5040      now: transact best requires and recommends by provides)
5041 - rev 3107
5042
5043 -------------------------------------------------------------------
5044 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
5045
5046 - new callbacks for failing digest
5047 - rev 3098
5048
5049 -------------------------------------------------------------------
5050 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
5051
5052 - ask for file without a checksum (#165125)
5053
5054 -------------------------------------------------------------------
5055 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
5056
5057 - dont install satisfied resolvables (#165843)
5058 - rev 3095
5059
5060 -------------------------------------------------------------------
5061 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
5062
5063 - dont abort on failed "dry_run" (#164583)
5064 - rev 3091
5065
5066 -------------------------------------------------------------------
5067 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
5068
5069 - Ask user if signature file does not exist (#163765)
5070 - handle repomd.xml.asc as optional file (#163765)
5071 - rev 3089
5072
5073 -------------------------------------------------------------------
5074 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
5075
5076 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
5077 - rev 3087
5078
5079 -------------------------------------------------------------------
5080 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
5081
5082 - Dont do transitive uninstalls on uninstalled or upgraded items.
5083   (#165798)
5084 - rev 3083
5085
5086 -------------------------------------------------------------------
5087 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
5088
5089 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
5090
5091 -------------------------------------------------------------------
5092 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
5093
5094 - Product::updateUrls: restore it from the XML store;
5095   fixed content parsing (#163192).
5096 - restore product flags fro the XML store
5097 - rev 3074
5098
5099 -------------------------------------------------------------------
5100 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
5101
5102 - Only consider best arch/version (#165477)
5103 - rev 3069
5104
5105 -------------------------------------------------------------------
5106 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
5107
5108 - No need to parse tags at all if there is no item to store values
5109   (e.g. data for unwanted arch). Fixed segv trying to store data in
5110   NULL item. (#165479)
5111 - rev3065
5112
5113 -------------------------------------------------------------------
5114 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
5115
5116 - Improved Url path name "//" vs. "/%2f" handling; now if the
5117   url has an authority, "/%2f" is used for ftp only (#163784)
5118 - rev 3062
5119
5120 -------------------------------------------------------------------
5121 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
5122
5123 - fixed storing patch scripts to target store (#159928)
5124 - rev 3058
5125
5126 -------------------------------------------------------------------
5127 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
5128
5129 - if a patch is bad, only skip this patch, not everything
5130   (#165200)
5131 - rev 3057
5132
5133 -------------------------------------------------------------------
5134 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
5135
5136 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
5137 - Susetags:Pattern: Fixed parser.
5138
5139 -------------------------------------------------------------------
5140 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
5141
5142 - when uninstalling, only re-establish installed items
5143   supplementing the to-be-uninstalled one. (variant of #165111)
5144 - rev 3054
5145
5146 -------------------------------------------------------------------
5147 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
5148
5149 - Susetags:Package: Parse and provide ins/delnotify texts.
5150
5151 -------------------------------------------------------------------
5152 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
5153
5154 - when checking freshens/supplements at install, only consider
5155   best architecture/edition (#164453)
5156 - rev 3051
5157
5158 -------------------------------------------------------------------
5159 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
5160
5161 - when checking for supplements, only consider best arch, best
5162   edition for installation (#165111)
5163 - rev 3047
5164
5165 -------------------------------------------------------------------
5166 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
5167
5168 - Bug 165117: build 910: Update: Splitted packages are selected for
5169   all archs
5170
5171 -------------------------------------------------------------------
5172 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
5173
5174 - ask user if a file exists but does not have a checksum (#162797)
5175 - rev 3044
5176
5177 -------------------------------------------------------------------
5178 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
5179
5180 - parse time and size elements from delta and patch RPM
5181 - rev 3043
5182
5183 -------------------------------------------------------------------
5184 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
5185
5186 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
5187   devices - on powerpc only (#163971)
5188 - rev 3042
5189
5190 -------------------------------------------------------------------
5191 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
5192
5193 - fix endless loop in patches parsing.
5194 - rev 3039
5195
5196 -------------------------------------------------------------------
5197 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
5198
5199 - fixed media handling in SuSEtags source (#164879)
5200 - rev 3037
5201
5202 -------------------------------------------------------------------
5203 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
5204
5205 - honor 'dry_run' on package remove (#164732)
5206 - rev 3036
5207
5208 -------------------------------------------------------------------
5209 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
5210
5211 - add files from yum filelist as provides to package (#164731)
5212 - rev 3032
5213
5214 -------------------------------------------------------------------
5215 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
5216
5217 - honor "+Enh:/-Enh:" in packages file (#156513)
5218
5219 -------------------------------------------------------------------
5220 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
5221
5222 - fix callback receiver signature to match the callback for removing
5223   package
5224
5225 -------------------------------------------------------------------
5226 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
5227
5228 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
5229 - rev 3024
5230
5231 -------------------------------------------------------------------
5232 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
5233
5234 - Bug 164440; Taking wrong architecture while updating obsoletes
5235   splitted packages
5236 - rev 3022
5237
5238 -------------------------------------------------------------------
5239 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
5240
5241 - allow relative paths with url file:
5242 - dont filter atoms from going into pool, multi-arch patch
5243   requirements need them. Instead, treat atoms with incompatible
5244   architecture as unneeded.
5245 - rev 3018
5246
5247 -------------------------------------------------------------------
5248 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
5249
5250 - product now provides short name
5251 - rev 3013
5252
5253 -------------------------------------------------------------------
5254 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
5255
5256 - read metadata for packages from correct tags in patches (#163220)
5257 - rev 3011
5258
5259 -------------------------------------------------------------------
5260 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
5261
5262 - more detailed resolver error reports (#162994)
5263 - rev 3010
5264
5265 -------------------------------------------------------------------
5266 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
5267
5268 - report package download progress (#160966)
5269 - rev 3007
5270
5271 -------------------------------------------------------------------
5272 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
5273
5274 - transact also for languages (#163819)
5275 - rev 3004
5276
5277 -------------------------------------------------------------------
5278 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
5279
5280 - loop through all affected ResObjects in transactResKind (#163819)
5281 - rev 3002
5282
5283 -------------------------------------------------------------------
5284 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
5285
5286 - allow re-installation of non-packages (#162906)
5287 - rev 2998
5288
5289 -------------------------------------------------------------------
5290 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
5291
5292 - Added loop checking for scsi cdroms (/sys/block/srX) in case
5293   HAL does not provide any drives like on iSeries (#163971).
5294 - rev 2995
5295
5296 -------------------------------------------------------------------
5297 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
5298
5299 - add 'licenceToConfirm()' to Product. (#164375)
5300
5301 -------------------------------------------------------------------
5302 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
5303
5304 - Avoid excessive CD hopping on commit. But still far from
5305   being perfect. (#159679)
5306 - Fixed Target::commit: Despite dry_run set True, packages
5307   were depeted.
5308
5309 -------------------------------------------------------------------
5310 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
5311
5312 - honour if user decides to skip a package in commit (#156031)
5313
5314 -------------------------------------------------------------------
5315 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
5316
5317 - fixed parsing external reference to script in patch (#163221)
5318 - r2981
5319
5320 -------------------------------------------------------------------
5321 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
5322
5323 - cache and provide content.asc/key optionally. Dont show a
5324   popup if they dont exists. (dmacvicar)
5325 - Actually abort when verify signature workflow is false. (dmacvicar)
5326 - r2978
5327
5328 -------------------------------------------------------------------
5329 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
5330
5331 - fixed setting autorefresh flag for installation sources
5332
5333 -------------------------------------------------------------------
5334 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
5335
5336 - drop patches with incompatible architecture.
5337 - rev 2972
5338
5339 -------------------------------------------------------------------
5340 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
5341
5342 - Added info method to media verifier base and more debug info
5343 - rev 2970
5344
5345 -------------------------------------------------------------------
5346 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
5347
5348 - Dont deny the "/" attach point in MediaDIR, since this is used
5349   for all "file:" urls, esp. local packages.
5350 - rev 2962
5351
5352 -------------------------------------------------------------------
5353 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
5354
5355 - Bug 159673 - only one conflict solvable per page
5356
5357 -------------------------------------------------------------------
5358 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
5359
5360 - parse all dependencies of 'packages' file (#163773)
5361 - rev 2957
5362
5363 -------------------------------------------------------------------
5364 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
5365
5366 - Use the original media descr_dir on refresh for
5367   suse tags source (#163196)
5368 - r2952
5369
5370 -------------------------------------------------------------------
5371 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
5372
5373 - add Source::setUrl() for zmd backend helper.
5374 - rev 2946
5375
5376 -------------------------------------------------------------------
5377 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
5378
5379 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
5380 target init. (dmacvicar)
5381 - r2949
5382
5383 -------------------------------------------------------------------
5384 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
5385
5386 - Fixed MediaDISK to use a mount -oro,bind id the disk
5387   partition is already attached e.g. by the automounter.
5388   Try to mount it a second time may fail (#163486).
5389 - rev 2944
5390
5391 -------------------------------------------------------------------
5392 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
5393
5394 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
5395 - rev 2940
5396
5397 -------------------------------------------------------------------
5398 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
5399
5400 - only try to create a source of a given type when restoring
5401   from the persistent store (#162111)
5402
5403 -------------------------------------------------------------------
5404 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
5405
5406 - parse all dependencies for patterns (.pat) files (#160602)
5407 - drop YOUPATH and YOUURL from content file.
5408 - rev 2924
5409
5410 -------------------------------------------------------------------
5411 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
5412
5413 - properly initialize autorefresh for non-remote sources (#154990)
5414 - rev 2919
5415
5416 -------------------------------------------------------------------
5417 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
5418
5419 - Added flag to MediaManager::isUseableAttachPoint, whether
5420   to check against system mount entries or not.
5421 - Disallow to use the attachpoints of another media handlers
5422   as source path in MediaDIR.
5423 - rev 2917
5424
5425 -------------------------------------------------------------------
5426 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
5427
5428 -implement callbacks for when package verification (checksum)
5429  fails, offer to retry or abort
5430
5431 -------------------------------------------------------------------
5432 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
5433
5434 - Fix construction of checksum objects when using non-standard
5435   checksum algorithms
5436 - Fix broken YUM cache
5437 - r2913
5438
5439 -------------------------------------------------------------------
5440 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
5441
5442 - Keep packages with no version upgrade installed during
5443   distribution upgrade (#162972)
5444 - add 'transactReset()' helper function for UI.
5445 - rev 2908
5446
5447 -------------------------------------------------------------------
5448 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
5449
5450 - r2906
5451
5452 -------------------------------------------------------------------
5453 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
5454
5455 - Fixed candidate handling in ui::Selectable. (#156589)
5456
5457 -------------------------------------------------------------------
5458 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
5459
5460 - fix #162984 , gpg hangs because the matching data file
5461   for the key cannot be find. (dmacvicar)
5462 - Fix restore of YUM source using the same cache dir semantics as
5463  susetags instead of assuming there is a cache if a cache_dir
5464   was given. (dmacvicar)
5465
5466 -------------------------------------------------------------------
5467 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
5468
5469 - use DISTPRODUCT/DISTVERSION from content file to generate the
5470   product name, version, and release.
5471 - rev 2902
5472
5473 -------------------------------------------------------------------
5474 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
5475
5476 - Removed broken forcing of absolute ftp paths added in rev2705 to
5477   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
5478 - rev 2900
5479
5480 -------------------------------------------------------------------
5481 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
5482
5483 - add Resolver::freshenPool() (#156980)
5484 - rev 2893
5485
5486 -------------------------------------------------------------------
5487 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
5488
5489 - skip incompatible archs in filelist parsing.
5490 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
5491   /lib64/, ...)
5492 - rev 2886
5493
5494 -------------------------------------------------------------------
5495 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
5496
5497 - skip incompatible archs in primary parsing.
5498 - rev 2883
5499
5500 -------------------------------------------------------------------
5501 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
5502
5503 - allow setting of source when parsing local .rpm (#147765)
5504 - rev 2880
5505
5506 -------------------------------------------------------------------
5507 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
5508
5509 - Do not update packages over other architectures
5510
5511 -------------------------------------------------------------------
5512 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
5513
5514 - Added zypp/ui/UserWantedPackages to support the UI's
5515   "automatic changes" dialog (bug #152700)
5516
5517 -------------------------------------------------------------------
5518 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
5519
5520 - use KeyRing class to validate repomd.xml (#160909)
5521
5522 -------------------------------------------------------------------
5523 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
5524
5525 - Product resolvables should be readable by normal users.
5526   (#162474) (dmacvicar)
5527 - implemented keyring and metadata signature verification
5528   in susetags source
5529 - dont delete the lock if we did not acquire it
5530 - r2847
5531
5532 -------------------------------------------------------------------
5533 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
5534
5535 - Added disabling of the automounter while MediaManager
5536   init and restoring of the old state on exit (#154326).
5537 - Implemented check if media (CD) is automounted or not
5538 - rev 2840
5539
5540 -------------------------------------------------------------------
5541 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
5542
5543 - Implemented several hal get/set/removeDeviceProperty wrappers
5544 - Improved HalException to allow to fetch HAL/DBUS error componets
5545 - rev 2830
5546
5547 -------------------------------------------------------------------
5548 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
5549
5550 - honor subscription status of catalogs (#162350)
5551 - rev 2827
5552
5553 -------------------------------------------------------------------
5554 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
5555
5556 - Enabled CD eject error reporting exceptions (#154326)
5557 - rev 2822
5558
5559 -------------------------------------------------------------------
5560 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
5561
5562 - support "dry run" (#159467)
5563 - implement "transactResKind" (#161400)
5564 - rev 2817
5565
5566 -------------------------------------------------------------------
5567 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
5568
5569 - add checksum for external patches (#159928)
5570
5571 -------------------------------------------------------------------
5572 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
5573
5574 - calculate product architecture (#158198)
5575
5576 -------------------------------------------------------------------
5577 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
5578
5579 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
5580   detection
5581
5582 -------------------------------------------------------------------
5583 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
5584
5585 - Auto protect installed packages from unknown vendor. (#157446)
5586
5587 -------------------------------------------------------------------
5588 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
5589
5590 - added support for external scripts to metadata (#159928) (jsrain)
5591 - fixed handling of Language resolvables (ma)
5592 - fix leak in rpmdb (dmacvicar)
5593 - added softlock for autoyast (#159466) (ma)
5594 - Fixed exceptions in doGetFileCopy() to show full url
5595   including the file instead of just the media base url. (mt)
5596 - Provide Language::summary (ma)
5597 - check patterns and selections file exist
5598   before veryfing them (#161300) (dmacvicar)
5599 - added YUM metadata checksum computation (jsrain)
5600 - added interface to patch of a message (jsrain)
5601 - r2734
5602
5603 -------------------------------------------------------------------
5604 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
5605
5606 - added support for external scripts to metadata (#159928)
5607 - r2709
5608
5609 -------------------------------------------------------------------
5610 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
5611
5612 - report separate exception when trying to start source cache again to
5613   suppress incorrect error message in XEN installation
5614 - r2682
5615
5616 -------------------------------------------------------------------
5617 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
5618
5619 - Implement inter process locking in zypp.
5620 - Added No medium found output
5621 - splitting modaliases in supplements TOO
5622 - parse also the available signing keys
5623
5624 -------------------------------------------------------------------
5625 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
5626
5627 - release all media when removing source (#159754) (visnov)
5628 - more testsuites (schubi)
5629 - updated translations (schubi)
5630 - added MediaNotEjectedException (mt)
5631 - rev 2652
5632
5633 -------------------------------------------------------------------
5634 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
5635
5636 - fix patches descriptions (dmacvicar)
5637 - fix source serialization (dmacvicar)
5638 - metadata for kernel test (schubi)
5639 - Arch tests updated (ma)
5640 - classify NULL Ptr as unique (ma)
5641 - Added host check, because file Url allows it now. (mt)
5642 - prepare modalias fix (#159766) (ma)
5643 - Provide iterator based access to SourceManager data. (ma)
5644 - Fixed "file:" Url scheme config to allow relative paths; (mt)
5645   RFC1738 says, it may contain a hostname as well...
5646 - revision 2633
5647
5648 -------------------------------------------------------------------
5649 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
5650
5651 - pkg-config support (mvidner)
5652 - close all medias when destructing MediaSet (jsrain)
5653 - rev 2622
5654
5655 -------------------------------------------------------------------
5656 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
5657
5658 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
5659 - Message callback implemented to show patch messages (visnov)
5660 - Bug 159696 (schubi)
5661 - provide transform_iterators to iterate over a maps keys or values (ma)
5662 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
5663 - added script and message installation (jsrain)
5664 - chooses the 'right' kernel now (kkaempf)
5665 - Use noarch if no arch is specified in patches (dmacvicar)
5666 - rev 2611
5667
5668 -------------------------------------------------------------------
5669 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
5670
5671 - Added some debug output including the access id (mt)
5672 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
5673   release with eject=true on attached media, to umount
5674   other mounts as well. (mt)
5675 - 159483 - solver does not blame missing dependency (schubi)
5676 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
5677 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
5678   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
5679 - fixed ZYPP_RETHROW (#156430) (ma)
5680 - patch for #156114 (visnov)
5681 - fixed container.erase loops (ma)
5682 - Fixed to reset desired (cached) flag before the action (mt)
5683 - Removed return in forceRelaseAllMedia (void function) (mt)
5684 - Parse nonexisting architecture to noarch so patches dont get
5685   filtered by the pool (dmacvicar)
5686 - 159512 - yast2-qt does not show label of to be installed products
5687   anymore (dmacvicar)
5688 - 159765 - Hidden patterns still visible (dmacvicar)
5689 - Use noarch if no arch is specified. (dmacvicar)
5690 - r2594
5691
5692 -------------------------------------------------------------------
5693 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
5694
5695 - properly report error for media change callback
5696 - rev 2579
5697
5698 -------------------------------------------------------------------
5699 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
5700
5701 - fixed memory leak in XMLNodeIterator (#157474)
5702 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
5703 - Renamed private MediaManager::forceMediaRelease
5704   function to forceReleaseShared (more exact name)
5705 - Implemented forceRelaseAllMedia() that can be
5706   used to release also foreign (user) mounts.
5707 - Added use of forceRelaseAllMedia for CD/DVDs
5708   if FORCE_RELEASE_FOREIGN is 1 (default 0)
5709 - little cleanup of the checkAttached function
5710 - r2578
5711
5712 -------------------------------------------------------------------
5713 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
5714
5715 - don't try to attach without exception handling (#158620)
5716 - fix descriptions, as a new tag Des for selections exists now.
5717 - fix #157683: failure after adding add-on product to install
5718   sources
5719 - added more files for translation
5720 - resolve-dependencies.cc: establish pool
5721 - parse-metadata.cc: catch bad URL
5722 - set zmdid for atoms
5723 - r2574
5724
5725 -------------------------------------------------------------------
5726 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
5727
5728 - fix testsuite.
5729 - provide edition and architecture for all kinds of yum
5730   resolvables.
5731 - fix ResStatus output.
5732 - establish atoms correctly.
5733 - treat requires to unneeded resolvables as fulfilled.
5734 - rev 2559
5735
5736 -------------------------------------------------------------------
5737 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
5738
5739 - fix the build
5740 - only consider best architecture/version (#157594)
5741 - prefer providers which supplement/enhance installed or
5742   to-be-installed packages (fixes the tpctl-kmp issue)
5743 - rev 2546
5744
5745 -------------------------------------------------------------------
5746 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
5747
5748 - provide more filters for pkg-bindings (#158602)
5749 - add SystemResObject to provide system (modalias, hal, ...)
5750   capabilities.
5751 - handle this during resolving.
5752 - make the modalias and hal capability match the SystemResObject
5753   by default, thereyby triggering a modalias (resp. hal)
5754   evaluation.
5755 - xmlstore: decouple target store from YUM schema.
5756 - clean up moving of hal() and modalias() from provides to
5757   supplements in ResolvableImpl.
5758 - add PatchContents() for UI.
5759 - handle Edition::noedition as empty string.
5760 - r2537
5761
5762 -------------------------------------------------------------------
5763 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
5764
5765 - releasing all medias when asking for CD (#156981)
5766 - r2471
5767
5768 -------------------------------------------------------------------
5769 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
5770
5771 - ResStatus::resetTransact must return a value.
5772 - Fixed random build failures in LanguageCode.cc.
5773   (Rewrote the CodeMaps constructor so that gcc does not
5774   optimize a 500-statement basic block.)
5775 - Fix constructions of patch objects. Actually insert atoms in atoms
5776   list. Insert atoms for package even if the package does not exists
5777   in the source. Fixes #157628 (dmacvicar).
5778 - Fixed license reading from susetags, #151834 (dmacvicar).
5779 - r2468
5780
5781 -------------------------------------------------------------------
5782 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
5783
5784 - added ResStatus::resetTransact (ma)
5785 - bugfix for #156439 (schubi)
5786 - Added Source_Ref::setAlias (#154913).
5787 - Do not assume there is a product file when scanning for products
5788   (visnov)
5789 - function to disable all sources in the persistent store (visnov)
5790 - dependency errors go to stdout, not stderr; output resolver info
5791   directly to stderr (kkaempf)
5792 - rev 2464
5793
5794 -------------------------------------------------------------------
5795 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
5796
5797 - fix merging of resolver info (needed for #157684).
5798 - errors are also important in ResolverInfo.
5799 - improve debug output in ResolverContext.
5800 - rev 2455
5801
5802 -------------------------------------------------------------------
5803 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
5804
5805 - delete RPMs downloaded via HTTP/FTP after installnig them
5806   (#157011)
5807 - fixed product registration (reverted autorefresh patch) (#157566)
5808
5809 -------------------------------------------------------------------
5810 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
5811
5812 - if root!="/", always prefer the upgrade candidate (#155472)
5813 - implement license confirmed api for UI.
5814 - prefer architecture over version in distribution upgrade
5815   (#157501)
5816 - clean up media handling.
5817 - rev 2448
5818
5819 -------------------------------------------------------------------
5820 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
5821
5822 - init Modalias properly.
5823 - fix warnings in testcases.
5824 - rev 2432
5825
5826 -------------------------------------------------------------------
5827 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
5828
5829 - drop libjpeg-devel and sqlite-devel from build requires.
5830
5831 -------------------------------------------------------------------
5832 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
5833
5834 - implement 'modalias()' capability (#157406)
5835 - make dependencies consistent, its 'freshens'.
5836 - cope with user umounts of devices.
5837 - add debug to SourceManager.
5838 - rev 2418
5839
5840 -------------------------------------------------------------------
5841 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
5842
5843 - allow version downgrade during distribution upgrade if the
5844   newer package is coming from a trusted vendor (#155472)
5845 - implement locale fallback
5846 - 'freshen' -> 'freshens' in schema definitions to make it
5847   consistent with all other dependency definitions.
5848 - better error reporting for .pat and .sel files.
5849 - rule out packages from dependency resolutions which are
5850   de-selected by user (#155368)
5851 - use locale fallbacks in package translations.
5852 - refresh source when re-enabling it.
5853 - rev 2406
5854
5855 -------------------------------------------------------------------
5856 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
5857
5858 - split of libzypp-zmd-backend subpackage as a stand-alone
5859   leaf package.
5860 - encapsulate bool test for Source_Ref better.
5861 - fixed stack overflow (ma).
5862 - make testsuite build again.
5863 - rev 2346
5864
5865 -------------------------------------------------------------------
5866 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
5867
5868 - fixed URL rewriting for CD2 and following (#154762)
5869 - fixed ResPoolProxy diffState (for proper ok/cancel support
5870   in UI)
5871 - added special exception class for aborting installation
5872   (#154936)
5873 - only auto-change directories if they end in CDn or DVDn.
5874 - rev 2320.
5875
5876 -------------------------------------------------------------------
5877 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
5878
5879 - silently ignore multiple installs of the same package.
5880 - fix disk usage for installs and uninstalls.
5881 - rev 2308
5882
5883 -------------------------------------------------------------------
5884 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
5885
5886 - zmd-backend: filter out incompatible architectures from
5887   repository.
5888 - rev 2298
5889
5890 -------------------------------------------------------------------
5891 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
5892
5893 - sync libzypp media data with mtab.
5894 - improve resolver error and solution reports.
5895 - fix source cache reading (#155459).
5896 - default cached sources to enabled (#155459).
5897 - let each source provide public keys.
5898 - rev 2297
5899
5900 -------------------------------------------------------------------
5901 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
5902
5903 - only write by-sovler transactions back (#154976)
5904 - rev 2278
5905
5906 -------------------------------------------------------------------
5907 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
5908
5909 - release last used source at end of commit (#155002)
5910 - rev 2277
5911
5912 -------------------------------------------------------------------
5913 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
5914
5915 - cope with NULL values in zmd catalogs table (#153584)
5916 - set YAST_IS_RUNNING in transact zmd helper (#154820)
5917 - run SuSEconfig after transact zmd helper (#154820)
5918 - add softTransact to honor user vs. soft requirements (#154650)
5919 - honor all build keys provided by a package source.
5920 - add source metadata refresh.
5921 - add progress callbacks to zmd helpers.
5922 - rev 2276
5923
5924 -------------------------------------------------------------------
5925 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
5926
5927 - include .diffs into main source.
5928 - catch exception when ejecting media which was unmounted externally
5929   (#154697).
5930 - init source in zmd-backend correctly (#154667)
5931 - implement disk usage info for YaST.
5932 - clean up XML schema files.
5933 - catch CPUs identifying as 'i686' but being 'i586'.
5934 - allow definition of preferred attach (mount) point for media.
5935 - make resolver results more readable.
5936 - use language fallbacks if none of multiple language providers
5937   matches.
5938 - get rid of ignoring wrong arch in resolver, having the wrong
5939   architecture is prevented by other means.
5940 - prepare for translations in exceptions.
5941 - fix 'abort does not abort'
5942 - implement 'flag' I/O in target cache backend.
5943 - skip incompatibles architectures in packages.<lang>
5944 - rev 2228
5945
5946 -------------------------------------------------------------------
5947 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
5948
5949 - dont even provide src/nosrc from the source.
5950 - rev 2169 + diffs
5951
5952 -------------------------------------------------------------------
5953 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
5954
5955 - Initialize commit result (#154409)
5956 - release media if its wrong (#154326)
5957 - dont copy src/nosrc packages to the pool (#154627)
5958 - reduce XML logging.
5959 - rev 2169 + diffs
5960
5961 -------------------------------------------------------------------
5962 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
5963
5964 - fix path of .po files (#154074).
5965 - parse the correct package.<lang> file (kinda #154074).
5966 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
5967 - reattach all released medias.
5968 - raise exception instead of abort() on XML errors (#154104).
5969 - update translations.
5970 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
5971   and is_empty_dir utility function
5972 - rev 2169
5973
5974 -------------------------------------------------------------------
5975 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
5976
5977 - check freshens and supplements for packages (#154074).
5978 - only complain about incomplete installed resolvables,
5979   if they are uninstalled, schedule them for installation.
5980   (#154074)
5981 - add testcases for locale() provides.
5982 - add lang_country -> lang fallback.
5983 - have locale(parent:...) deps match any provides of 'parent'
5984   also when uninstalling a package.
5985 - rev 2148
5986
5987 -------------------------------------------------------------------
5988 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
5989
5990 - change the locale(...) separator to ";" (#153791)
5991 - complete "find-files" of zmd-backend.
5992 - rev 2140
5993
5994 -------------------------------------------------------------------
5995 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
5996
5997 - avoid attaching media when initializing source
5998 - rev 2139
5999
6000 -------------------------------------------------------------------
6001 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
6002
6003 - warn about misspelled 'locale(...)' provides
6004 - add testcases
6005 - rev 2134
6006
6007 -------------------------------------------------------------------
6008 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
6009
6010 - fix the build
6011 - rev 2129
6012
6013 -------------------------------------------------------------------
6014 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
6015
6016 - provide available locales to application (#153583)
6017 - honor 'requestedLocales' (language dependant packages)
6018 - honor release requests for all holders of a device.
6019 - silently re-attach after a forced release.
6020 - solver improvements.
6021 - handle source caches.
6022 - proper logging in zmd backend helpers.
6023 - rev 2127
6024
6025 -------------------------------------------------------------------
6026 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
6027
6028 - upgrade always to best version and arch (#153577)
6029 - reset 'transact' state for obsoleted packages (#153578)
6030 - translation updates
6031 - rev 2113
6032
6033 -------------------------------------------------------------------
6034 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
6035
6036 - add support for 'local' .rpm packages to zmd-backend.
6037 - rev 2101
6038
6039 -------------------------------------------------------------------
6040 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
6041
6042 - fix build of zmd/backend.
6043 - actually fill 'files' table in package-files.
6044 - rev 2094
6045
6046 -------------------------------------------------------------------
6047 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
6048
6049 - improve testcases.
6050 - add 'setPossibleLocales()' to ZYpp, this defines the set
6051   of possible locales to choose from (#153583)
6052 - provide LanguageImpl and create 'Language' resolvables for
6053   each 'possible' locale.
6054 - fix YUM parsing of patches, insert 'atoms' to link patches
6055   with packages.
6056 - replace gzstream/ with own, existing implementation.
6057 - honor locks in solver (#150231)
6058 - sync pool with target after commit() properly (#150565, #153066)
6059 - new zmd helper 'package-files'
6060 - rev 2093
6061
6062 -------------------------------------------------------------------
6063 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
6064
6065 - prevent multiple initializations of the target (#153124)
6066 - implement 'loopback mounted ISO images'
6067 - retain old package sources on upgrade.
6068 - support compressed .xml files in 'repodata' type repositories.
6069 - rev 2025
6070
6071 -------------------------------------------------------------------
6072 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
6073
6074 - parse locale(...) provides and construct correct dependencies.
6075
6076 -------------------------------------------------------------------
6077 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
6078
6079 - always upgrade to candidate (#152760).
6080 - fix typo in package sorting.
6081 - prepare handling of locale provides.
6082 - rev 1995
6083
6084 -------------------------------------------------------------------
6085 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
6086
6087 - sort src/nosrc package to right list during commit.
6088 - revert installtime/buildtime in susetags parser (#152760)
6089 - rev 1990
6090
6091 -------------------------------------------------------------------
6092 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
6093
6094 - reset state after successful commit (#153030)
6095 - run "rpm -e" always with "--nodeps" (#153026)
6096 - provide separate resolvable kind for src packages.
6097 - extend status field for LOCK and LICENSE.
6098 - add sameState()/diffState() for UI.
6099 - provide 'best' candidate for UI.
6100 - set 60 sec timeout for curl access.
6101 - don't cross-compare solver results, takes too much time.
6102 - provide sizes of installed packages.
6103 - extend REQUIRES semantics in content file.
6104 - add "parse-metadata" helper to zmd-backend.
6105 - rev 1987
6106
6107 -------------------------------------------------------------------
6108 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
6109
6110 - provide complete disk usage data (#152761)
6111 - include upgrade flag when copying solver solution
6112   back to pool (#152717)
6113 - rev 1959
6114
6115 -------------------------------------------------------------------
6116 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
6117
6118 - don't insert incompatible architectures to the pool (#151933)
6119 - don't accept incompatible architectures from a repository
6120   (#151933)
6121 - separate rpm log (#151431).
6122 - allow extended product requires.
6123 - rev 1954
6124
6125 -------------------------------------------------------------------
6126 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
6127
6128 - provide the XML schema files in the main package. (#152593)
6129
6130 -------------------------------------------------------------------
6131 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
6132
6133 - provide arch compat handling.
6134 - implement data upload to zmd.
6135 - fix source metadata caching on target.
6136 - add 'supplements' dependencies to 'yum' parser.
6137 - provide user agent identification to curl calls.
6138 - move resolver branches (multiple alternatives) back in queue
6139   (resolve known things first, then the unknown ones).
6140 - clean up 'packages' parser.
6141 - rev 1947
6142
6143 -------------------------------------------------------------------
6144 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
6145
6146 - improve media mount/umount interface
6147 - prepare class ArchCompat for proper architecture ordering
6148   and compatibility handling.
6149 - add returns to dummy functions in DbAccess.
6150 - rev 1913
6151
6152 -------------------------------------------------------------------
6153 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
6154
6155 - don't explictly delete to-be-upgraded packages.
6156 - finish query-system, resolve-dependencies, and transact for
6157   libzypp-zmd-backend.
6158 - provide Pattern::category.
6159 - move system architecture to toplevel.
6160 - make target store pathname settable.
6161 - speed up rpmdb reading by properly filtering unwanted file
6162   provides.
6163 - rev 1905
6164
6165 -------------------------------------------------------------------
6166 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
6167
6168 - new translations.
6169 - proofread texts.
6170 - when comparing solutions, prefer higher versions.
6171 - provide generic 'SafeBool' for bool conversions.
6172 - add PtrTypes testsuites.
6173 - rev 1876
6174
6175 -------------------------------------------------------------------
6176 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
6177
6178 - integrate all diffs
6179 - move Target::commit to toplevel API
6180 - generalize dependency iterators and hash dependency
6181   information in pool (for speedup)
6182 - add 'supplements' as dependency
6183 - make more pattern attributes available
6184 - drop "smbfs" in favour of "cifs" (#151476)
6185 - add metadata cache to sources (Beta4 bug)
6186 - run "rpm -e"  with name-version-release
6187 - fix update conflicts
6188 - rev 1864
6189
6190 -------------------------------------------------------------------
6191 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
6192
6193 - fix-mediachange.diff: dont skip CD but retry after media change
6194 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
6195   'eject' button
6196 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
6197   so media handle gets actually released and media unmounted.
6198
6199 -------------------------------------------------------------------
6200 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
6201
6202 - implement arch scoring
6203 - prefer better arch (#151427)
6204 - transitive depedencies of weak requirements are non-weak
6205   (#151446)
6206 - rev 1778 + diff
6207
6208 -------------------------------------------------------------------
6209 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
6210
6211 - ignore self and to-be-updated conflicts (#150844)
6212 - fix enable of target store (for non-packages)
6213 - rev 1778
6214
6215 -------------------------------------------------------------------
6216 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
6217
6218 - fix "cd:" url (#151121)
6219 - provide location() in public Package api
6220 - allow running distribution upgrade in testmode
6221 - extend HAL interface
6222 - rev 1762
6223
6224 -------------------------------------------------------------------
6225 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
6226
6227 - pass normal and locale packages from selections correctly.
6228 - its "baseconf" for base selections.
6229 - Make 'ZYpp' an obvious singleton.
6230 - provide releasenotesUrl.
6231 - dont continue upgrade without target.
6232 - implement 'fake' hal for testing.
6233 - fix package sizes.
6234 - more solver testcases.
6235 - rev 1754
6236
6237 -------------------------------------------------------------------
6238 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
6239
6240 - extend requires of libzypp-devel
6241 - provide package sizes for UI
6242 - provide more UI helpers
6243 - implement Product and related functions
6244 - fix split provides in distribution upgrade
6245 - provide locale information to system
6246 - ask HAL for available devices
6247 - reduce debug information in solver
6248 - filter architectures in source, not in solver
6249 - rev 1743
6250
6251 -------------------------------------------------------------------
6252 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
6253
6254 - disable another testsuite for now
6255 - fetch the default locale from environment
6256 - support user-defined formatting of log
6257 - rev 1710
6258
6259 -------------------------------------------------------------------
6260 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
6261
6262 - providing basic product information from susetags source
6263 - public API for preferred language
6264 - implemented redirect of logging (#149001)
6265 - report start/finish of source data parsing (#150211)
6266 - store/restore source aliases properly (#150256)
6267 - disable a lot of debug logging to speed up solver
6268 - properly rewrite URL for CDn directory layouts (#149870)
6269 - rev 1706
6270
6271 -------------------------------------------------------------------
6272 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
6273
6274 - add save/restore state to facilitate UI 'cancel'
6275 - enable target/store
6276 - add 'forceResolve' call and flag to resolver to switch between
6277   task-oriented ZMD and interactive YaST behaviour.
6278 - Fix resolver problem solution texts.
6279 - improve solver problem solution offerings.
6280 - fix media access handling to better support multiple
6281   requestors to single media.
6282 - move the media number checking to the source (media requestor)
6283   which knows how to verify the correct media.
6284 - Fix CD ordering (#149871), adding testcases.
6285 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
6286 - Add selections to testcases.
6287 - rev 1673
6288
6289 -------------------------------------------------------------------
6290 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
6291
6292 - Fix missing return in Source.cc:124
6293
6294 -------------------------------------------------------------------
6295 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
6296
6297 - cope with empty arch field in selections
6298 - enable dummy "enableStorage" function
6299 - rev 1610-branch
6300
6301 -------------------------------------------------------------------
6302 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
6303
6304 - fix random data return in Source.cc
6305 - rev 1610
6306
6307 -------------------------------------------------------------------
6308 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
6309
6310 - adapt zmd-backend to SourceImpl API change
6311 - rev 1608
6312
6313 -------------------------------------------------------------------
6314 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
6315
6316 - fix the packages parser bug. Now all packages are parsed
6317   including (english) translations.
6318   source/susetags is back to svn head.
6319 - rev 1600
6320
6321 -------------------------------------------------------------------
6322 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
6323
6324 - fix off-by-one bug in bitfield handling
6325 - revert source/susetags to rev 1411
6326 - rev 1586
6327
6328 -------------------------------------------------------------------
6329 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
6330
6331 - dont prereq-sort non-packages
6332 - rev 1584
6333
6334 -------------------------------------------------------------------
6335 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
6336
6337 - rev 1582
6338
6339 -------------------------------------------------------------------
6340 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
6341
6342 - update to rev 1543
6343
6344 -------------------------------------------------------------------
6345 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
6346
6347 - require hal-devel in libzypp-devel
6348 - re-merge fixes (RPM_OPT_FLAGS)
6349
6350 -------------------------------------------------------------------
6351 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
6352
6353 - make solver behaviour a bit more interactive
6354 - rev 1537
6355
6356 -------------------------------------------------------------------
6357 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
6358
6359 - Fix syntax error in configure script.
6360 - Use RPM_OPT_FLAGS.
6361
6362 -------------------------------------------------------------------
6363 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
6364
6365 - update for qt ui integration
6366 - rev 1504
6367
6368 -------------------------------------------------------------------
6369 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
6370
6371 - split off libzypp-zmd-backend
6372 - rev 1466
6373
6374 -------------------------------------------------------------------
6375 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
6376
6377 - another update to svn
6378
6379 -------------------------------------------------------------------
6380 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
6381
6382 - finish rpm callbacks
6383 - finish UI API
6384 - fix state change resolver<->pool
6385 - zmd backend stuff
6386 - speed up tag file parsing
6387 - rev 1405
6388
6389 -------------------------------------------------------------------
6390 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
6391
6392 - disabling failing tests of s390 and ppc
6393
6394 -------------------------------------------------------------------
6395 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
6396
6397 - Snapshoot rev 1367
6398
6399 -------------------------------------------------------------------
6400 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
6401
6402 - use hashes for pool
6403 - rev 1343
6404
6405 -------------------------------------------------------------------
6406 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
6407
6408 - removed Obsoletes:    yast2-packagemanager
6409
6410 -------------------------------------------------------------------
6411 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
6412
6413 - Snapshoot 3 Feb 2005 (11:30)
6414
6415 -------------------------------------------------------------------
6416 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
6417
6418 - Snapshoot 2 Feb 2005 (14:00)
6419
6420 -------------------------------------------------------------------
6421 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
6422
6423 - Snapshoot 2 Feb 2005 ( integrating YaST )
6424
6425 -------------------------------------------------------------------
6426 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
6427
6428 - converted neededforbuild to BuildRequires
6429
6430 -------------------------------------------------------------------
6431 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
6432
6433 - Initial version
6434