[libgovirt] Release 0.3.9



commit 339bd3322f02079494da3e1fee61fba31dd42196
Author: Eduardo Lima (Etrunko) <etrunko redhat com>
Date:   Mon Aug 8 16:15:09 2022 -0300

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

 NEWS        | 17 +++++++++++++++++
 meson.build |  4 ++--
 2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f020ffa..d98ebef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.3.9 - Aug 08th 2022
+=====================
+
+Changes since 0.3.8
+
+- Update librest dependency to 0.9.
+- Update to libsoup3.
+- Remove autotools in favor of meson.
+- New Translations:
+        * Catalan (Jordi Mas i Hernandez)
+        * Finnish (Jiri Grönroos)
+- Updated Translations:
+        * Basque (Asier Sarasua Garmendia)
+        * Danish (Alan Mortensen)
+        * Portuguese (Hugo Carvalho)
+        * Chinese (Luming Zh)
+
 0.3.8 - Feb 24th 2020
 =====================
 
diff --git a/meson.build b/meson.build
index 0f2b797..d5c3627 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
 # project definition
 #
 project('libgovirt', 'c',
-        version : '0.3.8',
+        version : '0.3.9',
         license : 'LGPL-2.1-or-later',
         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 = 5
-govirt_revision = 0
+govirt_revision = 1
 govirt_age = 3
 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]