diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-09-17 19:35:44 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-09-17 19:35:44 +0000 |
commit | 66ed3256d7ad8289b32f1f82e7df354d4fb3718f (patch) | |
tree | 10e763b851abcc0956e3bea7a8406e2062964c05 /NEWS | |
parent | 4f88eeaca63682d9a9640c1d9067f08ea08cb933 (diff) |
More updates.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -3,6 +3,10 @@ Overview of Changes from GLib 2.5.2 to GLib 2.5.3 * GOption - set the program name from argv[0] [Masatake YAMATO] - make contexts work without a main group [Anders Carlsson] +* Performance + - Get rid of many PLT entries for internally used exported symbols, + and clean up the ABI at the same time and make make check check the + list of exported symbols. [Matthias Clasen] * Add API to get ISO 8601 week numbers [Niklas Lundell] * Add API to install an alternate default log handler [Darin Adler] * Add API to obtain a list of applicable locale names [Hidetoshi Tajima] @@ -11,8 +15,9 @@ Overview of Changes from GLib 2.5.2 to GLib 2.5.3 * Add g_strv_length [Tim-Philipp Müller] * Win32 changes - Add API to determine the Windows version [Tor Lillqvist] -* Other bug fixes [Stepan Kasal, Anders, Tor] -* Documentation improvements [Morten Welinder, Matthias Clasen] +* Other bug fixes [Stepan Kasal, Anders, Tor, Kazuki Iwamoto, + Manish Singh] +* Documentation improvements [Morten Welinder, Matthias] * New and updated translations (es,nn,ro) Overview of Changes from GLib 2.5.1 to GLib 2.5.2 |