release: Small adjustments to NEWS for 2.99.2

This commit is contained in:
Bertrand Lorentz 2013-12-04 21:58:18 +01:00
parent 1c081cc728
commit 73834cb7cb

7
NEWS
View File

@ -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
===============================================================================