summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-13 13:30:28 +1100
committerDamien Miller <djm@mindrot.org>1999-11-13 13:30:28 +1100
commitb0284386683cb71070da6afdaa6504b309f1d871 (patch)
tree1f16c595d0b469abdc9d4640158e9de01758197b /ChangeLog
parentd46202f0d19b18b4537804e3510e561d6a125a0d (diff)
updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 14fdfa10..242b29d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+19991113
+ - Don't install config files if they already exist
+ - Fix inclusion of additional preprocessor directives from acconfig.h
+ - Removed redundant inclusions of config.h
+ - Added 'Obseletes' lines to RPM spec file
+ - Merged OpenBSD CVS changes:
+ - [bufaux.c] save a view malloc/memcpy/memset/free's, ok niels
+ - [scp.c] fix overflow reported by damien@ibs.com.au: off_t
+ totalsize, ok niels,aaron
+ - Delay fork (-f option) in ssh until after port forwarded connections
+ have been initialised. Patch from Jani Hakala <jahakala@cc.jyu.fi>
+
19991112
- Merged changes from OpenBSD CVS
- [sshd.c] session_key_int may be zero