6443N/A<?xml version="1.0" encoding="UTF-8"?>
6443N/A<!--
6443N/A ! CCPL HEADER START
6443N/A !
6443N/A ! This work is licensed under the Creative Commons
6443N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
6443N/A ! To view a copy of this license, visit
6443N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
6443N/A ! or send a letter to Creative Commons, 444 Castro Street,
6443N/A ! Suite 900, Mountain View, California, 94041, USA.
6443N/A !
6443N/A ! You can also obtain a copy of the license at
7310N/A ! trunk/opendj/legal-notices/CC-BY-NC-ND.txt.
6443N/A ! See the License for the specific language governing permissions
6443N/A ! and limitations under the License.
6443N/A !
6443N/A ! If applicable, add the following below this CCPL HEADER, with the fields
6443N/A ! enclosed by brackets "[]" replaced with your own identifying information:
6443N/A ! Portions Copyright [yyyy] [name of copyright owner]
6443N/A !
6443N/A ! CCPL HEADER END
6443N/A !
7310N/A ! Copyright 2011-2015 ForgeRock AS.
7310N/A !
6443N/A-->
6443N/A<book xml:id='release-notes'
6443N/A xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
6443N/A xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
6443N/A xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
6443N/A xmlns:xlink='http://www.w3.org/1999/xlink'
6443N/A xmlns:xinclude='http://www.w3.org/2001/XInclude'>
6443N/A <info>
7165N/A <xinclude:include href="/shared/mediaobject-fr-logo.xml" />
7165N/A <title>OpenDJ Release Notes</title>
7165N/A <subtitle>Version ${docTargetVersion}</subtitle>
6443N/A <abstract>
6443N/A <para>Notes covering OpenDJ hardware &amp; software requirements, fixes,
6443N/A known issues. The OpenDJ project offers open source LDAP directory services
6443N/A in Java.</para>
6443N/A </abstract>
6443N/A <copyright>
7310N/A <year>2011-2015</year>
7310N/A <holder>ForgeRock AS.</holder>
6443N/A </copyright>
6443N/A <authorgroup>
6443N/A <author>
7324N/A <personname><firstname>Mark</firstname> <surname>Craig</surname></personname>
7165N/A <xinclude:include href="/shared/affiliation-fr.xml"/>
6443N/A </author>
6443N/A </authorgroup>
6443N/A <xinclude:include href='/legal.xml' />
6999N/A <date>${publicationDate}</date>
6999N/A <pubdate>${publicationDate}</pubdate>
6999N/A <releaseinfo>${softwareReleaseDate}</releaseinfo>
6443N/A </info>
6443N/A
6443N/A <toc />
7310N/A
6443N/A <preface>
6443N/A <title>About OpenDJ</title>
6443N/A
6443N/A <para>OpenDJ is an LDAPv3 compliant directory service, developed for
6443N/A the Java platform, providing a high performance, highly available,
6443N/A and secure store for the identities managed by your organization. Its
6443N/A easy installation process, combined with the power of the Java
6443N/A platform makes OpenDJ the simplest, fastest directory to deploy and
6443N/A manage. OpenDJ directory server comes with plenty of tools and a
6443N/A full-featured LDAP SDK for Java. OpenDJ directory server also offers
6443N/A REST access to directory data over HTTP.</para>
7310N/A
6443N/A <para>OpenDJ is free to download, evaluate, and use in developing your
6443N/A applications and solutions. You can also check out and modify the source
6443N/A code to build your own version if you prefer. ForgeRock offers training
6443N/A and support subscriptions to help you get the most out of your
6443N/A deployment.</para>
7310N/A
6443N/A <para>These release notes are written for everyone working with the
6443N/A OpenDJ <?eval ${docTargetVersion}?> release. Read these notes before you
6443N/A install or upgrade OpenDJ software. These notes cover hardware and software
6443N/A prerequisites for installing and upgrading OpenDJ software. These
6443N/A notes list key features added and changed in this release. They also
6443N/A cover compatibility with previous releases and alert you to potential
6443N/A changes coming up that could affect your scripts and applications.
6443N/A Finally, these notes list both issues fixed since the previous
6443N/A release and known issues open at the time of release.</para>
7310N/A
6443N/A <para>See the <link xlink:role="http://docbook.org/xlink/role/olink"
6443N/A xlink:href="install-guide#install-guide"><citetitle>Installation
6443N/A Guide</citetitle></link> for more after you read these release notes. The
6443N/A installation guide covers installation and upgrade for OpenDJ directory
6443N/A server, OpenDJ REST LDAP gateway, and OpenDJ DSML gateway.</para>
6443N/A </preface>
6443N/A
6443N/A <xinclude:include href='chap-whats-new.xml' />
6443N/A <xinclude:include href='chap-before-you-install.xml' />
6443N/A <xinclude:include href='chap-compatibility.xml' />
6443N/A <xinclude:include href='chap-issues.xml' />
6443N/A <xinclude:include href='chap-feedback.xml' />
6443N/A <xinclude:include href='chap-support.xml' />
6443N/A</book>