mirror of
https://github.com/coturn/coturn.git
synced 2025-10-28 05:21:00 +01:00
version bump
This commit is contained in:
parent
341dbc3157
commit
fcd75b1ba9
@ -1,10 +1,10 @@
|
|||||||
4/9/2015 Oleg Moskalenko <mom040267@gmail.com>
|
5/29/2015 Oleg Moskalenko <mom040267@gmail.com>
|
||||||
Version 4.4.5.1 'Ardee West':
|
Version 4.4.5.2 'Ardee West':
|
||||||
- dual allocation adjusted according to the new TURN-bis draft;
|
- dual allocation adjusted according to the new TURN-bis draft;
|
||||||
- options sha256, sha384, sha512 retired as non-standard;
|
- options sha256, sha384, sha512 retired as non-standard;
|
||||||
- third-party authorization (oAuth) updated according to the
|
- third-party authorization (oAuth) updated according to the
|
||||||
version 14 of the draft;
|
version 14 of the draft;
|
||||||
- C++ fixes;
|
- C++ compilation fixes;
|
||||||
- cosmetic fixes;
|
- cosmetic fixes;
|
||||||
|
|
||||||
3/31/2015 Oleg Moskalenko <mom040267@gmail.com>
|
3/31/2015 Oleg Moskalenko <mom040267@gmail.com>
|
||||||
|
|||||||
@ -169,7 +169,7 @@
|
|||||||
#
|
#
|
||||||
#lt-cred-mech
|
#lt-cred-mech
|
||||||
|
|
||||||
# This option is opposite to lt-cred-mech or st-cred-mech.
|
# This option is opposite to lt-cred-mech.
|
||||||
# (TURN Server with no-auth option allows anonymous access).
|
# (TURN Server with no-auth option allows anonymous access).
|
||||||
# If neither option is defined, and no users are defined,
|
# If neither option is defined, and no users are defined,
|
||||||
# then no-auth is default. If at least one user is defined,
|
# then no-auth is default. If at least one user is defined,
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Common settings script.
|
# Common settings script.
|
||||||
|
|
||||||
TURNVERSION=4.4.5.1
|
TURNVERSION=4.4.5.2
|
||||||
BUILDDIR=~/rpmbuild
|
BUILDDIR=~/rpmbuild
|
||||||
ARCH=`uname -p`
|
ARCH=`uname -p`
|
||||||
TURNSERVER_SVN_URL=http://coturn.googlecode.com/svn
|
TURNSERVER_SVN_URL=http://coturn.googlecode.com/svn
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
Name: turnserver
|
Name: turnserver
|
||||||
Version: 4.4.5.1
|
Version: 4.4.5.2
|
||||||
Release: 0%{dist}
|
Release: 0%{dist}
|
||||||
Summary: Coturn TURN Server
|
Summary: Coturn TURN Server
|
||||||
|
|
||||||
@ -289,8 +289,8 @@ fi
|
|||||||
%{_includedir}/turn/client/TurnMsgLib.h
|
%{_includedir}/turn/client/TurnMsgLib.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Apr 09 2015 Oleg Moskalenko <mom040267@gmail.com>
|
* Wed May 29 2015 Oleg Moskalenko <mom040267@gmail.com>
|
||||||
- Sync to 4.4.5.1
|
- Sync to 4.4.5.2
|
||||||
* Tue Mar 31 2015 Oleg Moskalenko <mom040267@gmail.com>
|
* Tue Mar 31 2015 Oleg Moskalenko <mom040267@gmail.com>
|
||||||
- Sync to 4.4.4.2
|
- Sync to 4.4.4.2
|
||||||
* Sun Mar 15 2015 Oleg Moskalenko <mom040267@gmail.com>
|
* Sun Mar 15 2015 Oleg Moskalenko <mom040267@gmail.com>
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
#ifndef __IOADEFS__
|
#ifndef __IOADEFS__
|
||||||
#define __IOADEFS__
|
#define __IOADEFS__
|
||||||
|
|
||||||
#define TURN_SERVER_VERSION "4.4.5.1"
|
#define TURN_SERVER_VERSION "4.4.5.2"
|
||||||
#define TURN_SERVER_VERSION_NAME "Ardee West"
|
#define TURN_SERVER_VERSION_NAME "Ardee West"
|
||||||
#define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"
|
#define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user