From 0cd38fdd47f4ff6d529243e1600f67ade0d586f4 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Tue, 6 Dec 2011 11:31:16 +0100 Subject: [PATCH] Added Changelog entry --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 274e669..d24065c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ --------------------------------------------------------------------------- +Version 3.4.0 (stable), 2011-12-06 +- Added initial version of a new free report for consolidating + Windows Eventlog Logon / Logoff events +- PDO LogStream, the RowCount function is now only used + with MYSQL, PGSQL and MSSQL. Other PDO Drivers may not return a + useful value. +- Removed language files from source, can be found here from now on: + http://loganalyzer.adiscon.com/translations +- Straighten out a couple of issues +- Doc: Redirected professional support options to proper page +--------------------------------------------------------------------------- Version 3.2.3 (stable), 2011-11-08 - Removed magic quotes check from database functions (obselete due the changes in the last version)