Skip to content

Commit ea114b2

Browse files
committed
Add changes, bump version to 0.7.22
1 parent 408ce10 commit ea114b2

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
@@ -1,6 +1,13 @@
11

22
This file contains the major changes between libsolv versions:
33

4+
Version 0.7.22
5+
- selected bug fixes:
6+
* reworked choice rule generation to cover more usecases
7+
* support SOLVABLE_PREREQ_IGNOREINST in the ordering code
8+
- new features:
9+
* support parsing of Debian's Multi-Arch indicator
10+
411
Version 0.7.21
512
- selected bug fixes:
613
* fix segfault on conflict resolution when using bindings

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

package/libsolv.changes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
-------------------------------------------------------------------
2+
Mon Mar 21 10:05:32 CET 2022 - [email protected]
3+
4+
- reworked choice rule generation to cover more usecases
5+
- support SOLVABLE_PREREQ_IGNOREINST in the ordering code
6+
[bsc#1196514]
7+
- support parsing of Debian's Multi-Arch indicator
8+
- bump version to 0.7.22
9+
110
-------------------------------------------------------------------
211
Fri Feb 25 17:32:20 CET 2022 - [email protected]
312

0 commit comments

Comments
 (0)