[libgovirt] Release 0.3.8



commit 4c85fde80498a72aa649e67f2c1ef06f85db461a
Author: Eduardo Lima (Etrunko) <etrunko redhat com>
Date:   Wed Feb 24 10:45:49 2021 -0300

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

 NEWS         | 25 +++++++++++++++++++++++++
 configure.ac |  8 ++++----
 meson.build  |  8 ++++----
 3 files changed, 33 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2a2b7ff..f020ffa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+0.3.8 - Feb 24th 2020
+=====================
+
+Changes since 0.3.7
+
+- API additions:
+        - ovirt_disk_get_type()
+        - ovirt_disk_content_type_get_type()
+        - ovirt_disk_new()
+
+        - ovirt_storage_domain_get_disks()
+        - ovirt_storage_domain_storage_type_get_type()
+
+- Initial support for Disks
+- Properly handle StorageDomains of DATA type
+- Fixed crash with error handling of GTask API
+- New Translations:
+        * Ukraninan (Yuri Chornoivan)
+        * Romanian (Florentina Mușat)
+        * Croatian (Goran Vidović)
+- Updated Translations:
+        * Dutch (Nathan Follens)
+        * Lithuanian (Aurimas Černius)
+        * German (Tim Sabsch)
+
 0.3.7 - Jan 27th 2020
 =====================
 
diff --git a/configure.ac b/configure.ac
index 2584bab..338d87a 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], [7])
+m4_define([govirt_micro_version], [8])
 m4_define([govirt_version],
           [govirt_major_version.govirt_minor_version.govirt_micro_version])
 
@@ -39,9 +39,9 @@ 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=2
-LT_AGE=2
+LT_CURRENT=5
+LT_REVISION=0
+LT_AGE=3
 AC_SUBST(LT_CURRENT)
 AC_SUBST(LT_REVISION)
 AC_SUBST(LT_AGE)
diff --git a/meson.build b/meson.build
index d0cea8e..a94d597 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
 # project definition
 #
 project('libgovirt', 'c',
-        version : '0.3.7',
+        version : '0.3.8',
         license : 'LGPLv2.1',
         meson_version: '>= 0.49.0')
 
@@ -25,9 +25,9 @@ govirt_deps = []
 # CURRENT      If the API or ABI interface has changed (reset REVISION to 0)
 # REVISION     If the API and ABI remains the same, but bugs are fixed.
 # AGE          Don't use.
-govirt_current = 4
-govirt_revision = 2
-govirt_age = 2
+govirt_current = 5
+govirt_revision = 0
+govirt_age = 3
 govirt_so_version = '@0@.@1@.@2@'.format(govirt_current - govirt_age,
                                          govirt_age,
                                          govirt_revision)


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