summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-17 13:22:55 +1100
committerDamien Miller <djm@mindrot.org>2000-01-17 13:22:55 +1100
commite219273f93fe94aa188591803be5b9a71afc338a (patch)
treeff2eb0d70ee489d73b382d295ddc3b23d6d4846a /ChangeLog
parent95a29b13312eac762002c54fa5799567438b2f95 (diff)
- Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to deliver (no IPv6 kernel kernel support) - Released 1.2.1pre27
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3858b89d7..5cd8348ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
4 - Revert __snprintf -> snprintf aliasing. Apparently Solaris 4 - Revert __snprintf -> snprintf aliasing. Apparently Solaris
5 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org> 5 __snprintf isn't. Report from Theo de Raadt <theo@cvs.openbsd.org>
6 - Document location of Redhat PAM file in INSTALL. 6 - Document location of Redhat PAM file in INSTALL.
7 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
8 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
9 deliver (no IPv6 kernel kernel support)
10 - Released 1.2.1pre27
7 11
820000116 1220000116
9 - Renamed --with-xauth-path to --with-xauth 13 - Renamed --with-xauth-path to --with-xauth