You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2009/11/01 18:02:28 UTC

svn commit: r831706 - /directory/studio/trunk/ldapbrowser-help/src/main/docbook/6_whats_new.xml

Author: seelmann
Date: Sun Nov  1 17:02:28 2009
New Revision: 831706

URL: http://svn.apache.org/viewvc?rev=831706&view=rev
Log:
Updated "what's new" in 1.5.0

Modified:
    directory/studio/trunk/ldapbrowser-help/src/main/docbook/6_whats_new.xml

Modified: directory/studio/trunk/ldapbrowser-help/src/main/docbook/6_whats_new.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/6_whats_new.xml?rev=831706&r1=831705&r2=831706&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-help/src/main/docbook/6_whats_new.xml (original)
+++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/6_whats_new.xml Sun Nov  1 17:02:28 2009
@@ -20,6 +20,69 @@
 	<title>What's new</title>
 
 	<simplesect>
+		<title>What's new in 1.5.0</title>
+		<para>
+			<emphasis role="strong">Entry editors enhancements</emphasis>
+		</para>
+		<para>
+			The traditional table entry editor can now work in offline mode
+			where modifications aren't saved immediately.
+		</para>
+		<para>
+			A new LDIF etry editor is now available, it renders
+			LDAP entries in LDIF format and allows editing of those entries. 
+		</para>
+		<para>
+			Both editors can operate in single-tab (opens each entry in the
+			same editor tab) or in multi-tab (opens each entry in its own editor
+			tab) mode.
+		</para>
+		<para>
+			Modify operations (add, delete, replace) are configurable which allows
+			specific adjustments for various directory servers.
+		</para>
+		<para>
+			<emphasis role="strong">Enhanced Connection Security</emphasis>
+		</para>
+		<para>
+			Server certificates of secure connections (ldaps and StartTLS) 
+			are now validated.
+		</para>
+		<para>
+			Kerberos authentication is now supported.
+		</para>
+		<para>
+			<emphasis role="strong">New value editors</emphasis>
+		</para>
+		<para>
+			Various new value editors are available:
+			<itemizedlist spacing="normal" mark="bullet">
+				<listitem>
+					<para>Certificate value editor to view and edit X.509 certificates.</para>
+				</listitem>
+				<listitem>
+					<para>Value editors for Microsoft Active Directory 
+					objectGUID and objectSid attributes</para>
+				</listitem>
+				<listitem>
+					<para>Value editor for UUID syntax</para>
+				</listitem>
+			</itemizedlist>
+		</para>
+		<para>
+			<emphasis role="strong">A number of bug fixes and improvements</emphasis>
+		</para>
+		<para>
+			Besides these key new features, the LDAP Browser plugin has
+			received a number of bug fixes and improvements. A detailed report is
+			provided in the
+			<link linkend="release_notes">Release Notes</link>
+			section.
+		</para>
+	</simplesect>
+
+
+	<simplesect>
 		<title>What's new in 1.4.0</title>
 		<para>
 			<emphasis role="strong">Internationalization</emphasis>