diff --git a/ChangeLog b/ChangeLog index d98211350..b0d4732da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +12/11/2017 Oleg Moskalenko +Version 4.5.0.8 'dan Eider': + - Spelling fixes. + 12/10/2017 Oleg Moskalenko Version 4.5.0.7 'dan Eider': - Misc security improvements. diff --git a/README.turnutils b/README.turnutils index 76f9c8a16..d995f9ad5 100644 --- a/README.turnutils +++ b/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 diff --git a/man/man1/turnadmin.1 b/man/man1/turnadmin.1 index 9ffb8a08d..491df5b82 100644 --- a/man/man1/turnadmin.1 +++ b/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 diff --git a/man/man1/turnserver.1 b/man/man1/turnserver.1 index 70258b145..3f31386d3 100644 --- a/man/man1/turnserver.1 +++ b/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 diff --git a/man/man1/turnutils.1 b/man/man1/turnutils.1 index fc9c9ec02..c596a635b 100644 --- a/man/man1/turnutils.1 +++ b/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 diff --git a/src/apps/natdiscovery/natdiscovery.c b/src/apps/natdiscovery/natdiscovery.c index a8080c23d..31bde9d48 100644 --- a/src/apps/natdiscovery/natdiscovery.c +++ b/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 { diff --git a/src/ns_turn_defs.h b/src/ns_turn_defs.h index 225968c51..5b50d9454 100644 --- a/src/ns_turn_defs.h +++ b/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 "'"