]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.28 0.6.28
authorMichael Schroeder <mls@suse.de>
Fri, 30 Jun 2017 14:46:27 +0000 (16:46 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 30 Jun 2017 14:46:27 +0000 (16:46 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index ed1a96376bdbb1797e8d8226a417f20dde3cad87..b3fd37b38901e67f45b33616d8c70aca4b2c0852 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.28
+- new features:
+  * new pool_best_solvables() function
+
 Version 0.6.27
 - new features:
   * allow building with libxml2 instead of libexpat
index 55b10182e1ae11346d92c5be2c6fc3cb76727b26..f4958cb416d80f7502e3921d5be4809b0ec0556a 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "27")
+SET(LIBSOLV_PATCH "28")
 
index 6c0740b5aa9cfb5d4e4b62d8f3ef67e31bc86e4b..541808463dfaa0c261381d7ba4e9749f607e0cbc 100644 (file)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Fri Jun 30 16:37:31 CEST 2017 - mls@suse.de
+
+- make peace with newer perl versions
+- fix memory leak in bindings
+- add pool_best_solvables() function
+- fix 64bit integer parsing from RPM headers
+- bump version to 0.6.28
+
 -------------------------------------------------------------------
 Sun May 28 13:32:15 UTC 2017 - ngompa13@gmail.com