]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
add changes, bump VERSION
authorMichael Schroeder <mls@suse.de>
Tue, 3 Dec 2013 13:34:26 +0000 (14:34 +0100)
committerMichael Schroeder <mls@suse.de>
Tue, 3 Dec 2013 13:34:26 +0000 (14:34 +0100)
VERSION.cmake
package/libsolv.changes

index c2d6b0f9426d306eb001140148aa853ff15e8477..4044fa824aecebedf689ff72381f0a5b8d2262ff 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "4")
-SET(LIBSOLV_PATCH "0")
+SET(LIBSOLV_PATCH "1")
 
index dde8e5a4c93eeb725038c16718b00e02c90718eb..85d7bb790279a1b8f7f4d4cb82608ac0ae7881f9 100644 (file)
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Tue Dec  3 14:30:17 CET 2013 - mls@suse.de
+
+- support appdata parsing and auto-pattern generation in tools
+- adapt to python3
+- tweak findproblemrule heuristic for conflicts
+- add m68k/ppc64le architectures
+- plug weakrulemap memory hole
+- support debian multiarch annotation
+- support product/pattern/application links
+- bump version to 0.4.1
+
 -------------------------------------------------------------------
 Tue Sep 24 11:14:25 CEST 2013 - mls@suse.de