]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
autobuild
authorStephan Kulow <coolo@suse.de>
Fri, 25 Apr 2008 17:26:10 +0000 (17:26 +0000)
committerStephan Kulow <coolo@suse.de>
Fri, 25 Apr 2008 17:26:10 +0000 (17:26 +0000)
VERSION.cmake
package/libsatsolver.changes

index 9ae8668dcb5e99d3c31b608f19e467ace46ffbce..6c5c4b1ac79ff0de95ba4ad56b82a0dbab080ffa 100644 (file)
@@ -46,5 +46,5 @@
 
 SET(LIBSATSOLVER_MAJOR "0")
 SET(LIBSATSOLVER_MINOR "0")
-SET(LIBSATSOLVER_PATCH "29")
+SET(LIBSATSOLVER_PATCH "30")
 
index 9b6a99d4d2378c39ca508d274641aed0fd61a62f..a1d46bb3124978623f7339633d45cb59bb96adaa 100644 (file)
@@ -1,3 +1,22 @@
+-------------------------------------------------------------------
+Fri Apr 25 19:23:51 CEST 2008 - coolo@suse.de
+
+- detect and skip empty lines (bnc#381828)
+- fix endless loop
+- move debug functions to solverdebug.c
+- do not delete negative bitfield entries [bnc#381908]
+- add "showinstalledrecommended" option to make the solver
+  put installed packages on the suggestions/recommendations
+  queues
+- Fix content parsing if PRODUCT isn't the first entry.
+- add more statistics
+- add two assertions
+- add support for susetags filelist
+- plug mem join2 leak
+- fix anchoring of filelist data
+- susetags move files added to provides back into filelist
+- ignore packages.FL for now
 -------------------------------------------------------------------
 Sun Apr 20 18:25:14 CEST 2008 - coolo@suse.de