summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e24f73274..89bfa66a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@
12 the pty master on Solaris, since it never succeeds and can hang if large 12 the pty master on Solaris, since it never succeeds and can hang if large
13 amounts of data is sent to the slave (eg a copy-paste). Based on a patch 13 amounts of data is sent to the slave (eg a copy-paste). Based on a patch
14 originally from Doke Scott, ok djm@ 14 originally from Doke Scott, ok djm@
15 - (dtucker) [clientloop.c configure.ac defines.h] Make the client's IO buffer
16 size a compile-time option and set it to 64k on Cygwin, since Corinna
17 reports that it makes a significant difference to performance. ok djm@
15 18
1620090820 1920090820
17 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not 20 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not