From 5d88f8275df4fa27236cc219d526c9e09d89815c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Thu, 27 Sep 2018 22:27:30 +0200 Subject: [PATCH] bumping up the release version --- ChangeLog | 16 ++++++++++------ rpm/build.settings.sh | 2 +- rpm/turnserver.spec | 4 +++- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index eb0e387fd..8a5767b3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,18 +1,21 @@ -12/11/2017 Oleg Moskalenko +27/09/2018 Oleg Moskalenko Mihály Mészáros +Version 4.5.0.9 'dan Eider': + +27/09/2018 Oleg Moskalenko Mihály Mészáros Version 4.5.0.8 'dan Eider': - Travis CI integration - - hint with comment fallthrough to avoid warning + - to avoid warnings add compiler comment hint to fallthrough - reload-tls-certs PR#236 (by Arne Georg Gisnås Gleditsch) - - minor fixe PR#223 (by Pavel Kretov) + - minor fixes PR#223 (by Pavel Kretov) move rm Makefile to distclean list all phony targets - Fix typo PR#253 (by Orsiris de Jong) - - Fix WebRTC client IPv6 stuck connection. (issue #217) + - Fix stuck IPv6 connections. (issue #217) THX to damencho, vol4iniche - Spelling fixes. - Add a warning if --lt-cred-mech and --use-auth-secret both presents. - Revert "Add the realm parameter in the example config file (by Domenico)" - - Fix for Verbose config file option -v cli option overridea + - Fix for Verbose config file option -v cli option override - Add a Notice to config about realm default value is the domain name. - Update total allocation usage on client shutdown - Fix total and user quota mix-up @@ -24,8 +27,9 @@ Version 4.5.0.8 'dan Eider': - Fix --prod pointer bug - Fix auth server thread detach race (by weishuyin) - New Feature: Add -K --keep-address-family - Be aware if you enable it, then it breaks rfc6156 section-4.2 (default IPv4 family) + Be aware if you enable it, then it breaks rfc6156 section 4.2 (default IPv4 family fallback) - Fix dtls double free crash + - Fix compilation errors and warnings (by Oleg) 12/10/2017 Oleg Moskalenko Version 4.5.0.7 'dan Eider': diff --git a/rpm/build.settings.sh b/rpm/build.settings.sh index cf95b46ea..0ae0ad321 100755 --- a/rpm/build.settings.sh +++ b/rpm/build.settings.sh @@ -2,7 +2,7 @@ # Common settings script. -TURNVERSION=4.5.0.7 +TURNVERSION=4.5.0.8 BUILDDIR=~/rpmbuild ARCH=`uname -p` TURNSERVER_GIT_URL=https://github.com/coturn/coturn.git diff --git a/rpm/turnserver.spec b/rpm/turnserver.spec index 516b7934e..77a03ae1f 100644 --- a/rpm/turnserver.spec +++ b/rpm/turnserver.spec @@ -1,5 +1,5 @@ Name: turnserver -Version: 4.5.0.7 +Version: 4.5.0.8 Release: 0%{dist} Summary: Coturn TURN Server @@ -295,6 +295,8 @@ fi %{_includedir}/turn/client/TurnMsgLib.h %changelog +* Thu Sep 27 2018 Oleg Moskalenko + - Sync to 4.5.0.8 * Sun Dec 10 2017 Oleg Moskalenko - Sync to 4.5.0.7 * Mon Oct 17 2016 Oleg Moskalenko