Status: X-Status: X-Keywords: Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 49099 invoked by uid 500); 15 Jun 2001 16:40:37 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 49066 invoked by uid 1099); 15 Jun 2001 16:40:34 -0000 Date: 15 Jun 2001 16:40:34 -0000 Message-ID: <20010615164034.49064.qmail@apache.org> From: jimw@apache.org To: httpd-apreq-cvs@apache.org Subject: cvs commit: httpd-apreq/Request Request.pm jimw 01/06/15 09:40:34 Modified: . Changes Request Request.pm Log: bump versions for development Revision Changes Path 1.37 +2 -0 httpd-apreq/Changes Index: Changes =================================================================== RCS file: /home/cvs/httpd-apreq/Changes,v retrieving revision 1.36 retrieving revision 1.37 diff -u -u -r1.36 -r1.37 --- Changes 2001/06/15 16:38:44 1.36 +++ Changes 2001/06/15 16:40:32 1.37 @@ -2,6 +2,8 @@ =over 4 +=item 0.33_01 - ? + =item 0.33 - June 17, 2001 $r->upload can be set to another Apache::Upload instance [dougm] 1.18 +1 -1 httpd-apreq/Request/Request.pm Index: Request.pm =================================================================== RCS file: /home/cvs/httpd-apreq/Request/Request.pm,v retrieving revision 1.17 retrieving revision 1.18 diff -u -u -r1.17 -r1.18 --- Request.pm 2001/06/15 16:38:45 1.17 +++ Request.pm 2001/06/15 16:40:33 1.18 @@ -6,7 +6,7 @@ { no strict; - $VERSION = '0.33'; + $VERSION = '0.3301'; @ISA = qw(Apache); __PACKAGE__->mod_perl::boot($VERSION); }