Skip to content

Commit 5205c56

Browse files
committed
Add changes, bump version to 0.7.8
1 parent 4c4f8e5 commit 5205c56

3 files changed

Lines changed: 27 additions & 1 deletion

File tree

NEWS

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

5+
Version 0.7.8
6+
- selected bug fixes:
7+
* support arch<->noarch package changes when creating patch
8+
conflicts from the updateinfo data
9+
* also support other rpm database types
10+
- new features:
11+
* support for SOLVER_BLACKLIST jobs that block the installation
12+
of matched packages unless they are directly selected by an
13+
SOLVER_INSTALL job
14+
* libsolv now also parses the patch status in the updateinfo
15+
parser
16+
* new solvable_matchessolvable() function
17+
518
Version 0.7.7
619
- selected bug fixes:
720
* fix updating of too many packages in focusbest mode

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 "7")
52+
SET(LIBSOLV_PATCH "8")
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 Nov 12 11:35:12 CET 2019 - [email protected]
3+
4+
- support arch<->noarch package changes when creating patch
5+
conflicts from the updateinfo data
6+
- support for SOLVER_BLACKLIST jobs that block the installation
7+
of matched packages unless they are directly selected by an
8+
SOLVER_INSTALL job
9+
- libsolv now also parses the patch status in the updateinfo
10+
parser
11+
- new solvable_matchessolvable() function
12+
- bump version to 0.7.8
13+
114
-------------------------------------------------------------------
215
Fri Oct 18 10:53:54 CEST 2019 - [email protected]
316

0 commit comments

Comments
 (0)