]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.32 0.7.32
authorMichael Schroeder <mls@suse.de>
Thu, 3 Apr 2025 11:10:26 +0000 (13:10 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 3 Apr 2025 11:10:26 +0000 (13:10 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 13b7f2f55616907ee04b5a1df5469fc8dee1c1bb..07fc2850dfc162a830d21aef902543a6c69dd38a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
 
 This file contains the major changes between libsolv versions:
 
+Version 0.7.32
+- build both static and dynamic libraries on new suse distros
+- require cmake >= 3.5
+- new features:
+  * support the apk package and repository format (both v2 and v3)
+  * new dataiterator_final_{repo,solvable} functions
+
 Version 0.7.31
 - selected bug fixes:
   * fix replaces_installed_package using the wrong solvable id
index 6f6abc3f53dbfcc6fb0553bbc011715f86bfc960..8f615afdb789cbb4271bd69a3333d831d6a1e427 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "31")
+SET(LIBSOLV_PATCH "32")
 
index 667948e4baa3f351d51c454c619c19ad0e67cf67..3e985a8c9ac08e9a6449d8e2fee0749ce72c8c8d 100644 (file)
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Thu Apr  3 13:07:20 CEST 2025 - mls@suse.de
+
+- build both static and dynamic libraries on new suse distros
+- support the apk package and repository format (both v2 and v3)
+- new dataiterator_final_{repo,solvable} functions
+- bump version to 0.7.32
+
 -------------------------------------------------------------------
 Wed Jan 15 09:16:51 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>