version bump
This commit is contained in:
parent
76e358d477
commit
d5121987ba
@ -1,3 +1,7 @@
|
||||
06/25/2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
Version 4.0.1.4 'Severard':
|
||||
- c++11 compilation warnings fixed.
|
||||
|
||||
06/13/2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
Version 4.0.1.3 'Severard':
|
||||
- Redis DB connection status fixed (Issue 129).
|
||||
|
||||
@ -425,7 +425,9 @@ Options with required values:
|
||||
definite log file name.
|
||||
The special names are "stdout" and "-" - they will force everything
|
||||
to the stdout. Also, "syslog" name will redirect everything into
|
||||
the system log (syslog), as if the option "--syslog" was set.
|
||||
the system log (syslog), as if the option "--syslog" was set.
|
||||
In the runtime, the logfile can be reset with the SIGHUP signal
|
||||
to the turnserver process.
|
||||
|
||||
--alternate-server Option to set the "redirection" mode. The value of this option
|
||||
will be the address of the alternate server for UDP & TCP service in form of
|
||||
|
||||
@ -421,7 +421,9 @@
|
||||
# With this option you can set the definite log file name.
|
||||
# The special names are "stdout" and "-" - they will force everything
|
||||
# to the stdout. Also, the "syslog" name will force everything to
|
||||
# the system log (syslog).
|
||||
# the system log (syslog).
|
||||
# In the runtime, the logfile can be reset with the SIGHUP signal
|
||||
# to the turnserver process.
|
||||
#
|
||||
#log-file=/var/tmp/turn.log
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Text automatically generated by txt2man
|
||||
.TH TURN 1 "29 May 2014" "" ""
|
||||
.TH TURN 1 "25 June 2014" "" ""
|
||||
.SH GENERAL INFORMATION
|
||||
|
||||
\fIturnadmin\fP is a TURN administration tool. This tool can be used to manage
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Text automatically generated by txt2man
|
||||
.TH TURN 1 "29 May 2014" "" ""
|
||||
.TH TURN 1 "25 June 2014" "" ""
|
||||
.SH GENERAL INFORMATION
|
||||
|
||||
The \fBTURN Server\fP project contains the source code of a TURN server and TURN client
|
||||
@ -625,7 +625,9 @@ first that file will be used). With this option you can set the
|
||||
definite log file name.
|
||||
The special names are "stdout" and "\-" \- they will force everything
|
||||
to the stdout. Also, "syslog" name will redirect everything into
|
||||
the system log (syslog), as if the option "\fB\-\-syslog\fP" was set.
|
||||
the system log (syslog), as if the option "\fB\-\-syslog\fP" was set.
|
||||
In the runtime, the logfile can be reset with the SIGHUP signal
|
||||
to the \fIturnserver\fP process.
|
||||
.TP
|
||||
.B
|
||||
\fB\-\-alternate\-server\fP
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
.\" Text automatically generated by txt2man
|
||||
.TH TURN 1 "29 May 2014" "" ""
|
||||
.TH TURN 1 "25 June 2014" "" ""
|
||||
.SH GENERAL INFORMATION
|
||||
|
||||
A set of turnutils_* programs provides some utility functionality to be used
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
# Common settings script.
|
||||
|
||||
TURNVERSION=4.0.1.3
|
||||
TURNVERSION=4.0.1.4
|
||||
BUILDDIR=~/rpmbuild
|
||||
ARCH=`uname -p`
|
||||
TURNSERVER_SVN_URL=http://coturn.googlecode.com/svn
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: turnserver
|
||||
Version: 4.0.1.3
|
||||
Version: 4.0.1.4
|
||||
Release: 0%{dist}
|
||||
Summary: Coturn TURN Server
|
||||
|
||||
@ -289,6 +289,8 @@ fi
|
||||
%{_includedir}/turn/client/TurnMsgLib.h
|
||||
|
||||
%changelog
|
||||
* Wed Jun 25 2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
- Sync to 4.0.1.4
|
||||
* Fri Jun 13 2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
- Sync to 4.0.1.3
|
||||
* Fri Jun 06 2014 Oleg Moskalenko <mom040267@gmail.com>
|
||||
|
||||
@ -31,7 +31,7 @@
|
||||
#ifndef __IOADEFS__
|
||||
#define __IOADEFS__
|
||||
|
||||
#define TURN_SERVER_VERSION "4.0.1.3"
|
||||
#define TURN_SERVER_VERSION "4.0.1.4"
|
||||
#define TURN_SERVER_VERSION_NAME "Severard"
|
||||
#define TURN_SOFTWARE "Coturn-" TURN_SERVER_VERSION " '" TURN_SERVER_VERSION_NAME "'"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user