You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/01/09 17:44:44 UTC

svn commit: r1229244 - /directory/studio/trunk/application/docs/Release Notes.txt

Author: pamarcelot
Date: Mon Jan  9 16:44:44 2012
New Revision: 1229244

URL: http://svn.apache.org/viewvc?rev=1229244&view=rev
Log:
Updated 'Release Notes' file.

Modified:
    directory/studio/trunk/application/docs/Release Notes.txt

Modified: directory/studio/trunk/application/docs/Release Notes.txt
URL: http://svn.apache.org/viewvc/directory/studio/trunk/application/docs/Release%20Notes.txt?rev=1229244&r1=1229243&r2=1229244&view=diff
==============================================================================
--- directory/studio/trunk/application/docs/Release Notes.txt (original)
+++ directory/studio/trunk/application/docs/Release Notes.txt Mon Jan  9 16:44:44 2012
@@ -1,5 +1,71 @@
 Release Notes
 
+Apache Directory Studio 2.0.0-M1
+
+Bug
+  * [DIRSTUDIO-301] - Intermittant ClassCastException from dom4j.DocumentFactory.getInstance()
+  * [DIRSTUDIO-428] - Same Name for attribute type and objectclass
+  * [DIRSTUDIO-454] - Colliding attributeType and objectClass names not supported
+  * [DIRSTUDIO-564] - Update ApacheDS core schema files to the latest version
+  * [DIRSTUDIO-651] - Typo in french translation
+  * [DIRSTUDIO-653] - The 'Choose' text for buttons on the AT and OC selection dialog has not been extracted for localization
+  * [DIRSTUDIO-658] - Exiting Directory Studio consumes CPU for couple of minutes
+  * [DIRSTUDIO-659] - Studio prompts for password even when "No Authentication" is selected
+  * [DIRSTUDIO-663] - can't import openldap schema having an attribute and an objectclass with the same alias
+  * [DIRSTUDIO-673] - Typo in the "check authentication" error message in the french translation
+  * [DIRSTUDIO-696] - ApacheDS Configuration plugin fails to open configuration file version 1.5.5 and 1.5.4 when NTP is enabled
+  * [DIRSTUDIO-698] - KeyDerivation interceptor missing in the ApacheDS Configuration Editor
+  * [DIRSTUDIO-699] - Interceptors order is not read/saved correctly in the ApacheDS Configuration Editor
+  * [DIRSTUDIO-703] - DSML Export fails to export when the size limit is hit
+  * [DIRSTUDIO-704] - NullPointerException creating new online schema editor project
+  * [DIRSTUDIO-708] - NPE when renaming a referral in 'Automatic' or 'Manual' Referral Handling mode
+  * [DIRSTUDIO-710] - SearchResultEntryDsml not setting attribute name correctly
+  * [DIRSTUDIO-716] - Error while opening connection : NPE
+  * [DIRSTUDIO-724] - Too many events: Outline and Modifications Logs views are refreshed multiple times
+  * [DIRSTUDIO-726] - Added a binary attributes in preference is not stored correctly
+  * [DIRSTUDIO-727] - It is possible to add empty Binary Attributes and Binary Syntax Definitions in the preferences
+  * [DIRSTUDIO-728] - Wrong attribute name in entry editor
+  * [DIRSTUDIO-731] - Editing RDN attribute should open rename dialog
+  * [DIRSTUDIO-734] - Schema error: Alias NAME is already used by another item: object class with OID
+  * [DIRSTUDIO-740] - Potential bug when using String.toLowerCase() method with a Turkish locale
+  * [DIRSTUDIO-742] - Directory Studio will not start if its installation directory is not writeable
+  * [DIRSTUDIO-748] - Entry attribute name not displayed correctly in Table Entry Editor.
+  * [DIRSTUDIO-749] - Syntaxes shouldn't have/use 'names' (or 'aliases') but 'description' instead
+  * [DIRSTUDIO-754] - Some values in the 'Text Formats' preference page are not saved between launches
+
+Improvement
+  * [DIRSTUDIO-413] - Add possibility to make connections read-only
+  * [DIRSTUDIO-432] - Better error message for invalid LDIF records on import
+  * [DIRSTUDIO-445] - Allow the user to rename a schema in the editor
+  * [DIRSTUDIO-446] - Allow the user to rename any item using the F2 shortcut
+  * [DIRSTUDIO-447] - Add the ability to use wildcards (?, *) in the ATs or OCs selection dialog to ease the search
+  * [DIRSTUDIO-649] - The 'Installed JREs' preference page should mention Apache DS plugin and not Java projects
+  * [DIRSTUDIO-655] - Switch usage of SWT MessageBox to JFace MessageDialog for info, warning and error dialogs
+  * [DIRSTUDIO-685] - Move duplicated 'ViewFormWidget' class to the 'common.ui' plugin
+  * [DIRSTUDIO-717] - Add application for Windows 64 Bit
+  * [DIRSTUDIO-722] - LDIF parser should allow attribute names with underscore ("_")
+  * [DIRSTUDIO-746] - Add support for the Full Screen feature of OS X Lion
+  * [DIRSTUDIO-752] - Improve fault tolerance when reading an online schema from a connection
+
+New Feature
+  * [DIRSTUDIO-112] - Export schema
+  * [DIRSTUDIO-320] - Studio exits without showing a confirmation dialog
+  * [DIRSTUDIO-692] - User should be able to supress the version line in exported LDIF files
+  * [DIRSTUDIO-694] - Add ability to export certificates in the 'Certificate Validation' preference page
+  * [DIRSTUDIO-712] - Add a 'Go to DN...' action to the Navigate menu in Eclipse
+  * [DIRSTUDIO-755] - Implement the 'Add...' button in the 'Certificate Validation' preference page
+
+Task
+  * [DIRSTUDIO-683] - Add a generic way to run Eclipse Jobs and Studio runnables in the 'common.core' plugin and extend this in other plugins
+  * [DIRSTUDIO-684] - Convert remaining Eclipse Jobs in LDAP Browser to Studio runnable API
+  * [DIRSTUDIO-688] - Remove the 'jars' plugins and create one specific plugin per external library dependency
+  * [DIRSTUDIO-697] - Add support for ApacheDS 1.5.7 'server.xml' configuration file
+  * [DIRSTUDIO-718] - Update Eclipse dependencies to version 3.6.1
+  * [DIRSTUDIO-737] - Update Eclipse dependencies to version 3.7.0
+  * [DIRSTUDIO-751] - Update Eclipse dependencies to version 3.7.1
+
+--------------------------------------------------------------------------------
+
 Apache Directory Studio 1.5.3
 
 Bug