Skip to content

Commit

Permalink
Add changes, bump version to 0.7.30
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jul 11, 2024
1 parent 00db74a commit 27aa6a7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@

This file contains the major changes between libsolv versions:

Version 0.7.30
- selected bug fixes:
* removed dependency on external find program in the repo2solv
tool
* bindings: fix return value of repodata.add_solv()
- new features:
* new SOLVER_FLAG_FOCUS_NEW flag

Version 0.7.29
- selected bug fixes:
* improve updating of installed multiversion packages
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 "29")
SET(LIBSOLV_PATCH "30")

8 changes: 8 additions & 0 deletions package/libsolv.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jul 11 13:19:18 CEST 2024 - [email protected]

- removed dependency on external find program in the repo2solv tool
- bindings: fix return value of repodata.add_solv()
- new SOLVER_FLAG_FOCUS_NEW flag
- bump version to 0.7.30

-------------------------------------------------------------------
Fri Jun 7 11:33:19 CEST 2024 - [email protected]

Expand Down

0 comments on commit 27aa6a7

Please sign in to comment.