diff --git a/CHANGELOG.md b/CHANGELOG.md index 29aded74..2d1f6124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ * Fix one directory per group * Add Stripchat tags thx to @winkru * Fix follow / unfollow for Stripchat thx to @winkru -* Fix: Loading the config failed with model URLs, which contained spaces +* Fix: Loading the config failed with model URLs, which contained spaces +* Fix recording size not properly being reported and transferred between + server and client 5.2.2 ======================== diff --git a/client/pom.xml b/client/pom.xml index 84a53779..d6db1183 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 5.2.2 + 5.2.3 ../master diff --git a/common/pom.xml b/common/pom.xml index c39f9a7a..6e5c16fb 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 5.2.2 + 5.2.3 ../master diff --git a/master/pom.xml b/master/pom.xml index 1cc79036..88479bec 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 5.2.2 + 5.2.3 ../common diff --git a/server/pom.xml b/server/pom.xml index aa583a37..add9d8a0 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 5.2.2 + 5.2.3 ../master