summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-03-15 10:34:25 +1100
committerDamien Miller <djm@mindrot.org>2013-03-15 10:34:25 +1100
commitf4db77d7668104c1237636781cfbd59ef30f79b0 (patch)
tree253b719c65b4ca1f94ea2da9e9ea1f249ce7fd66 /ChangeLog
parenta2438bbd28eb35a8968d193ac89b30a90e96f719 (diff)
- (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
Add a usleep replacement for platforms that lack it; ok dtucker
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 635c4cd0c..9f6fc7058 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
2 - (djm) [configure.ac] Disable utmp, wtmp and/or lastlog if the platform 2 - (djm) [configure.ac] Disable utmp, wtmp and/or lastlog if the platform
3 is unable to successfully compile them. Based on patch from des AT 3 is unable to successfully compile them. Based on patch from des AT
4 des.no 4 des.no
5 - (djm) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
6 Add a usleep replacement for platforms that lack it; ok dtucker
5 7
620120312 820120312
7 - (dtucker) [regress/Makefile regress/cipher-speed.sh regress/test-exec.sh] 9 - (dtucker) [regress/Makefile regress/cipher-speed.sh regress/test-exec.sh]