summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-09-01 08:48:03 +0100
committerDavid King <amigadave@amigadave.com>2015-09-01 08:48:46 +0100
commit094b93428998354ba37243ecb33949004f1fa256 (patch)
tree38403c8f4cf50fe553355854ca1c91a33a5fda15
parent1a89b7cd2b7aaae40988454c66669dec3b03511d (diff)
downloadyelp-094b93428998354ba37243ecb33949004f1fa256.tar.gz
Version 3.17.913.17.91
-rw-r--r--NEWS12
-rw-r--r--configure.ac2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 862ba13f..79f6bfc4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+3.17.91
+=======
+* Use XDG_CURRENT_DESKTOP, when available, to set platform conditionals (Shaun
+ McCance)
+* Fix crash after page title change bugfix (Shaun McCance)
+* Updated translations:
+ el (Tom Tryfonidis)
+ id (Andika Triwidada)
+ pl (Piotr Drąg)
+ tr (Muhammet Kara)
+ zh_TW (Chao-Hsiung Liao)
+
3.17.90
=======
* Fix page title changes when going backward and forward, #753448 (Carlos
diff --git a/configure.ac b/configure.ac
index 719cf9b7..087966d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.17.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.17.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])