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

This commit is contained in:
Michael Schroeder
2024-07-11 13:21:09 +02:00
parent 00db74aaa8
commit 27aa6a72c7
3 changed files with 17 additions and 1 deletions

8
NEWS
View File

@@ -1,6 +1,14 @@
This file contains the major changes between libsolv versions:
Version 0.7.30
- selected bug fixes:
* removed dependency on external find program in the repo2solv
tool
* bindings: fix return value of repodata.add_solv()
- new features:
* new SOLVER_FLAG_FOCUS_NEW flag
Version 0.7.29
- selected bug fixes:
* improve updating of installed multiversion packages

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jul 11 13:19:18 CEST 2024 - mls@suse.de
- removed dependency on external find program in the repo2solv tool
- bindings: fix return value of repodata.add_solv()
- new SOLVER_FLAG_FOCUS_NEW flag
- bump version to 0.7.30
-------------------------------------------------------------------
Fri Jun 7 11:33:19 CEST 2024 - mls@suse.de