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

index c3e06158076ea2b7f11cf0b8b248cf9dcdc59732..99cf7069864b54a3cd256770294329d1615e5c91 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "4")
-SET(LIBSOLV_PATCH "4")
+SET(LIBSOLV_PATCH "5")
 
index 49308179d331a34786d8f1e6d07ef7a5b41c3549..c7a5b856b2817f362cbe94feedfd97a70e339749 100644 (file)
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Fri Feb 21 16:23:58 CET 2014 - mls@suse.de
+
+- fix bug in solver_get_unneeded that could lead to an
+  endless loop [bnc#828764]
+- adapt to new rpm tags for weak dependencies
+- fix pseudo packages obsoleting other pseudo packages
+- optimize unfulfilled rule handling a bit
+- bump version to 0.4.5
+
 -------------------------------------------------------------------
 Fri Feb 14 11:03:18 CET 2014 - mls@suse.de