aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cb8dd8a874..219c9240d27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
12012-07-17 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix regression with pthread_sigmask on FreeBSD (Bug#11884).
4 * configure.ac: Configure gnulib at the end, not before running
5 pkg-config. This restores the behavior before 2012-06-22, when
6 higher-resolution time stamps were added, and fixes a bug whereby
7 LIB_PTHREAD was not used and gnulib's part of 'configure'
8 therefore incorrectly assumed that pthread_sigmask wasn't working.
9 Fix the problem with -lrt and clock_gettime a different way.
10 This should complete the fix for Bug#11884.
11 (pre_PKG_CONFIG_CFLAGS, pre_PKG_CONFIG_LIBS): New shell vars.
12
12012-07-15 Paul Eggert <eggert@cs.ucla.edu> 132012-07-15 Paul Eggert <eggert@cs.ucla.edu>
2 14
3 Merge from gnulib, incorporating: 15 Merge from gnulib, incorporating: