version bump

This commit is contained in:
mom040267 2014-11-11 07:32:36 +00:00
parent 380cc7580f
commit 09228a356f
4 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,7 @@
11/10/2014 Oleg Moskalenko <mom040267@gmail.com>
Version 4.2.3.2 'Monza':
- TLS connection procedure improved in uclient test program.
11/07/2014 Oleg Moskalenko <mom040267@gmail.com>
Version 4.2.3.1 'Monza':
- Request re-transmission implemented in uclient test program.

View File

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

View File

@ -1,5 +1,5 @@
Name: turnserver
Version: 4.2.3.1
Version: 4.2.3.2
Release: 0%{dist}
Summary: Coturn TURN Server
@ -294,6 +294,8 @@ fi
%{_includedir}/turn/client/TurnMsgLib.h
%changelog
* Mon Nov 10 2014 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.2.3.2
* Thu Nov 07 2014 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.2.3.1
* Sun Oct 26 2014 Oleg Moskalenko <mom040267@gmail.com>

View File

@ -31,7 +31,7 @@
#ifndef __IOADEFS__
#define __IOADEFS__
#define TURN_SERVER_VERSION "4.2.3.1"
#define TURN_SERVER_VERSION "4.2.3.2"
#define TURN_SERVER_VERSION_NAME "Monza"
#define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"