]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.12 0.7.12
authorMichael Schroeder <mls@suse.de>
Mon, 20 Apr 2020 15:33:22 +0000 (17:33 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 20 Apr 2020 15:33:22 +0000 (17:33 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 9d2d8336e5067a43c491c3477906d60644aa41cb..9bdc2d8dcfd1b69d745b6df105890c83fa303471 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.12
+- conda: support packages.conda repositories
+- conda: de-priorize track features
+- allow win32 to build shared lib
+- selected bug fixes:
+  * fix ruleinfo of complex dependencies returning the wrong origin
+
 Version 0.7.11
 - ENABLE_RPMDB_LIBRPM is now the default
 - selected bug fixes:
index 180eda518a9e27c572f44cd16797ff88b148c2e8..ffa76f3462a91b3826a4933ec837ccf918c6c3c2 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "11")
+SET(LIBSOLV_PATCH "12")
 
index 253784b6b2eebef4b3496ca3a81e4016dbc60659..caccbebb9d5f5c1c5b9736334d0a22d8dca104a0 100644 (file)
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Mon Apr 20 17:24:21 CEST 2020 - mls@suse.de
+
+- fix ruleinfo of complex dependencies returning the wrong origin
+- bump version to 0.7.12
+
 -------------------------------------------------------------------
 Wed Jan 22 13:52:48 CET 2020 - mls@suse.de