Selaa lähdekoodia

bumping up the release version

Mészáros Mihály 7 vuotta sitten
vanhempi
sitoutus
5d88f8275d
3 muutettua tiedostoa jossa 14 lisäystä ja 8 poistoa
  1. 10 6
      ChangeLog
  2. 1 1
      rpm/build.settings.sh
  3. 3 1
      rpm/turnserver.spec

+ 10 - 6
ChangeLog

@@ -1,18 +1,21 @@
-12/11/2017 Oleg Moskalenko <[email protected]>
+27/09/2018 Oleg Moskalenko <[email protected]> Mihály Mészáros <[email protected]>
+Version 4.5.0.9 'dan Eider':
+
+27/09/2018 Oleg Moskalenko <[email protected]> Mihály Mészáros <[email protected]>
 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 <[email protected]>
 Version 4.5.0.7 'dan Eider':

+ 1 - 1
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

+ 3 - 1
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 <[email protected]>
+  - Sync to 4.5.0.8
 * Sun Dec 10 2017 Oleg Moskalenko <[email protected]>
   - Sync to 4.5.0.7
 * Mon Oct 17 2016 Oleg Moskalenko <[email protected]>