1
0
mirror of https://github.com/openSUSE/libsolv.git synced 2026-02-05 12:45:46 +01:00

Add changes, bump version to 0.6.24

This commit is contained in:
Michael Schroeder
2016-11-10 15:17:10 +01:00
parent 15d5b26aec
commit 4049d57b02
3 changed files with 15 additions and 1 deletions

4
NEWS
View File

@@ -2,6 +2,10 @@
This file contains the major changes between
libsolv versions:
Version 0.6.24
- new features:
* new SOLVER_FLAG_FOCUS_BEST flag
Version 0.6.22, 0.6.23
- bug fix releases, no new features

View File

@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
SET(LIBSOLV_MAJOR "0")
SET(LIBSOLV_MINOR "6")
SET(LIBSOLV_PATCH "23")
SET(LIBSOLV_PATCH "24")

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Nov 10 15:09:25 CET 2016 - mls@suse.de
- make testcase_str2solvid work with ignored packages
- improve checks against corrupt rpm
- add SOLVER_FLAG_FOCUS_BEST solver flag
- rework susetags multi-line handling [bnc#1007273]
- build both for python2 and python3
- bump version to 0.6.24
-------------------------------------------------------------------
Fri Jul 22 11:37:23 CEST 2016 - mls@suse.de