From: Matthias Clasen Date: Fri, 2 Dec 2005 21:40:43 +0000 (+0000) Subject: Add a note about Solaris threads. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d1379dbdf827f212a71e62e6dfaea536b7189e4c;p=dana%2Fcg-glib.git Add a note about Solaris threads. 2005-12-02 Matthias Clasen * README.in: Add a note about Solaris threads. --- diff --git a/ChangeLog b/ChangeLog index 41285632..03e6e7ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-12-02 Matthias Clasen + * README.in: Add a note about Solaris threads. + * glib/gspawn.c: * configure.in: Remove support for Solaris threads. (#136971, Sebastian Wilhelmi, patch by Andrew Paprocki) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 41285632..03e6e7ba 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2005-12-02 Matthias Clasen + * README.in: Add a note about Solaris threads. + * glib/gspawn.c: * configure.in: Remove support for Solaris threads. (#136971, Sebastian Wilhelmi, patch by Andrew Paprocki) diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 41285632..03e6e7ba 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2005-12-02 Matthias Clasen + * README.in: Add a note about Solaris threads. + * glib/gspawn.c: * configure.in: Remove support for Solaris threads. (#136971, Sebastian Wilhelmi, patch by Andrew Paprocki) diff --git a/README.in b/README.in index 6ec5b0cd..42713c69 100644 --- a/README.in +++ b/README.in @@ -35,6 +35,11 @@ Notes about GLib 2.10 * The Unicode support has been updated to Unicode 4.1. This adds several new members to the GUnicodeBreakType enumeration. +* The support for Solaris threads has been retired. Solaris has provided + POSIX threads for long enough now to have them available on every + Solaris platform. + + Notes about GLib 2.6.0 ======================