Skip to content

Commit c773294

Browse files
committed
Add changes, bump version to 0.7.19
1 parent 93159d9 commit c773294

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

NEWS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
This file contains the major changes between
33
libsolv 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+
512
Version 0.7.18
613
- selected bug fixes:
714
* fixed regex code on win32

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
4949

5050
SET(LIBSOLV_MAJOR "0")
5151
SET(LIBSOLV_MINOR "7")
52-
SET(LIBSOLV_PATCH "18")
52+
SET(LIBSOLV_PATCH "19")
5353

package/libsolv.changes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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
-------------------------------------------------------------------
211
Fri Mar 26 14:17:46 CET 2021 - [email protected]
312

0 commit comments

Comments
 (0)