diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-01-16 23:10:47 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-01-16 23:10:47 +0000 |
commit | 7523252384157c6815e5ca38d98e66dbb720eac4 (patch) | |
tree | e6f49c67b86834cbfd19d4b273557a3ad0f4da8d | |
parent | 488cee497742bc04861250cb42a94c2678c771b7 (diff) |
Updates
2006-01-16 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 2 | ||||
-rw-r--r-- | ChangeLog.pre-2-12 | 2 | ||||
-rw-r--r-- | NEWS | 29 |
4 files changed, 35 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2006-01-16 Matthias Clasen <mclasen@redhat.com> + * NEWS: Updates + * glib/gthread.h (g_static_mutex_get_mutex_impl_shortcut): Rework the strict aliasing fix to not break C++, pointed out by Murray Cumming. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index b9c01356f..4bda70149 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2006-01-16 Matthias Clasen <mclasen@redhat.com> + * NEWS: Updates + * glib/gthread.h (g_static_mutex_get_mutex_impl_shortcut): Rework the strict aliasing fix to not break C++, pointed out by Murray Cumming. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index b9c01356f..4bda70149 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2006-01-16 Matthias Clasen <mclasen@redhat.com> + * NEWS: Updates + * glib/gthread.h (g_static_mutex_get_mutex_impl_shortcut): Rework the strict aliasing fix to not break C++, pointed out by Murray Cumming. @@ -1,3 +1,32 @@ +Overview of Changes from GLib 2.9.2 to GLib 2.9.3 +================================================= + +* GTree: + - Replace the simple recursive implementation by + a nonrecursive, threaded one [Maurizio Monge] + +* Change g_filename_display_name and + g_filename_display_basename to use the Unicode + replacement character U+FFFD instead of a question + mark, and don't append "(invalid encoding)" [Matthias] + +* Documentation improvements [Sven Herzberg, Federico + Mena Quintero, Stefan Kost] + +* Bugs fixed: + 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X + [Bogdan Nicula] + 326558 Some test failures on IRIX 6.5 [Daichi Kawahata] + 169285 "threaded" tree implementation for GTree + [Maurizio Monge] + 326747 g_filename_display_basename adds (invalid encoding) + [Alberto Ruiz] + +Other contributors: Christian Kellner, Murray Cumming + +New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi) + + Overview of Changes from GLib 2.9.1 to GLib 2.9.2 ================================================= |