- bump version
authorMichael Schroeder <mls@suse.de>
Tue, 14 Oct 2008 16:30:47 +0000 (16:30 +0000)
committerMichael Schroeder <mls@suse.de>
Tue, 14 Oct 2008 16:30:47 +0000 (16:30 +0000)
VERSION.cmake
package/libsatsolver.changes

index c649fc7..708ea19 100644 (file)
@@ -46,6 +46,6 @@
 
 SET(LIBSATSOLVER_MAJOR "0")
 SET(LIBSATSOLVER_MINOR "11")
-SET(LIBSATSOLVER_PATCH "0")
+SET(LIBSATSOLVER_PATCH "1")
 
-# last released 0.11.0
+# last released 0.11.1
index f1e1574..a489e46 100644 (file)
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Tue Oct 14 18:28:57 CEST 2008 - mls@suse.de
+
+- the big solv data change
+  * incompatible new file format
+  * repodata handles are solvable ids
+  * no more extra handles
+  * no need to call repodata_extend anymore
+- work around solver dup repo priority bug, real fix follows soon
+- implement releasever
+- repo_products.c is now more robust
+
+-------------------------------------------------------------------
 Mon Oct 13 16:50:14 CEST 2008 - kkaempf@suse.de
 
 - make product parsing more robust (bnc#433362)