]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.37 0.6.37
authorMichael Schroeder <mls@suse.de>
Wed, 26 May 2021 12:27:52 +0000 (14:27 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 26 May 2021 12:27:52 +0000 (14:27 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 5b1a2afae7de845047e047b1bc7daeaf4ad12684..e3bd30f203095c0dba40a0297905fdb27ec6131c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,21 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.37:
+- bug fixes:
+  * fix heap-buffer-overflow in repodata_schema2id [CVE-2019-20387]
+  * testcase_read: error out if repos are added or the system is
+    changed too late [CVE-2021-3200]
+  * fix ruleinfo of complex dependencies returning the wrong origin
+  * fix SOLVER_FLAG_FOCUS_BEST updateing packages without reason
+  * fix add_complex_recommends() selecting conflicted packages in
+    rare cases
+  * fix potential segfault in resolve_jobrules
+  * fix solv_zchunk decoding error if large chunks are used 
+- new features:
+  * backport support for blacklisted packages to support ptf
+    packages and retracted patches
+
 Version 0.6.36
 - bug fixes:
   * do not autouninstall packages because of forcebest updates
index d8662767d8e5813f8061b6aa1dde2703c630df00..fe3e310d166168c788009f653f5064832b375145 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "36")
+SET(LIBSOLV_PATCH "37")
 
index dcdbabd502b25216dadc6b8210a44633ecef58a6..5aea77ec3cbc4e7781d9219c476a3d47e8f21d93 100644 (file)
@@ -1,3 +1,20 @@
+-------------------------------------------------------------------
+Wed May 26 14:25:00 CEST 2021 - mls@suse.de
+
+- fix heap-buffer-overflow in repodata_schema2id [CVE-2019-20387]
+  [bnc#1161510]
+- backport support for blacklisted packages to support ptf
+  packages and retracted patches [jsc#SLE-17973]
+- fix ruleinfo of complex dependencies returning the wrong origin
+- fix SOLVER_FLAG_FOCUS_BEST updateing packages without reason
+- fix add_complex_recommends() selecting conflicted packages in rare
+  cases
+- testcase_read: error out if repos are added or the system is changed
+  too late [CVE-2021-3200] [bnc#1186229]
+- fix potential segfault in resolve_jobrules
+- fix solv_zchunk decoding error if large chunks are used
+- bump version to 0.6.37
+
 -------------------------------------------------------------------
 Thu Jun 27 16:36:00 CEST 2019 - mls@suse.de