From 45fe5f4e32e8c6e85ca5dbc5886cf503e294bd36 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Mon, 23 Jul 2012 15:24:00 +0000
Subject: [PATCH] Clarify what the fix for OPENDJ-535 means for applications (thanks Gary, for the review comment)

---
 opendj3/src/main/docbkx/release-notes/chap-compatibility.xml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/opendj3/src/main/docbkx/release-notes/chap-compatibility.xml b/opendj3/src/main/docbkx/release-notes/chap-compatibility.xml
index c9f2673..88cd14f 100644
--- a/opendj3/src/main/docbkx/release-notes/chap-compatibility.xml
+++ b/opendj3/src/main/docbkx/release-notes/chap-compatibility.xml
@@ -63,7 +63,12 @@
    </listitem>
    <listitem>
     <para>Syntax checking has been added for certificate and country attribute
-    values. This affects applications updating those attribute values.</para>
+    values. This affects applications updating those attribute values.
+    Applications updating country attribute values must now use Country String
+    syntax for example, which uses two-character codes from <link
+    xlink:show="new" xlink:href="http://www.iso.org/iso/country_codes.htm">ISO
+    3166</link> such as <literal>US</literal> instead of full names such as
+    <literal>United States</literal>.</para>
    </listitem>
   </itemizedlist>
 

--
Gitblit v1.10.0