Hi guys,

It's been a little hard but I finally managed to generate the release packages 
for Apache Directory Studio 2.0.0-M1.

Given its dependencies, a release of Apache Directory Studio 2.0.0-M1 also 
means a release of Shared/API (1.0.0-M9) and ApacheDS (2.0.0-M4).

Here are the links for each sub-project:

Shared 1.0.0-M9
---------------
  - SVN tag: https://svn.apache.org/repos/asf/directory/shared/tags/1.0.0-M9
  - Nexus repository: 
https://repository.apache.org/content/repositories/orgapachedirectory-038/
  - Generated documentation: http://directory.apache.org/api/gen-docs/1.0.0-M9/
  - Distribution packages: 
http://people.apache.org/~pamarcelot/apache-ldap-api-1.0.0-M9/

ApacheDS 2.0.0-M4
-----------------
  - SVN tag: https://svn.apache.org/repos/asf/directory/apacheds/tags/2.0.0-M4
  - Nexus repository: 
https://repository.apache.org/content/repositories/orgapachedirectory-042/
  - Generated documentation: [generation failed due to an NPE in maven plugins, 
I will investigate this for next release]
  - Distribution packages: 
http://people.apache.org/~pamarcelot/apacheds-2.0.0-M4

Studio 2.0.0-M1 (2.0.0.v20120111)
---------------
  - SVN tag: 
https://svn.apache.org/repos/asf/directory/studio/tags/2.0.0.v20120111
  - Nexus repository: 
https://repository.apache.org/content/repositories/orgapachedirectory-052/
  - Generated documentation: 
http://directory.apache.org/studio/gen-docs/2.0.0.v20120111/
  - Distribution packages: 
http://people.apache.org/~pamarcelot/studio-2.0.0.v20120111/


In Studio's Jira I created a separate 2.0.0-M1 and I attached all currently 
resolved and closed issues to this versions (while still leaving it attached to 
2.0.0 too).
This will allow us to generate separate release notes for each milestone 
version, while keeping a complete list of issues for the 2.0.0 version 
(combining all the milestones).

Here are the release notes for this version:

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
  
Let's vote now:
[ ] +1 | Release Apache Directory Studio 2.0.0-M1 (2.0.0.v20120111)
[ ] +/-0 | Abstain
[ ] -1 | Do NOT release Apache Directory Studio 2.0.0-M1 (2.0.0.v20120111)

Thanks,
Pierre-Arnaud

Reply via email to