summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2018-09-03 16:10:59 -0400
committerShaun McCance <shaunm@gnome.org>2018-09-03 16:10:59 -0400
commit25c629c029ff9f65f767233f7c97532c25818af6 (patch)
tree9744c632ae34010d289307731c7ac3cff50bb92e
parent4e18aa0ff4f6a8d10e5e7f582eb2b3004ae0d3a4 (diff)
downloadyelp-25c629c029ff9f65f767233f7c97532c25818af6.tar.gz
Version 3.30.03.30.0
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index efce2b7c..233f9488 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.30.0
+======
+* Fixed build with GCC 8 (Michael Catanzaro)
+* Updated translations:
+ cs (Marek Cernocky)
+ da (Ask Hjorth Larsen)
+ el (Efstathios Iosifidis)
+ fr (Guillaume Bernard)
+ fur (Fabio Tomat)
+ hu (Gábor Kelemen)
+ is (Sveinn í Felli)
+ ko (Seong-ho Cho)
+ tr (Emin Tufan Çetin)
+ zh_CN (Mingcong Bai)
+
3.28.1
======
* Add AppData file (Daniel Mustieles, Kalev Lember, David King, Jeremy Bicha)
diff --git a/configure.ac b/configure.ac
index d6003732..3dfda213 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.28.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.30.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/yelp.c])