Skip to content

Commit 4bc791c

Browse files
committed
Add changes, bump version to 0.7.17
1 parent 1f451b3 commit 4bc791c

3 files changed

Lines changed: 26 additions & 1 deletion

File tree

NEWS

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

5+
Version 0.7.17
6+
- selected bug fixes:
7+
* repo_write: fix handling of nested flexarray
8+
* improve choicerule generation a bit more to cover more cases
9+
* harden testcase parser against repos being added too late
10+
* support python-3.10
11+
* check %_dbpath macro in rpmdb code
12+
- new features:
13+
* handle default/visible/langonly attributes in comps parser
14+
* support multiple collections in updateinfo parser
15+
* add '-D' option in rpmdb2solv to set the dbpath
16+
517
Version 0.7.16
618
- selected bug fixes:
719
* do not ask the namespace callback for splitprovides when writing

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

package/libsolv.changes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
-------------------------------------------------------------------
2+
Tue Jan 19 15:09:12 CET 2021 - [email protected]
3+
4+
- repo_write: fix handling of nested flexarray
5+
- improve choicerule generation a bit more to cover more cases
6+
- harden testcase parser against repos being added too late
7+
- support python-3.10
8+
- check %_dbpath macro in rpmdb code
9+
- handle default/visible/langonly attributes in comps parser
10+
- support multiple collections in updateinfo parser
11+
- add '-D' option in rpmdb2solv to set the dbpath
12+
- bump version to 0.7.17
13+
114
-------------------------------------------------------------------
215
Tue Oct 20 12:04:00 CEST 2020 - [email protected]
316

0 commit comments

Comments
 (0)