From 2d9e4189a2821dd5e0cbfa065d8e502a8c60f74d Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 12 Nov 2020 15:41:27 +0300 Subject: [PATCH] Add changelog for v6.0.2 (#1066) * Add changelog for v6.0.2 * Fix typo --- .aspell.en.pws | 2 ++ CHANGELOG.md | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/.aspell.en.pws b/.aspell.en.pws index 245d86e1..b2b0a479 100644 --- a/.aspell.en.pws +++ b/.aspell.en.pws @@ -40,6 +40,7 @@ BITRSHIFT BITXOR blockcontent blocklevelstd +BMP boolean brower bugfix @@ -334,6 +335,7 @@ placholder Pluging PostgreSql PostgreSQL +postinst postinstall postrm POTX diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bebcf4d..8237db3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Change log +## 6.0.2 + +### New Features + +#### Integration Example + +* Integration example now included in open-source version + +### Fixes + +#### All Editors + +* Fix problem with insert BMP image in doc (Bug #47276) + +#### Installation + +* Fix problem with DB clean + (`onlyoffice-documentserver.postinst: 124: [: false: unexpected operator`) + ([DocumentServer#1043](https://github.com/ONLYOFFICE/DocumentServer/issues/1043)) + +#### Back end + +* Fix some issue with PostgreSQL before 9.5 (bug #45406) + ## 6.0.1 ### Fixes