1 -------------------------------------------------------------------
2 Sat Oct 6 16:37:11 CEST 2007 - jkupec@suse.cz
4 - special cdrom detection code for SCSI / Virtual CDROMs on iSeries
5 removed - should be correctly detected by HAL now
9 -------------------------------------------------------------------
10 Fri Oct 05 10:35:47 CEST 2007 - aschnell@suse.de
12 - filter architecture in plaindir parser (bug #330791)
14 -------------------------------------------------------------------
15 Thu Oct 4 16:31:58 CEST 2007 - ma@suse.de
17 - Throw constructing malformed checksums. (#189096)
20 -------------------------------------------------------------------
21 Thu Oct 4 14:22:31 CEST 2007 - mvidner@suse.cz
23 - Renamed templates back because proper qualification makes it work
27 -------------------------------------------------------------------
28 Thu Oct 04 11:23:19 CEST 2007 - aschnell@suse.de
30 - only look for repositories in file ending ".repo" (bug #294779)
32 -------------------------------------------------------------------
33 Wed Oct 3 13:37:57 CEST 2007 - mvidner@suse.cz
35 - Fixed compilation errors with GCC 4.3 by adding missing includes
36 and renaming templates: MaxBits to MaxBitsT, Mask to MaskT,
37 Compare<Edition> to CompareEd.
40 -------------------------------------------------------------------
41 Mon Oct 1 20:29:36 CEST 2007 - ma@suse.de
43 - Incorporated patch from Michael Matz to speedup cache reading.
46 -------------------------------------------------------------------
47 Fri Sep 28 18:40:59 CEST 2007 - schubi@suse.de
51 - set keep state in the testcase
55 -------------------------------------------------------------------
56 Thu Sep 27 17:13:14 CEST 2007 - ma@suse.de
58 - Fixed pattern parser SEGV on broken pattern files. (#328546)
61 -------------------------------------------------------------------
62 Wed Sep 26 11:08:14 CEST 2007 - schubi@suse.de
64 - QueuItemRequire: Filter out all provider which have worser architecture,
65 are NOT noarch and have not the same name as the requirement. The
66 last one is needed for updating packages via patch/atoms.
68 - Revert changes of r 7340
71 -------------------------------------------------------------------
72 Tue Sep 25 15:51:34 CEST 2007 - ma@suse.de
74 - Add missing '--install' parameter in desktop file. (#308640)
78 -------------------------------------------------------------------
79 Tue Sep 25 11:08:13 CEST 2007 - jkupec@suse.cz
81 - release all attached media before attempting to eject (#293428)
82 - fixed parsing of --proxy-user parameter of .curlrc (#309139)
86 -------------------------------------------------------------------
87 Mon Sep 24 16:10:32 CEST 2007 - dmacvicar@suse.de
89 - provide a way to retrieve the metadata path. Used for
90 installation, which incorrectly creates a repository in
91 cache without adding it first, so metadata path is not
92 set and therefore it is not possible to setup a media
93 verifier on installation. Part of fix for (#293428)
96 -------------------------------------------------------------------
97 Mon Sep 24 15:48:47 CEST 2007 - schubi@suse.de
99 - If more than one resolvables provide a requirements and have different
100 architecture take thatone with the best architecture. (Not regarding the
101 name). Bug: Branching too much while an installation of a multi-arch-DVD
105 -------------------------------------------------------------------
106 Fri Sep 21 15:50:30 CEST 2007 - schubi@suse.de
108 - Checking the queue if an item will be deleted. If yes, the requirements
109 are not needed anymore. Bug 326384
113 -------------------------------------------------------------------
114 Thu Sep 20 17:37:30 CEST 2007 - jkupec@suse.cz
116 - don't probe the repository type upon saving if disabled (#326769)
120 -------------------------------------------------------------------
121 Thu Sep 20 15:19:53 CEST 2007 - ma@suse.de
123 - Avoid calling rpm repeatedly in case of an error. This is fault-prone,
124 esp. if the error occurred executing the packages post-install script.
128 -------------------------------------------------------------------
129 Thu Sep 20 11:00:04 CEST 2007 - ma@suse.de
131 - If a package is deselected by user, apply this soft lock to all
132 available versions of this package.
136 -------------------------------------------------------------------
137 Wed Sep 19 17:45:12 CEST 2007 - schubi@suse.de
139 - Update: Do not set an item to installation if there has been already set
140 one for installation which has the same NVA. Bug 326286
144 -------------------------------------------------------------------
145 Wed Sep 19 14:19:49 CEST 2007 - ma@suse.de
147 - Enable package cache during commit. (#326249)
150 -------------------------------------------------------------------
151 Tue Sep 18 14:01:02 CEST 2007 - schubi@suse.de
153 - Do not regarding requirements for packages which will be deleted in the
154 same solver run. Bug 310618
158 -------------------------------------------------------------------
159 Mon Sep 17 16:33:14 CEST 2007 - jkupec@suse.cz
161 - don't download filelists.xml.gz (#307105)
165 -------------------------------------------------------------------
166 Mon Sep 17 15:51:04 CEST 2007 - ma@suse.de
168 - Improve estimated diskusage while there is no valid
169 solver result. (#325617)
172 -------------------------------------------------------------------
173 Mon Sep 17 15:22:47 CEST 2007 - schubi@suse.de
175 -Bugfix in vendor change of a required resolvable (Correct error message)
179 -------------------------------------------------------------------
180 Mon Sep 17 12:36:28 CEST 2007 - lslezak@suse.cz
182 - fixed DU parsing in inst-sys (#308659)
185 -------------------------------------------------------------------
186 Fri Sep 14 22:57:54 CEST 2007 - ma@suse.de
188 - Enable using patch and delta rpms. (#309124)
192 -------------------------------------------------------------------
193 Thu Sep 13 17:59:55 CEST 2007 - ma@suse.de
195 - On update do not delete unmaintained non-SuSE packages.
199 -------------------------------------------------------------------
200 Thu Sep 13 13:02:39 CEST 2007 - lslezak@suse.cz
202 - ZYppImpl::getPartitions() - don't return the current partitioning
203 when the partitioning hasn't been set - fixes DU parsing in
206 -------------------------------------------------------------------
207 Thu Sep 13 11:30:47 CEST 2007 - dmacvicar@suse.de
209 - Throw specific exceptions during commit (#308511)
212 -------------------------------------------------------------------
213 Wed Sep 12 18:48:00 CEST 2007 - ma@suse.de
215 - Various disk space calculation fixes. Susetags, plaindir and rpmdb
216 now provide more detailed disk usage information.
217 Yum metadata don't, so we book the package size to '/'. (#308362)
221 -------------------------------------------------------------------
222 Wed Sep 12 15:48:41 CEST 2007 - schubi@suse.de
224 - Regarding keep state while recycle old valid solver results. Bug 286889
227 -------------------------------------------------------------------
228 Wed Sep 12 12:24:49 CEST 2007 - jkupec@suse.cz
230 - report 100% progress on finishing RPM removal (bug #309431)
233 -------------------------------------------------------------------
234 Tue Sep 11 17:25:35 CEST 2007 - schubi@suse.de
236 - Update: rename language packages --> take that package which fits to the
237 selected language Bug 308098
240 -------------------------------------------------------------------
241 Tue Sep 11 16:11:20 CEST 2007 - dmacvicar@suse.de
243 - restore deltas and patch rpms from the cache (#309124)
246 -------------------------------------------------------------------
247 Tue Sep 11 14:54:44 CEST 2007 - ma@suse.de
249 - Don't fail if a product is deleted multiple times (e.g. due to
250 obsoletes and an explicit deleted request). (#308746)
254 -------------------------------------------------------------------
255 Tue Sep 11 13:52:47 CEST 2007 - jkupec@suse.cz
257 - SYSCONFDIR variable added for modifying /etc
259 -------------------------------------------------------------------
260 Tue Sep 11 12:18:11 CEST 2007 - schubi@suse.de
262 - uninstallable resolvable -->suggested solution: delete; Bug 308164
265 -------------------------------------------------------------------
266 Mon Sep 10 16:19:05 CEST 2007 - schubi@suse.de
268 - new translations added
272 -------------------------------------------------------------------
273 Mon Sep 10 15:50:49 CEST 2007 - lslezak@suse.cz
275 - fixed disk usage counting of updated packages (#308362)
277 -------------------------------------------------------------------
278 Mon Sep 10 14:17:29 CEST 2007 - schubi@suse.de
280 - Splitting packages: Take the package with the best
281 architecture,edition ONLY; Bug 308591
284 -------------------------------------------------------------------
285 Mon Sep 10 10:55:45 CEST 2007 - lslezak@suse.cz
287 - properly report fallback disk usage size (in kB instead of bytes)
288 when disk usage is not known (YUM repos) (#308475)
290 -------------------------------------------------------------------
291 Fri Sep 7 13:27:26 CEST 2007 - ma@suse.de
293 - Install a sample /etc/zypp.conf. (#306615)
294 - Fixed missing soversion symlink in package.
298 -------------------------------------------------------------------
299 Fri Sep 7 13:03:48 CEST 2007 - schubi@suse.de
301 - RequirementIsMet: return true only if ALL Atoms are NOT incomplete; Bug
305 -------------------------------------------------------------------
306 Thu Sep 6 18:22:36 CEST 2007 - schubi@suse.de
308 - Error: Select two candidate with the same name while update.
309 Solution: If there is a candidate which is already selected for installation -->
313 -------------------------------------------------------------------
314 Thu Sep 6 14:11:58 CEST 2007 - ma@suse.de
316 - Work arround installed patterns providing an empty vendor string. (#307743)
317 - Let the solver treat vendor suse and opensuse as equivalent.
320 -------------------------------------------------------------------
321 Thu Sep 6 12:33:27 CEST 2007 - schubi@suse.de
323 - Checking item before evaluating the concerning vendor. bug #307941
326 -------------------------------------------------------------------
327 Wed Sep 6 02:24:37 CEST 2007 - dmacvicar@suse.de
329 - Fix for bug #307163 - empty package descriptions
330 a.k.a shared tag not 100% implemented
334 -------------------------------------------------------------------
335 Wed Sep 5 17:52:37 CEST 2007 - schubi@suse.de
337 - logging "reverse" NEEDED_BY in the detail description of solver
339 - improved error message if a requiremnt is not fulfilled Bug 307743
340 - Add "ignore" option to the solution if a requirement is not fulfilled
344 -------------------------------------------------------------------
345 Wed Sep 5 14:33:02 CEST 2007 - jkupec@suse.cz
347 - fixed the order of operands of susetags local metadata status
348 computation which caused the YaST repositories to always get
349 refreshed (part of bug #304310)
353 -------------------------------------------------------------------
354 Tue Sep 4 12:09:10 CEST 2007 - schubi@suse.de
356 - comparing vendor with VendorAttr::equivalent
359 -------------------------------------------------------------------
360 Mon Sep 3 18:43:51 CEST 2007 - schwab@suse.de
362 - Use $RPM_OPT_FLAGS.
364 -------------------------------------------------------------------
365 Mon Sep 3 17:14:02 CEST 2007 - ma@suse.de
367 - Reset transact bits when switching status from
368 "update" to "protected" (#246976)
372 -------------------------------------------------------------------
373 Mon Sep 3 13:56:42 CEST 2007 - schubi@suse.de
375 - new translations added
378 -------------------------------------------------------------------
379 Fri Aug 31 22:10:55 CEST 2007 - ma@suse.de
381 - Added ability to switch off use of patch and delta rpms via zypp.conf (#305864)
383 download.use_patchrpm = no
384 download.use_deltarpm = no
388 -------------------------------------------------------------------
389 Fri Aug 31 19:56:40 CEST 2007 - ma@suse.de
391 - On demand translate patch requirements into a list of atoms.
392 Required by the UI to display packages acssociated with a patch.
397 -------------------------------------------------------------------
398 Fri Aug 31 13:59:54 CEST 2007 - kkaempf@suse.de
400 - enrich ResolverInfo with the reason if a user-initiated request
401 fails (#304325, #306240)
404 -------------------------------------------------------------------
405 Thu Aug 30 20:10:00 CEST 2007 - jkupec@suse.cz
407 - added missing implementation of LogControl::setLineFormater()
412 -------------------------------------------------------------------
413 Thu Aug 30 18:55:15 CEST 2007 - jkupec@suse.cz
415 - enable changing url in requestMedia callback (#294481)
418 -------------------------------------------------------------------
419 Thu Aug 30 18:22:32 CEST 2007 - ma@suse.de
421 - Filter readonly mount points in DiskUsageCounter (#297405)
424 -------------------------------------------------------------------
425 Thu Aug 30 17:25:14 CEST 2007 - ma@suse.de
427 - Safe fix for bug #299680.
431 -------------------------------------------------------------------
432 Thu Aug 30 17:31:33 CEST 2007 - jkupec@suse.cz
434 - remember the cause of the RepoException when refreshing metadata
438 -------------------------------------------------------------------
439 Thu Aug 30 15:48:03 CEST 2007 - schubi@suse.de
441 - Bugfix: If a requirement has been fulfilled by more than one language
442 resolvables only thatone will be taken which fits to the selected
446 -------------------------------------------------------------------
447 Thu Aug 30 15:14:23 CEST 2007 - jkupec@suse.cz
449 - correct error code for media errors in MediaCurl::doGetFileCopy()
450 affects only zypper error output, does not affect YaST
453 -------------------------------------------------------------------
454 Wed Aug 29 18:28:41 CEST 2007 - jkupec@suse.cz
456 - reverted blocking of requestMedia from r6271 (#301710)
459 -------------------------------------------------------------------
460 Wed Aug 29 18:09:29 CEST 2007 - kkaempf@suse.de
462 - prevent progress report in destructor (#299680)
465 -------------------------------------------------------------------
466 Wed Aug 29 18:02:36 CEST 2007 - jkupec@suse.cz
468 - treat non-filelists.xml <file> entries as file provides capabilities
469 in YUM parser (#304701)
472 -------------------------------------------------------------------
473 Wed Aug 29 16:32:01 CEST 2007 - kkaempf@suse.de
475 - the media.1/media uniquely identifies a 'susetags' repo, not
476 the content file (#304200)
478 -------------------------------------------------------------------
479 Wed Aug 29 15:42:17 CEST 2007 - jkupec@suse.cz
481 - fixed locale dir (#304649)
484 -------------------------------------------------------------------
485 Wed Aug 29 15:39:52 CEST 2007 - kkaempf@suse.de
487 - don't treat normal package license as "license to confirm"
490 -------------------------------------------------------------------
491 Wed Aug 29 15:28:53 CEST 2007 - ma@suse.de
493 - Fixed fix for #293039. Segfault due to uninitialzed data.
497 -------------------------------------------------------------------
498 Wed Aug 29 15:10:20 CEST 2007 - schubi@suse.de
500 - reduced too much verbosed ResolverContext logging; Bug 303971
503 -------------------------------------------------------------------
504 Wed Aug 29 13:55:28 CEST 2007 - ma@suse.de
506 - Fixed PlainDir repositories to provide real disk usage data. For
507 repomd and others that do not provide any detailed disk usage info,
508 assume the packgage size is required below "/". Peviously they were
509 treated as being empy.
513 -------------------------------------------------------------------
514 Wed Aug 29 13:36:42 CEST 2007 - schubi@suse.de
516 - Add a new solver solution in the case of running in a timeout:
517 ProblemSolutionDoubleTimeout.h
521 -------------------------------------------------------------------
522 Wed Aug 29 11:23:26 CEST 2007 - dmacvicar@suse.de
524 - bug in fix for (#292986)
526 -------------------------------------------------------------------
527 Tue Aug 28 18:48:26 CEST 2007 - dmacvicar@suse.de
529 - (#297001) - libzypp: can't skip broken packages
530 - re enable importing zypp keyring from rpm.(#302379)
533 -------------------------------------------------------------------
534 Tue Aug 28 17:30:30 CEST 2007 - kkaempf@suse.de
536 - rename ResolvableQuery::iterateResolvablesByKindsAndStrings
537 to ResolvableQuery::iterateResolvablesByKindsAndStringsAndRepos
538 in order to support query-by-repo (#305384)
539 - fix iterateResolvablesByKindsAndStringsAndRepos to take any
540 number of kinds, names, or repos (#305347)
541 - remove ResolvableQuery::iterateResolvablesByKind, not needed
545 -------------------------------------------------------------------
546 Tue Aug 28 11:27:53 CEST 2007 - dmacvicar@suse.de
548 - real fix for reading signature ids. (#390535).
549 - delete metadata when removing repo (#301037).
551 -------------------------------------------------------------------
552 Mon Aug 27 23:52:41 CEST 2007 - dmacvicar@suse.de
554 - following behaviour for setPartitions
555 - if they are not set, they are detected
556 - if they are set, that value is used.
557 - if value set or detected is empty, all disk usage
558 information is read. Otherwise just values in those
560 Should work for installation as long as detectPartitions
561 is empty at installation.(#293039)
563 -------------------------------------------------------------------
564 Mon Aug 27 17:08:41 CEST 2007 - kkaempf@suse.de
566 - Add ZConfig::overrideSystemArchitecture() to override zypp arch
567 from external, e.g. for the testcases
568 - Honor ZYPP_CONF environment variable to override the buit-in
570 - Check architecture at handout() to prevent NULL ptr reference.
574 -------------------------------------------------------------------
575 Mon Aug 27 15:53:52 CEST 2007 - schubi@suse.de
577 -The solver generate an establish call for all
578 resolvables which has filesystemcaps if there is not a valid result from a
579 former solver run available. This covers:
581 * Changing of filesystem whithin a workflow, cause the solver results will
582 be reset if the filesystem dependencies have been changed
586 -------------------------------------------------------------------
587 Sun Aug 26 15:49:27 CEST 2007 - kkaempf@suse.de
589 - pass location to plaindir package (#303751)
590 - Add name of file in question to checksum/signature related
592 - pass basename of file to verifyFileSignatureWorkflow (instead of
594 - filter out incompatible architectures when parsing sustags
595 repos (first half of #301286)
598 -------------------------------------------------------------------
599 Fri Aug 24 11:52:27 CEST 2007 - dmacvicar@suse.de
601 - don't run source migration if yast is running in
602 intsys mode (#297136)
603 - signature and checksum verification fixes. Still pending
604 problem ZYpp getting no output from gpg when running from zypper.
607 -------------------------------------------------------------------
608 Thu Aug 23 13:51:41 CEST 2007 - schubi@suse.de
610 - Do not strip resolvables which have the same name but different kind
612 - Flag info NEEDEDBY correctly if it will be used by freshen/supplement
615 -------------------------------------------------------------------
616 Wed Aug 22 18:58:44 CEST 2007 - mvidner@suse.cz
618 - Do not use "a-z" in regexes. Fixes "Invalid Url scheme 'http'" in
619 the Estonian locale (#302525).
621 -------------------------------------------------------------------
622 Wed Aug 22 17:59:39 CEST 2007 - aschnell@suse.de
624 - added remembering of exception history at various places
626 -------------------------------------------------------------------
627 Wed Aug 22 16:52:09 CEST 2007 - schubi@suse.de
629 - Bugfixes concerning vendor handling:
631 Installed A-1.0(vendor SuSE)
632 Available A-2.0(other vendor)
633 A will not be regarded as "unmaintained". So it will not be deleted.
635 A need B-2.0. B-1.0 is installed but has another vendor. Report a
637 - Testcase : solution-tests/vendor-test.xml
641 -------------------------------------------------------------------
642 Tue Aug 21 15:38:08 CEST 2007 - dmacvicar@suse.de
644 - ignore HASH key for download (#300982)
646 -------------------------------------------------------------------
647 Tue Aug 21 15:17:23 CEST 2007 - schubi@suse.de
649 - Added explicitly_requested as parameter in ResolverContext::Uninstall
653 -------------------------------------------------------------------
654 Tue Aug 21 13:06:44 CEST 2007 - dmacvicar@suse.de
656 - If no mount information is available, parse all DU entries.
657 - read only hack mode for migrate-sources. We actually do add
658 repositories with it, but no harm. (#292986)
659 - fix some typos in exceptions (#301331)
662 -------------------------------------------------------------------
663 Mon Aug 20 16:06:36 CEST 2007 - schubi@suse.de
665 - Do not regard explicit request in order to recognize updated packages
666 correctly. Bug 301676
667 - Updated translations
671 -------------------------------------------------------------------
672 Mon Aug 20 15:35:46 CEST 2007 - mvidner@suse.cz
674 - package-manager script: Call /sbin/yast2 with full path because of
677 -------------------------------------------------------------------
678 Mon Aug 20 15:23:14 CEST 2007 - dmacvicar@suse.de
680 - add support for the HASH key. (#300982)
681 - Use ContentFileParser in Downloader (instead of implementing
682 the parser again, it has a reason, Downloader was written first)
683 - update testcases and data to cover the new HASH key
686 -------------------------------------------------------------------
687 Mon Aug 20 13:21:34 CEST 2007 - kkaempf@suse.de
689 - unify query API for kind and name, summary, description
691 - rev 6761, version 3.18.0
693 -------------------------------------------------------------------
694 Fri Aug 17 12:30:55 CEST 2007 - kkaempf@suse.de
696 - add iterateResolvablesByKindsAndName
697 - rev 6735, version 3.17.13
699 -------------------------------------------------------------------
700 Fri Aug 17 11:45:24 CEST 2007 - kkaempf@suse.de
702 - rename ResolvableQuery::queryByName to iterateResolvablesByName
703 - fix reading of kind and repository in ResolvableQuery
704 - add reverse lookups in CacheTypes
705 - add iterateResolvablesByKind
708 -------------------------------------------------------------------
709 Fri Aug 17 10:37:56 CEST 2007 - schubi@suse.de
711 - shorten solver error messages Bug 259894
714 -------------------------------------------------------------------
715 Thu Aug 16 23:43:50 CEST 2007 - kkaempf@suse.de
717 - fix ResolvableQuery::query(), add ResolvableQuery::queryByName()
718 install zypp/cache header files.
719 - rev 6719, version 3.16.13
721 -------------------------------------------------------------------
722 Thu Aug 16 17:21:52 CEST 2007 - kkaempf@suse.de
724 - discard pattern files with incompatbile architecture, both
725 for download and for parsing. (#298716)
728 -------------------------------------------------------------------
729 Thu Aug 16 17:12:45 CEST 2007 - kkaempf@suse.de
731 - run sqlite asynchronously and add sql index files where
732 appropriate, gives 6x performance on certain operations.
733 Bumping cache schema version to 1004.
737 -------------------------------------------------------------------
738 Thu Aug 16 17:08:58 CEST 2007 - kkaempf@suse.de
740 - fix String::endsWith (#301038)
743 -------------------------------------------------------------------
744 Thu Aug 16 11:16:25 CEST 2007 - schubi@suse.de
746 - added an _explicitly_requested in QueueItemConflict ( as already in
747 QueueItemEstablish, QueueItemInstall, QueueItemUninstall ) in order to
748 remove the conflicting item without an error message. Bug 299819
751 -------------------------------------------------------------------
752 Thu Aug 16 07:23:31 CEST 2007 - jkupec@suse.cz
754 - forgot to set default refresh policy in checkIfToRefreshMetadata
755 - repo.refresh.delay default set to 10 minutes
758 -------------------------------------------------------------------
759 Wed Aug 15 15:32:36 CEST 2007 - schubi@suse.de
761 - Bugfix while regarding correct vendor in update
765 -------------------------------------------------------------------
766 Wed Aug 15 13:57:04 CEST 2007 - jkupec@suse.cz
768 - repo.refresh.delay=<minutes> (ZConfig, "main" section) support
769 added to delay next check & refresh until the specified number of
770 minutes has passed from the last check or refresh (FATE #301991).
771 Revisions: 6654, 6656, 6666, and 6667.
772 - filesystem::touch(Pathname) added (r6666)
773 - RepoManager::touchIndexFile(RepoInfo) added
774 - RepoManager::checkIfToRefreshMetadata(RepoInfo,Url,policy):
775 decision to do the refresh moved to this public method.
778 -------------------------------------------------------------------
779 Wed Aug 15 12:38:26 CEST 2007 - schubi@suse.de
781 - generate a resolver problem if addRequires does not find a resovable
785 -------------------------------------------------------------------
786 Tue Aug 14 15:54:15 CEST 2007 - schubi@suse.de
788 - Prioritized delete request by the user BEFORE delete requests due
789 missing dependencies or conflicting dependencies. Bug 298322
792 -------------------------------------------------------------------
793 Fri Aug 10 20:49:20 CEST 2007 - jkupec@suse.cz
795 - support also "Plaindir" as valid repo type name (#298622)
799 -------------------------------------------------------------------
800 Fri Aug 10 18:03:06 CEST 2007 - dmacvicar@suse.de
802 - fix segfault in Progress reporting
803 - progress report use name instead of alias (#298035)
804 - repoinfo returns alias if name is empty
806 -------------------------------------------------------------------
807 Fri Aug 10 16:04:42 CEST 2007 - dmacvicar@suse.de
809 - merge patch by dmueller to get rid of boost-regex
811 -------------------------------------------------------------------
812 Fri Aug 10 13:50:40 CEST 2007 - dmacvicar@suse.de
814 - dont create a second CacheStore in the same scope, will lock...
817 -------------------------------------------------------------------
818 Thu Aug 9 15:04:21 CEST 2007 - jkupec@suse.cz
820 - fixed some RepoManager exception docs & history
823 -------------------------------------------------------------------
824 Thu Aug 9 13:33:59 CEST 2007 - dmacvicar@suse.de
826 - feature #302135: Graceful update of 3rd party packages
827 Automatic upgrading only sees packages from same vendor
828 This allows not needed to have those locked.
829 - Add persistent locks file which allow wildcards. Users
830 can lock certain packages adding lines like "kde* < 3.5"
831 - add applyLocks() to apply persistent locks before solving
833 -------------------------------------------------------------------
834 Thu Aug 9 13:28:20 CEST 2007 - schubi@suse.de
836 - recognize changes in the pool (e.g. changing /etc/sysconfig/storage
838 - Added locking resolvables in the testcases
841 -------------------------------------------------------------------
842 Wed Aug 8 16:04:07 CEST 2007 - dmacvicar@suse.de
844 - add migrate-sources to %post (#292986)
847 -------------------------------------------------------------------
848 Wed Aug 8 13:32:52 CEST 2007 - jkupec@suse.cz
850 - fixed bug with using wrong files from raw metadata cache
851 (bug #297611) (duncanmv) (r6501, already released in 3.13.14)
853 -------------------------------------------------------------------
854 Wed Aug 8 12:42:39 CEST 2007 - schubi@suse.de
856 - fix in "ignore conflicts" if the conflict has been caused by an obsolete
860 -------------------------------------------------------------------
861 Tue Aug 7 17:04:47 CEST 2007 - dmacvicar@suse.de
863 - implement susetags support for compressed metadata
864 and testcases. (feature #301916)
865 - implement disk usage in cache. For installation requires
866 some changes in YaST to setup the ZYpp getPartitions()
867 before repos are cached. (bug #293039)
868 - added testcases for diskusage
871 -------------------------------------------------------------------
872 Mon Aug 6 10:19:12 CEST 2007 - jkupec@suse.cz
874 - fixed YUM parser to properly create source packages
875 - disabled reading of filelists.xml.gz by default (the data are
876 currently not stored anyway)
880 -------------------------------------------------------------------
881 Sat Aug 4 01:03:19 CEST 2007 - ma@suse.de
883 - Don't download unwanted translation files (#293740).
886 -------------------------------------------------------------------
887 Fri Aug 3 23:52:18 CEST 2007 - ma@suse.de
889 - Fix susetags repo to parse dikusage data (#293039)
893 -------------------------------------------------------------------
894 Fri Aug 3 18:56:47 CEST 2007 - ma@suse.de
896 - Add product attribute 'type' (aka 'category' which is now
897 deprecated). Adapted sustags and yum parsers to parse and
902 -------------------------------------------------------------------
903 Fri Aug 3 17:29:56 CEST 2007 - dmacvicar@suse.de
905 - fix modalias rel column number
908 -------------------------------------------------------------------
909 Fri Aug 3 16:35:36 CEST 2007 - dmacvicar@suse.de
911 - Implemented option repo.add.probe to allow probing
912 the added repositories
915 -------------------------------------------------------------------
916 Fri Aug 3 16:07:46 CEST 2007 - schubi@suse.de
918 - Fixed detection of renamed packages while update.
919 - Added new translations
922 -------------------------------------------------------------------
923 Fri Aug 3 15:02:28 CEST 2007 - ma@suse.de
925 - Speed up retrieving MediaNr attribute, as it slows down install
926 order calculation. (#297173)
929 -------------------------------------------------------------------
930 Fri Aug 3 14:13:36 CEST 2007 - dmacvicar@suse.de
932 - Fixed cache schema upgrade
934 -------------------------------------------------------------------
935 Fri Aug 3 13:38:17 CEST 2007 - ma@suse.de
937 - Fixed pattern includes and extends attributes.
941 -------------------------------------------------------------------
942 Fri Aug 3 12:33:41 CEST 2007 - schubi@suse.de
944 - API for retrieving additional dependencies" solver/detail/Resolver.h
945 - Handle additional dependencies in the testcases
946 - Handle system and language dependencies in the testcases correctly.
949 -------------------------------------------------------------------
950 Thu Aug 2 18:14:12 CEST 2007 - ma@suse.de
952 - Indicate changed pool content if /etc/sysconfig/storage USED_FS_LIST
953 has changed. Resolver must discard any cached filesystem dependencies.
954 (required for #271912)
957 -------------------------------------------------------------------
958 Thu Aug 2 16:37:06 CEST 2007 - ma@suse.de
960 - Indicate changed pool content to the resolver. (required for #271912)
964 -------------------------------------------------------------------
965 Thu Aug 2 10:16:16 CEST 2007 - schubi@suse.de
967 - speedup error handling. Do not log ResolveInfo anymore. Set limit of 20
972 -------------------------------------------------------------------
973 Wed Aug 1 18:51:12 CEST 2007 - ma@suse.de
975 - Added interface to install source packages via zypper.
979 -------------------------------------------------------------------
980 Tue Jul 31 22:01:08 CEST 2007 - ma@suse.de
982 - Added package attributes Package::sourcePkgName and
983 Package::sourcePkgEdition. Name and edition of the source
984 rpm this package was built from.
985 - Added ZYpp::installSrcPackage to install a single source package.
989 -------------------------------------------------------------------
990 Tue Jul 31 19:06:54 CEST 2007 - ma@suse.de
992 - Temorary files and directories created by makeSibling use the
993 same protection as the original.
997 -------------------------------------------------------------------
998 Tue Jul 31 10:37:13 CEST 2007 - schubi@suse.de
1000 - Removed keepExtras from resolvePool. This will be handled
1001 in the solver internally now. #294727
1002 - Checking if item really exists (#295544; ResolverInfoContainer.cc)
1006 -------------------------------------------------------------------
1007 Mon Jul 30 17:23:19 CEST 2007 - ma@suse.de
1009 - Remove tribool from RepoInfo's interface.
1013 -------------------------------------------------------------------
1014 Mon Jul 30 13:59:33 CEST 2007 - ma@suse.de
1016 - Fixed wrong media number reported by script, message and patch.
1017 - Fixed script API to provide the scripts location on media (if not
1019 - Introduced ScripProvider to make a script available on the local
1024 -------------------------------------------------------------------
1025 Fri Jul 27 18:08:42 CEST 2007 - jkupec@suse.cz
1027 - don't request media chage if the media is not changeable (like
1032 -------------------------------------------------------------------
1033 Fri Jul 27 17:40:44 CEST 2007 - dmacvicar@suse.de
1035 - progress ticks for clean cache
1036 - ZConfig: remove default from names.
1037 - re enable reading cache callbacks
1038 - ini parser without boost::regexp
1039 patch by dmueller (#152447)
1041 -------------------------------------------------------------------
1042 Fri Jul 27 17:16:27 CEST 2007 - ma@suse.de
1044 - Fixed package to provide the location media number. (#294496)
1047 -------------------------------------------------------------------
1048 Fri Jul 27 16:31:38 CEST 2007 - jkupec@suse.cz
1050 - RepoFileReader - ignore empty url keys (baseurl, mirrorlist,
1051 gpgkey) instead of throwing bad url exception
1054 -------------------------------------------------------------------
1055 Thu Jul 26 16:41:30 CEST 2007 - kkaempf@suse.de
1057 - Make clearing of extra dependencies/conflicts configurable when
1058 resolvePool(). Leave the default as before (clear extras).
1063 -------------------------------------------------------------------
1064 Thu Jul 26 10:58:27 CEST 2007 - dmacvicar@suse.de
1066 - /var/lib/zypp/cache -> /var/cache/zypp
1068 - ini parser without boost::regexp, patch by dmueller
1071 -------------------------------------------------------------------
1072 Wed Jul 25 13:50:06 CEST 2007 - ma@suse.de
1074 - Make temp directory configurable via environment
1075 variable ZYPPTMPDIR.
1079 -------------------------------------------------------------------
1080 Tue Jul 24 17:55:49 CEST 2007 - ma@suse.de
1082 - Fixed bug in smart pointer comparison.
1084 -------------------------------------------------------------------
1085 Mon Jul 23 13:05:53 CEST 2007 - ma@suse.de
1087 - Fix failing rename of metadata download directories across
1088 filesystem boundaries.
1090 -------------------------------------------------------------------
1091 Fri Jul 20 16:10:59 CEST 2007 - ma@suse.de
1093 - Fixed malicious gettext include.
1094 - Make ZConfig a singleton.
1097 -------------------------------------------------------------------
1098 Thu Jul 19 15:52:03 CEST 2007 - ma@suse.de
1100 - Fixed repo::provideFile to set a deleter for downloaded files
1105 -------------------------------------------------------------------
1106 Thu Jul 19 12:58:12 CEST 2007 - ma@suse.de
1108 - Query ByRepository now takes as well an alias.
1110 -------------------------------------------------------------------
1111 Wed Jul 18 16:40:35 CEST 2007 - dmacvicar@suse.de
1113 - fix retrieval of container attributes in cache
1116 -------------------------------------------------------------------
1117 Wed Jul 18 16:12:06 CEST 2007 - ma@suse.de
1119 - Port zypp-query-pool (#292404)
1123 -------------------------------------------------------------------
1124 Wed Jul 18 16:09:04 CEST 2007 - schubi@suse.de
1126 - added new calls in Resolver.h: addRequire,addConflict
1128 -------------------------------------------------------------------
1129 Wed Jul 18 14:43:04 CEST 2007 - ma@suse.de
1131 - Fixed IniParser to allow '=' in values (#292669)
1134 -------------------------------------------------------------------
1135 Wed Jul 18 12:38:55 CEST 2007 - ma@suse.de
1137 - Fixed repo::provideFile to throw on error.
1138 - Fixed ResolvableQuery to use 0 as default for non existing
1142 -------------------------------------------------------------------
1143 Wed Jul 18 14:16:59 CEST 2007 - dmacvicar@suse.de
1145 - allow / in alias (#292628)
1147 -------------------------------------------------------------------
1148 Tue Jul 17 15:57:03 CEST 2007 - ma@suse.de
1150 - Fixed OnMediLocation to use safe defaults. Added setLocaltion and
1151 additional ctor for convenience.
1154 -------------------------------------------------------------------
1155 Tue Jul 17 10:45:39 CEST 2007 - schubi@suse.de
1157 - Evalute update canditate:
1158 Take canditates only which are really installable. Bug 292077
1161 -------------------------------------------------------------------
1162 Mon Jul 16 15:41:31 CEST 2007 - jkupec@suse.cz
1164 - fixed some tribool bugs in RepoInfo
1167 -------------------------------------------------------------------
1168 Mon Jul 16 11:43:33 CEST 2007 - dmacvicar@suse.de
1170 - fix reading of non existant repo
1172 - first submission to stable
1173 - fix keywords parsing in susetags parser
1176 -------------------------------------------------------------------
1177 Wed Jul 11 19:14:47 CEST 2007 - jkupec@suse.cz
1179 - make resolvable query complete exceptionless with the database
1180 - test that packages have some attributes
1181 - disable progress adaptor for now
1185 -------------------------------------------------------------------
1186 Wed Jul 11 14:37:02 CEST 2007 - ma@suse.de
1188 - fixed unresolved symbols
1192 -------------------------------------------------------------------
1193 Wed Jul 11 13:31:39 CEST 2007 - ma@suse.de
1195 - fixed TranslatedText creating unwanted entries.
1196 - fixed capability processing
1200 -------------------------------------------------------------------
1201 Tue Jul 10 20:01:18 CEST 2007 - jkupec@suse.cz
1203 - MediaSetAccess::release() added
1204 - Use attachDesiredMedia in MediaProducts
1205 - Progress reporting improved
1209 -------------------------------------------------------------------
1210 Tue Jul 10 14:23:13 CEST 2007 - ma@suse.de
1212 - fixed parsing translated texts.
1213 - added source packages.
1217 -------------------------------------------------------------------
1218 Tue Jul 10 13:11:31 CEST 2007 - jkupec@suse.cz
1220 - repo callbacks fixed
1221 - Fixed YUM parser progress reporting
1222 - Added CombinedProgressData
1223 - make RepoImpl::resolvables() load lazy
1224 - MediaProducts added for scanning products file
1225 - Implement cache schema versioning and automatic invalidation of
1226 cache when schema changes
1230 -------------------------------------------------------------------
1231 Fri Jul 6 13:51:50 CEST 2007 - ma@suse.de
1233 - Propagate pools repository_iterator to the UI
1237 -------------------------------------------------------------------
1238 Thu Jul 5 17:02:08 CEST 2007 - ma@suse.de
1240 - Package::location is now returns an OnMediaLocation
1241 - archivesize() renamed to downloadSize()
1242 - Allow to iterate all Repositories that contribute
1243 Resolvables to the Pool.
1244 - MediaSetAccess::provideDir added
1245 - remove useless url check
1246 - add old-api-style wrapper
1247 - Add MediaProducts class
1251 -------------------------------------------------------------------
1252 Thu Jul 5 09:31:02 CEST 2007 - schubi@suse.de
1254 - function isInstalledBy/installs
1255 Added an initial installation flag which shows if the item has been
1256 triggered for installation, or the dependency is already satisfied.
1260 -------------------------------------------------------------------
1261 Tue Jul 3 13:07:31 CEST 2007 - jkupec@suse.cz
1263 - removed unused %{prefix}/lib/zypp from %files in spec file
1266 -------------------------------------------------------------------
1267 Tue Jul 3 10:37:37 CEST 2007 - jkupec@suse.cz
1269 - Old API (SourceManager, metadata parsers) dropped in favor of the
1270 new refactored ones (RepoManager, RepoParser(s), cache subtree,
1272 - Some new API improvements.
1274 - version 3.10.0 (bumped minor to 10 to indicate refactoring branch)
1276 -------------------------------------------------------------------
1277 Fri Jun 22 15:28:03 CEST 2007 - schubi@suse.de
1279 - New API calls which provides more information about one
1280 resolvable after a solverrun:
1281 isInstalledBy (const PoolItem_Ref item);
1282 installs (const PoolItem_Ref item);
1285 -------------------------------------------------------------------
1286 Thu Jun 21 15:58:16 CEST 2007 - adrian@suse.de
1288 - fix changelog entry order
1290 -------------------------------------------------------------------
1291 Wed Jun 20 11:47:33 CEST 2007 - schubi@suse.de
1293 - Ignore conflicting items which are uninstallable
1294 - Create a "needed by" info if a requirement is still fulfilled.
1295 - Allow only one needed_by and needed_by_capability in QueueItemInstall
1296 - Added capability and type (REQUIRE, RECOMMEND,....) to
1297 ResolverInfoNeededBy
1298 - Evaluate ResolverInfoNeededBy for more information in the error
1300 - Enlarge detail description in the error messages
1303 -------------------------------------------------------------------
1304 Tue Jun 19 13:59:09 CEST 2007 - ma@suse.de
1310 -------------------------------------------------------------------
1311 Mon Jun 18 17:20:45 CEST 2007 - mvidner@suse.cz
1313 - fixed so versioning from libtool to cmake
1316 -------------------------------------------------------------------
1317 Mon Jun 18 09:47:32 CEST 2007 - dmacvicar@suse.de
1319 - Use gpg2 instead of gpg for keyring and make
1320 the package depend on it (#284211)
1322 -------------------------------------------------------------------
1323 Mon Jun 11 17:02:49 CEST 2007 - schubi@suse.de
1325 - Required kmp packges FOR EACH installed/to_be_installed kernel will be installed.
1326 New dependency "packageand(foo:bar)" which provides an AND dependency by
1327 injecting a supplement/freshen.
1328 e.G. package novell-cluster-services-kmp-smp
1329 supplements: packageand(kernel-smp:novell-cluster-services-kmp)
1331 - Dont check for architecture changes in atoms (#266178)
1334 -------------------------------------------------------------------
1335 Wed May 23 17:03:29 CEST 2007 - ma@suse.de
1337 - Fixed package-manager script (#275847)
1340 -------------------------------------------------------------------
1341 Wed May 23 13:32:02 CEST 2007 - schubi@suse.de
1346 -------------------------------------------------------------------
1347 Wed May 23 11:25:55 CEST 2007 - schubi@suse.de
1349 - Reduced logging in order to speedup solving Bug 275100
1353 -------------------------------------------------------------------
1354 Tue May 15 14:03:34 CEST 2007 - ma@suse.de
1356 - Fix excess calls to releaseFile. (#274357)
1359 -------------------------------------------------------------------
1360 Wed May 9 18:44:20 CEST 2007 - dmacvicar@suse.de
1362 - Fix importing keys into rpm. (#270125)
1365 -------------------------------------------------------------------
1366 Wed Apr 18 14:56:17 CEST 2007 - ma@suse.de
1368 - Support filesystem dependencies to add needed filesystem RPMs
1369 automatically (Fate 301966).
1373 -------------------------------------------------------------------
1374 Mon Apr 16 11:23:15 CEST 2007 - jkupec@suse.cz
1376 - avoiding attaching media where not needed (#263207)
1379 -------------------------------------------------------------------
1380 Fri Apr 13 17:32:55 CEST 2007 - dmacvicar@suse.de
1382 - fix FileCap with attributes
1385 -------------------------------------------------------------------
1386 Thu Apr 12 02:33:18 CEST 2007 - ma@suse.de
1388 - Fixed computation of install order. Take requirements of
1389 an installed packages uninstall scripts into account, if
1390 the package is updated. (#258682)
1393 -------------------------------------------------------------------
1394 Wed Apr 11 15:24:01 CEST 2007 - ma@suse.de
1396 - Parse and provide package keywords. (Fate 120368)
1400 -------------------------------------------------------------------
1401 Thu Apr 5 15:50:15 CEST 2007 - schubi@suse.de
1403 - Upgrade: Do NOT delete packages which have unresolved dependencies -->
1404 Ask the user. Bug 258322
1408 -------------------------------------------------------------------
1409 Wed Apr 4 19:39:12 CEST 2007 - ma@suse.de
1411 - Fix restoring of Sources id root prefix is used. (#238165)
1415 -------------------------------------------------------------------
1416 Wed Apr 4 15:33:54 CEST 2007 - jkupec@suse.cz
1418 - MediaManager::attachDesiredMedia() added to support multiple
1419 (CD/DVD) drives (fate #3974)
1422 -------------------------------------------------------------------
1423 Wed Mar 14 14:33:26 CET 2007 - schubi@suse.de
1425 - If there is no valid solver result and NOT all resolvables ( other
1426 architecture) has been regarded, let the user decide making a new
1427 solver run with ALL available resolvables. Bug 223440
1428 - reducing logging (error -> debug) bug 252921
1431 -------------------------------------------------------------------
1432 Fri Mar 9 00:08:38 CET 2007 - ma@suse.de
1434 - Allow configuration of trusted vendors via
1435 /var/lib/zypp/db/trustedVendors. (#186636)
1439 -------------------------------------------------------------------
1440 Wed Mar 7 15:20:29 CET 2007 - dmacvicar@suse.de
1442 - libzypp-devel -> libzypp requirement is not versioned
1446 -------------------------------------------------------------------
1447 Tue Mar 6 17:25:49 CET 2007 - schubi@suse.de
1449 - Using already existing valid solver results for further solver runs.
1453 -------------------------------------------------------------------
1454 Fri Mar 2 16:11:16 CET 2007 - dmacvicar@suse.de
1459 -------------------------------------------------------------------
1460 Tue Feb 27 15:50:39 CET 2007 - dmacvicar@suse.de
1462 - merging from 10.2 / SP1
1463 - #247459 ftp probing
1464 denied == dont exists in ftp
1467 -------------------------------------------------------------------
1468 Tue Feb 27 15:35:06 CET 2007 - schubi@suse.de
1470 - Merging solver related stuff from SuSE-Linux-10_2-Branch ( till r5111):
1471 - Simultaneouqusly establishing of items which are conflicting eachother is
1472 useless. So only one will be established. Fixed in QueueItemInstall.cc
1474 - Added new upgrade options to fine tune version and patch handling.
1476 - The context of establishPool will be stored in Resolver and will be
1477 regarded for the next solver run everytime. So it will be not reset by
1478 any solver run anymore.
1479 bug 191810 ( A broken patch will not be installed again)
1481 -------------------------------------------------------------------
1482 Fri Feb 23 17:40:23 CET 2007 - jkupec@suse.cz
1484 - adding sotf,timeo=X nfs mount options by default (#235211)
1487 -------------------------------------------------------------------
1488 Fri Feb 23 14:16:19 CET 2007 - jkupec@suse.cz
1490 - support for HTTP authentication prompt added (#190609)
1491 - fixed problem with empty path in URL
1492 in MediaCurl::doGetFileCopy()
1495 -------------------------------------------------------------------
1496 Mon Feb 12 15:28:08 CET 2007 - jkupec@suse.cz
1498 - Merged revisions 4926-4993,4995,4998-5006 via svnmerge from
1499 SuSE-Linux-10_2-Branch
1501 - verifySystem: Regarding patterns too. Bug 239750 (schubi)
1502 - verifySystem: The result will be set to APPL_HIGH, so it will be not
1503 reset by a second "normal" solver run. #239281 (schubi)
1504 - yast2 reports invalid URL as 'unknown source type'
1505 (#209961) (dmacvicar)
1506 - Added freshen language dependency in supplemements too if there is no
1507 entry in supplements.
1508 #240617;IPA fonts are not installed even if select Japanese
1510 - Setting allowed authentication methods to "basic,digest" if none
1511 provided in URL (#243006) (jkupec)
1512 - Stopping after 50 valid solver results. Anymore would be useless. Bug
1516 -------------------------------------------------------------------
1517 Mon Feb 12 10:37:02 CET 2007 - mvidner@suse.cz
1519 - package-manager: use a generic su script from XDG (#235303, #244442)
1521 -------------------------------------------------------------------
1522 Fri Feb 9 15:21:55 CET 2007 - jkupec@suse.cz
1524 - Setting allowed authentication methods to "basic,digest" if none
1525 provided in URL (#243006)
1526 - fixed gettext and rpath problems in configure.ac and Makefile.cvs
1530 -------------------------------------------------------------------
1531 Wed Feb 7 15:52:29 CET 2007 - jkupec@suse.cz
1533 - MediaCurlException::dumpOn() adjusted for ncurses dialogue
1537 -------------------------------------------------------------------
1538 Mon Jan 29 13:10:37 CET 2007 - dmacvicar@suse.de
1540 - Merged revisions 4907-4926 from SuSE-Linux-10_2-Branch
1542 - update packages: changing architecture is only valid while an
1543 system update and NOT while an update via a patch. Last fix does
1544 not fit for every case.
1546 - Patch has selected not the concerning package for update but
1547 a package which has provided the required dependencies too.
1548 Algorithmus: If there are exactly two providers which differ in architecture
1549 prefer the better arch.
1550 Fix: Regarding NVRA too. ( only if equal )
1552 - Download only English and Local translation
1554 - Added solver parameter:
1555 tryAllPossibilities: regarding every solver branch ( not only
1556 branches with e.G. best architectures
1557 preferHighestVersion: Prefer solver results which have a higher
1560 - update packages: changing architecture is only valid while an
1561 system update and NOT while an update via a patch.
1562 Bug 230685 - x86_64 MozillaFirefox binaries in security update
1564 Fix of version 2.11.2 has not worked if the first founded item
1565 had had another architecture.
1568 -------------------------------------------------------------------
1569 Wed Jan 24 14:50:33 CET 2007 - lslezak@suse.cz
1571 - added ZYpp::getPartitions() - return the partitinoning
1573 -------------------------------------------------------------------
1574 Wed Jan 24 14:20:28 CET 2007 - dmacvicar@suse.de
1576 - Merged revisions 4705-4906 via svnmerge from SuSE-Linux-10_2-Branch
1577 - Corrupt download cannot be skipped
1578 (#217425 and #224216)
1579 - Enable package read ahead/caching in commit per default to reduce
1580 interactive media changes. If the environment variable
1581 ZYPP_COMMIT_NO_PACKAGE_CACHE is set, caching will be disabled. (F100182)
1582 - added parameter not to reset resolver results while calling
1583 freshen pool Bug: 235761
1584 - Prepare package read ahead/caching of packages in commit. Adatped the
1585 workflow. Caching details are now hidden inside CommitPackageCache.
1586 The current implementation still performs no read ahead. (for F100182)
1587 - Skip invalid or broken rpm database entries. (#231211)
1588 - verifySystem: check if the solution is valid after calling freshenPool()
1590 - Added own call for Resolver::verifySystem with additional
1591 hardware/language check in order to keep binary compatibility
1593 - Rpm requires additional quoting of special chars in filenames.
1595 - Resolver::verifySystem checks for new hardware now by calling
1596 freshenPool. This is configureable. Fate #301224
1597 - merged texts from proofread
1598 - Don't consider patch/delta rpms if package architecture changes.
1600 - update packages: changing architecture is only valid while an
1601 system update and NOT while an update via a patch.
1602 Bug 230685 - x86_64 MozillaFirefox binaries in security update repository
1603 - verifySystem: Do only regard items which will be on the system after the
1606 Import listed GPG Keys from an trusted installation source
1607 - fix return call in new xml parser
1608 - Enable system resolvables in Helix parser (Revision 4787)
1610 Resetting transaction with the correct call;
1611 bugfix; Added kind in keep state (Revision 4788)
1612 - Wrong behaviour in soft install/uninstall. --> Setting Transact with
1613 soft (Revision 4789)
1614 - New call added: maySetToBeUninstalledSoft (Revision 4789)
1615 Both are only functions for the solver (Revision 4789)
1616 - Resetting "by causer" in order to distinguish from state
1617 "keep by user". ( function setLock in order to remove lock)
1619 - Better fix for Bug 217574: Checking if the resolveable CAN be deleted soft
1620 in QueueItemUninstall.cc (Revision 4790)
1621 - Regarding "keep state by user". So avoiding "reselecting" by
1623 Give a corresponding problem solution if a resolvable satisfy
1624 a dependency, but has been set to keep by the user.
1625 Bug : 222531 (Revision 4791)
1626 - Allow to disable autoprotection of foreign vendor items. Required
1627 in zmd-backend. (F301735).
1628 - use sqlite-zmd if using > 10.2 in spec. Use the one available
1630 - Item could has already been selected to soft uninstall (e.G. remove
1631 pattern which recommend this item ). Do not throw an exception anymore.
1633 - Added syscontent::Reader: Parse serialized set of ResObjects.
1635 - If there has already been selected another item by the solver (e.g. from
1636 another source) we will take thatone in order to avoid parallel
1637 installation and there concerning error messages.
1639 - In order to handle conflicting resolvable we try to update the
1640 conflicting item. While evaluating these canditates an already selected
1641 candidate will not be regarded. So it could be that an older package
1642 will be selected for update although a newer has already been selected. Revision 4765
1643 - Conflicting items: The resolvable will be obsoleted by another. So it is useless finding an
1644 update candidate and evaluate additional branches.
1647 -------------------------------------------------------------------
1648 Mon Dec 4 15:38:12 CET 2006 - mt@suse.de
1650 - Improved realpath() wrapper in media handler class (#222521).
1653 -------------------------------------------------------------------
1654 Thu Nov 30 09:15:20 CET 2006 - ma@suse.de
1656 - version 3.0.0 (2.x.x now in SuSE-Linux-10_2-Branch)
1659 -------------------------------------------------------------------
1660 Wed Nov 29 19:20:24 CET 2006 - dmacvicar@suse.de
1662 - use sqlite-zmd package for the non yet shipped zypp2/ stuff
1663 because backend uses this sqlite and it is no fun to
1664 install one and the other to develop (as the -devel packages)
1666 - add cmake support for building zypp/ lib.
1667 TODO: soinfo, compile testcases, devel, zypp2,docs
1668 find rpm, curl and others.
1669 - dont serialize interactive, as it is
1671 (it was already fixed as we don't reimplement
1672 the method, but we still serialized, parsed)
1675 -------------------------------------------------------------------
1676 Tue Nov 28 22:40:12 CET 2006 - ma@suse.de
1678 - fixed Patch::interactive to return true as well, if the patch
1679 itself has a licence. (#224192)
1683 -------------------------------------------------------------------
1684 Tue Nov 28 16:36:56 CET 2006 - mt@suse.de
1686 - Added search for /sbin/vol_id tool - that is in /lib/udev/vol_id
1687 on the installation image (#213852).
1690 -------------------------------------------------------------------
1691 Tue Nov 28 11:44:52 CET 2006 - schubi@suse.de
1693 - Avoid duplicate pool entries; Bug 223750; second part of the fix
1697 -------------------------------------------------------------------
1698 Mon Nov 27 18:29:58 CET 2006 - schubi@suse.de
1700 - Pool has multi instances of an item in the pool. Reduced this error
1701 to items which are identically at least. #217574 and #223750
1704 -------------------------------------------------------------------
1705 Mon Nov 27 17:37:44 CET 2006 - dmacvicar@suse.de
1707 - replace spaces to underscores in product names
1711 -------------------------------------------------------------------
1712 Mon Nov 27 16:54:03 CET 2006 - dmacvicar@suse.de
1714 - Mark some strings for translation (#219783 need it)
1717 -------------------------------------------------------------------
1718 Mon Nov 27 16:17:07 CET 2006 - mt@suse.de
1720 - Added translations marks to hal, url and mutex exceptions (#23771)
1723 -------------------------------------------------------------------
1724 Wed Nov 22 19:24:57 CET 2006 - dmacvicar@suse.de
1726 - don't make libzypp-devel depend on sqlite-devel as
1727 headers from zypp2 are not installed yet
1730 -------------------------------------------------------------------
1731 Wed Nov 22 15:23:55 CET 2006 - ma@suse.de
1733 - Return an error if fork failed. (#204807)
1734 - Make Script execution abortable by user request. (#212949, F100233)
1738 -------------------------------------------------------------------
1739 Tue Nov 21 16:25:03 CET 2006 - mvidner@suse.cz
1741 - Added package-manager wrapper script, with icon and .desktop (#222757).
1742 (Used by gnome-main-menu)
1746 -------------------------------------------------------------------
1747 Tue Nov 21 13:11:06 CET 2006 - mt@suse.de
1749 - Fixed target/hal - one more dbus_connection_close found (#216035)
1753 -------------------------------------------------------------------
1754 Mon Nov 20 14:15:38 CET 2006 - schubi@suse.de
1760 -------------------------------------------------------------------
1761 Mon Nov 20 11:02:04 CET 2006 - ma@suse.de
1763 - Process obsoletes when installing non-package objects. (#217352)
1767 -------------------------------------------------------------------
1768 Fri Nov 17 16:57:39 CET 2006 - mt@suse.de
1770 - Implemented volume device check using /sbin/vol_id (#213852).
1773 -------------------------------------------------------------------
1774 Fri Nov 17 15:53:58 CET 2006 - schubi@suse.de
1776 - new translation added
1778 -------------------------------------------------------------------
1779 Fri Nov 17 12:42:04 CET 2006 - mt@suse.de
1781 - Implemented an reuse of already existing foreign CD/DVD mount points
1782 (e.g. automounted) - depends on REUSE_FOREIGN_MOUNTS flag (#220206).
1783 - Added a fallback check of the volume.mount_point HAL property to
1784 isAutoMountedMedia(); info.hal_mount.created_mount_point seems
1785 to be not avaliable in newer HAL versions (on 10.2).
1789 -------------------------------------------------------------------
1790 Thu Nov 16 23:39:15 CET 2006 - ma@suse.de
1792 - removed unused methods from Patch and PatchImplIf. Provided
1793 reasonable default implementation for Patch::interactive.
1798 -------------------------------------------------------------------
1799 Thu Nov 16 15:32:04 CET 2006 - dmacvicar@suse.de
1801 - Handle media eject failures (#216545)
1804 -------------------------------------------------------------------
1805 Wed Nov 15 22:41:51 CET 2006 - ma@suse.de
1807 - Reimplemented RpmDb::checkPackage using librpm API instead
1808 of parsing "rpm --checksig" output. (#163202)
1812 -------------------------------------------------------------------
1813 Wed Nov 15 15:39:26 CET 2006 - schubi@suse.de
1815 - NEW behaviour of the solver:
1816 Obsolete virtual provides. E.G.:
1822 Name: moretest-1.0-0
1827 Name: nomoretest-1.0-0
1832 test-1.0-0 AND moretest-1.0-0 will be deleted. In former versions only
1833 test-1.0-0 had been deleted. Bug 220999
1835 - Translations added
1840 -------------------------------------------------------------------
1841 Tue Nov 14 16:32:49 CET 2006 - schubi@suse.de
1843 - Bugfix in generating solver testcases:
1844 - added kind of capabilities in description file
1845 - removed unneded channel from uninstall in command file
1847 -------------------------------------------------------------------
1848 Mon Nov 13 18:35:01 CET 2006 - mt@suse.de
1850 - Try to call /bin/eject utility if the eject-ioctl fails.
1853 -------------------------------------------------------------------
1854 Mon Nov 13 17:00:51 CET 2006 - dmacvicar@suse.de
1856 - ignore empty capabilities
1859 -------------------------------------------------------------------
1860 Fri Nov 10 17:52:10 CET 2006 - dmacvicar@suse.de
1862 - make progress strings translatable (#219783)
1865 -------------------------------------------------------------------
1866 Tue Nov 7 16:40:28 CET 2006 - schubi@suse.de
1868 - While deleting a selection all concerning recommended
1869 packages will be deleted too.
1870 BUT those packages should not be deleted which have been
1871 set to KEEP by the user. bug 217574
1875 -------------------------------------------------------------------
1876 Tue Nov 7 13:12:49 CET 2006 - schubi@suse.de
1878 - Makefile in zypp2 fixed
1881 -------------------------------------------------------------------
1882 Tue Nov 7 11:38:10 CET 2006 - schubi@suse.de
1884 - Translations added
1888 -------------------------------------------------------------------
1889 Mon Nov 6 12:32:22 CET 2006 - dmacvicar@suse.de
1891 - Make the parser more strict, rejecting broken sources
1892 but showing the error line.
1893 Last fix making the parser relax would break multitag
1894 descriptions with empty lines, now we check dependencies
1895 at a higher level. (reference #160607)
1898 -------------------------------------------------------------------
1899 Fri Nov 3 11:04:19 CET 2006 - schubi@suse.de
1901 - New problem solution added: Unlock ALL resovables in order to speed up
1902 problem solution. Bug 206453
1904 -------------------------------------------------------------------
1905 Fri Nov 3 10:29:08 CET 2006 - schubi@suse.de
1907 - Translations added
1909 -------------------------------------------------------------------
1910 Thu Nov 2 17:15:19 CET 2006 - mt@suse.de
1912 - Fixed target/hal - removed dbus_connection_close calls, because
1913 the connections are shared; unref the ref-counted handle only.
1917 -------------------------------------------------------------------
1918 Thu Nov 2 16:18:27 CET 2006 - dmacvicar@suse.de
1920 - skipping unreachable packages won't work
1924 -------------------------------------------------------------------
1925 Wed Oct 25 19:04:51 CEST 2006 - dmacvicar@suse.de
1927 - (#213793) Target store fails to recreate stored install-time (other
1928 Date and ByteCount values as well)
1930 - skip comments and blank lines in multilists
1931 fixes (#214877) - zen-updater is not installed by default
1933 - Automatically fix broken products when reading
1934 the product database.
1935 still pending: honour the read-only flag
1936 Changes to make this possible include
1937 using read_dir instead of boost directory
1940 -------------------------------------------------------------------
1941 Wed Oct 25 17:09:06 CEST 2006 - schubi@suse.de
1943 - added new class for generating solver testcases:
1946 -------------------------------------------------------------------
1947 Wed Oct 25 15:40:44 CEST 2006 - ma@suse.de
1949 - Finalized ui::PatternContents. (F301229)
1953 -------------------------------------------------------------------
1954 Wed Oct 25 08:21:52 CEST 2006 - mvidner@suse.cz
1956 - Moved zypper and zypp-checkpatches(-wrapper) to zypper.rpm
1959 -------------------------------------------------------------------
1960 Tue Oct 24 14:33:16 CEST 2006 - ma@suse.de
1962 - Added ui::PatternContents: Helper class that will compute a patterns
1963 expanded install_packages set. (UI interface for F301229)
1966 -------------------------------------------------------------------
1967 Tue Oct 24 09:06:24 CEST 2006 - mvidner@suse.cz
1969 - removed the last reference to /usr/lib64 to fix the build
1971 -------------------------------------------------------------------
1972 Mon Oct 23 17:44:42 CEST 2006 - mvidner@suse.cz
1974 - added "zypper info" (jkupec)
1977 -------------------------------------------------------------------
1978 Mon Oct 23 11:28:01 CEST 2006 - dmacvicar@suse.de
1980 - fix rpm db timestamp
1981 - add extra urls and optional urls to product API
1984 -------------------------------------------------------------------
1985 Fri Oct 20 16:55:44 CEST 2006 - mvidner@suse.cz
1987 - zypper: nicer progress reports, with or without --verbose.
1989 -------------------------------------------------------------------
1990 Fri Oct 20 16:25:50 CEST 2006 - ma@suse.de
1992 - Fixed reloading of target data after commit. Broken since
1997 -------------------------------------------------------------------
1998 Fri Oct 20 16:22:09 CEST 2006 - dmacvicar@suse.de
2000 - put query-pool in /usr/lib/zypp and not lib64
2003 -------------------------------------------------------------------
2004 Fri Oct 20 12:16:06 CEST 2006 - dmacvicar@suse.de
2006 - revert keyring changes, causes endless loop (obvious)
2007 - add dist-product information, adapt store
2011 -------------------------------------------------------------------
2012 Fri Oct 20 11:04:26 CEST 2006 - ma@suse.de
2014 - zypp-query-pool: For products show additionally distributionName
2015 and distributionEdition. (required by #205392)
2018 -------------------------------------------------------------------
2019 Fri Oct 20 00:13:49 CEST 2006 - ma@suse.de
2021 - Add accessor for Product distributionName and distributionEdition.
2022 (required by #205392)
2025 -------------------------------------------------------------------
2026 Thu Oct 19 18:40:36 CEST 2006 - dmacvicar@suse.de
2028 - added test case for KeyRing
2029 - fire trustedKeyAdded in all calls to import trusted key
2030 not only in signature check workflow.
2033 -------------------------------------------------------------------
2034 Thu Oct 19 18:27:02 CEST 2006 - mvidner@suse.cz
2036 - zypper update: implemented minimal version (patches only)
2037 - zypper list-updates: changed default type from package to patch,
2038 consider patches affecting the package manager separately
2040 -------------------------------------------------------------------
2041 Thu Oct 19 14:09:33 CEST 2006 - dmacvicar@suse.de
2046 -------------------------------------------------------------------
2047 Thu Oct 19 14:05:18 CEST 2006 - dmacvicar@suse.de
2049 - add zypp-query-pool, so registration doesn't depend on
2050 libzypp-zmd-backend being installed. Will remove from
2051 backend when suseregister gets updated.
2053 -------------------------------------------------------------------
2054 Thu Oct 19 12:31:08 CEST 2006 - schwab@suse.de
2056 - Make sure config.rpath is present.
2058 -------------------------------------------------------------------
2059 Wed Oct 18 21:40:25 CEST 2006 - mvidner@suse.cz
2061 - zypper search: fixed uninitialized members that made all searches
2062 exact and case sensitve
2064 -------------------------------------------------------------------
2065 Wed Oct 18 13:13:16 CEST 2006 - dmacvicar@suse.de
2067 - zypp-checkpatches, write in the right file
2070 -------------------------------------------------------------------
2071 Wed Oct 18 12:45:49 CEST 2006 - schubi@suse.de
2073 - Install resolvables although they are unneeded
2074 if they have NOT the kind patch/atoms
2075 Bug 210538 - freshens/supplements does not work with patterns
2078 -------------------------------------------------------------------
2079 Tue Oct 17 19:17:39 CEST 2006 - mvidner@suse.cz
2081 - zypper service-add -r http://example.org/foo.repo (F#300641).
2083 -------------------------------------------------------------------
2084 Tue Oct 17 18:29:34 CEST 2006 - dmacvicar@suse.de
2086 - zypp-checkpatches:
2087 save version of the generated xml to
2088 regenerate it if it changes.
2089 save a random token in case of error to
2090 force recreating xml file
2093 -------------------------------------------------------------------
2094 Tue Oct 17 13:49:53 CEST 2006 - dmacvicar@suse.de
2096 - remove permissions for zypp checkpatches from spec
2099 -------------------------------------------------------------------
2100 Tue Oct 17 12:36:57 CEST 2006 - dmacvicar@suse.de
2102 - registration fails because of wrong product data
2104 use DISTPRODUCT,DISTVERSION to create the product
2105 resolvable. have this resolvable provide
2109 -------------------------------------------------------------------
2110 Mon Oct 16 18:05:56 CEST 2006 - mvidner@suse.cz
2112 - zypper service-add -r ./foo.repo (F#300641).
2114 -------------------------------------------------------------------
2115 Mon Oct 16 15:02:00 CEST 2006 - jkupec@suse.cz
2117 - zypper: added case-sensitive search, search in descriptions and
2118 summaries, search by resolvable type, substring and word
2119 matching, support for wildcards
2122 -------------------------------------------------------------------
2123 Mon Oct 16 13:27:50 CEST 2006 - mvidner@suse.cz
2125 - Prevent the user from sending signals to zypp-checkpatches-wrapper
2128 -------------------------------------------------------------------
2129 Mon Oct 16 12:57:56 CEST 2006 - schubi@suse.de
2131 - Dont incomplete an uninstalled resolvable, even not when establishing.
2132 Incomplete only makes sense for installed resolvables (when they have broken
2133 deps), for patches (because they are needed) and for atoms (because they are
2134 used during patch calculation)
2137 - Do not branch for packages with the same NVE but different architectures.
2138 Take the best architecture.
2140 -------------------------------------------------------------------
2141 Fri Oct 13 16:51:43 CEST 2006 - dmacvicar@suse.de
2143 - implement rename source in sourcemanager
2146 -------------------------------------------------------------------
2147 Fri Oct 13 14:32:44 CEST 2006 - dmacvicar@suse.de
2149 - YaST sources: set alias to product summary if empty
2150 - show alias on logs.
2153 -------------------------------------------------------------------
2154 Thu Oct 12 16:40:29 CEST 2006 - dmacvicar@suse.de
2156 - version 2.4.0 (bin incompat due to callback fixes)
2159 -------------------------------------------------------------------
2160 Thu Oct 12 16:30:55 CEST 2006 - ma@suse.de
2162 - Provide additional solver status information to the UI.
2164 - Fixed UI satus computation in presence of multiple available
2169 -------------------------------------------------------------------
2170 Thu Oct 12 15:45:12 CEST 2006 - dmacvicar@suse.de
2172 - remove const in MediaChangeReport requestMedia that
2176 -------------------------------------------------------------------
2177 Wed Oct 11 08:35:48 CEST 2006 - mvidner@suse.cz
2179 - zypper: added search (jkupec)
2180 - removed the suid bit from zypp-checkpatches-wrapper so that the
2181 build passes until permissions.rpm is updated (~#211286).
2184 -------------------------------------------------------------------
2185 Tue Oct 10 16:03:40 CEST 2006 - dmacvicar@suse.de
2187 - Log microseconds if ZYPP_PROFILING env var is enabled.
2190 -------------------------------------------------------------------
2191 Mon Oct 9 18:15:19 CEST 2006 - dmacvicar@suse.de
2194 Factory cannot be set with 'refresh' enabled
2196 - get rid of some const bool signatures in Source classes
2199 -------------------------------------------------------------------
2200 Mon Oct 9 15:11:16 CEST 2006 - mvidner@suse.cz
2202 - Added zypp-checkpatches and a suid-root zypp-checkpatches-wrapper.
2204 -------------------------------------------------------------------
2205 Fri Oct 6 13:23:32 CEST 2006 - schubi@suse.de
2207 - select the best solution: prefering the total amount of install/update
2208 packages BEFORE source preferences. Bug 208784
2210 -------------------------------------------------------------------
2211 Fri Oct 6 11:55:11 CEST 2006 - dmacvicar@suse.de
2213 - Introduce a method to see if a source supports a
2214 kind of resolvable at that time, so we can
2215 init a YUM source like factory but avoid parsing
2216 it if it contains no patches.
2218 - zypp-checkpatches xml output
2221 -------------------------------------------------------------------
2222 Mon Oct 2 16:34:03 CEST 2006 - mvidner@suse.cz
2224 - added a CLI preview: zypper
2228 -------------------------------------------------------------------
2229 Mon Oct 2 15:11:26 CEST 2006 - dmacvicar@suse.de
2232 Make Content File Aware of Different Architectures
2233 expand %a in release notes with architecture
2235 -------------------------------------------------------------------
2236 Fri Sep 29 16:10:46 CEST 2006 - ma@suse.de
2238 - Extended pattern parser to support includes/extends tags as hint
2239 for the IO. (F301229)
2243 -------------------------------------------------------------------
2244 Fri Sep 29 00:31:33 CEST 2006 - ma@suse.de
2246 - Enabled sending of ScriptResolvableReport.
2247 - Changed ScriptResolvableReport::start to send local path
2248 of script to be executed.
2252 -------------------------------------------------------------------
2253 Wed Sep 27 14:14:33 CEST 2006 - ma@suse.de
2255 - Added ScriptResolvableReport. Callbacks triggered on script
2256 execution during commit. (F100233)
2260 -------------------------------------------------------------------
2261 Mon Sep 25 13:52:55 CEST 2006 - mvidner@suse.cz
2263 - fix: Url::getRegisteredSchemes() would always return nothing
2265 -------------------------------------------------------------------
2266 Fri Sep 22 15:34:11 CEST 2006 - jkupec@suse.cz
2268 - Made the build dependency on gettext-devel explicit
2270 -------------------------------------------------------------------
2271 Tue Sep 19 10:59:24 CEST 2006 - jsrain@suse.cz
2273 - adapted multi-media YUM sources according to official YUM
2274 specification (F300743)
2276 -------------------------------------------------------------------
2277 Mon Sep 18 17:42:26 CEST 2006 - lslezak@suse.cz
2279 - use RPM_OPT_FLAGS (meissner@suse.de)
2281 -------------------------------------------------------------------
2282 Mon Sep 18 15:19:53 CEST 2006 - lslezak@suse.cz
2284 - SourceFactory::createFrom() - don't loose url,...
2287 -------------------------------------------------------------------
2288 Mon Sep 18 12:00:46 CEST 2006 - kkaempf@suse.de
2290 - reduce logging in ResolvableImpl.cc
2293 -------------------------------------------------------------------
2294 Thu Sep 14 15:59:47 CEST 2006 - schubi@suse.de
2296 - Replaced requirementIsMet by requirementIsInstalledOrUnneeded
2297 in QueueItemInstall and QueueItemRequire
2299 removed fix:Thu Sep 7 18:31:46 CEST 2006 - schubi@suse.de
2301 -------------------------------------------------------------------
2302 Thu Sep 14 12:44:53 CEST 2006 - lslezak@suse.cz
2304 - fixed SourceFactory::createFrom() - don't loose alias,
2305 cachedir,... parameters
2307 -------------------------------------------------------------------
2308 Thu Sep 14 10:21:02 CEST 2006 - mvidner@suse.cz
2310 - Use RPM Enhances only if detected at configure time, to allow
2311 compilation with older rpm.
2312 - callback params: use const string & instead of string (dmacvicar)
2314 -------------------------------------------------------------------
2315 Thu Sep 7 18:31:46 CEST 2006 - schubi@suse.de
2317 - Do not regarding SATISFIED (regarding UNNEEDED) in isPresent if it is
2318 a package/script/message
2321 -------------------------------------------------------------------
2322 Thu Sep 7 16:19:36 CEST 2006 - dmacvicar@suse.de
2324 - add Source_Ref::checksum() which in combination with
2325 timestamp can give an idea of a source change.
2328 -------------------------------------------------------------------
2329 Thu Sep 7 14:32:38 CEST 2006 - mvidner@suse.cz
2331 - Implemented fgzstreambuf::compressed_tell and fXstream::getbuf to
2332 enable progress reporting on compressed streams.
2334 -------------------------------------------------------------------
2335 Wed Sep 6 18:31:20 CEST 2006 - dmacvicar@suse.de
2337 - better error propagation
2340 -------------------------------------------------------------------
2341 Tue Sep 5 19:22:56 CEST 2006 - mt@suse.de
2343 - Removed libblkid dependency - the workaround using libblkid to
2344 check filesystem on XEN vbd mapped devices is obsolete, because
2345 the info is avaliable via /dev/disk/by-label link now. (#197107)
2348 -------------------------------------------------------------------
2349 Thu Aug 31 15:16:11 CEST 2006 - ma@suse.de
2351 - PackageProvider: Fixed broken retry. (#202163)
2354 -------------------------------------------------------------------
2355 Wed Aug 30 23:50:55 CEST 2006 - ma@suse.de
2357 - Fixed RpmDb::makePackageFromHeader: Catch NULL Header passed as argument and refuse
2358 to create a Package from a source package header.
2359 - Added method Pathname::extension: Return all of the characters in name
2360 after and including the last dot in the last element of name.
2361 - PlaindirImpl: Disable rpm signature verification when scaning a directory for
2362 rpms. Otherwise we'd need access to the rpm database to get the keys.
2365 -------------------------------------------------------------------
2366 Wed Aug 30 17:42:40 CEST 2006 - schubi@suse.de
2368 - Do not regarding SATISFIED/UNNEEDED in isPresent if it is
2369 a package/script/message
2372 -------------------------------------------------------------------
2373 Wed Aug 30 14:29:45 CEST 2006 - ma@suse.de
2375 - Speedup computation of number of rpm database entries.
2378 -------------------------------------------------------------------
2379 Tue Aug 29 16:58:20 CEST 2006 - schubi@suse.de
2381 - Fixed endless loop in transactResObject
2382 Bug 198095 - YaST2 Installaler crashes when selecting Gnome pattern to a KDE installation
2384 -------------------------------------------------------------------
2385 Tue Aug 29 12:05:09 CEST 2006 - dmacvicar@suse.de
2387 - fix some testcases for tar file parser changes
2390 -------------------------------------------------------------------
2391 Tue Aug 29 11:19:53 CEST 2006 - dmacvicar@suse.de
2394 - clean old callbacks
2397 -------------------------------------------------------------------
2398 Fri Aug 25 14:32:07 CEST 2006 - schubi@suse.de
2400 - zyppPattern->install_packages returns SUGGESTED package too.
2404 -------------------------------------------------------------------
2405 Fri Aug 25 13:05:33 CEST 2006 - schubi@suse.de
2407 - New behaviour in the solver: try with 'best' package first, try with 'all'
2408 packages if this fails.
2411 -------------------------------------------------------------------
2412 Fri Aug 25 11:35:48 CEST 2006 - dmacvicar@suse.de
2415 - bump version due to incompatible callback changes in KeyRing
2418 -------------------------------------------------------------------
2419 Thu Aug 24 15:34:45 CEST 2006 - dmacvicar@suse.de
2421 - new keyring callbacks
2422 - separate trust key from import key
2423 - use PublicKey class instead of params, to be able
2424 to add more info like photos later (pending #181682)
2425 - update zmart with those callbacks.
2426 - better error handling (Exception types)
2427 - make tmp file names more readable depending on the context
2430 -------------------------------------------------------------------
2431 Tue Aug 22 22:35:30 CEST 2006 - dmacvicar@suse.de
2433 - decouple probing from source creation, using the new
2434 media test for existence functions.
2438 -------------------------------------------------------------------
2439 Tue Aug 22 17:56:53 CEST 2006 - mt@suse.de
2441 - Fixed getDoesFileExist to reset the transfer range
2442 - Added logging of curl debug messages to the zypp log.
2443 The env var ZYPP_MEDIA_CURL_DEBUG=1 logs curl infos,
2444 ZYPP_MEDIA_CURL_DEBUG=2 logs the in/out headers.
2447 -------------------------------------------------------------------
2448 Fri Aug 18 14:57:35 CEST 2006 - kkaempf@suse.de
2450 - remove the /etc/sysconfig/zypp:REWRITE_KERNEL_DEPS = yes check;
2451 see rev 3810 below. (#190163)
2454 -------------------------------------------------------------------
2455 Thu Aug 17 18:15:14 CEST 2006 - dmacvicar@suse.de
2457 - fix uninstalling of atoms (noop)
2460 -------------------------------------------------------------------
2461 Wed Aug 16 17:41:40 CEST 2006 - dmacvicar@suse.de
2463 - Implement initial verson of Media
2464 doesFileExist, for future source probing.
2467 -------------------------------------------------------------------
2468 Tue Aug 15 12:01:31 CEST 2006 - dmacvicar@suse.de
2470 - more dbus_connection_close fixes
2473 -------------------------------------------------------------------
2474 Tue Aug 15 11:41:41 CEST 2006 - kkaempf@suse.de
2476 - clean up 'incomplete' handling in QueueItemEstablish.
2479 -------------------------------------------------------------------
2480 Tue Aug 15 11:30:50 CEST 2006 - kkaempf@suse.de
2482 - Don't set 'incomplete' for uninstalled patterns or products.
2486 -------------------------------------------------------------------
2487 Mon Aug 14 16:50:53 CEST 2006 - schubi@suse.de
2489 - Added new API calls:
2490 setAdditionalProvide
2491 setAdditionalConflict
2492 setAdditionalRequire
2494 -------------------------------------------------------------------
2495 Mon Aug 14 11:26:20 CEST 2006 - dmacvicar@suse.de
2497 - don't link examples to testsuite library.
2499 -------------------------------------------------------------------
2500 Sat Aug 12 17:30:30 CEST 2006 - schwab@suse.de
2502 - Disable profiling to work around compiler bug.
2504 -------------------------------------------------------------------
2505 Fri Aug 11 17:01:33 CEST 2006 - dmacvicar@suse.de
2507 - forward port 3924:3939
2508 - Add explicit finish callbacks for subtasks during ProvidePackage
2509 Â to avoid UI confusion.
2512 -------------------------------------------------------------------
2513 Fri Aug 11 11:48:44 CEST 2006 - dmacvicar@suse.de
2515 - Introduce examples/
2516 - fix some svn ignores
2517 - fix compilation. Use: dbus_connection_close
2520 -------------------------------------------------------------------
2521 Thu Aug 10 16:32:36 CEST 2006 - dmacvicar@suse.de
2523 - Initial support for plain directory with rpms as source
2526 -------------------------------------------------------------------
2527 Tue Aug 8 16:51:45 CEST 2006 - dmacvicar@suse.de
2529 - Move the target query by kind function to
2530 a iterator, so we dont make a copy of the restore
2531 the iterator works loading by demand too
2533 -------------------------------------------------------------------
2534 Mon Aug 7 17:57:26 CEST 2006 - dmacvicar@suse.de
2536 - rename the new initTarget to initializeTarget,
2537 leave the old one as is, but deprecate it.
2540 -------------------------------------------------------------------
2541 Mon Aug 7 15:10:08 CEST 2006 - dmacvicar@suse.de
2543 - forward port from SLES10 branch , till 3888
2544 - Prefer to use available DeltaRpm or PatchRpm instead of downloading
2545 full packages. (#168844)
2546 - rpmdb : Do not use the deprecated POSIX API, but boost::regex
2550 -------------------------------------------------------------------
2551 Fri Aug 4 15:20:13 CEST 2006 - dmacvicar@suse.de
2553 - Separate target init from adding resolvables, getting rid of the
2555 - dont clear the store each time Target::resolvables is called
2556 - Load target resolvables on demand by kind, keep them cached later
2557 - add Target::resolvablesByKind(kind) to allow query specific kind
2558 without reading all kinds. Used to port TargetProduct, which
2559 was reading the whole rpm database only to displayy base product
2561 - commit to pkg-bindings and packager will follow.
2562 - jsrain will port more yast stuff, especially inst_source which
2563 startup time should by reduced by half afterwards.
2566 -------------------------------------------------------------------
2567 Tue Aug 1 13:37:29 CEST 2006 - dmacvicar@suse.de
2570 rev 3786 fix to stalle tmpfiles broke patches.
2571 SLES was released with this broken. 10.1 has a blocked
2572 zypp update because this.
2573 Attempt to fix this. (#192535)
2574 - fix configure.ac sqlite-source build path
2577 -------------------------------------------------------------------
2578 Fri Jul 21 10:58:58 CEST 2006 - dmacvicar@suse.de
2582 -------------------------------------------------------------------
2583 Wed Jul 19 13:50:57 CEST 2006 - dmacvicar@suse.de
2585 - dont link sqlite in the main lib.
2588 -------------------------------------------------------------------
2589 Tue Jul 18 17:42:45 CEST 2006 - dmacvicar@suse.de
2591 - susetags: parse product parser regexp only once
2592 - parse yum factory 5 sec. (from 30) faster using
2593 another string find algorithm
2596 -------------------------------------------------------------------
2597 Tue Jul 18 12:56:17 CEST 2006 - dmacvicar@suse.de
2599 - Digest: Don't read the stream character wise but reading blocks,
2600 Â as advised by matz profiling.
2603 -------------------------------------------------------------------
2604 Mon Jul 17 12:54:39 CEST 2006 - ma@suse.de
2606 - Add "openSUSE", "ATI Technologies Inc." and "Nvidia" to
2607 trusted vendors. (#189573)
2610 -------------------------------------------------------------------
2611 Thu Jul 13 12:52:58 CEST 2006 - dmacvicar@suse.de
2613 - backport fix for stalle tmpfile (#191311)
2616 -------------------------------------------------------------------
2617 Wed Jun 28 13:22:22 CEST 2006 - mt@suse.de
2619 - deactivated media manager code that was disabling the
2620 automounter (#172419)
2623 -------------------------------------------------------------------
2624 Mon Jun 26 17:14:53 CEST 2006 - dmacvicar@suse.de
2626 - fix autorefresh (#186115)
2628 -------------------------------------------------------------------
2629 Fri Jun 23 13:41:18 CEST 2006 - ma@suse.de
2631 - forward port from SLE branch
2632 - Set default permission for logfiles to 0640. (#187044)
2635 -------------------------------------------------------------------
2636 Thu Jun 22 16:01:15 CEST 2006 - ma@suse.de
2638 - forward port from SLE branch
2639 - Fixed installation of SP or Add-On product switching to media 2
2640 too early. (#186607)
2643 -------------------------------------------------------------------
2644 Wed Jun 21 15:47:39 CEST 2006 - dmacvicar@suse.de
2646 - forward port from SLE branch
2647 - Strip self provides without edition in Resolvable ctor.
2649 - Source::provideResolvables not implemented in yum source type.
2650 Product not set for packages that are available from update source
2652 - Hook modalias() supplements without package to "kernel" (#184840)
2653 - Allow on-demand SourceManager::restore() (#186678)
2654 - Hook modalias() supplements without package to "kernel" (#184840)
2657 -------------------------------------------------------------------
2658 Mon Jun 19 15:17:17 CEST 2006 - mt@suse.de
2660 - Fix adding resolving of path names for mount points (#181606)
2663 -------------------------------------------------------------------
2664 Mon Jun 19 13:52:14 CEST 2006 - dmacvicar@suse.de
2666 - merge download algorithm and refactoring from branch
2669 -------------------------------------------------------------------
2670 Thu Jun 15 17:53:40 CEST 2006 - mvidner@suse.cz
2672 - autodocs: use find+xargs to overcome command length limit,
2673 do not call doxygen unnecessarily (#185334).
2676 -------------------------------------------------------------------
2677 Thu Jun 15 07:26:29 CEST 2006 - kkaempf@suse.de
2679 - Dont use getZYpp in static constructor (#185198)
2680 Bugfix #178292 was wrong.
2681 - Only warn on incompleting installed resolvables (#185197)
2684 -------------------------------------------------------------------
2685 Wed Jun 14 22:43:40 CEST 2006 - kkaempf@suse.de
2687 - Atoms might only be installed via patches (#184714)
2690 -------------------------------------------------------------------
2691 Wed Jun 14 17:26:39 CEST 2006 - dmacvicar@suse.de
2693 - fix for the last stall tmpfile (#178292)
2696 -------------------------------------------------------------------
2697 Wed Jun 14 12:06:57 CEST 2006 - mt@suse.de
2699 - Implemented transfer timeout inside of the progress callback.
2700 The timeout value can be set using timeout url parameter, the
2701 default transfer timeout is 180 seconds. (#181602)
2702 - Added ssl_verify and ssl_capath url options used in https scheme,
2703 allowing to change or disable the ssl verify options. (#171622)
2704 - Added fallback on read failures of /etc/mtab to /proc/mounts.
2705 Improved verbosity in mount and mount check related failure cases,
2706 incl. /etc/mtab dump. (#181606)
2709 -------------------------------------------------------------------
2710 Wed Jun 14 10:49:10 CEST 2006 - kkaempf@suse.de
2712 - combine knownAliases and knownUrls in a single function.
2715 -------------------------------------------------------------------
2716 Mon Jun 12 16:27:46 CEST 2006 - kkaempf@suse.de
2718 - honor parallel installs in resolver context (#181103)
2721 -------------------------------------------------------------------
2722 Mon Jun 12 15:37:10 CEST 2006 - dmacvicar@suse.de
2724 - right fix for tmpdir initialized in static constructor
2725 - catch around provideJustFile in providePackage
2728 -------------------------------------------------------------------
2729 Mon Jun 12 15:15:07 CEST 2006 - dmacvicar@suse.de
2731 - fix #182003 YUM packages without size
2734 -------------------------------------------------------------------
2735 Mon Jun 12 14:58:55 CEST 2006 - kkaempf@suse.de
2737 - Allow to restore and remove by Url
2740 -------------------------------------------------------------------
2741 Mon Jun 12 13:07:31 CEST 2006 - kkaempf@suse.de
2743 - make atoms parallel installable (#181103)
2746 -------------------------------------------------------------------
2747 Fri Jun 9 16:28:11 CEST 2006 - dmacvicar@suse.de
2749 - Allow to restore by alias
2752 -------------------------------------------------------------------
2753 Fri Jun 9 13:06:16 CEST 2006 - mvidner@suse.cz
2755 - Do not fork in a global destructor, perl dislikes it (#182672).
2756 Fixes hanging ag_ldapserver and yast2-perl-bindings tests.
2758 -------------------------------------------------------------------
2759 Thu Jun 8 16:24:55 CEST 2006 - ma@suse.de
2761 - Installation: Assert product information is stored to libzypp
2762 database before reboot. (#181198)
2763 - Version 1.2.0; revision 3553
2765 -------------------------------------------------------------------
2766 Wed Jun 7 13:55:23 CEST 2006 - visnov@suse.cz
2768 - Synchronize keys with rpm database before
2769 closing access to it (#182338)
2772 -------------------------------------------------------------------
2773 Wed Jun 7 11:40:46 CEST 2006 - mt@suse.de
2775 - Changed to just prefer DVD drives in "dvd:" scheme, instead of
2776 filter out the non-DVD drives completely. Allows a fallback to
2777 drives without the dvd HAL property e.g. in VMWare. (#177457)
2780 -------------------------------------------------------------------
2781 Wed Jun 7 01:00:06 CEST 2006 - dmacvicar@suse.de
2783 - Merge fix for stalle tmpdir due to cyclic references, using a master
2784 TmpDir for zypp. (#178292) . There is still 1 tmpdir to fix.
2787 -------------------------------------------------------------------
2788 Wed Jun 7 01:00:05 CEST 2006 - dmacvicar@suse.de
2790 - Fixes unneeded file download, and add download callbacks
2791 (still need yast side) #181204 and #160206
2792 - Fix stalle tmpdir due to cyclic references, using a master
2793 Â TmpDir for zypp. # 178292
2795 -------------------------------------------------------------------
2796 Wed Jun 7 00:02:18 CEST 2006 - ma@suse.de
2798 - fixed memory leak in PersistentStorage (#168690)
2801 -------------------------------------------------------------------
2802 Tue Jun 6 22:24:00 CEST 2006 - ma@suse.de
2804 - fixed memory leak in XMLSourceCacheParser (#168690)
2807 -------------------------------------------------------------------
2808 Fri Jun 2 16:09:03 CEST 2006 - schubi@suse.de
2810 -latest fi translation added
2813 -------------------------------------------------------------------
2814 Thu Jun 1 15:11:47 CEST 2006 - schubi@suse.de
2816 -All installed resolvables has been set to "satisfied" in
2817 ResolverContext::unneeded . BUT:
2818 Patch concerning resolvables have to be set to
2819 "unneeded" although they are installed. In order
2820 getting the state "no longer applicable" (Bug 171590)
2823 -------------------------------------------------------------------
2824 Thu Jun 1 14:54:02 CEST 2006 - kkaempf@suse.de
2826 - compute status for scripts and messages so their freshens get
2827 properly honored (aj with postgresql-server)
2830 -------------------------------------------------------------------
2831 Thu Jun 1 13:57:48 CEST 2006 - dmacvicar@suse.de
2833 - revert not-used-yet rpmdb timestamp, as
2834 it broke rpmdb::init(). (#180040)
2837 -------------------------------------------------------------------
2838 Thu Jun 1 11:03:34 CEST 2006 - schubi@suse.de
2840 - updating gmo files, if po files has been changed; bug 164449
2842 -------------------------------------------------------------------
2843 Wed May 31 18:32:58 CEST 2006 - dmacvicar@suse.de
2845 - Dont download twice if starting from 1st time
2849 -------------------------------------------------------------------
2850 Wed May 31 17:06:48 CEST 2006 - dmacvicar@suse.de
2852 - set cache dir only if storeMetadata is called as a public method.´
2855 -------------------------------------------------------------------
2856 Wed May 31 15:27:38 CEST 2006 - kkaempf@suse.de
2858 - schedule a package for installation if
2859 - it freshens / supplements something
2860 - it is not installed yet
2864 -------------------------------------------------------------------
2865 Wed May 31 15:22:43 CEST 2006 - dmacvicar@suse.de
2867 - make susetags also implement download and check first.
2870 -------------------------------------------------------------------
2871 Tue May 30 12:43:47 CEST 2006 - dmacvicar@suse.de
2873 - make yum more robust. Never parse from provideFile
2874 but only from local disk. Make sure the cache
2875 is consistent before recreating it.
2876 the code is easier to follow and probably
2877 faster. checksum and signatures are
2878 checked on caching not on parsing.
2879 Required to implement refresh for #154990
2882 -------------------------------------------------------------------
2883 Wed May 24 16:57:54 CEST 2006 - dmacvicar@suse.de
2885 - implement timestamp for YUM and SuseTags
2886 - actually use the license to confirm in yum patches
2887 - add prerequires tag in yum optonally to the bad designed
2888 and nonintuitive pre=1
2891 -------------------------------------------------------------------
2892 Wed May 24 15:30:32 CEST 2006 - dmacvicar@suse.de
2894 - dont pass root on init but before.
2895 - implement rpm db modification timestamp
2897 - move Helix source to testsuite out of the solver
2898 so we can use it for target, storage tests
2899 - add Source_Ref::timestamp(), default to now()
2900 Â in order to implement smart sync of sources by zmd
2901 - don't parse desc and summary twice
2902 - fix a segfault with tranlated text
2903 - fix broken size tag introduced in rev 3427
2906 -------------------------------------------------------------------
2907 Tue May 23 20:53:27 CEST 2006 - dmacvicar@suse.de
2909 - dont accept corrupt sources, improve logs
2911 -------------------------------------------------------------------
2912 Tue May 23 17:26:41 CEST 2006 - ma@suse.de
2914 - Added PoolItem_Ref::statusReset. Resets the PoolItem status without
2915 loosing autoprotection (eg. for foreign vendor). (assists #177469)
2918 -------------------------------------------------------------------
2919 Tue May 23 17:04:04 CEST 2006 - jsrain@suse.cz
2921 - added mediaNr() to PatchRpm and DeltaRpm classes
2924 -------------------------------------------------------------------
2925 Tue May 23 15:58:04 CEST 2006 - dmacvicar@suse.de
2927 - enable YUM license to confirm.
2929 - adapt store to serialize and read all new resobject fields
2930 - use install-time to now() when serializing (#174653)
2933 -------------------------------------------------------------------
2934 Mon May 22 20:51:59 CEST 2006 - ma@suse.de
2936 - Do not violate install order when restricting commit to a certain
2937 mediaNumber. (#170079)
2938 - Version 1.1.0; rev 3423
2940 -------------------------------------------------------------------
2941 Mon May 22 19:03:20 CEST 2006 - mvidner@suse.cz
2943 - Added SourceManager::findSourceByUrl to overcome alias mismatches
2947 -------------------------------------------------------------------
2948 Mon May 22 17:19:25 CEST 2006 - ma@suse.de
2950 - Order all objects according to prerequirements, not just packages.
2954 -------------------------------------------------------------------
2955 Mon May 22 15:57:43 CEST 2006 - schubi@suse.de
2957 - Added new translation
2959 -------------------------------------------------------------------
2960 Fri May 19 12:53:44 CEST 2006 - dmacvicar@suse.de
2962 - fix missing homedir option for gpg (#171055)
2965 -------------------------------------------------------------------
2966 Thu May 18 19:08:52 CEST 2006 - ma@suse.de
2968 - Prevent against daemons launched in rpm %post, that do not close
2969 their filedescriptors. (#174548)
2970 - Version 1.0.1; rev 3413
2972 -------------------------------------------------------------------
2973 Thu May 18 16:51:41 CEST 2006 - jsrain@suse.cz
2975 - fixed media number of package retrieved as a part of a patch
2979 -------------------------------------------------------------------
2980 Thu May 18 16:16:21 CEST 2006 - dmacvicar@suse.de
2982 - fix missing package descriptions due to filtered packages
2983 by incompatible architectures. (#159109)
2986 -------------------------------------------------------------------
2987 Thu May 18 16:08:42 CEST 2006 - kkaempf@suse.de
2989 - decrease logging in DiskUsageCounter and Modalias (#163186)
2992 -------------------------------------------------------------------
2993 Thu May 18 10:43:47 CEST 2006 - ma@suse.de
2995 - Stay backward comapatible.
2997 -------------------------------------------------------------------
2998 Tue May 16 21:35:27 CEST 2006 - ma@suse.de
3000 - Make basic attributes available through ResObject.
3001 - Let ResObjects which do not require media access during
3002 commit return ZERO sourceMediaNr (required for #173690)
3006 -------------------------------------------------------------------
3007 Tue May 16 15:11:35 CEST 2006 - kkaempf@suse.de
3009 - reduce logging verbosity (#163186)
3012 -------------------------------------------------------------------
3013 Tue May 16 14:00:57 CEST 2006 - schubi@suse.de
3015 - setCandidate accept candidates with compatible architectures too. Not
3016 only with the same architecture. Bug 172594 - If update package has
3017 differet arch, UI display is wrong
3019 -------------------------------------------------------------------
3020 Tue May 16 09:30:45 CEST 2006 - mvidner@suse.cz
3022 - Added Source_Ref::resStoreInitialized.
3023 If we know that noone has seen the resolvables yet, we can skip
3024 them too, eg. when deleting a source. (#174840)
3027 -------------------------------------------------------------------
3028 Mon May 15 12:41:39 CEST 2006 - kkaempf@suse.de
3030 - Honor freshens as conditionals independant from the installed/
3031 uninstalled status (#174797)
3034 -------------------------------------------------------------------
3035 Mon May 15 11:15:03 CEST 2006 - kkaempf@suse.de
3037 - State modifier "unneeded" is transitive for patches (#171590)
3040 -------------------------------------------------------------------
3041 Thu May 11 17:42:29 CEST 2006 - schubi@suse.de
3043 - Do not transact itself (update) in the transactResObject mechanism
3046 -------------------------------------------------------------------
3047 Thu May 11 16:37:51 CEST 2006 - mt@suse.de
3049 - Reenabled improved large file support flags (unintentionally
3050 removed in rev 1544). Fixes bug #173753.
3051 - Added large file support flags to libzypp.pc file allowing
3052 consistence checks in the application using features variable
3055 -------------------------------------------------------------------
3056 Thu May 11 10:49:36 CEST 2006 - mvidner@suse.cz
3058 - SourceManager: moved source deletion before creation
3059 so that we can recreate a deleted one (#174295)
3060 - removed dead code dealing with known_caches from SourceManager::store
3064 -------------------------------------------------------------------
3065 Thu May 11 10:15:14 CEST 2006 - jsrain@suse.cz
3067 - fixed returning product short name and summary if product read
3068 from target store (#148625)
3071 -------------------------------------------------------------------
3072 Wed May 10 11:39:06 CEST 2006 - jsrain@suse.cz
3074 - set media verifier on redirected medium (#172599)
3077 -------------------------------------------------------------------
3078 Mon May 8 17:28:42 CEST 2006 - kkaempf@suse.de
3080 - fix 'transactResKind' to collect best providers by capability
3081 and to recursively transact items of same kind (#170114)
3084 -------------------------------------------------------------------
3085 Mon May 8 16:45:46 CEST 2006 - dmacvicar@suse.de
3087 - serialize the full URL to avoid missing password and other
3088 url settings (#148108)
3091 -------------------------------------------------------------------
3092 Fri May 5 17:47:14 CEST 2006 - mt@suse.de
3094 - Added a 60 sec connect timeout to MediaCurl (#172860)
3097 -------------------------------------------------------------------
3098 Thu May 4 15:15:37 CEST 2006 - kkaempf@suse.de
3100 - re-fetch also .asc and .key files before checking signature
3102 - rev 3350 (3345-10.1)
3104 -------------------------------------------------------------------
3105 Wed May 3 17:40:45 CEST 2006 - dmacvicar@suse.de
3107 - Fix yum key verification, because a double variable declaration
3109 -------------------------------------------------------------------
3110 Wed May 3 15:34:00 CEST 2006 - dmacvicar@suse.de
3112 - use --no-default-keyring to avoid creating a
3113 Â default gpg dir in / (#171055)
3116 -------------------------------------------------------------------
3117 Wed May 3 14:40:25 CEST 2006 - dmacvicar@suse.de
3119 - Fix YUM signature checking, we were passing the key instead of the
3121 - When the user trust a key, sync again. Bye to the session trusted
3122 keys and user being asked all the time. (#171213)
3125 -------------------------------------------------------------------
3126 Wed May 3 14:22:02 CEST 2006 - ma@suse.de
3128 - Cleanup index tables when removing items from pool (#170564).
3130 -------------------------------------------------------------------
3131 Wed May 3 12:23:36 CEST 2006 - kkaempf@suse.de
3133 - backout rev 3246->3275 of TargetImpl.cc
3134 - add missing testsuite/utils/TestUtils.h
3137 -------------------------------------------------------------------
3138 Wed May 3 12:13:38 CEST 2006 - dmacvicar@suse.de
3140 - more fixes for #171062, there were some files still not being
3144 -------------------------------------------------------------------
3145 Tue May 2 18:41:44 CEST 2006 - dmacvicar@suse.de
3147 - cache keys and signature. Remove lot of duplicated code. (#171062)
3150 -------------------------------------------------------------------
3151 Tue May 2 18:02:46 CEST 2006 - mt@suse.de
3153 - Disabled isUseableAttachPoint check in MediaDIR -- we do not
3154 mount here anything, so it is OK to use any dir (171351).
3157 -------------------------------------------------------------------
3158 Tue May 2 14:58:03 CEST 2006 - kkaempf@suse.de
3160 - parse "license-to-confirm" in primary.xml (#168437)
3163 -------------------------------------------------------------------
3164 Mon May 1 17:44:29 CEST 2006 - kkaempf@suse.de
3166 - Don't try to store 'Atom', not needed and the backend store
3167 rejects them anyways (addtion to #168610)
3170 -------------------------------------------------------------------
3171 Mon May 1 04:43:01 CEST 2006 - mt@suse.de
3173 - Improved device check in MediaDISK using libblkid (Bug #158529)
3174 - Allow to provide sysfs path via $SYSFS_PATH in MediaCD.cc and
3175 added a check if it is a directory
3176 - Added libcurl and libblkid checks to configure.ac
3177 - Added e2fsprogs(-devel) requires to the spec file
3180 -------------------------------------------------------------------
3181 Sat Apr 29 21:46:22 CEST 2006 - kkaempf@suse.de
3183 - dont download "other" during key check (#171041)
3186 -------------------------------------------------------------------
3187 Sat Apr 29 11:05:15 CEST 2006 - kkaempf@suse.de
3189 - allow parallel installs of atoms (used to fulfill patch require-
3190 ments, atoms aren't installed anyways) (#170098)
3191 - some testsuite improvements.
3194 -------------------------------------------------------------------
3195 Fri Apr 28 20:15:06 CEST 2006 - dmacvicar@suse.de
3197 - get rid of autobuild check when throwing exceptions without throw
3198 but with a macro, returning a null pointer at the end (never reached).
3200 -------------------------------------------------------------------
3201 Fri Apr 28 19:50:28 CEST 2006 - ma@suse.de
3203 - Do not violate install order when restricting commit to a certain
3204 mediaNumber. (#170079)
3206 -------------------------------------------------------------------
3207 Fri Apr 28 18:12:26 CEST 2006 - dmacvicar@suse.de
3209 - Don't use throw directly!
3210 use ZYPP_THROW with a Exception class, otherwise package bindings
3211 will not catch them.
3212 Should fix crashes when reading broken sources with yast.
3215 -------------------------------------------------------------------
3216 Fri Apr 28 15:29:32 CEST 2006 - schubi@suse.de
3218 - Bug 162064 - font packages are not installed for locale, e.g. khmer font not installed after CD1
3221 -------------------------------------------------------------------
3222 Fri Apr 28 14:55:04 CEST 2006 - kkaempf@suse.de
3224 - revert bugfix #168906 (fom rev 3219), it filters too many errors.
3225 - further improve on #168840 (from rev 3231), match on name-edition
3226 when filtering by best arch. (#170098)
3229 -------------------------------------------------------------------
3230 Fri Apr 28 13:01:58 CEST 2006 - dmacvicar@suse.de
3232 - #170093 , lot of package descriptions missing
3235 -------------------------------------------------------------------
3236 Thu Apr 27 20:28:01 CEST 2006 - dmacvicar@suse.de
3238 - try to fix wrong permissions of /var/lib/zypp created
3239 by old zypp, only when running as root they are fixed
3241 - YUM: Verify signatures on factoryInit.
3242 Dont provide other.xml. Cleanups, better logging.
3243 When refreshing signed soruces, don't refresh is source
3245 - YaST sources: don't refresh if media file has not changed.
3246 - Show full url of index files in sources for signature validation
3247 (mentioned in #170139 comment #3)-
3249 -------------------------------------------------------------------
3250 Thu Apr 27 18:41:02 CEST 2006 - jsrain@suse.de
3252 - udpated media ID syntax for external scripts (to be consistent
3253 with packages) (#170247)
3256 -------------------------------------------------------------------
3257 Thu Apr 27 18:33:48 CEST 2006 - jsrain@suse.de
3259 - set media ID to 1 if not specified in YUM metadata (#167452)
3262 -------------------------------------------------------------------
3263 Thu Apr 27 11:55:05 CEST 2006 - kkaempf@suse.de
3265 - If freshen and supplement are fulfilled, install any kind of
3266 resolvable if not yet installed (#165746)
3269 -------------------------------------------------------------------
3270 Wed Apr 26 18:00:42 CEST 2006 - kkaempf@suse.de
3272 - make downloaded script executable. (#169191)
3275 -------------------------------------------------------------------
3276 Wed Apr 26 10:43:03 CEST 2006 - kkaempf@suse.de
3278 - Improve on last fix, compare only compatible archs.
3281 -------------------------------------------------------------------
3282 Tue Apr 25 19:36:13 CEST 2006 - kkaempf@suse.de
3284 - Only choose best arch of multiple package atoms with identical
3288 -------------------------------------------------------------------
3289 Tue Apr 25 16:59:51 CEST 2006 - dmacvicar@suse.de
3291 - pass empty strings to UI as key properties if unknown key
3295 -------------------------------------------------------------------
3296 Tue Apr 25 16:47:35 CEST 2006 - kkaempf@suse.de
3298 - refrain from parsing 'other.xml' (#159316)
3301 -------------------------------------------------------------------
3302 Tue Apr 25 16:34:50 CEST 2006 - visnov@suse.cz
3304 - in source refresh, clean up the cache dir if fails
3305 - do not require repomd.xml.asc when creating a cache (#163765)
3308 -------------------------------------------------------------------
3309 Tue Apr 25 15:17:15 CEST 2006 - dmacvicar@suse.de
3311 - Check if a file exists before providing it, and just handling the
3312 exception is not sufficient, because it can release the media.
3313 it nows get all possible packages.X translations an then
3314 it selects the candidate from the existing ones (#168654)
3317 -------------------------------------------------------------------
3318 Tue Apr 25 12:28:17 CEST 2006 - kkaempf@suse.de
3320 - dont report conflicts if item is neither installed
3321 nor to-be-installed (#168906)
3324 -------------------------------------------------------------------
3325 Tue Apr 25 11:27:09 CEST 2006 - dmacvicar@suse.de
3327 - #168060 , propagate the file description or original
3328 name to the UI and not the checked filename path,
3329 which could be a tmp file.
3330 Requires changes in pkg-manager, and probably zmd-helpers.
3333 -------------------------------------------------------------------
3334 Mon Apr 24 18:27:59 CEST 2006 - dmacvicar@suse.de
3336 - /var/lib/zypp/db/languages/* are empty files (##168355)
3339 -------------------------------------------------------------------
3340 Mon Apr 24 17:45:07 CEST 2006 - dmacvicar@suse.de
3342 - All resolvables must honor arch, so Arch_noarch in
3343 target/store/XMLFilesBackend.cc is wrong (#160792)
3344 - Introduced code to honour shared package descriptions
3348 -------------------------------------------------------------------
3349 Mon Apr 24 16:43:48 CEST 2006 - jsrain@suse.de
3351 - replace '_' in YUM elements/attributes with '-' (#168762)
3354 -------------------------------------------------------------------
3355 Mon Apr 24 16:15:02 CEST 2006 - mt@suse.de
3357 - Fixed iseries workaround - interchanged variables for scsi
3358 devices, added debug messages about the steps (#163971).
3359 - Added getenv NULL ptr check and verify of the $HOME dir's
3360 and ~/.curlrc file's ownership (#163203).
3363 -------------------------------------------------------------------
3364 Mon Apr 24 15:44:18 CEST 2006 - ma@suse.de
3366 - Use filesystem::TmpDir to create unique and unused Source cache
3367 directories. (#168051)
3369 -------------------------------------------------------------------
3370 Mon Apr 24 14:30:41 CEST 2006 - ma@suse.de
3372 - Enable signature checks per default. (#168525)
3374 -------------------------------------------------------------------
3375 Mon Apr 24 11:20:17 CEST 2006 - visnov@suse.cz
3377 - fix callbacks for providing a single file (#160206)
3379 -------------------------------------------------------------------
3380 Sun Apr 23 12:28:21 CEST 2006 - kkaempf@suse.de
3382 - If an installed package looses a dependency, the solver tries
3383 to upgrade it. Limit the upgrade candidates to best arch, best
3385 - filter 'other' entries with incompatible arch in yum parser.
3388 -------------------------------------------------------------------
3389 Fri Apr 21 22:47:18 CEST 2006 - jsrain@suse.de
3391 - initialize the product category according to source (#168061)
3394 -------------------------------------------------------------------
3395 Fri Apr 21 18:32:00 CEST 2006 - mvidner@suse.cz
3397 - delete only one older version of a xml-store resolvable
3398 (half-baked, but the previous attempt was charred)
3400 -------------------------------------------------------------------
3401 Fri Apr 21 17:49:18 CEST 2006 - jsrain@suse.de
3403 - moved license_to_confirm to primary.xml
3406 -------------------------------------------------------------------
3407 Fri Apr 21 16:36:14 CEST 2006 - ma@suse.de
3409 - Removed deprecated oldstyle commit methods.
3411 -------------------------------------------------------------------
3412 Fri Apr 21 15:58:14 CEST 2006 - mvidner@suse.cz
3414 - when installing a xml-store resolvable (all except package,
3415 message, script), delete older versions (#160792).
3416 - read selection edition from the XML store
3419 -------------------------------------------------------------------
3420 Thu Apr 20 14:10:41 CEST 2006 - kkaempf@suse.de
3422 - properly clear transaction flag after successful commit
3423 (see rev 3122, #164365, #167285)
3426 -------------------------------------------------------------------
3427 Thu Apr 20 13:14:25 CEST 2006 - kkaempf@suse.de
3429 - recursively soft-uninstall recommended package on real uninstall,
3430 not on update (#167603)
3433 -------------------------------------------------------------------
3434 Thu Apr 20 13:01:28 CEST 2006 - dmacvicar@suse.de
3436 - fix #167605 (importing keys to rpm multiple times due to
3437 wrong interpretation of rpm gpg versioning.
3438 - add support for reading the rpm keys, with full id and fingerprint
3441 -------------------------------------------------------------------
3442 Wed Apr 19 16:47:34 CEST 2006 - kkaempf@suse.de
3444 - don't add duplicate error infos to ResolverContext (#167309)
3447 -------------------------------------------------------------------
3448 Wed Apr 19 14:10:10 CEST 2006 - kkaempf@suse.de
3450 - fix Resolver::transactReset() (see rev 3122) (#167285)
3453 -------------------------------------------------------------------
3454 Wed Apr 19 13:48:26 CEST 2006 - ma@suse.de
3456 - Introduced $ZYPP_KEYRING_DEFAULT_ACCEPT_ALL. If this environment
3457 variable is present, all signature checking callbacks will default
3458 to 'accept', in case no recipient is present.
3460 -------------------------------------------------------------------
3461 Wed Apr 19 11:37:47 CEST 2006 - dmacvicar@suse.de
3463 - read content file on construction, and make
3464 provideProduct only insert the already
3465 read product object into the store (#165826)
3467 - When the signature is not found, warn the
3468 user about a unsigned source. When the
3469 key is not found, do nothing, it can be in the
3470 keyring already. (#166016) (dmacvicar)
3471 - enable key verification only if
3472 ZYPP_CHECKSIG env var is set (dmacvicar)
3475 -------------------------------------------------------------------
3476 Tue Apr 18 20:41:48 CEST 2006 - kkaempf@suse.de
3478 - fix bugfix 164365, fix bug 167285
3479 Actually clear the transcation state instead of locking it
3483 -------------------------------------------------------------------
3484 Tue Apr 18 15:46:59 CEST 2006 - visnov@suse.cz
3486 - revert the signature/digest checking callbacks
3489 -------------------------------------------------------------------
3490 Tue Apr 18 15:14:35 CEST 2006 - kkaempf@suse.de
3493 - Honor keep requests.
3494 - Dont flag "locked uninstall" as error if a keep request was
3498 -------------------------------------------------------------------
3499 Tue Apr 18 12:04:35 CEST 2006 - kkaempf@suse.de
3501 - rule out locked items during distribution upgrade as early
3502 as possible. (#165670)
3505 -------------------------------------------------------------------
3506 Mon Apr 17 16:04:35 CEST 2006 - kkaempf@suse.de
3509 - use APPL_LOW as 'ui initiated, by solver' in transactKind() and
3510 transactResObject().
3511 - resetTransaction(APPL_LOW) before resolving
3512 - enhance transactCaps by using the same algorithm as in
3514 (before: transact all requires and recommends by name
3515 now: transact best requires and recommends by provides)
3518 -------------------------------------------------------------------
3519 Fri Apr 14 16:04:35 CEST 2006 - visnov@suse.cz
3521 - new callbacks for failing digest
3524 -------------------------------------------------------------------
3525 Thu Apr 13 17:01:41 CEST 2006 - visnov@suse.cz
3527 - ask for file without a checksum (#165125)
3529 -------------------------------------------------------------------
3530 Thu Apr 13 16:59:38 CEST 2006 - kkaempf@suse.de
3532 - dont install satisfied resolvables (#165843)
3535 -------------------------------------------------------------------
3536 Thu Apr 13 16:00:21 CEST 2006 - kkaempf@suse.de
3538 - dont abort on failed "dry_run" (#164583)
3541 -------------------------------------------------------------------
3542 Thu Apr 13 15:19:20 CEST 2006 - visnov@suse.cz
3544 - Ask user if signature file does not exist (#163765)
3545 - handle repomd.xml.asc as optional file (#163765)
3548 -------------------------------------------------------------------
3549 Thu Apr 13 13:52:08 CEST 2006 - schubi@suse.de
3551 - Bug 164365 - build 906: Deselecting a selection, all packages are still selected
3554 -------------------------------------------------------------------
3555 Thu Apr 13 11:57:58 CEST 2006 - kkaempf@suse.de
3557 - Dont do transitive uninstalls on uninstalled or upgraded items.
3561 -------------------------------------------------------------------
3562 Wed Apr 12 17:57:21 CEST 2006 - ma@suse.de
3564 - Added 'rpmNoSignature' to ZYppCommitPolicy (#163862)
3566 -------------------------------------------------------------------
3567 Wed Apr 12 16:44:57 CEST 2006 - mvidner@suse.cz
3569 - Product::updateUrls: restore it from the XML store;
3570 fixed content parsing (#163192).
3571 - restore product flags fro the XML store
3574 -------------------------------------------------------------------
3575 Wed Apr 12 13:48:25 CEST 2006 - kkaempf@suse.de
3577 - Only consider best arch/version (#165477)
3580 -------------------------------------------------------------------
3581 Wed Apr 12 10:57:50 CEST 2006 - ma@suse.de
3583 - No need to parse tags at all if there is no item to store values
3584 (e.g. data for unwanted arch). Fixed segv trying to store data in
3585 NULL item. (#165479)
3588 -------------------------------------------------------------------
3589 Tue Apr 11 19:48:51 CEST 2006 - mt@suse.de
3591 - Improved Url path name "//" vs. "/%2f" handling; now if the
3592 url has an authority, "/%2f" is used for ftp only (#163784)
3595 -------------------------------------------------------------------
3596 Tue Apr 11 16:41:02 CEST 2006 - jsrain@suse.de
3598 - fixed storing patch scripts to target store (#159928)
3601 -------------------------------------------------------------------
3602 Tue Apr 11 16:24:26 CEST 2006 - kkaempf@suse.de
3604 - if a patch is bad, only skip this patch, not everything
3608 -------------------------------------------------------------------
3609 Tue Apr 11 15:42:32 CEST 2006 - ma@suse.de
3611 - Susetags:Selections: Allow parsing older .sel file formats. (#159851)
3612 - Susetags:Pattern: Fixed parser.
3614 -------------------------------------------------------------------
3615 Tue Apr 11 15:21:48 CEST 2006 - kkaempf@suse.de
3617 - when uninstalling, only re-establish installed items
3618 supplementing the to-be-uninstalled one. (variant of #165111)
3621 -------------------------------------------------------------------
3622 Tue Apr 11 14:17:00 CEST 2006 - ma@suse.de
3624 - Susetags:Package: Parse and provide ins/delnotify texts.
3626 -------------------------------------------------------------------
3627 Tue Apr 11 13:01:31 CEST 2006 - kkaempf@suse.de
3629 - when checking freshens/supplements at install, only consider
3630 best architecture/edition (#164453)
3633 -------------------------------------------------------------------
3634 Tue Apr 11 10:31:41 CEST 2006 - kkaempf@suse.de
3636 - when checking for supplements, only consider best arch, best
3637 edition for installation (#165111)
3640 -------------------------------------------------------------------
3641 Tue Apr 11 10:23:14 CEST 2006 - schubi@suse.de
3643 - Bug 165117: build 910: Update: Splitted packages are selected for
3646 -------------------------------------------------------------------
3647 Tue Apr 11 09:30:14 CEST 2006 - visnov@suse.cz
3649 - ask user if a file exists but does not have a checksum (#162797)
3652 -------------------------------------------------------------------
3653 Mon Apr 10 22:39:34 CEST 2006 - jsrain@suse.de
3655 - parse time and size elements from delta and patch RPM
3658 -------------------------------------------------------------------
3659 Mon Apr 10 18:55:03 CEST 2006 - mt@suse.de
3661 - Added detection of iSeries virtual CD (/dev/iseries/vcd[a-h])
3662 devices - on powerpc only (#163971)
3665 -------------------------------------------------------------------
3666 Mon Apr 10 18:05:51 CEST 2006 - kkaempf@suse.de
3668 - fix endless loop in patches parsing.
3671 -------------------------------------------------------------------
3672 Mon Apr 10 17:00:05 CEST 2006 - jsrain@suse.de
3674 - fixed media handling in SuSEtags source (#164879)
3677 -------------------------------------------------------------------
3678 Mon Apr 10 16:30:54 CEST 2006 - kkaempf@suse.de
3680 - honor 'dry_run' on package remove (#164732)
3683 -------------------------------------------------------------------
3684 Mon Apr 10 13:12:49 CEST 2006 - kkaempf@suse.de
3686 - add files from yum filelist as provides to package (#164731)
3689 -------------------------------------------------------------------
3690 Mon Apr 10 11:10:37 CEST 2006 - kkaempf@suse.de
3692 - honor "+Enh:/-Enh:" in packages file (#156513)
3694 -------------------------------------------------------------------
3695 Mon Apr 10 10:56:24 CEST 2006 - visnov@suse.cz
3697 - fix callback receiver signature to match the callback for removing
3700 -------------------------------------------------------------------
3701 Mon Apr 10 10:32:22 CEST 2006 - mvidner@suse.cz
3703 - Added Product::updateUrls, from content/UPDATEURLS (#163192).
3706 -------------------------------------------------------------------
3707 Sat Apr 8 12:03:37 CEST 2006 - schubi@suse.de
3709 - Bug 164440; Taking wrong architecture while updating obsoletes
3713 -------------------------------------------------------------------
3714 Sat Apr 8 10:07:06 CEST 2006 - kkaempf@suse.de
3716 - allow relative paths with url file:
3717 - dont filter atoms from going into pool, multi-arch patch
3718 requirements need them. Instead, treat atoms with incompatible
3719 architecture as unneeded.
3722 -------------------------------------------------------------------
3723 Fri Apr 7 23:57:37 CEST 2006 - jsrain@suse.de
3725 - product now provides short name
3728 -------------------------------------------------------------------
3729 Fri Apr 7 20:42:09 CEST 2006 - jsrain@suse.de
3731 - read metadata for packages from correct tags in patches (#163220)
3734 -------------------------------------------------------------------
3735 Fri Apr 7 19:57:41 CEST 2006 - kkaempf@suse.de
3737 - more detailed resolver error reports (#162994)
3740 -------------------------------------------------------------------
3741 Fri Apr 7 17:35:07 CEST 2006 - visnov@suse.cz
3743 - report package download progress (#160966)
3746 -------------------------------------------------------------------
3747 Fri Apr 7 16:27:35 CEST 2006 - kkaempf@suse.de
3749 - transact also for languages (#163819)
3752 -------------------------------------------------------------------
3753 Fri Apr 7 15:08:06 CEST 2006 - kkaempf@suse.de
3755 - loop through all affected ResObjects in transactResKind (#163819)
3758 -------------------------------------------------------------------
3759 Fri Apr 7 12:42:35 CEST 2006 - kkaempf@suse.de
3761 - allow re-installation of non-packages (#162906)
3764 -------------------------------------------------------------------
3765 Fri Apr 7 11:50:22 CEST 2006 - mt@suse.de
3767 - Added loop checking for scsi cdroms (/sys/block/srX) in case
3768 HAL does not provide any drives like on iSeries (#163971).
3771 -------------------------------------------------------------------
3772 Fri Apr 7 11:05:30 CEST 2006 - kkaempf@suse.de
3774 - add 'licenceToConfirm()' to Product. (#164375)
3776 -------------------------------------------------------------------
3777 Fri Apr 7 10:36:05 CEST 2006 - ma@suse.de
3779 - Avoid excessive CD hopping on commit. But still far from
3780 being perfect. (#159679)
3781 - Fixed Target::commit: Despite dry_run set True, packages
3784 -------------------------------------------------------------------
3785 Fri Apr 7 08:32:32 CEST 2006 - visnov@suse.cz
3787 - honour if user decides to skip a package in commit (#156031)
3789 -------------------------------------------------------------------
3790 Thu Apr 6 18:14:30 CEST 2006 - jsrain@suse.de
3792 - fixed parsing external reference to script in patch (#163221)
3795 -------------------------------------------------------------------
3796 Thu Apr 6 17:07:10 CEST 2006 - dmacvicar@suse.de
3798 - cache and provide content.asc/key optionally. Dont show a
3799 popup if they dont exists. (dmacvicar)
3800 - Actually abort when verify signature workflow is false. (dmacvicar)
3803 -------------------------------------------------------------------
3804 Thu Apr 6 16:37:49 CEST 2006 - jsrain@suse.de
3806 - fixed setting autorefresh flag for installation sources
3808 -------------------------------------------------------------------
3809 Thu Apr 6 15:53:02 CEST 2006 - kkaempf@suse.de
3811 - drop patches with incompatible architecture.
3814 -------------------------------------------------------------------
3815 Thu Apr 6 15:33:11 CEST 2006 - mt@suse.de
3817 - Added info method to media verifier base and more debug info
3820 -------------------------------------------------------------------
3821 Wed Apr 5 19:27:46 CEST 2006 - kkaempf@suse.de
3823 - Dont deny the "/" attach point in MediaDIR, since this is used
3824 for all "file:" urls, esp. local packages.
3827 -------------------------------------------------------------------
3828 Wed Apr 5 18:21:58 CEST 2006 - schubi@suse.de
3830 - Bug 159673 - only one conflict solvable per page
3832 -------------------------------------------------------------------
3833 Wed Apr 5 18:01:37 CEST 2006 - kkaempf@suse.de
3835 - parse all dependencies of 'packages' file (#163773)
3838 -------------------------------------------------------------------
3839 Wed Apr 5 17:47:04 CEST 2006 - dmacvicar@suse.de
3841 - Use the original media descr_dir on refresh for
3842 suse tags source (#163196)
3845 -------------------------------------------------------------------
3846 Wed Apr 5 16:44:08 CEST 2006 - kkaempf@suse.de
3848 - add Source::setUrl() for zmd backend helper.
3851 -------------------------------------------------------------------
3852 Wed Apr 5 16:44:01 CEST 2006 - dmacvicar@suse.de
3854 - implement rpm keyring / zypp tmp keyring two-way syncronization at rpm
3855 target init. (dmacvicar)
3858 -------------------------------------------------------------------
3859 Wed Apr 5 16:28:42 CEST 2006 - mt@suse.de
3861 - Fixed MediaDISK to use a mount -oro,bind id the disk
3862 partition is already attached e.g. by the automounter.
3863 Try to mount it a second time may fail (#163486).
3866 -------------------------------------------------------------------
3867 Wed Apr 5 15:04:31 CEST 2006 - kkaempf@suse.de
3869 - honor optional 3rd parameter to "=Loc:" key of packages (#154337)
3872 -------------------------------------------------------------------
3873 Wed Apr 5 12:48:19 CEST 2006 - visnov@suse.cz
3875 - only try to create a source of a given type when restoring
3876 from the persistent store (#162111)
3878 -------------------------------------------------------------------
3879 Wed Apr 5 11:36:54 CEST 2006 - kkaempf@suse.de
3881 - parse all dependencies for patterns (.pat) files (#160602)
3882 - drop YOUPATH and YOUURL from content file.
3885 -------------------------------------------------------------------
3886 Wed Apr 5 09:27:08 CEST 2006 - visnov@suse.cz
3888 - properly initialize autorefresh for non-remote sources (#154990)
3891 -------------------------------------------------------------------
3892 Tue Apr 4 19:19:39 CEST 2006 - mt@suse.de
3894 - Added flag to MediaManager::isUseableAttachPoint, whether
3895 to check against system mount entries or not.
3896 - Disallow to use the attachpoints of another media handlers
3897 as source path in MediaDIR.
3900 -------------------------------------------------------------------
3901 Tue Apr 4 18:47:01 CEST 2006 - dmacvicar@suse.de
3903 -implement callbacks for when package verification (checksum)
3904 fails, offer to retry or abort
3906 -------------------------------------------------------------------
3907 Tue Apr 4 16:57:51 CEST 2006 - dmacvicar@suse.de
3909 - Fix construction of checksum objects when using non-standard
3911 - Fix broken YUM cache
3914 -------------------------------------------------------------------
3915 Tue Apr 4 16:54:44 CEST 2006 - kkaempf@suse.de
3917 - Keep packages with no version upgrade installed during
3918 distribution upgrade (#162972)
3919 - add 'transactReset()' helper function for UI.
3922 -------------------------------------------------------------------
3923 Tue Apr 4 14:47:14 CEST 2006 - dmacvicar@suse.de
3927 -------------------------------------------------------------------
3928 Tue Apr 4 14:43:15 CEST 2006 - ma@suse.de
3930 - Fixed candidate handling in ui::Selectable. (#156589)
3932 -------------------------------------------------------------------
3933 Tue Apr 4 14:06:23 CEST 2006 - dmacvicar@suse.de
3935 - fix #162984 , gpg hangs because the matching data file
3936 for the key cannot be find. (dmacvicar)
3937 - Fix restore of YUM source using the same cache dir semantics as
3938 susetags instead of assuming there is a cache if a cache_dir
3939 was given. (dmacvicar)
3941 -------------------------------------------------------------------
3942 Tue Apr 4 12:37:51 CEST 2006 - kkaempf@suse.de
3944 - use DISTPRODUCT/DISTVERSION from content file to generate the
3945 product name, version, and release.
3948 -------------------------------------------------------------------
3949 Mon Apr 3 20:45:55 CEST 2006 - mt@suse.de
3951 - Removed broken forcing of absolute ftp paths added in rev2705 to
3952 MediaCurl, refined cleanupPathName/setPathName in url (#154197).
3955 -------------------------------------------------------------------
3956 Mon Apr 3 19:30:35 CEST 2006 - kkaempf@suse.de
3958 - add Resolver::freshenPool() (#156980)
3961 -------------------------------------------------------------------
3962 Mon Apr 3 08:33:12 CEST 2006 - kkaempf@suse.de
3964 - skip incompatible archs in filelist parsing.
3965 - restrict pathes to 'interesting' ones (/bin/, /sbin/, /lib/,
3969 -------------------------------------------------------------------
3970 Sun Apr 2 22:18:06 CEST 2006 - kkaempf@suse.de
3972 - skip incompatible archs in primary parsing.
3975 -------------------------------------------------------------------
3976 Sun Apr 2 11:17:56 CEST 2006 - kkaempf@suse.de
3978 - allow setting of source when parsing local .rpm (#147765)
3981 -------------------------------------------------------------------
3982 Fri Mar 31 18:53:55 CEST 2006 - schubi@suse.de
3984 - Do not update packages over other architectures
3986 -------------------------------------------------------------------
3987 Fri Mar 31 18:28:59 CEST 2006 - sh@suse.de
3989 - Added zypp/ui/UserWantedPackages to support the UI's
3990 "automatic changes" dialog (bug #152700)
3992 -------------------------------------------------------------------
3993 Fri Mar 31 18:02:05 CEST 2006 - jsrain@suse.de
3995 - use KeyRing class to validate repomd.xml (#160909)
3997 -------------------------------------------------------------------
3998 Fri Mar 31 17:33:21 CEST 2006 - dmacvicar@suse.de
4000 - Product resolvables should be readable by normal users.
4001 (#162474) (dmacvicar)
4002 - implemented keyring and metadata signature verification
4004 - dont delete the lock if we did not acquire it
4007 -------------------------------------------------------------------
4008 Fri Mar 31 16:34:51 CEST 2006 - mt@suse.de
4010 - Added disabling of the automounter while MediaManager
4011 init and restoring of the old state on exit (#154326).
4012 - Implemented check if media (CD) is automounted or not
4015 -------------------------------------------------------------------
4016 Fri Mar 31 13:27:09 CEST 2006 - mt@suse.de
4018 - Implemented several hal get/set/removeDeviceProperty wrappers
4019 - Improved HalException to allow to fetch HAL/DBUS error componets
4022 -------------------------------------------------------------------
4023 Fri Mar 31 12:44:25 CEST 2006 - kkaempf@suse.de
4025 - honor subscription status of catalogs (#162350)
4028 -------------------------------------------------------------------
4029 Fri Mar 31 11:29:05 CEST 2006 - mt@suse.de
4031 - Enabled CD eject error reporting exceptions (#154326)
4034 -------------------------------------------------------------------
4035 Fri Mar 31 06:40:51 CEST 2006 - kkaempf@suse.de
4037 - support "dry run" (#159467)
4038 - implement "transactResKind" (#161400)
4041 -------------------------------------------------------------------
4042 Thu Mar 30 17:22:49 CEST 2006 - jsrain@suse.de
4044 - add checksum for external patches (#159928)
4046 -------------------------------------------------------------------
4047 Thu Mar 30 16:48:01 CEST 2006 - kkaempf@suse.de
4049 - calculate product architecture (#158198)
4051 -------------------------------------------------------------------
4052 Wed Mar 29 23:28:13 CEST 2006 - jsrain@suse.de
4054 - fixed checking checksum of YUM metadata, added sha1 vs. sha256
4057 -------------------------------------------------------------------
4058 Wed Mar 29 23:12:30 CEST 2006 - ma@suse.de
4060 - Auto protect installed packages from unknown vendor. (#157446)
4062 -------------------------------------------------------------------
4063 Wed Mar 29 09:13:51 CEST 2006 - visnov@suse.de
4065 - added support for external scripts to metadata (#159928) (jsrain)
4066 - fixed handling of Language resolvables (ma)
4067 - fix leak in rpmdb (dmacvicar)
4068 - added softlock for autoyast (#159466) (ma)
4069 - Fixed exceptions in doGetFileCopy() to show full url
4070 including the file instead of just the media base url. (mt)
4071 - Provide Language::summary (ma)
4072 - check patterns and selections file exist
4073 before veryfing them (#161300) (dmacvicar)
4074 - added YUM metadata checksum computation (jsrain)
4075 - added interface to patch of a message (jsrain)
4078 -------------------------------------------------------------------
4079 Mon Mar 27 23:57:16 CEST 2006 - jsrain@suse.de
4081 - added support for external scripts to metadata (#159928)
4084 -------------------------------------------------------------------
4085 Sat Mar 25 22:08:26 CET 2006 - jsrain@suse.de
4087 - report separate exception when trying to start source cache again to
4088 suppress incorrect error message in XEN installation
4091 -------------------------------------------------------------------
4092 Fri Mar 24 18:16:22 CET 2006 - schubi@suse.de
4094 - Implement inter process locking in zypp.
4095 - Added No medium found output
4096 - splitting modaliases in supplements TOO
4097 - parse also the available signing keys
4099 -------------------------------------------------------------------
4100 Fri Mar 24 10:44:10 CET 2006 - visnov@suse.cz
4102 - release all media when removing source (#159754) (visnov)
4103 - more testsuites (schubi)
4104 - updated translations (schubi)
4105 - added MediaNotEjectedException (mt)
4108 -------------------------------------------------------------------
4109 Thu Mar 23 14:10:54 CET 2006 - dmacvicar@suse.de
4111 - fix patches descriptions (dmacvicar)
4112 - fix source serialization (dmacvicar)
4113 - metadata for kernel test (schubi)
4114 - Arch tests updated (ma)
4115 - classify NULL Ptr as unique (ma)
4116 - Added host check, because file Url allows it now. (mt)
4117 - prepare modalias fix (#159766) (ma)
4118 - Provide iterator based access to SourceManager data. (ma)
4119 - Fixed "file:" Url scheme config to allow relative paths; (mt)
4120 RFC1738 says, it may contain a hostname as well...
4123 -------------------------------------------------------------------
4124 Wed Mar 22 19:58:37 CET 2006 - visnov@suse.cz
4126 - pkg-config support (mvidner)
4127 - close all medias when destructing MediaSet (jsrain)
4130 -------------------------------------------------------------------
4131 Wed Mar 22 15:48:05 CET 2006 - dmacvicar@suse.de
4133 - Bug 159976 - build 804: Adding AddOn CD via ftp gives error (dmacvicar)
4134 - Message callback implemented to show patch messages (visnov)
4135 - Bug 159696 (schubi)
4136 - provide transform_iterators to iterate over a maps keys or values (ma)
4137 - added 'bool Arch::empty() const' test for an empty Arch string (ma)
4138 - added script and message installation (jsrain)
4139 - chooses the 'right' kernel now (kkaempf)
4140 - Use noarch if no arch is specified in patches (dmacvicar)
4143 -------------------------------------------------------------------
4144 Tue Mar 21 19:06:56 CET 2006 - mvidner@suse.cz
4146 - Added some debug output including the access id (mt)
4147 - Bug #154326: Enabled FORCE_RELEASE_FOREIGN flag causing
4148 release with eject=true on attached media, to umount
4149 other mounts as well. (mt)
4150 - 159483 - solver does not blame missing dependency (schubi)
4151 - Added a variant of MediaHandler::forceRelaseAllMedia (ma)
4152 - Fixed MediaCD::forceEject() to handle DELAYED_VERIFY
4153 and use forceRelaseAllMedia if FORCE_RELEASE_FOREIGN=1 (ma)
4154 - fixed ZYPP_RETHROW (#156430) (ma)
4155 - patch for #156114 (visnov)
4156 - fixed container.erase loops (ma)
4157 - Fixed to reset desired (cached) flag before the action (mt)
4158 - Removed return in forceRelaseAllMedia (void function) (mt)
4159 - Parse nonexisting architecture to noarch so patches dont get
4160 filtered by the pool (dmacvicar)
4161 - 159512 - yast2-qt does not show label of to be installed products
4163 - 159765 - Hidden patterns still visible (dmacvicar)
4164 - Use noarch if no arch is specified. (dmacvicar)
4167 -------------------------------------------------------------------
4168 Tue Mar 21 09:04:06 CET 2006 - visnov@suse.de
4170 - properly report error for media change callback
4173 -------------------------------------------------------------------
4174 Mon Mar 20 23:02:07 CET 2006 - ma@suse.de
4176 - fixed memory leak in XMLNodeIterator (#157474)
4177 - disabled storing filelist (YUMFileListParser) and changelog (YUMOtherParser)
4178 - Renamed private MediaManager::forceMediaRelease
4179 function to forceReleaseShared (more exact name)
4180 - Implemented forceRelaseAllMedia() that can be
4181 used to release also foreign (user) mounts.
4182 - Added use of forceRelaseAllMedia for CD/DVDs
4183 if FORCE_RELEASE_FOREIGN is 1 (default 0)
4184 - little cleanup of the checkAttached function
4187 -------------------------------------------------------------------
4188 Mon Mar 20 17:04:28 CET 2006 - mvidner@suse.cz
4190 - don't try to attach without exception handling (#158620)
4191 - fix descriptions, as a new tag Des for selections exists now.
4192 - fix #157683: failure after adding add-on product to install
4194 - added more files for translation
4195 - resolve-dependencies.cc: establish pool
4196 - parse-metadata.cc: catch bad URL
4197 - set zmdid for atoms
4200 -------------------------------------------------------------------
4201 Sun Mar 19 19:24:44 CET 2006 - kkaempf@suse.de
4204 - provide edition and architecture for all kinds of yum
4206 - fix ResStatus output.
4207 - establish atoms correctly.
4208 - treat requires to unneeded resolvables as fulfilled.
4211 -------------------------------------------------------------------
4212 Sun Mar 19 00:05:17 CET 2006 - kkaempf@suse.de
4215 - only consider best architecture/version (#157594)
4216 - prefer providers which supplement/enhance installed or
4217 to-be-installed packages (fixes the tpctl-kmp issue)
4220 -------------------------------------------------------------------
4221 Sat Mar 18 02:22:22 CET 2006 - kkaempf@suse.de
4223 - provide more filters for pkg-bindings (#158602)
4224 - add SystemResObject to provide system (modalias, hal, ...)
4226 - handle this during resolving.
4227 - make the modalias and hal capability match the SystemResObject
4228 by default, thereyby triggering a modalias (resp. hal)
4230 - xmlstore: decouple target store from YUM schema.
4231 - clean up moving of hal() and modalias() from provides to
4232 supplements in ResolvableImpl.
4233 - add PatchContents() for UI.
4234 - handle Edition::noedition as empty string.
4237 -------------------------------------------------------------------
4238 Tue Mar 14 23:32:44 CET 2006 - jsrain@suse.de
4240 - releasing all medias when asking for CD (#156981)
4243 -------------------------------------------------------------------
4244 Tue Mar 14 19:38:43 CET 2006 - mvidner@suse.cz
4246 - ResStatus::resetTransact must return a value.
4247 - Fixed random build failures in LanguageCode.cc.
4248 (Rewrote the CodeMaps constructor so that gcc does not
4249 optimize a 500-statement basic block.)
4250 - Fix constructions of patch objects. Actually insert atoms in atoms
4251 list. Insert atoms for package even if the package does not exists
4252 in the source. Fixes #157628 (dmacvicar).
4253 - Fixed license reading from susetags, #151834 (dmacvicar).
4256 -------------------------------------------------------------------
4257 Tue Mar 14 16:59:42 CET 2006 - mvidner@suse.cz
4259 - added ResStatus::resetTransact (ma)
4260 - bugfix for #156439 (schubi)
4261 - Added Source_Ref::setAlias (#154913).
4262 - Do not assume there is a product file when scanning for products
4264 - function to disable all sources in the persistent store (visnov)
4265 - dependency errors go to stdout, not stderr; output resolver info
4266 directly to stderr (kkaempf)
4269 -------------------------------------------------------------------
4270 Tue Mar 14 01:34:38 CET 2006 - kkaempf@suse.de
4272 - fix merging of resolver info (needed for #157684).
4273 - errors are also important in ResolverInfo.
4274 - improve debug output in ResolverContext.
4277 -------------------------------------------------------------------
4278 Mon Mar 13 22:54:01 CET 2006 - jsrain@suse.de
4280 - delete RPMs downloaded via HTTP/FTP after installnig them
4282 - fixed product registration (reverted autorefresh patch) (#157566)
4284 -------------------------------------------------------------------
4285 Mon Mar 13 11:53:52 CET 2006 - kkaempf@suse.de
4287 - if root!="/", always prefer the upgrade candidate (#155472)
4288 - implement license confirmed api for UI.
4289 - prefer architecture over version in distribution upgrade
4291 - clean up media handling.
4294 -------------------------------------------------------------------
4295 Sun Mar 12 22:31:09 CET 2006 - kkaempf@suse.de
4297 - init Modalias properly.
4298 - fix warnings in testcases.
4301 -------------------------------------------------------------------
4302 Sat Mar 11 21:25:18 CET 2006 - kkaempf@suse.de
4304 - drop libjpeg-devel and sqlite-devel from build requires.
4306 -------------------------------------------------------------------
4307 Sat Mar 11 08:16:53 CET 2006 - kkaempf@suse.de
4309 - implement 'modalias()' capability (#157406)
4310 - make dependencies consistent, its 'freshens'.
4311 - cope with user umounts of devices.
4312 - add debug to SourceManager.
4315 -------------------------------------------------------------------
4316 Fri Mar 10 16:20:41 CET 2006 - kkaempf@suse.de
4318 - allow version downgrade during distribution upgrade if the
4319 newer package is coming from a trusted vendor (#155472)
4320 - implement locale fallback
4321 - 'freshen' -> 'freshens' in schema definitions to make it
4322 consistent with all other dependency definitions.
4323 - better error reporting for .pat and .sel files.
4324 - rule out packages from dependency resolutions which are
4325 de-selected by user (#155368)
4326 - use locale fallbacks in package translations.
4327 - refresh source when re-enabling it.
4330 -------------------------------------------------------------------
4331 Tue Mar 7 21:18:19 CET 2006 - kkaempf@suse.de
4333 - split of libzypp-zmd-backend subpackage as a stand-alone
4335 - encapsulate bool test for Source_Ref better.
4336 - fixed stack overflow (ma).
4337 - make testsuite build again.
4340 -------------------------------------------------------------------
4341 Tue Mar 7 16:17:07 CET 2006 - kkaempf@suse.de
4343 - fixed URL rewriting for CD2 and following (#154762)
4344 - fixed ResPoolProxy diffState (for proper ok/cancel support
4346 - added special exception class for aborting installation
4348 - only auto-change directories if they end in CDn or DVDn.
4351 -------------------------------------------------------------------
4352 Tue Mar 7 15:37:51 CET 2006 - kkaempf@suse.de
4354 - silently ignore multiple installs of the same package.
4355 - fix disk usage for installs and uninstalls.
4358 -------------------------------------------------------------------
4359 Mon Mar 6 22:22:57 CET 2006 - kkaempf@suse.de
4361 - zmd-backend: filter out incompatible architectures from
4365 -------------------------------------------------------------------
4366 Mon Mar 6 21:35:24 CET 2006 - kkaempf@suse.de
4368 - sync libzypp media data with mtab.
4369 - improve resolver error and solution reports.
4370 - fix source cache reading (#155459).
4371 - default cached sources to enabled (#155459).
4372 - let each source provide public keys.
4375 -------------------------------------------------------------------
4376 Sun Mar 5 15:48:29 CET 2006 - kkaempf@suse.de
4378 - only write by-sovler transactions back (#154976)
4381 -------------------------------------------------------------------
4382 Sat Mar 4 12:36:40 CET 2006 - kkaempf@suse.de
4384 - release last used source at end of commit (#155002)
4387 -------------------------------------------------------------------
4388 Fri Mar 3 23:14:50 CET 2006 - kkaempf@suse.de
4390 - cope with NULL values in zmd catalogs table (#153584)
4391 - set YAST_IS_RUNNING in transact zmd helper (#154820)
4392 - run SuSEconfig after transact zmd helper (#154820)
4393 - add softTransact to honor user vs. soft requirements (#154650)
4394 - honor all build keys provided by a package source.
4395 - add source metadata refresh.
4396 - add progress callbacks to zmd helpers.
4399 -------------------------------------------------------------------
4400 Thu Mar 2 21:59:07 CET 2006 - kkaempf@suse.de
4402 - include .diffs into main source.
4403 - catch exception when ejecting media which was unmounted externally
4405 - init source in zmd-backend correctly (#154667)
4406 - implement disk usage info for YaST.
4407 - clean up XML schema files.
4408 - catch CPUs identifying as 'i686' but being 'i586'.
4409 - allow definition of preferred attach (mount) point for media.
4410 - make resolver results more readable.
4411 - use language fallbacks if none of multiple language providers
4413 - get rid of ignoring wrong arch in resolver, having the wrong
4414 architecture is prevented by other means.
4415 - prepare for translations in exceptions.
4416 - fix 'abort does not abort'
4417 - implement 'flag' I/O in target cache backend.
4418 - skip incompatibles architectures in packages.<lang>
4421 -------------------------------------------------------------------
4422 Thu Mar 2 13:44:34 CET 2006 - kkaempf@suse.de
4424 - dont even provide src/nosrc from the source.
4427 -------------------------------------------------------------------
4428 Wed Mar 1 17:23:23 CET 2006 - kkaempf@suse.de
4430 - Initialize commit result (#154409)
4431 - release media if its wrong (#154326)
4432 - dont copy src/nosrc packages to the pool (#154627)
4433 - reduce XML logging.
4436 -------------------------------------------------------------------
4437 Tue Feb 28 16:10:14 CET 2006 - kkaempf@suse.de
4439 - fix path of .po files (#154074).
4440 - parse the correct package.<lang> file (kinda #154074).
4441 - complain about bad "=Sel:" or "=Pat:" lines (#153065).
4442 - reattach all released medias.
4443 - raise exception instead of abort() on XML errors (#154104).
4444 - update translations.
4445 - PathInfo: implemented a copy_dir_content (variant of copy_dir)
4446 and is_empty_dir utility function
4449 -------------------------------------------------------------------
4450 Tue Feb 28 14:51:46 CET 2006 - kkaempf@suse.de
4452 - check freshens and supplements for packages (#154074).
4453 - only complain about incomplete installed resolvables,
4454 if they are uninstalled, schedule them for installation.
4456 - add testcases for locale() provides.
4457 - add lang_country -> lang fallback.
4458 - have locale(parent:...) deps match any provides of 'parent'
4459 also when uninstalling a package.
4462 -------------------------------------------------------------------
4463 Tue Feb 28 10:35:15 CET 2006 - kkaempf@suse.de
4465 - change the locale(...) separator to ";" (#153791)
4466 - complete "find-files" of zmd-backend.
4469 -------------------------------------------------------------------
4470 Tue Feb 28 10:28:06 CET 2006 - visnov@suse.de
4472 - avoid attaching media when initializing source
4475 -------------------------------------------------------------------
4476 Mon Feb 27 21:26:00 CET 2006 - kkaempf@suse.de
4478 - warn about misspelled 'locale(...)' provides
4482 -------------------------------------------------------------------
4483 Mon Feb 27 20:19:40 CET 2006 - kkaempf@suse.de
4488 -------------------------------------------------------------------
4489 Mon Feb 27 18:15:16 CET 2006 - kkaempf@suse.de
4491 - provide available locales to application (#153583)
4492 - honor 'requestedLocales' (language dependant packages)
4493 - honor release requests for all holders of a device.
4494 - silently re-attach after a forced release.
4495 - solver improvements.
4496 - handle source caches.
4497 - proper logging in zmd backend helpers.
4500 -------------------------------------------------------------------
4501 Mon Feb 27 13:44:39 CET 2006 - kkaempf@suse.de
4503 - upgrade always to best version and arch (#153577)
4504 - reset 'transact' state for obsoleted packages (#153578)
4505 - translation updates
4508 -------------------------------------------------------------------
4509 Mon Feb 27 10:42:33 CET 2006 - kkaempf@suse.de
4511 - add support for 'local' .rpm packages to zmd-backend.
4514 -------------------------------------------------------------------
4515 Sun Feb 26 20:24:10 CET 2006 - kkaempf@suse.de
4517 - fix build of zmd/backend.
4518 - actually fill 'files' table in package-files.
4521 -------------------------------------------------------------------
4522 Sun Feb 26 17:43:06 CET 2006 - kkaempf@suse.de
4524 - improve testcases.
4525 - add 'setPossibleLocales()' to ZYpp, this defines the set
4526 of possible locales to choose from (#153583)
4527 - provide LanguageImpl and create 'Language' resolvables for
4528 each 'possible' locale.
4529 - fix YUM parsing of patches, insert 'atoms' to link patches
4531 - replace gzstream/ with own, existing implementation.
4532 - honor locks in solver (#150231)
4533 - sync pool with target after commit() properly (#150565, #153066)
4534 - new zmd helper 'package-files'
4537 -------------------------------------------------------------------
4538 Thu Feb 23 21:45:06 CET 2006 - kkaempf@suse.de
4540 - prevent multiple initializations of the target (#153124)
4541 - implement 'loopback mounted ISO images'
4542 - retain old package sources on upgrade.
4543 - support compressed .xml files in 'repodata' type repositories.
4546 -------------------------------------------------------------------
4547 Thu Feb 23 15:16:58 CET 2006 - kkaempf@suse.de
4549 - parse locale(...) provides and construct correct dependencies.
4551 -------------------------------------------------------------------
4552 Thu Feb 23 14:16:44 CET 2006 - kkaempf@suse.de
4554 - always upgrade to candidate (#152760).
4555 - fix typo in package sorting.
4556 - prepare handling of locale provides.
4559 -------------------------------------------------------------------
4560 Thu Feb 23 10:53:51 CET 2006 - kkaempf@suse.de
4562 - sort src/nosrc package to right list during commit.
4563 - revert installtime/buildtime in susetags parser (#152760)
4566 -------------------------------------------------------------------
4567 Thu Feb 23 10:22:08 CET 2006 - kkaempf@suse.de
4569 - reset state after successful commit (#153030)
4570 - run "rpm -e" always with "--nodeps" (#153026)
4571 - provide separate resolvable kind for src packages.
4572 - extend status field for LOCK and LICENSE.
4573 - add sameState()/diffState() for UI.
4574 - provide 'best' candidate for UI.
4575 - set 60 sec timeout for curl access.
4576 - don't cross-compare solver results, takes too much time.
4577 - provide sizes of installed packages.
4578 - extend REQUIRES semantics in content file.
4579 - add "parse-metadata" helper to zmd-backend.
4582 -------------------------------------------------------------------
4583 Wed Feb 22 14:51:46 CET 2006 - kkaempf@suse.de
4585 - provide complete disk usage data (#152761)
4586 - include upgrade flag when copying solver solution
4587 back to pool (#152717)
4590 -------------------------------------------------------------------
4591 Wed Feb 22 13:16:48 CET 2006 - kkaempf@suse.de
4593 - don't insert incompatible architectures to the pool (#151933)
4594 - don't accept incompatible architectures from a repository
4596 - separate rpm log (#151431).
4597 - allow extended product requires.
4600 -------------------------------------------------------------------
4601 Tue Feb 21 22:02:59 CET 2006 - kkaempf@suse.de
4603 - provide the XML schema files in the main package. (#152593)
4605 -------------------------------------------------------------------
4606 Tue Feb 21 20:05:34 CET 2006 - kkaempf@suse.de
4608 - provide arch compat handling.
4609 - implement data upload to zmd.
4610 - fix source metadata caching on target.
4611 - add 'supplements' dependencies to 'yum' parser.
4612 - provide user agent identification to curl calls.
4613 - move resolver branches (multiple alternatives) back in queue
4614 (resolve known things first, then the unknown ones).
4615 - clean up 'packages' parser.
4618 -------------------------------------------------------------------
4619 Tue Feb 21 09:18:53 CET 2006 - kkaempf@suse.de
4621 - improve media mount/umount interface
4622 - prepare class ArchCompat for proper architecture ordering
4623 and compatibility handling.
4624 - add returns to dummy functions in DbAccess.
4627 -------------------------------------------------------------------
4628 Mon Feb 20 21:08:22 CET 2006 - kkaempf@suse.de
4630 - don't explictly delete to-be-upgraded packages.
4631 - finish query-system, resolve-dependencies, and transact for
4632 libzypp-zmd-backend.
4633 - provide Pattern::category.
4634 - move system architecture to toplevel.
4635 - make target store pathname settable.
4636 - speed up rpmdb reading by properly filtering unwanted file
4640 -------------------------------------------------------------------
4641 Sun Feb 19 20:35:03 CET 2006 - kkaempf@suse.de
4645 - when comparing solutions, prefer higher versions.
4646 - provide generic 'SafeBool' for bool conversions.
4647 - add PtrTypes testsuites.
4650 -------------------------------------------------------------------
4651 Fri Feb 17 21:43:51 CET 2006 - kkaempf@suse.de
4653 - integrate all diffs
4654 - move Target::commit to toplevel API
4655 - generalize dependency iterators and hash dependency
4656 information in pool (for speedup)
4657 - add 'supplements' as dependency
4658 - make more pattern attributes available
4659 - drop "smbfs" in favour of "cifs" (#151476)
4660 - add metadata cache to sources (Beta4 bug)
4661 - run "rpm -e" with name-version-release
4662 - fix update conflicts
4665 -------------------------------------------------------------------
4666 Thu Feb 16 20:02:19 CET 2006 - kkaempf@suse.de
4668 - fix-mediachange.diff: dont skip CD but retry after media change
4669 - cd-eject-button.diff: fix CD url so YaST recognizes it and shows
4671 - release-forced-eject-no-ptrfix.diff: fix refcounting in ptrs
4672 so media handle gets actually released and media unmounted.
4674 -------------------------------------------------------------------
4675 Thu Feb 16 14:40:31 CET 2006 - kkaempf@suse.de
4677 - implement arch scoring
4678 - prefer better arch (#151427)
4679 - transitive depedencies of weak requirements are non-weak
4683 -------------------------------------------------------------------
4684 Wed Feb 15 18:19:12 CET 2006 - kkaempf@suse.de
4686 - ignore self and to-be-updated conflicts (#150844)
4687 - fix enable of target store (for non-packages)
4690 -------------------------------------------------------------------
4691 Wed Feb 15 13:11:28 CET 2006 - kkaempf@suse.de
4693 - fix "cd:" url (#151121)
4694 - provide location() in public Package api
4695 - allow running distribution upgrade in testmode
4696 - extend HAL interface
4699 -------------------------------------------------------------------
4700 Wed Feb 15 10:10:48 CET 2006 - kkaempf@suse.de
4702 - pass normal and locale packages from selections correctly.
4703 - its "baseconf" for base selections.
4704 - Make 'ZYpp' an obvious singleton.
4705 - provide releasenotesUrl.
4706 - dont continue upgrade without target.
4707 - implement 'fake' hal for testing.
4708 - fix package sizes.
4709 - more solver testcases.
4712 -------------------------------------------------------------------
4713 Tue Feb 14 20:52:02 CET 2006 - kkaempf@suse.de
4715 - extend requires of libzypp-devel
4716 - provide package sizes for UI
4717 - provide more UI helpers
4718 - implement Product and related functions
4719 - fix split provides in distribution upgrade
4720 - provide locale information to system
4721 - ask HAL for available devices
4722 - reduce debug information in solver
4723 - filter architectures in source, not in solver
4726 -------------------------------------------------------------------
4727 Tue Feb 14 07:27:39 CET 2006 - visnov@suse.de
4729 - disable another testsuite for now
4730 - fetch the default locale from environment
4731 - support user-defined formatting of log
4734 -------------------------------------------------------------------
4735 Mon Feb 13 20:41:36 CET 2006 - visnov@suse.de
4737 - providing basic product information from susetags source
4738 - public API for preferred language
4739 - implemented redirect of logging (#149001)
4740 - report start/finish of source data parsing (#150211)
4741 - store/restore source aliases properly (#150256)
4742 - disable a lot of debug logging to speed up solver
4743 - properly rewrite URL for CDn directory layouts (#149870)
4746 -------------------------------------------------------------------
4747 Sun Feb 12 16:59:48 CET 2006 - kkaempf@suse.de
4749 - add save/restore state to facilitate UI 'cancel'
4750 - enable target/store
4751 - add 'forceResolve' call and flag to resolver to switch between
4752 task-oriented ZMD and interactive YaST behaviour.
4753 - Fix resolver problem solution texts.
4754 - improve solver problem solution offerings.
4755 - fix media access handling to better support multiple
4756 requestors to single media.
4757 - move the media number checking to the source (media requestor)
4758 which knows how to verify the correct media.
4759 - Fix CD ordering (#149871), adding testcases.
4760 - Move 'PoolItemList' and 'PoolItemSet' typedefs inside classes.
4761 - Add selections to testcases.
4764 -------------------------------------------------------------------
4765 Sat Feb 11 10:17:15 CET 2006 - kukuk@suse.de
4767 - Fix missing return in Source.cc:124
4769 -------------------------------------------------------------------
4770 Fri Feb 10 18:41:29 CET 2006 - kkaempf@suse.de
4772 - cope with empty arch field in selections
4773 - enable dummy "enableStorage" function
4776 -------------------------------------------------------------------
4777 Fri Feb 10 15:36:43 CET 2006 - kkaempf@suse.de
4779 - fix random data return in Source.cc
4782 -------------------------------------------------------------------
4783 Fri Feb 10 15:00:45 CET 2006 - kkaempf@suse.de
4785 - adapt zmd-backend to SourceImpl API change
4788 -------------------------------------------------------------------
4789 Fri Feb 10 13:54:43 CET 2006 - kkaempf@suse.de
4791 - fix the packages parser bug. Now all packages are parsed
4792 including (english) translations.
4793 source/susetags is back to svn head.
4796 -------------------------------------------------------------------
4797 Fri Feb 10 10:30:12 CET 2006 - kkaempf@suse.de
4799 - fix off-by-one bug in bitfield handling
4800 - revert source/susetags to rev 1411
4803 -------------------------------------------------------------------
4804 Thu Feb 9 22:21:43 CET 2006 - kkaempf@suse.de
4806 - dont prereq-sort non-packages
4809 -------------------------------------------------------------------
4810 Thu Feb 9 21:29:00 CET 2006 - kkaempf@suse.de
4814 -------------------------------------------------------------------
4815 Thu Feb 9 11:10:54 CET 2006 - kkaempf@suse.de
4817 - update to rev 1543
4819 -------------------------------------------------------------------
4820 Thu Feb 9 00:49:23 CET 2006 - ro@suse.de
4822 - require hal-devel in libzypp-devel
4823 - re-merge fixes (RPM_OPT_FLAGS)
4825 -------------------------------------------------------------------
4826 Wed Feb 8 23:53:58 CET 2006 - kkaempf@suse.de
4828 - make solver behaviour a bit more interactive
4831 -------------------------------------------------------------------
4832 Wed Feb 8 18:45:21 CET 2006 - schwab@suse.de
4834 - Fix syntax error in configure script.
4835 - Use RPM_OPT_FLAGS.
4837 -------------------------------------------------------------------
4838 Wed Feb 8 17:03:37 CET 2006 - kkaempf@suse.de
4840 - update for qt ui integration
4843 -------------------------------------------------------------------
4844 Tue Feb 7 23:18:09 CET 2006 - kkaempf@suse.de
4846 - split off libzypp-zmd-backend
4849 -------------------------------------------------------------------
4850 Tue Feb 7 23:10:59 CET 2006 - kkaempf@suse.de
4852 - another update to svn
4854 -------------------------------------------------------------------
4855 Mon Feb 6 20:42:22 CET 2006 - kkaempf@suse.de
4857 - finish rpm callbacks
4859 - fix state change resolver<->pool
4861 - speed up tag file parsing
4864 -------------------------------------------------------------------
4865 Mon Feb 6 16:53:03 CET 2006 - schubi@suse.de
4867 - disabling failing tests of s390 and ppc
4869 -------------------------------------------------------------------
4870 Mon Feb 6 11:14:16 CET 2006 - schubi@suse.de
4872 - Snapshoot rev 1367
4874 -------------------------------------------------------------------
4875 Mon Feb 6 01:42:48 CET 2006 - kkaempf@suse.de
4877 - use hashes for pool
4880 -------------------------------------------------------------------
4881 Fri Feb 3 14:21:47 CET 2006 - schubi@suse.de
4883 - removed Obsoletes: yast2-packagemanager
4885 -------------------------------------------------------------------
4886 Fri Feb 3 11:36:19 CET 2006 - schubi@suse.de
4888 - Snapshoot 3 Feb 2005 (11:30)
4890 -------------------------------------------------------------------
4891 Thu Feb 2 14:27:02 CET 2006 - schubi@suse.de
4893 - Snapshoot 2 Feb 2005 (14:00)
4895 -------------------------------------------------------------------
4896 Thu Feb 2 12:23:03 CET 2006 - schubi@suse.de
4898 - Snapshoot 2 Feb 2005 ( integrating YaST )
4900 -------------------------------------------------------------------
4901 Wed Jan 25 21:37:50 CET 2006 - mls@suse.de
4903 - converted neededforbuild to BuildRequires
4905 -------------------------------------------------------------------
4906 Sat Jan 14 08:51:55 CET 2006 - kkaempf@suse.de