summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-13 04:45:50 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-13 04:45:50 +1000
commitd32b28a307b308e5b5b052b4eb2a2c8f396c380b (patch)
treef936843e8590e48e5e9c79e366683a31ff3cfb9a /ChangeLog
parentdcc1ab5483a5f0f0a72c14149ace9979c8dea085 (diff)
- grunk@cvs.openbsd.org 2008/06/11 23:51:57
[key.c] #define statements that are not atoms need braces around them, else they will cause trouble in some cases. Also do a computation of -1 once, and not in a loop several times. spotted by otto@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e7f20152..c62492eb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,12 @@
41 [ssh_config.5] 41 [ssh_config.5]
42 CheckHostIP set to ``fingerprint'' will display both hex and random art 42 CheckHostIP set to ``fingerprint'' will display both hex and random art
43 spotted by naddy@ 43 spotted by naddy@
44 - grunk@cvs.openbsd.org 2008/06/11 23:51:57
45 [key.c]
46 #define statements that are not atoms need braces around them, else they
47 will cause trouble in some cases.
48 Also do a computation of -1 once, and not in a loop several times.
49 spotted by otto@
44 50
4520080611 5120080611
46 - (djm) [channels.c configure.ac] 52 - (djm) [channels.c configure.ac]
@@ -4203,4 +4209,4 @@
4203 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4209 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4204 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4210 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4205 4211
4206$Id: ChangeLog,v 1.4973 2008/06/12 18:44:25 dtucker Exp $ 4212$Id: ChangeLog,v 1.4974 2008/06/12 18:45:50 dtucker Exp $