]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.29 0.7.29
authorMichael Schroeder <mls@suse.de>
Tue, 30 Apr 2024 13:29:06 +0000 (15:29 +0200)
committerMichael Schroeder <mls@suse.de>
Tue, 30 Apr 2024 13:29:06 +0000 (15:29 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 9dc1fa00dfd33d663feaa49c4af7414e083b4dcd..f386ca1c48571d595c8ca0a4ae4347e55b92e8cc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 
 This file contains the major changes between libsolv versions:
 
+Version 0.7.29
+- selected bug fixes:
+  * improve updating of installed multiversion packages
+  * fix decision introspection going into an endless loop in
+    some cases
+- new features:
+  * added experimental lua bindings
+
 Version 0.7.28
 - selected bug fixes:
   * disable choice rules for Conda
index 186723ac88f7a428fee9c6ae2cc7554c0af4606e..8b3f5361bb769d1a803677ee6b849a0683cc6a82 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "28")
+SET(LIBSOLV_PATCH "29")
 
index 57141daaea68e688e6d9d40fab8171d2bb9e6b03..a33f33b8cb759d1f3d3696fec00139ed84f100bc 100644 (file)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Tue Apr 30 15:15:45 CEST 2024 - mls@suse.de
+
+- improve updating of installed multiversion packages
+- fix decision introspection going into an endless loop in some
+  cases
+- added experimental lua bindings
+- bump version to 0.7.29
+
 -------------------------------------------------------------------
 Mon Apr 22 19:16:03 UTC 2024 - Dirk Müller <dmueller@suse.com>