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.11
6+ - ENABLE_RPMDB_LIBRPM is now the default
7+ - selected bug fixes:
8+ * fixed solv_zchunk decoding error if large chunks are used
9+ * treat retracted pathes as irrelevant
10+ * made add_update_target work with multiversion installs
11+
512Version 0.7.10
613- new features:
714 * new rpm_stat_database() function
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 "10 " )
52+ SET (LIBSOLV_PATCH "11 " )
5353
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Wed Jan 22 13:52:48 CET 2020 -
[email protected] 3+
4+ - fixed solv_zchunk decoding error if large chunks are used
5+ - treat retracted pathes as irrelevant
6+ - made add_update_target work with multiversion installs
7+ - bump version to 0.7.11
8+
19-------------------------------------------------------------------
210Thu Dec 19 16:29:52 CET 2019 -
[email protected] 311
You can’t perform that action at this time.
0 commit comments