summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e9aba0a4..0cc80a5e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+3.1.4
+=====
+* Fixed loading of HTML and TXT documents
+* Updated translations:
+ ast (Xandru Armesto)
+ en_GB (Bruce Cowan)
+ eo (Tiffany Antopolski)
+ es (Daniel Mustieles, Jorge González)
+ fa (Arash Mousavi)
+ fi (Timo Jyrinki)
+ ja (Jiro Matsuzawa)
+ pa (A S Alam)
+ pt (Duarte Loreto)
+ sk (Pavol Klačanský)
+ ta (Dr.T.Vasudevan)
+ zh_CN (Yinghua Wang)
+ zh_HK (Chao-Hsiung Liao)
+ zh_TW (Chao-Hsiung Liao)
+
3.1.3
=====
* Fixed URI in location entry after link click in help URIs, #658023
diff --git a/configure.ac b/configure.ac
index 1d267540..57f016f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.1.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.1.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])