Skip to content

Commit

Permalink
Add changes, bump version to 0.7.31
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Nov 12, 2024
1 parent f525415 commit 95aef5c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@

This file contains the major changes between libsolv versions:

Version 0.7.31
- selected bug fixes:
* fix replaces_installed_package using the wrong solvable id
when checking the noupdate map
* make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard
- new features:
* add rpm_query_idarray query function
* support rpm's "orderwithrequires" dependency

Version 0.7.30
- selected bug fixes:
* removed dependency on external find program in the repo2solv
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 "30")
SET(LIBSOLV_PATCH "31")

10 changes: 10 additions & 0 deletions package/libsolv.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 12 10:54:33 CET 2024 - [email protected]

- fix replaces_installed_package using the wrong solvable id
when checking the noupdate map
- make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard
- add rpm_query_idarray query function
- support rpm's "orderwithrequires" dependency
- bump version to 0.7.31

-------------------------------------------------------------------
Thu Jul 11 13:19:18 CEST 2024 - [email protected]

Expand Down

0 comments on commit 95aef5c

Please sign in to comment.