summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Kang <jonathan121537@gmail.com>2018-07-17 06:54:14 +0800
committerJonathan Kang <jonathan121537@gmail.com>2018-07-17 06:54:14 +0800
commit7293197843692abcbcbf59f5b71e56039ee47b33 (patch)
tree9635f96a68b8985652175a63db258f0a3745698f
parenteb12387245f40f647da360b2ad42c8afcfe69a8a (diff)
downloadgnome-logs-3.29.4.tar.gz
update NEWS for 3.29.4 releasegnome-logs-3.29.4
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a9b1731..910db76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+GNOME Logs 3.29.4
+=================
+
+* disable exporting logs when there are none from ankritisachan
+* update GTK+ requirement in README
+* various fixes in meson build system
+* fix typo in meson build system from Bjørn Lie
+* dropped dogtail test case
+* updates to Chinese (China), Greek and Romanian translations
+
GNOME Logs 3.29.1
=================
diff --git a/configure.ac b/configure.ac
index e877f2f..e6db9d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_INIT([Logs],
- [3.29.1],
+ [3.29.4],
[davidk@gnome.org],
[gnome-logs],
[https://wiki.gnome.org/Apps/Logs])
diff --git a/meson.build b/meson.build
index d8666fc..3755f22 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnome-logs', 'c', version : '3.29.1')
+project('gnome-logs', 'c', version : '3.29.4')
gl_name = meson.project_name()
gl_version = meson.project_version()