From 799ef77f384b92764588871d91adf1a200b7eaa9 Mon Sep 17 00:00:00 2001
From: 0xb00bface <0xboobface@gmail.com>
Date: Fri, 16 Jun 2023 18:47:53 +0200
Subject: [PATCH] Set version to 5.1.1
---
CHANGELOG.md | 12 ++++++++++++
client/pom.xml | 2 +-
common/pom.xml | 2 +-
master/pom.xml | 2 +-
server/pom.xml | 2 +-
5 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13aecc68..e87b0f62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+5.1.1
+========================
+* Fixed StripChat recordings, thanks to @WinkRU for figuring it out
+* Fixed bug, which caused all model user names with their display name.
+ This is a bad one and probably the cause, that many models are not being
+ detected as online or that the recordings don't start.
+ If possible, delete the 5.1.0 configuration and let ctbrec migrate an
+ old configuration again.
+ Alternatively you can delete the models and re-add them to fix their
+ user names, but this will reset the timestamps in the columns "last seen",
+ "last recorded" and "added at"
+
5.1.0
========================
* Partially fixed LiveJasmin recordings. They only worked, if manually started
diff --git a/client/pom.xml b/client/pom.xml
index ef87620c..e8fdae2b 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 5.1.0
+ 5.1.1
../master
diff --git a/common/pom.xml b/common/pom.xml
index 911ad8de..4a8e5d42 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 5.1.0
+ 5.1.1
../master
diff --git a/master/pom.xml b/master/pom.xml
index 65e70d43..ce11570d 100644
--- a/master/pom.xml
+++ b/master/pom.xml
@@ -6,7 +6,7 @@
ctbrec
master
pom
- 5.1.0
+ 5.1.1
../common
diff --git a/server/pom.xml b/server/pom.xml
index a144bae8..e2a2def7 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 5.1.0
+ 5.1.1
../master