[glade/glade-3-10] Rolling 3.10.2



commit 3b85e728d003f19218c485aa09dc078e20f993b3
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Tue Oct 11 17:33:33 2011 -0300

    Rolling 3.10.2

 ChangeLog    |    6 +++++-
 NEWS         |   43 +++++++++++++++++++++++++++++++++++++++----
 configure.ac |    4 ++--
 3 files changed, 46 insertions(+), 7 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a83adff..c8cfe66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-10-11  Juan Pablo Ugarte <juanpablougarte gmail com>
+
+	* configure.ac, NEWS: Rolling 3.10.2
+
 2011-10-11  Johannes Schmid <jhs gnome org>
 
 	* gladeui/glade-project.c: Avoid crashing if glade-previewer is not installed, bug 650899.
@@ -9,7 +13,7 @@
 
 	* doc/catalogintro.sgml: Update docs about environment vars.
 
-	* doc/Makefile.am: Make documentation parallel installable.
+	* doc/Makefile.am: Make documentation parallel installable. (bug 646997)
 
 2011-10-11  Benjamin Otte <otte redhat com>
 
diff --git a/NEWS b/NEWS
index 20515ee..5cad54f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
 ============
+Glade 3.10.2
+============
+	- Make documentation parallel installable (bug 646997).
+	- Renamed catalog and module environment variables.
+	- Properly escape special characters while serializing 
+	  property values (bug 654609 - Fabien Parent) 
+	- Fix GladeProject to notify "row-has-child-toggled"
+	  (fixes bug 651673).
+	- Fixed size groups widget selection (bug 647984 fix by Benjamin Otte)
+	- Avoid crashing if glade-previewer is not installed (bug 650899 Johannes Schmid)
+
+Updated translations
+====================
+
+	- lt, courtesy of Aurimas Äernius 
+
+============
 Glade 3.10.1
 ============
 	- Optimized loading time by not updating progressbar on every loaded object.
@@ -16,10 +33,28 @@ Glade 3.10.1
 New and updated translations
 ============================
 
-	- Updated French, Czech, Swedish, Brazilian Portuguese, Polish, Spanish,
-	  German, Russian, Catalan, Galician, Bulgarian, British English, 
-	  Hungarian, Asturian, Danish, Serbian and Esperanto translation.
-	- Added Slovenian and UG translation.
+	- ast, courtesy of Xandru Armesto 
+	- bg, courtesy of Alexander Shopov 
+	- ca, courtesy of David Planella 
+	- ca valencia, courtesy of David Planella 
+	- cs, courtesy of Marek Äernockà 
+	- da, courtesy of Ask Hjorth Larsen 
+	- de, courtesy of Christian Kirbach 
+	- en_GB, courtesy of Bruce Cowan 
+	- eo, courtesy of Kristjan SCHMIDT 
+	- es, courtesy of Daniel Mustieles 
+	- fr, courtesy of Bruno Brouard 
+	- gl, courtesy of Fran DiÃguez 
+	- hu, courtesy of Gabor Kelemen 
+	- lt, courtesy of Aurimas Äernius 
+	- pl, courtesy of Piotr DrÄg 
+	- pt_BR, courtesy of Krix ApolinÃrio 
+	- ru, courtesy of Yuri Myaseodov 
+	- sl, courtesy of Matej UrbanÄiÄ 
+	- sr, courtesy of ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ 
+	- sr latin, courtesy of Miroslav NikoliÄ 
+	- sv, courtesy of Daniel Nylander 
+	- ug, courtesy of Sahran 
 
 ============
 Glade 3.10.0
diff --git a/configure.ac b/configure.ac
index 49916ba..5f3f66e 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, 10)
-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([glade], [glade_version],
@@ -50,7 +50,7 @@ AC_PATH_PROG(DLLTOOL, dlltool)
 # 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=0
+GLADE_REVISION=1
 GLADE_CURRENT=0
 GLADE_AGE=0
 GLADE_CURRENT_MINUS_AGE=`expr $GLADE_CURRENT - $GLADE_AGE`



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]