[libgovirt] Release 0.3.7



commit dab5fc921980d378ec1225ed794854f71912a090
Author: Eduardo Lima (Etrunko) <etrunko redhat com>
Date:   Mon Jan 27 11:42:54 2020 -0300

    Release 0.3.7
    
    Signed-off-by: Eduardo Lima (Etrunko) <etrunko redhat com>

 NEWS         | 17 +++++++++++++++++
 configure.ac |  4 ++--
 meson.build  |  4 ++--
 3 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 03dd48e..2a2b7ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.3.7 - Jan 27th 2020
+=====================
+
+Changes since 0.3.6
+
+- Use GTask API instead of deprecated GSimpleAsyncResult
+- Fixed issue preventing adding parameters to action
+- Prefer certificate from XML data instead of the command line
+- Added support for oVirt API v4
+- Initial support for building with meson, should be replacing autotools in future release.
+- Updated Translations:
+        * Slovenian (Matej Urbančič)
+        * Swedish (Anders Jonsson)
+        * Turkish (Sabri Ünal)
+        * Serbian (Марко Костић)
+        * Czech (Marek Černock)
+
 0.3.6 - May 22nd 2019
 =====================
 
diff --git a/configure.ac b/configure.ac
index d9cd91f..2584bab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63)
 
 m4_define([govirt_major_version], [0])
 m4_define([govirt_minor_version], [3])
-m4_define([govirt_micro_version], [6])
+m4_define([govirt_micro_version], [7])
 m4_define([govirt_version],
           [govirt_major_version.govirt_minor_version.govirt_micro_version])
 
@@ -40,7 +40,7 @@ AC_SUBST(G_OVIRT_MICRO_VERSION)
 # See https://developer.gnome.org/programming-guidelines/stable/versioning.html.en#libtool-versioning
 # for details
 LT_CURRENT=4
-LT_REVISION=1
+LT_REVISION=2
 LT_AGE=2
 AC_SUBST(LT_CURRENT)
 AC_SUBST(LT_REVISION)
diff --git a/meson.build b/meson.build
index c207ca4..d0cea8e 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
 # project definition
 #
 project('libgovirt', 'c',
-        version : '0.3.4',
+        version : '0.3.7',
         license : 'LGPLv2.1',
         meson_version: '>= 0.49.0')
 
@@ -26,7 +26,7 @@ govirt_deps = []
 # REVISION     If the API and ABI remains the same, but bugs are fixed.
 # AGE          Don't use.
 govirt_current = 4
-govirt_revision = 1
+govirt_revision = 2
 govirt_age = 2
 govirt_so_version = '@0@.@1@.@2@'.format(govirt_current - govirt_age,
                                          govirt_age,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]