Skip to content

Commit f618e6a

Browse files
committed
Add changes, bump version to 0.7.20
1 parent 9a13593 commit f618e6a

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
This file contains the major changes between
33
libsolv versions:
44

5+
Version 0.7.20
6+
- selected bug fixes:
7+
* fix misparsing of '&' in attributes with libxml2
8+
* choice rules: treat orphaned packages as newest
9+
* fix compatibility with Python 3.10
10+
- new features:
11+
* new SOLVER_EXCLUDEFROMWEAK job to ignore pkgs for weak dependencies
12+
* support for environments in comps parser
13+
514
Version 0.7.19
615
- selected bug fixes:
716
* fix rare segfault in resolve_jobrules() that could happen

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

package/libsolv.changes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
-------------------------------------------------------------------
2+
Sat Sep 25 22:45:07 CEST 2021 - [email protected]
3+
4+
- fix misparsing of '&' in attributes with libxml2
5+
- choice rules: treat orphaned packages as newest [bsc#1190465]
6+
- fix compatibility with Python 3.10
7+
- new SOLVER_EXCLUDEFROMWEAK job type
8+
- support for environments in comps parser
9+
110
-------------------------------------------------------------------
211
Fri Jul 30 11:43:29 UTC 2021 - Dominique Leuenberger <[email protected]>
312

0 commit comments

Comments
 (0)