diff --git a/CHANGELOG.md b/CHANGELOG.md index e87b0f62..08ab3e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +5.1.2 +======================== +* !! See also the changes in 5.1.1, if you update from 5.1.0 +* Fix unwanted delay between recordings if the recording is split by time or + size +* Implement file system monitoring to monitor the size of recordings +* Fix bug in search popup, which caused the results to be glitched +* Fix bug in Streamate causing many requests to the search + 5.1.1 ======================== * Fixed StripChat recordings, thanks to @WinkRU for figuring it out diff --git a/client/pom.xml b/client/pom.xml index e8fdae2b..afc70528 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 5.1.1 + 5.1.2 ../master diff --git a/common/pom.xml b/common/pom.xml index 4a8e5d42..5aaad1ce 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 5.1.1 + 5.1.2 ../master diff --git a/master/pom.xml b/master/pom.xml index ce11570d..7ed337c0 100644 --- a/master/pom.xml +++ b/master/pom.xml @@ -6,7 +6,7 @@ ctbrec master pom - 5.1.1 + 5.1.2 ../common diff --git a/server/pom.xml b/server/pom.xml index e2a2def7..05e1f38a 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -8,7 +8,7 @@ ctbrec master - 5.1.1 + 5.1.2 ../master