Start of 2.3.2 section.

Tue Jan 20 22:31:22 2004  Matthias Clasen  <maclas@gmx.de>

	* NEWS: Start of 2.3.2 section.
This commit is contained in:
Matthias Clasen 2004-01-20 21:28:55 +00:00 committed by Matthias Clasen
parent d95fb32186
commit e2d5240179
7 changed files with 44 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Jan 20 22:31:22 2004 Matthias Clasen <maclas@gmx.de>
* NEWS: Start of 2.3.2 section.
Fri Jan 16 21:45:56 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.

View File

@ -1,3 +1,7 @@
Tue Jan 20 22:31:22 2004 Matthias Clasen <maclas@gmx.de>
* NEWS: Start of 2.3.2 section.
Fri Jan 16 21:45:56 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.

View File

@ -1,3 +1,7 @@
Tue Jan 20 22:31:22 2004 Matthias Clasen <maclas@gmx.de>
* NEWS: Start of 2.3.2 section.
Fri Jan 16 21:45:56 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.

View File

@ -1,3 +1,7 @@
Tue Jan 20 22:31:22 2004 Matthias Clasen <maclas@gmx.de>
* NEWS: Start of 2.3.2 section.
Fri Jan 16 21:45:56 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.

View File

@ -1,3 +1,7 @@
Tue Jan 20 22:31:22 2004 Matthias Clasen <maclas@gmx.de>
* NEWS: Start of 2.3.2 section.
Fri Jan 16 21:45:56 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.

View File

@ -1,3 +1,7 @@
Tue Jan 20 22:31:22 2004 Matthias Clasen <maclas@gmx.de>
* NEWS: Start of 2.3.2 section.
Fri Jan 16 21:45:56 2004 Matthias Clasen <maclas@gmx.de>
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.

21
NEWS
View File

@ -1,8 +1,27 @@
Overview of Changes from GLib 2.3.1 to GLib 2.3.2
=================================================
* Add G_MAXSIZE. [Manish Singh]
* Add g_rand_new_with_seed_array(), g_rand_set_seed_array(),
implementing the init-by-array functionality of the
original mersenne twister. [George Lebl]
* Add a lowercase_name option to glib-mkenums. [Murray Cumming]
* Add g_ptr_array_foreach(). [Matthias Clasen]
* Fix a threadsafety issue in mem chunks. [Matthias]
* Fix g_filename_{to,from}_utf8() on Win32 and improve
g_file_test() there too [Hans Breuer]
* Add a boxed type for NULL-terminated string arrays. [Matthias]
* Add G_DEFINE_TYPE() plus variants to ease the constuction
of GObject boilerplate code. [Tim Janik]
* Documentation improvements [Matthias, Manish]
* Misc bug fixes [Manish, Matthias, Owen Taylor]
* Updated translations (ar,nn,fa,de,mn,no,ga)
Overview of Changes from GLib 2.3.0 to GLib-2.3.1
=================================================
* Add glib/gi18n.h and glib/gi18n-lib.h for common
gettext suport, including a Q() macro for translation
gettext support, including a Q_() macro for translation
with context [Matthias Clasen]
* Add a more flexible G_FILENAME_ENCODING variable
as a replacement for G_BROKEN_FILENAMES [Matthias]