From: Michael Schroeder Date: Wed, 7 Apr 2021 12:57:00 +0000 (+0200) Subject: Add changes, bump version to 0.7.19 X-Git-Tag: 0.7.19^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c773294be6b0a2425f344a8999f173fb00cfd16f;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.19 --- 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