You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2016/07/26 07:06:23 UTC

svn commit: r993782 [10/37] - in /websites/production/directory/content/studio/users-guide: ./ apache_directory_studio/ apache_directory_studio/css/ apache_directory_studio/images/ apacheds/ apacheds/css/ apacheds/images/ apacheds_configuration/ apache...

Added: websites/production/directory/content/studio/users-guide/ldap_browser/preferences_text_formats.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/ldap_browser/preferences_text_formats.html (added)
+++ websites/production/directory/content/studio/users-guide/ldap_browser/preferences_text_formats.html Tue Jul 26 07:06:12 2016
@@ -0,0 +1,138 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Text Formats preferences</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="preferences.html" title="Preferences"><link rel="prev" href="preferences_search_result_editor.html" title="Search Result editor preferences"><link rel="next" href="preferences_value_editors.html" title="Value Editors preferences"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Text Formats preferences</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="preferences_search_result_editor.html">Prev</a>&nbsp;</td><th align="center" width="60%">Preferences</th><td align="right" width="20%
 ">&nbsp;<a accesskey="n" href="preferences_value_editors.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="preferences_text_formats"></a>Text Formats preferences</h3></div></div></div><p>
+			In the Text Formats preferences page you configure the text formats
+			of LDIF, CSV and Excel files.
+		</p><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="preferences_text_formats_ldif"></a>LDIF</h4></div></div></div><p>In the LDIF tab you can configure the LDIF format.</p><p>
+				<div class="screenshot"><div class="mediaobject"><img src="images/tools_preferences_text_formats_ldif.png"></div></div>
+			</p><p>
+				<div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>
+									Line Separator
+								</td><td>
+									Select the line spearator to use for LDIF files. 
+									Possible values are 
+									<span class="strong"><strong>Windows</strong></span>,
+									<span class="strong"><strong>Mac OS</strong></span> or
+									<span class="strong"><strong>Unix</strong></span>
+								</td><td>The platform specific line separator</td></tr><tr><td>
+									Line length
+								</td><td>
+									The line length in LDIF files.
+								</td><td>76</td></tr><tr><td>
+									Space after colon
+								</td><td>
+									If checked a space in inserted between the colon and
+									the value.
+								</td><td>on</td></tr></tbody></table></div>
+			</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="preferences_text_formats_table"></a>CSV Copy</h4></div></div></div><p>In the CSV Copy tab you can configure the format used when
+				copying CSV to clipboard (Copy Entry as CSV, Copy Table).</p><p>
+				<div class="screenshot"><div class="mediaobject"><img src="images/tools_preferences_text_formats_table.png"></div></div>
+			</p><p>
+				<div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>
+									Attribute Delimiter
+								</td><td>
+									The character used to separate attributes. 
+									Select default or one from the drop-down box
+									or enter a custom character.
+								</td><td>Tabulator (ASCII 9)</td></tr><tr><td>
+									Value Delimiter
+								</td><td>
+									The character used to separate values of 
+									multi-valued attributes. 
+									Select default or one from the drop-down box
+									or enter a custom character.
+								</td><td>Pipe (|)</td></tr><tr><td>
+									Quote Character
+								</td><td>
+									Each attribute is enclosed by this quote character.
+									Select default or one from the drop-down box
+									or enter a custom character.
+								</td><td>Double Quote (")</td></tr><tr><td>
+									Line Separator
+								</td><td>
+									Select the line spearator to use. 
+									Possible values are 
+									<span class="strong"><strong>Windows</strong></span>,
+									<span class="strong"><strong>Mac OS</strong></span> or
+									<span class="strong"><strong>Unix</strong></span>
+								</td><td>The platform specific line separator</td></tr><tr><td>
+									Binary Encoding
+								</td><td>
+									When copying binary values they must be encoded. Choose 
+									<div class="itemizedlist"><ul type="disc"><li>Ignore: if binary values should not be copied.</li><li>BASE-64: to copy the binary values BASE-64 encoded.</li><li>HEX: to copy the HEX representation of each byte.</li></ul></div>
+								</td><td>Ignore</td></tr></tbody></table></div>
+			</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="preferences_text_formats_csv"></a>CSV Export</h4></div></div></div><p>In the CSV Export tab you can configure the format used when
+				exporting to CSV.</p><p>
+				<div class="screenshot"><div class="mediaobject"><img src="images/tools_preferences_text_formats_csv.png"></div></div>
+			</p><p>
+				<div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>
+									Attribute Delimiter
+								</td><td>
+									The character used to separate attributes. 
+									Select default or one from the drop-down box
+									or enter a custom character.
+								</td><td>Comma (,)</td></tr><tr><td>
+									Value Delimiter
+								</td><td>
+									The character used to separate values of 
+									multi-valued attributes. 
+									Select default or one from the drop-down box
+									or enter a custom character.
+								</td><td>Pipe (|)</td></tr><tr><td>
+									Quote Character
+								</td><td>
+									Each attribute is enclosed by this quote character.
+									Select default or one from the drop-down box
+									or enter a custom character.
+								</td><td>Double Quote (")</td></tr><tr><td>
+									Line Separator
+								</td><td>
+									Select the line spearator to use. 
+									Possible values are 
+									<span class="strong"><strong>Windows</strong></span>,
+									<span class="strong"><strong>Mac OS</strong></span> or
+									<span class="strong"><strong>Unix</strong></span>
+								</td><td>The platform specific line separator</td></tr><tr><td>
+									Binary Encoding
+								</td><td>
+									When exporting binary values they must be encoded. Choose 
+									<div class="itemizedlist"><ul type="disc"><li>Ignore: if binary values should not be exported.</li><li>BASE-64: to export the binary values BASE-64 encoded.</li><li>HEX: to export the HEX representation of each byte.</li></ul></div>
+								</td><td>Ignore</td></tr><tr><td>
+									File Encoding
+								</td><td>
+									The file encoding used to when exporting to CSV. 
+									Select default or one from the drop-down box.
+								</td><td>The platform specific file encoding</td></tr></tbody></table></div>
+			</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="preferences_text_formats_excel"></a>Excel Export</h4></div></div></div><p>In the Excel Export tab you can configure the format used when
+				exporting to Excel.</p><p>
+				<div class="screenshot"><div class="mediaobject"><img src="images/tools_preferences_text_formats_excel.png"></div></div>
+			</p><p>
+				<div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>
+									Value Delimiter
+								</td><td>
+									The character used to separate values of 
+									multi-valued attributes. 
+									Select default or one from the drop-down box
+									or enter a custom character.
+								</td><td>Pipe (|)</td></tr><tr><td>
+									Binary Encoding
+								</td><td>
+									When exporting binary values they must be encoded. Choose 
+									<div class="itemizedlist"><ul type="disc"><li>Ignore: if binary values should not be exported.</li><li>BASE-64: to export the binary values BASE-64 encoded.</li><li>HEX: to export the HEX representation of each byte.</li></ul></div>
+								</td><td>Ignore</td></tr></tbody></table></div>
+			</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h4 class="title"><a name="preferences_text_formats_odf"></a>ODF Export</h4></div></div></div><p>In the ODF Export tab you can configure the format used when
+				exporting to Open Document Spreadsheet format.</p><p>
+				<div class="screenshot"><div class="mediaobject"><img src="images/tools_preferences_text_formats_odf.png"></div></div>
+			</p><p>
+				<div class="informaltable"><table cellpadding="3" border="1"><colgroup><col><col><col></colgroup><thead><tr><th>Option</th><th>Description</th><th>Default</th></tr></thead><tbody><tr><td>
+									Value Delimiter
+								</td><td>
+									The character used to separate values of 
+									multi-valued attributes. 
+									Select default or one from the drop-down box
+									or enter a custom character.
+								</td><td>Pipe (|)</td></tr><tr><td>
+									Binary Encoding
+								</td><td>
+									When exporting binary values they must be encoded. Choose 
+									<div class="itemizedlist"><ul type="disc"><li>Ignore: if binary values should not be exported.</li><li>BASE-64: to export the binary values BASE-64 encoded.</li><li>HEX: to export the HEX representation of each byte.</li></ul></div>
+								</td><td>Ignore</td></tr></tbody></table></div>
+			</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="preferences_search_result_editor.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="preferences.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="preferences_value_editors.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">Search Result editor preferences&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;Value Editors preferences</td></tr></table></div></body></html>
\ No newline at end of file

Added: websites/production/directory/content/studio/users-guide/ldap_browser/preferences_value_editors.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/ldap_browser/preferences_value_editors.html (added)
+++ websites/production/directory/content/studio/users-guide/ldap_browser/preferences_value_editors.html Tue Jul 26 07:06:12 2016
@@ -0,0 +1,11 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Value Editors preferences</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="preferences.html" title="Preferences"><link rel="prev" href="preferences_text_formats.html" title="Text Formats preferences"><link rel="next" href="preferences_browser_view.html" title="Browser View preferences"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Value Editors preferences</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="preferences_text_formats.html">Prev</a>&nbsp;</td><th align="center" width="60%">Preferences</th><td align="right" width="20%">&nbsp;<a accesskey="n"
  href="preferences_browser_view.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="preferences_value_editors"></a>Value Editors preferences</h3></div></div></div><p>
+			In the Value Editors preferences page you can configure which 
+			value editor to use for an attribute. 
+		</p><p>
+			<div class="screenshot"><div class="mediaobject"><img src="images/tools_preferences_value_editors.png"></div></div>
+		</p><p>
+			You can specify value editors by attribute type or by syntax.
+			If a value editor is specified by syntax the value editor is used 
+			for all attributes with this syntax. A value editor specified for an 
+			attribute overwrites the syntax-setting.
+		</p></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="preferences_text_formats.html">Prev</a>&nbsp;</td><td align="center" width="20%"><a accesskey="u" href="preferences.html">Up</a></td><td align="right" width="40%">&nbsp;<a accesskey="n" href="preferences_browser_view.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">Text Formats preferences&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;Browser View preferences</td></tr></table></div></body></html>
\ No newline at end of file

Added: websites/production/directory/content/studio/users-guide/ldap_browser/reference.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/ldap_browser/reference.html (added)
+++ websites/production/directory/content/studio/users-guide/ldap_browser/reference.html Tue Jul 26 07:06:12 2016
@@ -0,0 +1,83 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Reference</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="prev" href="tasks_manage_entries_modifyobjectclass.html" title="Modifying the object class"><link rel="next" href="tipsandtricks.html" title="Tips and tricks"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Reference</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="tasks_manage_entries_modifyobjectclass.html">Prev</a>&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="t
 ipsandtricks.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="reference"></a>Reference</h2></div></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="reference_rfcs"></a>RFCs</h2></div></div></div><table summary="Simple list" border="0" class="simplelist"><tr><td>
+				<a href="rfc/rfc4510.txt" target="_self">
+					RFC 4510: LDAP: Technical Specification Road Map
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc4511.txt" target="_self">
+					RFC 4511: LDAP: The Protocol
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc4512.txt" target="_self">
+					RFC 4512: LDAP: Directory Information Models
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc4513.txt" target="_self">
+					RFC 4513: LDAP: Authentication Methods and Security Mechanisms
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc4514.txt" target="_self">
+					RFC 4514: LDAP: String Representation of Distinguished Names
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc4515.txt" target="_self">
+					RFC 4515: LDAP: String Representation of Search Filters
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc4516.txt" target="_self">
+					RFC 4516: LDAP: Uniform Resource Locator
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc4517.txt" target="_self">
+					RFC 4517: LDAP: Syntaxes and Matching Rules
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc4518.txt" target="_self">
+					RFC 4518: LDAP: Internationalized String Preparation
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc4519.txt" target="_self">
+					RFC 4519: LDAP: Schema for User Applications
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc2849.txt" target="_self">
+					RFC 2849: The LDAP Data Interchange Format (LDIF) - Technical Specification
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc3866.txt" target="_self">
+					RFC 3866: Language Tags and Ranges in the LDAP
+				</a>
+			</td></tr></table></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="reference_obsolete"></a>Obsolete RFCs</h2></div></div></div><table summary="Simple list" border="0" class="simplelist"><tr><td>
+				<a href="rfc/rfc2251.txt" target="_self">
+					RFC 2251: Lightweight Directory Access Protocol (v3)
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc2252.txt" target="_self">
+					RFC 2252: Attribute Syntax Definitions
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc2253.txt" target="_self">
+					RFC 2253: UTF-8 String Representation of Distinguished Names
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc2254.txt" target="_self">
+					RFC 2254: The String Representation of LDAP Search Filters
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc2255.txt" target="_self">
+					RFC 2255: The LDAP URL Format
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc2256.txt" target="_self">
+					RFC 2256: A Summary of the X.500(96) User Schema for use with LDAPv3
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc2829.txt" target="_self">
+					RFC 2829: Authentication Methods for LDAP
+				</a>
+			</td></tr><tr><td>
+				<a href="rfc/rfc2830.txt" target="_self">
+					RFC 2830: Extension for Transport Layer Security
+				</a>
+			</td></tr></table></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="reference_tutorial"></a>Tutorials</h2></div></div></div><p>
+			<a href="http://java.sun.com/products/jndi/tutorial/" target="_self">JNDI Tutorial</a>
+		</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="tasks_manage_entries_modifyobjectclass.html">Prev</a>&nbsp;</td><td align="center" width="20%">&nbsp;</td><td align="right" width="40%">&nbsp;<a accesskey="n" href="tipsandtricks.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">Modifying the object class&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;Tips and tricks</td></tr></table></div></body></html>
\ No newline at end of file

Added: websites/production/directory/content/studio/users-guide/ldap_browser/release_notes.html
==============================================================================
--- websites/production/directory/content/studio/users-guide/ldap_browser/release_notes.html (added)
+++ websites/production/directory/content/studio/users-guide/ldap_browser/release_notes.html Tue Jul 26 07:06:12 2016
@@ -0,0 +1,109 @@
+<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Release notes</title><link href="css/book.css" rel="stylesheet" type="text/css"><meta content="DocBook XSL Stylesheets V1.71.1" name="generator"><link rel="start" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="up" href="index.html" title="Apache Directory Studio LDAP Browser"><link rel="prev" href="whats_new.html" title="What's new"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><th align="center" colspan="3">Release notes</th></tr><tr><td align="left" width="20%"><a accesskey="p" href="whats_new.html">Prev</a>&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;</td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="release_notes"></a>Release notes</h2><
 /div></div></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N13B64"></a>Apache Directory Studio 1.5.2 - (2009, December 11th)</h2></div></div></div><p>
+            <span class="emphasis"><em>Bug</em></span>
+        </p><p>
+            <div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-603] - Error browsing/entering rfc2307 compliant host entry</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-601] - The 'Perform Search/Search Again' button in the Search Result Editor does not work correctly</p></li></ul></div>
+        </p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N13B78"></a>Apache Directory Studio 1.5.1 - (2009, November 30th)</h2></div></div></div><p>
+            <span class="emphasis"><em>Bug</em></span>
+        </p><p>
+            <div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-597] - Modification sent to the server while browsing through the DIT and refreshing entries</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-596] - Various typos in the french translation</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-595] - The icon of the entry in the 'Outline' view should be the same as the one in the 'LDAP Browser' view</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-594] - The 'Show new password details' checkbox does not display the 'Enter new password' text field as clear text when checked in the Password Editor</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-593] - Missing string and typo in the french translation of the Password Editor</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-592] - LDAP Browser view is refreshed twice after the initialization of the children of an entry</p></li><li style="list-style-type: d
 isc"><p>[DIRSTUDIO-591] - Error reading objects with # in DN</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-590] - The 'Quick Search' string has not been externalized in the LDAP Browser view</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-589] - InvalidNameException: unexpected token for user ids starting with hash sign</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-587] - UI flickers on quick search</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-580] - Setting "Validate certificates for secure LDAP connections" is not saved</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-576] - Context menu not shown after a right-click on a non-cached entry</p></li></ul></div>
+        </p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N13BAA"></a>Apache Directory Studio 1.5.0 - (2009, November 2nd)</h2></div></div></div><p>
+            <span class="emphasis"><em>Bug</em></span>
+        </p><p>
+            <div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-575] - Bookmarks not working</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-570] - Integer Value Editor does not accept negative numbers</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-553] - Add descriptions for server specific OIDs of IBM Tivoli Directory Server 6.1 and 6.2</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-552] - NullPointerException if Root DSE of IBM Tivoli Directory Server displayed in Entry Editor</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-550] - Root DSE properties: Directory types IBM Tivoli Directory Server 6.1 and 6.2 not detected correctly</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-532] - Refreshing parent of referral may give ConcurrentModificationException</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-531] - Unpretty 2-3 pixels height margin at the top of the Search Results editor</p></li><li 
 style="list-style-type: disc"><p>[DIRSTUDIO-530] - Unpretty 2-3 pixels height margin at the top of the Entry editor</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-529] - Unpretty 2-3 pixels height margin at the top of the Browser view</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-527] - Unable to display Active Directory GUIDs</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-524] - Operational attributes are not show, although enabled under preferences</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-512] - Deletion of entries very slow</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-507] - Attempt to rename the rdn results in message contain {0} and {1}</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-504] - Timestamp attribute with an invalid time in it is read only - editor ignores entry</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-503] - New Entry -&gt; Available object classes list remains stale after new objectclasses 
 added</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-502] - Copy/Paste the context entry from one connection to another doesn't work</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-495] - Cannot edit password field</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-493] - Aliased attributes show only one attribute name in the RDN selection list instead of the full aliases list</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-490] - Copy/Paste a search from one connection to another doesn't work</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-489] - LDIF Import very slow</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-488] - New context entry creation is not shown just after connection</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-486] - Include Version Specifier in LDIF export</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-484] - Rename dialog does not work with escaped RDNs</p></li><li style="list-style-type: disc"><p>
 [DIRSTUDIO-483] - DN Editor escapes all non-ascii characters</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-481] - Improve refreshing of attributes and children</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-437] - Alias are not exposed as such in the browser</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-418] - Slow LDIF/CSV export</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-409] - No error message in some special case</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-403] - Cannot add refs when the ExtensibleObject OC has been added to a referral</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-402] - The ManageDsaIT control should be activable for a single request, not at the connection level</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-334] - Built-in help doesn't show icons for "Icons" and "Toolbars" tables in "LDAP Browser View"</p></li></ul></div>
+        </p><p>
+            <span class="emphasis"><em>Improvement</em></span>
+        </p><p>
+            <div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-574] - Add 'Cancel' button to "Select copy strategy" (was Abort of copy/paste not possible)</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-558] - Load special entries (aliases, referrals, subentries) per request, add menu items to browser's context menu</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-555] - Human readable descriptions of OIDs in binary attributes preference page</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-554] - Add option to save tabular entry editor automatically or manually</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-535] - Use SWT.SEARCH and SWT.CANCEL style bits on search text field for a native search field on Mac OS X</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-534] - Re-order the preference pages for better understanding</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-533] - Only show referral ha
 ndling dialog when opening or expanding referral entry</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-513] - Do delete before add when modifying attribute values</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-496] - Password editor improvements</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-487] - Empty namingcontexts causes javax.naming.InvalidNameException: Bad DN</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-371] - Entries with a ref attribute should be shown N times in the browser (N = number of ref values)</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-145] - Multiple tabs for entry editor</p></li></ul></div>
+        </p><p>
+            <span class="emphasis"><em>New Feature</em></span>
+        </p><p>
+            <div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-562] - Add 'Copy Display Value' action, default copy action should copy displayed value</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-556] - Add value editor for UUID</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-515] - Add extensibility to Entry Editor</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-494] - Add value editor for certificates (syntax 1.3.6.1.4.1.1466.115.121.1.8)</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-462] - Add Export to Open Document Format</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-434] - Add value editor for Active Directory objectGUID and objectSid attributes</p></li></ul></div>
+        </p><p>
+            <span class="emphasis"><em>Sub-task</em></span>
+        </p><p>
+            <div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-519] - Create a new LDIF Entry Editor</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-518] - Create a new multi-window Entry Editor</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-517] - Create a new single-window Entry Editor</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-516] - Create a new Entry Editor extension point</p></li></ul></div>
+        </p><p>
+            <span class="emphasis"><em>Task</em></span>
+        </p><p>
+            <div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-479] - Object classes of an entry should always be present</p></li></ul></div>
+        </p><p>
+            <span class="emphasis"><em>Wish</em></span>
+        </p><p>
+            <div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-167] - Show custom icons for various kinds of schema elements while browsing schema data</p></li></ul></div>
+        </p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N13C94"></a>Apache Directory Studio 1.4.0 - (2009, April 7th)</h2></div></div></div><p>
+            <span class="emphasis"><em>Bug</em></span>
+        </p><p>
+            <div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-472] - SWTException (Widget is disposed) when disabling DIT Quick Search</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-470] - Schema Browser view is not bring to front when using the 'Open Schema Browser' menu item while the view is already opened but not the frontmost view</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-469] - Added wrong AttributeTypes can't be deleted</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-465] - Context entry created from an LDIF import is not shown in the Browser view</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-463] - Browsing the directory produce too many search requests</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-460] - Pressing 'Enter' in New Entry wizard should edit the attribute</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-457] - Unknown schema causes attributes to be treated as opera
 tional</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-456] - Cannot create an entry with mandatory binary attribute</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-430] - NullPointer exception when fetching children of a node</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-427] - Operational attributes turned on by itself</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-423] - Outline view does not respect the settings of the Entry Editor on displaying or not the operational attributes</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-420] - Unable to locate in DIT (f3)</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-419] - Problems switching between connections</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-396] - Custom LDAP attributes not shown in entry editor</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-395] - Problems with special chars (german Umlauts)</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-373]
  - Can't delete a tagged attribute if the non tagged attribute belong to the DN</p></li></ul></div>
+        </p><p>
+            <span class="emphasis"><em>Improvement</em></span>
+        </p><p>
+            <div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-455] - Cannot copy/past an existing search</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-426] - Overwritten hashCode() method should not use super.hashCode()</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-412] - Add expand all and collapse all actions to the connections view</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-411] - Select a new created folder in the connection view</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-241] - The "New Value" action (in the Entry Editor) should be disabled if the AT is defined as single valued</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-234] - Greyed out menu items should have a tool tip explaining *why* they're greyed out</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-207] - Operationnal attributes cannot be shown entirely</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-150] - 
 mprove error handling</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-115] - Unable to edit operational attribute values</p></li></ul></div>
+        </p><p>
+            <span class="emphasis"><em>New Feature</em></span>
+        </p><p>
+            <div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-449] - Add a new GeneralizedTime Value Editor</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-397] - Request for multi-language GUI</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-335] - DIT Quick Search</p></li></ul></div>
+        </p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N13D0C"></a>Apache Directory Studio 1.3.0 - (2008, November 24th)</h2></div></div></div><p>
+			<span class="emphasis"><em>Bug</em></span>
+		</p><p>
+			<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-389] - Back/Forward Navigation isn't working</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-380] - Attribute and Entry property pages makes the dialog very tall</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-379] - Class NewEntryWizard not found, application doesn't starts</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-367] - Tree delete control should not be used automatically</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-355] - DSML Import and Export fail with "Internal Error: null"</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-354] - Search window, paste problem</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-293] - Values of attributes of the syntax 'Generalized Time' must have the g-time-zone 'Z' and minutes and seconds set to be interpreted and shown as a date instead of the raw value</p></li><li style="list-style-type: disc"><p>
 [DIRSTUDIO-291] - Adding of an objectclass requiring attributes not present to an entry in the ldap browser, modify operation fails</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-260] - Unable to do a DSML Export from eDirectory</p></li></ul></div>
+		</p><p>
+			<span class="emphasis"><em>Improvement</em></span>
+		</p><p>
+			<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-407] - In the NewEntryWizard, the first selected object class on the left side should be added if the Enter key is hit in the text field</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-383] - Make "Fetch subentries" setting configurable per connection, move from browser preferences to connection properties</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-378] - An attribute name containing an underscore ("_") is split in two when used in "Returning Attributes" field of the "Search" dialog</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-377] - Add value editor for OIDs</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-363] - Browser View doesn't accept menu additions thru viewerContribution extension point</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-327] - Add support for Paged Results Control</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-3
 11] - Provide Goto DN dialog</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-291] - Using the 'new entry'/'use existing entry as template' feature from the context menu of an entry, the parent dn is also copied from the template entry </p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-244] - Add selection for copy strategy if an entry to copy already exists</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-228] - Mask userPassword in the log view</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-147] - Allow LDIF imports to overwrite existing entries</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-116] - Expand all folds by default</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-114] - Group container entries first in browser view</p></li></ul></div>
+		</p><p>
+			<span class="emphasis"><em>New Feature</em></span>
+		</p><p>
+			<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-385] - Add dialog to create a new context entry</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-356] - Add a way to get the connection config as an URL</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-297] - Add a 'save as' for logs</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-153] - Allow offline modifications of entries</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-107] - Enable Select/Copy in Property page of RootDSE in order to copy and paste detected OIDs</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-85] - Add support for search dialog to include * and + for returnable attributes</p></li></ul></div>
+		</p><p>
+			<span class="emphasis"><em>Task</em></span>
+		</p><p>
+			<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-375] - Move each plugin IDs in a plugin.properties file</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-374] - Clean duplicated dependencies in plugins</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-19] - Add Javadoc to LDAP Browser classes</p></li></ul></div>
+		</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N13D98"></a>Apache Directory Studio 1.2.0 - (2008, august 18th)</h2></div></div></div><p>
+			<span class="emphasis"><em>Bug</em></span>
+		</p><p>
+			<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-365] - Can't delete entry with studio 1.1.0. works with 1.0.1</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-360] - cannot read attribute from items with a / in the dn</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-349] - Unable to enter large values for uid</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-341] - Paste error</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-336] - Errors when parsing schema of some LDAP servers</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-326] - Non-Operational attributes are marked as operational when bind to Siemens DirX 7.0</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-319] - LDAP Browser creating new entry becomes empty and unusable in Windows Vista after certain actions</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-318] - Rename of multi-values RDN does not work when changing the second RDN
 </p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-315] - Choosing new value, in entry editor shows new entry when server error occures</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-298] - NullPointerException raised when drag'n'dropping a connection to a folder (on Mac OS X only)</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-273] - Unable to get Base DNs on OID (Oracle Internet Directory)</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-209] - Cannot expand attribute list</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-157] - Studio looses STRG-V over some time of use</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-121] - Some property pages make the dialog very tall</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-89] - Entry painted even though not created in server</p></li></ul></div>
+		</p><p>
+			<span class="emphasis"><em>Improvement</em></span>
+		</p><p>
+			<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-361] - Auto-activate 'show operational attributes' when adding an operational attribute</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-329] - Replace internal URL class by shared-ldap LdapURL class</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-126] - Triple click to edit attribute</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-46] - Add connections import/export</p></li></ul></div>
+		</p><p>
+			<span class="emphasis"><em>New Feature</em></span>
+		</p><p>
+			<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-328] - Search Logs View</p></li></ul></div>
+		</p><p>
+			<span class="emphasis"><em>Task</em></span>
+		</p><p>
+			<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-128] - Replace internal schema parser with the schema parser in shared-ldap.</p></li></ul></div>
+		</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N13E06"></a>
+			Apache Directory Studio 1.1.0 - (2008, march 31st)
+		</h2></div></div></div><p>
+			<span class="emphasis"><em>Bug</em></span>
+		</p><p>
+			<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-286] - Update Site is not working, missing dependencies in ldifeditor, ldapbrower and schemaeditor feature</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-285] - Export into LDIF format could be corrupted</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-281] - LDIF and Apache DS configuration files can't be saved in RCP mode</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-279] - Filter Editor doesn't remove spaces and line breaks after OK</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-270] - Copy and paste does not work when value being edited</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-269] - Attributes not displayed when browsing BEA Weblogic embedded LDAP</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-267] - Clicking on a bookmark loops and does not display attributes</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-261] - LDAP
  Browser shows same root objects two times under Root DSE</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-252] - Advanced value editors don't work in NewEntryWizard</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-250] - Unable to load entries if RDN is quoted and contains unescaped comma</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-249] - Modification Logs view does not display request controls, if sent to the server</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-247] - Don't use implicit ManageDsaIT control magic of JNDI</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-242] - Inconsistent state of the Entry Editor after using "New Value" (or "New Attribute...") and pressing "Escape".</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-235] - Non ASCII characters are not rendered properly in the LDAP Browser View when label is limited to a certain number of characters</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-233] - Browsi
 ng base DN returns [LDAP: error code 10 - Referral]</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-230] - Locate Dn in DIT Action does not work well</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-223] - NullPointerException raised when adding values in the New Entry Wizard</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-222] - Pb when creating an entry with an invalid atribute as a RDN</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-220] - lowercase {crypt} in userPassword is an "Unsupported Hash Method"</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-210] - Filter parser accepts bad filters</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-197] - Following referrals throws NPE</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-184] - Error while reading entry in Active Directory</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-154] - Studio getting slower and slower on bulk operations</p></li><li style="list-style-type: di
 sc"><p>[DIRSTUDIO-152] - New entry creator does not know that 'dc' and 'domainComponent' is the same thing</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-139] - Operational attributes not shown in the Entry Editor</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-120] - 100% CPU when deleting thousands of entries</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-95] - Not returning large queries</p></li></ul></div>
+		</p><p>
+			<span class="emphasis"><em>Improvement</em></span>
+		</p><p>
+			<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-221] - Improve Object Class selection in the New Entry Wizard</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-156] - useability improvement: when exporting an OU use the applied filter by default</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-138] - Add visual feedback to the user, if SSL (ldaps) is enabled</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-123] - Refactor IConnection interface and Connection class</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-119] - Allow user to disabled the Modification logs windows</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-37] - Improve authentication methods and security mechanisms</p></li></ul></div>
+		</p><p>
+			<span class="emphasis"><em>New Feature</em></span>
+		</p><p>
+			<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-248] - Add support for simulated moving of non-leaf entries</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-246] - Add support for simulated renaming of non-leaf entries</p></li></ul></div>
+		</p><p>
+			<span class="emphasis"><em>Task</em></span>
+		</p><p>
+			<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-229] - Replace internal DN/RDN/RDNPart with LdapDN/Rdn/ATAV of shared-ldap</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-142] - Add SASL authentication</p></li></ul></div>
+		</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N13EA4"></a>
+			Apache Directory Studio 1.0.1 - (2007, september 10)
+		</h2></div></div></div><p>
+			<span class="emphasis"><em>Bug</em></span>
+		</p><p>
+			<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-162] - Delete old RDN on rename has no effect</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-183] - It's not possible to select a Connection in a New Search</p></li><li style="list-style-type: disc"><p>[DIRSTUDIO-186] - When copying an entry it isn't displayed correctly in the browser tree</p></li></ul></div>
+		</p><p>
+			<span class="emphasis"><em>Improvement</em></span>
+		</p><p>
+			<div class="itemizedlist"><ul type="bullet"><li style="list-style-type: disc"><p>[DIRSTUDIO-185] - Provide completion for all attribute types in the attribute wizard</p></li></ul></div>
+		</p></div><div class="simplesect" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="N13EC9"></a>
+			Apache Directory Studio 1.0.0 - (2007, september 3rd)
+		</h2></div></div></div><p>
+			Initial release.
+		</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="whats_new.html">Prev</a>&nbsp;</td><td align="center" width="20%">&nbsp;</td><td align="right" width="40%">&nbsp;</td></tr><tr><td valign="top" align="left" width="40%">What's new&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;</td></tr></table></div></body></html>
\ No newline at end of file