From dc7d0f1c3113f2c8217563166906bef3eb5d1ee1 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Wed, 30 Jan 2019 16:09:51 +0100 Subject: [PATCH] Add changes, bump version to 0.7.3 --- NEWS | 12 ++++++++++++ VERSION.cmake | 2 +- package/libsolv.changes | 11 +++++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 812a9234..4ed1d27f 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,18 @@ This file contains the major changes between libsolv versions: +Version 0.7.3 +- selected bug fixes: + * fixed a couple of null pointer derefs and potential memory + leaks + * made disfavoring recommended packages work if strong recommends + is enabled + * no longer disable infarch rules when they don't conflict with + the job +- new features: + * do favor evaluation before pruning allowing to (dis)favor + specific package versions + Version 0.7.2 - bug fixes: * do not autouninstall packages because of forcebest updates diff --git a/VERSION.cmake b/VERSION.cmake index 507716c3..2cab83b1 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 "2") +SET(LIBSOLV_PATCH "3") diff --git a/package/libsolv.changes b/package/libsolv.changes index 53bfc301..f7edf4b4 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 30 15:51:36 CET 2019 - mls@suse.de + +- fixed a couple of null pointer derefs + [bnc#1120629] [bnc#1120630] [bnc#1120631] +- do favor evaluation before pruning allowing to (dis)favor + specific package versions +- no longer disable infarch rules when they don't conflict with + the job +- bump version to 0.7.3 + ------------------------------------------------------------------- Fri Dec 7 15:10:46 CET 2018 - mls@suse.de -- 2.47.2