From fc8ec1a558a7c887b544c966f0133cd2d351fc8d Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Wed, 4 Mar 2015 17:03:05 +0200 Subject: [PATCH] Lowered the CMake required version for non-package builds. --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 1499526d3..ffba35c00 100644 --- a/Changelog.md +++ b/Changelog.md @@ -9,3 +9,6 @@ These are the changes introduced in MaxScale version 1.0.6 * RabbitMQ logging filter * Added option to use high precision timestamps in logging * Readwritesplit router now returns the master server's response +* Minimum required CMake version is now 2.8.12 for package building. +* Session idle timeout added for services +* The logs can now be configured to have millisecond precision