summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f61670097..d274fc4ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
3 - dtucker@cvs.openbsd.org 2014/01/17 06:23:24 3 - dtucker@cvs.openbsd.org 2014/01/17 06:23:24
4 [sftp-server.c] 4 [sftp-server.c]
5 fix log message statvfs. ok djm 5 fix log message statvfs. ok djm
6 - dtucker@cvs.openbsd.org 2014/01/18 09:36:26
7 [session.c]
8 explicitly define USE_PIPES to 1 to prevent redefinition warnings in
9 portable on platforms that use pipes for everything.
6 10
720140118 1120140118
8 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch 12 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch