]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.19 0.7.19
authorMichael Schroeder <mls@suse.de>
Wed, 7 Apr 2021 12:57:00 +0000 (14:57 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 7 Apr 2021 12:57:00 +0000 (14:57 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index a627131a6b22a5c54d718ca08cc67bd94b8baad5..1bfc9d04fae5bec6d71a7f2550d28f0dec7f5219 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,13 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.19
+- selected bug fixes:
+  * fix rare segfault in resolve_jobrules() that could happen
+    if new rules are learnt
+  * fix a couple of memory leaks in error cases
+  * fix error handling in solv_xfopen_fd()
+
 Version 0.7.18
 - selected bug fixes:
   * fixed regex code on win32
index 8a96a147d43125c2e068888a2413a3ff9dd7c58b..1cecd6451922fcc971541d7ce36df53bf816d3f6 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "18")
+SET(LIBSOLV_PATCH "19")
 
index 32ec12145ae6a36b9cc214de6f14b87717ceaab5..6270b61fcbd108f54eb3e1ddebc1ed8a1dd41ef0 100644 (file)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Wed Apr  7 14:56:16 CEST 2021 - mls@suse.de
+
+- fix rare segfault in resolve_jobrules() that could happen
+  if new rules are learnt
+- fix a couple of memory leaks in error cases
+- fix error handling in solv_xfopen_fd()
+- bump version to 0.7.19
+
 -------------------------------------------------------------------
 Fri Mar 26 14:17:46 CET 2021 - mls@suse.de