autobuild once more
authorStephan Kulow <coolo@suse.de>
Mon, 28 Apr 2008 17:37:13 +0000 (17:37 +0000)
committerStephan Kulow <coolo@suse.de>
Mon, 28 Apr 2008 17:37:13 +0000 (17:37 +0000)
VERSION.cmake
package/libsatsolver.changes

index 6c5c4b1..e82a45c 100644 (file)
@@ -46,5 +46,5 @@
 
 SET(LIBSATSOLVER_MAJOR "0")
 SET(LIBSATSOLVER_MINOR "0")
-SET(LIBSATSOLVER_PATCH "30")
+SET(LIBSATSOLVER_PATCH "31")
 
index a1d46bb..3ceefb1 100644 (file)
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Mon Apr 28 19:36:54 CEST 2008 - coolo@suse.de
+
+- (De-)Serialize structured types.  Dataiterator and repo_search support
+  them too, but not yet nested, so that is unsupported for now.
+- skipping kinds in matcher when a flag is specified.
+- make --force behave a bit more like --noforce
+
+-------------------------------------------------------------------
 Fri Apr 25 19:23:51 CEST 2008 - coolo@suse.de
 
 - detect and skip empty lines (bnc#381828)