From 0c4451aa5764479f6664f915327d099b3f3469db Mon Sep 17 00:00:00 2001 From: Alexander Kazakov Date: Sun, 3 Nov 2019 19:08:22 +0300 Subject: [PATCH] Update CHANGELOG.md Added changelog for release 19.11.13.74 (Nov 1st, 2019) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b461e09422..272b0d298d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -595,6 +595,13 @@ fix comments to make obvious that it may throw. ### Security Fix * Fix two vulnerabilities in codecs in decompression phase (malicious user can fabricate compressed data that will lead to buffer overflow in decompression). [#6670](https://github.com/ClickHouse/ClickHouse/pull/6670) ([Artem Zuikov](https://github.com/4ertus2)) +## ClickHouse release 19.11.13.74, 2019-11-01 + +### Bug Fix +* Fixed rare crash in `ALTER MODIFY COLUMN` and vertical merge when one of merged/altered parts is empty (0 rows). [#6780](https://github.com/ClickHouse/ClickHouse/pull/6780) ([alesapin](https://github.com/alesapin)) +* Manual update of `SIMDJSON`. This fixes possible flooding of stderr files with bogus json diagnostic messages. [#7548](https://github.com/ClickHouse/ClickHouse/pull/7548) ([Alexander Kazakov](https://github.com/Akazz)) +* Fixed bug with `mrk` file extension for mutations ([alesapin](https://github.com/alesapin)) + ## ClickHouse release 19.11.12.69, 2019-10-02 ### Bug Fix