diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-11-14 02:31:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-11-14 02:31:47 +0000 |
commit | f21752c5703da0aa87bdd0399eed241121c18b19 (patch) | |
tree | 091a045f8fb1ec3af6ae165a387947df66b8da9f | |
parent | b5b19ab2295d4d88a03475822fba5dae6cc3da3a (diff) |
Updates
2005-11-13 Matthias Clasen <mclasen@redhat.com>
* NEWS: 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-- | NEWS | 11 |
4 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-11-13 Matthias Clasen <mclasen@redhat.com> + + * NEWS: Updates + 2005-11-05 Tor Lillqvist <tml@novell.com> * glib/giowin32.c (g_io_win32_set_flags): Don't call diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e56e1bd0a..bb8db6bd3 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2005-11-13 Matthias Clasen <mclasen@redhat.com> + + * NEWS: Updates + 2005-11-05 Tor Lillqvist <tml@novell.com> * glib/giowin32.c (g_io_win32_set_flags): Don't call diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index e56e1bd0a..bb8db6bd3 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2005-11-13 Matthias Clasen <mclasen@redhat.com> + + * NEWS: Updates + 2005-11-05 Tor Lillqvist <tml@novell.com> * glib/giowin32.c (g_io_win32_set_flags): Don't call @@ -1,3 +1,14 @@ +Overview of Changes from GLib 2.8.3 to GLib 2.8.4 +================================================= +* Support aborting on critical warnings by setting + G_DEBUG=fatal_criticals in the environment + [Vincent Untz] +* Bug fixes [Sebastien Bacher, Tor Lillqvist, + Manish Singh, Morten Welinder, Andy Wingo] +* Documentation improvements [Steffen Gutmann, + Christophe Fergeau] +* Translation updates (he,ja,nl,th) + Overview of Changes from GLib 2.8.2 to GLib 2.8.3 ================================================= * Fix an error that crept in with a change to |