1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-27 21:10:59 +01:00

version bump

This commit is contained in:
mom040267 2015-05-27 21:54:47 +00:00
parent 341dbc3157
commit fcd75b1ba9
5 changed files with 9 additions and 9 deletions

View File

@ -1,10 +1,10 @@
4/9/2015 Oleg Moskalenko <mom040267@gmail.com>
Version 4.4.5.1 'Ardee West':
5/29/2015 Oleg Moskalenko <mom040267@gmail.com>
Version 4.4.5.2 'Ardee West':
- dual allocation adjusted according to the new TURN-bis draft;
- options sha256, sha384, sha512 retired as non-standard;
- third-party authorization (oAuth) updated according to the
version 14 of the draft;
- C++ fixes;
- C++ compilation fixes;
- cosmetic fixes;
3/31/2015 Oleg Moskalenko <mom040267@gmail.com>

View File

@ -169,7 +169,7 @@
#
#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).
# If neither option is defined, and no users are defined,
# then no-auth is default. If at least one user is defined,

View File

@ -2,7 +2,7 @@
# Common settings script.
TURNVERSION=4.4.5.1
TURNVERSION=4.4.5.2
BUILDDIR=~/rpmbuild
ARCH=`uname -p`
TURNSERVER_SVN_URL=http://coturn.googlecode.com/svn

View File

@ -1,5 +1,5 @@
Name: turnserver
Version: 4.4.5.1
Version: 4.4.5.2
Release: 0%{dist}
Summary: Coturn TURN Server
@ -289,8 +289,8 @@ fi
%{_includedir}/turn/client/TurnMsgLib.h
%changelog
* Thu Apr 09 2015 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.4.5.1
* Wed May 29 2015 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.4.5.2
* Tue Mar 31 2015 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.4.4.2
* Sun Mar 15 2015 Oleg Moskalenko <mom040267@gmail.com>

View File

@ -31,7 +31,7 @@
#ifndef __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_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"