Skip to content

Commit 102ac55

Browse files
committed
Add changes, bump version to 0.7.11
1 parent 10a1ecf commit 102ac55

3 files changed

Lines changed: 16 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.11
6+
- ENABLE_RPMDB_LIBRPM is now the default
7+
- selected bug fixes:
8+
* fixed solv_zchunk decoding error if large chunks are used
9+
* treat retracted pathes as irrelevant
10+
* made add_update_target work with multiversion installs
11+
512
Version 0.7.10
613
- new features:
714
* new rpm_stat_database() function

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 "10")
52+
SET(LIBSOLV_PATCH "11")
5353

package/libsolv.changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
-------------------------------------------------------------------
2+
Wed Jan 22 13:52:48 CET 2020 - [email protected]
3+
4+
- fixed solv_zchunk decoding error if large chunks are used
5+
- treat retracted pathes as irrelevant
6+
- made add_update_target work with multiversion installs
7+
- bump version to 0.7.11
8+
19
-------------------------------------------------------------------
210
Thu Dec 19 16:29:52 CET 2019 - [email protected]
311

0 commit comments

Comments
 (0)