Skip to content

Commit 605dd26

Browse files
committed
Add changes, bump version to 0.7.10
1 parent e04f301 commit 605dd26

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

NEWS

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

5+
Version 0.7.10
6+
- new features:
7+
* new rpm_stat_database() function
8+
* new rpm_hash_database_state() function
9+
510
Version 0.7.9
611
- new features:
712
* support conda constrains dependencies

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

package/libsolv.changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
-------------------------------------------------------------------
2+
Tue Dec 10 14:18:36 CET 2019 - [email protected]
3+
4+
- added two new function to make libzypp independent of the rpm
5+
database format
6+
- bump version to 0.7.10
7+
18
-------------------------------------------------------------------
29
Thu Nov 21 16:34:52 CET 2019 - [email protected]
310

0 commit comments

Comments
 (0)