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 do...@hyperreal.org on 1999/01/06 16:55:16 UTC

cvs commit: modperl/lib mod_perl.pm

dougm       99/01/06 07:55:15

  Modified:    .        Changes ToDo
               lib      mod_perl.pm
  Log:
  party like^H^H^H^H it's 1999
  
  Revision  Changes    Path
  1.235     +1 -1      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl/Changes,v
  retrieving revision 1.234
  retrieving revision 1.235
  diff -u -r1.234 -r1.235
  --- Changes	1999/01/04 21:25:23	1.234
  +++ Changes	1999/01/06 15:55:12	1.235
  @@ -6,7 +6,7 @@
   
   =over 3
   
  -=item 1.16_03-dev
  +=item 1.17 - January 6, 1999
   
   change silly "Client hit STOP or Netscrape bit it!" message to a more
   reasonable message: "[modperl] caught SIGPIPE in process $$"
  
  
  
  1.137     +2 -0      modperl/ToDo
  
  Index: ToDo
  ===================================================================
  RCS file: /home/cvs/modperl/ToDo,v
  retrieving revision 1.136
  retrieving revision 1.137
  diff -u -r1.136 -r1.137
  --- ToDo	1998/12/22 22:28:59	1.136
  +++ ToDo	1999/01/06 15:55:13	1.137
  @@ -3,6 +3,8 @@
                    (well, close to it anyhow)
   ---------------------------------------------------------------------------
   
  +- -w in StatINC pod
  +
   - turn of strip of httpd in Apache's install.sh
   
   - Perl{Set,Pass}Env tainted, should they not be? (Vivek)
  
  
  
  1.25      +1 -1      modperl/lib/mod_perl.pm
  
  Index: mod_perl.pm
  ===================================================================
  RCS file: /home/cvs/modperl/lib/mod_perl.pm,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- mod_perl.pm	1998/12/14 20:58:45	1.24
  +++ mod_perl.pm	1999/01/06 15:55:15	1.25
  @@ -3,7 +3,7 @@
   use strict;
   
   BEGIN {
  -    $mod_perl::VERSION = "1.1603";
  +    $mod_perl::VERSION = "1.17";
   }
   
   sub subversion {