summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ca13ebe8..2813200a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
2 - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt 2 - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt
3 since some platforms (eg really old FreeBSD) don't have it. Instead, 3 since some platforms (eg really old FreeBSD) don't have it. Instead,
4 run "make clean" before a complete regress run. ok djm. 4 run "make clean" before a complete regress run. ok djm.
5 - (dtucker) [misc.c] Fall back to time(2) at runtime if clock_gettime(
6 CLOCK_MONOTONIC...) fails. Some older versions of RHEL have the
7 CLOCK_MONOTONIC define but don't actually support it. Found and tested
8 by Kevin Brott, ok djm.
5 9
620130804 1020130804
7 - (dtucker) [auth-krb5.c configure.ac openbsd-compat/bsd-misc.h] Add support 11 - (dtucker) [auth-krb5.c configure.ac openbsd-compat/bsd-misc.h] Add support