Skip to content

Commit 1b6c40b

Browse files
committed
Add changes, bump version to 0.7.15
1 parent 3026a7a commit 1b6c40b

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

NEWS

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

5+
Version 0.7.15
6+
- selected bug fixes:
7+
* fix deduceq2addedmap clearing bits outside of the map
8+
* conda: feature depriorization first
9+
* conda: fix startswith implementation
10+
* move find_update_seeds() call in cleandeps calculation
11+
- new features:
12+
* set SOLVABLE_BUILDHOST in rpm and rpmmd parsers
13+
* new testcase_mangle_repo_names() function
14+
* new solv_fmemopen() function
15+
516
Version 0.7.14
617
- added support for ed25519 signatures
718
- selected bug fixes:

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

package/libsolv.changes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
-------------------------------------------------------------------
2+
Fri Sep 11 12:31:27 CEST 2020 - [email protected]
3+
4+
- fix deduceq2addedmap clearing bits outside of the map
5+
- conda: feature depriorization first
6+
- conda: fix startswith implementation
7+
- move find_update_seeds() call in cleandeps calculation
8+
- set SOLVABLE_BUILDHOST in rpm and rpmmd parsers
9+
- new testcase_mangle_repo_names() function
10+
- new solv_fmemopen() function
11+
- bump version to 0.7.15
12+
113
-------------------------------------------------------------------
214
Tue Jun 23 12:43:16 CEST 2020 - [email protected]
315

0 commit comments

Comments
 (0)