Author: pgollucci
Date: Wed Sep 13 03:35:32 2006
New Revision: 442930
URL: http://svn.apache.org/viewvc?view=rev&rev=442930
Log:
2.10 cycle
Modified:
httpd/apreq/trunk/CHANGES
httpd/apreq/trunk/STATUS
httpd/apreq/trunk/configure.ac
httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Apache2/Apache2.pod
httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/CGI/CGI.pod
httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Cookie/Cookie.pod
httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.pod
httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Hook/Hook.pod
httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Param/Param.pod
httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Parser/Parser.pod
httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Request.pod
Modified: httpd/apreq/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/CHANGES?view=diff&rev=442930&r1=442929&r2=442930
==============================================================================
--- httpd/apreq/trunk/CHANGES (original)
+++ httpd/apreq/trunk/CHANGES Wed Sep 13 03:35:32 2006
@@ -2,7 +2,9 @@
//! brief List of major changes.
[EMAIL PROTECTED] v2_09 Changes with libapreq2-2.09 (under developement)
[EMAIL PROTECTED] v2_10 Changes with libapreq2-2.10 (under developement)
+
[EMAIL PROTECTED] v2_09 Changes with libapreq2-2.09 ()
-Build [Philip M. Gollucci]
SunOS (Solaris)
Modified: httpd/apreq/trunk/STATUS
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/STATUS?view=diff&rev=442930&r1=442929&r2=442930
==============================================================================
--- httpd/apreq/trunk/STATUS (original)
+++ httpd/apreq/trunk/STATUS Wed Sep 13 03:35:32 2006
@@ -1,6 +1,6 @@
/** @page apreq_status STATUS
- 2.09 under developement
+ 2.10 under developement
Contributors looking for a mission:
Modified: httpd/apreq/trunk/configure.ac
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/configure.ac?view=diff&rev=442930&r1=442929&r2=442930
==============================================================================
--- httpd/apreq/trunk/configure.ac (original)
+++ httpd/apreq/trunk/configure.ac Wed Sep 13 03:35:32 2006
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT(Apache HTTP Server Request Library, 2.09, [email protected],
libapreq2)
+AC_INIT(Apache HTTP Server Request Library, 2.10, [email protected],
libapreq2)
dnl Generate config.nice script- macro must be here at the top
dnl to avoid corruption of $0 and [EMAIL PROTECTED]
APR_CONFIG_NICE(config.nice)
@@ -13,7 +13,7 @@
dnl debian woody's archaic auto* tools don't set PACKAGE/VERSION correctly via
dnl AC_INIT above, so we do it again here.
-AM_INIT_AUTOMAKE(libapreq2, 2.09)
+AM_INIT_AUTOMAKE(libapreq2, 2.10)
AC_PROG_MAKE_SET
Modified: httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Apache2/Apache2.pod
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Apache2/Apache2.pod?view=diff&rev=442930&r1=442929&r2=442930
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Apache2/Apache2.pod
(original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Apache2/Apache2.pod Wed
Sep 13 03:35:32 2006
@@ -18,7 +18,7 @@
The APR::Request::Apache2 module provides a constructor
for interfacing with the mod_apreq2 Apache module.
-This manpage documents version 2.09 of
+This manpage documents version 2.10 of
the APR::Request::Apache2 package.
Modified: httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/CGI/CGI.pod
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/CGI/CGI.pod?view=diff&rev=442930&r1=442929&r2=442930
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/CGI/CGI.pod (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/CGI/CGI.pod Wed Sep 13
03:35:32 2006
@@ -18,7 +18,7 @@
The APR::Request::CGI module provides a constructor
for accessing CGI request data associated to a pool via libapreq2.
-This manpage documents version 2.09
+This manpage documents version 2.10
of the APR::Request::CGI package.
Modified: httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Cookie/Cookie.pod
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Cookie/Cookie.pod?view=diff&rev=442930&r1=442929&r2=442930
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Cookie/Cookie.pod
(original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Cookie/Cookie.pod Wed Sep
13 03:35:32 2006
@@ -63,7 +63,7 @@
for interfacing with libapreq2's cookie API. It also provides
a few utility functions and constants.
-This manpage documents version 2.09
+This manpage documents version 2.10
of the APR::Request::Cookie package.
Modified: httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.pod
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.pod?view=diff&rev=442930&r1=442929&r2=442930
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.pod (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.pod Wed Sep
13 03:35:32 2006
@@ -13,7 +13,7 @@
=head1 DESCRIPTION
-This manpage documents version 2.09
+This manpage documents version 2.10
of the APR::Request::Error package.
Modified: httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Hook/Hook.pod
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Hook/Hook.pod?view=diff&rev=442930&r1=442929&r2=442930
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Hook/Hook.pod (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Hook/Hook.pod Wed Sep 13
03:35:32 2006
@@ -15,7 +15,7 @@
=head1 DESCRIPTION
-This manpage documents version 2.09
+This manpage documents version 2.10
of the APR::Request::Hook package.
Modified: httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Param/Param.pod
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Param/Param.pod?view=diff&rev=442930&r1=442929&r2=442930
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Param/Param.pod (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Param/Param.pod Wed Sep
13 03:35:32 2006
@@ -76,7 +76,7 @@
for interfacing with libapreq2's param API. It also provides
a few utility functions and constants.
-This manpage documents version 2.09
+This manpage documents version 2.10
of the APR::Request::Param, APR::Request::Brigade,
and APR::Request::Brigade::IO packages.
Modified: httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Parser/Parser.pod
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Parser/Parser.pod?view=diff&rev=442930&r1=442929&r2=442930
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Parser/Parser.pod
(original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Parser/Parser.pod Wed Sep
13 03:35:32 2006
@@ -15,7 +15,7 @@
=head1 DESCRIPTION
-This manpage documents version 2.09
+This manpage documents version 2.10
of the APR::Request::Parser package.
Modified: httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Request.pod
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Request.pod?view=diff&rev=442930&r1=442929&r2=442930
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Request.pod (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Request.pod Wed Sep 13
03:35:32 2006
@@ -69,7 +69,7 @@
for interfacing with libapreq2's module API. It also provides
a few utility functions and constants.
-This manpage documents version 2.09
+This manpage documents version 2.10
of the APR::Request, APR::Request::Custom,
APR::Request::Cookie::Table, and
APR::Request::Param::Table packages.