diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-08 15:50:54 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-08 15:50:54 +0000 |
commit | cef5d28c897af6b057d04420ebd040e70e5a693e (patch) | |
tree | 8f8cd049bb2b4923c82bb04941da7b832248e6d9 /NEWS | |
parent | dac25522cd299436ac1a7fe366e66d9a348e1715 (diff) | |
download | glib-cef5d28c897af6b057d04420ebd040e70e5a693e.tar.gz glib-cef5d28c897af6b057d04420ebd040e70e5a693e.tar.bz2 glib-cef5d28c897af6b057d04420ebd040e70e5a693e.zip |
Final updates for 2.0.0
Fri Mar 8 10:20:46 2002 Owen Taylor <otaylor@redhat.com>
* NEWS: Final updates for 2.0.0
* glib/gstrfuncs.c: Convert the results of strerror()
and strsignal() to UTF-8.
* glib/gconvert.c glib/gdir.c glib/giochannel.c glib/giounix.c
glib/giowin32.c: Use g_strerror(), not strerror().
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +Overview of Changes in GLib 2.0.0 +================================= + +* Thread portability fixes [Sebastian Wilhelmi] +* Documentation updates [Owen Taylor] +* Make g_strerror(), g_strsignal() properly return UTF-8, + call bind_text_domain_codeset() so that error strings + are in UTF-8 as well. [Owen, Tor Lillqvist] + +Overview of Changes in GLib 2.0.0 rc1: +====================================== + +* Win32 fixes [Tor Lillqvist] +* Portability fixes [Finlay Dobbie, Miroslaw Dobrzanski-Neumann] +* Fix up g_date_strftime [Daniel Elstner] +* Add some structure padding [Tim Janik] +* Make g_get_homedir() prefer the users home directory to $HOME + +Other contributors: Matthias Clasen, Paolo Maggi, Christian Rose + Overview of Changes in GLib 1.3.15: =================================== |