Skip to content

Commit 95f6495

Browse files
committed
Add changes, bump version to 0.7.32
1 parent 69e5151 commit 95f6495

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11

22
This file contains the major changes between libsolv versions:
33

4+
Version 0.7.32
5+
- build both static and dynamic libraries on new suse distros
6+
- require cmake >= 3.5
7+
- new features:
8+
* support the apk package and repository format (both v2 and v3)
9+
* new dataiterator_final_{repo,solvable} functions
10+
411
Version 0.7.31
512
- selected bug fixes:
613
* fix replaces_installed_package using the wrong solvable id

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
4949

5050
SET(LIBSOLV_MAJOR "0")
5151
SET(LIBSOLV_MINOR "7")
52-
SET(LIBSOLV_PATCH "31")
52+
SET(LIBSOLV_PATCH "32")
5353

package/libsolv.changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
-------------------------------------------------------------------
2+
Thu Apr 3 13:07:20 CEST 2025 - [email protected]
3+
4+
- build both static and dynamic libraries on new suse distros
5+
- support the apk package and repository format (both v2 and v3)
6+
- new dataiterator_final_{repo,solvable} functions
7+
- bump version to 0.7.32
8+
19
-------------------------------------------------------------------
210
Wed Jan 15 09:16:51 UTC 2025 - Bernhard Wiedemann <[email protected]>
311

0 commit comments

Comments
 (0)