summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-11-25 14:44:55 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-11-25 14:44:55 +1100
commite0be30426a18f3c8038f98cdb10171200b134d60 (patch)
tree6a078ac74ced083794f251a58d9a181a3e504179 /ChangeLog
parent58e298d11b8752062c21b693126e4206458bdad8 (diff)
- (dtucker) [progressmeter.c scp.c sftp-server.c] Use correct casts for
snprintf formats, fixes warnings on some 64 bit platforms. Patch from shaw at vranix.com, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f922e8d7e..1f65d2cfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
2 - (dtucker) [configure.ac] Apply tim's fix for older systems where the 2 - (dtucker) [configure.ac] Apply tim's fix for older systems where the
3 resolver state in resolv.h is "state" not "__res_state". With slight 3 resolver state in resolv.h is "state" not "__res_state". With slight
4 modification by me to also work on old AIXes. ok djm@ 4 modification by me to also work on old AIXes. ok djm@
5 - (dtucker) [progressmeter.c scp.c sftp-server.c] Use correct casts for
6 snprintf formats, fixes warnings on some 64 bit platforms. Patch from
7 shaw at vranix.com, ok djm@
5 8
620051124 920051124
7 - (djm) [configure.ac openbsd-compat/Makefile.in openbsd-compat/bsd-asprintf.c 10 - (djm) [configure.ac openbsd-compat/Makefile.in openbsd-compat/bsd-asprintf.c
@@ -3349,4 +3352,4 @@
3349 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3352 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3350 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3353 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3351 3354
3352$Id: ChangeLog,v 1.4006 2005/11/25 02:14:58 dtucker Exp $ 3355$Id: ChangeLog,v 1.4007 2005/11/25 03:44:55 dtucker Exp $