X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=package%2Flibsolv.changes;h=7268a8188a5d33c60843cae88830d3d1b574ac6d;hb=bc61a35f537078664825a35c86895eb20d847d1f;hp=4eb1ea6b410b93d0ac1f50c7ce44022f808fae5a;hpb=975ce4f08e536a84cef482f676a86c6d55f1ca92;p=platform%2Fupstream%2Flibsolv.git diff --git a/package/libsolv.changes b/package/libsolv.changes index 4eb1ea6..7268a81 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,4 +1,178 @@ ------------------------------------------------------------------- +Mon Apr 7 15:36:07 CEST 2014 - mls@suse.de + +- add support for sha224/sha384/sha512 +- add userinstalled helper functions +- improve dataiterator bindings (in an incompatible way) +- automatically free pool in bindings +- bump version to 0.6.0 (ABI + bindings API breakage) + +------------------------------------------------------------------- +Wed Mar 26 15:08:46 CET 2014 - mls@suse.de + +- fix handling of packages with no update/feature rule [bnc#870195] +- fix crash when in internalize() when the schemadata gets + reallocated +- fix access to uninitialized memory in repo_empty() +- a couple of optimizations +- support REPOKEYWORDS in content parser +- bindings: don't let str(Datamatch) change the strings +- fix basename optimization for STRINGEND +- bump version to 0.5.1 + +------------------------------------------------------------------- +Wed Feb 26 15:08:35 CET 2014 - mls@suse.de + +- improve appdata.xml parsing [bnc#865293] +- repo_helix: parse application elements +- bump version to 0.5.0 + +------------------------------------------------------------------- +Fri Feb 21 16:23:58 CET 2014 - mls@suse.de + +- fix bug in solver_get_unneeded that could lead to an + endless loop [bnc#828764] +- adapt to new rpm tags for weak dependencies +- fix pseudo packages obsoleting other pseudo packages +- optimize unfulfilled rule handling a bit +- bump version to 0.4.5 + +------------------------------------------------------------------- +Fri Feb 14 11:03:18 CET 2014 - mls@suse.de + +- always keep job/jobflags in selection_filter() +- implement COND handling in supplements/enhances +- improve OR handling in supplements/enhances +- fix typo in application backlink creation +- support PRODUCT_ENDOFLIFE +- store repoid as flexarray +- also translate autoproduct strings +- bump version to 0.4.4 + +------------------------------------------------------------------- +Mon Jan 27 17:15:41 CET 2014 - mls@suse.de + +- add support for autogenerated products +- support repoid array in product definition +- bump version to 0.4.3 + +------------------------------------------------------------------- +Fri Jan 24 13:50:03 CET 2014 - mls@suse.de + +- add -X option to susetags2solv [bnc#860271] +- fix typos in pool_job2str +- support DISTRO in content parser +- make addfilelist more resistant against corrupt rpms +- encode flags into rpmdb cookie +- add identical and evrcmp methods in bindings +- copy checksums in repo_add_rpmdb_reffp +- repo_autopattern: make sure that the category is valid utf8 +- fix double-free if the number of languages is reduced to zero +- bump version to 0.4.2 + +------------------------------------------------------------------- +Mon Dec 9 11:53:06 CET 2013 - mls@suse.de + +- make repo2solv.sh work when appdata support is off +- enable appdata support for SUSE + +------------------------------------------------------------------- +Tue Dec 3 14:30:17 CET 2013 - mls@suse.de + +- support appdata parsing and auto-pattern generation in tools +- adapt to python3 +- tweak findproblemrule heuristic for conflicts +- add m68k/ppc64le architectures +- plug weakrulemap memory hole +- support debian multiarch annotation +- support product/pattern/application links +- bump version to 0.4.1 + +------------------------------------------------------------------- +Tue Sep 24 11:14:25 CEST 2013 - mls@suse.de + +- do not add back cleandeps_updatepkgs packages [bnc#841781] + +------------------------------------------------------------------- +Mon Sep 23 11:31:28 CEST 2013 - mls@suse.de + +- added repodata_lookup_binary +- fix pattern obsoleting real packages [bnc#834376] +- add selection_make_matchdeps function to query dependencies + other than provides +- bump version to 0.4.0 + +------------------------------------------------------------------- +Wed Aug 21 14:39:54 CEST 2013 - mls@suse.de + +- add describe_decision() and unset() methods to bindings +- do recommends pruning after selecting the highest versions +- improve filelist handling +- be more tolerant about bad xml: an empty epoch attribute means no epoch +- fix another edge case will dup mode and multiversion packages [bnc#828389] +- bring installcheck up to speed + +------------------------------------------------------------------- +Mon Jun 17 15:54:44 CEST 2013 - mls@suse.de + +- add SOLVER_RULE_JOB_UNSUPPORTED and SOLVER_RULE_JOB_UNKNOWN_PACKAGE + for better problem reporting +- start with library documentation +- adapt to obsoletes handling of new rpm versions + +------------------------------------------------------------------- +Wed Mar 6 16:55:57 CET 2013 - mls@suse.de + +- fix dataiterator returning random data in some cases +- add changelog parser +- fix nasty bug in selection_filter_rel +- allow re-run of an existing solver +- bump version to 0.3.0 + +------------------------------------------------------------------- +Mon Jan 14 16:01:04 CET 2013 - mls@suse.de + +- trivial_installable: check vendor of affected package to see if + a patch should be ignored [bnc#736100] +- fix trivial installable requires handling +- bump version to 0.2.4 + +------------------------------------------------------------------- +Tue Dec 18 19:20:19 CET 2012 - mls@suse.de + +- fix potential access to freed memory +- improve find_problemrule speed +- add support for special namespaceprovides jobs +- bump version to 0.2.3 + +------------------------------------------------------------------- +Wed Dec 5 14:37:39 CET 2012 - mls@suse.de + +- many Selection improvements +- fix perl binding memory issue +- improve file list matching +- support targeted up/dup with cleandeps +- bump version to 0.2.2 + +------------------------------------------------------------------- +Fri Nov 23 13:57:19 CET 2012 - mls@suse.de + +- support targeted up/dup +- support best rules to enforce the installation of the best package +- implement selection class to ease package selection +- fix obsolete handling for debian packages +- add pool_lookup_deltalocation helper +- bump version to 0.2.1 + +------------------------------------------------------------------- +Thu Oct 18 16:58:10 CEST 2012 - mls@suse.de + +- fix susetags parser, it ignored the filelist of the last + solvable +- fix encoding of large values +- bump version to 0.2.0 + +------------------------------------------------------------------- Mon Jun 25 13:40:58 CEST 2012 - mls@suse.de - fix typo in repodata_merge_attrs [bnc#767510]