File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22This file contains the major changes between
33libsolv versions:
44
5+ Version 0.7.18
6+ - selected bug fixes:
7+ * fixed regex code on win32
8+ * fixed memory leak in choice rule generation
9+ - new features:
10+ * repo_add_conda: add flag to skip v2 packages
11+
512Version 0.7.17
613- selected bug fixes:
714 * repo_write: fix handling of nested flexarray
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 "17 " )
52+ SET (LIBSOLV_PATCH "18 " )
5353
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Fri Mar 26 14:17:46 CET 2021 -
[email protected] 3+
4+ - fixed regex code on win32
5+ - fixed memory leak in choice rule generation
6+ - repo_add_conda: add flag to skip v2 packages
7+ - bump version to 0.7.18
8+
19-------------------------------------------------------------------
210Tue Jan 19 15:09:12 CET 2021 -
[email protected] 311
You can’t perform that action at this time.
0 commit comments