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 20e4785..75ae10b 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 34f09f8..c25974b 100644 (file)
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+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]