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:
12
NEWS
12
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
|
||||
|
||||
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
|
||||
|
||||
SET(LIBSOLV_MAJOR "0")
|
||||
SET(LIBSOLV_MINOR "7")
|
||||
SET(LIBSOLV_PATCH "2")
|
||||
SET(LIBSOLV_PATCH "3")
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user