File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22This file contains the major changes between
33libsolv 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+
518Version 0.7.7
619- selected bug fixes:
720 * fix updating of too many packages in focusbest mode
Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
4949
5050SET (LIBSOLV_MAJOR "0" )
5151SET (LIBSOLV_MINOR "7" )
52- SET (LIBSOLV_PATCH "7 " )
52+ SET (LIBSOLV_PATCH "8 " )
5353
Original file line number Diff line number Diff line change 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-------------------------------------------------------------------
215Fri Oct 18 10:53:54 CEST 2019 -
[email protected] 316
You can’t perform that action at this time.
0 commit comments