From 92e6c815303d4738de6a72cc2cc9b0573580a30a Mon Sep 17 00:00:00 2001 From: b1v1r Date: Fri, 6 Nov 2009 21:47:34 +0000 Subject: [PATCH] Fix CHANGES. --- CHANGES | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 24bff878..1fa84361 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,13 @@ -04 Nov 2009 - 2.5.11 --------------------- +06 Nov 2009 - 2.5.x +------------------- * Do not escape quotes in macro resolution and only escape NUL in setenv values. + +04 Nov 2009 - 2.5.11 +-------------------- + * Added a new multipart flag, MULTIPART_INVALID_QUOTING, which will be set true if any invalid quoting is found during multipart parsing.