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 | |
parent | 4f88eeaca63682d9a9640c1d9067f08ea08cb933 (diff) |
More updates.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-12 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 4 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 4 | ||||
-rw-r--r-- | NEWS | 9 |
6 files changed, 27 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2004-09-17 Matthias Clasen <mclasen@redhat.com> + + * NEWS: More updates. + Thu Sep 16 18:42:46 2004 Manish Singh <yosh@gimp.org> * glib/abicheck.sh: don't hardcode lengths for cut, instead split on diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index eacc521fd..dcf76b0ae 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2004-09-17 Matthias Clasen <mclasen@redhat.com> + + * NEWS: More updates. + Thu Sep 16 18:42:46 2004 Manish Singh <yosh@gimp.org> * glib/abicheck.sh: don't hardcode lengths for cut, instead split on diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index eacc521fd..dcf76b0ae 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2004-09-17 Matthias Clasen <mclasen@redhat.com> + + * NEWS: More updates. + Thu Sep 16 18:42:46 2004 Manish Singh <yosh@gimp.org> * glib/abicheck.sh: don't hardcode lengths for cut, instead split on diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index eacc521fd..dcf76b0ae 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2004-09-17 Matthias Clasen <mclasen@redhat.com> + + * NEWS: More updates. + Thu Sep 16 18:42:46 2004 Manish Singh <yosh@gimp.org> * glib/abicheck.sh: don't hardcode lengths for cut, instead split on diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index eacc521fd..dcf76b0ae 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2004-09-17 Matthias Clasen <mclasen@redhat.com> + + * NEWS: More updates. + Thu Sep 16 18:42:46 2004 Manish Singh <yosh@gimp.org> * glib/abicheck.sh: don't hardcode lengths for cut, instead split on @@ -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 |