
8 Feb
2014
8 Feb
'14
9:18 p.m.
commit cf4efaa007fc6046ad4d792ee2732506f274d44b Author: David Fifield <david@bamsoftware.com> Date: Sat Feb 8 13:18:24 2014 -0800 ChangeLog for format_addr fix. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index da1190e..d2fa30d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ o Allowed the --port-forwarding option to work when the remote port number is given as 0. + o Fixed registration on Mac OS X when the REMOTE address had an empty + host part. A specification of ":9000", for example, would try to + register "[]:9000". + Changes in version 1.5 o Add manpages for the facilitator and nodejs proxy, automatically generated by help2man.