diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 39 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 42 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2008-03-09 Tristan Van Berkom <tvb@gnome.org> + * NEWS, configure.ac: Rolling 3.4.2 + * plugins/gtk+/glade-gtk.c: - Fixed a crash detail bug 493418. - Reset "events" property for newly created widgets @@ -1,4 +1,43 @@ =========== +Glade 3.4.2 +=========== + - Port to gtk 2.12 tooltips API. Bug #500947. - Christian Persch + - Atk Relations bug fix + - Added GtkVolumeButton and GtkScaleButton widgets (Ross Burton) + - Misc fixes 477025, 509128, 388869, 504603, 495853, 506713, 511651, + 472555, 493418 by Cosimo Cecchi, Yang Hong, Ivan Baldo, Vincent Geddes, + Juan Pablo Ugarte, Tristan Van Berkom + +New and updated translations +============================ + - Kjartan Maraas (nb) + - Yuri Kozlov (ru) + - Stéphane Raimbault (fr) + - Gintautas Miliauskas (lt) + - Jovan Naumovski (mk) + - Luca Ferretti (it) + - Gabor Kelemen (hu) + - Claude Paroz (fr) + - Jonh Wendell (pt_BR) + - David Lodge (en_GB) + - Ignacio Casal Quinteiro (gl) + - Gil Forcada (ca) + - Ilkka Tuohela (fi) + - Hendrik Brandt (de) + - Duarte Loreto (pt) + - Theppitak Karoonboonyanan (th) + - Maxim Dziumanenko (uk) + - Yair Hershkovitz (he) + - Baris Cicek (tr) + - Clytie Siddall (vi) + - Yannig Marchegay (oc) + - Daniel Nylander (sv) + - Djihed Afifi (ar) + - Jorge Gonzalez (es) + - Takeshi AIHANA (ja) + + +=========== Glade 3.4.1 =========== diff --git a/configure.ac b/configure.ac index 8b98f8ed..61423457 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.52) m4_define(glade_major_version, 3) m4_define(glade_minor_version, 4) -m4_define(glade_micro_version, 1) +m4_define(glade_micro_version, 2) m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version) AC_INIT([glade3], [glade_version], |