Skip to content

Commit

Permalink
version bumped up and some spelling errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mom040267 committed Dec 12, 2017
1 parent b324980 commit a921f0c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.turnutils
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/man1/turnadmin.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/man1/turnserver.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions man/man1/turnutils.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/apps/natdiscovery/natdiscovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/ns_turn_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 "'"

Expand Down

0 comments on commit a921f0c

Please sign in to comment.