File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22This 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+
412Version 0.7.34
513- new features:
614 * support product-obsoletes() provides in the product autopackage
Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
4949
5050SET (LIBSOLV_MAJOR "0" )
5151SET (LIBSOLV_MINOR "7" )
52- SET (LIBSOLV_PATCH "34 " )
52+ SET (LIBSOLV_PATCH "35 " )
5353
Original file line number Diff line number Diff line change 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-------------------------------------------------------------------
211Mon Jul 7 13:48:58 CEST 2025 -
[email protected] 312
You can’t perform that action at this time.
0 commit comments