Skip to content

Commit 8a8868a

Browse files
committed
Add changes, bump version to 0.7.9
1 parent 3f5e35a commit 8a8868a

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

NEWS

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

5+
Version 0.7.9
6+
- new features:
7+
* support conda constrains dependencies
8+
59
Version 0.7.8
610
- selected bug fixes:
711
* support arch<->noarch package changes when creating patch

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

package/libsolv.changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
-------------------------------------------------------------------
2+
Thu Nov 21 16:34:52 CET 2019 - [email protected]
3+
4+
- support conda constrains dependencies
5+
- bump version to 0.7.9
6+
17
-------------------------------------------------------------------
28
Tue Nov 12 11:35:12 CET 2019 - [email protected]
39

0 commit comments

Comments
 (0)