From c773294be6b0a2425f344a8999f173fb00cfd16f Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Wed, 7 Apr 2021 14:57:00 +0200 Subject: [PATCH] Add changes, bump version to 0.7.19 --- NEWS | 7 +++++++ VERSION.cmake | 2 +- package/libsolv.changes | 9 +++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a627131a..1bfc9d04 100644 --- 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 diff --git a/VERSION.cmake b/VERSION.cmake index 8a96a147..1cecd645 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "7") -SET(LIBSOLV_PATCH "18") +SET(LIBSOLV_PATCH "19") diff --git a/package/libsolv.changes b/package/libsolv.changes index 32ec1214..6270b61f 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -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 -- 2.47.2