]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.33 0.6.33
authorMichael Schroeder <mls@suse.de>
Wed, 28 Feb 2018 15:31:35 +0000 (16:31 +0100)
committerMichael Schroeder <mls@suse.de>
Wed, 28 Feb 2018 15:31:35 +0000 (16:31 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 37b3f65ef3f90573a0f18792fd5c9605dff86a10..c54093c60ccee05e8a944b609bda6d983f064e39 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.33
+- new features:
+  * new Selection.clone() method in the bindings
+  * new pool.parserpmrichdep() method in the bindings
+
 Version 0.6.32
 - fixed bug that could make fileconflict detection very slow
   in some cases
index 4687de317b4cf4b1252954ec3835072deb682fc4..b78d89f42fd1f7f47146e1d742b278840fbd8e2d 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "32")
+SET(LIBSOLV_PATCH "33")
 
index c121b62466d0191868150d0d0c1f0f35fc1a6f3f..b647a2932648b1cb66493ddc566341a234ee1b84 100644 (file)
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Wed Feb 28 16:29:55 CET 2018 - mls@suse.de
+
+- fix bad assignment in solution refinement that led
+  to a memory leak
+- use license tag instead of doc in the spec file [bnc#1082318]
+- bump version to 0.6.33
+
 -------------------------------------------------------------------
 Tue Feb 13 11:51:11 CET 2018 - mls@suse.de