summaryrefslogtreecommitdiff
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 b572f6006..be3118146 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
120121207
2 - (dtucker) OpenBSD CVS Sync
3 - dtucker@cvs.openbsd.org 2012/12/06 06:06:54
4 [regress/keys-command.sh]
5 Fix some problems with the keys-command test:
6 - use string comparison rather than numeric comparison
7 - check for existing KEY_COMMAND file and don't clobber if it exists
8 - clean up KEY_COMMAND file if we do create it.
9 - check that KEY_COMMAND is executable (which it won't be if eg /var/run
10 is mounted noexec).
11 ok djm.
12
120121205 1320121205
2 - (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@. 14 - (tim) [defines.h] Some platforms are missing ULLONG_MAX. Feedback djm@.
3 15