summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-10-25 10:21:51 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-10-25 10:21:51 +0200
commitd195d3b82a9cf5acef2c8ae3c6ce0907c5f61059 (patch)
tree1fe13baf1bf803d916005190dd07bce2c2e39f97 /ChangeLog
parent327c2f61705e52d419da86e30d0ae91aaaedd25d (diff)
downloadglibmm-d195d3b82a9cf5acef2c8ae3c6ce0907c5f61059.tar.gz
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 not doing that, because threading is now always enabled in glib. Remove the separate GTHREAD* variables. * glib/glibmm/Makefile.am: * gio/giomm/Makefile.am: * tests/Makefile.am: * tools/Makefile.am: * examples/Makefile.am: Remove use of the GTHREAD* variables.. * examples/network/resolver.cc: Remove the non-threading option and code that uses it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c29b3bb..c4c715f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
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
+ not doing that, because threading is now always enabled in glib.
+ Remove the separate GTHREAD* variables.
+ * glib/glibmm/Makefile.am:
+ * gio/giomm/Makefile.am:
+ * tests/Makefile.am:
+ * tools/Makefile.am:
+ * examples/Makefile.am: Remove use of the GTHREAD* variables..
+ * examples/network/resolver.cc: Remove the non-threading option and code that
+ uses it.
+
+2011-10-25 Murray Cumming <murrayc@murrayc.com>
+
Regenerate enums defs.
* glib/src/glib_enums.defs, gobject_enums.defs: Regenerated with enums.pl.