]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
add changes, bump version
authorMichael Schroeder <mls@suse.de>
Fri, 21 Feb 2014 17:02:32 +0000 (18:02 +0100)
committerMichael Schroeder <mls@suse.de>
Fri, 21 Feb 2014 17:02:32 +0000 (18:02 +0100)
VERSION.cmake
package/libsolv.changes

index c2d6b0f9426d306eb001140148aa853ff15e8477..4044fa824aecebedf689ff72381f0a5b8d2262ff 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "4")
-SET(LIBSOLV_PATCH "0")
+SET(LIBSOLV_PATCH "1")
 
index dde8e5a4c93eeb725038c16718b00e02c90718eb..290b560bed0264dfadafae0c16652288f0569c75 100644 (file)
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Fri Feb 21 18:01:48 CET 2014 - mls@suse.de
+
+- fix bug in solver_get_unneeded that could lead to an
+  endless loop [bnc#828764]
+- fix typos in pool_job2str
+- make addfilelist more resistant against corrupt rpms
+- fix pseudo packages obsoleting other pseudo packages
+- bump version to 0.4.1
+
 -------------------------------------------------------------------
 Tue Sep 24 11:14:25 CEST 2013 - mls@suse.de