mirror of
https://github.com/coturn/coturn.git
synced 2025-05-14 09:36:49 +08:00
typo fixed
This commit is contained in:
parent
ec0472bfde
commit
b0c6428aef
@ -1,5 +1,5 @@
|
||||
12/13/2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
Version 4.3.2.1 'Tolomei':
|
||||
12/14/2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
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 <mom040267@gmail.com>
|
||||
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 <mom040267@gmail.com>
|
||||
Version 1.8.5.1 'Black Dow':
|
||||
|
10
INSTALL
10
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:
|
||||
|
@ -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.
|
||||
|
||||
=================================
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
=================================
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 <mom040267@gmail.com>
|
||||
- Sync to 4.3.2.1
|
||||
* Sun Dec 14 2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
- Sync to 4.3.2.2
|
||||
* Sat Nov 29 2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
- Sync to 4.3.1.3
|
||||
* Mon Nov 23 2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
|
@ -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 "'"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user