summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index df6599af..e9aba0a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+3.1.3
+=====
+* Fixed URI in location entry after link click in help URIs, #658023
+* Fixed crashes on info documents (Edward Sheldrake)
+* Updated translations:
+ be (Ihar Hrachyshka)
+ ca (Gil Forcada)
+ de (Mario Blättermann)
+ fr (Alexandre Franke)
+ gl (Fran Dieguez)
+ id (Andika Triwidada)
+ it (Milo Casagrande)
+ pt_BR (Og B. Maciel)
+ ru (Yuri Myasoedov)
+ ug (Abduxukur Abdurixit)
+
3.1.2
=====
* Added Unity to OnlyShowIn
diff --git a/configure.ac b/configure.ac
index 1279b3ec..1d267540 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.1.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.1.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])