Updates
authorMatthias Clasen <mclasen@redhat.com>
Mon, 16 Jan 2006 23:10:47 +0000 (23:10 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 16 Jan 2006 23:10:47 +0000 (23:10 +0000)
2006-01-16  Matthias Clasen  <mclasen@redhat.com>

* NEWS: Updates

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
NEWS

index b9c0135..4bda701 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index b9c0135..4bda701 100644 (file)
@@ -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.
index b9c0135..4bda701 100644 (file)
@@ -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/NEWS b/NEWS
index 561139a..6b378b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
 =================================================