- 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 708ea19..02c527a 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 33bd588..81cc1d8 100644 (file)
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+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
 
 - make iterator work with completely empty repos [bnc#435838]