Update NEWS for 2.3.0.

This commit is contained in:
Matthias Clasen 2003-10-22 21:41:45 +00:00
parent d619ee159b
commit 9c8150fd35
7 changed files with 48 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Wed Oct 22 23:41:03 2003 Matthias Clasen <maclas@gmx.de>
* NEWS: Update for 2.3.0.
Tue Oct 14 17:44:38 2003 Owen Taylor <otaylor@redhat.com>
* tests/gobject/ifaceproperties.c: Test for interface

View File

@ -1,3 +1,7 @@
Wed Oct 22 23:41:03 2003 Matthias Clasen <maclas@gmx.de>
* NEWS: Update for 2.3.0.
Tue Oct 14 17:44:38 2003 Owen Taylor <otaylor@redhat.com>
* tests/gobject/ifaceproperties.c: Test for interface

View File

@ -1,3 +1,7 @@
Wed Oct 22 23:41:03 2003 Matthias Clasen <maclas@gmx.de>
* NEWS: Update for 2.3.0.
Tue Oct 14 17:44:38 2003 Owen Taylor <otaylor@redhat.com>
* tests/gobject/ifaceproperties.c: Test for interface

View File

@ -1,3 +1,7 @@
Wed Oct 22 23:41:03 2003 Matthias Clasen <maclas@gmx.de>
* NEWS: Update for 2.3.0.
Tue Oct 14 17:44:38 2003 Owen Taylor <otaylor@redhat.com>
* tests/gobject/ifaceproperties.c: Test for interface

View File

@ -1,3 +1,7 @@
Wed Oct 22 23:41:03 2003 Matthias Clasen <maclas@gmx.de>
* NEWS: Update for 2.3.0.
Tue Oct 14 17:44:38 2003 Owen Taylor <otaylor@redhat.com>
* tests/gobject/ifaceproperties.c: Test for interface

View File

@ -1,3 +1,7 @@
Wed Oct 22 23:41:03 2003 Matthias Clasen <maclas@gmx.de>
* NEWS: Update for 2.3.0.
Tue Oct 14 17:44:38 2003 Owen Taylor <otaylor@redhat.com>
* tests/gobject/ifaceproperties.c: Test for interface

24
NEWS
View File

@ -1,3 +1,27 @@
Overview of Changes from GLib 2.2.x to GLib-2.3.0
=================================================
* Replace Trio printf by gnulib vasnprintf [Matthias Clasen]
* Update Unicode data to Unicode 4.0 [Noah Levitt]
* Support XML-safe formatted output with
g_markup_[v]printf_escaped [Owen Taylor]
* Add g_file_read_link to read symbolic links [Matthias]
* Add g_unichar_get_mirror_char to obtain the
mirrored variant of a character [Noah]
* Support for one-time initialization functions.
[Sebastian Wilhelmi]
* Miscellaneous API additions: g_vasprintf
g_string_chunk_insert_len, g_setenv, g_unsetenv [Matthias]
* Docs improvements [Matthias]
* Add support instance-private data on classed types
[Mark McLoughlin, Tim Janik, Owen]
* Optimize signal emissions [Soeren Sandmann, Tim]
* Support a "default vtable" per interface [Tim]
* Add support for properties on interfaces [Owen, Tim]
* Miscellaneous API additions: g_value_take_string(),
g_value_take_param(), g_value_take_object(),
g_value_take_boxed(). [Matthias]
Overview of Changes from GLib 2.1.5 to GLib-2.2.0
=================================================