]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Update changes, bump version to 0.6.38 475/head
authorMichael Andres <ma@suse.de>
Thu, 16 Sep 2021 11:02:28 +0000 (13:02 +0200)
committerMichael Andres <ma@suse.de>
Thu, 16 Sep 2021 11:07:13 +0000 (13:07 +0200)
libzypp must require 'b97c733b Turn on rich dependency handling...'

NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index e3bd30f203095c0dba40a0297905fdb27ec6131c..4034e09e034471a74d791431ca52bc76cfa0386f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.38:
+- bug fixes:
+  * Turn on rich dependency handling needed for ptf support
+    [jsc#SLE-17973] [jsc#SLE-17974] [bnc#1190530]
+
 Version 0.6.37:
 - bug fixes:
   * fix heap-buffer-overflow in repodata_schema2id [CVE-2019-20387]
index fe3e310d166168c788009f653f5064832b375145..7688f640b8143f8adf1ebd78f86d552e2d3b1055 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "37")
+SET(LIBSOLV_PATCH "38")
 
index e0cdf9fa83197bf905d112ee1c9169b7867c09eb..ee00f752afb2aa19465495304a5abaedd67a7916 100644 (file)
@@ -2,7 +2,8 @@
 Wed Jul 28 10:19:08 CEST 2021 - mls@suse.de
 
 - Turn on rich dependency handling needed for ptf support
-  [jsc#SLE-17973] [jsc#SLE-17974]
+  [jsc#SLE-17973] [jsc#SLE-17974] [bnc#1190530]
+- bump version to 0.6.38
 
 -------------------------------------------------------------------
 Wed May 26 14:25:00 CEST 2021 - mls@suse.de