summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--regress/README.regress6
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ca9f92983..b3ab3d19d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120040817
2 - (dtucker) [regress/README.regress] Note compatibility issues with GNU head.
3
120040816 420040816
2 - (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-root 5 - (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-root
3 to convince Solaris PAM to honour password complexity rules. ok djm@ 6 to convince Solaris PAM to honour password complexity rules. ok djm@
@@ -1645,4 +1648,4 @@
1645 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 1648 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
1646 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 1649 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
1647 1650
1648$Id: ChangeLog,v 1.3513 2004/08/16 13:12:05 dtucker Exp $ 1651$Id: ChangeLog,v 1.3514 2004/08/17 12:31:32 dtucker Exp $
diff --git a/regress/README.regress b/regress/README.regress
index 1c30be330..0c07c9cf1 100644
--- a/regress/README.regress
+++ b/regress/README.regress
@@ -97,4 +97,8 @@ Known Issues.
97 unless ssh-rand-helper is in pre-installed (the path to 97 unless ssh-rand-helper is in pre-installed (the path to
98 ssh-rand-helper is hard coded). 98 ssh-rand-helper is hard coded).
99 99
100$Id: README.regress,v 1.8 2004/07/21 10:44:06 djm Exp $ 100- Recent GNU coreutils deprecate "head -[n]": this will cause the yes-head
101 test to fail. The old behaviour can be restored by setting (and
102 exporting) _POSIX2_VERSION=199209 before running the tests.
103
104$Id: README.regress,v 1.9 2004/08/17 12:31:33 dtucker Exp $