summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-08-28 10:43:13 +1000
committerDamien Miller <djm@mindrot.org>2009-08-28 10:43:13 +1000
commit0e26551f7fa8371ef067dec63ff46918bf87ad8d (patch)
tree05e439acb66ddc0fa1022b5e6e1f53b9077c016b /ChangeLog
parent8aac993af6423f0989e4c5fd39acaf9e20a68f0b (diff)
- (djm) [sftp-server.c] bz#1535: accept ENOSYS as a fallback error when
attempting atomic rename(); ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 461f7c888..be206a44a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
4 - (djm) [sshd_config.5] downgrade mention of login.conf to be an example 4 - (djm) [sshd_config.5] downgrade mention of login.conf to be an example
5 and mention PAM as another provider for ChallengeResponseAuthentication; 5 and mention PAM as another provider for ChallengeResponseAuthentication;
6 bz#1408; ok dtucker@ 6 bz#1408; ok dtucker@
7 - (djm) [sftp-server.c] bz#1535: accept ENOSYS as a fallback error when
8 attempting atomic rename(); ok dtucker@
7 9
820090820 1020090820
9 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not 11 - (dtucker) [includes.h] Bug #1634: do not include system glob.h if we're not