summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f78dce6ef..7e4863029 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,12 @@
30 [sftp.c] 30 [sftp.c]
31 do getopt parsing for all sftp commands (with an empty optstring for 31 do getopt parsing for all sftp commands (with an empty optstring for
32 commands without arguments) to ensure consistent behaviour 32 commands without arguments) to ensure consistent behaviour
33 - djm@cvs.openbsd.org 2013/08/09 03:39:13
34 [sftp-client.c]
35 two problems found by a to-be-committed regress test: 1) msg_id was not
36 being initialised so was starting at a random value from the heap
37 (harmless, but confusing). 2) some error conditions were not being
38 propagated back to the caller
33 39
3420130808 4020130808
35 - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt 41 - (dtucker) [regress/Makefile regress/test-exec.sh] Don't try to use test -nt