]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
bump version, add changes
authorMichael Schroeder <mls@suse.de>
Fri, 23 Nov 2012 13:06:15 +0000 (14:06 +0100)
committerMichael Schroeder <mls@suse.de>
Fri, 23 Nov 2012 13:06:15 +0000 (14:06 +0100)
VERSION.cmake
package/libsolv.changes

index 1bf8447b5a49cef1c9a03c9d61f82118b5d7674e..668cf2033a3d6e2425e570cc2e32021d93ede312 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "2")
-SET(LIBSOLV_PATCH "0")
+SET(LIBSOLV_PATCH "1")
 
index e5f47bf50956961ac28af06b69a617c58c1c6ff8..80c829312abf6122e72225614a306ccaaad54f72 100644 (file)
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Fri Nov 23 13:57:19 CET 2012 - mls@suse.de
+
+- support targeted up/dup
+- support best rules to enforce the installation of the best package
+- implement selection class to ease package selection
+- fix obsolete handling for debian packages
+- add pool_lookup_deltalocation helper
+- bump version to 0.2.1
+
 -------------------------------------------------------------------
 Thu Oct 18 16:58:10 CEST 2012 - mls@suse.de