mirror of
https://github.com/coturn/coturn.git
synced 2025-10-27 13:00:59 +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>
|
||||
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>
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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 "'"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user