You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by ge...@apache.org on 2003/10/01 21:54:10 UTC

cvs commit: modperl-2.0 Changes

geoff       2003/10/01 12:54:10

  Modified:    .        Changes
  Log:
  added Apache::CRLF, Apache::CR, and Apache::LF to
  Apache::Const's :platform group
  Reviewed by:	stas
  
  Revision  Changes    Path
  1.225     +3 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.224
  retrieving revision 1.225
  diff -u -r1.224 -r1.225
  --- Changes	29 Sep 2003 18:08:25 -0000	1.224
  +++ Changes	1 Oct 2003 19:54:10 -0000	1.225
  @@ -14,6 +14,9 @@
   
   =item 1.99_10 - September 29, 2003
   
  +added Apache::CRLF, Apache::CR, and Apache::LF to
  +Apache::Const's :platform group  [Geoffrey Young]
  +
   make sure that the custom pools are destroyed only once and only when
   all references went out of scope [Stas]