mom040267 il y a 10 ans
Parent
commit
fcd75b1ba9
5 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. 3 3
      ChangeLog
  2. 1 1
      examples/etc/turnserver.conf
  3. 1 1
      rpm/build.settings.sh
  4. 3 3
      rpm/turnserver.spec
  5. 1 1
      src/ns_turn_defs.h

+ 3 - 3
ChangeLog

@@ -1,10 +1,10 @@
-4/9/2015 Oleg Moskalenko <[email protected]>
-Version 4.4.5.1 'Ardee West':
+5/29/2015 Oleg Moskalenko <[email protected]>
+Version 4.4.5.2 'Ardee West':
 	- dual allocation adjusted according to the new TURN-bis draft;
 	- options sha256, sha384, sha512 retired as non-standard;
 	- third-party authorization (oAuth) updated according to the
 	version 14 of the draft;
-	- C++ fixes;
+	- C++ compilation fixes;
 	- cosmetic fixes;
 
 3/31/2015 Oleg Moskalenko <[email protected]>

+ 1 - 1
examples/etc/turnserver.conf

@@ -169,7 +169,7 @@
 #
 #lt-cred-mech
 
-# This option is opposite to lt-cred-mech or st-cred-mech. 
+# This option is opposite to lt-cred-mech. 
 # (TURN Server with no-auth option allows anonymous access).
 # If neither option is defined, and no users are defined,
 # then no-auth is default. If at least one user is defined, 

+ 1 - 1
rpm/build.settings.sh

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

+ 3 - 3
rpm/turnserver.spec

@@ -1,5 +1,5 @@
 Name:		turnserver
-Version:	4.4.5.1
+Version:	4.4.5.2
 Release:	0%{dist}
 Summary:	Coturn TURN Server
 
@@ -289,8 +289,8 @@ fi
 %{_includedir}/turn/client/TurnMsgLib.h
 
 %changelog
-* Thu Apr 09 2015 Oleg Moskalenko <[email protected]>
-  - Sync to 4.4.5.1
+* Wed May 29 2015 Oleg Moskalenko <[email protected]>
+  - Sync to 4.4.5.2
 * Tue Mar 31 2015 Oleg Moskalenko <[email protected]>
   - Sync to 4.4.4.2
 * Sun Mar 15 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.5.1"
+#define TURN_SERVER_VERSION "4.4.5.2"
 #define TURN_SERVER_VERSION_NAME "Ardee West"
 #define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"