]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.9 0.7.9
authorMichael Schroeder <mls@suse.de>
Thu, 21 Nov 2019 15:35:30 +0000 (16:35 +0100)
committerMichael Schroeder <mls@suse.de>
Thu, 21 Nov 2019 15:35:30 +0000 (16:35 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 467547b259a9e8cd22f164a2898ba668aeb1544f..ace34bd2395338aaab4835eccb334f9f51e12ab3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.7.9
+- new features:
+  * support conda constrains dependencies
+
 Version 0.7.8
 - selected bug fixes:
   * support arch<->noarch package changes when creating patch
index 491723a0b58e0a3f9566f159ed072fb00f50f434..0ec558275f005575082ec60c1c02c72d7949f945 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "8")
+SET(LIBSOLV_PATCH "9")
 
index e060b4d71fefe104aec12f6af31258ef1783661b..9ae1511466b3f4a13444bb92897e59349c4fdabc 100644 (file)
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Thu Nov 21 16:34:52 CET 2019 - mls@suse.de
+
+- support conda constrains dependencies
+- bump version to 0.7.9
+
 -------------------------------------------------------------------
 Tue Nov 12 11:35:12 CET 2019 - mls@suse.de