From 73834cb7cb29dff36d245f7daf0e69aaff75689e Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Wed, 4 Dec 2013 21:58:18 +0100 Subject: [PATCH] release: Small adjustments to NEWS for 2.99.2 --- NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 34d02e25f..acd2f7c15 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ =============================================================================== -Gtk# 2.99.2 - 2013-12-03 +Gtk# 2.99.2 - 2013-12-04 =============================================================================== Gtk# 2.99.2 is the third beta release of C# bindings for GTK 3.x. @@ -12,7 +12,7 @@ This version of Gtk# provides bindings for the API exposed by these libraries: * gdk-pixbuf 2.22.1 * gtk+ 3.0.0 -There is no API stability guarantee for now, but we will try to keep breaking +There is no API stability guarantee for now, but we try to keep breaking changes to a minimum. This version of Gtk# can be installed in parallel with Gtk# 2.x, and should not @@ -43,6 +43,7 @@ Changes * gio: Fix up returns type for several GSettings.List* methods * glib: Install properties before class_init finishes * glib: Remove obsolete Argv-related methods in Marshaller + * gtk: Fix TreeView.GetTooltipContext method signature (bxc#14678) Bug fixes --------- @@ -52,10 +53,10 @@ Bug fixes * atk: Add metadata fixup to avoid crash due to ABI change * cairo: Fix leaks when managed objects are finalized * glib: Fix copy-paste error in Object.FindClassProperty() - * gtk: Fix TreeView.GetTooltipContext method signature (bxc#14678) * gtk: Fix Application to be more robust when embedding mono * gui-thread-check: Add two more methods to the whitelist + =============================================================================== Gtk# 2.99.1 - 2013-09-23 ===============================================================================