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