From 5650494c2f378dd9366d4054d8627a69203f3358 Mon Sep 17 00:00:00 2001 From: 0xb00bface <0xboobface@gmail.com> Date: Sun, 10 Apr 2022 17:49:38 +0200 Subject: [PATCH] Set version to 4.7.5 --- CHANGELOG.md | 3 +++ client/pom.xml | 2 +- common/pom.xml | 2 +- master/pom.xml | 2 +- server/pom.xml | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) 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