浏览代码

version bumped up and some spelling errors fixed

Oleg Moskalenko 7 年之前
父节点
当前提交
a921f0ccc4
共有 7 个文件被更改,包括 12 次插入8 次删除
  1. 4 0
      ChangeLog
  2. 1 1
      README.turnutils
  3. 1 1
      man/man1/turnadmin.1
  4. 1 1
      man/man1/turnserver.1
  5. 2 2
      man/man1/turnutils.1
  6. 2 2
      src/apps/natdiscovery/natdiscovery.c
  7. 1 1
      src/ns_turn_defs.h

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+12/11/2017 Oleg Moskalenko <[email protected]>
+Version 4.5.0.8 'dan Eider':
+	- Spelling fixes.
+	
 12/10/2017 Oleg Moskalenko <[email protected]>
 Version 4.5.0.7 'dan Eider':
 	- Misc security improvements.

+ 1 - 1
README.turnutils

@@ -314,7 +314,7 @@ $ turnutils_oauth [options]
 
 turnutils_oauth utilitiy provides help in OAuth access_token encryption and/or 
 decryption with AEAD (Atuthenticated Encryption with Associated Data). It helps 
-for an Auth Server in access_token creation, and also for debuging purposes it 
+for an Auth Server in access_token creation, and also for debugging purposes it 
 helps the access_token validation and decryption. This utility inputs all the 
 keys and lifetimes and any related information that are needed for encryption 
 or decryption of an access_token. It outputs a JSON with all OAuth PoP 

+ 1 - 1
man/man1/turnadmin.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "29 September 2017" "" ""
+.TH TURN 1 "11 December 2017" "" ""
 .SH GENERAL INFORMATION
 
 \fIturnadmin\fP is a TURN administration tool. This tool can be used to manage 

+ 1 - 1
man/man1/turnserver.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "29 September 2017" "" ""
+.TH TURN 1 "11 December 2017" "" ""
 .SH GENERAL INFORMATION
 
 The \fBTURN Server\fP project contains the source code of a TURN server and TURN client 

+ 2 - 2
man/man1/turnutils.1

@@ -1,5 +1,5 @@
 .\" Text automatically generated by txt2man
-.TH TURN 1 "29 September 2017" "" ""
+.TH TURN 1 "11 December 2017" "" ""
 .SH GENERAL INFORMATION
 
 A set of turnutils_* programs provides some utility functionality to be used
@@ -482,7 +482,7 @@ $ \fIturnutils_oauth\fP [\fIoptions\fP]
 
 \fIturnutils_oauth\fP utilitiy provides help in OAuth access_token encryption and/or 
 decryption with AEAD (Atuthenticated Encryption with Associated Data). It helps 
-for an Auth Server in access_token creation, and also for debuging purposes it 
+for an Auth Server in access_token creation, and also for debugging purposes it 
 helps the access_token validation and decryption. This utility inputs all the 
 keys and lifetimes and any related information that are needed for encryption 
 or decryption of an access_token. It outputs a JSON with all OAuth PoP 

+ 2 - 2
src/apps/natdiscovery/natdiscovery.c

@@ -246,7 +246,7 @@ static int stunclient_receive(int sockfd, ioa_addr *local_addr, ioa_addr *reflex
 					printf("The response is an error %d (%s)\n", err_code, reason.c_str());
 				}
 			} else {
-				printf("The response is not a reponse message\n");
+				printf("The response is not a response message\n");
 			}
 		} catch(...) {
 			turn::StunMsgRequest msg(buf.buf, sizeof(buf.buf), (size_t)buf.len, true);
@@ -474,7 +474,7 @@ static int stunclient_receive(stun_buffer *buf, int sockfd, ioa_addr *local_addr
 			} else if (stun_is_request(buf)) {
 				printf("Received a request (maybe a successful hairpinning)\n");
 			} else {
-				printf("The response is not a reponse message\n");
+				printf("The response is not a response message\n");
 				ret=1;
 			}
 		} else {

+ 1 - 1
src/ns_turn_defs.h

@@ -31,7 +31,7 @@
 #ifndef __IOADEFS__
 #define __IOADEFS__
 
-#define TURN_SERVER_VERSION "4.5.0.7"
+#define TURN_SERVER_VERSION "4.5.0.8"
 #define TURN_SERVER_VERSION_NAME "dan Eider"
 #define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"