summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2009-04-06 16:39:24 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2009-04-06 16:39:24 +0000
commit790e55c9e9874273a1cf89d674850840be536b42 (patch)
treef5f21a01d375adf9c5788a306cf86b8129a9a674 /NEWS
parent0ef04df245451c2a82717ac3e1ce6fc8f3d49abf (diff)
downloadglade-790e55c9e9874273a1cf89d674850840be536b42.tar.gz
Rolling 3.6.1GLADE_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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b5c10237..2af2b108 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,21 @@
===========
+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
===========
- Fixed bugs 574260, 573513, 573453, 574706, 567809 (Juan Pablo Ugarte, Ryu Jinno, myself)