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

This commit is contained in:
Michael Schroeder
2024-01-26 11:36:15 +01:00
parent f7a378972e
commit c8dbb3a77c
3 changed files with 12 additions and 1 deletions

5
NEWS
View File

@@ -1,6 +1,11 @@
This file contains the major changes between libsolv versions:
Version 0.7.28
- selected bug fixes:
* disable choice rules for Conda
* build for multiple python versions on SUSE
Version 0.7.27
- selected bug fixes:
* add zstd support for the installcheck tool

View File

@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
SET(LIBSOLV_MAJOR "0")
SET(LIBSOLV_MINOR "7")
SET(LIBSOLV_PATCH "27")
SET(LIBSOLV_PATCH "28")

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 26 11:19:39 CET 2024 - mls@suse.de
- build for multiple python versions [jsc#PED-6218]
- bump version to 0.7.28
-------------------------------------------------------------------
Thu Nov 23 15:12:55 CET 2023 - mls@suse.de