From 52a354d609ac3cd6edc8cb28f24e2deacb27a76f Mon Sep 17 00:00:00 2001 From: Denis Spitsyn Date: Tue, 14 Feb 2023 14:09:48 +0500 Subject: [PATCH] Changelog/v7.3.2 (#2109) * Add changelog * Fix spellcheck * Remove invalid character * Fix markdown list * Remove unnecessary word * Fix more --- .aspell.en.pws | 4 ++++ CHANGELOG.md | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/.aspell.en.pws b/.aspell.en.pws index 0bb71fa23..db7f4279b 100644 --- a/.aspell.en.pws +++ b/.aspell.en.pws @@ -155,6 +155,7 @@ Docx DOCX DOCXF DOTX +double downloadAs dPc DPRODUCT @@ -279,6 +280,7 @@ insertImage integrations INTL INV +io iOS iPadOS ipfilter @@ -440,6 +442,7 @@ refactoring regex ReplaceByElement replyStr +repo republika reSave resize @@ -464,6 +467,7 @@ SecurityError selectwheel SELinux sessionId +sessionIdle SetBottomMargin SetColumnWidth SetDataPointFill diff --git a/CHANGELOG.md b/CHANGELOG.md index acbeb6d30..cc29ffbc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Change log +## 7.3.2 + +### Fixes + +#### Back-end + +* Fix work of `sessionIdle` parameter (Bug #61049) +* Fix disconnect reason for `socket.io` +* Fix work of shutdown script (Bug #60982) +* Revert to classic `socket.io` upgrade to fix connection issue with proxy +* Fix database creation without `onlyoffice` owner (Bug #59826) + +#### API + +* Fix bug with double messages from editor + +#### Docker + +* Fix building docker image (Bug #61002) +* Install `rabbitmq-server` from default ubuntu repo + +## 7.3.1 + +### No public release + ## 7.3.0 ### New Features