[gnome-logs] update NEWS for 3.31.4 release



commit a7a49f5b86916d4e6bb9690a6583aa186fcb0179
Author: Jonathan Kang <jonathankang gnome org>
Date:   Mon Jan 7 21:59:28 2019 +0800

    update NEWS for 3.31.4 release

 NEWS         | 9 +++++++++
 configure.ac | 2 +-
 meson.build  | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 692298b..b3b7be1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+GNOME Logs 3.31.4
+=================
+
+* updated DOAP file from Andre Klapper
+* code clean up
+* replacing *_get_type() with g_type_ensure()
+* fix app icon not showing in about dialog
+* updates to Greek, Friulian, Swedish and Turkish translations
+
 GNOME Logs 3.31.3
 =================
 
diff --git a/configure.ac b/configure.ac
index 76500f3..56f23f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([Logs],
-        [3.31.3],
+        [3.31.4],
         [davidk gnome org],
         [gnome-logs],
         [https://wiki.gnome.org/Apps/Logs])
diff --git a/meson.build b/meson.build
index 979e43a..906362a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnome-logs', 'c', version : '3.31.3')
+project('gnome-logs', 'c', version : '3.31.4')
 
 gl_name = meson.project_name()
 gl_version = meson.project_version()


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