Skip to content

Commit 9fb855d

Browse files
committed
Add changes, bump version to 0.7.33
1 parent b6d4eca commit 9fb855d

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

NEWS

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

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

4+
Version 0.7.33
5+
- selected bug fixes:
6+
* improve transaction ordering by allowing more uninst->uninst
7+
edges
8+
* implement color filtering when adding update targets
9+
- new features:
10+
* support orderwithrequires dependencies in susedata.xml
11+
412
Version 0.7.32
513
- build both static and dynamic libraries on new suse distros
614
- require cmake >= 3.5

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

package/libsolv.changes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
-------------------------------------------------------------------
2+
Tue Jun 3 13:25:39 CEST 2025 - [email protected]
3+
4+
- improve transaction ordering by allowing more uninst->uninst
5+
edges [bsc#1243457]
6+
- implement color filtering when adding update targets
7+
- support orderwithrequires dependencies in susedata.xml
8+
- bump version to 0.7.33
9+
110
-------------------------------------------------------------------
211
Thu Apr 3 13:07:20 CEST 2025 - [email protected]
312

0 commit comments

Comments
 (0)