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.39

This commit is contained in:
Michael Schroeder
2022-03-04 12:09:17 +01:00
parent 19da38476c
commit 712c9443f0
3 changed files with 29 additions and 1 deletions

13
NEWS
View File

@@ -2,6 +2,19 @@
This file contains the major changes between
libsolv versions:
Version 0.6.39:
- bug fixes:
* fix memory leaks in SWIG generated code
* fix misparsing of '&' in attributes with libxml2
* try to keep packages from a cycle close togther in the
transaction order [bsc#1189622]
* fix split provides not working if the update includes a
forbidden vendor change [bsc#1195485]
* fix segfault on conflict resolution when using bindings
* do not replace noarch problem rules with arch dependent ones
in problem reporting
* fix and simplify pool_vendor2mask implementation
Version 0.6.38:
- bug fixes:
* Turn on rich dependency handling needed for ptf support

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 4 12:07:50 CET 2022 - mls@suse.de
- fix memory leaks in SWIG generated code
- fix misparsing of '&' in attributes with libxml2
- try to keep packages from a cycle close togther in the
transaction order [bsc#1189622]
- fix split provides not working if the update includes a
forbidden vendor change [bsc#1195485]
- fix segfault on conflict resolution when using bindings
- do not replace noarch problem rules with arch dependent ones
in problem reporting
- fix and simplify pool_vendor2mask implementation
- bump version to 0.6.39
-------------------------------------------------------------------
Wed Jul 28 10:19:08 CEST 2021 - mls@suse.de