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 3e178359..af57931c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+3.3.2
+=====
+* Fixed conditional processing check for GNOME 2 environments
+* Fixed racy insertion of link to full search results
+* Don't call deprecated g_thread_init, #663285
+* Updated translations:
+ be (Kasia Bondarava)
+ cs (Marek Černocký)
+ de (Mario Blättermann)
+ eo (Kristjan SCHMIDT)
+ gl (Fran Diéguez)
+ nb (Kjartan Maraas)
+ sl (Matej Urbančič)
+ sv (Daniel Nylander)
+ te (Praveen Illa)
+ tr (Muhammet Kara)
+ zh_HK (Pin-hsien Li)
+ zh_TW (Pin-hsien Li)
+
3.3.1
=====
* Added Share button to IM, email, or copy page link
diff --git a/configure.ac b/configure.ac
index 679daf79..f6a6e556 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.3.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.3.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])