]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- add changes, bump version
authorMichael Schroeder <mls@suse.de>
Fri, 24 Feb 2012 14:43:27 +0000 (15:43 +0100)
committerMichael Schroeder <mls@suse.de>
Fri, 24 Feb 2012 14:43:27 +0000 (15:43 +0100)
VERSION.cmake
package/libsolv.changes

index 2dc7a4c76c119da4bf8c034d58f02536a8f0f931..f35843551a6b35688991132b984d505c15c634e2 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "0")
-SET(LIBSOLV_PATCH "0")
+SET(LIBSOLV_PATCH "1")
 
index 38f097893c6d47ed745604b69bea9d21cc48aaf1..e8eaada4e24e45ba198059e37d5ed09d402801d8 100644 (file)
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Fri Feb 24 15:39:15 CET 2012 - mls@suse.de
+
+- backport cleandeps changes from master
+- improve obsolete pruning in the case that there is
+  an obsoletes cycle
+- prune to installed packages so that packages don't
+  change if there is an obsoletes cycle
+- support severity/rights/updated in updateinfo.xml
+- 0.0.1
+
 -------------------------------------------------------------------
 Tue Feb  7 16:33:10 CET 2012 - mls@suse.de