From 64fcb6e1291e439110b8c1111457c28c086716f7 Mon Sep 17 00:00:00 2001 From: b1v1r Date: Mon, 15 Jun 2009 21:09:14 +0000 Subject: [PATCH] Update CHANGES with fix for MODSEC-47. --- CHANGES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 203e047c..9424f7eb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -31 May 2009 - 2.5.10-dev +15 Jun 2009 - 2.5.10-dev ------------------------ + * Fixed mlogc issue seen on big endian machines where content type + could be listed as zero. + * Removed extra newline from audit log message line when logging XML errors. This was causing problems parsing audit logs.