You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2005/11/24 15:09:26 UTC

svn commit: r348736 - /apr/apr/trunk/CHANGES

Author: jorton
Date: Thu Nov 24 06:09:23 2005
New Revision: 348736

URL: http://svn.apache.org/viewcvs?rev=348736&view=rev
Log:
Strip @ symbols.

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewcvs/apr/apr/trunk/CHANGES?rev=348736&r1=348735&r2=348736&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES (original)
+++ apr/apr/trunk/CHANGES Thu Nov 24 06:09:23 2005
@@ -3,7 +3,7 @@
   *) Bugfix for apr_pollset_poll() on systems that implement pollsets
      using select(2): properly compute the number of signalled desciptors
      when one or more of them are both readable and writable.
-     [Dror Shilo <Dr...@ericom.com>, Gerry <ge...@everythingsucks.co.uk>]
+     [Dror Shilo <Dror.Shilo ericom.com>, Gerry <gerry everythingsucks.co.uk>]
 
   *) Add APR_POLLSET_NOCOPY option to apr_pollset API to eliminate
      O(n)-time lookup in apr_pollset_remove() (currently implemented