summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-01-17 15:23:01 +1100
committerDamien Miller <djm@mindrot.org>2000-01-17 15:23:01 +1100
commit19fe9c7fd8e4a0e68f943f86b8164683fe327479 (patch)
tree404c99566de33d2cce89003b8a9bd766cb0eccb2 /ChangeLog
parente219273f93fe94aa188591803be5b9a71afc338a (diff)
- Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cd8348ff..5ea5c0188 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,9 +6,11 @@
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 7 - Fixed X11 forwarding bug on Linux. libc advertises AF_INET6
8 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to 8 INADDR_ANY_INIT addresses via getaddrinfo, but may not be able to
9 deliver (no IPv6 kernel kernel support) 9 deliver (no IPv6 kernel support)
10 - Released 1.2.1pre27 10 - Released 1.2.1pre27
11 11
12 - Fix rresvport_af failure errors (logic error in bsd-bindresvport.c)
13
1220000116 1420000116
13 - Renamed --with-xauth-path to --with-xauth 15 - Renamed --with-xauth-path to --with-xauth
14 - Added --with-pid-dir option 16 - Added --with-pid-dir option