mirror of
https://github.com/openSUSE/libsolv.git
synced 2026-02-05 12:45:46 +01:00
Add changes, bump version to 0.7.14
This commit is contained in:
8
NEWS
8
NEWS
@@ -2,6 +2,14 @@
|
||||
This file contains the major changes between
|
||||
libsolv versions:
|
||||
|
||||
Version 0.7.14
|
||||
- added support for ed25519 signatures
|
||||
- selected bug fixes:
|
||||
* Support blacklisted packages in solver_findproblemrule()
|
||||
* Support rules with multiple negative literals in choice rule
|
||||
generation
|
||||
* Also detect rpmdb.sqlite in /usr/share/rpm
|
||||
|
||||
Version 0.7.13
|
||||
- fix solvable swapping messing up uninternalized idarrays
|
||||
|
||||
|
||||
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
|
||||
|
||||
SET(LIBSOLV_MAJOR "0")
|
||||
SET(LIBSOLV_MINOR "7")
|
||||
SET(LIBSOLV_PATCH "13")
|
||||
SET(LIBSOLV_PATCH "14")
|
||||
|
||||
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 27 11:48:46 CEST 2020 - mls@suse.de
|
||||
|
||||
- Support blacklisted packages in solver_findproblemrule()
|
||||
[bnc#1172135]
|
||||
- Support rules with multiple negative literals in choice rule
|
||||
generation
|
||||
- bump version to 0.7.14
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 24 12:00:30 CEST 2020 - mls@suse.de
|
||||
|
||||
|
||||
Reference in New Issue
Block a user