From 32a534919dbffe1bcffe129cb203f23687596180 Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Thu, 19 Sep 2013 11:11:29 -0400 Subject: [PATCH] update NEWS. ldap fixes --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 8bea2829c..1c18d3680 100644 --- a/NEWS +++ b/NEWS @@ -23,6 +23,7 @@ Bug fixes - Worked around an issue with chunked encoding of CAS replies (#2408) - Avoid crash when handling malformed or non-ASCII http credentials (#2358) - Fixed crontab error (#2372) + - Avoid using too many LDAP connections while looping through ldap results 2.0.7 (2013-07-19) ------------------