Update NEWS for 2.3.0.
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 22 Oct 2003 21:41:45 +0000 (21:41 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 22 Oct 2003 21:41:45 +0000 (21:41 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
NEWS

index 71cf103..837fb70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 71cf103..837fb70 100644 (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
index 71cf103..837fb70 100644 (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
index 71cf103..837fb70 100644 (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
index 71cf103..837fb70 100644 (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
index 71cf103..837fb70 100644 (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
diff --git a/NEWS b/NEWS
index 720144b..854b3d0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
 =================================================