@@ -1,3 +1,7 @@
+11/10/2014 Oleg Moskalenko <[email protected]>
+Version 4.2.3.2 'Monza':
+ - TLS connection procedure improved in uclient test program.
+
11/07/2014 Oleg Moskalenko <[email protected]>
Version 4.2.3.1 'Monza':
- Request re-transmission implemented in uclient test program.
@@ -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
@@ -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 <[email protected]>
+ - Sync to 4.2.3.2
* Thu Nov 07 2014 Oleg Moskalenko <[email protected]>
- Sync to 4.2.3.1
* Sun Oct 26 2014 Oleg Moskalenko <[email protected]>
@@ -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 "'"