mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
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:
parent
d95fb32186
commit
e2d5240179
@ -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>
|
Fri Jan 16 21:45:56 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.
|
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.
|
||||||
|
@ -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>
|
Fri Jan 16 21:45:56 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.
|
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.
|
||||||
|
@ -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>
|
Fri Jan 16 21:45:56 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.
|
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.
|
||||||
|
@ -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>
|
Fri Jan 16 21:45:56 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.
|
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.
|
||||||
|
@ -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>
|
Fri Jan 16 21:45:56 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.
|
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.
|
||||||
|
@ -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>
|
Fri Jan 16 21:45:56 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.
|
* glib/gstring.c (g_string_ascii_up): Forgot to fix this one.
|
||||||
|
21
NEWS
21
NEWS
@ -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
|
Overview of Changes from GLib 2.3.0 to GLib-2.3.1
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
* Add glib/gi18n.h and glib/gi18n-lib.h for common
|
* 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]
|
with context [Matthias Clasen]
|
||||||
* Add a more flexible G_FILENAME_ENCODING variable
|
* Add a more flexible G_FILENAME_ENCODING variable
|
||||||
as a replacement for G_BROKEN_FILENAMES [Matthias]
|
as a replacement for G_BROKEN_FILENAMES [Matthias]
|
||||||
|
Loading…
Reference in New Issue
Block a user