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.19
6+ - selected bug fixes:
7+ * fix rare segfault in resolve_jobrules() that could happen
8+ if new rules are learnt
9+ * fix a couple of memory leaks in error cases
10+ * fix error handling in solv_xfopen_fd()
11+
512Version 0.7.18
613- selected bug fixes:
714 * fixed regex code on win32
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 "18 " )
52+ SET (LIBSOLV_PATCH "19 " )
5353
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Wed Apr 7 14:56:16 CEST 2021 -
[email protected] 3+
4+ - fix rare segfault in resolve_jobrules() that could happen
5+ if new rules are learnt
6+ - fix a couple of memory leaks in error cases
7+ - fix error handling in solv_xfopen_fd()
8+ - bump version to 0.7.19
9+
110-------------------------------------------------------------------
211Fri Mar 26 14:17:46 CET 2021 -
[email protected] 312
You can’t perform that action at this time.
0 commit comments