File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed 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.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+
412Version 0.7.32
513- build both static and dynamic libraries on new suse distros
614- require cmake >= 3.5
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 "32 " )
52+ SET (LIBSOLV_PATCH "33 " )
5353
Original file line number Diff line number Diff line change 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-------------------------------------------------------------------
211Thu Apr 3 13:07:20 CEST 2025 -
[email protected] 312
You can’t perform that action at this time.
0 commit comments