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.3
6+ - selected bug fixes:
7+ * fixed a couple of null pointer derefs and potential memory
8+ leaks
9+ * made disfavoring recommended packages work if strong recommends
10+ is enabled
11+ * no longer disable infarch rules when they don't conflict with
12+ the job
13+ - new features:
14+ * do favor evaluation before pruning allowing to (dis)favor
15+ specific package versions
16+
517Version 0.7.2
618- bug fixes:
719 * do not autouninstall packages because of forcebest updates
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 "2 " )
52+ SET (LIBSOLV_PATCH "3 " )
5353
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Wed Jan 30 15:51:36 CET 2019 -
[email protected] 3+
4+ - fixed a couple of null pointer derefs
5+ [bnc#1120629] [bnc#1120630] [bnc#1120631]
6+ - do favor evaluation before pruning allowing to (dis)favor
7+ specific package versions
8+ - no longer disable infarch rules when they don't conflict with
9+ the job
10+ - bump version to 0.7.3
11+
112-------------------------------------------------------------------
213Fri Dec 7 15:10:46 CET 2018 -
[email protected] 314
You can’t perform that action at this time.
0 commit comments