summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-01-17 11:23:39 +1100
committerDamien Miller <djm@mindrot.org>2001-01-17 11:23:39 +1100
commit01fa6380e815a37ac5ffcf03b04c93d7b52ce765 (patch)
tree0df13d53a7d014a83de9b35966bb65b0aaf4049a /ChangeLog
parent92e78f8c6424f0d466e1df673228870ef009105b (diff)
- (djm) Add --with-pam to RPM spec files
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49014534..f3edcd44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@
- (djm) Try to avoid adding -I/usr/include to CPPFLAGS during SSL tests. This
can cause weird segfaults errors on Solaris
- (djm) Avoid warning in PAM code by making read_passphrase arguments const
+ - (djm) Add --with-pam to RPM spec files
20010115
- (bal) sftp-server.c change to use chmod() if fchmod() does not exist.