You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by jo...@apache.org on 2003/11/16 05:27:01 UTC

cvs commit: httpd-apreq-2 CHANGES STATUS configure.ac

joes        2003/11/15 20:27:01

  Modified:    .        CHANGES STATUS configure.ac
  Log:
  Start on 2.03-dev
  
  Revision  Changes    Path
  1.22      +3 -0      httpd-apreq-2/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/CHANGES,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- CHANGES	13 Nov 2003 04:42:44 -0000	1.21
  +++ CHANGES	16 Nov 2003 04:27:01 -0000	1.22
  @@ -1,5 +1,8 @@
   /** @page CHANGES
   
  +@section v2_03_dev Changes with libapreq2-2.03-dev
  +
  +
   @section v2_02_dev Changes with libapreq2-2.02-dev
   
   - November 12, 2003 - Perl API [joes]
  
  
  
  1.37      +2 -2      httpd-apreq-2/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/STATUS,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- STATUS	16 Nov 2003 03:32:20 -0000	1.36
  +++ STATUS	16 Nov 2003 04:27:01 -0000	1.37
  @@ -1,7 +1,7 @@
   Last modified at [$Date$]   -*-text-*-
   /** @page STATUS
   
  -     2.02-dev released on November 16, 2003
  +     2.03-dev under development
   
   Contributors looking for a mission:
   
  
  
  
  1.13      +1 -1      httpd-apreq-2/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/configure.ac,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- configure.ac	11 Nov 2003 02:29:51 -0000	1.12
  +++ configure.ac	16 Nov 2003 04:27:01 -0000	1.13
  @@ -1,7 +1,7 @@
   dnl Process this file with autoconf to produce a configure script.
   
   AC_PREREQ(2.53)
  -AC_INIT(libapreq - Apache Request Library, 2.02-dev, apreq-dev@httpd.apache.org, libapreq2)
  +AC_INIT(libapreq - Apache Request Library, 2.03-dev, apreq-dev@httpd.apache.org, libapreq2)
   
   dnl this:
   dnl AC_CONFIG_AUX_DIR(build)