Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 87299 invoked from network); 11 Jul 2005 04:06:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2005 04:06:45 -0000 Received: (qmail 29446 invoked by uid 500); 11 Jul 2005 04:06:45 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 29388 invoked by uid 500); 11 Jul 2005 04:06:45 -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 29358 invoked by uid 99); 11 Jul 2005 04:06:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jul 2005 21:06:44 -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; Sun, 10 Jul 2005 21:06:43 -0700 Received: (qmail 87281 invoked by uid 65534); 11 Jul 2005 04:06:42 -0000 Message-ID: <20050711040642.87280.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r210063 - in /directory/network: branches/0.7/xdocs/changes.xml tags/release-0.7.3/xdocs/changes.xml Date: Mon, 11 Jul 2005 04:06:42 -0000 To: commits@directory.apache.org From: trustin@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: trustin Date: Sun Jul 10 21:06:39 2005 New Revision: 210063 URL: http://svn.apache.org/viewcvs?rev=210063&view=rev Log: Forgot to add changes for 0.7.3. Modified: directory/network/branches/0.7/xdocs/changes.xml directory/network/tags/release-0.7.3/xdocs/changes.xml Modified: directory/network/branches/0.7/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/directory/network/branches/0.7/xdocs/changes.xml?rev=210063&r1=210062&r2=210063&view=diff ============================================================================== --- directory/network/branches/0.7/xdocs/changes.xml (original) +++ directory/network/branches/0.7/xdocs/changes.xml Sun Jul 10 21:06:39 2005 @@ -7,6 +7,42 @@ + + + Session.getWrittenWriteRequests() and getScheduledWriteRequests() + + + SumUp example to demonstrate the usage of DemuxingProtocolCodecFactory + + + FilterChain.remove() now returns the removed filter. + + + DemuxingProtocolHandler now extends ProtocolHandlerAdapter to provide default handler implementations. + + + SimpleServiceRegistry doesn't throw an IOException in its constructor anymore. + + + Idle time doesn't work. + + + ThreadPoolFilters sometimes fire events in non-sequential order. + + + ByteBuffer.put/getString() throws IllegalStateException if the + buffer or the specified CharSequence is empty. + + + Unnecessary selector wake-ups. + + + ByteBuffer leak in autoexpand mode. + + + SessionLog.log() doesn't add a remote address prefix to messages. + + More JavaDoc Modified: directory/network/tags/release-0.7.3/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/directory/network/tags/release-0.7.3/xdocs/changes.xml?rev=210063&r1=210062&r2=210063&view=diff ============================================================================== --- directory/network/tags/release-0.7.3/xdocs/changes.xml (original) +++ directory/network/tags/release-0.7.3/xdocs/changes.xml Sun Jul 10 21:06:39 2005 @@ -7,6 +7,42 @@ + + + Session.getWrittenWriteRequests() and getScheduledWriteRequests() + + + SumUp example to demonstrate the usage of DemuxingProtocolCodecFactory + + + FilterChain.remove() now returns the removed filter. + + + DemuxingProtocolHandler now extends ProtocolHandlerAdapter to provide default handler implementations. + + + SimpleServiceRegistry doesn't throw an IOException in its constructor anymore. + + + Idle time doesn't work. + + + ThreadPoolFilters sometimes fire events in non-sequential order. + + + ByteBuffer.put/getString() throws IllegalStateException if the + buffer or the specified CharSequence is empty. + + + Unnecessary selector wake-ups. + + + ByteBuffer leak in autoexpand mode. + + + SessionLog.log() doesn't add a remote address prefix to messages. + + More JavaDoc