]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- bump version to 0.12.0
authorMichael Schroeder <mls@suse.de>
Wed, 22 Oct 2008 11:02:10 +0000 (11:02 +0000)
committerMichael Schroeder <mls@suse.de>
Wed, 22 Oct 2008 11:02:10 +0000 (11:02 +0000)
VERSION.cmake
package/libsatsolver.changes

index 708ea194207d179ed2be09f5a08d9b22901f882c..02c527a0e6c0db98799556b2920f8f6a8a864197 100644 (file)
@@ -45,7 +45,7 @@
 #
 
 SET(LIBSATSOLVER_MAJOR "0")
-SET(LIBSATSOLVER_MINOR "11")
-SET(LIBSATSOLVER_PATCH "1")
+SET(LIBSATSOLVER_MINOR "12")
+SET(LIBSATSOLVER_PATCH "0")
 
-# last released 0.11.1
+# last released 0.12.0
index 33bd588993fc86bfde22fcc4bd83e433190c844f..81cc1d863c127677dfe3c3d169a4c43d1e7c0841 100644 (file)
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Wed Oct 22 13:00:56 CEST 2008 - mls@suse.de
+
+- add pool_set_installed()
+- drop "installed" arguments from some functions
+- 0.12.0
+
 -------------------------------------------------------------------
 Thu Oct 16 00:50:47 CEST 2008 - mls@suse.de