summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2019-02-04 12:08:35 -0500
committerShaun McCance <shaunm@gnome.org>2019-02-04 12:08:35 -0500
commit0cc9aff0fa56cc240068d689d72f1b1199d2e83f (patch)
treee262ba5060bef6474935ec1bb3d47584fe21c212
parentb72c742b0d9dd6bf73906304a3a69099c5230d3f (diff)
downloadyelp-0cc9aff0fa56cc240068d689d72f1b1199d2e83f.tar.gz
Version 3.31.903.31.90
-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])