diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c30f51f..89008b8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ 4.7.5 ======================== * Add setting to show the number of active recordings in the tray +* Add a timeout of 2 seconds for each online check to make sure the online + check doesn't get blocked somehow +* Increase log level for the online check 4.7.4 ======================== diff --git a/client/pom.xml b/client/pom.xml index 0d644ad3..10ad1a52 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.7.4 + 4.7.5 ../master diff --git a/common/pom.xml b/common/pom.xml index 45f2acfc..28d77aa6 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.7.4 + 4.7.5 ../master diff --git a/master/pom.xml b/master/pom.xml index 18b66fc3..c513c7f4 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 4.7.4 + 4.7.5 ../common diff --git a/server/pom.xml b/server/pom.xml index 6015e567..5c70c2b0 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 4.7.4 + 4.7.5 ../master