]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
add changes, bump version to 0.4.2
authorMichael Schroeder <mls@suse.de>
Fri, 24 Jan 2014 12:54:34 +0000 (13:54 +0100)
committerMichael Schroeder <mls@suse.de>
Fri, 24 Jan 2014 12:54:34 +0000 (13:54 +0100)
VERSION.cmake
package/libsolv.changes

index 4044fa824aecebedf689ff72381f0a5b8d2262ff..b35a2b4d57b1c9fd55f3f20a985ea3b08c7d5908 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "4")
-SET(LIBSOLV_PATCH "1")
+SET(LIBSOLV_PATCH "2")
 
index 24f2fcef4b786664f3744f51e761d86ba5583308..4e4d85acb9b3bfb2ed84aa16059e5a32a0b07819 100644 (file)
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+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