]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
add changes, bump version
authorMichael Schroeder <mls@suse.de>
Thu, 15 May 2014 09:46:25 +0000 (11:46 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 15 May 2014 09:46:25 +0000 (11:46 +0200)
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 290b560bed0264dfadafae0c16652288f0569c75..a355f4bc745ac6509128416300fd8fdcbbebb254 100644 (file)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Thu May 15 11:45:12 CEST 2014 - mls@suse.de
+
+- use sed instead of grep to get rid of the <?xml...> line
+  to parse files with no newlines [bnc#876297]
+- fix noobsoletesmultiversion default setting to match
+  rpm's obsolete behaviour [bnc#877983]
+- bump version to 0.4.2
+
 -------------------------------------------------------------------
 Fri Feb 21 18:01:48 CET 2014 - mls@suse.de