Skip to content

Commit 7046fb0

Browse files
committed
Add changes, bump version to 0.7.16
1 parent f0838e3 commit 7046fb0

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

NEWS

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

5+
Version 0.7.16
6+
- selected bug fixes:
7+
* do not ask the namespace callback for splitprovides when writing
8+
a testcase
9+
* fix add_complex_recommends() selecting conflicted packages in
10+
rare cases leading to crashes
11+
* improve choicerule generation so that package updates are
12+
prefered in more cases
13+
* deal with missing repos in testcase_mangle_repo_names
14+
515
Version 0.7.15
616
- selected bug fixes:
717
* fix deduceq2addedmap clearing bits outside of the map

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

package/libsolv.changes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
-------------------------------------------------------------------
2+
Tue Oct 20 12:04:00 CEST 2020 - [email protected]
3+
4+
- do not ask the namespace callback for splitprovides when writing
5+
a testcase
6+
- fix add_complex_recommends() selecting conflicted packages in
7+
rare cases leading to crashes
8+
- improve choicerule generation so that package updates are
9+
prefered in more cases
10+
- bump version to 0.7.16
11+
112
-------------------------------------------------------------------
213
Mon Oct 5 13:06:44 CEST 2020 - [email protected]
314

0 commit comments

Comments
 (0)