]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
add changes, bump version 0.6.4
authorMichael Schroeder <mls@suse.de>
Tue, 8 Jul 2014 12:14:59 +0000 (14:14 +0200)
committerMichael Schroeder <mls@suse.de>
Tue, 8 Jul 2014 12:14:59 +0000 (14:14 +0200)
VERSION.cmake
package/libsolv.changes

index 57a9870988743e997b2746c8b5929fc53a322847..ac9ef359a5a2c28e5242998cdcc6d7d9f8ea6b0c 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "3")
+SET(LIBSOLV_PATCH "4")
 
index a2e84d3ab748b49ea7675c2e73cbfaff1eb00ab2..7368f386759a1d742f6245ac250f97db42a6551d 100644 (file)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Tue Jul  8 14:13:40 CEST 2014 - mls@suse.de
+
+- expand solver_identical fix to applications [bnc#885830]
+- fix instbuddy generation code
+- improve autominimizing implementation to also look at
+  supplements
+- bump version to 0.6.4
+
 -------------------------------------------------------------------
 Fri Jun 13 08:28:12 CEST 2014 - ma@suse.de