mirror of
https://github.com/coturn/coturn.git
synced 2025-05-14 09:36:49 +08:00
version bump
This commit is contained in:
parent
5ebdc93adc
commit
3c1c842059
@ -1,3 +1,7 @@
|
||||
11/07/2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
Version 4.2.2.3 'Monza':
|
||||
- TLS connection procedure improved in uclient test program.
|
||||
|
||||
10/26/2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
Version 4.2.2.2 'Monza':
|
||||
- Black- and white- IP lists are divided per realm
|
||||
|
2
TODO
2
TODO
@ -105,7 +105,7 @@
|
||||
|
||||
==================================================================
|
||||
|
||||
nope
|
||||
1) uclient program upgrade to a full solution.
|
||||
|
||||
==================================================================
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# Common settings script.
|
||||
|
||||
TURNVERSION=4.2.2.2
|
||||
TURNVERSION=4.2.2.3
|
||||
BUILDDIR=~/rpmbuild
|
||||
ARCH=`uname -p`
|
||||
TURNSERVER_SVN_URL=http://coturn.googlecode.com/svn
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: turnserver
|
||||
Version: 4.2.2.2
|
||||
Version: 4.2.2.3
|
||||
Release: 0%{dist}
|
||||
Summary: Coturn TURN Server
|
||||
|
||||
@ -294,6 +294,8 @@ fi
|
||||
%{_includedir}/turn/client/TurnMsgLib.h
|
||||
|
||||
%changelog
|
||||
* Thu Nov 07 2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
- Sync to 4.2.2.3
|
||||
* Sun Oct 26 2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
- Sync to 4.2.2.2
|
||||
* Sun Oct 05 2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
|
@ -31,7 +31,7 @@
|
||||
#ifndef __IOADEFS__
|
||||
#define __IOADEFS__
|
||||
|
||||
#define TURN_SERVER_VERSION "4.2.2.2"
|
||||
#define TURN_SERVER_VERSION "4.2.2.3"
|
||||
#define TURN_SERVER_VERSION_NAME "Monza"
|
||||
#define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user