File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-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.31
5+ - selected bug fixes:
6+ * fix replaces_installed_package using the wrong solvable id
7+ when checking the noupdate map
8+ * make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard
9+ - new features:
10+ * add rpm_query_idarray query function
11+ * support rpm's "orderwithrequires" dependency
12+
413Version 0.7.30
514- selected bug fixes:
615 * removed dependency on external find program in the repo2solv
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 "30 " )
52+ SET (LIBSOLV_PATCH "31 " )
5353
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Tue Nov 12 10:54:33 CET 2024 -
[email protected] 3+
4+ - fix replaces_installed_package using the wrong solvable id
5+ when checking the noupdate map
6+ - make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard
7+ - add rpm_query_idarray query function
8+ - support rpm's "orderwithrequires" dependency
9+ - bump version to 0.7.31
10+
111-------------------------------------------------------------------
212Thu Jul 11 13:19:18 CEST 2024 -
[email protected] 313
You can’t perform that action at this time.
0 commit comments