From 0b441ce2bc314ae907257abe87de17c325e283a6 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sat, 10 Jan 2015 10:27:32 +0000 Subject: [PATCH] Mention reason for ldap.controls.pagedresults --- CHANGES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 2830b75..3d7473a 100644 --- a/CHANGES +++ b/CHANGES @@ -7,7 +7,8 @@ Lib/ * Fixed missing ReconnectLDAPObject._reconnect_lock when pickling (see SF#64, thanks to Dan O'Reilly) * Added ldap.controls.pagedresults which is pure Python implementation of - Simple Paged Results Control (see RFC 2696) + Simple Paged Results Control (see RFC 2696) and delivers the correct + result size ---------------------------------------------------------------- Released 2.4.18 2014-10-09 @@ -1143,4 +1144,4 @@ Released 2.0.0pre02 2002-02-01 ---------------------------------------------------------------- Released 1.10alpha3 2000-09-19 -$Id: CHANGES,v 1.336 2015/01/09 23:27:39 stroeder Exp $ +$Id: CHANGES,v 1.337 2015/01/10 10:27:32 stroeder Exp $