@@ -1,3 +1,7 @@
+2/25/2015 Oleg Moskalenko <[email protected]>
+Version 4.4.2.3 'Ardee West':
+ - bandwidth limitation fixes;
+
2/18/2015 Oleg Moskalenko <[email protected]>
Version 4.4.2.2 'Ardee West':
- admin_user table schema fixed;
@@ -2,7 +2,7 @@
# Common settings script.
-TURNVERSION=4.4.2.2
+TURNVERSION=4.4.2.3
BUILDDIR=~/rpmbuild
ARCH=`uname -p`
TURNSERVER_SVN_URL=http://coturn.googlecode.com/svn
@@ -1,5 +1,5 @@
Name: turnserver
-Version: 4.4.2.2
+Version: 4.4.2.3
Release: 0%{dist}
Summary: Coturn TURN Server
@@ -288,6 +288,8 @@ fi
%{_includedir}/turn/client/TurnMsgLib.h
%changelog
+* Wed Feb 25 2015 Oleg Moskalenko <[email protected]>
+ - Sync to 4.4.2.3
* Wed Feb 18 2015 Oleg Moskalenko <[email protected]>
- Sync to 4.4.2.2
* Tue Feb 3 2015 Oleg Moskalenko <[email protected]>
@@ -31,7 +31,7 @@
#ifndef __IOADEFS__
#define __IOADEFS__
-#define TURN_SERVER_VERSION "4.4.2.2"
+#define TURN_SERVER_VERSION "4.4.2.3"
#define TURN_SERVER_VERSION_NAME "Ardee West"
#define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"