summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-15 15:07:33 +1000
committerDamien Miller <djm@mindrot.org>2014-05-15 15:07:33 +1000
commit54343e95c70994695f8842fb22836321350198d3 (patch)
tree2f6f2606331b243a7efc85524f47f0913f4244ae /ChangeLog
parente5b9f0f2ee6e133894307e44e862b66426990733 (diff)
- djm@cvs.openbsd.org 2014/03/13 20:44:49
[login-timeout.sh] this test is a sorry mess of race conditions; add another sleep to avoid a failure on slow machines (at least until I find a better way)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 976e4ba1f..00104524a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -91,6 +91,12 @@
91 portability glue to support building without libcrypto 91 portability glue to support building without libcrypto
92 - (djm) [Makefile.in configure.ac sshbuf-getput-basic.c] 92 - (djm) [Makefile.in configure.ac sshbuf-getput-basic.c]
93 [sshbuf-getput-crypto.c sshbuf.c] compilation and portability fixes 93 [sshbuf-getput-crypto.c sshbuf.c] compilation and portability fixes
94 - OpenBSD CVS Sync
95 - djm@cvs.openbsd.org 2014/03/13 20:44:49
96 [login-timeout.sh]
97 this test is a sorry mess of race conditions; add another sleep
98 to avoid a failure on slow machines (at least until I find a
99 better way)
94 100
9520140430 10120140430
96 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already 102 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already