summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <jpu@src.gnome.org>2007-12-18 16:03:46 +0000
committerJuan Pablo Ugarte <jpu@src.gnome.org>2007-12-18 16:03:46 +0000
commite2e1a3a0c1208dcc7537fe6f13885d1c5ba3b231 (patch)
tree805d7e48e0b5a80922cbad45bae9db2f362b7953
parent20502fc79bdfef700ab94812848cbf339468f5e8 (diff)
downloadglade-e2e1a3a0c1208dcc7537fe6f13885d1c5ba3b231.tar.gz
Rolling out 3.4.1GLADE3_3_4_1
svn path=/trunk/; revision=1657
-rw-r--r--ChangeLog4
-rw-r--r--NEWS27
-rw-r--r--configure.ac4
3 files changed, 33 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 089741ad..c3eb4660 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-12-18 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+ * NEWS, configure.ac: Rolling 3.4.1
+
+2007-12-18 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
* plugins/gtk+/glade-gtk.c: fixed bug #503955
'Activating "Add Parent" on an internal widget component causes crash'
diff --git a/NEWS b/NEWS
index 60913bbd..a3a165e0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,31 @@
===========
+Glade 3.4.1
+===========
+
+ - Crash in Glade Interface Designer: Clicked the GtkInputDial... (bug 480495) - Juan Pablo Ugarte
+ - Glade3 hangs when loading certain projects containing GtkAssistants (bug 495057) - J. Ali Harlow
+ - Fix options context summary (bug 500940) - Christian Persch
+ - Use gtk_widget_get_action (bug 500943) - Christian Persch
+ - Icon Theme search path is incorrect for win32 (bug 469854) - Martin Schlemmer
+ - Doesn't build on ia64 (bug 499623) - Josselin Mouette
+ - Activating "Add Parent" on an internal widget component causes crah (bug 503955) - Juan Pablo Ugarte
+ - GtkImage/GdkPixbuf porps misc fixes - Juan Pablo Ugarte
+
+New and updated translations
+============================
+ - Kjartan Maraas (nb)
+ - Matej Urbančič (sl)
+ - Ivar Smolin (et)
+ - Djihed Afifi (ar)
+ - Baris Cicek (tr)
+ - Ignacio Casal Quinteiro (gl)
+ - Urbančič Matej (sl)
+ - Ivar Smolin (et)
+ - Changwoo Ryu (ko)
+ - Takeshi AIHANA (ja)
+ - Leonardo Ferreira Fontenelle (pt_BR)
+
+===========
Glade 3.4.0
===========
diff --git a/configure.ac b/configure.ac
index 22854e0f..b358565f 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, 0)
+m4_define(glade_micro_version, 1)
m4_define(glade_version, glade_major_version.glade_minor_version.glade_micro_version)
AC_INIT([glade3], [glade_version],
@@ -47,7 +47,7 @@ AM_PROG_LIBTOOL
# If any interfaces have been added since the last public release, then increment GLADE_AGE.
# If any interfaces have been removed since the last public release, then set GLADE_AGE to 0.
# Reference: http://www.gnu.org/software/libtool/manual.html#Versioning
-GLADE_REVISION=1
+GLADE_REVISION=2
GLADE_CURRENT=7
GLADE_AGE=0
GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`