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

This commit is contained in:
Michael Schroeder
2025-04-03 13:10:26 +02:00
parent 69e5151043
commit 95f64952e3
3 changed files with 16 additions and 1 deletions

7
NEWS
View File

@@ -1,6 +1,13 @@
This file contains the major changes between libsolv versions:
Version 0.7.32
- build both static and dynamic libraries on new suse distros
- require cmake >= 3.5
- new features:
* support the apk package and repository format (both v2 and v3)
* new dataiterator_final_{repo,solvable} functions
Version 0.7.31
- selected bug fixes:
* fix replaces_installed_package using the wrong solvable id

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 3 13:07:20 CEST 2025 - mls@suse.de
- build both static and dynamic libraries on new suse distros
- support the apk package and repository format (both v2 and v3)
- new dataiterator_final_{repo,solvable} functions
- bump version to 0.7.32
-------------------------------------------------------------------
Wed Jan 15 09:16:51 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>