[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apreq-cvs
Subject:    cvs commit: httpd-apreq/lib/Apache libapreq.pm
From:       joes () apache ! org
Date:       2003-09-25 15:27:10
[Download RAW message or body]

joes        2003/09/25 08:27:10

  Modified:    Cookie   Cookie.pm
               Request  Request.pm
               c        Makefile.am
               lib/Apache libapreq.pm
  Log:
  Bump version numbers, prepping for 1.3 RC
  
  Revision  Changes    Path
  1.10      +1 -1      httpd-apreq/Cookie/Cookie.pm
  
  Index: Cookie.pm
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/Cookie/Cookie.pm,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Cookie.pm	17 Jun 2003 08:48:26 -0000	1.9
  +++ Cookie.pm	25 Sep 2003 15:27:10 -0000	1.10
  @@ -6,7 +6,7 @@
   
   {
       no strict;
  -    $VERSION = '1.2';
  +    $VERSION = '1.3';
       __PACKAGE__->mod_perl::boot($VERSION);
   }
   
  
  
  
  1.27      +1 -1      httpd-apreq/Request/Request.pm
  
  Index: Request.pm
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/Request/Request.pm,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Request.pm	23 Aug 2003 18:48:19 -0000	1.26
  +++ Request.pm	25 Sep 2003 15:27:10 -0000	1.27
  @@ -6,7 +6,7 @@
   
   {
       no strict;
  -    $VERSION = '1.2';
  +    $VERSION = '1.3';
       @ISA = qw(Apache);
       __PACKAGE__->mod_perl::boot($VERSION);
   }
  
  
  
  1.8       +1 -1      httpd-apreq/c/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/c/Makefile.am,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Makefile.am	27 Feb 2003 22:21:41 -0000	1.7
  +++ Makefile.am	25 Sep 2003 15:27:10 -0000	1.8
  @@ -2,5 +2,5 @@
   pkginclude_HEADERS = apache_cookie.h apache_request.h apache_multipart_buffer.h
   libapreq_la_SOURCES = apache_cookie.c apache_request.c \
   	apache_multipart_buffer.c 
  -libapreq_la_LDFLAGS = -version-info 2:1:1
  +libapreq_la_LDFLAGS = -version-info 2:2:1
   INCLUDES = @LIBAPREQ_INCLUDES@
  
  
  
  1.4       +1 -1      httpd-apreq/lib/Apache/libapreq.pm
  
  Index: libapreq.pm
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/lib/Apache/libapreq.pm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- libapreq.pm	27 Feb 2003 22:21:41 -0000	1.3
  +++ libapreq.pm	25 Sep 2003 15:27:10 -0000	1.4
  @@ -1,5 +1,5 @@
   package Apache::libapreq;
  -$VERSION = '1.2';
  +$VERSION = '1.3';
   
   use strict;
   use Config;
  
  
  
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic