- Prevent deselected or deleted items from being re-selected due to
[platform/upstream/libzypp.git] / package / libzypp.changes
1 -------------------------------------------------------------------
2 Fri Apr 25 14:15:17 CEST 2008 - ma@suse.de
3
4 - Prevent deselected or deleted items from being re-selected due to 
5   recommends (aka. persistent soft locks). Unlike hard locked, those 
6   items will be automatically selected if required. The list of soft 
7   locked items is stored in /var/lib/zypp/SoftLocks.
8 - version 4.15.1
9 - revision 9818
10
11 -------------------------------------------------------------------
12 Wed Apr 23 22:24:00 CEST 2008 - ma@suse.de
13
14 - Remove obsolete AdditionalCapabilities interface from ResPool.
15   Forward sat::Pool::RepositoryIterator. There's no more need to
16   maintain an extra Repository list in ResPool.
17 - revision 9806
18
19 -------------------------------------------------------------------
20 Wed Apr 23 21:12:56 CEST 2008 - ma@suse.de
21
22 - Support dependencies requiring a specific architecture: 
23   "name[.arch] [op edition]". See class Capability for details 
24   about how to construct dependencies. (bnc #305445)  
25 - version 4.15.0
26 - revision 9805
27
28 -------------------------------------------------------------------
29 Tue Apr 22 17:39:28 CEST 2008 - dmacvicar@suse.de
30
31 - patch attributes and deprecate old ones
32 - 4.14.0
33
34 -------------------------------------------------------------------
35 Tue Apr 22 15:44:34 CEST 2008 - jreidinger@suse.cz
36
37 - change locks api -
38 - make more functions const
39 - replace add/remove by selectable to add/remove by ident or name and kind 
40 - rename iterator to const_iterator to avoid confusion
41 - revision 9781
42
43 -------------------------------------------------------------------
44 Tue Apr 22 13:55:14 CEST 2008 - schubi@suse.de
45
46 - Do architecture changes while "dup" in the external distribution
47   upgrade ONLY. bnc #382274 
48 - Added "ignore" to the solutions
49 - Added "self-conflicts" to the solution
50 - added new solver mechanism "resolveQueue"
51 - Bugfix broken/satisfied products
52 - rev 9776
53
54 -------------------------------------------------------------------
55 Tue Apr 22 10:33:03 CEST 2008 - ma@suse.de
56
57 - Added Pattern::core returning the packages required by a pattern.
58   (see also Pattern::depends and Pattern::contents).
59 - revision 9771
60
61 -------------------------------------------------------------------
62 Mon Apr 21 15:38:10 CEST 2008 - ma@suse.de
63
64 - Added Target::release(), returning the targets distribution 
65   release string. 
66 - revision 9761
67
68 -------------------------------------------------------------------
69 Sat Apr 19 01:08:04 CEST 2008 - ma@suse.de
70
71 - per default abort if package installation fails. (bnc #381203)
72 - version 4.13.3
73 - revision 9725
74
75 -------------------------------------------------------------------
76 Fri Apr 18 15:19:36 CEST 2008 - dmacvicar@suse.de
77
78 - add ZYpp and curl version to http agent string
79   (bnc #381280)
80
81 -------------------------------------------------------------------
82 Thu Apr 17 16:29:15 CEST 2008 - ma@suse.de
83
84 - Fixed pools package index wrongly including source packages. (bnc #380283)
85 - version 4.13.2
86 - revision 9683
87
88 -------------------------------------------------------------------
89 Wed Apr 16 15:00:19 CEST 2008 - ma@suse.de
90
91 - Disable fast creation of @System.solv. It may produce wrong results 
92   e.g. after a rebuilddb.
93 - version 4.13.1
94 - revision 9666
95
96 -------------------------------------------------------------------
97 Wed Apr 16 12:50:09 CEST 2008 - ma@suse.de
98
99 - initializeTarget now takes an additional option, telling whether to
100   rebuild an existing rpm database before using it. Default is false.
101   (bnc #308352)
102 - version 4.13.0
103 - revision 9664
104
105 -------------------------------------------------------------------
106 Tue Apr 15 12:57:42 CEST 2008 - jreidinger@suse.cz
107
108 - save do nothing if no locks added/removed
109 - fix bug with multiple save lock
110 - don't save same query multiple times
111 - improve tests 
112 - revision 9644
113
114 -------------------------------------------------------------------
115 Tue Apr 15 09:34:29 CEST 2008 - schubi@suse.de
116
117 - added new translations
118 - activate zypp-query-pool
119 - Revision 9637
120 - 4.12.1 
121
122 -------------------------------------------------------------------
123 Tue Apr 15 00:54:07 CEST 2008 - jkupec@suse.cz
124
125 - Locks API cleaned-up, iterator added, light read() added
126 - PoolQuery::attribute(SolvAttr) getter added
127 - revision 9609
128
129 -------------------------------------------------------------------
130 Mon Apr 14 17:00:05 CEST 2008 - dmacvicar@suse.de
131
132 - reenable zypp-query-pool
133 - 4.11.1
134
135 -------------------------------------------------------------------
136 Mon Apr 14 12:53:09 CEST 2008 - ma@suse.de
137
138 - Enable evaluation of hardware dependencies.
139 - Enable evaluation of filesystem dependencies.
140 - revision 9605
141
142 -------------------------------------------------------------------
143 Sun Apr 13 02:17:25 CEST 2008 - jkupec@suse.cz
144
145 - RawMetadataRefreshPolicy: CheckIfNeededIgnoreDelay added
146   needed for explicit refresh request
147 - revision 9574
148
149 -------------------------------------------------------------------
150 Fri Apr 11 21:55:21 CEST 2008 - ma@suse.de
151
152 - Install ResPoolProxy index to speedup Solvable to Selectable
153   conversion.
154 - version 4.11.0
155 - revision 9558
156
157 -------------------------------------------------------------------
158 Fri Apr 11 18:02:14 CEST 2008 - kkaempf@suse.de
159
160 - Implement update scripts installed by packages. After every
161   package install /var/adm/update-scripts is scanned for the first
162   file starting with "<name>-<version>.<release>-", which is then
163   executed.
164 - revision 9547
165
166 -------------------------------------------------------------------
167 Fri Apr 11 14:43:05 CEST 2008 - ma@suse.de
168
169 - Fix SolvIterMixin to avioid multiple visits of the same Selectable.
170 - Add Resolvable::poolItem() providing access to the corresponding 
171   PoolItem. API to query isRelevant/isSatisfied/isBroken was moved 
172   to PoolItem.
173 - Add ResPool::satisfiedProductsBegin/End iterator over all products
174   whose dependencies are satisfied. This reflects the status determined
175   by the last solver run. (#368104)
176 - revision 9535
177
178 -------------------------------------------------------------------
179 Fri Apr 11 12:07:47 CEST 2008 - jreidinger@suse.cz
180
181 - switch to new locks api
182 - revision 9524 
183
184 -------------------------------------------------------------------
185 Wed Apr  9 21:24:54 CEST 2008 - ma@suse.de
186
187 - Enable ui::Selectable lookup by Solvable/PoolItem in ResPoolProxy.
188 - Add SolvIterMixin: Base class providing PoolItem_iterator and 
189   Selectable_iterator iterator types based on a Solvable iterator.
190 - Enhanced WhatProvides and SolvableSet to PoolItem_iterator to offer
191   PoolItem_iterator and Selectable_iterator.
192 - Add Solvable::SplitIdent: Helper class that splits an identifier 
193   into kind and name.
194 - Provide methods Pattern::contents returning a collection of packages 
195   associated with the pattern/patch.
196 - revision 9496
197
198 -------------------------------------------------------------------
199 Tue Apr  8 15:50:48 CEST 2008 - jreidinger@suse.cz
200
201 - add comparing to PoolQuery
202 - revision 9466 
203
204 -------------------------------------------------------------------
205 Tue Apr  8 13:18:30 CEST 2008 - jreidinger@suse.cz
206
207 - move RepoInfo to universal RepoException. This can enable more verbose output - for frontend. (helps with bnc #377137) 
208 - revision 9452
209
210 -------------------------------------------------------------------
211 Tue Apr  8 10:52:30 CEST 2008 - jreidinger@suse.cz
212
213 - initial implementation of new locks (FATE #120118 and #120352) 
214 - revision 9442
215
216 -------------------------------------------------------------------
217 Tue Apr  7 15:18:22 CEST 2008 - dmacvicar@suse.de
218
219 - selectable API updates and changes
220 - 4.10.0
221
222 -------------------------------------------------------------------
223 Fri Apr  4 14:01:45 CEST 2008 - jreidinger@suse.cz
224
225 - add split with respect to escaped delimeters and also for quotes
226 - revision 9373 
227
228 -------------------------------------------------------------------
229 Thu Apr  3 12:55:50 CEST 2008 - ma@suse.de
230
231 - Fixed some missing package and source package attributes.
232 - revision 9348
233
234 -------------------------------------------------------------------
235 Thu Apr  3 11:59:13 CEST 2008 - ma@suse.de
236
237 - Allow to store a media label in MediaSetAccess. This label is
238   passed to a media change requests to describe which CD is 
239   requested.  (bnc #330094)
240 - Fixed some missing package and source package attributes.
241 - revision 9347
242
243 -------------------------------------------------------------------
244 Wed Apr  2 13:48:52 CEST 2008 - schubi@suse.de
245
246 - Moved poolItem.status().isSatisfied(),.... to poolItem.isSatisfied()
247 - Removed establish state in ResStatus 
248 - revision 9337
249 - version 4.7.0
250
251 -------------------------------------------------------------------
252 Wed Apr  2 10:24:17 CEST 2008 - ma@suse.de
253
254 - Add PoolItem::isSatisfied()/isBroken() to test whether 
255   the items requirements are met.
256 - revision 9334
257
258 -------------------------------------------------------------------
259 Tue Apr  1 21:54:10 CEST 2008 - ma@suse.de
260
261 - Extend sat::WhatProvides to allow to query for possible providers 
262   of a collection of capabilies. E.g. all providers of a packages 
263   requirements.
264 - Fixed retrieval of translated texts from .solv files, provided the 
265   solv file contains them. 
266 - revision 9328
267
268 -------------------------------------------------------------------
269 Tue Apr  1 16:17:44 CEST 2008 - jreidinger@suse.cz
270
271 - initial implementation of serialize/recovery PoolQuery
272   (needed by FATE #120118)
273 - revision 9325
274
275 -------------------------------------------------------------------
276 Wed Mar 26 16:15:24 CET 2008 - ma@suse.de
277
278 - Allow prioritizing repos by adding a line 'priority=N' to the
279   .repo file. Where N is an integer number from 1 (highest prio) 
280   to 99 (least and default). (bnc #369827, fate #302872)
281 - version 4.6.1
282 - revision 9276
283
284 -------------------------------------------------------------------
285 Mon Mar 24 21:17:05 CET 2008 - coolo@suse.de
286
287 - support plaindir again (at least the most important parts)
288
289 -------------------------------------------------------------------
290 Fri Mar 21 13:23:13 CET 2008 - jreidinger@suse.cz
291
292 - Throwing special exception MediaBadCAException in case of SSL
293   certificate validation failure.(bnc #223512)
294 - revision 9250
295
296 -------------------------------------------------------------------
297 Fri Mar 21 12:38:39 CET 2008 - jreidinger@suse.cz
298
299 - add new error IO_SOFT to media request callback for temporary
300   connection problem. (bnc #328822)
301 - add new media exception timeout when somethink fail due to exceed
302   timeout
303 - mediacurl throw timeout exception when timeouted
304 - revision 9246
305
306 -------------------------------------------------------------------
307 Thu Mar 20 15:00:24 CET 2008 - jreidinger@suse.cz
308
309 - return more information from checking if metadata need refresh,
310   so user can get better info. (bnc #307249) 
311 - revision 9231
312
313 -------------------------------------------------------------------
314 Tue Mar 18 21:59:04 CET 2008 - ma@suse.de
315
316 - class sat::LocaleSupport: Convenience methods to manage support 
317   for language specific packages.
318 - revision 9197
319
320 -------------------------------------------------------------------
321 Tue Mar 18 13:54:16 CET 2008 - jkupec@suse.cz
322
323 - removed obsolete capability handling stuff (ma)
324 - version 4.5.0
325
326 -------------------------------------------------------------------
327 Tue Mar 18 11:42:51 CET 2008 - jreidinger@suse.cz
328
329 - Don't mask skip and abort exception in Fetcher
330 - revision 9188
331
332 -------------------------------------------------------------------
333 Tue Mar 18 11:00:22 CET 2008 - jreidinger@suse.cz
334
335 - action is correctly set in mediaRequest callback
336 - revision 9186
337
338 -------------------------------------------------------------------
339 Mon Mar 17 12:33:44 CET 2008 - ma@suse.de
340
341 - Fix SEGV in commit (bnc# 371137)
342 - version 4.4.3
343 - revision 9174
344
345 -------------------------------------------------------------------
346 Fri Mar 14 17:28:39 CET 2008 - ma@suse.de
347
348 - version 4.4.2
349
350 -------------------------------------------------------------------
351 Fri Mar 14 14:27:43 CET 2008 - dmacvicar@suse.de
352
353 - look for openssl in cmake, actually we build require it
354 - explicitely link against openssl and crypto, required to
355   compile in all platforms/distros.
356
357 -------------------------------------------------------------------
358 Fri Mar 14 12:07:41 CET 2008 - jreidinger@suse.cz
359
360 - Save repo type during refresh if type is NONE (f.e. lazy probing).
361 - revision 9153 
362
363 -------------------------------------------------------------------
364 Fri Mar 14 11:34:24 CET 2008 - jreidinger@suse.cz
365
366 - replace gpg escaped semicolon with real semicolon (bnc #355434)
367 - revision 9151 
368
369 -------------------------------------------------------------------
370 Fri Mar 14 10:17:41 CET 2008 - jreidinger@suse.cz
371
372 - make strings from RpmDb and Keyring exceptions translatable
373 - revision 9146 
374
375 -------------------------------------------------------------------
376 Thu Mar 13 18:41:26 CET 2008 - dmacvicar@suse.de
377
378 - fix retrieving keys (bnc #368099)
379 - version 4.4.1
380
381 -------------------------------------------------------------------
382 Thu Mar 13 18:40:57 CET 2008 - jreidinger@suse.cz
383
384 - enable frontend to rewrite add_probe settings.(bnc #309612) 
385 - Correct adding repo without type to lazy probing.
386 - revision 9135
387
388 -------------------------------------------------------------------
389 Thu Mar 13 17:59:52 CET 2008 - jreidinger@suse.cz
390
391 - get better message if something fail when trying run rpm
392   (bnc #344584)
393 - revision 9133
394
395 -------------------------------------------------------------------
396 Thu Mar 13 12:33:13 CET 2008 - ma@suse.de
397
398 - Add ExternalProgram::execError and ExternalProgram::command
399   to improve error reporting.
400 - revision 9112
401
402 -------------------------------------------------------------------
403 Thu Mar 13 11:45:20 CET 2008 - jkupec@suse.cz
404
405 - release all media before requesting another (bnc #336881)
406 - revision 9110
407
408 -------------------------------------------------------------------
409 Thu Mar 13 11:32:56 CET 2008 - jkupec@suse.cz
410
411 - getDetectedDevices added (fate #120298)
412 - revision 9108
413
414 -------------------------------------------------------------------
415 Wed Mar 12 15:55:14 CET 2008 - jkupec@suse.cz
416
417 - media backend release() methods changed to take string & instead
418   of bool (needed for FATE #120298)
419 - media label, detected device list and current device arguments
420   added to the requestMedia callback
421 - version 4.4.0
422
423 -------------------------------------------------------------------
424 Wed Mar 12 14:16:07 CET 2008 - coolo@suse.de
425
426 - fix for bnc#369543
427
428 -------------------------------------------------------------------
429 Mon Mar 10 13:30:04 CET 2008 - jkupec@suse.cz
430
431 - provide download rate info (average and curent) in the
432   media::DownloadProgressReport for ftp/http (bnc #168935)
433 - r9074
434
435 -------------------------------------------------------------------
436 Mon Mar 10 12:45:03 CET 2008 - jkupec@suse.cz
437
438 - cleanCache(): clean also .cookie files
439 - cleanTargetCache() added
440 - use escaped_alias() in rawcache_path_for_repoinfo() and
441   packagescache_path_for_repoinfo()
442 - r9068
443
444 -------------------------------------------------------------------
445 Fri Mar  7 19:59:10 CET 2008 - jkupec@suse.cz
446
447 - fixed location of RPMs in subdirs when parsing plaindir repo
448   recursively (bnc #368218)
449 - revision 9060
450
451 -------------------------------------------------------------------
452 Thu Mar  6 13:42:53 CET 2008 - ma@suse.de
453
454 - Do not filter any installed solvables.
455 - revision 9031
456 - version 4.3.2
457
458 -------------------------------------------------------------------
459 Wed Mar  5 11:33:26 CET 2008 - ma@suse.de
460         
461 - Try to rebuild broken solv files in Target::load.
462 - revision 9015
463
464 -------------------------------------------------------------------
465 Tue Mar  4 18:17:41 CET 2008 - ma@suse.de
466  
467 - Try to rebuild broken solv files in RepoManager::loadFromCache.
468 - Fix RepoStatus::operator&& and RepoStatus testsuite.
469 - revision 9008
470
471 -------------------------------------------------------------------
472 Tue Mar  4 16:09:14 CET 2008 - schubi@suse.de
473
474 - improved problem description while a vendor change
475 - improved problem description if a requirement cannot be fulfilled. Bug #358560
476 - revision 9002
477
478 -------------------------------------------------------------------
479 Tue Mar  4 12:57:58 CET 2008 - ma@suse.de
480  
481 - Save and restore requested locales on target load/commit.
482 - revision 8999
483
484 -------------------------------------------------------------------
485 Mon Mar  3 17:10:26 CET 2008 - schubi@suse.de
486
487 - (Update) Prevent reinstallation of installed packages.
488 - revision 8984 
489
490 -------------------------------------------------------------------
491 Sun Mar  2 16:13:16 CET 2008 - coolo@suse.de
492
493 - refresh metadata if there is no cache to unbreak compat with
494   kiwi (that relied on "zypper sa <url> <alias>" to create a repo
495   that "zypper in" could work on)
496
497 -------------------------------------------------------------------
498 Sun Mar  2 10:28:13 CET 2008 - coolo@suse.de
499
500 - create cache directory before calling rpmdb2solv (in an empty
501   chroot)
502 - version 4.3.1
503
504 -------------------------------------------------------------------
505 Thu Feb 28 16:43:11 CET 2008 - jkupec@suse.cz
506
507 - special exception message if server returns 403 response
508   (forbidden) (port from SP2)
509 - MediaException messages marked for translation
510
511 -------------------------------------------------------------------
512 Wed Feb 27 10:31:24 CET 2008 - dmacvicar@suse.de
513
514 - make sure we have target cache on target initialize
515 - version 4.3.0
516
517 -------------------------------------------------------------------
518 Tue Feb 26 13:59:03 CET 2008 - lslezak@suse.cz
519
520 - DiskUsageCounter.cc - ignore "vfat", "fat", "ntfs" and "ntfs-3g"
521   file systems (#333166)
522 - rev. 8915
523
524 -------------------------------------------------------------------
525 Tue Feb 26 13:26:30 CET 2008 - ma@suse.de
526  
527 - Fixed Capabilites iterator exposing prereq marker.
528 - revision 8914
529
530 -------------------------------------------------------------------
531 Tue Feb 26 11:29:05 CET 2008 - schubi@suse.de
532
533 - postinstall script fixed
534 - version 4.2.10
535
536 -------------------------------------------------------------------
537 Mon Feb 25 17:06:53 CET 2008 - schubi@suse.de
538
539 - Testcases regards modaliases, rpmlib, ... correctly
540 - Revision 8904 
541
542 -------------------------------------------------------------------
543 Mon Feb 25 13:20:26 CET 2008 - ma@suse.de
544  
545 - Remove obsolete sql database. (bnc#363224)
546 - revision 8898
547
548 -------------------------------------------------------------------
549 Fri Feb 22 14:03:59 CET 2008 - ma@suse.de
550
551 - Take care target uses --root when creating solv files (bnc #363789)
552 - revision 8881
553
554 -------------------------------------------------------------------
555 Fri Feb 22 10:10:14 CET 2008 - schubi@suse.de
556
557 - Unmaintained packages which does not fit to the updated system
558   (broken dependencies) will be deleted.
559 - revision 8867
560
561 -------------------------------------------------------------------
562 Fri Feb 22 07:20:35 CET 2008 - coolo@suse.de
563
564 - let libzypp-devel require libsatsolver-devel
565
566 -------------------------------------------------------------------
567 Wed Feb 20 13:47:56 CET 2008 - ma@suse.de
568
569 - Cleanup unused /var/lib/zypp/cache in migrate_sources (#305160)
570 - revision 8833
571
572 -------------------------------------------------------------------
573 Tue Feb 19 16:21:12 CET 2008 - jkupec@suse.cz
574
575 - media: fixed DownloadProgressReport.finish() url argument in
576   doGetFileCopy()
577 - revision 8815
578
579 -------------------------------------------------------------------
580 Tue Feb 19 11:21:59 CET 2008 - dmacvicar@suse.de
581
582 - hardlink when possible to optimize data transfer
583   and space across caches.
584 - version 4.2.8
585
586 -------------------------------------------------------------------
587 Tue Feb 19 08:15:07 CET 2008 - coolo@suse.de
588
589 - added some locale support to sat::Solvable
590 - version 4.2.7
591
592 -------------------------------------------------------------------
593 Mon Feb 18 14:15:48 CET 2008 - dmacvicar@suse.de
594
595 - handle error messages better in doesFileExist too which is
596   used during probing. (bnc #362608)
597
598 -------------------------------------------------------------------
599 Sun Feb 17 21:44:12 CET 2008 - dmacvicar@suse.de
600
601 - Fetcher::reset() should not reset cache directories.
602   (bnc #348050)
603 - version 4.2.6
604
605 -------------------------------------------------------------------
606 Fri Feb 16 15:47:00 CET 2008 - dmacvicar@suse.de
607
608 - Use CURLOPT_NOBODY instead of a CURLOPT_RANGE of 1 byte
609   for http and https, but this time set CURLOPT_HTTPGET back to 1
610   so it actually works. This makes Media::doesFileExist
611   efficient for http and https.
612   (related to bnc #348050)
613 - version 4.2.5
614
615 -------------------------------------------------------------------
616 Fri Feb 15 10:52:59 CET 2008 - coolo@suse.de
617
618 - using .solv files only now (fate #303018)
619 - revision 8699
620
621 -------------------------------------------------------------------
622 Tue Feb 12 17:10:48 CET 2008 - coolo@suse.de
623
624 - fix architectures on distupgrade
625
626 -------------------------------------------------------------------
627 Fri Feb  8 12:50:30 CET 2008 - coolo@suse.de
628
629 - fixes from trunk merged
630
631 -------------------------------------------------------------------
632 Fri Feb  1 17:45:07 CET 2008 - jkupec@suse.cz
633
634 - fixed renaming a repo to an existing one (bnc #228216)
635 - revision 8431
636
637 -------------------------------------------------------------------
638 Sun Jan 27 21:35:13 CET 2008 - coolo@suse.de
639
640 - fix changelog
641
642 -------------------------------------------------------------------
643 Thu Jan 24 18:26:47 CET 2008 - jkupec@suse.cz
644
645 - read .curlrc more robustly to obtain user-proxy (#330351)
646 - revision 8368
647
648 -------------------------------------------------------------------
649 Fri Jan 18 12:19:09 CET 2008 - coolo@suse.de
650
651 - always buildrequire openssl-devel
652 - replacing strange utf-8 chars in changelog
653 - revision 8317
654
655 -------------------------------------------------------------------
656 Thu Jan 17 15:07:52 CET 2008 - jkupec@suse.cz
657
658 - Saner NFS timeo default (#350309)
659 - revision 8314
660
661 -------------------------------------------------------------------
662 Thu Jan 17 12:03:10 CET 2008 - kkaempf@suse.de
663
664 - support 'patterns.pat' and 'patterns.pat.gz' to read all
665   patterns in one go.
666 - rev 8309
667
668 -------------------------------------------------------------------
669 Tue Jan 15 14:56:21 CET 2008 - lslezak@suse.cz
670
671 - added RpmDb::removePubkey(), call it from
672   KeyRing::Impl::deleteKey() - remove the GPG key from RPM when it
673   is removed from the trusted keyring
674 - revision 8288
675
676 -------------------------------------------------------------------
677 Mon Jan 14 17:11:15 CET 2008 - schubi@suse.de
678
679 - Textchanges
680 - reduced logging in SAT-solver
681 - ordering solutions
682 - version 4.1.8
683 - revision 8276
684
685 -------------------------------------------------------------------
686 Thu Jan 10 16:50:26 CET 2008 - schubi@suse.de
687
688 - Enabled SAT solver via default. (removed ZYPP_SAT_SOLVER)
689   ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
690 - Revision 8255
691 - Version 4.1.7
692
693 -------------------------------------------------------------------
694 Wed Jan  2 18:24:34 CET 2008 - jkupec@suse.cz
695
696 - Pathname zypp::filesystem::expandlink(const Pathname &) added
697 - if the provided file is a symlink, expand it (#274651) (this
698   probably won't work for schemes other than file/dir and cd/dvd)
699 - revision 8179
700
701 -------------------------------------------------------------------
702 Tue Dec 18 12:28:22 CET 2007 - aschnell@suse.de
703
704 - fixed password handling in URLs (bug #347273)
705 - revision 8118
706
707 -------------------------------------------------------------------
708 Mon Dec 17 13:47:44 CET 2007 - ma@suse.de
709
710 - Fixed default text locale detection not to use static variables. (#346872)
711 - version 4.1.6
712 - revision 8116
713
714 -------------------------------------------------------------------
715 Mon Dec 10 12:46:26 CET 2007 - ma@suse.de
716
717 - Log more details about zypp lock owner. (#294094)
718 - revision 8088
719
720 -------------------------------------------------------------------
721 Fri Dec  7 15:47:53 CET 2007 - ma@suse.de
722
723 - Remove runtime dependency for libboost_filesystem (#345773)
724 - version 4.1.5
725 - revision 8061
726
727 -------------------------------------------------------------------
728 Fri Nov 30 14:20:34 CET 2007 - schubi@suse.de
729
730 - Enable SAT solver via environment variable ZYPP_SAT_SOLVER.
731   e.g.: ZYPP_SAT_SOLVER=1 zypper install foo
732 - version 4.1.4
733 - revision 7998
734
735 -------------------------------------------------------------------
736 Wed Nov 28 15:12:33 CET 2007 - aschnell@suse.de
737
738 - make IniParser more strict (bug #306697)
739
740 -------------------------------------------------------------------
741 Mon Nov 26 13:19:34 CET 2007 - ma@suse.de
742
743 - Fix missing packages in patch content list. (#340896)
744 - revision 7925
745
746 -------------------------------------------------------------------
747 Fri Nov 16 12:46:39 CET 2007 - coolo@suse.de
748
749 - fix build
750
751 -------------------------------------------------------------------
752 Wed Nov 14 14:23:23 CET 2007 - ma@suse.de
753
754 - Output date strings in UTF-8. (#339423)
755 - revision 7807
756
757 -------------------------------------------------------------------
758 Tue Nov 13 13:40:03 CET 2007 - schubi@suse.de
759
760 - fixes for new gcc
761 - version 4.1.3
762 - r7788
763
764 -------------------------------------------------------------------
765 Mon Nov  5 15:22:33 CET 2007 - ma@suse.de
766
767 - Don't mark failed patch scripts as installed. (#327523)
768 - version 4.1.2
769 - revision 7744
770
771 -------------------------------------------------------------------
772 Wed Oct 31 09:19:59 CET 2007 - dmueller@suse.de
773
774 - update rpmlint suppression
775
776 -------------------------------------------------------------------
777 Fri Oct 26 15:12:24 CEST 2007 - aschnell@suse.de
778
779 - fixed retrieval of epoch from rpmdb (bug #246680)
780
781 -------------------------------------------------------------------
782 Thu Oct 25 16:29:24 CEST 2007 - aschnell@suse.de
783
784 - allow non-existing "packages" file in susetags parser (bug
785   #309235)
786
787 -------------------------------------------------------------------
788 Fri Oct 12 15:47:37 CEST 2007 - ma@suse.de
789
790 - SMBIOS DMI modalias matching added (#333152)
791 - revision 7494
792
793 -------------------------------------------------------------------
794 Sat Oct  6 16:37:11 CEST 2007 - jkupec@suse.cz
795 - do not download the same file multiple times in one attach session
796   (#307098), r7456
797 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
798   removed - should be correctly detected by HAL now
799   (#167629, #163971), r7452
800 - version 4.1.1
801
802 -------------------------------------------------------------------
803 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
804
805 - filter architecture in plaindir parser (bug #330791)
806
807 -------------------------------------------------------------------
808 Thu Oct  4 16:31:58 CEST 2007 - ma@suse.de
809
810 - Throw constructing malformed checksums. (#189096)
811 - revision 7441
812
813 -------------------------------------------------------------------
814 Thu Oct  4 14:22:31 CEST 2007 - mvidner@suse.cz
815
816 - Renamed templates back because proper qualification makes it work
817   too.
818 - 4.1.0
819
820 -------------------------------------------------------------------
821 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
822
823 - only look for repositories in file ending ".repo" (bug #294779)
824
825 -------------------------------------------------------------------
826 Wed Oct  3 13:37:57 CEST 2007 - mvidner@suse.cz
827
828 - Fixed compilation errors with GCC 4.3 by adding missing includes
829   and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
830   Compare<Edition> to CompareEd.
831 - r7426
832
833 -------------------------------------------------------------------
834 Mon Oct  1 20:29:36 CEST 2007 - ma@suse.de
835
836 - Incorporated patch from Michael Matz to speedup cache reading.
837 - revision 7413
838
839 -------------------------------------------------------------------
840 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
841
842 - Resolvertestcase:
843   - log Repository info
844   - set keep state in the testcase
845   - handle vendor
846 - r 4707
847
848 -------------------------------------------------------------------
849 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
850
851 - Fixed pattern parser SEGV on broken pattern files. (#328546)
852 - revision 7402
853
854 -------------------------------------------------------------------
855 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
856
857 - QueuItemRequire: Filter out all provider which have worser architecture,
858   are NOT noarch and have not the same name as the requirement. The
859   last one is needed for updating packages via patch/atoms.
860   Bug 328081
861 - Revert changes of r 7340
862 - r 7386
863
864 -------------------------------------------------------------------
865 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
866
867 - Add missing '--install' parameter in desktop file. (#308640)
868 - version 4.0.0
869 - revision 7369
870
871 -------------------------------------------------------------------
872 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
873
874 - release all attached media before attempting to eject (#293428)
875 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
876 - revision 7352
877 - version 3.26.0
878
879 -------------------------------------------------------------------
880 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
881
882 - provide a way to retrieve the metadata path. Used for
883   installation, which incorrectly creates a repository in
884   cache without adding it first, so metadata path is not
885   set and therefore it is not possible to setup a media
886   verifier on installation. Part of fix for (#293428)
887 - 3.25.0
888
889 -------------------------------------------------------------------
890 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
891
892 - If more than one resolvables provide a requirements and have different
893   architecture take thatone with the best architecture. (Not regarding the
894   name). Bug: Branching too much while an installation of a multi-arch-DVD
895 - r 7340
896 - version 3.24.8
897
898 -------------------------------------------------------------------
899 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
900
901 - Checking the queue if an item will be deleted. If yes, the requirements
902   are not needed anymore. Bug 326384
903 - version 3.24.7
904 - r 7329
905
906 -------------------------------------------------------------------
907 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
908
909 - don't probe the repository type upon saving if disabled (#326769)
910 - version 3.24.6
911 - revision 7319
912
913 -------------------------------------------------------------------
914 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
915
916 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
917   esp. if the error occurred executing the packages post-install script.
918 - version 3.24.5
919 - revision 7317
920
921 -------------------------------------------------------------------
922 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
923
924 - If a package is deselected by user, apply this soft lock to all
925   available versions of this package.
926 - version 3.24.4
927 - revision 7316
928
929 -------------------------------------------------------------------
930 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
931
932 - Update: Do not set an item to installation if there has been already set
933   one for installation which has the same NVA. Bug  326286
934 - version 3.24.3
935 - r 7311
936
937 -------------------------------------------------------------------
938 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
939
940 - Enable package cache during commit. (#326249)
941 - revision 7309
942
943 -------------------------------------------------------------------
944 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
945
946 - Do not regarding requirements for packages which will be deleted in the
947   same solver run. Bug 310618
948 - r 7292
949 - version 3.24.2
950
951 -------------------------------------------------------------------
952 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
953
954 - don't download filelists.xml.gz (#307105)
955 - version 3.24.1
956 - revision 7269
957
958 -------------------------------------------------------------------
959 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
960
961 - Improve estimated diskusage while there is no valid
962   solver result. (#325617)
963 - revision 7266
964
965 -------------------------------------------------------------------
966 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
967
968 -Bugfix in vendor change of a required resolvable (Correct error message)
969  Bug 310455
970 - r 7262
971
972 -------------------------------------------------------------------
973 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
974
975 - fixed DU parsing in inst-sys (#308659)
976 - revision 7256
977
978 -------------------------------------------------------------------
979 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
980
981 - Enable using patch and delta rpms. (#309124)
982 - version 3.24.0
983 - revision 7253
984
985 -------------------------------------------------------------------
986 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
987
988 - On update do not delete unmaintained non-SuSE packages.
989 - version 3.23.2
990 - revision 7239
991
992 -------------------------------------------------------------------
993 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
994
995 - ZYppImpl::getPartitions() - don't return the current partitioning
996   when the partitioning hasn't been set - fixes DU parsing in
997   inst-sys (#308659)
998
999 -------------------------------------------------------------------
1000 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
1001
1002 - Throw specific exceptions during commit (#308511)
1003 - 3.23.1
1004
1005 -------------------------------------------------------------------
1006 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
1007
1008 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
1009   now provide more detailed disk usage information.
1010   Yum metadata don't, so we book the package size to '/'. (#308362)
1011 - version 3.23.0
1012 - revision 7225
1013
1014 -------------------------------------------------------------------
1015 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
1016
1017 - Regarding keep state while recycle old valid solver results. Bug 286889
1018 - r 7209
1019
1020 -------------------------------------------------------------------
1021 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
1022
1023 - report 100% progress on finishing RPM removal (bug #309431)
1024 - revision 7200
1025
1026 -------------------------------------------------------------------
1027 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
1028
1029 - Update: rename language packages --> take that package which fits to the
1030   selected language Bug 308098
1031 - r 7919
1032
1033 -------------------------------------------------------------------
1034 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
1035
1036 - restore deltas and patch rpms from the cache (#309124)
1037 - 3.22.8
1038
1039 -------------------------------------------------------------------
1040 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
1041
1042 - Don't fail if a product is deleted multiple times (e.g. due to
1043   obsoletes and an explicit deleted request). (#308746)
1044 - version 3.22.7
1045 - revision 7184
1046
1047 -------------------------------------------------------------------
1048 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
1049
1050 - SYSCONFDIR variable added for modifying /etc
1051
1052 -------------------------------------------------------------------
1053 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
1054
1055 - uninstallable resolvable -->suggested solution: delete; Bug 308164
1056 - r 7177
1057
1058 -------------------------------------------------------------------
1059 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
1060
1061 - new translations added
1062 - r 7166
1063 - version 3.22.6
1064
1065 -------------------------------------------------------------------
1066 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
1067
1068 - fixed disk usage counting of updated packages (#308362)
1069
1070 -------------------------------------------------------------------
1071 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
1072
1073 - Splitting packages: Take the package with the best
1074   architecture,edition ONLY; Bug 308591
1075 - r 7160
1076
1077 -------------------------------------------------------------------
1078 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
1079
1080 - properly report fallback disk usage size (in kB instead of bytes)
1081   when disk usage is not known (YUM repos) (#308475)
1082
1083 -------------------------------------------------------------------
1084 Fri Sep  7 13:27:26 CEST 2007 - ma@suse.de
1085
1086 - Install a sample /etc/zypp.conf. (#306615)
1087 - Fixed missing soversion symlink in package.
1088 - version 3.22.5
1089 - revision 7150
1090
1091 -------------------------------------------------------------------
1092 Fri Sep  7 13:03:48 CEST 2007 - schubi@suse.de
1093
1094 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
1095   308252
1096 - r 7143
1097
1098 -------------------------------------------------------------------
1099 Thu Sep  6 18:22:36 CEST 2007 - schubi@suse.de
1100
1101 - Error: Select two candidate with the same name while update.
1102   Solution: If there is a candidate which is already selected for installation -->
1103   take thatone #308082
1104 - r 7132
1105
1106 -------------------------------------------------------------------
1107 Thu Sep  6 14:11:58 CEST 2007 - ma@suse.de
1108
1109 - Work arround installed patterns providing an empty vendor string. (#307743)
1110 - Let the solver treat vendor suse and opensuse as equivalent.
1111 - version 3.22.4
1112
1113 -------------------------------------------------------------------
1114 Thu Sep  6 12:33:27 CEST 2007 - schubi@suse.de
1115
1116 - Checking item before evaluating the concerning vendor. bug #307941
1117 - r 7119
1118
1119 -------------------------------------------------------------------
1120 Wed Sep  6 02:24:37 CEST 2007 - dmacvicar@suse.de
1121
1122 - Fix for bug #307163 - empty package descriptions
1123   a.k.a shared tag not 100% implemented
1124 - r 7117
1125 - version 3.22.3
1126
1127 -------------------------------------------------------------------
1128 Wed Sep  5 17:52:37 CEST 2007 - schubi@suse.de
1129
1130 - logging "reverse" NEEDED_BY in the detail description of solver
1131   problems.
1132 - improved error message if a requiremnt is not fulfilled Bug 307743
1133 - Add "ignore" option to the solution if a requirement is not fulfilled
1134   Bug 304276
1135 - revision 7113
1136
1137 -------------------------------------------------------------------
1138 Wed Sep  5 14:33:02 CEST 2007 - jkupec@suse.cz
1139
1140 - fixed the order of operands of susetags local metadata status
1141   computation which caused the YaST repositories to always get
1142   refreshed (part of bug #304310)
1143 - revision 7107
1144 - version 3.22.2
1145
1146 -------------------------------------------------------------------
1147 Tue Sep  4 12:09:10 CEST 2007 - schubi@suse.de
1148
1149 - comparing vendor with VendorAttr::equivalent
1150 - revision 7103
1151
1152 -------------------------------------------------------------------
1153 Mon Sep  3 18:43:51 CEST 2007 - schwab@suse.de
1154
1155 - Use $RPM_OPT_FLAGS.
1156
1157 -------------------------------------------------------------------
1158 Mon Sep  3 17:14:02 CEST 2007 - ma@suse.de
1159
1160 - Reset transact bits when switching status from
1161   "update" to "protected" (#246976)
1162 - version 3.22.1
1163 - revision 7094
1164
1165 -------------------------------------------------------------------
1166 Mon Sep  3 13:56:42 CEST 2007 - schubi@suse.de
1167
1168 - new translations added
1169 - rev 7083
1170
1171 -------------------------------------------------------------------
1172 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
1173
1174 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
1175    [main]
1176    download.use_patchrpm = no
1177    download.use_deltarpm = no
1178 - version 3.22.0
1179 - revision 7069
1180
1181 -------------------------------------------------------------------
1182 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
1183
1184 - On demand translate patch requirements into a list of atoms.
1185   Required by the UI to display packages acssociated with a patch.
1186   (#300612)
1187 - version 3.21.1
1188 - revision 7065
1189
1190 -------------------------------------------------------------------
1191 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
1192
1193 - enrich ResolverInfo with the reason if a user-initiated request
1194   fails (#304325, #306240)
1195 - r 7051
1196
1197 -------------------------------------------------------------------
1198 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
1199
1200 - added missing implementation of LogControl::setLineFormater()
1201   (lslezak)
1202 - version 3.21.0
1203 - revision 7041
1204
1205 -------------------------------------------------------------------
1206 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
1207
1208 - enable changing url in requestMedia callback (#294481)
1209 - revision 7037
1210
1211 -------------------------------------------------------------------
1212 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
1213
1214 - Filter readonly mount points in DiskUsageCounter (#297405)
1215 - revision 7030
1216
1217 -------------------------------------------------------------------
1218 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
1219
1220 - remember the cause of the RepoException when refreshing metadata
1221   (#301022)
1222 - r7023
1223
1224 -------------------------------------------------------------------
1225 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
1226
1227 - Safe fix for bug #299680.
1228 - version 3.20.1
1229 - revision 7026
1230
1231 -------------------------------------------------------------------
1232 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
1233
1234 - Bugfix: If a requirement has been fulfilled by more than one language
1235   resolvables only thatone will be taken which fits to the selected
1236   language.
1237 - r 7018
1238
1239 -------------------------------------------------------------------
1240 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
1241
1242 - correct error code for media errors in MediaCurl::doGetFileCopy()
1243   affects only zypper error output, does not affect YaST
1244 - r7013
1245
1246 -------------------------------------------------------------------
1247 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
1248
1249 - reverted blocking of requestMedia from r6271 (#301710)
1250 - r6999
1251
1252 -------------------------------------------------------------------
1253 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
1254
1255 - prevent progress report in destructor (#299680)
1256 - r6998
1257
1258 -------------------------------------------------------------------
1259 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
1260
1261 - treat non-filelists.xml <file> entries as file provides capabilities
1262   in YUM parser (#304701)
1263 - r6992
1264
1265 -------------------------------------------------------------------
1266 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
1267
1268 - the media.1/media uniquely identifies a 'susetags' repo, not
1269   the content file (#304200)
1270
1271 -------------------------------------------------------------------
1272 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
1273
1274 - fixed locale dir (#304649)
1275 - r6984
1276
1277 -------------------------------------------------------------------
1278 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
1279
1280 - don't treat normal package license as "license to confirm"
1281   (#305906)
1282
1283 -------------------------------------------------------------------
1284 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
1285
1286 - Fixed fix for #293039. Segfault due to uninitialzed data.
1287 - version 3.19.3
1288 - revision 6980
1289
1290 -------------------------------------------------------------------
1291 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
1292
1293 - reduced too much verbosed ResolverContext logging; Bug 303971
1294 - r 6977
1295
1296 -------------------------------------------------------------------
1297 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
1298
1299 - Fixed PlainDir repositories to provide real disk usage data. For
1300   repomd and others that do not provide any detailed disk usage info,
1301   assume the packgage size is required below "/". Peviously they were
1302   treated as being empy.
1303 - version 3.19.2
1304 - revision 6972
1305
1306 -------------------------------------------------------------------
1307 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
1308
1309 - Add a new solver solution in the case of running in a timeout:
1310   ProblemSolutionDoubleTimeout.h
1311   #Bug 302496
1312 - revision 6970
1313
1314 -------------------------------------------------------------------
1315 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
1316
1317 - bug in fix for (#292986)
1318
1319 -------------------------------------------------------------------
1320 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
1321
1322 - (#297001) - libzypp: can't skip broken packages
1323 - re enable importing zypp keyring from rpm.(#302379)
1324 - 3.19.1
1325
1326 -------------------------------------------------------------------
1327 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
1328
1329 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
1330   to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
1331   in order to support query-by-repo (#305384)
1332 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
1333   number of kinds, names, or repos (#305347)
1334 - remove ResolvableQuery::iterateResolvablesByKind, not needed
1335 - version 3.19.0
1336 - rev 6935
1337
1338 -------------------------------------------------------------------
1339 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
1340
1341 - real fix for reading signature ids. (#390535).
1342 - delete metadata when removing repo (#301037).
1343
1344 -------------------------------------------------------------------
1345 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
1346
1347 - following behaviour for setPartitions
1348   - if they are not set, they are detected
1349   - if they are set, that value is used.
1350   - if value set or detected is empty, all disk usage
1351     information is read. Otherwise just values in those
1352     mount points.
1353     Should work for installation as long as detectPartitions
1354     is empty at installation.(#293039)
1355
1356 -------------------------------------------------------------------
1357 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
1358
1359 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
1360   from external, e.g. for the testcases
1361 - Honor ZYPP_CONF environment variable to override the buit-in
1362   /etc/zypp/zypp.conf
1363 - Check architecture at handout() to prevent NULL ptr reference.
1364 - Bug 301286
1365 - rev 6908
1366
1367 -------------------------------------------------------------------
1368 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
1369
1370 -The solver generate an establish call for all
1371  resolvables which has filesystemcaps if there is not a valid result from a
1372  former solver run available. This covers:
1373  * Initial solver run
1374  * Changing of filesystem whithin a workflow, cause the solver results will
1375    be reset if the filesystem dependencies have been changed
1376  Bug 271912
1377 - r 6901
1378
1379 -------------------------------------------------------------------
1380 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
1381
1382 - pass location to plaindir package (#303751)
1383 - Add name of file in question to checksum/signature related
1384   exceptions.
1385 - pass basename of file to verifyFileSignatureWorkflow (instead of
1386   empty string).
1387 - filter out incompatible architectures when parsing sustags
1388   repos (first half of #301286)
1389 - r 6882
1390
1391 -------------------------------------------------------------------
1392 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
1393
1394 - don't run source migration if yast is running in
1395   intsys mode (#297136)
1396 - signature and checksum verification fixes. Still pending
1397   problem ZYpp getting no output from gpg when running from zypper.
1398   (#302059)
1399
1400 -------------------------------------------------------------------
1401 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
1402
1403 - Do not strip resolvables which have the same name but different kind
1404   (ResolverInfo*)
1405 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
1406 - r 6830
1407
1408 -------------------------------------------------------------------
1409 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
1410
1411 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
1412   the Estonian locale (#302525).
1413
1414 -------------------------------------------------------------------
1415 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
1416
1417 - added remembering of exception history at various places
1418
1419 -------------------------------------------------------------------
1420 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
1421
1422 - Bugfixes concerning vendor handling:
1423 - first bug:
1424   Installed A-1.0(vendor SuSE)
1425   Available A-2.0(other vendor)
1426   A will not be regarded as "unmaintained". So it will not be deleted.
1427 - second bug:
1428   A need B-2.0. B-1.0 is installed but has another vendor. Report a
1429   proper errmessage.
1430 - Testcase : solution-tests/vendor-test.xml
1431 - r 6812
1432 - 3.18.4
1433
1434 -------------------------------------------------------------------
1435 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
1436
1437 - ignore HASH key for download (#300982)
1438
1439 -------------------------------------------------------------------
1440 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
1441
1442 - Added explicitly_requested as parameter in ResolverContext::Uninstall
1443   Bug 299819
1444 - revision 6794
1445
1446 -------------------------------------------------------------------
1447 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
1448
1449 - If no mount information is available, parse all DU entries.
1450 - read only hack mode for migrate-sources. We actually do add
1451   repositories with it, but no harm. (#292986)
1452 - fix some typos in exceptions (#301331)
1453 - 3.18.3
1454
1455 -------------------------------------------------------------------
1456 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
1457
1458 - Do not regard explicit request in order to recognize updated packages
1459   correctly. Bug 301676
1460 - Updated translations
1461 - r 6766
1462 - 3.18.2
1463
1464 -------------------------------------------------------------------
1465 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
1466
1467 - package-manager script: Call /sbin/yast2 with full path because of
1468   gnomesu (#269873).
1469
1470 -------------------------------------------------------------------
1471 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
1472
1473 - add support for the HASH key. (#300982)
1474 - Use ContentFileParser in Downloader (instead of implementing
1475   the parser again, it has a reason, Downloader was written first)
1476 - update testcases and data to cover the new HASH key
1477 - 3.18.1
1478
1479 -------------------------------------------------------------------
1480 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
1481
1482 - unify query API for kind and name, summary, description
1483   (incomplete)
1484 - rev 6761, version 3.18.0
1485
1486 -------------------------------------------------------------------
1487 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
1488
1489 - add iterateResolvablesByKindsAndName
1490 - rev 6735, version 3.17.13
1491
1492 -------------------------------------------------------------------
1493 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
1494
1495 - rename ResolvableQuery::queryByName to iterateResolvablesByName
1496 - fix reading of kind and repository in ResolvableQuery
1497 - add reverse lookups in CacheTypes
1498 - add iterateResolvablesByKind
1499 - rev 6733
1500
1501 -------------------------------------------------------------------
1502 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
1503
1504 - shorten solver error messages Bug 259894
1505 - rev 6723
1506
1507 -------------------------------------------------------------------
1508 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
1509
1510 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
1511   install zypp/cache header files.
1512 - rev 6719, version 3.16.13
1513
1514 -------------------------------------------------------------------
1515 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
1516
1517 - discard pattern files with incompatbile architecture, both
1518   for download and for parsing. (#298716)
1519 - rev 6711
1520
1521 -------------------------------------------------------------------
1522 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
1523
1524 - run sqlite asynchronously and add sql index files where
1525   appropriate, gives 6x performance on certain operations.
1526   Bumping cache schema version to 1004.
1527   (#300998)
1528 - rev 6710
1529
1530 -------------------------------------------------------------------
1531 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
1532
1533 - fix String::endsWith (#301038)
1534 - rev 6709
1535
1536 -------------------------------------------------------------------
1537 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
1538
1539 - added an _explicitly_requested in QueueItemConflict ( as already in
1540   QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
1541   remove the conflicting item without an error message. Bug 299819
1542 - rev 6699
1543
1544 -------------------------------------------------------------------
1545 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
1546
1547 - forgot to set default refresh policy in checkIfToRefreshMetadata
1548 - repo.refresh.delay default set to 10 minutes
1549 - 6693
1550
1551 -------------------------------------------------------------------
1552 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
1553
1554 - Bugfix while regarding correct vendor in update
1555 - r6677
1556 - version 3.15.0
1557
1558 -------------------------------------------------------------------
1559 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
1560
1561 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
1562   added to delay next check & refresh until the specified number of
1563   minutes has passed from the last check or refresh (FATE #301991).
1564   Revisions: 6654, 6656, 6666, and 6667.
1565 - filesystem::touch(Pathname) added (r6666)
1566 - RepoManager::touchIndexFile(RepoInfo) added
1567 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
1568   decision to do the refresh moved to this public method.
1569 - r6667
1570
1571 -------------------------------------------------------------------
1572 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
1573
1574 - generate a resolver problem if addRequires does not find a resovable
1575   #299486
1576 - rev 6660
1577
1578 -------------------------------------------------------------------
1579 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
1580
1581 - Prioritized delete request by the user BEFORE delete requests due
1582   missing dependencies or conflicting dependencies. Bug 298322
1583 - rev 6640
1584
1585 -------------------------------------------------------------------
1586 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
1587
1588 - support also "Plaindir" as valid repo type name (#298622)
1589 - revision 6616
1590 - version 3.14.0
1591
1592 -------------------------------------------------------------------
1593 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
1594
1595 - fix segfault in Progress reporting
1596 - progress report use name instead of alias (#298035)
1597 - repoinfo returns alias if name is empty
1598
1599 -------------------------------------------------------------------
1600 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
1601
1602 - merge patch by dmueller to get rid of boost-regex
1603
1604 -------------------------------------------------------------------
1605 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
1606
1607 - dont create a second CacheStore in the same scope, will lock...
1608   #297627
1609
1610 -------------------------------------------------------------------
1611 Thu Aug  9 15:04:21 CEST 2007 - jkupec@suse.cz
1612
1613 - fixed some RepoManager exception docs & history
1614 - r6558
1615
1616 -------------------------------------------------------------------
1617 Thu Aug  9 13:33:59 CEST 2007 - dmacvicar@suse.de
1618
1619 - feature #302135: Graceful update of 3rd party packages
1620   Automatic upgrading only sees packages from same vendor
1621   This allows not needed to have those locked.
1622 - Add persistent locks file which allow wildcards. Users
1623   can lock certain packages adding lines like "kde* < 3.5"
1624 - add applyLocks() to apply persistent locks before solving
1625
1626 -------------------------------------------------------------------
1627 Thu Aug  9 13:28:20 CEST 2007 - schubi@suse.de
1628
1629 -  recognize changes in the pool (e.g. changing /etc/sysconfig/storage
1630   #271912 wq
1631 - Added locking resolvables in the testcases
1632 - rev 6544
1633
1634 -------------------------------------------------------------------
1635 Wed Aug  8 16:04:07 CEST 2007 - dmacvicar@suse.de
1636
1637 - add migrate-sources to %post (#292986)
1638 - 3.13.15
1639
1640 -------------------------------------------------------------------
1641 Wed Aug  8 13:32:52 CEST 2007 - jkupec@suse.cz
1642
1643 - fixed bug with using wrong files from raw metadata cache
1644   (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
1645
1646 -------------------------------------------------------------------
1647 Wed Aug  8 12:42:39 CEST 2007 - schubi@suse.de
1648
1649 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
1650   Bug# 297795
1651 - r 6517
1652
1653 -------------------------------------------------------------------
1654 Tue Aug  7 17:04:47 CEST 2007 - dmacvicar@suse.de
1655
1656 - implement susetags support for compressed metadata
1657   and testcases. (feature #301916)
1658 - implement disk usage in cache. For installation requires
1659   some changes in YaST to setup the ZYpp getPartitions()
1660   before repos are cached. (bug #293039)
1661 - added testcases for diskusage
1662 - 3.13.14
1663
1664 -------------------------------------------------------------------
1665 Mon Aug  6 10:19:12 CEST 2007 - jkupec@suse.cz
1666
1667 - fixed YUM parser to properly create source packages
1668 - disabled reading of filelists.xml.gz by default (the data are
1669   currently not stored anyway)
1670 - revision 6481
1671 - version 3.13.13
1672
1673 -------------------------------------------------------------------
1674 Sat Aug  4 01:03:19 CEST 2007 - ma@suse.de
1675
1676 - Don't download unwanted translation files (#293740).
1677 - revision 6470
1678
1679 -------------------------------------------------------------------
1680 Fri Aug  3 23:52:18 CEST 2007 - ma@suse.de
1681
1682 - Fix susetags repo to parse dikusage data (#293039)
1683 - revision 6467
1684 - version 3.13.12
1685
1686 -------------------------------------------------------------------
1687 Fri Aug  3 18:56:47 CEST 2007 - ma@suse.de
1688
1689 - Add product attribute 'type' (aka 'category' which is now
1690   deprecated). Adapted sustags and yum parsers to parse and
1691   provide this value.
1692 - revision 6464
1693 - version 3.13.11
1694
1695 -------------------------------------------------------------------
1696 Fri Aug  3 17:29:56 CEST 2007 - dmacvicar@suse.de
1697
1698 - fix modalias rel column number
1699 - version 3.13.10
1700
1701 -------------------------------------------------------------------
1702 Fri Aug  3 16:35:36 CEST 2007 - dmacvicar@suse.de
1703
1704 - Implemented option repo.add.probe to allow probing
1705   the added repositories
1706 - version 3.13.9
1707
1708 -------------------------------------------------------------------
1709 Fri Aug  3 16:07:46 CEST 2007 - schubi@suse.de
1710
1711 - Fixed detection of renamed packages while update.
1712 - Added new translations
1713 - rev 6445
1714
1715 -------------------------------------------------------------------
1716 Fri Aug  3 15:02:28 CEST 2007 - ma@suse.de
1717
1718 - Speed up retrieving MediaNr attribute, as it slows down install
1719   order calculation. (#297173)
1720 - revision 6442
1721
1722 -------------------------------------------------------------------
1723 Fri Aug  3 14:13:36 CEST 2007 - dmacvicar@suse.de
1724
1725 - Fixed cache schema upgrade
1726
1727 -------------------------------------------------------------------
1728 Fri Aug  3 13:38:17 CEST 2007 - ma@suse.de
1729
1730 - Fixed pattern includes and extends attributes.
1731 - revision 6431
1732 - version 3.13.8
1733
1734 -------------------------------------------------------------------
1735 Fri Aug  3 12:33:41 CEST 2007 - schubi@suse.de
1736
1737 - API for retrieving additional dependencies" solver/detail/Resolver.h
1738 - Handle additional dependencies in the testcases
1739 - Handle system and language dependencies in the testcases correctly.
1740 - r 6418
1741
1742 -------------------------------------------------------------------
1743 Thu Aug  2 18:14:12 CEST 2007 - ma@suse.de
1744
1745 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
1746   has changed. Resolver must discard any cached filesystem dependencies.
1747   (required for #271912)
1748 - revision 6404
1749
1750 -------------------------------------------------------------------
1751 Thu Aug  2 16:37:06 CEST 2007 - ma@suse.de
1752
1753 - Indicate changed pool content to the resolver. (required for #271912)
1754 - revision 6398
1755 - version 3.13.7
1756
1757 -------------------------------------------------------------------
1758 Thu Aug  2 10:16:16 CEST 2007 - schubi@suse.de
1759
1760 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
1761   problems. Bug 280387
1762 - r 6378
1763 - version 3.13.6
1764
1765 -------------------------------------------------------------------
1766 Wed Aug  1 18:51:12 CEST 2007 - ma@suse.de
1767
1768 - Added interface to install source packages via zypper.
1769 - revision 6373
1770 - version 3.13.5
1771
1772 -------------------------------------------------------------------
1773 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
1774
1775 - Added package attributes Package::sourcePkgName and
1776   Package::sourcePkgEdition. Name and edition of the source
1777   rpm this package was built from.
1778 - Added ZYpp::installSrcPackage to install a single source package.
1779 - revision 6353
1780 - version 3.13.4
1781
1782 -------------------------------------------------------------------
1783 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
1784
1785 - Temorary files and directories created by makeSibling use the
1786   same protection as the original.
1787 - revision 6344
1788 - version 3.13.3
1789
1790 -------------------------------------------------------------------
1791 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
1792
1793 - Removed keepExtras from resolvePool. This will be handled
1794   in the solver internally now. #294727
1795 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
1796 - revision 6317
1797 - version 3.13.2
1798
1799 -------------------------------------------------------------------
1800 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
1801
1802 - Remove tribool from RepoInfo's interface.
1803 - revision 6301
1804 - version 3.13.1
1805
1806 -------------------------------------------------------------------
1807 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
1808
1809 - Fixed wrong media number reported by script, message and patch.
1810 - Fixed script API to provide the scripts location on media (if not
1811   inlined).
1812 - Introduced ScripProvider to make a script available on the local
1813   disk.
1814 - revision 6288
1815 - version 3.13.0
1816
1817 -------------------------------------------------------------------
1818 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
1819
1820 - don't request media chage if the media is not changeable (like
1821   e.g. http)
1822 - revision 6271
1823 - version 3.12.1
1824
1825 -------------------------------------------------------------------
1826 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
1827
1828 - progress ticks for clean cache
1829 - ZConfig: remove default from names.
1830 - re enable reading cache callbacks
1831 - ini parser without boost::regexp
1832   patch by dmueller (#152447)
1833
1834 -------------------------------------------------------------------
1835 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
1836
1837 - Fixed package to provide the location media number. (#294496)
1838 - revision 6263
1839
1840 -------------------------------------------------------------------
1841 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
1842
1843 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
1844   gpgkey) instead of throwing bad url exception
1845 - revision 6259
1846
1847 -------------------------------------------------------------------
1848 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
1849
1850 - Make clearing of extra dependencies/conflicts configurable when
1851   resolvePool(). Leave the default as before (clear extras).
1852   Bug # 294727
1853 - revision 6233
1854 - version 3.12.0
1855
1856 -------------------------------------------------------------------
1857 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
1858
1859 - /var/lib/zypp/cache -> /var/cache/zypp
1860   (#292419)
1861 - ini parser without boost::regexp, patch by dmueller
1862   (#152447)
1863
1864 -------------------------------------------------------------------
1865 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
1866
1867 - Make temp directory configurable  via environment
1868   variable ZYPPTMPDIR.
1869 - revision 6202
1870 - version 3.11.11
1871
1872 -------------------------------------------------------------------
1873 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
1874
1875 - Fixed bug in smart pointer comparison.
1876
1877 -------------------------------------------------------------------
1878 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
1879
1880 - Fix failing rename of metadata download directories across
1881   filesystem boundaries.
1882
1883 -------------------------------------------------------------------
1884 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
1885
1886 - Fixed malicious gettext include.
1887 - Make ZConfig a singleton.
1888 - revision 6123
1889
1890 -------------------------------------------------------------------
1891 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
1892
1893 - Fixed repo::provideFile to set a deleter for downloaded files
1894   (#293004).
1895 - revision 6094
1896 - version 3.11.10
1897
1898 -------------------------------------------------------------------
1899 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
1900
1901 - Query ByRepository now takes as well an alias.
1902
1903 -------------------------------------------------------------------
1904 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
1905
1906 - fix retrieval of container attributes in cache
1907   (#292698)
1908
1909 -------------------------------------------------------------------
1910 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
1911
1912 - Port zypp-query-pool (#292404)
1913 - revision 6069
1914 - version 3.11.9
1915
1916 -------------------------------------------------------------------
1917 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
1918
1919 - added new calls in Resolver.h: addRequire,addConflict
1920
1921 -------------------------------------------------------------------
1922 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
1923
1924 - Fixed IniParser to allow '=' in values (#292669)
1925 - revision 6063
1926
1927 -------------------------------------------------------------------
1928 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
1929
1930 - allow / in alias (#292628)
1931
1932 -------------------------------------------------------------------
1933 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
1934
1935 - Fixed repo::provideFile to throw on error.
1936 - Fixed ResolvableQuery to use 0 as default for non existing
1937   numerical values.
1938 - revision 6058
1939
1940 -------------------------------------------------------------------
1941 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
1942
1943 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
1944   additional ctor for convenience.
1945 - revision 6047
1946
1947 -------------------------------------------------------------------
1948 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
1949
1950 - Evalute update canditate:
1951   Take canditates only which are really installable. Bug 292077
1952   r 6034
1953
1954 -------------------------------------------------------------------
1955 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
1956
1957 - fixed some tribool bugs in RepoInfo
1958 - revision 6022
1959
1960 -------------------------------------------------------------------
1961 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
1962
1963 - fix reading of non existant repo
1964 - r6018
1965 - first submission to stable
1966 - fix keywords parsing in susetags parser
1967 - version 3.11.8
1968
1969 -------------------------------------------------------------------
1970 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
1971
1972 - make resolvable query complete exceptionless with the database
1973 - test that packages have some attributes
1974 - disable progress adaptor for now
1975 - revision 5977
1976 - version 3.11.7
1977
1978 -------------------------------------------------------------------
1979 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
1980
1981 - fixed unresolved symbols
1982 - revision 5972
1983 - version 3.11.6
1984
1985 -------------------------------------------------------------------
1986 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
1987
1988 - fixed TranslatedText creating unwanted entries.
1989 - fixed capability processing
1990 - revision 5964
1991 - version 3.11.5
1992
1993 -------------------------------------------------------------------
1994 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
1995
1996 - MediaSetAccess::release() added
1997 - Use attachDesiredMedia in MediaProducts
1998 - Progress reporting improved
1999 - revision 5959
2000 - version 3.11.4
2001
2002 -------------------------------------------------------------------
2003 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
2004
2005 - fixed parsing translated texts.
2006 - added source packages.
2007 - revision 5947
2008 - version 3.11.3
2009
2010 -------------------------------------------------------------------
2011 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
2012
2013 - repo callbacks fixed
2014 - Fixed YUM parser progress reporting
2015 - Added CombinedProgressData
2016 - make RepoImpl::resolvables() load lazy
2017 - MediaProducts added for scanning products file
2018 - Implement cache schema versioning and automatic invalidation of
2019   cache when schema changes
2020 - revision 5942
2021 - version 3.11.2
2022
2023 -------------------------------------------------------------------
2024 Fri Jul  6 13:51:50 CEST 2007 - ma@suse.de
2025
2026 - Propagate pools repository_iterator to the UI
2027 - revision 5911
2028 - version 3.11.1
2029
2030 -------------------------------------------------------------------
2031 Thu Jul  5 17:02:08 CEST 2007 - ma@suse.de
2032
2033 - Package::location is now returns an OnMediaLocation
2034 - archivesize() renamed to downloadSize()
2035 - Allow to iterate all Repositories that contribute
2036   Resolvables to the Pool.
2037 - MediaSetAccess::provideDir added
2038 - remove useless url check
2039 - add old-api-style wrapper
2040 - Add MediaProducts class
2041 - revision 5892
2042 - version 3.11.0
2043
2044 -------------------------------------------------------------------
2045 Thu Jul  5 09:31:02 CEST 2007 - schubi@suse.de
2046
2047 - function isInstalledBy/installs
2048   Added an initial installation flag which shows if the item has been
2049   triggered for installation, or the dependency is already satisfied.
2050 - Revision 5884
2051 - Version 3.4.0
2052
2053 -------------------------------------------------------------------
2054 Tue Jul  3 13:07:31 CEST 2007 - jkupec@suse.cz
2055
2056 - removed unused %{prefix}/lib/zypp from %files in spec file
2057 - revision 5870
2058
2059 -------------------------------------------------------------------
2060 Tue Jul  3 10:37:37 CEST 2007 - jkupec@suse.cz
2061
2062 - Old API (SourceManager, metadata parsers) dropped in favor of the
2063   new refactored ones (RepoManager, RepoParser(s), cache subtree,
2064   repo subtree).
2065 - Some new API improvements.
2066 - revision 5868
2067 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
2068
2069 -------------------------------------------------------------------
2070 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
2071
2072 - New API calls which provides more information about one
2073   resolvable after a solverrun:
2074   isInstalledBy (const PoolItem_Ref item);
2075   installs (const PoolItem_Ref item);
2076 - Revision 5835
2077
2078 -------------------------------------------------------------------
2079 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
2080
2081 - fix changelog entry order
2082
2083 -------------------------------------------------------------------
2084 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
2085
2086 - Ignore conflicting items which are uninstallable
2087 - Create a "needed by" info if a requirement is still fulfilled.
2088 - Allow only one needed_by and needed_by_capability in QueueItemInstall
2089 - Added capability and type (REQUIRE, RECOMMEND,....) to
2090   ResolverInfoNeededBy
2091 - Evaluate ResolverInfoNeededBy for more information in the error
2092   messages
2093 - Enlarge detail description in the error messages
2094 - Revision 5807
2095
2096 -------------------------------------------------------------------
2097 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
2098
2099 - Fixes for gcc-4.2
2100 - revision 5786
2101 - version 3.3.1
2102
2103 -------------------------------------------------------------------
2104 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
2105
2106 - fixed so versioning from libtool to cmake
2107 - 3.3.0
2108
2109 -------------------------------------------------------------------
2110 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
2111
2112 - Use gpg2 instead of gpg for keyring and make
2113   the package depend on it (#284211)
2114
2115 -------------------------------------------------------------------
2116 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
2117
2118 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
2119   New dependency "packageand(foo:bar)" which provides an AND dependency by
2120   injecting a supplement/freshen.
2121   e.G. package novell-cluster-services-kmp-smp
2122   supplements: packageand(kernel-smp:novell-cluster-services-kmp)
2123   Bug 255011
2124 - Dont check for architecture changes in atoms (#266178)
2125 - Revision 5720
2126
2127 -------------------------------------------------------------------
2128 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
2129
2130 - Fixed package-manager script (#275847)
2131 - revision 5614
2132
2133 -------------------------------------------------------------------
2134 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
2135
2136 - fixed cmake
2137 - version 3.2.2
2138
2139 -------------------------------------------------------------------
2140 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
2141
2142 - Reduced logging in order to speedup solving Bug 275100
2143 - revision 5603
2144 - version 3.2.1
2145
2146 -------------------------------------------------------------------
2147 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
2148
2149 - Fix excess calls to releaseFile. (#274357)
2150 - revision 5545
2151
2152 -------------------------------------------------------------------
2153 Wed May  9 18:44:20 CEST 2007 - dmacvicar@suse.de
2154
2155 - Fix importing keys into rpm. (#270125)
2156 - r5527
2157
2158 -------------------------------------------------------------------
2159 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
2160
2161 - Support filesystem dependencies to add needed filesystem RPMs
2162   automatically (Fate 301966).
2163 - revision 5404
2164 - version 3.2.0
2165
2166 -------------------------------------------------------------------
2167 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
2168
2169 - avoiding attaching media where not needed (#263207)
2170 - r5381
2171
2172 -------------------------------------------------------------------
2173 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
2174
2175 - fix FileCap with attributes
2176 - r5376
2177
2178 -------------------------------------------------------------------
2179 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
2180
2181 - Fixed computation of install order. Take requirements of
2182   an installed packages uninstall scripts into account, if
2183   the package is updated. (#258682)
2184 - revision 5349
2185 - version 3.1.1
2186 -------------------------------------------------------------------
2187 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
2188
2189 - Parse and provide package keywords. (Fate 120368)
2190 - revision 5338
2191 - version 3.1.0
2192
2193 -------------------------------------------------------------------
2194 Thu Apr  5 15:50:15 CEST 2007 - schubi@suse.de
2195
2196 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
2197   Ask the user. Bug 258322
2198 - revision 5305
2199 - version 3.0.3
2200
2201 -------------------------------------------------------------------
2202 Wed Apr  4 19:39:12 CEST 2007 - ma@suse.de
2203
2204 - Fix restoring of Sources id root prefix is used. (#238165)
2205 - revision 5299
2206 - version 3.0.2
2207
2208 -------------------------------------------------------------------
2209 Wed Apr  4 15:33:54 CEST 2007 - jkupec@suse.cz
2210
2211 - MediaManager::attachDesiredMedia() added to support multiple
2212   (CD/DVD) drives (fate #3974)
2213 - r5296
2214
2215 -------------------------------------------------------------------
2216 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
2217
2218 - If there is no valid solver result and NOT all resolvables ( other
2219   architecture) has been regarded, let the user decide making a new
2220   solver run with ALL available resolvables. Bug 223440
2221 - reducing logging (error -> debug)  bug 252921
2222 - Revision 5219
2223
2224 -------------------------------------------------------------------
2225 Fri Mar  9 00:08:38 CET 2007 - ma@suse.de
2226
2227 - Allow configuration of trusted vendors via
2228   /var/lib/zypp/db/trustedVendors. (#186636)
2229 - revision 5194
2230 - version 3.0.1
2231
2232 -------------------------------------------------------------------
2233 Wed Mar  7 15:20:29 CET 2007 - dmacvicar@suse.de
2234
2235 - libzypp-devel -> libzypp requirement is not versioned
2236   (#251086)
2237 - r5181
2238
2239 -------------------------------------------------------------------
2240 Tue Mar  6 17:25:49 CET 2007 - schubi@suse.de
2241
2242 - Using already existing valid solver results for further solver runs.
2243   (partiell solving)
2244 - r5169
2245
2246 -------------------------------------------------------------------
2247 Fri Mar  2 16:11:16 CET 2007 - dmacvicar@suse.de
2248
2249 - fix link order
2250 - r5165
2251
2252 -------------------------------------------------------------------
2253 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
2254
2255 - merging from 10.2 / SP1
2256 - #247459 ftp probing
2257   denied == dont exists in ftp
2258 - r5124
2259
2260 -------------------------------------------------------------------
2261 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
2262
2263 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
2264 - Simultaneouqusly establishing of items which are conflicting eachother is
2265   useless. So only one will be established. Fixed in QueueItemInstall.cc
2266   Bug 243595
2267 - Added new upgrade options to fine tune version and patch handling.
2268   (F301990)
2269 - The context of establishPool will be stored in Resolver and will be
2270   regarded for the next solver run everytime. So it will be not reset by
2271   any solver run anymore.
2272   bug 191810 ( A broken patch will not be installed again)
2273
2274 -------------------------------------------------------------------
2275 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
2276
2277 - adding sotf,timeo=X nfs mount options by default (#235211)
2278 - r5093
2279
2280 -------------------------------------------------------------------
2281 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
2282
2283 - support for HTTP authentication prompt added (#190609)
2284 - fixed problem with empty path in URL
2285   in MediaCurl::doGetFileCopy()
2286 - r5085
2287
2288 -------------------------------------------------------------------
2289 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
2290
2291 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
2292   SuSE-Linux-10_2-Branch
2293
2294 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
2295 - verifySystem: The result will be set to APPL_HIGH, so it will be not
2296   reset by a second "normal" solver run. #239281 (schubi)
2297 - yast2 reports invalid URL as 'unknown source type'
2298   (#209961) (dmacvicar)
2299 - Added freshen language dependency in supplemements too if there is no
2300   entry in supplements.
2301   #240617;IPA fonts are not installed even if select Japanese
2302   language (schubi)
2303 - Setting allowed authentication methods to "basic,digest" if none
2304   provided in URL (#243006) (jkupec)
2305 - Stopping after 50 valid solver results. Anymore would be useless. Bug
2306   243595 (schubi)
2307 - r 5007
2308
2309 -------------------------------------------------------------------
2310 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
2311
2312 - package-manager: use a generic su script from XDG (#235303, #244442)
2313
2314 -------------------------------------------------------------------
2315 Fri Feb  9 15:21:55 CET 2007 - jkupec@suse.cz
2316
2317 - Setting allowed authentication methods to "basic,digest" if none
2318   provided in URL (#243006)
2319 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
2320   (mvidner)
2321 - r4999
2322
2323 -------------------------------------------------------------------
2324 Wed Feb  7 15:52:29 CET 2007 - jkupec@suse.cz
2325
2326 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
2327   (#222602)
2328 - 4984
2329
2330 -------------------------------------------------------------------
2331 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
2332
2333 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
2334
2335 - update packages: changing architecture is only valid while an
2336   system update and NOT while an update via a patch. Last fix does
2337   not fit for every case.
2338   Bug 230685
2339 - Patch has selected not the concerning package for update but
2340   a package which has provided the required dependencies too.
2341   Algorithmus: If there are exactly two providers which differ in architecture
2342                prefer the better arch.
2343   Fix: Regarding NVRA too. ( only if equal )
2344   Bug 238284
2345 - Download only English and Local translation
2346   (#208457)
2347 - Added solver parameter:
2348    tryAllPossibilities: regarding every solver branch ( not only
2349                         branches with e.G. best architectures
2350    preferHighestVersion: Prefer solver results which have a higher
2351                          version number.
2352   Bug #238087
2353 - update packages: changing architecture is only valid while an
2354   system update and NOT while an update via a patch.
2355   Bug 230685 - x86_64 MozillaFirefox binaries in security update
2356   repository
2357   Fix of version 2.11.2 has not worked if the first founded item
2358   had had another architecture.
2359 - r4927
2360
2361 -------------------------------------------------------------------
2362 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
2363
2364 - added ZYpp::getPartitions() - return the partitinoning
2365
2366 -------------------------------------------------------------------
2367 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
2368
2369 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
2370 - Corrupt download cannot be skipped
2371   (#217425 and #224216)
2372 - Enable package read ahead/caching in commit per default to reduce
2373   interactive media changes. If the environment variable
2374   ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
2375 - added parameter not to reset resolver results while calling
2376   freshen pool Bug: 235761
2377 - Prepare package read ahead/caching of packages in commit. Adatped the
2378   workflow. Caching details are now hidden inside CommitPackageCache.
2379   The current implementation still performs no read ahead. (for F100182)
2380 - Skip invalid or broken rpm database entries. (#231211)
2381 - verifySystem: check if the solution is valid after calling freshenPool()
2382   Bug: 235761
2383 - Added own call for Resolver::verifySystem with additional
2384   hardware/language check in order to keep binary compatibility
2385   Fate #301224
2386 - Rpm requires additional quoting of special chars in filenames.
2387   (#233967)
2388 - Resolver::verifySystem checks for new hardware now by calling
2389   freshenPool. This is configureable. Fate #301224
2390 - merged texts from proofread
2391 - Don't consider patch/delta rpms if package architecture changes.
2392   (#231254)
2393 - update packages: changing architecture is only valid while an
2394   system update and NOT while an update via a patch.
2395   Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
2396 - verifySystem: Do only regard items which will be on the system after the
2397   commit. Fate 301178
2398 - feature #301369
2399   Import listed GPG Keys from an trusted installation source
2400 - fix return call in new xml parser
2401 - Enable system resolvables in Helix parser (Revision 4787)
2402 - deptestomatic:
2403   Resetting transaction with the correct call;
2404   bugfix; Added kind in keep state (Revision 4788)
2405 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
2406   soft (Revision 4789)
2407 - New call added: maySetToBeUninstalledSoft (Revision 4789)
2408   Both are only functions for the solver (Revision 4789)
2409 - Resetting "by causer" in order to distinguish from state
2410   "keep by user". ( function setLock in order to remove lock)
2411   (Revision 4789)
2412 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
2413   in QueueItemUninstall.cc (Revision 4790)
2414 - Regarding "keep state by user". So avoiding "reselecting" by
2415   other requirements.
2416   Give a corresponding problem solution if a resolvable satisfy
2417   a dependency, but has been set to keep by the user.
2418   Bug : 222531 (Revision 4791)
2419 - Allow to disable autoprotection of foreign vendor items. Required
2420   in zmd-backend. (F301735).
2421 - use sqlite-zmd if using > 10.2 in spec. Use the one available
2422   durin compile.
2423 - Item could has already been selected to soft uninstall (e.G. remove
2424   pattern which recommend this item ). Do not throw an exception anymore.
2425   bug#225278
2426 - Added syscontent::Reader: Parse serialized set of ResObjects.
2427   (for F300729)
2428 - If there has already been selected another item by the solver (e.g. from
2429   another source) we will take thatone in order to avoid parallel
2430   installation and there concerning error messages.
2431   Bug 224698
2432 - In order to handle conflicting resolvable we try to update the
2433   conflicting item. While evaluating these canditates an already selected
2434   candidate will not be regarded. So it could be that an older package
2435   will be selected for update although a newer has already been selected. Revision 4765
2436 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
2437   update candidate and evaluate additional branches.
2438 - r4907
2439
2440 -------------------------------------------------------------------
2441 Mon Dec  4 15:38:12 CET 2006 - mt@suse.de
2442
2443 - Improved realpath() wrapper in media handler class (#222521).
2444 - revision 4758
2445
2446 -------------------------------------------------------------------
2447 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
2448
2449 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
2450 - revision 4713
2451
2452 -------------------------------------------------------------------
2453 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
2454
2455 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
2456   because backend uses this sqlite and it is no fun to
2457   install one and the other to develop (as the -devel packages)
2458   conflict.
2459 - add cmake support for building zypp/ lib.
2460   TODO: soinfo, compile testcases, devel, zypp2,docs
2461   find rpm, curl and others.
2462 - dont serialize interactive, as it is
2463   calculated now.
2464   (it was already fixed as we don't reimplement
2465   the method, but we still serialized, parsed)
2466 - r4709
2467
2468 -------------------------------------------------------------------
2469 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
2470
2471 - fixed Patch::interactive to return true as well, if the patch
2472   itself has a licence. (#224192)
2473 - revision 4702
2474 - version 2.9.2
2475
2476 -------------------------------------------------------------------
2477 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
2478
2479 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
2480   on the installation image (#213852).
2481 - revision 4700
2482
2483 -------------------------------------------------------------------
2484 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
2485
2486 - Avoid duplicate pool entries; Bug 223750; second part of the fix
2487 - r4698
2488 - Version 2.9.1
2489
2490 -------------------------------------------------------------------
2491 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
2492
2493 - Pool has multi instances of an item in the pool. Reduced this error
2494   to items which are identically at least. #217574 and #223750
2495 - r4695
2496
2497 -------------------------------------------------------------------
2498 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
2499
2500 - replace spaces to underscores in product names
2501 - 2.8.7
2502 - r4688
2503
2504 -------------------------------------------------------------------
2505 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
2506
2507 - Mark some strings for translation (#219783 need it)
2508 - r4682
2509
2510 -------------------------------------------------------------------
2511 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
2512
2513 - Added translations marks to hal, url and mutex exceptions (#23771)
2514 - revision 4680
2515
2516 -------------------------------------------------------------------
2517 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
2518
2519 - don't make libzypp-devel depend on sqlite-devel as
2520   headers from zypp2 are not installed yet
2521 - r4663
2522
2523 -------------------------------------------------------------------
2524 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
2525
2526 - Return an error if fork failed. (#204807)
2527 - Make Script execution abortable by user request. (#212949, F100233)
2528 - revision 4660
2529 - version 2.8.6
2530
2531 -------------------------------------------------------------------
2532 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
2533
2534 - Added package-manager wrapper script, with icon and .desktop (#222757).
2535   (Used by gnome-main-menu)
2536 - version 2.8.5
2537 - r4640
2538
2539 -------------------------------------------------------------------
2540 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
2541
2542 - Fixed target/hal - one more dbus_connection_close found (#216035)
2543 - revision 4636
2544 - version 2.8.4
2545
2546 -------------------------------------------------------------------
2547 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
2548
2549 - translation added
2550   rev 4630
2551   version 2.8.3
2552
2553 -------------------------------------------------------------------
2554 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
2555
2556 - Process obsoletes when installing non-package objects. (#217352)
2557 - revision 4621
2558 - version 2.8.2
2559
2560 -------------------------------------------------------------------
2561 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
2562
2563 - Implemented volume device check using /sbin/vol_id (#213852).
2564 - Revision 4619
2565
2566 -------------------------------------------------------------------
2567 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
2568
2569 - new translation added
2570
2571 -------------------------------------------------------------------
2572 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
2573
2574 - Implemented an reuse of already existing foreign CD/DVD mount points
2575   (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
2576 - Added a fallback check of the volume.mount_point HAL property to
2577   isAutoMountedMedia(); info.hal_mount.created_mount_point seems
2578   to be not avaliable in newer HAL versions (on 10.2).
2579 - Revision 4615
2580 - Version 2.8.1
2581
2582 -------------------------------------------------------------------
2583 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
2584
2585 - removed unused methods from Patch and PatchImplIf. Provided
2586   reasonable default implementation for Patch::interactive.
2587   (#221476).
2588 - revision 4610
2589 - Version 2.8.0
2590
2591 -------------------------------------------------------------------
2592 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
2593
2594 - Handle media eject failures (#216545)
2595 - r4606
2596
2597 -------------------------------------------------------------------
2598 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
2599
2600 - Reimplemented RpmDb::checkPackage using librpm API instead
2601   of parsing "rpm --checksig" output. (#163202)
2602 - Version 2.7.4
2603 - revision 4600
2604
2605 -------------------------------------------------------------------
2606 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
2607
2608 - NEW behaviour of the solver:
2609   Obsolete virtual provides. E.G.:
2610
2611   Installed:
2612   -----------
2613   Name:           test-1.0-0
2614
2615   Name:           moretest-1.0-0
2616   Provides:       test
2617
2618   To be installed
2619   ------------------
2620   Name:           nomoretest-1.0-0
2621   Obsoletes:      test
2622
2623   Result
2624   --------
2625   test-1.0-0 AND  moretest-1.0-0 will be deleted. In former versions only
2626   test-1.0-0 had been deleted. Bug 220999
2627
2628 - Translations added
2629
2630 Version 2.7.3
2631 rev 4593
2632
2633 -------------------------------------------------------------------
2634 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
2635
2636 - Bugfix in generating solver testcases:
2637    - added kind of capabilities in description file
2638    - removed unneded channel from uninstall in command file
2639
2640 -------------------------------------------------------------------
2641 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
2642
2643 - Try to call /bin/eject utility if the eject-ioctl fails.
2644 - r4568
2645
2646 -------------------------------------------------------------------
2647 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
2648
2649 - ignore empty capabilities
2650 - r4565
2651
2652 -------------------------------------------------------------------
2653 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
2654
2655 - make progress strings translatable (#219783)
2656 - r4556
2657
2658 -------------------------------------------------------------------
2659 Tue Nov  7 16:40:28 CET 2006 - schubi@suse.de
2660
2661 -  While deleting a selection all concerning recommended
2662    packages will be deleted too.
2663    BUT those packages should not be deleted which have been
2664    set to KEEP by the user. bug 217574
2665    rev 4526
2666    VERSION: 2.7.2
2667
2668 -------------------------------------------------------------------
2669 Tue Nov  7 13:12:49 CET 2006 - schubi@suse.de
2670
2671 - Makefile in zypp2 fixed
2672   Revision 4520
2673
2674 -------------------------------------------------------------------
2675 Tue Nov  7 11:38:10 CET 2006 - schubi@suse.de
2676
2677 - Translations added
2678   Revision 4514
2679   VERSION: 2.7.1
2680
2681 -------------------------------------------------------------------
2682 Mon Nov  6 12:32:22 CET 2006 - dmacvicar@suse.de
2683
2684 - Make the parser more strict, rejecting broken sources
2685   but showing the error line.
2686   Last fix making the parser relax would break multitag
2687   descriptions with empty lines, now we check dependencies
2688   at a higher level. (reference #160607)
2689 - r4501
2690
2691 -------------------------------------------------------------------
2692 Fri Nov  3 11:04:19 CET 2006 - schubi@suse.de
2693
2694 - New problem solution added: Unlock ALL resovables in order to speed up
2695   problem solution. Bug 206453
2696
2697 -------------------------------------------------------------------
2698 Fri Nov  3 10:29:08 CET 2006 - schubi@suse.de
2699
2700 - Translations added
2701
2702 -------------------------------------------------------------------
2703 Thu Nov  2 17:15:19 CET 2006 - mt@suse.de
2704
2705 - Fixed target/hal - removed dbus_connection_close calls, because
2706   the connections are shared; unref the ref-counted handle only.
2707   (#216035)
2708 - r4442
2709
2710 -------------------------------------------------------------------
2711 Thu Nov  2 16:18:27 CET 2006 - dmacvicar@suse.de
2712
2713 - skipping unreachable packages won't work
2714   (#215445)
2715 - r4468
2716
2717 -------------------------------------------------------------------
2718 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
2719
2720 - (#213793) Target store fails to recreate stored install-time (other
2721   Date and ByteCount values as well)
2722
2723 - skip comments and blank lines in multilists
2724   fixes (#214877) - zen-updater is not installed by default
2725
2726 - Automatically fix broken products when reading
2727   the product database.
2728   still pending: honour the read-only flag
2729   Changes to make this possible include
2730   using read_dir instead of boost directory
2731   iterator.
2732
2733 -------------------------------------------------------------------
2734 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
2735
2736 - added new class for generating solver testcases:
2737   Testcase
2738
2739 -------------------------------------------------------------------
2740 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
2741
2742 - Finalized ui::PatternContents. (F301229)
2743 - version 2.7.0
2744 - revision 4413
2745
2746 -------------------------------------------------------------------
2747 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
2748
2749 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
2750 - version 2.6.0
2751
2752 -------------------------------------------------------------------
2753 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
2754
2755 - Added ui::PatternContents: Helper class that will compute a patterns
2756   expanded install_packages set. (UI interface for F301229)
2757 - revision 4387
2758
2759 -------------------------------------------------------------------
2760 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
2761
2762 - removed the last reference to /usr/lib64 to fix the build
2763
2764 -------------------------------------------------------------------
2765 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
2766
2767 - added "zypper info" (jkupec)
2768 - version 2.5.2
2769
2770 -------------------------------------------------------------------
2771 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
2772
2773 - fix rpm db timestamp
2774 - add extra urls and optional urls to product API
2775 - r4378
2776
2777 -------------------------------------------------------------------
2778 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
2779
2780 - zypper: nicer progress reports, with or without --verbose.
2781
2782 -------------------------------------------------------------------
2783 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
2784
2785 - Fixed reloading of target data after commit. Broken since
2786   rev 3880.
2787 - version 2.5.1
2788 - revision 4365
2789
2790 -------------------------------------------------------------------
2791 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
2792
2793 - put query-pool in /usr/lib/zypp and not lib64
2794 - r4363
2795
2796 -------------------------------------------------------------------
2797 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
2798
2799 - revert keyring changes, causes endless loop (obvious)
2800 - add dist-product information, adapt store
2801 - version 2.5.0
2802 - r4355
2803
2804 -------------------------------------------------------------------
2805 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
2806
2807 - zypp-query-pool: For products show additionally distributionName
2808   and distributionEdition. (required by #205392)
2809 - revision 4349
2810
2811 -------------------------------------------------------------------
2812 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
2813
2814 - Add accessor for Product distributionName and distributionEdition.
2815   (required by #205392)
2816 - revision 4347
2817
2818 -------------------------------------------------------------------
2819 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
2820
2821 - added test case for KeyRing
2822 - fire trustedKeyAdded in all calls to import trusted key
2823   not only in signature check workflow.
2824 - r4342
2825
2826 -------------------------------------------------------------------
2827 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
2828
2829 - zypper update: implemented minimal version (patches only)
2830 - zypper list-updates: changed default type from package to patch,
2831   consider patches affecting the package manager separately
2832
2833 -------------------------------------------------------------------
2834 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
2835
2836 - version 2.4.1
2837 - r4338
2838
2839 -------------------------------------------------------------------
2840 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
2841
2842 - add zypp-query-pool, so registration doesn't depend on
2843   libzypp-zmd-backend being installed. Will remove from
2844   backend when suseregister gets updated.
2845
2846 -------------------------------------------------------------------
2847 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
2848
2849 - Make sure config.rpath is present.
2850
2851 -------------------------------------------------------------------
2852 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
2853
2854 - zypper search: fixed uninitialized members that made all searches
2855   exact and case sensitve
2856
2857 -------------------------------------------------------------------
2858 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
2859
2860 - zypp-checkpatches, write in the right file
2861 - r4328
2862
2863 -------------------------------------------------------------------
2864 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
2865
2866 - Install resolvables although they are unneeded
2867   if they have NOT the kind patch/atoms
2868   Bug 210538 - freshens/supplements does not work with patterns
2869 - r4326
2870
2871 -------------------------------------------------------------------
2872 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
2873
2874 - zypper service-add -r http://example.org/foo.repo (F#300641).
2875
2876 -------------------------------------------------------------------
2877 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
2878
2879 - zypp-checkpatches:
2880   save version of the generated xml to
2881   regenerate it if it changes.
2882   save a random token in case of error to
2883   force recreating xml file
2884 - r4321
2885
2886 -------------------------------------------------------------------
2887 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
2888
2889 - remove permissions for zypp checkpatches from spec
2890 - r4318
2891
2892 -------------------------------------------------------------------
2893 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
2894
2895 - registration fails because of wrong product data
2896   (#205392)
2897   use DISTPRODUCT,DISTVERSION to create the product
2898   resolvable. have this resolvable provide
2899   PRODUCT = VERSION
2900 - r4312
2901
2902 -------------------------------------------------------------------
2903 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
2904
2905 - zypper service-add -r ./foo.repo (F#300641).
2906
2907 -------------------------------------------------------------------
2908 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
2909
2910 - zypper: added case-sensitive search, search in descriptions and
2911   summaries, search by resolvable type, substring and word
2912   matching, support for wildcards
2913 - Revision 4303
2914
2915 -------------------------------------------------------------------
2916 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
2917
2918 - Prevent the user from sending signals to zypp-checkpatches-wrapper
2919   (#211286).
2920
2921 -------------------------------------------------------------------
2922 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
2923
2924 - Dont incomplete an uninstalled resolvable, even not when establishing.
2925   Incomplete only makes sense for installed resolvables (when they have broken
2926   deps), for patches (because they are needed) and for atoms (because they are
2927   used during patch calculation)
2928   Bug 198379
2929
2930 - Do not branch for packages with the same NVE but different architectures.
2931   Take the best architecture.
2932
2933 -------------------------------------------------------------------
2934 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
2935
2936 - implement rename source in sourcemanager
2937 - r4286
2938
2939 -------------------------------------------------------------------
2940 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
2941
2942 - YaST sources: set alias to product summary if empty
2943 - show alias on logs.
2944 - r4281
2945
2946 -------------------------------------------------------------------
2947 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
2948
2949 - version 2.4.0 (bin incompat due to callback fixes)
2950 - r4272
2951
2952 -------------------------------------------------------------------
2953 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
2954
2955 - Provide additional solver status information to the UI.
2956   (#162164,F301272)
2957 - Fixed UI satus computation in presence of multiple available
2958   candidates.
2959 - revision 4264
2960 - version 2.3.1
2961
2962 -------------------------------------------------------------------
2963 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
2964
2965 - remove const in MediaChangeReport requestMedia that
2966   broke cd changing.
2967 - r4262
2968
2969 -------------------------------------------------------------------
2970 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
2971
2972 - zypper: added search (jkupec)
2973 - removed the suid bit from zypp-checkpatches-wrapper so that the
2974   build passes until permissions.rpm is updated (~#211286).
2975 - r4253
2976
2977 -------------------------------------------------------------------
2978 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
2979
2980 - Log microseconds if ZYPP_PROFILING env var is enabled.
2981 - r4252
2982
2983 -------------------------------------------------------------------
2984 Mon Oct  9 18:15:19 CEST 2006 - dmacvicar@suse.de
2985
2986 - YaST sources:
2987   Factory cannot be set with 'refresh' enabled
2988   (#204957)
2989 - get rid of some const bool signatures in Source classes
2990 - r4247
2991
2992 -------------------------------------------------------------------
2993 Mon Oct  9 15:11:16 CEST 2006 - mvidner@suse.cz
2994
2995 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
2996
2997 -------------------------------------------------------------------
2998 Fri Oct  6 13:23:32 CEST 2006 - schubi@suse.de
2999
3000 - select the best solution: prefering the total amount of install/update
3001   packages BEFORE source preferences. Bug 208784
3002
3003 -------------------------------------------------------------------
3004 Fri Oct  6 11:55:11 CEST 2006 - dmacvicar@suse.de
3005
3006 - Introduce a method to see if a source supports a
3007   kind of resolvable at that time, so we can
3008   init a YUM source like factory but avoid parsing
3009   it if it contains no patches.
3010 - add TODO
3011 - zypp-checkpatches xml output
3012 - r4235
3013
3014 -------------------------------------------------------------------
3015 Mon Oct  2 16:34:03 CEST 2006 - mvidner@suse.cz
3016
3017 - added a CLI preview: zypper
3018 - revision 4214
3019 - version 2.2.3
3020
3021 -------------------------------------------------------------------
3022 Mon Oct  2 15:11:26 CEST 2006 - dmacvicar@suse.de
3023
3024 - FATE #100165:
3025   Make Content File Aware of Different Architectures
3026   expand %a in release notes with architecture
3027
3028 -------------------------------------------------------------------
3029 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
3030
3031 - Extended pattern parser to support includes/extends tags as hint
3032   for the IO. (F301229)
3033 - revision 4199
3034 - version 2.2.2
3035
3036 -------------------------------------------------------------------
3037 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
3038
3039 - Enabled sending of ScriptResolvableReport.
3040 - Changed ScriptResolvableReport::start to send local path
3041   of script to be executed.
3042 - revision 4190
3043 - version 2.2.1
3044
3045 -------------------------------------------------------------------
3046 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
3047
3048 - Added ScriptResolvableReport. Callbacks triggered on script
3049   execution during commit. (F100233)
3050 - revision 4187
3051 - version 2.2.0
3052
3053 -------------------------------------------------------------------
3054 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
3055
3056 - fix: Url::getRegisteredSchemes() would always return nothing
3057
3058 -------------------------------------------------------------------
3059 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
3060
3061 - Made the build dependency on gettext-devel explicit
3062
3063 -------------------------------------------------------------------
3064 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
3065
3066 - adapted multi-media YUM sources according to official YUM
3067   specification (F300743)
3068
3069 -------------------------------------------------------------------
3070 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
3071
3072 - use RPM_OPT_FLAGS (meissner@suse.de)
3073
3074 -------------------------------------------------------------------
3075 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
3076
3077 - SourceFactory::createFrom() - don't loose url,...
3078 - r4160
3079
3080 -------------------------------------------------------------------
3081 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
3082
3083 - reduce logging in ResolvableImpl.cc
3084 - rev 4157
3085
3086 -------------------------------------------------------------------
3087 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
3088
3089 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
3090   in QueueItemInstall and QueueItemRequire
3091   Bug 192535/204913
3092   removed fix:Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
3093
3094 -------------------------------------------------------------------
3095 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
3096
3097 - fixed SourceFactory::createFrom() - don't loose alias,
3098   cachedir,... parameters
3099
3100 -------------------------------------------------------------------
3101 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
3102
3103 - Use RPM Enhances only if detected at configure time, to allow
3104   compilation with older rpm.
3105 - callback params: use const string & instead of string (dmacvicar)
3106
3107 -------------------------------------------------------------------
3108 Thu Sep  7 18:31:46 CEST 2006 - schubi@suse.de
3109
3110 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
3111   a package/script/message
3112   Bug: 192535
3113
3114 -------------------------------------------------------------------
3115 Thu Sep  7 16:19:36 CEST 2006 - dmacvicar@suse.de
3116
3117 - add Source_Ref::checksum() which in combination with
3118   timestamp can give an idea of a source change.
3119 - r4106
3120
3121 -------------------------------------------------------------------
3122 Thu Sep  7 14:32:38 CEST 2006 - mvidner@suse.cz
3123
3124 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
3125   enable progress reporting on compressed streams.
3126
3127 -------------------------------------------------------------------
3128 Wed Sep  6 18:31:20 CEST 2006 - dmacvicar@suse.de
3129
3130 - better error propagation
3131 - r4096
3132
3133 -------------------------------------------------------------------
3134 Tue Sep  5 19:22:56 CEST 2006 - mt@suse.de
3135
3136 - Removed libblkid dependency - the workaround using libblkid to
3137   check filesystem on XEN vbd mapped devices is obsolete, because
3138   the info is avaliable via /dev/disk/by-label link now. (#197107)
3139 - revision 4087
3140
3141 -------------------------------------------------------------------
3142 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
3143
3144 - PackageProvider: Fixed broken retry. (#202163)
3145 - revision 4071
3146
3147 -------------------------------------------------------------------
3148 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
3149
3150 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
3151   to create a Package from a source package header.
3152 - Added method Pathname::extension: Return all of the characters in name
3153   after and including the last dot in the last element of name.
3154 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
3155   rpms. Otherwise we'd need access to the rpm database to get the keys.
3156 - revision 4069
3157
3158 -------------------------------------------------------------------
3159 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
3160
3161 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
3162   a package/script/message
3163   Bug: 192535
3164
3165 -------------------------------------------------------------------
3166 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
3167
3168 - Speedup computation of number of rpm database entries.
3169 - revision 4058
3170
3171 -------------------------------------------------------------------
3172 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
3173
3174 - Fixed endless loop in transactResObject
3175   Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
3176
3177 -------------------------------------------------------------------
3178 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
3179
3180 - fix some testcases for tar file parser changes
3181 - r4045
3182
3183 -------------------------------------------------------------------
3184 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
3185
3186 - missing includes
3187 - clean old callbacks
3188 - r4041
3189
3190 -------------------------------------------------------------------
3191 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
3192
3193 - zyppPattern->install_packages returns SUGGESTED package too.
3194   Bug 201476
3195   Revision 4036
3196
3197 -------------------------------------------------------------------
3198 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
3199
3200 - New behaviour in the solver: try with 'best' package first, try with 'all'
3201   packages if this fails.
3202   Bug :Bug 191983
3203
3204 -------------------------------------------------------------------
3205 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
3206
3207 - libzypp 2.1.0
3208 - bump version due to incompatible callback changes in KeyRing
3209   Sources
3210
3211 -------------------------------------------------------------------
3212 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
3213
3214 - new keyring callbacks
3215 - separate trust key from import key
3216 - use PublicKey class instead of params, to be able
3217   to add more info like photos later (pending #181682)
3218 - update zmart with those callbacks.
3219 - better error handling (Exception types)
3220 - make tmp file names more readable depending on the context
3221 - r4026
3222
3223 -------------------------------------------------------------------
3224 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
3225
3226 - decouple probing from source creation, using the new
3227   media test for existence functions.
3228 - r4019
3229
3230
3231 -------------------------------------------------------------------
3232 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
3233
3234 - Fixed getDoesFileExist to reset the transfer range
3235 - Added logging of curl debug messages to the zypp log.
3236   The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
3237   ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
3238 - r4018
3239
3240 -------------------------------------------------------------------
3241 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
3242
3243 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
3244   see rev 3810 below. (#190163)
3245 - rev 3998
3246
3247 -------------------------------------------------------------------
3248 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
3249
3250 - fix uninstalling of atoms (noop)
3251 - r3995
3252
3253 -------------------------------------------------------------------
3254 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
3255
3256 - Implement initial verson of Media
3257   doesFileExist, for future source probing.
3258 - r3984
3259
3260 -------------------------------------------------------------------
3261 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
3262
3263 - more dbus_connection_close fixes
3264 - r3974
3265
3266 -------------------------------------------------------------------
3267 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
3268
3269 - clean up 'incomplete' handling in QueueItemEstablish.
3270 - rev 3973.
3271
3272 -------------------------------------------------------------------
3273 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
3274
3275 - Don't set 'incomplete' for uninstalled patterns or products.
3276   (#198379)
3277 - rev 3970.
3278
3279 -------------------------------------------------------------------
3280 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
3281
3282 - Added new API calls:
3283   setAdditionalProvide
3284   setAdditionalConflict
3285   setAdditionalRequire
3286
3287 -------------------------------------------------------------------
3288 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
3289
3290 - don't link examples to testsuite library.
3291
3292 -------------------------------------------------------------------
3293 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
3294
3295 - Disable profiling to work around compiler bug.
3296
3297 -------------------------------------------------------------------
3298 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
3299
3300 - forward port 3924:3939
3301 - Add explicit finish callbacks for subtasks during ProvidePackage
3302  Â to avoid UI confusion.
3303 - rev3957
3304
3305 -------------------------------------------------------------------
3306 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
3307
3308 - Introduce examples/
3309 - fix some svn ignores
3310 - fix compilation. Use: dbus_connection_close
3311 - rev 3943
3312
3313 -------------------------------------------------------------------
3314 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
3315
3316 - Initial support for plain directory with rpms as source
3317 - r3935
3318
3319 -------------------------------------------------------------------
3320 Tue Aug  8 16:51:45 CEST 2006 - dmacvicar@suse.de
3321
3322 - Move the target query by kind function to
3323   a iterator, so we dont make a copy of the restore
3324   the iterator works loading by demand too
3325
3326 -------------------------------------------------------------------
3327 Mon Aug  7 17:57:26 CEST 2006 - dmacvicar@suse.de
3328
3329 - rename the new initTarget to initializeTarget,
3330   leave the old one as is, but deprecate it.
3331 - r3903
3332
3333 -------------------------------------------------------------------
3334 Mon Aug  7 15:10:08 CEST 2006 - dmacvicar@suse.de
3335
3336 - forward port from SLES10 branch , till 3888
3337 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
3338   full packages. (#168844)
3339 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
3340 - version 2.0.0
3341 - rev 3893
3342
3343 -------------------------------------------------------------------
3344 Fri Aug  4 15:20:13 CEST 2006 - dmacvicar@suse.de
3345
3346 - Separate target init from adding resolvables, getting rid of the
3347 uggly bool flag.
3348 - dont clear the store each time Target::resolvables is called
3349 - Load target resolvables on demand by kind, keep them cached later
3350 - add Target::resolvablesByKind(kind) to allow query specific kind
3351   without reading all kinds. Used to port TargetProduct, which
3352   was reading the whole rpm database only to displayy base product
3353   name in YaST help.
3354 - commit to pkg-bindings and packager will follow.
3355 - jsrain will port more yast stuff, especially inst_source which
3356   startup time should by reduced by half afterwards.
3357 - rev 3880
3358
3359 -------------------------------------------------------------------
3360 Tue Aug  1 13:37:29 CEST 2006 - dmacvicar@suse.de
3361
3362 - forward port:
3363   rev 3786 fix to stalle tmpfiles broke patches.
3364   SLES was released with this broken. 10.1 has a blocked
3365   zypp update because this.
3366   Attempt to fix this. (#192535)
3367 - fix configure.ac sqlite-source build path
3368 - rev 3858
3369
3370 -------------------------------------------------------------------
3371 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
3372
3373 - link correctly
3374
3375 -------------------------------------------------------------------
3376 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
3377
3378 - dont link sqlite in the main lib.
3379 - rev 3826
3380
3381 -------------------------------------------------------------------
3382 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
3383
3384 - susetags: parse product parser regexp only once
3385 - parse yum factory 5 sec. (from 30) faster using
3386   another string find algorithm
3387 - rev 3824
3388
3389 -------------------------------------------------------------------
3390 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
3391
3392 - Digest: Don't read the stream character wise but reading blocks,
3393   as advised by matz profiling.
3394 - r3819
3395
3396 -------------------------------------------------------------------
3397 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
3398
3399 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
3400   trusted vendors. (#189573)
3401 - revision 3804
3402
3403 -------------------------------------------------------------------
3404 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
3405
3406 - backport fix for stalle tmpfile (#191311)
3407 - rev 3788
3408
3409 -------------------------------------------------------------------
3410 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
3411
3412 - deactivated media manager code that was disabling the
3413   automounter (#172419)
3414 - rev 3724
3415
3416 -------------------------------------------------------------------
3417 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
3418
3419 - fix autorefresh (#186115)
3420 - revision 3708
3421 -------------------------------------------------------------------
3422 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
3423
3424 - forward port from SLE branch
3425 - Set default permission for logfiles to 0640. (#187044)
3426 - revision 3696
3427
3428 -------------------------------------------------------------------
3429 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
3430
3431 - forward port from SLE branch
3432 - Fixed installation of SP or Add-On product switching to media 2
3433   too early. (#186607)
3434 - revision 3691
3435
3436 -------------------------------------------------------------------
3437 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
3438
3439 - forward port from SLE branch
3440 - Strip self provides without edition in Resolvable ctor.
3441   (#186079)
3442 - Source::provideResolvables not implemented in yum source type.
3443   Product not set for packages that are available from update source
3444   (#186920)
3445 - Hook modalias() supplements without package to "kernel" (#184840)
3446 - Allow on-demand SourceManager::restore() (#186678)
3447 - Hook modalias() supplements without package to "kernel" (#184840)
3448 - rev 3676
3449
3450 -------------------------------------------------------------------
3451 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
3452
3453 - Fix adding resolving of path names for mount points (#181606)
3454 - rev 3658
3455
3456 -------------------------------------------------------------------
3457 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
3458
3459 - merge download algorithm and refactoring from branch
3460   (#181204)
3461
3462 -------------------------------------------------------------------
3463 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
3464
3465 - autodocs: use find+xargs to overcome command length limit,
3466   do not call doxygen unnecessarily (#185334).
3467 - rev 3645
3468
3469 -------------------------------------------------------------------
3470 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
3471
3472 - Dont use getZYpp in static constructor (#185198)
3473   Bugfix #178292 was wrong.
3474 - Only warn on incompleting installed resolvables (#185197)
3475 - rev 3644
3476
3477 -------------------------------------------------------------------
3478 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
3479
3480 - Atoms might only be installed via patches (#184714)
3481 - rev 3642
3482
3483 -------------------------------------------------------------------
3484 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
3485
3486 - fix for the last stall tmpfile (#178292)
3487 - r3637
3488
3489 -------------------------------------------------------------------
3490 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
3491
3492 - Implemented transfer timeout inside of the progress callback.
3493   The timeout value can be set using timeout url parameter, the
3494   default transfer timeout is 180 seconds. (#181602)
3495 - Added ssl_verify and ssl_capath url options used in https scheme,
3496   allowing to change or disable the ssl verify options. (#171622)
3497 - Added fallback on read failures of /etc/mtab to /proc/mounts.
3498   Improved verbosity in mount and mount check related failure cases,
3499   incl. /etc/mtab dump. (#181606)
3500 - rev 3623
3501
3502 -------------------------------------------------------------------
3503 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
3504
3505 - combine knownAliases and knownUrls in a single function.
3506 - rev 3616
3507
3508 -------------------------------------------------------------------
3509 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
3510
3511 - honor parallel installs in resolver context (#181103)
3512 - rev 3592
3513
3514 -------------------------------------------------------------------
3515 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
3516
3517 - right fix for tmpdir initialized in static constructor
3518 - catch around provideJustFile in providePackage
3519 -rev 3654
3520
3521 -------------------------------------------------------------------
3522 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
3523
3524 - fix #182003 YUM packages without size
3525 - rev 3587
3526
3527 -------------------------------------------------------------------
3528 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
3529
3530 - Allow to restore and remove by Url
3531 - rev 3583
3532
3533 -------------------------------------------------------------------
3534 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
3535
3536 - make atoms parallel installable (#181103)
3537 - rev 3580
3538
3539 -------------------------------------------------------------------
3540 Fri Jun  9 16:28:11 CEST 2006 - dmacvicar@suse.de
3541
3542 - Allow to restore by alias
3543 - r3568
3544
3545 -------------------------------------------------------------------
3546 Fri Jun  9 13:06:16 CEST 2006 - mvidner@suse.cz
3547
3548 - Do not fork in a global destructor, perl dislikes it (#182672).
3549   Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
3550
3551 -------------------------------------------------------------------
3552 Thu Jun  8 16:24:55 CEST 2006 - ma@suse.de
3553
3554 - Installation: Assert product information is stored to libzypp
3555   database before reboot. (#181198)
3556 - Version 1.2.0; revision 3553
3557
3558 -------------------------------------------------------------------
3559 Wed Jun  7 13:55:23 CEST 2006 - visnov@suse.cz
3560
3561 - Synchronize keys with rpm database before
3562   closing access to it (#182338)
3563 - rev 3533
3564
3565 -------------------------------------------------------------------
3566 Wed Jun  7 11:40:46 CEST 2006 - mt@suse.de
3567
3568 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
3569   filter out the non-DVD drives completely. Allows a fallback to
3570   drives without the dvd HAL property e.g. in VMWare. (#177457)
3571 - rev 3530
3572
3573 -------------------------------------------------------------------
3574 Wed Jun  7 01:00:06 CEST 2006 - dmacvicar@suse.de
3575
3576 - Merge fix for stalle tmpdir due to cyclic references, using a master
3577  TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
3578 - rev 3521
3579
3580 -------------------------------------------------------------------
3581 Wed Jun  7 01:00:05 CEST 2006 - dmacvicar@suse.de
3582
3583 - Fixes unneeded file download, and add download callbacks
3584   (still need yast side) #181204 and #160206
3585 - Fix stalle tmpdir due to cyclic references, using a master
3586   TmpDir for zypp. # 178292
3587
3588 -------------------------------------------------------------------
3589 Wed Jun  7 00:02:18 CEST 2006 - ma@suse.de
3590
3591 - fixed memory leak in PersistentStorage (#168690)
3592 - revision 3519
3593
3594 -------------------------------------------------------------------
3595 Tue Jun  6 22:24:00 CEST 2006 - ma@suse.de
3596
3597 - fixed memory leak in XMLSourceCacheParser (#168690)
3598 - revision 3517
3599
3600 -------------------------------------------------------------------
3601 Fri Jun  2 16:09:03 CEST 2006 - schubi@suse.de
3602
3603 -latest fi translation added
3604  Revision 3502
3605
3606 -------------------------------------------------------------------
3607 Thu Jun  1 15:11:47 CEST 2006 - schubi@suse.de
3608
3609 -All installed resolvables has been set to "satisfied" in
3610  ResolverContext::unneeded . BUT:
3611  Patch concerning resolvables have to be set to
3612  "unneeded" although they are installed. In order
3613  getting the state "no longer applicable" (Bug 171590)
3614 - rev 3496
3615
3616 -------------------------------------------------------------------
3617 Thu Jun  1 14:54:02 CEST 2006 - kkaempf@suse.de
3618
3619 - compute status for scripts and messages so their freshens get
3620   properly honored (aj with postgresql-server)
3621 - rev 3494
3622
3623 -------------------------------------------------------------------
3624 Thu Jun  1 13:57:48 CEST 2006 - dmacvicar@suse.de
3625
3626 - revert not-used-yet rpmdb timestamp, as
3627   it broke rpmdb::init(). (#180040)
3628 - rev 3490
3629
3630 -------------------------------------------------------------------
3631 Thu Jun  1 11:03:34 CEST 2006 - schubi@suse.de
3632
3633 - updating gmo files, if po files has been changed; bug 164449
3634
3635 -------------------------------------------------------------------
3636 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
3637
3638 - Dont download twice if starting from 1st time
3639 - fix typo
3640 - rev 3481
3641
3642 -------------------------------------------------------------------
3643 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
3644
3645 - set cache dir only if storeMetadata is called as a public method.´
3646 - rev 3475
3647
3648 -------------------------------------------------------------------
3649 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
3650
3651 - schedule a package for installation if
3652   - it freshens / supplements something
3653   - it is not installed yet
3654   (#178721)
3655 - rev 3473
3656
3657 -------------------------------------------------------------------
3658 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
3659
3660 - make susetags also implement download and check first.
3661 - rev 3470
3662
3663 -------------------------------------------------------------------
3664 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
3665
3666 - make yum more robust. Never parse from provideFile
3667   but only from local disk. Make sure the cache
3668   is consistent before recreating it.
3669   the code is easier to follow and probably
3670   faster. checksum and signatures are
3671   checked on caching not on parsing.
3672   Required to implement refresh for #154990
3673 - rev 3452
3674
3675 -------------------------------------------------------------------
3676 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
3677
3678 - implement timestamp for YUM and SuseTags
3679 - actually use the license to confirm in yum patches
3680 - add prerequires tag in yum optonally to the bad designed
3681   and nonintuitive pre=1
3682 - rev 3448
3683
3684 -------------------------------------------------------------------
3685 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
3686
3687 - dont pass root on init but before.
3688 - implement rpm db modification timestamp
3689   not used yet
3690 - move Helix source to testsuite out of the solver
3691   so we can use it for target, storage tests
3692 - add Source_Ref::timestamp(), default to now()
3693   in order to implement smart sync of sources by zmd
3694 - don't parse desc and summary twice
3695 - fix a segfault with tranlated text
3696 - fix broken size tag introduced in rev 3427
3697 - rev 3446
3698
3699 -------------------------------------------------------------------
3700 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
3701
3702 - dont accept corrupt sources, improve logs
3703
3704 -------------------------------------------------------------------
3705 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
3706
3707 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
3708   loosing autoprotection (eg. for foreign vendor). (assists #177469)
3709 - rev 3431
3710
3711 -------------------------------------------------------------------
3712 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
3713
3714 - added mediaNr() to PatchRpm and DeltaRpm classes
3715 - rev 3430
3716
3717 -------------------------------------------------------------------
3718 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
3719
3720 - enable YUM license to confirm.
3721   needed for #174476
3722 - adapt store to serialize and read all new resobject fields
3723 - use install-time to now() when serializing (#174653)
3724 - rev 3427
3725
3726 -------------------------------------------------------------------
3727 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
3728
3729 - Do not violate install order when restricting commit to a certain
3730   mediaNumber. (#170079)
3731 - Version 1.1.0; rev 3423
3732
3733 -------------------------------------------------------------------
3734 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
3735
3736 - Added SourceManager::findSourceByUrl to overcome alias mismatches
3737   (#177543).
3738 - rev 3420
3739
3740 -------------------------------------------------------------------
3741 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
3742
3743 - Order all objects according to prerequirements, not just packages.
3744   (#173690)
3745 - rev 3419
3746
3747 -------------------------------------------------------------------
3748 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
3749
3750 - Added new translation
3751
3752 -------------------------------------------------------------------
3753 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
3754
3755 - fix missing homedir option for gpg (#171055)
3756 - rev 3415
3757
3758 -------------------------------------------------------------------
3759 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
3760
3761 - Prevent against daemons launched in rpm %post, that do not close
3762   their filedescriptors. (#174548)
3763 - Version 1.0.1; rev 3413
3764
3765 -------------------------------------------------------------------
3766 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
3767
3768 - fixed media number of package retrieved as a part of a patch
3769   (#174841)
3770 - rev 3409
3771
3772 -------------------------------------------------------------------
3773 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
3774
3775 - fix missing package descriptions due to filtered packages
3776   by incompatible architectures. (#159109)
3777 - rev 3404
3778
3779 -------------------------------------------------------------------
3780 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
3781
3782 - decrease logging in DiskUsageCounter and Modalias (#163186)
3783 - rev 3406
3784
3785 -------------------------------------------------------------------
3786 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
3787
3788 - Stay backward comapatible.
3789
3790 -------------------------------------------------------------------
3791 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
3792
3793 - Make basic attributes available through ResObject.
3794 - Let ResObjects which do not require media access during
3795   commit return ZERO sourceMediaNr (required for #173690)
3796 - Version 1.0.0
3797 - rev 3390
3798
3799 -------------------------------------------------------------------
3800 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
3801
3802 - reduce logging verbosity (#163186)
3803 - rev 3381
3804
3805 -------------------------------------------------------------------
3806 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
3807
3808 - setCandidate accept candidates with compatible architectures too. Not
3809   only with the same architecture. Bug 172594 - If update package has
3810   differet arch, UI display is wrong
3811
3812 -------------------------------------------------------------------
3813 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
3814
3815 - Added Source_Ref::resStoreInitialized.
3816   If we know that noone has seen the resolvables yet, we can skip
3817   them too, eg. when deleting a source. (#174840)
3818 - rev 3378
3819
3820 -------------------------------------------------------------------
3821 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
3822
3823 - Honor freshens as conditionals independant from the installed/
3824   uninstalled status (#174797)
3825 - rev 3376
3826
3827 -------------------------------------------------------------------
3828 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
3829
3830 - State modifier "unneeded" is transitive for patches (#171590)
3831 - rev 3375
3832
3833 -------------------------------------------------------------------
3834 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
3835
3836 - Do not transact itself (update) in the transactResObject mechanism
3837   Bug 174290
3838
3839 -------------------------------------------------------------------
3840 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
3841
3842 - Reenabled improved large file support flags (unintentionally
3843   removed in rev 1544). Fixes bug #173753.
3844 - Added large file support flags to libzypp.pc file allowing
3845   consistence checks in the application using features variable
3846 - rev 3366
3847
3848 -------------------------------------------------------------------
3849 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
3850
3851 - SourceManager: moved source deletion before creation
3852   so that we can recreate a deleted one (#174295)
3853 - removed dead code dealing with known_caches from SourceManager::store
3854   (see r3195)
3855 - r3362
3856
3857 -------------------------------------------------------------------
3858 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
3859
3860 - fixed returning product short name and summary if product read
3861   from target store (#148625)
3862 - rev 3360
3863
3864 -------------------------------------------------------------------
3865 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
3866
3867 - set media verifier on redirected medium (#172599)
3868 - rev 3359
3869
3870 -------------------------------------------------------------------
3871 Mon May  8 17:28:42 CEST 2006 - kkaempf@suse.de
3872
3873 - fix 'transactResKind' to collect best providers by capability
3874   and to recursively transact items of same kind (#170114)
3875 - rev 3355
3876
3877 -------------------------------------------------------------------
3878 Mon May  8 16:45:46 CEST 2006 - dmacvicar@suse.de
3879
3880 - serialize the full URL to avoid missing password and other
3881   url settings (#148108)
3882 - rev 3353
3883
3884 -------------------------------------------------------------------
3885 Fri May  5 17:47:14 CEST 2006 - mt@suse.de
3886
3887 - Added a 60 sec connect timeout to MediaCurl (#172860)
3888 - rev 3348
3889
3890 -------------------------------------------------------------------
3891 Thu May  4 15:15:37 CEST 2006 - kkaempf@suse.de
3892
3893 - re-fetch also .asc and .key files before checking signature
3894   (#172597)
3895 - rev 3350 (3345-10.1)
3896
3897 -------------------------------------------------------------------
3898 Wed May  3 17:40:45 CEST 2006 - dmacvicar@suse.de
3899
3900 - Fix yum key verification, because a double variable declaration
3901
3902 -------------------------------------------------------------------
3903 Wed May  3 15:34:00 CEST 2006 - dmacvicar@suse.de
3904
3905 - use --no-default-keyring to avoid creating a
3906   default gpg dir in / (#171055)
3907 - rev 3335
3908
3909 -------------------------------------------------------------------
3910 Wed May  3 14:40:25 CEST 2006 - dmacvicar@suse.de
3911
3912 - Fix YUM signature checking, we were passing the key instead of the
3913   signature.
3914 - When the user trust a key, sync again. Bye to the session trusted
3915   keys and user being asked all the time. (#171213)
3916 - r3332
3917
3918 -------------------------------------------------------------------
3919 Wed May  3 14:22:02 CEST 2006 - ma@suse.de
3920
3921 - Cleanup index tables when removing items from pool (#170564).
3922
3923 -------------------------------------------------------------------
3924 Wed May  3 12:23:36 CEST 2006 - kkaempf@suse.de
3925
3926 - backout rev 3246->3275 of TargetImpl.cc
3927 - add missing testsuite/utils/TestUtils.h
3928 - rev 3330
3929
3930 -------------------------------------------------------------------
3931 Wed May  3 12:13:38 CEST 2006 - dmacvicar@suse.de
3932
3933 - more fixes for #171062, there were some files still not being
3934   read from cache.
3935 - r3327
3936
3937 -------------------------------------------------------------------
3938 Tue May  2 18:41:44 CEST 2006 - dmacvicar@suse.de
3939
3940 - cache keys and signature. Remove lot of duplicated code. (#171062)
3941 - r3320
3942
3943 -------------------------------------------------------------------
3944 Tue May  2 18:02:46 CEST 2006 - mt@suse.de
3945
3946 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
3947   mount here anything, so it is OK to use any dir (171351).
3948 - rev 3318
3949
3950 -------------------------------------------------------------------
3951 Tue May  2 14:58:03 CEST 2006 - kkaempf@suse.de
3952
3953 - parse "license-to-confirm" in primary.xml (#168437)
3954 - rev 3312
3955
3956 -------------------------------------------------------------------
3957 Mon May  1 17:44:29 CEST 2006 - kkaempf@suse.de
3958
3959 - Don't try to store 'Atom', not needed and the backend store
3960   rejects them anyways (addtion to #168610)
3961 - rev 3306
3962
3963 -------------------------------------------------------------------
3964 Mon May  1 04:43:01 CEST 2006 - mt@suse.de
3965
3966 - Improved device check in MediaDISK using libblkid (Bug #158529)
3967 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
3968   added a check if it is a directory
3969 - Added libcurl and libblkid checks to configure.ac
3970 - Added e2fsprogs(-devel) requires to the spec file
3971 - rev 3303
3972
3973 -------------------------------------------------------------------
3974 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
3975
3976 - dont download "other" during key check (#171041)
3977 - rev 3294
3978
3979 -------------------------------------------------------------------
3980 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
3981
3982 - allow parallel installs of atoms (used to fulfill patch require-
3983   ments, atoms aren't installed anyways) (#170098)
3984 - some testsuite improvements.
3985 - rev 3288
3986
3987 -------------------------------------------------------------------
3988 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
3989
3990 - get rid of autobuild check when throwing exceptions without throw
3991   but with a macro, returning a null pointer at the end (never reached).
3992
3993 -------------------------------------------------------------------
3994 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
3995
3996 - Do not violate install order when restricting commit to a certain
3997   mediaNumber. (#170079)
3998
3999 -------------------------------------------------------------------
4000 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
4001
4002 - Don't use throw directly!
4003   use ZYPP_THROW with a Exception class, otherwise package bindings
4004   will not catch them.
4005   Should fix crashes when reading broken sources with yast.
4006 - rev 3272
4007
4008 -------------------------------------------------------------------
4009 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
4010
4011 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
4012   revision 3269
4013
4014 -------------------------------------------------------------------
4015 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
4016
4017 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
4018 - further improve on #168840 (from rev 3231), match on name-edition
4019   when filtering by best arch. (#170098)
4020 - rev 3268
4021
4022 -------------------------------------------------------------------
4023 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
4024
4025 - #170093 , lot of package descriptions missing
4026 - rev 3263
4027
4028 -------------------------------------------------------------------
4029 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
4030
4031 - try to fix wrong permissions of /var/lib/zypp created
4032   by old zypp, only when running as root they are fixed
4033   (#169094)
4034 - YUM: Verify signatures on factoryInit.
4035   Dont provide other.xml. Cleanups, better logging.
4036   When refreshing signed soruces, don't refresh is source
4037   has not changed.
4038 - YaST sources: don't refresh if media file has not changed.
4039 - Show full url of index files in sources for signature validation
4040   (mentioned in #170139 comment #3)-
4041
4042 -------------------------------------------------------------------
4043 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
4044
4045 - udpated media ID syntax for external scripts (to be consistent
4046   with packages) (#170247)
4047 - rev 3256
4048
4049 -------------------------------------------------------------------
4050 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
4051
4052 - set media ID to 1 if not specified in YUM metadata (#167452)
4053 - rev 3255
4054
4055 -------------------------------------------------------------------
4056 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
4057
4058 - If freshen and supplement are fulfilled, install any kind of
4059   resolvable if not yet installed (#165746)
4060 - rev 3249
4061
4062 -------------------------------------------------------------------
4063 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
4064
4065 - make downloaded script executable. (#169191)
4066 - rev 3247
4067
4068 -------------------------------------------------------------------
4069 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
4070
4071 - Improve on last fix, compare only compatible archs.
4072 - rev 3233
4073
4074 -------------------------------------------------------------------
4075 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
4076
4077 - Only choose best arch of multiple package atoms with identical
4078   name (#168840)
4079 - rev 3231
4080
4081 -------------------------------------------------------------------
4082 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
4083
4084 - pass empty strings to UI as key properties if unknown key
4085   (#169114)
4086 - rev 3228
4087
4088 -------------------------------------------------------------------
4089 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
4090
4091 - refrain from parsing 'other.xml' (#159316)
4092 - rev 3226
4093
4094 -------------------------------------------------------------------
4095 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
4096
4097 - in source refresh, clean up the cache dir if fails
4098 - do not require repomd.xml.asc when creating a cache (#163765)
4099 - rev 3224
4100
4101 -------------------------------------------------------------------
4102 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
4103
4104 - Check if a file exists before providing it, and just handling the
4105   exception is not sufficient, because it can release the media.
4106   it nows get all possible packages.X translations an then
4107   it selects the candidate from the existing ones (#168654)
4108 - rev 3221
4109
4110 -------------------------------------------------------------------
4111 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
4112
4113 - dont report conflicts if item is neither installed
4114   nor to-be-installed (#168906)
4115 - rev 3219
4116
4117 -------------------------------------------------------------------
4118 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
4119
4120 - #168060 , propagate the file description or original
4121   name to the UI and not the checked filename path,
4122   which could be a tmp file.
4123   Requires changes in pkg-manager, and probably zmd-helpers.
4124 - rev 3215
4125
4126 -------------------------------------------------------------------
4127 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
4128
4129 - /var/lib/zypp/db/languages/* are empty files (##168355)
4130 - r3206
4131
4132 -------------------------------------------------------------------
4133 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
4134
4135 - All resolvables must honor arch, so Arch_noarch in
4136   target/store/XMLFilesBackend.cc is wrong (#160792)
4137 - Introduced code to honour shared package descriptions
4138   (#159109)
4139 - r3204
4140
4141 -------------------------------------------------------------------
4142 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
4143
4144 - replace '_' in YUM elements/attributes with '-' (#168762)
4145 - rev 3201
4146
4147 -------------------------------------------------------------------
4148 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
4149
4150 - Fixed iseries workaround - interchanged variables for scsi
4151   devices, added debug messages about the steps (#163971).
4152 - Added getenv NULL ptr check and verify of the $HOME dir's
4153   and ~/.curlrc file's ownership (#163203).
4154 - rev 3199
4155
4156 -------------------------------------------------------------------
4157 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
4158
4159 - Use filesystem::TmpDir to create unique and unused Source cache
4160   directories. (#168051)
4161
4162 -------------------------------------------------------------------
4163 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
4164
4165 - Enable signature checks per default. (#168525)
4166
4167 -------------------------------------------------------------------
4168 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
4169
4170 - fix callbacks for providing a single file (#160206)
4171
4172 -------------------------------------------------------------------
4173 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
4174
4175 - If an installed package looses a dependency, the solver tries
4176   to upgrade it. Limit the upgrade candidates to best arch, best
4177   edition.
4178 - filter 'other' entries with incompatible arch in yum parser.
4179 - rev 3177
4180
4181 -------------------------------------------------------------------
4182 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
4183
4184 - initialize the product category according to source (#168061)
4185 - rev 3172
4186
4187 -------------------------------------------------------------------
4188 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
4189
4190 - delete only one older version of a xml-store resolvable
4191   (half-baked, but the previous attempt was charred)
4192
4193 -------------------------------------------------------------------
4194 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
4195
4196 - moved license_to_confirm to primary.xml
4197 - rev 3170
4198
4199 -------------------------------------------------------------------
4200 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
4201
4202 - Removed deprecated oldstyle commit methods.
4203
4204 -------------------------------------------------------------------
4205 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
4206
4207 - when installing a xml-store resolvable (all except package,
4208   message, script), delete older versions (#160792).
4209 - read selection edition from the XML store
4210 - rev 3167
4211
4212 -------------------------------------------------------------------
4213 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
4214
4215 - properly clear transaction flag after successful commit
4216   (see rev 3122, #164365, #167285)
4217 - rev 3157
4218
4219 -------------------------------------------------------------------
4220 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
4221
4222 - recursively soft-uninstall recommended package on real uninstall,
4223   not on update (#167603)
4224 - rev 3155
4225
4226 -------------------------------------------------------------------
4227 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
4228
4229 - fix #167605 (importing keys to rpm multiple times due to
4230   wrong interpretation of rpm gpg versioning.
4231 - add support for reading the rpm keys, with full id and fingerprint
4232 - rev 3153
4233
4234 -------------------------------------------------------------------
4235 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
4236
4237 - don't add duplicate error infos to ResolverContext (#167309)
4238 - rev 3146
4239
4240 -------------------------------------------------------------------
4241 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
4242
4243 - fix Resolver::transactReset() (see rev 3122) (#167285)
4244 - rev 3140
4245
4246 -------------------------------------------------------------------
4247 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
4248
4249 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
4250   variable is present, all signature checking callbacks will default
4251   to 'accept', in case no recipient is present.
4252
4253 -------------------------------------------------------------------
4254 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
4255
4256 - read content file on construction, and make
4257   provideProduct only insert the already
4258   read product object into the store (#165826)
4259   (dmacvicar)
4260 - When the signature is not found, warn the
4261   user about a unsigned source. When the
4262   key is not found, do nothing, it can be in the
4263   keyring already. (#166016) (dmacvicar)
4264 - enable key verification only if
4265   ZYPP_CHECKSIG env var is set (dmacvicar)
4266 - r1529
4267
4268 -------------------------------------------------------------------
4269 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
4270
4271 - fix bugfix 164365, fix bug 167285
4272   Actually clear the transcation state instead of locking it
4273   to 'dont transact'
4274 - rev 3122
4275
4276 -------------------------------------------------------------------
4277 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
4278
4279 - revert the signature/digest checking callbacks
4280 - rev 3115
4281
4282 -------------------------------------------------------------------
4283 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
4284
4285 - Bugfix #165670
4286   - Honor keep requests.
4287   - Dont flag "locked uninstall" as error if a keep request was
4288     issued before.
4289 - rev 3114
4290
4291 -------------------------------------------------------------------
4292 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
4293
4294 - rule out locked items during distribution upgrade as early
4295   as possible. (#165670)
4296 - rev 3110
4297
4298 -------------------------------------------------------------------
4299 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
4300
4301 - Bugfix #166212
4302   - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
4303     transactResObject().
4304   - resetTransaction(APPL_LOW) before resolving
4305   - enhance transactCaps by using the same algorithm as in
4306     QueueItemRequire
4307     (before: transact all requires and recommends by name
4308      now: transact best requires and recommends by provides)
4309 - rev 3107
4310
4311 -------------------------------------------------------------------
4312 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
4313
4314 - new callbacks for failing digest
4315 - rev 3098
4316
4317 -------------------------------------------------------------------
4318 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
4319
4320 - ask for file without a checksum (#165125)
4321
4322 -------------------------------------------------------------------
4323 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
4324
4325 - dont install satisfied resolvables (#165843)
4326 - rev 3095
4327
4328 -------------------------------------------------------------------
4329 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
4330
4331 - dont abort on failed "dry_run" (#164583)
4332 - rev 3091
4333
4334 -------------------------------------------------------------------
4335 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
4336
4337 - Ask user if signature file does not exist (#163765)
4338 - handle repomd.xml.asc as optional file (#163765)
4339 - rev 3089
4340
4341 -------------------------------------------------------------------
4342 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
4343
4344 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
4345 - rev 3087
4346
4347 -------------------------------------------------------------------
4348 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
4349
4350 - Dont do transitive uninstalls on uninstalled or upgraded items.
4351   (#165798)
4352 - rev 3083
4353
4354 -------------------------------------------------------------------
4355 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
4356
4357 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
4358
4359 -------------------------------------------------------------------
4360 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
4361
4362 - Product::updateUrls: restore it from the XML store;
4363   fixed content parsing (#163192).
4364 - restore product flags fro the XML store
4365 - rev 3074
4366
4367 -------------------------------------------------------------------
4368 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
4369
4370 - Only consider best arch/version (#165477)
4371 - rev 3069
4372
4373 -------------------------------------------------------------------
4374 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
4375
4376 - No need to parse tags at all if there is no item to store values
4377   (e.g. data for unwanted arch). Fixed segv trying to store data in
4378   NULL item. (#165479)
4379 - rev3065
4380
4381 -------------------------------------------------------------------
4382 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
4383
4384 - Improved Url path name "//" vs. "/%2f" handling; now if the
4385   url has an authority, "/%2f" is used for ftp only (#163784)
4386 - rev 3062
4387
4388 -------------------------------------------------------------------
4389 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
4390
4391 - fixed storing patch scripts to target store (#159928)
4392 - rev 3058
4393
4394 -------------------------------------------------------------------
4395 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
4396
4397 - if a patch is bad, only skip this patch, not everything
4398   (#165200)
4399 - rev 3057
4400
4401 -------------------------------------------------------------------
4402 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
4403
4404 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
4405 - Susetags:Pattern: Fixed parser.
4406
4407 -------------------------------------------------------------------
4408 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
4409
4410 - when uninstalling, only re-establish installed items
4411   supplementing the to-be-uninstalled one. (variant of #165111)
4412 - rev 3054
4413
4414 -------------------------------------------------------------------
4415 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
4416
4417 - Susetags:Package: Parse and provide ins/delnotify texts.
4418
4419 -------------------------------------------------------------------
4420 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
4421
4422 - when checking freshens/supplements at install, only consider
4423   best architecture/edition (#164453)
4424 - rev 3051
4425
4426 -------------------------------------------------------------------
4427 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
4428
4429 - when checking for supplements, only consider best arch, best
4430   edition for installation (#165111)
4431 - rev 3047
4432
4433 -------------------------------------------------------------------
4434 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
4435
4436 - Bug 165117: build 910: Update: Splitted packages are selected for
4437   all archs
4438
4439 -------------------------------------------------------------------
4440 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
4441
4442 - ask user if a file exists but does not have a checksum (#162797)
4443 - rev 3044
4444
4445 -------------------------------------------------------------------
4446 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
4447
4448 - parse time and size elements from delta and patch RPM
4449 - rev 3043
4450
4451 -------------------------------------------------------------------
4452 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
4453
4454 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
4455   devices - on powerpc only (#163971)
4456 - rev 3042
4457
4458 -------------------------------------------------------------------
4459 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
4460
4461 - fix endless loop in patches parsing.
4462 - rev 3039
4463
4464 -------------------------------------------------------------------
4465 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
4466
4467 - fixed media handling in SuSEtags source (#164879)
4468 - rev 3037
4469
4470 -------------------------------------------------------------------
4471 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
4472
4473 - honor 'dry_run' on package remove (#164732)
4474 - rev 3036
4475
4476 -------------------------------------------------------------------
4477 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
4478
4479 - add files from yum filelist as provides to package (#164731)
4480 - rev 3032
4481
4482 -------------------------------------------------------------------
4483 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
4484
4485 - honor "+Enh:/-Enh:" in packages file (#156513)
4486
4487 -------------------------------------------------------------------
4488 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
4489
4490 - fix callback receiver signature to match the callback for removing
4491   package
4492
4493 -------------------------------------------------------------------
4494 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
4495
4496 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
4497 - rev 3024
4498
4499 -------------------------------------------------------------------
4500 Sat Apr  8 12:03:37 CEST 2006 - schubi@suse.de
4501
4502 - Bug 164440; Taking wrong architecture while updating obsoletes
4503   splitted packages
4504 - rev 3022
4505
4506 -------------------------------------------------------------------
4507 Sat Apr  8 10:07:06 CEST 2006 - kkaempf@suse.de
4508
4509 - allow relative paths with url file:
4510 - dont filter atoms from going into pool, multi-arch patch
4511   requirements need them. Instead, treat atoms with incompatible
4512   architecture as unneeded.
4513 - rev 3018
4514
4515 -------------------------------------------------------------------
4516 Fri Apr  7 23:57:37 CEST 2006 - jsrain@suse.de
4517
4518 - product now provides short name
4519 - rev 3013
4520
4521 -------------------------------------------------------------------
4522 Fri Apr  7 20:42:09 CEST 2006 - jsrain@suse.de
4523
4524 - read metadata for packages from correct tags in patches (#163220)
4525 - rev 3011
4526
4527 -------------------------------------------------------------------
4528 Fri Apr  7 19:57:41 CEST 2006 - kkaempf@suse.de
4529
4530 - more detailed resolver error reports (#162994)
4531 - rev 3010
4532
4533 -------------------------------------------------------------------
4534 Fri Apr  7 17:35:07 CEST 2006 - visnov@suse.cz
4535
4536 - report package download progress (#160966)
4537 - rev 3007
4538
4539 -------------------------------------------------------------------
4540 Fri Apr  7 16:27:35 CEST 2006 - kkaempf@suse.de
4541
4542 - transact also for languages (#163819)
4543 - rev 3004
4544
4545 -------------------------------------------------------------------
4546 Fri Apr  7 15:08:06 CEST 2006 - kkaempf@suse.de
4547
4548 - loop through all affected ResObjects in transactResKind (#163819)
4549 - rev 3002
4550
4551 -------------------------------------------------------------------
4552 Fri Apr  7 12:42:35 CEST 2006 - kkaempf@suse.de
4553
4554 - allow re-installation of non-packages (#162906)
4555 - rev 2998
4556
4557 -------------------------------------------------------------------
4558 Fri Apr  7 11:50:22 CEST 2006 - mt@suse.de
4559
4560 - Added loop checking for scsi cdroms (/sys/block/srX) in case
4561   HAL does not provide any drives like on iSeries (#163971).
4562 - rev 2995
4563
4564 -------------------------------------------------------------------
4565 Fri Apr  7 11:05:30 CEST 2006 - kkaempf@suse.de
4566
4567 - add 'licenceToConfirm()' to Product. (#164375)
4568
4569 -------------------------------------------------------------------
4570 Fri Apr  7 10:36:05 CEST 2006 - ma@suse.de
4571
4572 - Avoid excessive CD hopping on commit. But still far from
4573   being perfect. (#159679)
4574 - Fixed Target::commit: Despite dry_run set True, packages
4575   were depeted.
4576
4577 -------------------------------------------------------------------
4578 Fri Apr  7 08:32:32 CEST 2006 - visnov@suse.cz
4579
4580 - honour if user decides to skip a package in commit (#156031)
4581
4582 -------------------------------------------------------------------
4583 Thu Apr  6 18:14:30 CEST 2006 - jsrain@suse.de
4584
4585 - fixed parsing external reference to script in patch (#163221)
4586 - r2981
4587
4588 -------------------------------------------------------------------
4589 Thu Apr  6 17:07:10 CEST 2006 - dmacvicar@suse.de
4590
4591 - cache and provide content.asc/key optionally. Dont show a
4592   popup if they dont exists. (dmacvicar)
4593 - Actually abort when verify signature workflow is false. (dmacvicar)
4594 - r2978
4595
4596 -------------------------------------------------------------------
4597 Thu Apr  6 16:37:49 CEST 2006 - jsrain@suse.de
4598
4599 - fixed setting autorefresh flag for installation sources
4600
4601 -------------------------------------------------------------------
4602 Thu Apr  6 15:53:02 CEST 2006 - kkaempf@suse.de
4603
4604 - drop patches with incompatible architecture.
4605 - rev 2972
4606
4607 -------------------------------------------------------------------
4608 Thu Apr  6 15:33:11 CEST 2006 - mt@suse.de
4609
4610 - Added info method to media verifier base and more debug info
4611 - rev 2970
4612
4613 -------------------------------------------------------------------
4614 Wed Apr  5 19:27:46 CEST 2006 - kkaempf@suse.de
4615
4616 - Dont deny the "/" attach point in MediaDIR, since this is used
4617   for all "file:" urls, esp. local packages.
4618 - rev 2962
4619
4620 -------------------------------------------------------------------
4621 Wed Apr  5 18:21:58 CEST 2006 - schubi@suse.de
4622
4623 - Bug 159673 - only one conflict solvable per page
4624
4625 -------------------------------------------------------------------
4626 Wed Apr  5 18:01:37 CEST 2006 - kkaempf@suse.de
4627
4628 - parse all dependencies of 'packages' file (#163773)
4629 - rev 2957
4630
4631 -------------------------------------------------------------------
4632 Wed Apr  5 17:47:04 CEST 2006 - dmacvicar@suse.de
4633
4634 - Use the original media descr_dir on refresh for
4635   suse tags source (#163196)
4636 - r2952
4637
4638 -------------------------------------------------------------------
4639 Wed Apr  5 16:44:08 CEST 2006 - kkaempf@suse.de
4640
4641 - add Source::setUrl() for zmd backend helper.
4642 - rev 2946
4643
4644 -------------------------------------------------------------------
4645 Wed Apr  5 16:44:01 CEST 2006 - dmacvicar@suse.de
4646
4647 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
4648 target init. (dmacvicar)
4649 - r2949
4650
4651 -------------------------------------------------------------------
4652 Wed Apr  5 16:28:42 CEST 2006 - mt@suse.de
4653
4654 - Fixed MediaDISK to use a mount -oro,bind id the disk
4655   partition is already attached e.g. by the automounter.
4656   Try to mount it a second time may fail (#163486).
4657 - rev 2944
4658
4659 -------------------------------------------------------------------
4660 Wed Apr  5 15:04:31 CEST 2006 - kkaempf@suse.de
4661
4662 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
4663 - rev 2940
4664
4665 -------------------------------------------------------------------
4666 Wed Apr  5 12:48:19 CEST 2006 - visnov@suse.cz
4667
4668 - only try to create a source of a given type when restoring
4669   from the persistent store (#162111)
4670
4671 -------------------------------------------------------------------
4672 Wed Apr  5 11:36:54 CEST 2006 - kkaempf@suse.de
4673
4674 - parse all dependencies for patterns (.pat) files (#160602)
4675 - drop YOUPATH and YOUURL from content file.
4676 - rev 2924
4677
4678 -------------------------------------------------------------------
4679 Wed Apr  5 09:27:08 CEST 2006 - visnov@suse.cz
4680
4681 - properly initialize autorefresh for non-remote sources (#154990)
4682 - rev 2919
4683
4684 -------------------------------------------------------------------
4685 Tue Apr  4 19:19:39 CEST 2006 - mt@suse.de
4686
4687 - Added flag to MediaManager::isUseableAttachPoint, whether
4688   to check against system mount entries or not.
4689 - Disallow to use the attachpoints of another media handlers
4690   as source path in MediaDIR.
4691 - rev 2917
4692
4693 -------------------------------------------------------------------
4694 Tue Apr  4 18:47:01 CEST 2006 - dmacvicar@suse.de
4695
4696 -implement callbacks for when package verification (checksum)
4697  fails, offer to retry or abort
4698
4699 -------------------------------------------------------------------
4700 Tue Apr  4 16:57:51 CEST 2006 - dmacvicar@suse.de
4701
4702 - Fix construction of checksum objects when using non-standard
4703   checksum algorithms
4704 - Fix broken YUM cache
4705 - r2913
4706
4707 -------------------------------------------------------------------
4708 Tue Apr  4 16:54:44 CEST 2006 - kkaempf@suse.de
4709
4710 - Keep packages with no version upgrade installed during
4711   distribution upgrade (#162972)
4712 - add 'transactReset()' helper function for UI.
4713 - rev 2908
4714
4715 -------------------------------------------------------------------
4716 Tue Apr  4 14:47:14 CEST 2006 - dmacvicar@suse.de
4717
4718 - r2906
4719
4720 -------------------------------------------------------------------
4721 Tue Apr  4 14:43:15 CEST 2006 - ma@suse.de
4722
4723 - Fixed candidate handling in ui::Selectable. (#156589)
4724
4725 -------------------------------------------------------------------
4726 Tue Apr  4 14:06:23 CEST 2006 - dmacvicar@suse.de
4727
4728 - fix #162984 , gpg hangs because the matching data file
4729   for the key cannot be find. (dmacvicar)
4730 - Fix restore of YUM source using the same cache dir semantics as
4731  susetags instead of assuming there is a cache if a cache_dir
4732   was given. (dmacvicar)
4733
4734 -------------------------------------------------------------------
4735 Tue Apr  4 12:37:51 CEST 2006 - kkaempf@suse.de
4736
4737 - use DISTPRODUCT/DISTVERSION from content file to generate the
4738   product name, version, and release.
4739 - rev 2902
4740
4741 -------------------------------------------------------------------
4742 Mon Apr  3 20:45:55 CEST 2006 - mt@suse.de
4743
4744 - Removed broken forcing of absolute ftp paths added in rev2705 to
4745   MediaCurl, refined cleanupPathName/setPathName in url (#154197).
4746 - rev 2900
4747
4748 -------------------------------------------------------------------
4749 Mon Apr  3 19:30:35 CEST 2006 - kkaempf@suse.de
4750
4751 - add Resolver::freshenPool() (#156980)
4752 - rev 2893
4753
4754 -------------------------------------------------------------------
4755 Mon Apr  3 08:33:12 CEST 2006 - kkaempf@suse.de
4756
4757 - skip incompatible archs in filelist parsing.
4758 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
4759   /lib64/, ...)
4760 - rev 2886
4761
4762 -------------------------------------------------------------------
4763 Sun Apr  2 22:18:06 CEST 2006 - kkaempf@suse.de
4764
4765 - skip incompatible archs in primary parsing.
4766 - rev 2883
4767
4768 -------------------------------------------------------------------
4769 Sun Apr  2 11:17:56 CEST 2006 - kkaempf@suse.de
4770
4771 - allow setting of source when parsing local .rpm (#147765)
4772 - rev 2880
4773
4774 -------------------------------------------------------------------
4775 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
4776
4777 - Do not update packages over other architectures
4778
4779 -------------------------------------------------------------------
4780 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
4781
4782 - Added zypp/ui/UserWantedPackages to support the UI's
4783   "automatic changes" dialog (bug #152700)
4784
4785 -------------------------------------------------------------------
4786 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
4787
4788 - use KeyRing class to validate repomd.xml (#160909)
4789
4790 -------------------------------------------------------------------
4791 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
4792
4793 - Product resolvables should be readable by normal users.
4794   (#162474) (dmacvicar)
4795 - implemented keyring and metadata signature verification
4796   in susetags source
4797 - dont delete the lock if we did not acquire it
4798 - r2847
4799
4800 -------------------------------------------------------------------
4801 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
4802
4803 - Added disabling of the automounter while MediaManager
4804   init and restoring of the old state on exit (#154326).
4805 - Implemented check if media (CD) is automounted or not
4806 - rev 2840
4807
4808 -------------------------------------------------------------------
4809 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
4810
4811 - Implemented several hal get/set/removeDeviceProperty wrappers
4812 - Improved HalException to allow to fetch HAL/DBUS error componets
4813 - rev 2830
4814
4815 -------------------------------------------------------------------
4816 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
4817
4818 - honor subscription status of catalogs (#162350)
4819 - rev 2827
4820
4821 -------------------------------------------------------------------
4822 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
4823
4824 - Enabled CD eject error reporting exceptions (#154326)
4825 - rev 2822
4826
4827 -------------------------------------------------------------------
4828 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
4829
4830 - support "dry run" (#159467)
4831 - implement "transactResKind" (#161400)
4832 - rev 2817
4833
4834 -------------------------------------------------------------------
4835 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
4836
4837 - add checksum for external patches (#159928)
4838
4839 -------------------------------------------------------------------
4840 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
4841
4842 - calculate product architecture (#158198)
4843
4844 -------------------------------------------------------------------
4845 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
4846
4847 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
4848   detection
4849
4850 -------------------------------------------------------------------
4851 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
4852
4853 - Auto protect installed packages from unknown vendor. (#157446)
4854
4855 -------------------------------------------------------------------
4856 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
4857
4858 - added support for external scripts to metadata (#159928) (jsrain)
4859 - fixed handling of Language resolvables (ma)
4860 - fix leak in rpmdb (dmacvicar)
4861 - added softlock for autoyast (#159466) (ma)
4862 - Fixed exceptions in doGetFileCopy() to show full url
4863   including the file instead of just the media base url. (mt)
4864 - Provide Language::summary (ma)
4865 - check patterns and selections file exist
4866   before veryfing them (#161300) (dmacvicar)
4867 - added YUM metadata checksum computation (jsrain)
4868 - added interface to patch of a message (jsrain)
4869 - r2734
4870
4871 -------------------------------------------------------------------
4872 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
4873
4874 - added support for external scripts to metadata (#159928)
4875 - r2709
4876
4877 -------------------------------------------------------------------
4878 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
4879
4880 - report separate exception when trying to start source cache again to
4881   suppress incorrect error message in XEN installation
4882 - r2682
4883
4884 -------------------------------------------------------------------
4885 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
4886
4887 - Implement inter process locking in zypp.
4888 - Added No medium found output
4889 - splitting modaliases in supplements TOO
4890 - parse also the available signing keys
4891
4892 -------------------------------------------------------------------
4893 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
4894
4895 - release all media when removing source (#159754) (visnov)
4896 - more testsuites (schubi)
4897 - updated translations (schubi)
4898 - added MediaNotEjectedException (mt)
4899 - rev 2652
4900
4901 -------------------------------------------------------------------
4902 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
4903
4904 - fix patches descriptions (dmacvicar)
4905 - fix source serialization (dmacvicar)
4906 - metadata for kernel test (schubi)
4907 - Arch tests updated (ma)
4908 - classify NULL Ptr as unique (ma)
4909 - Added host check, because file Url allows it now. (mt)
4910 - prepare modalias fix (#159766) (ma)
4911 - Provide iterator based access to SourceManager data. (ma)
4912 - Fixed "file:" Url scheme config to allow relative paths; (mt)
4913   RFC1738 says, it may contain a hostname as well...
4914 - revision 2633
4915
4916 -------------------------------------------------------------------
4917 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
4918
4919 - pkg-config support (mvidner)
4920 - close all medias when destructing MediaSet (jsrain)
4921 - rev 2622
4922
4923 -------------------------------------------------------------------
4924 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
4925
4926 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
4927 - Message callback implemented to show patch messages (visnov)
4928 - Bug 159696 (schubi)
4929 - provide transform_iterators to iterate over a maps keys or values (ma)
4930 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
4931 - added script and message installation (jsrain)
4932 - chooses the 'right' kernel now (kkaempf)
4933 - Use noarch if no arch is specified in patches (dmacvicar)
4934 - rev 2611
4935
4936 -------------------------------------------------------------------
4937 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
4938
4939 - Added some debug output including the access id (mt)
4940 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
4941   release with eject=true on attached media, to umount
4942   other mounts as well. (mt)
4943 - 159483 - solver does not blame missing dependency (schubi)
4944 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
4945 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
4946   and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
4947 - fixed ZYPP_RETHROW (#156430) (ma)
4948 - patch for #156114 (visnov)
4949 - fixed container.erase loops (ma)
4950 - Fixed to reset desired (cached) flag before the action (mt)
4951 - Removed return in forceRelaseAllMedia (void function) (mt)
4952 - Parse nonexisting architecture to noarch so patches dont get
4953   filtered by the pool (dmacvicar)
4954 - 159512 - yast2-qt does not show label of to be installed products
4955   anymore (dmacvicar)
4956 - 159765 - Hidden patterns still visible (dmacvicar)
4957 - Use noarch if no arch is specified. (dmacvicar)
4958 - r2594
4959
4960 -------------------------------------------------------------------
4961 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
4962
4963 - properly report error for media change callback
4964 - rev 2579
4965
4966 -------------------------------------------------------------------
4967 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
4968
4969 - fixed memory leak in XMLNodeIterator (#157474)
4970 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
4971 - Renamed private MediaManager::forceMediaRelease
4972   function to forceReleaseShared (more exact name)
4973 - Implemented forceRelaseAllMedia() that can be
4974   used to release also foreign (user) mounts.
4975 - Added use of forceRelaseAllMedia for CD/DVDs
4976   if FORCE_RELEASE_FOREIGN is 1 (default 0)
4977 - little cleanup of the checkAttached function
4978 - r2578
4979
4980 -------------------------------------------------------------------
4981 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
4982
4983 - don't try to attach without exception handling (#158620)
4984 - fix descriptions, as a new tag Des for selections exists now.
4985 - fix #157683: failure after adding add-on product to install
4986   sources
4987 - added more files for translation
4988 - resolve-dependencies.cc: establish pool
4989 - parse-metadata.cc: catch bad URL
4990 - set zmdid for atoms
4991 - r2574
4992
4993 -------------------------------------------------------------------
4994 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
4995
4996 - fix testsuite.
4997 - provide edition and architecture for all kinds of yum
4998   resolvables.
4999 - fix ResStatus output.
5000 - establish atoms correctly.
5001 - treat requires to unneeded resolvables as fulfilled.
5002 - rev 2559
5003
5004 -------------------------------------------------------------------
5005 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
5006
5007 - fix the build
5008 - only consider best architecture/version (#157594)
5009 - prefer providers which supplement/enhance installed or
5010   to-be-installed packages (fixes the tpctl-kmp issue)
5011 - rev 2546
5012
5013 -------------------------------------------------------------------
5014 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
5015
5016 - provide more filters for pkg-bindings (#158602)
5017 - add SystemResObject to provide system (modalias, hal, ...)
5018   capabilities.
5019 - handle this during resolving.
5020 - make the modalias and hal capability match the SystemResObject
5021   by default, thereyby triggering a modalias (resp. hal)
5022   evaluation.
5023 - xmlstore: decouple target store from YUM schema.
5024 - clean up moving of hal() and modalias() from provides to
5025   supplements in ResolvableImpl.
5026 - add PatchContents() for UI.
5027 - handle Edition::noedition as empty string.
5028 - r2537
5029
5030 -------------------------------------------------------------------
5031 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
5032
5033 - releasing all medias when asking for CD (#156981)
5034 - r2471
5035
5036 -------------------------------------------------------------------
5037 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
5038
5039 - ResStatus::resetTransact must return a value.
5040 - Fixed random build failures in LanguageCode.cc.
5041   (Rewrote the CodeMaps constructor so that gcc does not
5042   optimize a 500-statement basic block.)
5043 - Fix constructions of patch objects. Actually insert atoms in atoms
5044   list. Insert atoms for package even if the package does not exists
5045   in the source. Fixes #157628 (dmacvicar).
5046 - Fixed license reading from susetags, #151834 (dmacvicar).
5047 - r2468
5048
5049 -------------------------------------------------------------------
5050 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
5051
5052 - added ResStatus::resetTransact (ma)
5053 - bugfix for #156439 (schubi)
5054 - Added Source_Ref::setAlias (#154913).
5055 - Do not assume there is a product file when scanning for products
5056   (visnov)
5057 - function to disable all sources in the persistent store (visnov)
5058 - dependency errors go to stdout, not stderr; output resolver info
5059   directly to stderr (kkaempf)
5060 - rev 2464
5061
5062 -------------------------------------------------------------------
5063 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
5064
5065 - fix merging of resolver info (needed for #157684).
5066 - errors are also important in ResolverInfo.
5067 - improve debug output in ResolverContext.
5068 - rev 2455
5069
5070 -------------------------------------------------------------------
5071 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
5072
5073 - delete RPMs downloaded via HTTP/FTP after installnig them
5074   (#157011)
5075 - fixed product registration (reverted autorefresh patch) (#157566)
5076
5077 -------------------------------------------------------------------
5078 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
5079
5080 - if root!="/", always prefer the upgrade candidate (#155472)
5081 - implement license confirmed api for UI.
5082 - prefer architecture over version in distribution upgrade
5083   (#157501)
5084 - clean up media handling.
5085 - rev 2448
5086
5087 -------------------------------------------------------------------
5088 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
5089
5090 - init Modalias properly.
5091 - fix warnings in testcases.
5092 - rev 2432
5093
5094 -------------------------------------------------------------------
5095 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
5096
5097 - drop libjpeg-devel and sqlite-devel from build requires.
5098
5099 -------------------------------------------------------------------
5100 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
5101
5102 - implement 'modalias()' capability (#157406)
5103 - make dependencies consistent, its 'freshens'.
5104 - cope with user umounts of devices.
5105 - add debug to SourceManager.
5106 - rev 2418
5107
5108 -------------------------------------------------------------------
5109 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
5110
5111 - allow version downgrade during distribution upgrade if the
5112   newer package is coming from a trusted vendor (#155472)
5113 - implement locale fallback
5114 - 'freshen' -> 'freshens' in schema definitions to make it
5115   consistent with all other dependency definitions.
5116 - better error reporting for .pat and .sel files.
5117 - rule out packages from dependency resolutions which are
5118   de-selected by user (#155368)
5119 - use locale fallbacks in package translations.
5120 - refresh source when re-enabling it.
5121 - rev 2406
5122
5123 -------------------------------------------------------------------
5124 Tue Mar  7 21:18:19 CET 2006 - kkaempf@suse.de
5125
5126 - split of libzypp-zmd-backend subpackage as a stand-alone
5127   leaf package.
5128 - encapsulate bool test for Source_Ref better.
5129 - fixed stack overflow (ma).
5130 - make testsuite build again.
5131 - rev 2346
5132
5133 -------------------------------------------------------------------
5134 Tue Mar  7 16:17:07 CET 2006 - kkaempf@suse.de
5135
5136 - fixed URL rewriting for CD2 and following (#154762)
5137 - fixed ResPoolProxy diffState (for proper ok/cancel support
5138   in UI)
5139 - added special exception class for aborting installation
5140   (#154936)
5141 - only auto-change directories if they end in CDn or DVDn.
5142 - rev 2320.
5143
5144 -------------------------------------------------------------------
5145 Tue Mar  7 15:37:51 CET 2006 - kkaempf@suse.de
5146
5147 - silently ignore multiple installs of the same package.
5148 - fix disk usage for installs and uninstalls.
5149 - rev 2308
5150
5151 -------------------------------------------------------------------
5152 Mon Mar  6 22:22:57 CET 2006 - kkaempf@suse.de
5153
5154 - zmd-backend: filter out incompatible architectures from
5155   repository.
5156 - rev 2298
5157
5158 -------------------------------------------------------------------
5159 Mon Mar  6 21:35:24 CET 2006 - kkaempf@suse.de
5160
5161 - sync libzypp media data with mtab.
5162 - improve resolver error and solution reports.
5163 - fix source cache reading (#155459).
5164 - default cached sources to enabled (#155459).
5165 - let each source provide public keys.
5166 - rev 2297
5167
5168 -------------------------------------------------------------------
5169 Sun Mar  5 15:48:29 CET 2006 - kkaempf@suse.de
5170
5171 - only write by-sovler transactions back (#154976)
5172 - rev 2278
5173
5174 -------------------------------------------------------------------
5175 Sat Mar  4 12:36:40 CET 2006 - kkaempf@suse.de
5176
5177 - release last used source at end of commit (#155002)
5178 - rev 2277
5179
5180 -------------------------------------------------------------------
5181 Fri Mar  3 23:14:50 CET 2006 - kkaempf@suse.de
5182
5183 - cope with NULL values in zmd catalogs table (#153584)
5184 - set YAST_IS_RUNNING in transact zmd helper (#154820)
5185 - run SuSEconfig after transact zmd helper (#154820)
5186 - add softTransact to honor user vs. soft requirements (#154650)
5187 - honor all build keys provided by a package source.
5188 - add source metadata refresh.
5189 - add progress callbacks to zmd helpers.
5190 - rev 2276
5191
5192 -------------------------------------------------------------------
5193 Thu Mar  2 21:59:07 CET 2006 - kkaempf@suse.de
5194
5195 - include .diffs into main source.
5196 - catch exception when ejecting media which was unmounted externally
5197   (#154697).
5198 - init source in zmd-backend correctly (#154667)
5199 - implement disk usage info for YaST.
5200 - clean up XML schema files.
5201 - catch CPUs identifying as 'i686' but being 'i586'.
5202 - allow definition of preferred attach (mount) point for media.
5203 - make resolver results more readable.
5204 - use language fallbacks if none of multiple language providers
5205   matches.
5206 - get rid of ignoring wrong arch in resolver, having the wrong
5207   architecture is prevented by other means.
5208 - prepare for translations in exceptions.
5209 - fix 'abort does not abort'
5210 - implement 'flag' I/O in target cache backend.
5211 - skip incompatibles architectures in packages.<lang>
5212 - rev 2228
5213
5214 -------------------------------------------------------------------
5215 Thu Mar  2 13:44:34 CET 2006 - kkaempf@suse.de
5216
5217 - dont even provide src/nosrc from the source.
5218 - rev 2169 + diffs
5219
5220 -------------------------------------------------------------------
5221 Wed Mar  1 17:23:23 CET 2006 - kkaempf@suse.de
5222
5223 - Initialize commit result (#154409)
5224 - release media if its wrong (#154326)
5225 - dont copy src/nosrc packages to the pool (#154627)
5226 - reduce XML logging.
5227 - rev 2169 + diffs
5228
5229 -------------------------------------------------------------------
5230 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
5231
5232 - fix path of .po files (#154074).
5233 - parse the correct package.<lang> file (kinda #154074).
5234 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
5235 - reattach all released medias.
5236 - raise exception instead of abort() on XML errors (#154104).
5237 - update translations.
5238 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
5239   and is_empty_dir utility function
5240 - rev 2169
5241
5242 -------------------------------------------------------------------
5243 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
5244
5245 - check freshens and supplements for packages (#154074).
5246 - only complain about incomplete installed resolvables,
5247   if they are uninstalled, schedule them for installation.
5248   (#154074)
5249 - add testcases for locale() provides.
5250 - add lang_country -> lang fallback.
5251 - have locale(parent:...) deps match any provides of 'parent'
5252   also when uninstalling a package.
5253 - rev 2148
5254
5255 -------------------------------------------------------------------
5256 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
5257
5258 - change the locale(...) separator to ";" (#153791)
5259 - complete "find-files" of zmd-backend.
5260 - rev 2140
5261
5262 -------------------------------------------------------------------
5263 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
5264
5265 - avoid attaching media when initializing source
5266 - rev 2139
5267
5268 -------------------------------------------------------------------
5269 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
5270
5271 - warn about misspelled 'locale(...)' provides
5272 - add testcases
5273 - rev 2134
5274
5275 -------------------------------------------------------------------
5276 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
5277
5278 - fix the build
5279 - rev 2129
5280
5281 -------------------------------------------------------------------
5282 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
5283
5284 - provide available locales to application (#153583)
5285 - honor 'requestedLocales' (language dependant packages)
5286 - honor release requests for all holders of a device.
5287 - silently re-attach after a forced release.
5288 - solver improvements.
5289 - handle source caches.
5290 - proper logging in zmd backend helpers.
5291 - rev 2127
5292
5293 -------------------------------------------------------------------
5294 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
5295
5296 - upgrade always to best version and arch (#153577)
5297 - reset 'transact' state for obsoleted packages (#153578)
5298 - translation updates
5299 - rev 2113
5300
5301 -------------------------------------------------------------------
5302 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
5303
5304 - add support for 'local' .rpm packages to zmd-backend.
5305 - rev 2101
5306
5307 -------------------------------------------------------------------
5308 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
5309
5310 - fix build of zmd/backend.
5311 - actually fill 'files' table in package-files.
5312 - rev 2094
5313
5314 -------------------------------------------------------------------
5315 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
5316
5317 - improve testcases.
5318 - add 'setPossibleLocales()' to ZYpp, this defines the set
5319   of possible locales to choose from (#153583)
5320 - provide LanguageImpl and create 'Language' resolvables for
5321   each 'possible' locale.
5322 - fix YUM parsing of patches, insert 'atoms' to link patches
5323   with packages.
5324 - replace gzstream/ with own, existing implementation.
5325 - honor locks in solver (#150231)
5326 - sync pool with target after commit() properly (#150565, #153066)
5327 - new zmd helper 'package-files'
5328 - rev 2093
5329
5330 -------------------------------------------------------------------
5331 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
5332
5333 - prevent multiple initializations of the target (#153124)
5334 - implement 'loopback mounted ISO images'
5335 - retain old package sources on upgrade.
5336 - support compressed .xml files in 'repodata' type repositories.
5337 - rev 2025
5338
5339 -------------------------------------------------------------------
5340 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
5341
5342 - parse locale(...) provides and construct correct dependencies.
5343
5344 -------------------------------------------------------------------
5345 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
5346
5347 - always upgrade to candidate (#152760).
5348 - fix typo in package sorting.
5349 - prepare handling of locale provides.
5350 - rev 1995
5351
5352 -------------------------------------------------------------------
5353 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
5354
5355 - sort src/nosrc package to right list during commit.
5356 - revert installtime/buildtime in susetags parser (#152760)
5357 - rev 1990
5358
5359 -------------------------------------------------------------------
5360 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
5361
5362 - reset state after successful commit (#153030)
5363 - run "rpm -e" always with "--nodeps" (#153026)
5364 - provide separate resolvable kind for src packages.
5365 - extend status field for LOCK and LICENSE.
5366 - add sameState()/diffState() for UI.
5367 - provide 'best' candidate for UI.
5368 - set 60 sec timeout for curl access.
5369 - don't cross-compare solver results, takes too much time.
5370 - provide sizes of installed packages.
5371 - extend REQUIRES semantics in content file.
5372 - add "parse-metadata" helper to zmd-backend.
5373 - rev 1987
5374
5375 -------------------------------------------------------------------
5376 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
5377
5378 - provide complete disk usage data (#152761)
5379 - include upgrade flag when copying solver solution
5380   back to pool (#152717)
5381 - rev 1959
5382
5383 -------------------------------------------------------------------
5384 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
5385
5386 - don't insert incompatible architectures to the pool (#151933)
5387 - don't accept incompatible architectures from a repository
5388   (#151933)
5389 - separate rpm log (#151431).
5390 - allow extended product requires.
5391 - rev 1954
5392
5393 -------------------------------------------------------------------
5394 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
5395
5396 - provide the XML schema files in the main package. (#152593)
5397
5398 -------------------------------------------------------------------
5399 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
5400
5401 - provide arch compat handling.
5402 - implement data upload to zmd.
5403 - fix source metadata caching on target.
5404 - add 'supplements' dependencies to 'yum' parser.
5405 - provide user agent identification to curl calls.
5406 - move resolver branches (multiple alternatives) back in queue
5407   (resolve known things first, then the unknown ones).
5408 - clean up 'packages' parser.
5409 - rev 1947
5410
5411 -------------------------------------------------------------------
5412 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
5413
5414 - improve media mount/umount interface
5415 - prepare class ArchCompat for proper architecture ordering
5416   and compatibility handling.
5417 - add returns to dummy functions in DbAccess.
5418 - rev 1913
5419
5420 -------------------------------------------------------------------
5421 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
5422
5423 - don't explictly delete to-be-upgraded packages.
5424 - finish query-system, resolve-dependencies, and transact for
5425   libzypp-zmd-backend.
5426 - provide Pattern::category.
5427 - move system architecture to toplevel.
5428 - make target store pathname settable.
5429 - speed up rpmdb reading by properly filtering unwanted file
5430   provides.
5431 - rev 1905
5432
5433 -------------------------------------------------------------------
5434 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
5435
5436 - new translations.
5437 - proofread texts.
5438 - when comparing solutions, prefer higher versions.
5439 - provide generic 'SafeBool' for bool conversions.
5440 - add PtrTypes testsuites.
5441 - rev 1876
5442
5443 -------------------------------------------------------------------
5444 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
5445
5446 - integrate all diffs
5447 - move Target::commit to toplevel API
5448 - generalize dependency iterators and hash dependency
5449   information in pool (for speedup)
5450 - add 'supplements' as dependency
5451 - make more pattern attributes available
5452 - drop "smbfs" in favour of "cifs" (#151476)
5453 - add metadata cache to sources (Beta4 bug)
5454 - run "rpm -e"  with name-version-release
5455 - fix update conflicts
5456 - rev 1864
5457
5458 -------------------------------------------------------------------
5459 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
5460
5461 - fix-mediachange.diff: dont skip CD but retry after media change
5462 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
5463   'eject' button
5464 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
5465   so media handle gets actually released and media unmounted.
5466
5467 -------------------------------------------------------------------
5468 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
5469
5470 - implement arch scoring
5471 - prefer better arch (#151427)
5472 - transitive depedencies of weak requirements are non-weak
5473   (#151446)
5474 - rev 1778 + diff
5475
5476 -------------------------------------------------------------------
5477 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
5478
5479 - ignore self and to-be-updated conflicts (#150844)
5480 - fix enable of target store (for non-packages)
5481 - rev 1778
5482
5483 -------------------------------------------------------------------
5484 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
5485
5486 - fix "cd:" url (#151121)
5487 - provide location() in public Package api
5488 - allow running distribution upgrade in testmode
5489 - extend HAL interface
5490 - rev 1762
5491
5492 -------------------------------------------------------------------
5493 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
5494
5495 - pass normal and locale packages from selections correctly.
5496 - its "baseconf" for base selections.
5497 - Make 'ZYpp' an obvious singleton.
5498 - provide releasenotesUrl.
5499 - dont continue upgrade without target.
5500 - implement 'fake' hal for testing.
5501 - fix package sizes.
5502 - more solver testcases.
5503 - rev 1754
5504
5505 -------------------------------------------------------------------
5506 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
5507
5508 - extend requires of libzypp-devel
5509 - provide package sizes for UI
5510 - provide more UI helpers
5511 - implement Product and related functions
5512 - fix split provides in distribution upgrade
5513 - provide locale information to system
5514 - ask HAL for available devices
5515 - reduce debug information in solver
5516 - filter architectures in source, not in solver
5517 - rev 1743
5518
5519 -------------------------------------------------------------------
5520 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
5521
5522 - disable another testsuite for now
5523 - fetch the default locale from environment
5524 - support user-defined formatting of log
5525 - rev 1710
5526
5527 -------------------------------------------------------------------
5528 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
5529
5530 - providing basic product information from susetags source
5531 - public API for preferred language
5532 - implemented redirect of logging (#149001)
5533 - report start/finish of source data parsing (#150211)
5534 - store/restore source aliases properly (#150256)
5535 - disable a lot of debug logging to speed up solver
5536 - properly rewrite URL for CDn directory layouts (#149870)
5537 - rev 1706
5538
5539 -------------------------------------------------------------------
5540 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
5541
5542 - add save/restore state to facilitate UI 'cancel'
5543 - enable target/store
5544 - add 'forceResolve' call and flag to resolver to switch between
5545   task-oriented ZMD and interactive YaST behaviour.
5546 - Fix resolver problem solution texts.
5547 - improve solver problem solution offerings.
5548 - fix media access handling to better support multiple
5549   requestors to single media.
5550 - move the media number checking to the source (media requestor)
5551   which knows how to verify the correct media.
5552 - Fix CD ordering (#149871), adding testcases.
5553 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
5554 - Add selections to testcases.
5555 - rev 1673
5556
5557 -------------------------------------------------------------------
5558 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
5559
5560 - Fix missing return in Source.cc:124
5561
5562 -------------------------------------------------------------------
5563 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
5564
5565 - cope with empty arch field in selections
5566 - enable dummy "enableStorage" function
5567 - rev 1610-branch
5568
5569 -------------------------------------------------------------------
5570 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
5571
5572 - fix random data return in Source.cc
5573 - rev 1610
5574
5575 -------------------------------------------------------------------
5576 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
5577
5578 - adapt zmd-backend to SourceImpl API change
5579 - rev 1608
5580
5581 -------------------------------------------------------------------
5582 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
5583
5584 - fix the packages parser bug. Now all packages are parsed
5585   including (english) translations.
5586   source/susetags is back to svn head.
5587 - rev 1600
5588
5589 -------------------------------------------------------------------
5590 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
5591
5592 - fix off-by-one bug in bitfield handling
5593 - revert source/susetags to rev 1411
5594 - rev 1586
5595
5596 -------------------------------------------------------------------
5597 Thu Feb  9 22:21:43 CET 2006 - kkaempf@suse.de
5598
5599 - dont prereq-sort non-packages
5600 - rev 1584
5601
5602 -------------------------------------------------------------------
5603 Thu Feb  9 21:29:00 CET 2006 - kkaempf@suse.de
5604
5605 - rev 1582
5606
5607 -------------------------------------------------------------------
5608 Thu Feb  9 11:10:54 CET 2006 - kkaempf@suse.de
5609
5610 - update to rev 1543
5611
5612 -------------------------------------------------------------------
5613 Thu Feb  9 00:49:23 CET 2006 - ro@suse.de
5614
5615 - require hal-devel in libzypp-devel
5616 - re-merge fixes (RPM_OPT_FLAGS)
5617
5618 -------------------------------------------------------------------
5619 Wed Feb  8 23:53:58 CET 2006 - kkaempf@suse.de
5620
5621 - make solver behaviour a bit more interactive
5622 - rev 1537
5623
5624 -------------------------------------------------------------------
5625 Wed Feb  8 18:45:21 CET 2006 - schwab@suse.de
5626
5627 - Fix syntax error in configure script.
5628 - Use RPM_OPT_FLAGS.
5629
5630 -------------------------------------------------------------------
5631 Wed Feb  8 17:03:37 CET 2006 - kkaempf@suse.de
5632
5633 - update for qt ui integration
5634 - rev 1504
5635
5636 -------------------------------------------------------------------
5637 Tue Feb  7 23:18:09 CET 2006 - kkaempf@suse.de
5638
5639 - split off libzypp-zmd-backend
5640 - rev 1466
5641
5642 -------------------------------------------------------------------
5643 Tue Feb  7 23:10:59 CET 2006 - kkaempf@suse.de
5644
5645 - another update to svn
5646
5647 -------------------------------------------------------------------
5648 Mon Feb  6 20:42:22 CET 2006 - kkaempf@suse.de
5649
5650 - finish rpm callbacks
5651 - finish UI API
5652 - fix state change resolver<->pool
5653 - zmd backend stuff
5654 - speed up tag file parsing
5655 - rev 1405
5656
5657 -------------------------------------------------------------------
5658 Mon Feb  6 16:53:03 CET 2006 - schubi@suse.de
5659
5660 - disabling failing tests of s390 and ppc
5661
5662 -------------------------------------------------------------------
5663 Mon Feb  6 11:14:16 CET 2006 - schubi@suse.de
5664
5665 - Snapshoot rev 1367
5666
5667 -------------------------------------------------------------------
5668 Mon Feb  6 01:42:48 CET 2006 - kkaempf@suse.de
5669
5670 - use hashes for pool
5671 - rev 1343
5672
5673 -------------------------------------------------------------------
5674 Fri Feb  3 14:21:47 CET 2006 - schubi@suse.de
5675
5676 - removed Obsoletes:    yast2-packagemanager
5677
5678 -------------------------------------------------------------------
5679 Fri Feb  3 11:36:19 CET 2006 - schubi@suse.de
5680
5681 - Snapshoot 3 Feb 2005 (11:30)
5682
5683 -------------------------------------------------------------------
5684 Thu Feb  2 14:27:02 CET 2006 - schubi@suse.de
5685
5686 - Snapshoot 2 Feb 2005 (14:00)
5687
5688 -------------------------------------------------------------------
5689 Thu Feb  2 12:23:03 CET 2006 - schubi@suse.de
5690
5691 - Snapshoot 2 Feb 2005 ( integrating YaST )
5692
5693 -------------------------------------------------------------------
5694 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
5695
5696 - converted neededforbuild to BuildRequires
5697
5698 -------------------------------------------------------------------
5699 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de
5700
5701 - Initial version
5702