summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
2 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0cc80a5e..36f1b78f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+3.2.0
+=====
+* Open GNOME Help from the new system by default (Matthias Clasen)
+* Updated translations:
+ as (Nilamdyuti Goswami)
+ ca@valencia (Carles Ferrando)
+ cs (Marek Černocký)
+ da (Aputsiaq Janussen)
+ eu (Inaki Larranaga Murgoitio)
+ hi (Rajesh Ranjan)
+ hu (Gabor Kelemen)
+ ja (Jiro Matsuzawa)
+ ko (Changwoo Ryu)
+ sk (Pavol Klačanský)
+
3.1.4
=====
* Fixed loading of HTML and TXT documents
diff --git a/configure.ac b/configure.ac
index 57f016f7..0cff9c24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.1.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.2.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])