Skip to content

Commit 262e8ef

Browse files
committed
Add changes, bump version to 0.7.34
1 parent aba891e commit 262e8ef

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

NEWS

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

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

4+
Version 0.7.34
5+
- new features:
6+
* support product-obsoletes() provides in the product autopackage
7+
generation code
8+
49
Version 0.7.33
510
- selected bug fixes:
611
* improve transaction ordering by allowing more uninst->uninst

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 "33")
52+
SET(LIBSOLV_PATCH "34")
5353

package/libsolv.changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
-------------------------------------------------------------------
2+
Mon Jul 7 13:48:58 CEST 2025 - [email protected]
3+
4+
- add support for product-obsoletes() provides in the product
5+
autopackage generation code
6+
- bump version to 0.7.34
7+
18
-------------------------------------------------------------------
29
Tue Jun 3 13:25:39 CEST 2025 - [email protected]
310

0 commit comments

Comments
 (0)