]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.39 0.6.x 0.6.39
authorMichael Schroeder <mls@suse.de>
Fri, 4 Mar 2022 11:09:17 +0000 (12:09 +0100)
committerMichael Schroeder <mls@suse.de>
Fri, 4 Mar 2022 11:09:17 +0000 (12:09 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 4034e09e034471a74d791431ca52bc76cfa0386f..4a269240e6d8c59a1eeb3245aa02cb1158bcb687 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,19 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.39:
+- bug fixes:
+  * fix memory leaks in SWIG generated code
+  * fix misparsing of '&' in attributes with libxml2
+  * try to keep packages from a cycle close togther in the
+    transaction order [bsc#1189622]
+  * fix split provides not working if the update includes a
+    forbidden vendor change [bsc#1195485]
+  * fix segfault on conflict resolution when using bindings
+  * do not replace noarch problem rules with arch dependent ones
+    in problem reporting
+  * fix and simplify pool_vendor2mask implementation
+
 Version 0.6.38:
 - bug fixes:
   * Turn on rich dependency handling needed for ptf support
index 7688f640b8143f8adf1ebd78f86d552e2d3b1055..8e255e17a1456c52ef828fdb6e6ee7916f55e4d1 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "38")
+SET(LIBSOLV_PATCH "39")
 
index ee00f752afb2aa19465495304a5abaedd67a7916..787698164b2ef606032b28b7fd359bb320a44225 100644 (file)
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Fri Mar  4 12:07:50 CET 2022 - mls@suse.de
+
+- fix memory leaks in SWIG generated code
+- fix misparsing of '&' in attributes with libxml2
+- try to keep packages from a cycle close togther in the
+  transaction order [bsc#1189622]
+- fix split provides not working if the update includes a
+  forbidden vendor change [bsc#1195485]
+- fix segfault on conflict resolution when using bindings
+- do not replace noarch problem rules with arch dependent ones
+  in problem reporting
+- fix and simplify pool_vendor2mask implementation
+- bump version to 0.6.39
+
 -------------------------------------------------------------------
 Wed Jul 28 10:19:08 CEST 2021 - mls@suse.de