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.15
6+ - selected bug fixes:
7+ * fix deduceq2addedmap clearing bits outside of the map
8+ * conda: feature depriorization first
9+ * conda: fix startswith implementation
10+ * move find_update_seeds() call in cleandeps calculation
11+ - new features:
12+ * set SOLVABLE_BUILDHOST in rpm and rpmmd parsers
13+ * new testcase_mangle_repo_names() function
14+ * new solv_fmemopen() function
15+
516Version 0.7.14
617- added support for ed25519 signatures
718- selected bug fixes:
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 "14 " )
52+ SET (LIBSOLV_PATCH "15 " )
5353
Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------
2+ Fri Sep 11 12:31:27 CEST 2020 -
[email protected] 3+
4+ - fix deduceq2addedmap clearing bits outside of the map
5+ - conda: feature depriorization first
6+ - conda: fix startswith implementation
7+ - move find_update_seeds() call in cleandeps calculation
8+ - set SOLVABLE_BUILDHOST in rpm and rpmmd parsers
9+ - new testcase_mangle_repo_names() function
10+ - new solv_fmemopen() function
11+ - bump version to 0.7.15
12+
113-------------------------------------------------------------------
214Tue Jun 23 12:43:16 CEST 2020 -
[email protected] 315
You can’t perform that action at this time.
0 commit comments