summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 233f9488..89730206 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+3.31.90
+=======
+* Fix issues when running in a sandbox (Matthias Clasen)
+* Various code cleanups (Tomas Popela)
+* Stop using GNOME app menu (Jeremy Bicha)
+* Support for keywords in search results for Mallard and DocBook (Shaun McCance)
+* Update app icon (Jakub Steiner)
+* Move from intltool to gettext (Krzesimir Nowak)
+* Updated translations:
+ es (Daniel Mustieles)
+ fur (Fabio Tomat)
+ gl (Fran Dieguez)
+ hu (Balázs Úr)
+ id (Kukuh Syafaat)
+ ja (Ryuta Fujii)
+ ml (Anish Sheela)
+ nb (Kjartan Maraas)
+ pl (Piotr Drąg)
+ ro (Daniel Șerbănescu)
+ sl (Matej Urbančič)
+ sv (Anders Jonsson)
+
3.30.0
======
* Fixed build with GCC 8 (Michael Catanzaro)
diff --git a/configure.ac b/configure.ac
index 049ffe8e..a19cb854 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.30.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.31.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/yelp.c])