Skip to content

Commit

Permalink
Add changes, bump version to 0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jan 22, 2020
1 parent 10a1ecf commit 102ac55
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
This file contains the major changes between
libsolv versions:

Version 0.7.11
- ENABLE_RPMDB_LIBRPM is now the default
- selected bug fixes:
* fixed solv_zchunk decoding error if large chunks are used
* treat retracted pathes as irrelevant
* made add_update_target work with multiversion installs

Version 0.7.10
- new features:
* new rpm_stat_database() function
Expand Down
2 changes: 1 addition & 1 deletion VERSION.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")

SET(LIBSOLV_MAJOR "0")
SET(LIBSOLV_MINOR "7")
SET(LIBSOLV_PATCH "10")
SET(LIBSOLV_PATCH "11")

8 changes: 8 additions & 0 deletions package/libsolv.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 22 13:52:48 CET 2020 - [email protected]

- fixed solv_zchunk decoding error if large chunks are used
- treat retracted pathes as irrelevant
- made add_update_target work with multiversion installs
- bump version to 0.7.11

-------------------------------------------------------------------
Thu Dec 19 16:29:52 CET 2019 - [email protected]

Expand Down

0 comments on commit 102ac55

Please sign in to comment.