summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 36f1b78f..ae04c09f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+3.2.1
+=====
+* Fixed a format string for an error (Dexter Morgan)
+* Updated translations:
+ bg (Alexander Shopov)
+ ca (Gil Forcada)
+ ca@valencia (Carles Ferrando)
+ de (Mario Blättermann)
+ en_GB (Bruce Cowan)
+ eo (Tiffany Antopolski)
+ es (Daniel Mustieles)
+ fi (Tommi Vainikainen)
+ fr (Bruno Brouard)
+ gl (Fran Dieguez)
+ hu (Gabor Kelemen)
+ ko (Changwoo Ryu)
+ lt (Aurimas Černius)
+ nl (Wouter Bolsterlee)
+ pl (Piotr Drąg)
+ sl (Matej Urbančič)
+ sr (Мирослав Николић)
+ sr@latin (Мирослав Николић)
+ sv (Daniel Nylander)
+ te (krishnababu k)
+ uk (Daniel Korostil)
+
3.2.0
=====
* Open GNOME Help from the new system by default (Matthias Clasen)
diff --git a/configure.ac b/configure.ac
index 0cff9c24..7cb40eac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.2.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.2.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])