From 94ceb4f9d179d4774d7b77aadbb8a0d84c57ca05 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Tue, 23 Jun 2015 20:10:43 +0300 Subject: [PATCH] Updated 1.2 release notes. --- Release-Notes/MaxScale-1.2.0-Release-Notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Release-Notes/MaxScale-1.2.0-Release-Notes.md b/Release-Notes/MaxScale-1.2.0-Release-Notes.md index f85382b3c..a84f94c27 100644 --- a/Release-Notes/MaxScale-1.2.0-Release-Notes.md +++ b/Release-Notes/MaxScale-1.2.0-Release-Notes.md @@ -24,3 +24,8 @@ A quick list of changes in installation directories and file names: * Data directory is `/var/lib/maxscale`. This is the default location for MaxScale-specific data. * PID file can be found at `/var/run/maxscale` +### Client side SSL encryption +MaxScale now supports SSL/TLS encrypted connections to MaxScale. + +### Monitor scripts +State changes in backend servers can now trigger the execution of a custom script. With this you can easily customize MaxScale's behavior.