diff --git a/ChangeLog b/ChangeLog index b3ca86d7..8b07655c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -12/13/2014 Oleg Moskalenko -Version 4.3.2.1 'Tolomei': +12/14/2014 Oleg Moskalenko +Version 4.3.2.2 'Tolomei': - Redis read message queue bug fixed; - STUN/TURN ALPN supported (when compiled with OpenSSL 1.0.2+ ); - DTLS v1.2 supported (when compiled with OpenSSL 1.0.2+ ); @@ -565,7 +565,7 @@ Version 1.8.5.4 'Black Dow': 05/31/2013 Oleg Moskalenko Version 1.8.5.3 'Black Dow': - - REST API extra script example and docs extention. + - REST API extra script example and docs extension. 05/26/2013 Oleg Moskalenko Version 1.8.5.1 'Black Dow': diff --git a/INSTALL b/INSTALL index 6b6cdc23..dccc7f77 100644 --- a/INSTALL +++ b/INSTALL @@ -813,7 +813,7 @@ Fill in users, for example: $ bin/turnadmin -a -b "/var/db/turndb" -u gorst -r north.gov -p hero $ bin/turnadmin -a -b "/var/db/turndb" -u ninefingers -r north.gov -p youhavetoberealistic - Long-term credentials mechanism with SHA256 extention: + Long-term credentials mechanism with SHA256 extension: $ bin/turnadmin -a -b "/var/db/turndb" -u bethod -r north.gov -p king-of-north --sha256 Short-term credentials mechanism: @@ -937,7 +937,7 @@ Fill in users, for example: $ bin/turnadmin -a -e "host=localhost dbname=coturn user=turn password=turn" -u gorst -r north.gov -p hero $ bin/turnadmin -a -e "host=localhost dbname=coturn user=turn password=turn" -u ninefingers -r north.gov -p youhavetoberealistic - Long-term credentials mechanism with SHA256 extention: + Long-term credentials mechanism with SHA256 extension: $ bin/turnadmin -a -e "host=localhost dbname=coturn user=turn password=turn" -u bethod -r north.gov -p king-of-north --sha256 Short-term credentials mechanism: @@ -992,7 +992,7 @@ the root account. $ bin/turnadmin -a -M "host=localhost dbname=coturn user=turn password=turn" -u gorst -r north.gov -p hero $ bin/turnadmin -a -M "host=localhost dbname=coturn user=turn password=turn" -u ninefingers -r north.gov -p youhavetoberealistic - Long-term credentials mechanism with SHA256 extention: + Long-term credentials mechanism with SHA256 extension: $ bin/turnadmin -a -M "host=localhost dbname=coturn user=turn password=turn" -u bethod -r north.gov -p king-of-north --sha256 Short-term credentials mechanism: @@ -1035,7 +1035,7 @@ The MongoDB setup is well documented on their site http://docs.mongodb.org/manua Note: if your system has a "standard" plain vanilla UNIX "make" utility (that is not a GNU make) then you will have to use the GNU make to compile the Mongo driver, because the Mongo compilation process was written with -the "proprietary" GNU extentions. For example, in FreeBSD in will have to use +the "proprietary" GNU extensions. For example, in FreeBSD in will have to use "gmake" command. If the TURN server was compiled with MongoDB support (mongo-c-driver is the C client @@ -1121,7 +1121,7 @@ Redis TURN admin commands: $ bin/turnadmin -a -N "host=localhost dbname=2 user=turn password=turn" -u gorst -r north.gov -p hero $ bin/turnadmin -a -N "host=localhost dbname=2 user=turn password=turn" -u ninefingers -r north.gov -p youhavetoberealistic - Long-term credentials mechanism with SHA256 extention: + Long-term credentials mechanism with SHA256 extension: $ bin/turnadmin -a -N "host=localhost dbname=2 user=turn password=turn" -u bethod -r north.gov -p king-of-north --sha256 Short-term credentials mechanism: diff --git a/README.turnserver b/README.turnserver index 79de0d56..0c686290 100644 --- a/README.turnserver +++ b/README.turnserver @@ -787,7 +787,7 @@ The server supports ALPNs "stun.turn" and "stun.nat-discovery", when compiled with OpenSSL 1.0.2 or newer. If the server receives a TLS/DTLS ClientHello message that contains one or both of those ALPNs, then the server chooses the first stun.* label and sends it back (in the ServerHello) -in the ALPN extention field. If no stun.* label is found, then the server +in the ALPN extension field. If no stun.* label is found, then the server does not include the ALPN information into the ServerHello. ================================= diff --git a/man/man1/turnadmin.1 b/man/man1/turnadmin.1 index 36e92cfb..d14cdfa9 100644 --- a/man/man1/turnadmin.1 +++ b/man/man1/turnadmin.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "13 December 2014" "" "" +.TH TURN 1 "14 December 2014" "" "" .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 e60e14d8..2146995d 100644 --- a/man/man1/turnserver.1 +++ b/man/man1/turnserver.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "13 December 2014" "" "" +.TH TURN 1 "14 December 2014" "" "" .SH GENERAL INFORMATION The \fBTURN Server\fP project contains the source code of a TURN server and TURN client @@ -1041,7 +1041,7 @@ The server supports ALPNs "stun.turn" and "stun.nat\-discovery", when compiled with OpenSSL 1.0.2 or newer. If the server receives a TLS/DTLS ClientHello message that contains one or both of those ALPNs, then the server chooses the first stun.* label and sends it back (in the ServerHello) -in the ALPN extention field. If no stun.* label is found, then the server +in the ALPN extension field. If no stun.* label is found, then the server does not include the ALPN information into the ServerHello. .PP ================================= diff --git a/man/man1/turnutils.1 b/man/man1/turnutils.1 index b75d33d3..867fc9ca 100644 --- a/man/man1/turnutils.1 +++ b/man/man1/turnutils.1 @@ -1,5 +1,5 @@ .\" Text automatically generated by txt2man -.TH TURN 1 "13 December 2014" "" "" +.TH TURN 1 "14 December 2014" "" "" .SH GENERAL INFORMATION A set of turnutils_* programs provides some utility functionality to be used diff --git a/rpm/build.settings.sh b/rpm/build.settings.sh index 67acef40..096912ff 100755 --- a/rpm/build.settings.sh +++ b/rpm/build.settings.sh @@ -2,7 +2,7 @@ # Common settings script. -TURNVERSION=4.3.2.1 +TURNVERSION=4.3.2.2 BUILDDIR=~/rpmbuild ARCH=`uname -p` TURNSERVER_SVN_URL=http://coturn.googlecode.com/svn diff --git a/rpm/turnserver.spec b/rpm/turnserver.spec index 462bad42..3b26a4be 100644 --- a/rpm/turnserver.spec +++ b/rpm/turnserver.spec @@ -1,5 +1,5 @@ Name: turnserver -Version: 4.3.2.1 +Version: 4.3.2.2 Release: 0%{dist} Summary: Coturn TURN Server @@ -294,8 +294,8 @@ fi %{_includedir}/turn/client/TurnMsgLib.h %changelog -* Sat Dec 13 2014 Oleg Moskalenko - - Sync to 4.3.2.1 +* Sun Dec 14 2014 Oleg Moskalenko + - Sync to 4.3.2.2 * Sat Nov 29 2014 Oleg Moskalenko - Sync to 4.3.1.3 * Mon Nov 23 2014 Oleg Moskalenko diff --git a/src/ns_turn_defs.h b/src/ns_turn_defs.h index 6443a109..bceccf5d 100644 --- a/src/ns_turn_defs.h +++ b/src/ns_turn_defs.h @@ -31,7 +31,7 @@ #ifndef __IOADEFS__ #define __IOADEFS__ -#define TURN_SERVER_VERSION "4.3.2.1" +#define TURN_SERVER_VERSION "4.3.2.2" #define TURN_SERVER_VERSION_NAME "Tolomei" #define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"