]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
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 2dc7a4c76c119da4bf8c034d58f02536a8f0f931..9d936be42964edbec2fcb4e6af2132d99d6d7f53 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 9da8785288b585f16a925a9c2a86f63259fca67a..1c16bfbf0a05bb30649664d4a3d144d0c185da38 100644 (file)
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+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