]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.1 0.7.1
authorMichael Schroeder <mls@suse.de>
Wed, 31 Oct 2018 12:52:19 +0000 (13:52 +0100)
committerMichael Schroeder <mls@suse.de>
Wed, 31 Oct 2018 12:52:19 +0000 (13:52 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 16b79a8870ba0f91437fa0b2b195f28656cba336..1416a16d73a6d23ccec6cc68bbf6e41eecd2ec6c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.1
+- fix nasty off-by-one error in repo_write
+
 Version 0.7.0
 - soname bump to "1"
 - incompatible API changes:
index 6ed2c6ffa6f244cdf4d1bc9eca998cbbb30b209a..bd4e5e63c67fe5b055f95af8aade74da742035a7 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "0")
+SET(LIBSOLV_PATCH "1")
 
index 6146e9936aee7e5a9a39e23ac527d95984ff9e49..5467ee3efc585096b90fd964d1ccc23dac7f5f77 100644 (file)
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Wed Oct 31 13:50:22 CET 2018 - mls@suse.de
+
+- fix nasty off-by-one error in repo_write
+- also copy pattern categories from the rpm that defines the
+  pattern [fate#323785]
+- bump version to 0.7.1
+
 -------------------------------------------------------------------
 Wed Oct 24 10:48:56 CEST 2018 - mls@suse.de