diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -77,6 +77,9 @@ | |||
77 | [regress/sftp-glob.sh regress/test-exec.sh] | 77 | [regress/sftp-glob.sh regress/test-exec.sh] |
78 | remove "echo -E" crap that I added in last commit and use printf(1) for | 78 | remove "echo -E" crap that I added in last commit and use printf(1) for |
79 | cases where we strictly require echo not to reprocess escape characters. | 79 | cases where we strictly require echo not to reprocess escape characters. |
80 | - (djm) [regress/sftp-cmds.sh] | ||
81 | Use more restrictive glob to pick up test files from /bin - some platforms | ||
82 | ship broken symlinks there which could spoil the test. | ||
80 | 83 | ||
81 | 20070927 | 84 | 20070927 |
82 | - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if | 85 | - (dtucker) [configure.ac atomicio.c] Fall back to including <sys/poll.h> if |
@@ -3348,4 +3351,4 @@ | |||
3348 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3351 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3349 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3352 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3350 | 3353 | ||
3351 | $Id: ChangeLog,v 1.4777 2007/10/26 05:35:54 djm Exp $ | 3354 | $Id: ChangeLog,v 1.4778 2007/10/26 05:37:50 djm Exp $ |