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

diff --git a/NEWS b/NEWS
index abb211f87e06dc642a3aa025387e4c71485ea3d6..5b1a2afae7de845047e047b1bc7daeaf4ad12684 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,18 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.36
+- bug fixes:
+  * do not autouninstall packages because of forcebest updates
+  * fixed a couple of null pointer derefs and potential memory
+    leaks
+  * no longer disable infarch rules when they don't conflict with
+    the job
+  * fix cleandeps updates not updating all packages
+  * fix SOLVER_FLAG_FOCUS_BEST updateing packages without reason
+  * be more correct with multiversion packages that obsolete their
+    own name
+
 Version 0.6.35
 - new configuration options:
   * ENABLE_ZSTD_COMPRESSION: support zstd compression
index 991c920ebda3d71cd9a2cb0787f98691c4e0ac2f..d8662767d8e5813f8061b6aa1dde2703c630df00 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "35")
+SET(LIBSOLV_PATCH "36")
 
index 430e479bb693e100f9e046f771d66140f59b7553..dcdbabd502b25216dadc6b8210a44633ecef58a6 100644 (file)
@@ -1,3 +1,21 @@
+-------------------------------------------------------------------
+Thu Jun 27 16:36:00 CEST 2019 - mls@suse.de
+
+- make cleandeps jobs on patterns work [bnc#1137977]
+- fix SOLVER_FLAG_FOCUS_BEST updateing packages without reason
+- be more correct with multiversion packages that obsolete their
+  own name [bnc#1127155]
+- always prefer to stay with the same package name if there are
+  multiple alternatives [bnc#1131823]
+- fix cleandeps updates not updating all packages
+- fixed a couple of null pointer derefs
+  [bnc#1120629] [bnc#1120630] [bnc#1120631]
+  [CVE-2018-20532] [CVE-2018-20533] [CVE-2018-20534]
+- no longer disable infarch rules when they don't conflict with
+  the job
+- do not autouninstall packages because of forcebest updates
+- bump version to 0.6.36
+
 -------------------------------------------------------------------
 Thu Aug  9 17:09:41 CEST 2018 - mls@suse.de