]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.13 0.7.13
authorMichael Schroeder <mls@suse.de>
Fri, 24 Apr 2020 10:02:05 +0000 (12:02 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 24 Apr 2020 10:02:05 +0000 (12:02 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 9bdc2d8dcfd1b69d745b6df105890c83fa303471..7ed259dedd84f52ea218eaf82f3a1a0c90311a29 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.13
+- fix solvable swapping messing up uninternalized idarrays
+
 Version 0.7.12
 - conda: support packages.conda repositories
 - conda: de-priorize track features
index ffa76f3462a91b3826a4933ec837ccf918c6c3c2..80aed44c905b282382d52083a654b4b0d4c41529 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "12")
+SET(LIBSOLV_PATCH "13")
 
index caccbebb9d5f5c1c5b9736334d0a22d8dca104a0..5aec357495742310a1126a4a253a29457748d7c5 100644 (file)
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Fri Apr 24 12:00:30 CEST 2020 - mls@suse.de
+
+- Fix solvable swapping messing up idarrays
+- bump version to 0.7.13
+
 -------------------------------------------------------------------
 Mon Apr 20 17:24:21 CEST 2020 - mls@suse.de