From cdf225535b7e10eb308fb88a52817afdbaca6206 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Tue, 17 Jul 2012 14:43:53 +0000
Subject: [PATCH] Bring draft list up to date with JIRA
---
opendj3/src/main/docbkx/release-notes/chap-compatibility.xml | 36 ++++++++++++++++++++++++++++++++----
1 files changed, 32 insertions(+), 4 deletions(-)
diff --git a/opendj3/src/main/docbkx/release-notes/chap-compatibility.xml b/opendj3/src/main/docbkx/release-notes/chap-compatibility.xml
index c294017..c9f2673 100644
--- a/opendj3/src/main/docbkx/release-notes/chap-compatibility.xml
+++ b/opendj3/src/main/docbkx/release-notes/chap-compatibility.xml
@@ -37,7 +37,35 @@
<section xml:id="changed-functionality">
<title>Major Changes to Existing Functionality</title>
- <para>TODO</para>
+ <para>OpenDJ <?eval ${docTargetVersion}?> improves on earlier releases
+ introducing many new features and important fixes without major,
+ backwards-incompatible changes. Take the following into account,
+ however.</para>
+
+ <itemizedlist>
+ <listitem>
+ <para>When upgrading from 2.4.4 or earlier, after you upgrade but before
+ you restart OpenDJ, you must rebuild the <literal>ds-sync-hist</literal>
+ index.</para>
+ </listitem>
+ <listitem>
+ <para>The default DB cache size is now 50%, rather than 10%.</para>
+ <para>If you have multiple backends, configure cache sizes
+ accordingly.</para>
+ </listitem>
+ <listitem>
+ <para>The number of LDAP request handlers now defaults to half the CPU
+ count.</para>
+ </listitem>
+ <listitem>
+ <para>The replication purge delay default has increased from one day to
+ three days.</para>
+ </listitem>
+ <listitem>
+ <para>Syntax checking has been added for certificate and country attribute
+ values. This affects applications updating those attribute values.</para>
+ </listitem>
+ </itemizedlist>
<!-- Not yet for OpenDJ 2.5.
<para>The <command>ldif-diff</command> command has been renamed
@@ -52,9 +80,9 @@
<title>Deprecated Functionality</title>
<para>OpenDJ <?eval ${docTargetVersion}?> makes use of new environment
- variables aligned with the project name. Use of the old variables is
- deprecated. The old variables are likely to be removed in a future
- release.</para>
+ variables aligned with the project name to use <literal>OPENDJ</literal>.
+ Use of the old variables is deprecated. The old variables are likely to be
+ removed in a future release.</para>
</section>
<section xml:id="removed-functionality">
--
Gitblit v1.10.0