]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.32 0.6.32
authorMichael Schroeder <mls@suse.de>
Tue, 13 Feb 2018 10:52:33 +0000 (11:52 +0100)
committerMichael Schroeder <mls@suse.de>
Tue, 13 Feb 2018 10:52:33 +0000 (11:52 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 47a699d192d018cb5ea4db7697376eb50a204848..37b3f65ef3f90573a0f18792fd5c9605dff86a10 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.32
+- fixed bug that could make fileconflict detection very slow
+  in some cases
+
 Version 0.6.31
 - new configuration options:
   * ENABLE_RPMDB_LIBRPM: use librpm to read the package
index c303b53935d715b1942da530b34980a543666965..4687de317b4cf4b1252954ec3835072deb682fc4 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "31")
+SET(LIBSOLV_PATCH "32")
 
index d29a812a78c2e9fdfb73dd18e0b1bdffcbb03767..713ead57f81c9b2de805895819f3392044ebc5a3 100644 (file)
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Tue Feb 13 11:51:11 CET 2018 - mls@suse.de
+
+- fixed bug that could make fileconflict detection very slow
+  in some cases [bnc#953130]
+
 -------------------------------------------------------------------
 Wed Jan 31 11:41:51 CET 2018 - mls@suse.de