Skip to content

Commit

Permalink
bumping up the release version
Browse files Browse the repository at this point in the history
  • Loading branch information
misi committed Sep 27, 2018
1 parent d550dd2 commit 5d88f82
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
16 changes: 10 additions & 6 deletions ChangeLog
@@ -1,18 +1,21 @@
12/11/2017 Oleg Moskalenko <mom040267@gmail.com>
27/09/2018 Oleg Moskalenko <mom040267@gmail.com> Mihály Mészáros <misi@majd.eu>
Version 4.5.0.9 'dan Eider':

27/09/2018 Oleg Moskalenko <mom040267@gmail.com> Mihály Mészáros <misi@majd.eu>
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
Expand All @@ -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 <mom040267@gmail.com>
Version 4.5.0.7 'dan Eider':
Expand Down
2 changes: 1 addition & 1 deletion rpm/build.settings.sh
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion 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

Expand Down Expand Up @@ -295,6 +295,8 @@ fi
%{_includedir}/turn/client/TurnMsgLib.h

%changelog
* Thu Sep 27 2018 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.5.0.8
* Sun Dec 10 2017 Oleg Moskalenko <mom040267@gmail.com>
- Sync to 4.5.0.7
* Mon Oct 17 2016 Oleg Moskalenko <mom040267@gmail.com>
Expand Down

0 comments on commit 5d88f82

Please sign in to comment.