add changes, bump version (just to make it higher than openSUSE 12.1)
authorMichael Schroeder <mls@suse.de>
Mon, 23 Apr 2012 14:03:35 +0000 (16:03 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 23 Apr 2012 14:03:35 +0000 (16:03 +0200)
VERSION.cmake
package/libsolv.changes

index 2dc7a4c..9d936be 100644 (file)
@@ -48,6 +48,6 @@ SET(LIBSOLV_SOVERSION "0")
 SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
-SET(LIBSOLV_MINOR "0")
+SET(LIBSOLV_MINOR "1")
 SET(LIBSOLV_PATCH "0")
 
index 9da8785..1c16bfb 100644 (file)
@@ -1,4 +1,18 @@
 -------------------------------------------------------------------
+Mon Apr 23 15:52:26 CEST 2012 - mls@suse.de
+
+- added testcase framework
+- add solver_get_unneeded() to get a list of no longer needed
+  installed packages
+- changed duprule generation to ignore uninstallable packages [bnc#750485]
+- fix memory leaks
+- speed up whatprovides generation
+- support 64bit nums, return files sizes in bytes
+- return errors instead of calling exit()
+- support tilde in rpm version comparison [bnc#466994]
+- 0.1.0
+
+-------------------------------------------------------------------
 Tue Feb  7 16:33:10 CET 2012 - mls@suse.de
 
 - add findutils to the requires of libsolv-tools [bnc#743634]