diff --git a/ChangeLog b/ChangeLog index 8f52ba6..e338c4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 8/26/2015 Oleg Moskalenko Version 4.4.5.5 'Ardee West': - STUN attributes conflict resolution. + - SIGHUP handler fixed. 7/18/2015 Oleg Moskalenko Version 4.4.5.4 'Ardee West': diff --git a/README.turnserver b/README.turnserver index 3b2bf8c..88a9b56 100644 --- a/README.turnserver +++ b/README.turnserver @@ -181,7 +181,7 @@ Flags: The actual value of the secret is defined either by option static-auth-secret, or can be found in the turn_secret table in the database. ---oauth Support oAuth authentication, as in the third-party TURN specs document. +--oauth Support oAuth authentication, as in the third-party STUN/TURN RFC 7635. --dh566 Use 566 bits predefined DH TLS key. Default size of the key is 1066. diff --git a/man/man1/turnadmin.1 b/man/man1/turnadmin.1 index c178c73..0502b22 100644 --- a/man/man1/turnadmin.1 +++ b/man/man1/turnadmin.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "19 July 2015" "" "" +.TH TURN 1 "01 September 2015" "" "" .SH GENERAL INFORMATION \fIturnadmin\fP is a TURN administration tool. This tool can be used to manage diff --git a/man/man1/turnserver.1 b/man/man1/turnserver.1 index ed07604..990b0bc 100644 --- a/man/man1/turnserver.1 +++ b/man/man1/turnserver.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "19 July 2015" "" "" +.TH TURN 1 "01 September 2015" "" "" .SH GENERAL INFORMATION The \fBTURN Server\fP project contains the source code of a TURN server and TURN client @@ -265,7 +265,7 @@ or can be found in the turn_secret table in the database. .TP .B \fB\-\-oauth\fP -Support oAuth authentication, as in the third\-party TURN specs document. +Support oAuth authentication, as in the third\-party STUN/TURN RFC 7635. .TP .B \fB\-\-dh566\fP diff --git a/man/man1/turnutils.1 b/man/man1/turnutils.1 index 80bc36e..d6a550a 100644 --- a/man/man1/turnutils.1 +++ b/man/man1/turnutils.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "19 July 2015" "" "" +.TH TURN 1 "01 September 2015" "" "" .SH GENERAL INFORMATION A set of turnutils_* programs provides some utility functionality to be used