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 2016/11/08 22:07:20 UTC

svn commit: r1768795 - in /directory/site/trunk: content/index.mdtext content/studio/changelog.mdtext content/studio/news.mdtext lib/path.pm

Author: seelmann
Date: Tue Nov  8 22:07:20 2016
New Revision: 1768795

URL: http://svn.apache.org/viewvc?rev=1768795&view=rev
Log:
Update website with Studio 2.0.0-M12 release

Modified:
    directory/site/trunk/content/index.mdtext
    directory/site/trunk/content/studio/changelog.mdtext
    directory/site/trunk/content/studio/news.mdtext
    directory/site/trunk/lib/path.pm

Modified: directory/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/index.mdtext?rev=1768795&r1=1768794&r2=1768795&view=diff
==============================================================================
--- directory/site/trunk/content/index.mdtext (original)
+++ directory/site/trunk/content/index.mdtext Tue Nov  8 22:07:20 2016
@@ -52,7 +52,7 @@ td {font-size: 12px;}
       <!-- Apache Studio project -->
 	    <td witdh="50%" style="border-width: 0; padding-left: 15px; width:50%;" valign="top">
         <div class="download-link">
-          <a href="./../studio/downloads.html" class="download_badge_studio"><b>Download Apache<br>Directory Studio 2.0.0-M10</b></a>
+          <a href="./../studio/downloads.html" class="download_badge_studio"><b>Download Apache<br>Directory Studio 2.0.0-M12</b></a>
         </div>
 		
 		    <div class="separator">&nbsp;</div>

Modified: directory/site/trunk/content/studio/changelog.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/studio/changelog.mdtext?rev=1768795&r1=1768794&r2=1768795&view=diff
==============================================================================
--- directory/site/trunk/content/studio/changelog.mdtext (original)
+++ directory/site/trunk/content/studio/changelog.mdtext Tue Nov  8 22:07:20 2016
@@ -18,6 +18,37 @@ Notice: Licensed to the Apache Software
 
 # ChangeLog
 
+## Apache Directory Studio Version 2.0.0-M12 (November 1st 2016)
+
+* [DIRSTUDIO-738](https://issues.apache.org/jira/browse/DIRSTUDIO-738)   - Modular Crypt Format Salts are incorrectly displayed
+* [DIRSTUDIO-919](https://issues.apache.org/jira/browse/DIRSTUDIO-919)   - Invalid thread access when saving an new ApacheDS 2.0 configuration file
+* [DIRSTUDIO-1026](https://issues.apache.org/jira/browse/DIRSTUDIO-1026) - Searching for an AT or an OC using an alternate name does not find it
+* [DIRSTUDIO-1050](https://issues.apache.org/jira/browse/DIRSTUDIO-1050) - High CPU load when opening attribute editor with Eclipse Mars
+* [DIRSTUDIO-1075](https://issues.apache.org/jira/browse/DIRSTUDIO-1075) - ADS does not work with Oracle JRE 9
+* [DIRSTUDIO-1080](https://issues.apache.org/jira/browse/DIRSTUDIO-1080) - Unable to save Server-Configuration: ERR_55 Trying to remove an non-existant attribute: attributetype
+* [DIRSTUDIO-1081](https://issues.apache.org/jira/browse/DIRSTUDIO-1081) - Unable to save any configuration with apacheDS 2.0 and apache studio 2.0 M10
+* [DIRSTUDIO-1082](https://issues.apache.org/jira/browse/DIRSTUDIO-1082) - 'Save configuration' encountered a problem
+* [DIRSTUDIO-1083](https://issues.apache.org/jira/browse/DIRSTUDIO-1083) - Unable to save Configuration
+* [DIRSTUDIO-1085](https://issues.apache.org/jira/browse/DIRSTUDIO-1085) - "Show Default Schema" doesn't seem to do anything
+* [DIRSTUDIO-1090](https://issues.apache.org/jira/browse/DIRSTUDIO-1090) - Sorting by value not being applied
+* [DIRSTUDIO-1091](https://issues.apache.org/jira/browse/DIRSTUDIO-1091) - Apache DS M10 hangs at 14% when connectiing on Windows 10
+* [DIRSTUDIO-1095](https://issues.apache.org/jira/browse/DIRSTUDIO-1095) - Preferences : Connections : Certificates => java.lang.NullPointer
+* [DIRSTUDIO-1098](https://issues.apache.org/jira/browse/DIRSTUDIO-1098) - Refresh of entry causes: "Unhandled event loop exception"
+* [DIRSTUDIO-1100](https://issues.apache.org/jira/browse/DIRSTUDIO-1100) - Race condition.
+* [DIRSTUDIO-1101](https://issues.apache.org/jira/browse/DIRSTUDIO-1101) - Can't disable "Allow Anonymous Access"
+* [DIRSTUDIO-1108](https://issues.apache.org/jira/browse/DIRSTUDIO-1108) - Getting Invalid Certificate for userCertificate;binary entry when connecting with LDAPS, LDAP works fine
+* [DIRSTUDIO-1111](https://issues.apache.org/jira/browse/DIRSTUDIO-1111) - Unable to connect to LDS connected to Active Directory over SSL
+* [DIRSTUDIO-1112](https://issues.apache.org/jira/browse/DIRSTUDIO-1112) - NullPointerException when clicking a certificate on the Certificate Validation preference page
+* [DIRSTUDIO-1114](https://issues.apache.org/jira/browse/DIRSTUDIO-1114) - Bad encoding used in text editor for binary data
+* [DIRSTUDIO-1115](https://issues.apache.org/jira/browse/DIRSTUDIO-1115) - Value editor settings are not used and the menu displays wrong entries
+* [DIRSTUDIO-1116](https://issues.apache.org/jira/browse/DIRSTUDIO-1116) - Attribute not sorted alphabetically for multiple entries
+* [DIRSTUDIO-1121](https://issues.apache.org/jira/browse/DIRSTUDIO-1121) - Performance penalty as editor input is always set twice
+* [DIRSTUDIO-1118](https://issues.apache.org/jira/browse/DIRSTUDIO-1118) - Add menu item to repair ApacheDS partitions
+* [DIRSTUDIO-1093](https://issues.apache.org/jira/browse/DIRSTUDIO-1093) - Upgrade to Eclipse Mars.2
+* [DIRSTUDIO-1022](https://issues.apache.org/jira/browse/DIRSTUDIO-1022) - Installers
+
+## Apache Directory Studio Version 2.0.0-M11 (not released)
+
 ## Apache Directory Studio Version 2.0.0-M10 (January 2th 2016)
 
 * CVE-2015-5349 - Command Injection through LDAP CSV export

Modified: directory/site/trunk/content/studio/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/studio/news.mdtext?rev=1768795&r1=1768794&r2=1768795&view=diff
==============================================================================
--- directory/site/trunk/content/studio/news.mdtext (original)
+++ directory/site/trunk/content/studio/news.mdtext Tue Nov  8 22:07:20 2016
@@ -1,5 +1,41 @@
 # News
 
+The Apache Directory Team is pleased to announce the release of Apache Directory Studio 2.0.0-M12, the next milestone release of the version 2.0 of its Eclipse based LDAP Browser and Directory client. 
+
+You can download Apache Directory Studio 2.0.0-M12 as a standalone RCP application for Mac OS X, Linux and Windows here: <http://directory.apache.org/studio/downloads.html>
+
+You can also install it directly in Eclipse using this update site: <http://directory.apache.org/studio/update/>
+
+Here are the release notes for Apache Directory Studio 2.0.0-M12:
+
+* [DIRSTUDIO-738](https://issues.apache.org/jira/browse/DIRSTUDIO-738)   - Modular Crypt Format Salts are incorrectly displayed
+* [DIRSTUDIO-919](https://issues.apache.org/jira/browse/DIRSTUDIO-919)   - Invalid thread access when saving an new ApacheDS 2.0 configuration file
+* [DIRSTUDIO-1026](https://issues.apache.org/jira/browse/DIRSTUDIO-1026) - Searching for an AT or an OC using an alternate name does not find it
+* [DIRSTUDIO-1050](https://issues.apache.org/jira/browse/DIRSTUDIO-1050) - High CPU load when opening attribute editor with Eclipse Mars
+* [DIRSTUDIO-1075](https://issues.apache.org/jira/browse/DIRSTUDIO-1075) - ADS does not work with Oracle JRE 9
+* [DIRSTUDIO-1080](https://issues.apache.org/jira/browse/DIRSTUDIO-1080) - Unable to save Server-Configuration: ERR_55 Trying to remove an non-existant attribute: attributetype
+* [DIRSTUDIO-1081](https://issues.apache.org/jira/browse/DIRSTUDIO-1081) - Unable to save any configuration with apacheDS 2.0 and apache studio 2.0 M10
+* [DIRSTUDIO-1082](https://issues.apache.org/jira/browse/DIRSTUDIO-1082) - 'Save configuration' encountered a problem
+* [DIRSTUDIO-1083](https://issues.apache.org/jira/browse/DIRSTUDIO-1083) - Unable to save Configuration
+* [DIRSTUDIO-1085](https://issues.apache.org/jira/browse/DIRSTUDIO-1085) - "Show Default Schema" doesn't seem to do anything
+* [DIRSTUDIO-1090](https://issues.apache.org/jira/browse/DIRSTUDIO-1090) - Sorting by value not being applied
+* [DIRSTUDIO-1091](https://issues.apache.org/jira/browse/DIRSTUDIO-1091) - Apache DS M10 hangs at 14% when connectiing on Windows 10
+* [DIRSTUDIO-1095](https://issues.apache.org/jira/browse/DIRSTUDIO-1095) - Preferences : Connections : Certificates => java.lang.NullPointer
+* [DIRSTUDIO-1098](https://issues.apache.org/jira/browse/DIRSTUDIO-1098) - Refresh of entry causes: "Unhandled event loop exception"
+* [DIRSTUDIO-1100](https://issues.apache.org/jira/browse/DIRSTUDIO-1100) - Race condition.
+* [DIRSTUDIO-1101](https://issues.apache.org/jira/browse/DIRSTUDIO-1101) - Can't disable "Allow Anonymous Access"
+* [DIRSTUDIO-1108](https://issues.apache.org/jira/browse/DIRSTUDIO-1108) - Getting Invalid Certificate for userCertificate;binary entry when connecting with LDAPS, LDAP works fine
+* [DIRSTUDIO-1111](https://issues.apache.org/jira/browse/DIRSTUDIO-1111) - Unable to connect to LDS connected to Active Directory over SSL
+* [DIRSTUDIO-1112](https://issues.apache.org/jira/browse/DIRSTUDIO-1112) - NullPointerException when clicking a certificate on the Certificate Validation preference page
+* [DIRSTUDIO-1114](https://issues.apache.org/jira/browse/DIRSTUDIO-1114) - Bad encoding used in text editor for binary data
+* [DIRSTUDIO-1115](https://issues.apache.org/jira/browse/DIRSTUDIO-1115) - Value editor settings are not used and the menu displays wrong entries
+* [DIRSTUDIO-1116](https://issues.apache.org/jira/browse/DIRSTUDIO-1116) - Attribute not sorted alphabetically for multiple entries
+* [DIRSTUDIO-1121](https://issues.apache.org/jira/browse/DIRSTUDIO-1121) - Performance penalty as editor input is always set twice
+* [DIRSTUDIO-1118](https://issues.apache.org/jira/browse/DIRSTUDIO-1118) - Add menu item to repair ApacheDS partitions
+* [DIRSTUDIO-1093](https://issues.apache.org/jira/browse/DIRSTUDIO-1093) - Upgrade to Eclipse Mars.2
+* [DIRSTUDIO-1022](https://issues.apache.org/jira/browse/DIRSTUDIO-1022) - Installers
+
+
 <h2 class="news">Apache Directory Studio 2.0-0-M10 released <em>posted on January 2nd, 2016</em></h2>
 
 The Apache Directory Team is pleased to announce the release of Apache Directory Studio 2.0.0-M10, the next milestone release of the version 2.0 of its Eclipse based LDAP Browser and Directory client.

Modified: directory/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/directory/site/trunk/lib/path.pm?rev=1768795&r1=1768794&r2=1768795&view=diff
==============================================================================
--- directory/site/trunk/lib/path.pm (original)
+++ directory/site/trunk/lib/path.pm Tue Nov  8 22:07:20 2016
@@ -3,8 +3,8 @@ package path;
 # Versions (for download links)
 our $version_api = "1.0.0-RC2";
 our $version_apacheds = "2.0.0-M23";
-our $version_studio = "2.0.0.v20151221-M10";
-our $version_studio_name = "2.0.0-M10";
+our $version_studio = "2.0.0.v20161101-M12";
+our $version_studio_name = "2.0.0-M12";
 our $version_mavibot = "1.0.0-M8";
 our $version_escimo = "1.0.0-M1";
 our $version_fortress = "2.0.0-RC1";