summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-08 12:15:11 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-08 12:15:11 +1000
commit65914f1eb3e05694d64e540ff1bf3b8387795657 (patch)
tree61e17d100c726862711bef74ee37fefb3466bc81 /ChangeLog
parent80649c5fa6af0f6c8122f567c2c01b6aabfef07c (diff)
- (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE and
AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition separately before defining them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a0f1ad3d..4281613e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+20030808
+ - (dtucker) [openbsd-compat/fake-rfc2553.h] Older Linuxes have AI_PASSIVE and
+ AI_CANONNAME in netdb.h but not AI_NUMERICHOST, so check each definition
+ separately before defining them.
+
20030807
- (dtucker) [session.c] Have session_break_req not attempt to send a break
if TIOCSBRK and TIOCCBRK are not defined (eg Cygwin).
@@ -798,4 +803,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
-$Id: ChangeLog,v 1.2884 2003/08/07 06:28:16 dtucker Exp $
+$Id: ChangeLog,v 1.2885 2003/08/08 02:15:11 dtucker Exp $