]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- 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 c649fc76bd9e7601cf499320dc191e7363944b31..708ea194207d179ed2be09f5a08d9b22901f882c 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 f1e1574387b435025deab1c7854b4c28f391568c..a489e462fe1f6faa80f55561948cb4e1da0e4f6b 100644 (file)
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+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