From 790e55c9e9874273a1cf89d674850840be536b42 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Mon, 6 Apr 2009 16:39:24 +0000 Subject: Rolling 3.6.1 * NEWS, configure.ac: Rolling 3.6.1 * gladeui/glade-command.c: Fix win32 crasher (bug 575206) again (seems I missed it was klass->name that was null, fixed it so it would never be null, and added g_assert() where the crash was. * gladeui/glade-widget.c: Fix broken hash table maintenence in glade_widget_remove_property() (bug 575885). svn path=/trunk/; revision=2181 --- NEWS | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b5c10237..2af2b108 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,20 @@ +=========== +Glade 3.6.1 +=========== + - Fixed win32 crasher (bug 575206) + - Fixed crasher on internal widget selection + - Fixed libglade regression (libglade needs specific + ordering of properties, atk props, signals and accelerators) + - Fixed MSYS/MinGW build (Bug 576851 – Damon Register) + - Disable loading and displaying of 'data' property on GtkTreeStore + (only GtkListStore understands the 'data' construct). + - Properly initialize a GValue on stack (bug 577822 - Felix Riemann) + +New and updated translations +============================ + - Petr Kovar, Andre Klapper (cs) + - Djihed Afifi (ar) + =========== Glade 3.6.0 =========== -- cgit v1.2.1