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.14

This commit is contained in:
Michael Schroeder
2020-05-27 11:55:11 +02:00
parent 66dada54df
commit b264537ea4
3 changed files with 18 additions and 1 deletions

8
NEWS
View File

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

View File

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

View File

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