File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-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.32
5+ - build both static and dynamic libraries on new suse distros
6+ - require cmake >= 3.5
7+ - new features:
8+ * support the apk package and repository format (both v2 and v3)
9+ * new dataiterator_final_{repo,solvable} functions
10+
411Version 0.7.31
512- selected bug fixes:
613 * fix replaces_installed_package using the wrong solvable id
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 "31 " )
52+ SET (LIBSOLV_PATCH "32 " )
5353
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Thu Apr 3 13:07:20 CEST 2025 -
[email protected] 3+
4+ - build both static and dynamic libraries on new suse distros
5+ - support the apk package and repository format (both v2 and v3)
6+ - new dataiterator_final_{repo,solvable} functions
7+ - bump version to 0.7.32
8+
19-------------------------------------------------------------------
210Wed Jan 15 09:16:51 UTC 2025 - Bernhard Wiedemann <
[email protected] >
311
You can’t perform that action at this time.
0 commit comments