summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-10-24 10:56:32 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-10-24 10:56:32 +1100
commitd78739ab90f6561d7fef5a7de495644868e01a24 (patch)
tree275b5aa05d8cc4917d3fc4e519c9edd611e20701 /ChangeLog
parenta53939332dab05db474d75446211160b21a9742c (diff)
downloadopenssh-git-d78739ab90f6561d7fef5a7de495644868e01a24.tar.gz
- sthen@cvs.openbsd.org 2010/10/23 22:06:12
[sftp.c] escape '[' in filename tab-completion; fix a type while there. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2843d946..13f619a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
20101024
- (dtucker) [includes.h] Add missing ifdef GLOB_HAS_GL_STATV to fix build.
+ - (dtucker) OpenBSD CVS Sync
+ - sthen@cvs.openbsd.org 2010/10/23 22:06:12
+ [sftp.c]
+ escape '[' in filename tab-completion; fix a type while there.
+ ok djm@
20101021
- OpenBSD CVS Sync