version bump

This commit is contained in:
mom040267 2014-11-07 08:05:56 +00:00
parent 5ebdc93adc
commit 3c1c842059
5 changed files with 10 additions and 4 deletions

View File

@ -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
View File

@ -105,7 +105,7 @@
==================================================================
nope
1) uclient program upgrade to a full solution.
==================================================================

View File

@ -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

View File

@ -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>

View File

@ -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 "'"