Skip to content

Commit fb4b434

Browse files
committed
Add changes, bump version to 0.7.35
1 parent 9863889 commit fb4b434

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

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.35
5+
- selected bug fixes:
6+
* fixed rare crash in the handling of allowuninstall in combination
7+
with forcebest updates
8+
- new features:
9+
* new pool_satisfieddep_map feature to test if a set of packages
10+
satisfies a dependency
11+
412
Version 0.7.34
513
- new features:
614
* support product-obsoletes() provides in the product autopackage

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

package/libsolv.changes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
-------------------------------------------------------------------
2+
Mon Aug 4 10:46:17 CEST 2025 - [email protected]
3+
4+
- fixed rare crash in the handling of allowuninstall in combination
5+
with forcebest updates
6+
- new pool_satisfieddep_map feature to test if a set of packages
7+
satisfies a dependency
8+
- bump version to 0.7.35
9+
110
-------------------------------------------------------------------
211
Mon Jul 7 13:48:58 CEST 2025 - [email protected]
312

0 commit comments

Comments
 (0)