diff options
author | Shaun McCance <shaunm@gnome.org> | 2012-03-19 16:14:04 -0400 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2012-03-19 16:14:04 -0400 |
commit | 21689452d646180095a808461f6062d0e07361e9 (patch) | |
tree | 925e4b829958b9d72cac0beb587485a5fb1e30fc | |
parent | 1d3735f0410427a121a7045dfde257d09b6e9677 (diff) | |
download | yelp-21689452d646180095a808461f6062d0e07361e9.tar.gz |
Version 3.3.923.3.92
-rw-r--r-- | NEWS | 42 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 43 insertions, 1 deletions
@@ -1,3 +1,45 @@ +3.3.92 +====== +* Fixed links to page #fragments, bug #671018 +* Updated translations: + as (Nilamdyuti Goswami) + be (Ihar Hrachyshka) + bg (Ivaylo Valkov) + ca (David Planella) + da (Kenneth Nielsen) + de (Mario Blättermann) + en_GB (Bruce Cowan) + eo (Tiffany Antopolski) + es (Daniel Mustieles) + et (Mattias Põldaru) + eu (Inaki Larranaga Murgoitio) + fa (Arash Mousavi) + fi (Timo Jyrinki) + fr (Bruno Brouard) + gl (Fran Diéguez) + he (Yaron Shahrabani) + hi (Rajesh Ranjan) + hu (Gabor Kelemen) + it (Milo Casagrande) + ko (Changwoo Ryu) + lv (Anita Reitere) + nb (Kjartan Maraas) + nl (Hannie Dumoleyn) + pa (A S Alam) + pl (Piotr Drąg) + pt (Duarte Loreto) + pt_BR (Antonio Fernandes C. Neto) + ru (Yuri Myasoedov) + sl (Matej Urbančič) + sr (Мирослав Николић) + sr@latin (Мирослав Николић) + sv (Daniel Nylander) + ta (Dr.T.Vasudevan) + te (Krishnababu Krothapalli) + uk (Daniel Korostil) + zh_HK (Chao-Hsiung Liao) + zh_TW (Chao-Hsiung Liao) + 3.3.4 ===== * Auto-reload Mallard documents diff --git a/configure.ac b/configure.ac index ddcdab18..e5c04ca7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([Yelp],[3.3.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) +AC_INIT([Yelp],[3.3.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) AC_CONFIG_SRCDIR([src/yelp.c]) AC_CONFIG_HEADERS([config.h]) |