You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/08/30 10:25:44 UTC

svn commit: r264739 - in /directory/apacheds: tags/release-0.9.2/CHANGES.txt trunk/CHANGES.txt

Author: akarasulu
Date: Tue Aug 30 01:25:40 2005
New Revision: 264739

URL: http://svn.apache.org/viewcvs?rev=264739&view=rev
Log:
updating change logs

Modified:
    directory/apacheds/tags/release-0.9.2/CHANGES.txt
    directory/apacheds/trunk/CHANGES.txt

Modified: directory/apacheds/tags/release-0.9.2/CHANGES.txt
URL: http://svn.apache.org/viewcvs/directory/apacheds/tags/release-0.9.2/CHANGES.txt?rev=264739&r1=264738&r2=264739&view=diff
==============================================================================
--- directory/apacheds/tags/release-0.9.2/CHANGES.txt (original)
+++ directory/apacheds/tags/release-0.9.2/CHANGES.txt Tue Aug 30 01:25:40 2005
@@ -8,6 +8,55 @@
   0.9.2 ... 0.9.n et. cetera. until there is a feature freeze and a stable
   release is created like 0.10.
 
+Changes in 0.9.2 (since 0.9.1)
+==============================
+ o 3.5x boost in performance due to changes to DnComparator by Emmanuel Lecharny
+ o Fixed Server Bugs:
+    * [DIREVE-165] - Parser failure on name: Antlr exception trace: line 15:7: unexpected char: '#'
+    * [DIREVE-167] - specification of server.xml arg. file when starting DS fails if server.xml is specified with absolute path
+    * [DIREVE-173] - On modifyRdn server now adds additional Rdn attribute
+    * [DIREVE-176] - Admin user is missing the required cn and dn attributes on initial startup.
+    * [DIREVE-177] - The bahavior of LockableAttributesImpl.put() is different from that of BasicAttributes.
+    * [DIREVE-178] - Custom authenticator is never called
+    * [DIREVE-179] - NormalizationService is failing to parse escaped names
+    * [DIREVE-180] - Problem with the shutdown sequence.
+    * [DIREVE-188] - JdbmContextPartition doesn't search an attribute added by MODIFY operation at first.
+    * [DIREVE-210] - All User Attribures ("*") is not supported
+    * [DIREVE-215] - Wrong error messages for some operations
+    * [DIREVE-216] - Adding new object classes to an entry removes the old ones
+    * [DIREVE-217] - ExceptionService bypasses all interceptors in the chain.
+    * [DIREVE-219] - RFC3673 (all operational attributes) support is incomplete
+    * [DIREVE-220] - Modify operation attempt on admin uid removes the uid attribute
+    * [DIREVE-221] - search on specific object class results in java.lang.NoSuchMethodError
+    * [DIREVE-226] - Compare operation on non existing or invalid attributes causes wrong return codes
+    * [DIREVE-227] - Fetching the schema fails on some LDAP clients
+    * [DIREVE-228] - Schema container issue.
+    * [DIREVE-230] - Deletion of RDN and objectClass attribute
+    * [DIREVE-232] - Modify operation (removal) provides wrong return codes in two situations.
+ o New Server Features:
+    * [DIREVE-128] - setup command line arguments (property parameters)
+    * [DIREVE-212] - Ability to add/remove ContextPartitions in runtime
+    * [DIREVE-213] - Design DIT structure for storing server and service configuration information within the ou=system partition
+    * [DIREVE-214] - Make Interceptor chains runtime configurable 
+ o Server Improvements:
+    * [DIREVE-189] - log4j.properties is being bundled by the jar:resource goal - override it in maven.xml
+    * [DIREVE-209] - standalone script should use apacheds-server.xml by default
+    * [DIREVE-211] - Add vendorVersion to attributes of Root DSE
+ o Server Tasks:
+    * [DIREVE-50] - Logging IBS
+ o LDAP Common Fixed Bugs:
+    * [DIRLDAP-23] - DnParser throws IOException in Java 5
+    * [DIRLDAP-24] - Ldif parser does not accept comments
+    * [DIRLDAP-26] - Ldif file could have multi-lines atrribute values
+    * [DIRLDAP-29] - Class SnickersEncoder does not send data with a WritableByteChannel on Linux
+    * [DIRLDAP-34] - DnParser does not respect RFC2253
+    * [DIRLDAP-36] - Order of multi-valued RDN should not matters while comparing
+    * [DIRLDAP-39] - Unicode Attributes allowed in a DN (but not in the RFC 2253!)
+    * [DIRLDAP-44] - Invalid rule in filter grammar
+ o Added LDAP Common Improvements:
+
+    * [DIRLDAP-48] - The type of the subtree base in the SubtreeSpecification bean should be Name instead String
+    * [DIRLDAP-49] - new Subtree Specification (RFC 3672) implementation
 
 Changes in 0.9.1 (since 0.9)
 ============================

Modified: directory/apacheds/trunk/CHANGES.txt
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/CHANGES.txt?rev=264739&r1=264738&r2=264739&view=diff
==============================================================================
--- directory/apacheds/trunk/CHANGES.txt (original)
+++ directory/apacheds/trunk/CHANGES.txt Tue Aug 30 01:25:40 2005
@@ -8,6 +8,55 @@
   0.9.2 ... 0.9.n et. cetera. until there is a feature freeze and a stable
   release is created like 0.10.
 
+Changes in 0.9.2 (since 0.9.1)
+==============================
+ o 3.5x boost in performance due to changes to DnComparator by Emmanuel Lecharny
+ o Fixed Server Bugs:
+    * [DIREVE-165] - Parser failure on name: Antlr exception trace: line 15:7: unexpected char: '#'
+    * [DIREVE-167] - specification of server.xml arg. file when starting DS fails if server.xml is specified with absolute path
+    * [DIREVE-173] - On modifyRdn server now adds additional Rdn attribute
+    * [DIREVE-176] - Admin user is missing the required cn and dn attributes on initial startup.
+    * [DIREVE-177] - The bahavior of LockableAttributesImpl.put() is different from that of BasicAttributes.
+    * [DIREVE-178] - Custom authenticator is never called
+    * [DIREVE-179] - NormalizationService is failing to parse escaped names
+    * [DIREVE-180] - Problem with the shutdown sequence.
+    * [DIREVE-188] - JdbmContextPartition doesn't search an attribute added by MODIFY operation at first.
+    * [DIREVE-210] - All User Attribures ("*") is not supported
+    * [DIREVE-215] - Wrong error messages for some operations
+    * [DIREVE-216] - Adding new object classes to an entry removes the old ones
+    * [DIREVE-217] - ExceptionService bypasses all interceptors in the chain.
+    * [DIREVE-219] - RFC3673 (all operational attributes) support is incomplete
+    * [DIREVE-220] - Modify operation attempt on admin uid removes the uid attribute
+    * [DIREVE-221] - search on specific object class results in java.lang.NoSuchMethodError
+    * [DIREVE-226] - Compare operation on non existing or invalid attributes causes wrong return codes
+    * [DIREVE-227] - Fetching the schema fails on some LDAP clients
+    * [DIREVE-228] - Schema container issue.
+    * [DIREVE-230] - Deletion of RDN and objectClass attribute
+    * [DIREVE-232] - Modify operation (removal) provides wrong return codes in two situations.
+ o New Server Features:
+    * [DIREVE-128] - setup command line arguments (property parameters)
+    * [DIREVE-212] - Ability to add/remove ContextPartitions in runtime
+    * [DIREVE-213] - Design DIT structure for storing server and service configuration information within the ou=system partition
+    * [DIREVE-214] - Make Interceptor chains runtime configurable
+ o Server Improvements:
+    * [DIREVE-189] - log4j.properties is being bundled by the jar:resource goal - override it in maven.xml
+    * [DIREVE-209] - standalone script should use apacheds-server.xml by default
+    * [DIREVE-211] - Add vendorVersion to attributes of Root DSE
+ o Server Tasks:
+    * [DIREVE-50] - Logging IBS
+ o LDAP Common Fixed Bugs:
+    * [DIRLDAP-23] - DnParser throws IOException in Java 5
+    * [DIRLDAP-24] - Ldif parser does not accept comments
+    * [DIRLDAP-26] - Ldif file could have multi-lines atrribute values
+    * [DIRLDAP-29] - Class SnickersEncoder does not send data with a WritableByteChannel on Linux
+    * [DIRLDAP-34] - DnParser does not respect RFC2253
+    * [DIRLDAP-36] - Order of multi-valued RDN should not matters while comparing
+    * [DIRLDAP-39] - Unicode Attributes allowed in a DN (but not in the RFC 2253!)
+    * [DIRLDAP-44] - Invalid rule in filter grammar
+ o Added LDAP Common Improvements:
+    * [DIRLDAP-48] - The type of the subtree base in the SubtreeSpecification bean should be Name instead String
+    * [DIRLDAP-49] - new Subtree Specification (RFC 3672) implementation
+
 
 Changes in 0.9.1 (since 0.9)
 ============================