From 8d76c05ac3a8a69162a489117d3f40185752f8c3 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Tue, 30 Nov 2010 06:00:45 +0000 Subject: [PATCH] Added info about LDAP-215 to the upgrading site doc. --- src/site/apt/upgrading.apt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/site/apt/upgrading.apt b/src/site/apt/upgrading.apt index ccd92440..bc11a964 100644 --- a/src/site/apt/upgrading.apt +++ b/src/site/apt/upgrading.apt @@ -4,7 +4,13 @@ Upgrading from version 1.3.0 to 1.3.1 - No changes requiring upgrading were made between version 1.3.0 and 1.3.1. + One minor change might affect users of DirContextAdapter. + + * The method <<>>, and consequently also <<>>, + now treats an existing attribute with an empty set of values as if the + attribute doesn't exist, and thus returns <<>>. In order to determine + whether an attribute in fact exists, a new method <<>> was + added. Upgrading from version 1.3.0-RC1 to 1.3.0