]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.15 0.7.15
authorMichael Schroeder <mls@suse.de>
Fri, 11 Sep 2020 10:33:03 +0000 (12:33 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 11 Sep 2020 10:33:03 +0000 (12:33 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 69a5c4bd6b265e54151d6988a619f8e44a308783..7ca7e4b3ef73ec7ebd2a9dc5d49ce46fac00dd63 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,17 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.15
+- selected bug fixes:
+  * fix deduceq2addedmap clearing bits outside of the map
+  * conda: feature depriorization first
+  * conda: fix startswith implementation
+  * move find_update_seeds() call in cleandeps calculation
+- new features:
+  * set SOLVABLE_BUILDHOST in rpm and rpmmd parsers
+  * new testcase_mangle_repo_names() function
+  * new solv_fmemopen() function
+
 Version 0.7.14
 - added support for ed25519 signatures
 - selected bug fixes:
index 0bf518bc8c408562b78aeef9ac08c0eabaadedbe..5c9b9e6ba49c09e6c376ae4dc76ef1a08f80f4ee 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "14")
+SET(LIBSOLV_PATCH "15")
 
index 46a5e35f61e36dfc8066cb3562a4b4ed1b32716b..900490dd8385f282b88b7e5c00bcf772f6d3cd58 100644 (file)
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Fri Sep 11 12:31:27 CEST 2020 - mls@suse.de
+
+- fix deduceq2addedmap clearing bits outside of the map
+- conda: feature depriorization first
+- conda: fix startswith implementation
+- move find_update_seeds() call in cleandeps calculation
+- set SOLVABLE_BUILDHOST in rpm and rpmmd parsers
+- new testcase_mangle_repo_names() function
+- new solv_fmemopen() function
+- bump version to 0.7.15
+
 -------------------------------------------------------------------
 Tue Jun 23 12:43:16 CEST 2020 - ma@suse.de