]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.28 0.7.28
authorMichael Schroeder <mls@suse.de>
Fri, 26 Jan 2024 10:36:15 +0000 (11:36 +0100)
committerMichael Schroeder <mls@suse.de>
Fri, 26 Jan 2024 10:36:15 +0000 (11:36 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 0d3e1c62976150210c864eabf8294917fcefafd1..9dc1fa00dfd33d663feaa49c4af7414e083b4dcd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
index 614f9c236cd5e570f891e18b8e5cfbd54790afe4..186723ac88f7a428fee9c6ae2cc7554c0af4606e 100644 (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")
 
index 591f01df94bdac8923df9bc739ea30d9dbdbd23a..e38979be3a05340101593c104838b748d95f0e59 100644 (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