1
0
mirror of https://github.com/openSUSE/libsolv.git synced 2026-02-05 12:45:46 +01:00

Add changes, bump version to 0.7.3

This commit is contained in:
Michael Schroeder
2019-01-30 16:09:51 +01:00
parent 5f9b071751
commit dc7d0f1c31
3 changed files with 24 additions and 1 deletions

12
NEWS
View File

@@ -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

View File

@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
SET(LIBSOLV_MAJOR "0")
SET(LIBSOLV_MINOR "7")
SET(LIBSOLV_PATCH "2")
SET(LIBSOLV_PATCH "3")

View File

@@ -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