summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ab19ac..5915220 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -358,3 +358,9 @@
1.7.2 release
+2012-11-29 Vincent Torri
+
+ * Do not use -pthread anymore, but instead pass _REENTRANT to the
+ preprocessor and -lpthread to the linker.
+ * On Solaris OS, -mt is passed by default and same flags than
+ linux must be passed.