summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2012-02-23 14:00:50 -0500
committerShaun McCance <shaunm@gnome.org>2012-02-23 14:00:50 -0500
commitfaccf34e26e42ac56c59c08bcd118981c0d2cd8d (patch)
treeadf3323537cf91bda79ecdec43b9f7b5e891dfc2
parent80a49b9dbfe0952497950d4fb80ac94d87433be9 (diff)
downloadyelp-3.3.4.tar.gz
Version 3.3.43.3.4
-rw-r--r--NEWS33
-rw-r--r--configure.ac2
2 files changed, 34 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe0338dc..60602128 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+3.3.4
+=====
+* Auto-reload Mallard documents
+* Allow all extensions in Mallard documents
+* Added a 'Search for ...' entry to completion
+* Style updates for mobile rendering
+* Fixed updating of titles/info for bookmarks
+* Don't crash when doing stuff to empty windows
+* Delay progress pulse for 500ms, bug #645803
+* Don't call g_thread_init(), bug #663285 (Martin Pitt)
+* Updated translations:
+ be (Ihar Hrachyshka)
+ be (Ihar Hrachyshka)
+ bg (Ivaylo Valkov)
+ da (Ask H. Larsen)
+ eo (Kristjan SCHMIDT)
+ es (Daniel Mustieles)
+ gl (Fran Diéguez)
+ he (Yaron Shahrabani)
+ it (Luca Ferretti)
+ ja (Hideki Yamane)
+ nb (Kjartan Maraas)
+ nl (Hannie Dumoleyn)
+ ru (Yuri Myasoedov)
+ sl (Matej Urbančič)
+ sr (Мирослав Николић)
+ sr@latin (Мирослав Николић)
+ sv (Daniel Nylander)
+ tr (Muhammet Kara)
+ ug (Gheyret Kenji)
+ zh_HK (Chao-Hsiung Liao)
+ zh_TW (Chao-Hsiung Liao)
+
3.3.3
=====
* Adjust CSS for yelp-xsl changes
diff --git a/configure.ac b/configure.ac
index 4203a059..3e5e6456 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.3.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.3.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
AC_CONFIG_SRCDIR([src/yelp.c])
AC_CONFIG_HEADERS([config.h])