]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.14 0.7.14
authorMichael Schroeder <mls@suse.de>
Wed, 27 May 2020 09:55:11 +0000 (11:55 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 27 May 2020 09:55:11 +0000 (11:55 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 7ed259dedd84f52ea218eaf82f3a1a0c90311a29..69a5c4bd6b265e54151d6988a619f8e44a308783 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.14
+- added support for ed25519 signatures
+- selected bug fixes:
+  * Support blacklisted packages in solver_findproblemrule()
+  * Support rules with multiple negative literals in choice rule
+    generation
+  * Also detect rpmdb.sqlite in /usr/share/rpm
+
 Version 0.7.13
 - fix solvable swapping messing up uninternalized idarrays
 
index 80aed44c905b282382d52083a654b4b0d4c41529..0bf518bc8c408562b78aeef9ac08c0eabaadedbe 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "13")
+SET(LIBSOLV_PATCH "14")
 
index 5aec357495742310a1126a4a253a29457748d7c5..52ea1644f40124d839ac5a385dbe4ef306016d6e 100644 (file)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Wed May 27 11:48:46 CEST 2020 - mls@suse.de
+
+- Support blacklisted packages in solver_findproblemrule()
+  [bnc#1172135]
+- Support rules with multiple negative literals in choice rule
+  generation
+- bump version to 0.7.14
+
 -------------------------------------------------------------------
 Fri Apr 24 12:00:30 CEST 2020 - mls@suse.de