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 0e9c26755..aab923a71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,12 @@
25 - dtucker@cvs.openbsd.org 2013/06/04 19:12:23 25 - dtucker@cvs.openbsd.org 2013/06/04 19:12:23
26 [scp.c] 26 [scp.c]
27 use MAXPATHLEN for buffer size instead of fixed value. ok markus 27 use MAXPATHLEN for buffer size instead of fixed value. ok markus
28 - dtucker@cvs.openbsd.org 2013/06/04 20:42:36
29 [sftp.c]
30 Make sftp's libedit interface marginally multibyte aware by building up
31 the quoted string by character instead of by byte. Prevents failures
32 when linked against a libedit built with wide character support (bz#1990).
33 "looks ok" djm
28 34
2920130602 3520130602
30 - (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy 36 - (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy