summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-06-21 18:15:25 +1000
committerDarren Tucker <dtucker@zip.com.au>2009-06-21 18:15:25 +1000
commit5b48cdd882579f60217b9aa9a0c09e61e739a917 (patch)
tree75f711e7696f3ec09a404d2c77c5e391e8114227 /ChangeLog
parent12b4a6504b3f7bad3c144761714fb429669f56d0 (diff)
- andreas@cvs.openbsd.org 2009/05/27 06:36:07
[packet.h packet.c] Add packet_put_int64() and packet_get_int64(), part of a larger change from Martin Forssen.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba0cfd796..d10b327a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -71,6 +71,10 @@
71 [kex.c kex.h] 71 [kex.c kex.h]
72 Move the KEX_COOKIE_LEN define to kex.h 72 Move the KEX_COOKIE_LEN define to kex.h
73 ok markus@ 73 ok markus@
74 - andreas@cvs.openbsd.org 2009/05/27 06:36:07
75 [packet.h packet.c]
76 Add packet_put_int64() and packet_get_int64(), part of a larger change
77 from Martin Forssen.
74 78
7520090616 7920090616
76 - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t 80 - (dtucker) [configure.ac defines.h] Bug #1607: handle the case where fsid_t