Browse Source

version bump

mom040267 10 years ago
parent
commit
a92b7191a6
4 changed files with 9 additions and 3 deletions
  1. 4 0
      ChangeLog
  2. 1 1
      rpm/build.settings.sh
  3. 3 1
      rpm/turnserver.spec
  4. 1 1
      src/ns_turn_defs.h

+ 4 - 0
ChangeLog

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

+ 1 - 1
rpm/build.settings.sh

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

+ 3 - 1
rpm/turnserver.spec

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

+ 1 - 1
src/ns_turn_defs.h

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