From ed26228d7b89f08ca176e432973f78dcfe446c67 Mon Sep 17 00:00:00 2001
From: 0xboobface <0xboobface@gmail.com>
Date: Sun, 12 Jul 2020 13:11:19 +0200
Subject: [PATCH] Increase version number to 3.8.2
---
CHANGELOG.md | 16 ++++++++++++++--
client/pom.xml | 2 +-
common/pom.xml | 2 +-
master/pom.xml | 2 +-
server/pom.xml | 2 +-
5 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffea0876..9d04f90d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+3.8.2
+========================
+* Fixed misconfiguration in global connection pool, which caused a lot of
+ threads to spawn while browsing in the thumbnail overviews
+* Improved memory handling for the thumbnail overviews. Thumbnail images were
+ not released, when a tab was switched. This caused a huge memory consumption,
+ if you opened a lot of different tabs.
+* Fixed a bug in MFC websocket client, which caused to spawn a bunch of
+ "keep-alive" threads, if there was a problem with the connection
+* Reworked the settings tab
+* Fire recording finished event, if a download from the server is finished
+
3.8.1
========================
* Fixed recent MFC error
@@ -10,7 +22,7 @@
* Models can be added by name in the web-interface
* Added a bandwidth monitor
* Added possibility to add notes to recordings
-* Added range slider to restrict the recording resolution in a range; e.g. 480p - 1080p
+* Added range slider to restrict the recording resolution in a range; e.g. 480p - 1080p
* Improved MFC SD downloads (much less blocking, I think)
3.7.3
@@ -26,7 +38,7 @@
3.7.1
========================
* Server now logs in on startup, if credentials are set
-* Show confirmation dialog on shutdown, if the are active downloads from the
+* Show confirmation dialog on shutdown, if the are active downloads from the
server
* Added setting to remove recordings after post-processing
* Added max resolution setting for the player (click on the gear!)
diff --git a/client/pom.xml b/client/pom.xml
index 76f36cf6..a26a2ed9 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 3.8.1
+ 3.8.2
../master
diff --git a/common/pom.xml b/common/pom.xml
index ac6c1fdd..779b1639 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 3.8.1
+ 3.8.2
../master
diff --git a/master/pom.xml b/master/pom.xml
index ebbb31be..f405a4a4 100644
--- a/master/pom.xml
+++ b/master/pom.xml
@@ -6,7 +6,7 @@
ctbrec
master
pom
- 3.8.1
+ 3.8.2
../common
diff --git a/server/pom.xml b/server/pom.xml
index 26cf509e..48d56be2 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 3.8.1
+ 3.8.2
../master