Prepare 2.10.1
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 7 Mar 2006 17:02:38 +0000 (17:02 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 7 Mar 2006 17:02:38 +0000 (17:02 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
NEWS

index efab905..a7534e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,18 +1,20 @@
 2006-03-07  Matthias Clasen  <mclasen@redhat.com>
 
+       * NEWS: Updates.
+
        * glib/gutf8.c (_g_charset_get_aliases): Match the prototype
        in gconvert.c to fix build problems in NetBSD.  (#333651,
        Julio M. Merino Vidal)
 
 2006-03-06  Anders Carlsson  <andersca@imendio.com>
 
-        * configure.in:
+       * configure.in:
        Make .dylib the shared library suffix on darwin.
        (#322476, Vladimir Panov)
        
 2006-03-06  Anders Carlsson  <andersca@imendio.com>
 
-        * configure.in:
+       * configure.in:
        Skip checking thread flags on Darwin. Fix suggested by Manish Singh.
        (#314794, Gregor Riepl)
        
index efab905..a7534e9 100644 (file)
@@ -1,18 +1,20 @@
 2006-03-07  Matthias Clasen  <mclasen@redhat.com>
 
+       * NEWS: Updates.
+
        * glib/gutf8.c (_g_charset_get_aliases): Match the prototype
        in gconvert.c to fix build problems in NetBSD.  (#333651,
        Julio M. Merino Vidal)
 
 2006-03-06  Anders Carlsson  <andersca@imendio.com>
 
-        * configure.in:
+       * configure.in:
        Make .dylib the shared library suffix on darwin.
        (#322476, Vladimir Panov)
        
 2006-03-06  Anders Carlsson  <andersca@imendio.com>
 
-        * configure.in:
+       * configure.in:
        Skip checking thread flags on Darwin. Fix suggested by Manish Singh.
        (#314794, Gregor Riepl)
        
index efab905..a7534e9 100644 (file)
@@ -1,18 +1,20 @@
 2006-03-07  Matthias Clasen  <mclasen@redhat.com>
 
+       * NEWS: Updates.
+
        * glib/gutf8.c (_g_charset_get_aliases): Match the prototype
        in gconvert.c to fix build problems in NetBSD.  (#333651,
        Julio M. Merino Vidal)
 
 2006-03-06  Anders Carlsson  <andersca@imendio.com>
 
-        * configure.in:
+       * configure.in:
        Make .dylib the shared library suffix on darwin.
        (#322476, Vladimir Panov)
        
 2006-03-06  Anders Carlsson  <andersca@imendio.com>
 
-        * configure.in:
+       * configure.in:
        Skip checking thread flags on Darwin. Fix suggested by Manish Singh.
        (#314794, Gregor Riepl)
        
diff --git a/NEWS b/NEWS
index 841f687..c86e7a4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Overview of Changes from GLib 2.10.0 to GLib 2.10.1
+===================================================
+
+* Bugs fixed:
+ 314794 Broken pthread detection on Darwin [Gregor Riepl]
+ 322476 Missing check for .dylib [Vladimir Panov]
+ 333651 Inconsistent _g_charset_get_aliases prototype [Julio 
+        M. Merino Vidal]
+ 333761 GInitiallyUnowned breaks application code [Sven Herzberg]
+
+* Win32 changes:
+ - Fix g_listenv() implementation.
+ - Allow up to 100 GPrivate structs
+
+* Translation updates (fr,hu,lt,pl,sv)
+
+
 Overview of Changes from GLib 2.9.6 to GLib 2.10.0
 ==================================================