]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
add changes, bump version
authorMichael Schroeder <mls@suse.de>
Thu, 18 Oct 2012 14:59:17 +0000 (16:59 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 18 Oct 2012 14:59:17 +0000 (16:59 +0200)
VERSION.cmake
package/libsolv.changes

index 9d936be42964edbec2fcb4e6af2132d99d6d7f53..1bf8447b5a49cef1c9a03c9d61f82118b5d7674e 100644 (file)
@@ -48,6 +48,6 @@ SET(LIBSOLV_SOVERSION "0")
 SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
-SET(LIBSOLV_MINOR "1")
+SET(LIBSOLV_MINOR "2")
 SET(LIBSOLV_PATCH "0")
 
index 4eb1ea6b410b93d0ac1f50c7ce44022f808fae5a..e5f47bf50956961ac28af06b69a617c58c1c6ff8 100644 (file)
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Thu Oct 18 16:58:10 CEST 2012 - mls@suse.de
+
+- fix susetags parser, it ignored the filelist of the last
+  solvable 
+- fix encoding of large values
+- bump version to 0.2.0
+
 -------------------------------------------------------------------
 Mon Jun 25 13:40:58 CEST 2012 - mls@suse.de