]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
bump version, add changes
authorMichael Schroeder <mls@suse.de>
Wed, 26 Mar 2014 14:13:22 +0000 (15:13 +0100)
committerMichael Schroeder <mls@suse.de>
Wed, 26 Mar 2014 14:13:22 +0000 (15:13 +0100)
VERSION.cmake
package/libsolv.changes

index 20e4785a8c4e2709eb7a3cf0b4fa06aca64cecff..75ae10b814587213f1cf922984ce01c62efc8f45 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "5")
-SET(LIBSOLV_PATCH "0")
+SET(LIBSOLV_PATCH "1")
 
index 34f09f88be68a88c1a81d8cd736dda4d22a8dcdb..c25974bea1d4d5e0ab67fdc7078fb0ff6399a3c5 100644 (file)
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------
+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