From: Michael Schroeder Date: Fri, 24 Jan 2014 12:54:34 +0000 (+0100) Subject: add changes, bump version to 0.4.2 X-Git-Tag: upstream/0.6.4~113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f345e6aadd562544be8dc0e78d71ca8c1b4106b;p=platform%2Fupstream%2Flibsolv.git add changes, bump version to 0.4.2 --- diff --git a/VERSION.cmake b/VERSION.cmake index 4044fa8..b35a2b4 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "4") -SET(LIBSOLV_PATCH "1") +SET(LIBSOLV_PATCH "2") diff --git a/package/libsolv.changes b/package/libsolv.changes index 24f2fce..4e4d85a 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Fri Jan 24 13:50:03 CET 2014 - mls@suse.de + +- add -X option to susetags2solv +- 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