From c064d6a5ed3886aee34f34217cfa18c6d7b76f73 Mon Sep 17 00:00:00 2001 From: Thomas Merkel Date: Wed, 28 Sep 2016 14:27:24 +0200 Subject: [PATCH] update changelog --- Changelog.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Changelog.md b/Changelog.md index 2fbbd5e..fce4e53 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,25 @@ # Changelog +## 16.2.0 + +### New + +* Enable Apache deflate module by default. [Thomas Merkel] + +### Fix + +* Remove quickbackup-percona because of high memory usage. [Thomas Merkel] + + xtrabackup / quickbackup requires to much memory and kill most of the zones which only have 1-2GB of memory. Because we use zfs snapshots we don't create extra MySQL / Percona dumps. + +* Fix, freeze Django and ZeroRPC version. [Thomas Merkel] +* Fix usage of percona 5.6.x. [Thomas Merkel] + +### Other + +* Version bump to 16.2 core-base. [Thomas Merkel] +* Updated Let's Encrypt TOS. [Thomas Merkel] + ## 16.1.1 ### Fix