summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-10-25 10:31:49 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-10-25 10:31:49 +0200
commit14747701d19d79234cbca202745df5d7605504ce (patch)
treef998336a98fdc7167e7d440034e0e6ba45487e94 /ChangeLog
parentd195d3b82a9cf5acef2c8ae3c6ce0907c5f61059 (diff)
downloadglibmm-14747701d19d79234cbca202745df5d7605504ce.tar.gz
Do not use gthread-2.0.
* configure.ac: Do not use gthread-2.0 at all, because it only contains empty functions so it is better to just not call them. Require the latest glib version, to avoid people using this version of glibmm with a version of glib that would need g_thread_init(). * glib/src/thread.ccg: thread_init(): Do not call g_thread_init() because it now does nothing and would require linking to gthread-2.0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4c715f3..05e6b4f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2011-10-25 Murray Cumming <murrayc@murrayc.com>
+ Do not use gthread-2.0.
+
+ * configure.ac: Do not use gthread-2.0 at all, because it only contains
+ empty functions so it is better to just not call them.
+ Require the latest glib version, to avoid people using this version of
+ glibmm with a version of glib that would need g_thread_init().
+ * glib/src/thread.ccg: thread_init(): Do not call g_thread_init() because
+ it now does nothing and would require linking to gthread-2.0.
+
+2011-10-25 Murray Cumming <murrayc@murrayc.com>
+
Fix the make check build by always linking to gthread-2.0.
* configure.ac: Always use gthread-2.0 because there is now no advantage to