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 2012/10/26 16:56:55 UTC

svn commit: r1402538 - in /directory/site/trunk: content/apacheds/news.mdtext content/api/news.mdtext content/news.mdtext templates/index.html templates/navigation.html

Author: elecharny
Date: Fri Oct 26 14:56:55 2012
New Revision: 1402538

URL: http://svn.apache.org/viewvc?rev=1402538&view=rev
Log:
Updated the news pages, removed the one from the main site : we always redirect to the subprojects' news

Removed:
    directory/site/trunk/content/news.mdtext
Modified:
    directory/site/trunk/content/apacheds/news.mdtext
    directory/site/trunk/content/api/news.mdtext
    directory/site/trunk/templates/index.html
    directory/site/trunk/templates/navigation.html

Modified: directory/site/trunk/content/apacheds/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/news.mdtext?rev=1402538&r1=1402537&r2=1402538&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/news.mdtext (original)
+++ directory/site/trunk/content/apacheds/news.mdtext Fri Oct 26 14:56:55 2012
@@ -1,13 +1,79 @@
 # News
 
-## News 1 _posted on MMMM DD, YYYY_
+## ApacheDS 2.0.0-M8 released _posted on October 12, 2012_
 
-Text for _News 1_
+The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M8, the eigth milestone toward a 2.0 version.
 
-## News 2 _posted on MMMM DD, YYYY_
+ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.
 
-Text for _News 2_
+Here is the release note for Apache Directory ApacheDS 2.0.0-M8:
 
-## News 3 _posted on MMMM DD, YYYY_
+* [DIRSERVER-1458 - Cursor API generic usage is totally wrong](https://issues.apache.org/jira/browse/DIRSERVER-1458)
+* [DIRSERVER-1624 - Index are not created when added after the server has been started](https://issues.apache.org/jira/browse/DIRSERVER-1624)
+* [DIRSERVER-1655 - Possible incorrect insertion of modifications in the consumer log](https://issues.apache.org/jira/browse/DIRSERVER-1655)
+* [DIRSERVER-1659 - the apacheds.sh/bat files contains a hard coded revision. This is not good](https://issues.apache.org/jira/browse/DIRSERVER-1659)
+* [DIRSERVER-1663 - NPE when doing add/delete and search at the same time on the same entries](https://issues.apache.org/jira/browse/DIRSERVER-1663)
+* [DIRSERVER-1677 - Dependencies cleanup](https://issues.apache.org/jira/browse/DIRSERVER-1677)
+* [DIRSERVER-1689 - testNoSearchByNonAdmin does not throw an LdapNoPermissionException, as expected](https://issues.apache.org/jira/browse/DIRSERVER-1689)
+* [DIRSERVER-1706 - be sure we close the cursors when the session expires and if we have paged searches or persistent search going on](https://issues.apache.org/jira/browse/DIRSERVER-1706)
+* [DIRSERVER-1709 - Adding an index does not create the index if the server is already started](https://issues.apache.org/jira/browse/DIRSERVER-1709)
+* [DIRSERVER-1710 - The memory default (128M) is not enouh in most case](https://issues.apache.org/jira/browse/DIRSERVER-1710)
+* [DIRSERVER-1715 - Implement backward browse for DescendantCursor and ChildrenCursor](https://issues.apache.org/jira/browse/DIRSERVER-1715)
+* [DIRSERVER-1718 - Problems when adding a schema containing one or more uppercased letters](https://issues.apache.org/jira/browse/DIRSERVER-1718)
+* [DIRSERVER-1722 - The PagedSearchIT.testPagedSearchWrongCookie() test blocks randomly the build](https://issues.apache.org/jira/browse/DIRSERVER-1722)
+* [DIRSERVER-1723 - Potential LRUCache exhaustion with searches](https://issues.apache.org/jira/browse/DIRSERVER-1723)
+* [DIRSERVER-1726 - DefaultPasswordValidator always throws PasswordPolicyException when consecutive non-letter chars are in RDN](https://issues.apache.org/jira/browse/DIRSERVER-1726)
+* [DIRSERVER-1727 - LDAP Searches against boolean attributes with booleanMatch equality never return matches](https://issues.apache.org/jira/browse/DIRSERVER-1727)
+* [DIRSERVER-1732 - ERR_04131 The value is expected to be a String](https://issues.apache.org/jira/browse/DIRSERVER-1732)
+* [DIRSERVER-1735 - When ads-pwdmaxage attribute is set to more then 2147483, then all user passwords are expirer forever.](https://issues.apache.org/jira/browse/DIRSERVER-1735)
+* [DIRSERVER-1737 - ApacheDS should be able to start even when one of its indexed attributes can't be found in the schema manager](https://issues.apache.org/jira/browse/DIRSERVER-1737)
+* [DIRSERVER-1738 - Can't restart ApacheDS after setting a value superior to Integer.MAX_VALUE in an AT with Integer syntax](https://issues.apache.org/jira/browse/DIRSERVER-1738)
+* [DIRSERVER-1739 - LDAP Searches Slow](https://issues.apache.org/jira/browse/DIRSERVER-1739)
+* [DIRSERVER-1744 - Compex LDAP search filters returning unmatched objects](https://issues.apache.org/jira/browse/DIRSERVER-1744)
+* [DIRSERVER-1747 - Presence index is not up to date when the server is started](https://issues.apache.org/jira/browse/DIRSERVER-1747)
+* [DIRSERVER-1748 - EqualityEvaluator does not work correctly](https://issues.apache.org/jira/browse/DIRSERVER-1748)
 
-Text for _News 3_
\ No newline at end of file
+
+Note that this is a milestone, and some parts of the API or configuration can change before the 2.0 GA. We don't have any defined time frame for the 2.0-GA release, we do expect to release a few more milestones before reaching the 2.0-GA.
+
+Downloads are available at [http://directory.apache.org/apacheds/2.0/downloads.html](http://directory.apache.org/apacheds/2.0/downloads.html)
+
+## ApacheDS 2.0.0-M7 released _posted on May 21, 2012_
+
+The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M7, the seventh milestone toward a 2.0 version.
+
+ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.
+
+Here is the release note for Apache Directory ApacheDS 2.0.0-M7:
+
+[DIRSERVER-1093 - the ResourceRecordEncoder and QuestionRecordEncoder have bug for empty domainName](https://issues.apache.org/jira/browse/DIRSERVER-1093)
+[DIRSERVER-1697 - Creation of new syntax fails due to ERR_277 Attribute m-obsolete not declared in objectClasses of entry](https://issues.apache.org/jira/browse/DIRSERVER-1697)
+[DIRSERVER-1698 - Search on entries with multiple AVA in RDN does not work correctly if the initial RDN order is not used](https://issues.apache.org/jira/browse/DIRSERVER-1698)
+[DIRSERVER-1702 - Adding an index through annotation does not work](https://issues.apache.org/jira/browse/DIRSERVER-1702)
+[DIRSERVER-1712 - If the index are created using their alias, they are deleted immediately](https://issues.apache.org/jira/browse/DIRSERVER-1712)
+[DIRSERVER-1711 - Index initialization is taking way too much time](https://issues.apache.org/jira/browse/DIRSERVER-1711)
+[DIRSERVER-1713 - Error on console with first start of clean system](https://issues.apache.org/jira/browse/DIRSERVER-1713)
+
+Note that this is a milestone, and some parts of the API or configuration can change before the 2.0 GA. We don't have any defined time frame for the 2.0-GA release, we do expect to release a few more milestones before reaching the 2.0-GA.
+
+Downloads are available at [http://directory.apache.org/apacheds/2.0/downloads.html](http://directory.apache.org/apacheds/2.0/downloads.html)
+
+## ApacheDS 2.0.0-M6 released _posted on February 29, 2012_
+The Apache Directory team is pleased to announce the release of ApacheDS 2.0.0-M6, the sixth milestone toward a 2.0 version.
+
+ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.
+
+Here is the release note for Apache Directory ApacheDS 2.0.0-M6:
+
+Note that this is a milestone, and some parts of the API or configuration can change before the 2.0 GA. We don't have any defined time frame for the 2.0-GA release, we do expect to release a few more milestones before reaching the 2.0-GA.
+
+[DIRSERVER-1644 - User provided value is not retained during rename operation](https://issues.apache.org/jira/browse/DIRSERVER-1644)
+[DIRSERVER-1681 - adding entries with attribute userCertificate;binary fails with "No such attribute"](https://issues.apache.org/jira/browse/DIRSERVER-1681)
+[DIRSERVER-1692 - Unable to add a JPEG image to an entry due to an 'Invalid Attribute Syntax' error](https://issues.apache.org/jira/browse/DIRSERVER-1692)
+[DIRSERVER-1693 - Renaming an entry when the RDN uses a case insensitive AT should be possible](https://issues.apache.org/jira/browse/DIRSERVER-1693)
+[DIRSERVER-1694 - Renaming an existing entry with a DN containing upper cased chars will not store the CN as provided](https://issues.apache.org/jira/browse/DIRSERVER-1694)
+[DIRSERVER-1696 - Creation of an entry like cn=test1+cn=test2, ou=system should not be allowed](https://issues.apache.org/jira/browse/DIRSERVER-1696)
+[DIRSERVER-1699 - DN/RDN handling is incorrect when there are some escaped values into them](https://issues.apache.org/jira/browse/DIRSERVER-1699)
+[DIRSERVER-1700 - Version in Root DSE is reported as '$pom.version'](https://issues.apache.org/jira/browse/DIRSERVER-1700)
+
+Downloads are available at [http://directory.apache.org/apacheds/2.0/downloads.html](http://directory.apache.org/apacheds/2.0/downloads.html)

Modified: directory/site/trunk/content/api/news.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/api/news.mdtext?rev=1402538&r1=1402537&r2=1402538&view=diff
==============================================================================
--- directory/site/trunk/content/api/news.mdtext (original)
+++ directory/site/trunk/content/api/news.mdtext Fri Oct 26 14:56:55 2012
@@ -1,13 +1,30 @@
 # News
 
-## News 1 _posted on MMMM DD, YYYY_
+## Apache Directory LDAP API 1.0.0-M13 released _posted on Friday 12, 2012_
 
-Text for _News 1_
+The Apache Directory Team is proud to announce the availability of the 1.0.0-M13 version of the Apache Directory LDAP API.
 
-## News 2 _posted on MMMM DD, YYYY_
+The Apache Directory LDAP client API is an ongoing effort to provide an enhanced LDAP API, as a replacement for JNDI and the existing LDAP API (jLdap and Mozilla LDAP API).
 
-Text for _News 2_
+This is a schema aware API, with some convenient ways to access a LDAP server. This API is not only targeting the Apache Directory Server, but should work pristine with any LDAP server.
 
-## News 3 _posted on MMMM DD, YYYY_
+It's also an extensible API : new Controls, schema elements and network layer could be added or used in the near future. It's also OSGi capable.
 
-Text for _News 3_
\ No newline at end of file
+In this milestone, we have fixed some issues :
+
+* [DIRAPI-87 - The search() method does not return the same result if it's done with a SearchRequest or with parameters](https://issues.apache.org/jira/browse/DIRSHARED-87)
+* [DIRAPI-88 - RDN parsing fails with values containing a # character followed by other characters](https://issues.apache.org/jira/browse/DIRSHARED-88)
+* [DIRSHARED-135 - LdapNetworkConnection should be thread-safe](https://issues.apache.org/jira/browse/DIRSHARED-135)
+* [DIRSHARED-136 - NPE in AntlrSubtreeSpecificationParser when initialized with an empty schema manager](https://issues.apache.org/jira/browse/DIRSHARED-136)
+* [DIRSHARED-137 - Logically incorrect filter construction while parsing DSML search request](https://issues.apache.org/jira/browse/DIRSHARED-137)
+* [DIRSHARED-138 - Cannot transform SearchRequestDsml object to DSML format](https://issues.apache.org/jira/browse/DIRSHARED-138)
+
+Here is the release note for Apache Directory LDAP API 1.0.0-M13:
+Feel free to experiment, we highly appreciate your feedback !
+
+Web site : [http://directory.apache.org/api/](http://directory.apache.org/api/)
+
+Download : [http://directory.apache.org/api/downloads.html](http://directory.apache.org/api/downloads.html)
+
+User Guide : [http://directory.apache.org/api/user-guide.html](http://directory.apache.org/api/user-guide.html)
+_
\ No newline at end of file

Modified: directory/site/trunk/templates/index.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/index.html?rev=1402538&r1=1402537&r2=1402538&view=diff
==============================================================================
--- directory/site/trunk/templates/index.html (original)
+++ directory/site/trunk/templates/index.html Fri Oct 26 14:56:55 2012
@@ -2,7 +2,4 @@
 
 {% block content %}
     {{content|markdown}}
-    {% block news %}
-        <div class="news">{% filter markdown %}{% include "../content/news.mdtext" %}{% endfilter %}</div>
-    {% endblock %}
 {% endblock %}
\ No newline at end of file

Modified: directory/site/trunk/templates/navigation.html
URL: http://svn.apache.org/viewvc/directory/site/trunk/templates/navigation.html?rev=1402538&r1=1402537&r2=1402538&view=diff
==============================================================================
--- directory/site/trunk/templates/navigation.html (original)
+++ directory/site/trunk/templates/navigation.html Fri Oct 26 14:56:55 2012
@@ -3,9 +3,9 @@
     {% block project-navigation %}
     <h5>Latest News</h5>
     <ul>
-        <li><a href="{{base}}#news">ApacheDS</a></li>
-        <li><a href="{{base}}studio/#news">Apache Directory Studio</a></li>
-        <li><a href="{{base}}api/#news">Apache LDAP API</a></li>
+        <li><a href="{{base}}apacheds/news.html">ApacheDS</a></li>
+        <li><a href="{{base}}studio/news.html">Apache Directory Studio</a></li>
+        <li><a href="{{base}}api/news.html">Apache LDAP API</a></li>
     </ul>
     <h5>Latest Downloads</h5>
     <ul>
@@ -19,10 +19,10 @@
         <li><a href="{{base}}studio/">Apache Directory Studio</a></li>
         <li><a href="{{base}}api/">Apache LDAP API</a></li>
     </ul>
-    <h5>Sandbox</h5>
+    <!--h5>Sandbox</h5>
     <ul>
         <li><a href="{{base}}triplesec/">Triplesec</a></li>
-    </ul>
+    </ul-->
     <h5>Resources</h5>
     <ul>
         <li><a href="{{base}}articles.html">Articles</a></li>