Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 41012 invoked from network); 29 Jul 2005 23:19:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jul 2005 23:19:08 -0000 Received: (qmail 16947 invoked by uid 500); 29 Jul 2005 23:19:08 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 16914 invoked by uid 500); 29 Jul 2005 23:19:08 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 16896 invoked by uid 99); 29 Jul 2005 23:19:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2005 16:19:08 -0700 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 29 Jul 2005 16:19:01 -0700 Received: (qmail 41008 invoked by uid 65534); 29 Jul 2005 23:19:07 -0000 Message-ID: <20050729231907.41007.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r226424 - /directory/apacheds/trunk/CHANGES.txt Date: Fri, 29 Jul 2005 23:19:06 -0000 To: commits@directory.apache.org From: akarasulu@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: akarasulu Date: Fri Jul 29 16:19:04 2005 New Revision: 226424 URL: http://svn.apache.org/viewcvs?rev=226424&view=rev Log: formatting Modified: directory/apacheds/trunk/CHANGES.txt Modified: directory/apacheds/trunk/CHANGES.txt URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/CHANGES.txt?rev=226424&r1=226423&r2=226424&view=diff ============================================================================== --- directory/apacheds/trunk/CHANGES.txt (original) +++ directory/apacheds/trunk/CHANGES.txt Fri Jul 29 16:19:04 2005 @@ -16,8 +16,8 @@ o Started using SLF4J and NLog4J eventually to replace commons logging o Enabled multiple instances to exist for a single JVM o Added support for multiple calls to InitialContext with different principals - o Added ContextFactoryService interface that gives user more control to available - ContextFactories in a JVM. + o Added ContextFactoryService interface that gives user more control to + available ContextFactories in a JVM. o Refactoring ... o Created new partition package placing all store related classes there (see org.apache.ldap.server.partition)