summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Kang <jonathankang@gnome.org>2019-09-10 09:32:59 +0800
committerJonathan Kang <jonathankang@gnome.org>2019-09-10 09:32:59 +0800
commit633fa10cd8caaa594dabbfad3ebd2e551c27367f (patch)
treef6c74ff24fd3116ab583ee0953291aae43d13dd3
parent2d6fccf89f2e24662bc5846481c955825ae66c1b (diff)
downloadgnome-logs-3.34.0.tar.gz
update NEWS for 3.34.0 releasegnome-logs-3.34.0
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 343981b..2870500 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+GNOME Logs 3.34.0
+=================
+
+* Avoid segfault when updating the boot menu
+* Fix application name in about dialog
+* Fixed unfunctional translations in meson
+* updates to Basque, Friulian, Persian and Catalan translations
+
GNOME Logs 3.33.2
=================
diff --git a/meson.build b/meson.build
index 5395e5b..631df52 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnome-logs', 'c', version : '3.33.2')
+project('gnome-logs', 'c', version : '3.34.0')
gl_name = meson.project_name()
gl_version = meson.project_version()