Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 9c2e74d

Browse files
committed
release: Update NEWS for 2.99.3 release
1 parent 34400a2 commit 9c2e74d

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

NEWS

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
===============================================================================
2+
Gtk# 2.99.3 - 2014-06-06
3+
===============================================================================
4+
5+
Gtk# 2.99.3 is a beta release of C# bindings for GTK 3.x.
6+
7+
This version of Gtk# provides bindings for the API exposed by these libraries:
8+
* cairo 1.10.0
9+
* glib 2.28.0
10+
* pango 1.28.3
11+
* atk 1.32.0
12+
* gdk-pixbuf 2.22.1
13+
* gtk+ 3.0.0
14+
15+
There is no API stability guarantee for now, but we try to keep breaking
16+
changes to a minimum.
17+
18+
This version of Gtk# can be installed in parallel with Gtk# 2.x, and should not
19+
have any impact on applications using Gtk# 2.x.
20+
21+
New features and enhancements
22+
-----------------------------
23+
24+
* Windows installer: this is the first release of a Gtk# Windows installer
25+
with GTK+ 3.x. It includes 32-bit native binaries of GTK+ 3.6.4, provided
26+
at http://www.gtk.org/download/win32.php
27+
* generator: Add support for fixed length arrays as method parameters
28+
* build: Add a pkg-config file for gdk-sharp-3.0
29+
* Add samples to show the Spinner widget, and to demonstrate CSS theming
30+
31+
Changes
32+
-------
33+
34+
* generator: Create a directory for each namespace of generated code
35+
* cairo: Remove FormatStrideForWidth and PathExtents methods from Context
36+
* glib: Add GVariant to fundamental types and allow conversion to and from
37+
GValue
38+
39+
Bug fixes
40+
---------
41+
42+
* Various fixes to build on Windows with MinGW and the .NET compiler
43+
* generator: Fix generation of SetGValue method
44+
* generator: Add new keyword to GType property if it hides parent
45+
* generator: Fix handle being passed when type is a struct
46+
* generator: Fix signature of static method overloads
47+
* gtk: Add ListStore.SetValue overload for long type
48+
49+
150
===============================================================================
251
Gtk# 2.99.2 - 2013-12-04
352
===============================================================================

0 commit comments

Comments
 (0)