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 is...@apache.org on 2016/12/05 11:42:45 UTC

svn commit: r1772646 - in /httpd/apreq/trunk: ./ build/ glue/perl/lib/APR/Request/ glue/perl/lib/Apache2/ glue/perl/xsbuilder/APR/Request/ glue/perl/xsbuilder/APR/Request/Apache2/ glue/perl/xsbuilder/APR/Request/CGI/ glue/perl/xsbuilder/APR/Request/Coo...

Author: issac
Date: Mon Dec  5 11:42:45 2016
New Revision: 1772646

URL: http://svn.apache.org/viewvc?rev=1772646&view=rev
Log:
2.15 cycle

Modified:
    httpd/apreq/trunk/build/RELEASE
    httpd/apreq/trunk/build/WEBSITE
    httpd/apreq/trunk/build/update_version.pl
    httpd/apreq/trunk/configure.ac
    httpd/apreq/trunk/glue/perl/lib/APR/Request/Magic.pm
    httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm
    httpd/apreq/trunk/glue/perl/lib/Apache2/Request.pm
    httpd/apreq/trunk/glue/perl/lib/Apache2/Upload.pm
    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
    httpd/apreq/trunk/module/t/conf/extra.conf.in
    httpd/apreq/trunk/win32/Configure.pl

Modified: httpd/apreq/trunk/build/RELEASE
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/build/RELEASE?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/build/RELEASE (original)
+++ httpd/apreq/trunk/build/RELEASE Mon Dec  5 11:42:45 2016
@@ -5,7 +5,7 @@ FreeBSD/Solaris note: use gmake!
 1. Create a realease branch:
 
     svn cp https://svn.apache.org/repos/asf/httpd/apreq/trunk \
-           https://svn.apache.org/repos/asf/httpd/apreq/branches/v2.14
+           https://svn.apache.org/repos/asf/httpd/apreq/branches/v2.15
 
 
 2. On the BRANCH
@@ -13,13 +13,13 @@ FreeBSD/Solaris note: use gmake!
 
        /** @page STATUS
 
-       2.14 released on <one week from today's date>.
+       2.15 released on <one week from today's date>.
 
    Also add the release date to the top @section in CHANGES:
 
        /** @page CHANGES
 
-       @section v2.14 Changes with libapreq2-2.12 (released ...).
+       @section v2.15 Changes with libapreq2-2.12 (released ...).
 
    And #undef the APREQ_VERSION_IS_DEV macro definition
    in include/apreq_version.h:
@@ -28,21 +28,21 @@ FreeBSD/Solaris note: use gmake!
        */
        #undef APREQ_IS_DEV_VERSION
 
-       % svn commit -m "2.14 release started" STATUS CHANGES include/apreq_version.h
+       % svn commit -m "2.15 release started" STATUS CHANGES include/apreq_version.h
 
 3. On TRUNK:
     Update CHANGES and STATUS to reflect the start of a new develoment cycle,
     and run this to update the package version numbers throughout the tree:
 
-    % build/update_version.pl 2.14
+    % build/update_version.pl 2.16
 
-    % svn commit -m "2.14 cycle"
+    % svn commit -m "2.15 cycle"
 
 4. Prep the package for CPAN by running:
 
         % make release
 
-   This will generate a libapreq2-2.14.tar.gz candidate in the 
+   This will generate a libapreq2-2.15.tar.gz candidate in the 
    current directory.   You should keep this source tree
    intact to tag the final release.
 
@@ -55,11 +55,11 @@ FreeBSD/Solaris note: use gmake!
 
 6. Sign it via gpg:
 
-        % gpg --detach-sign --armor libapreq2-2.14.tar.gz
+        % gpg --detach-sign --armor libapreq2-2.15.tar.gz
 
    or pgp:
 
-        % pgp -sba libapreq2-2.14.tar.gz
+        % pgp -sba libapreq2-2.15.tar.gz
 
 7. Upload the release candidate to people.apache.org/~username
    and post a candidate announcement to apreq-dev@. Also, it is 
@@ -67,7 +67,7 @@ FreeBSD/Solaris note: use gmake!
    announcement to the modperl@ list, to solicit feedback
    from a much larger audience.
 
-   Subject: [RELEASE CANDIDATE] libapreq2 2.14 RC\d+
+   Subject: [RELEASE CANDIDATE] libapreq2 2.15 RC\d+
 
 8. Give the mailing list participants 48-72 hours to comment and
    vote on the candidate.  If there is a "majority consensus" 
@@ -77,20 +77,20 @@ FreeBSD/Solaris note: use gmake!
 
 9. Tag the Release -- from the BRANCH
 
-    svn mv https://svn.apache.org/repos/asf/httpd/apreq/branches/v2.14 \
-           https://svn.apache.org/repos/asf/httpd/apreq/tags/v2.14
+    svn mv https://svn.apache.org/repos/asf/httpd/apreq/branches/v2.15 \
+           https://svn.apache.org/repos/asf/httpd/apreq/tags/v2.15
 
 10. Upload (scp) the package and signature to www.apache.org
    for distribution:
    
         $ svn co https://dist.apache.org/repos/dist/release/httpd/libapreq/ apreq-dist-site
-        $ cp libapreq2-2.14.tar.gz* apreq-dist-site
-        $ svn commit -m "libapreq2 2.14 release artifacts"
+        $ cp libapreq2-2.15.tar.gz* apreq-dist-site
+        $ svn commit -m "libapreq2 2.15 release artifacts"
 
    Ask another developer to confirm the uploaded signature is ok.
 
-        % gpg --verify libapreq2-2.14.tar.gz.asc
-        % pgp libapreq2-2.14.tar.gz.asc
+        % gpg --verify libapreq2-2.15.tar.gz.asc
+        % pgp libapreq2-2.15.tar.gz.asc
 
    Check that your public key is among those listed in the
    /www/www.apache.org/dist/httpd/KEYS file.   If not, you

Modified: httpd/apreq/trunk/build/WEBSITE
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/build/WEBSITE?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/build/WEBSITE (original)
+++ httpd/apreq/trunk/build/WEBSITE Mon Dec  5 11:42:45 2016
@@ -61,7 +61,7 @@ UPDATING THE WEBSITE:
 
   7) commit the changes as follows:
     
-    $ svn commit -m "released libapreq2-2.14" xdocs/apreq/ docs/apreq/
+    $ svn commit -m "released libapreq2-2.15" xdocs/apreq/ docs/apreq/
 
     [do this before you make your RELEASE annoucement and deal with any issues first]
 

Modified: httpd/apreq/trunk/build/update_version.pl
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/build/update_version.pl?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/build/update_version.pl (original)
+++ httpd/apreq/trunk/build/update_version.pl Mon Dec  5 11:42:45 2016
@@ -42,12 +42,12 @@ system "perl -i -ple 's/$pattern1/$versi
 #
 # win32/Configure.pl
 # my $VERSION = '[^']+'
-my $pattern3 = qr/my \$VERSION = "2.14"/;
+my $pattern3 = qr/my \$VERSION = "2.15"/;
 my $replace = "my \\\$VERSION = \"$version\"";
 system "perl -i -ple 's/$pattern3/$replace/' win32/Configure.pl";
 
 # RELEASE/WEBSITE/this script
-system "perl -i -ple 's/2.14/$version/' build/RELEASE";
-system "perl -i -ple 's/2.14/$version/' build/WEBSITE";
-system "perl -i -ple 's/2.14/$version/' build/update_version.pl";
+system "perl -i -ple 's/2.15/$version/' build/RELEASE";
+system "perl -i -ple 's/2.15/$version/' build/WEBSITE";
+system "perl -i -ple 's/2.15/$version/' build/update_version.pl";
 

Modified: httpd/apreq/trunk/configure.ac
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/configure.ac?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/configure.ac (original)
+++ httpd/apreq/trunk/configure.ac Mon Dec  5 11:42:45 2016
@@ -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.14, apreq-dev@httpd.apache.org, libapreq2)
+AC_INIT(Apache HTTP Server Request Library, 2.15, apreq-dev@httpd.apache.org, libapreq2)
 dnl Generate config.nice script- macro must be here at the top
 dnl to avoid corruption of $0 and $@.
 APR_CONFIG_NICE(config.nice)
@@ -13,7 +13,7 @@ dnl aclocal.m4:817: required file `build
 
 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.14)
+AM_INIT_AUTOMAKE(libapreq2, 2.15)
 
 AC_PROG_MAKE_SET
 

Modified: httpd/apreq/trunk/glue/perl/lib/APR/Request/Magic.pm
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/lib/APR/Request/Magic.pm?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/lib/APR/Request/Magic.pm (original)
+++ httpd/apreq/trunk/glue/perl/lib/APR/Request/Magic.pm Mon Dec  5 11:42:45 2016
@@ -1,6 +1,6 @@
 package APR::Request::Magic;
 require base;
-our $VERSION = "2.14";
+our $VERSION = "2.15";
 my $ctx;
 eval { local $ENV{PERL_DL_NONLAZY} = 1; require APR::Request::Apache2; };
 if ($@) {

Modified: httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm (original)
+++ httpd/apreq/trunk/glue/perl/lib/Apache2/Cookie.pm Mon Dec  5 11:42:45 2016
@@ -9,7 +9,7 @@ use Apache2::RequestUtil;
 use overload '""' => sub { shift->as_string() }, fallback => 1;
 
 push our @ISA, "APR::Request::Cookie";
-our $VERSION = "2.14";
+our $VERSION = "2.15";
 
 sub new {
     my ($class, $r, %attrs) = @_;

Modified: httpd/apreq/trunk/glue/perl/lib/Apache2/Request.pm
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/lib/Apache2/Request.pm?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/lib/Apache2/Request.pm (original)
+++ httpd/apreq/trunk/glue/perl/lib/Apache2/Request.pm Mon Dec  5 11:42:45 2016
@@ -3,7 +3,7 @@ use APR::Request::Param;
 use APR::Request::Apache2;
 use Apache2::RequestRec;
 push our @ISA, qw/Apache2::RequestRec APR::Request::Apache2/;
-our $VERSION = "2.14";
+our $VERSION = "2.15";
 
 my %old_limits = (
     post_max => "read_limit",

Modified: httpd/apreq/trunk/glue/perl/lib/Apache2/Upload.pm
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/lib/Apache2/Upload.pm?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/lib/Apache2/Upload.pm (original)
+++ httpd/apreq/trunk/glue/perl/lib/Apache2/Upload.pm Mon Dec  5 11:42:45 2016
@@ -1,7 +1,7 @@
 package Apache2::Upload;
 use Apache2::Request;
 push our @ISA, qw/APR::Request::Param/;
-our $VERSION = "2.14";
+our $VERSION = "2.15";
 no strict 'refs';
 for (qw/slurp type size link tempname fh io filename/) {
     *{$_} = *{"APR::Request::Param::upload_$_"}{CODE};

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?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Apache2/Apache2.pod (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Apache2/Apache2.pod Mon Dec  5 11:42:45 2016
@@ -21,7 +21,7 @@ APR::Request::Apache2 - wrapper for a mo
 The APR::Request::Apache2 module provides a constructor
 for interfacing with the mod_apreq2 Apache module.
 
-This manpage documents version 2.14 of 
+This manpage documents version 2.15 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?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/CGI/CGI.pod (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/CGI/CGI.pod Mon Dec  5 11:42:45 2016
@@ -22,7 +22,7 @@ APR::Request::CGI - wrapper for libapreq
 The APR::Request::CGI module provides a constructor
 for accessing CGI request data associated to a pool via libapreq2.
 
-This manpage documents version 2.14
+This manpage documents version 2.15
 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?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Cookie/Cookie.pod (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Cookie/Cookie.pod Mon Dec  5 11:42:45 2016
@@ -63,7 +63,7 @@ The APR::Request::Cookie module provides
 for interfacing with libapreq2's cookie API.  It also provides
 a few utility functions and constants.
 
-This manpage documents version 2.14
+This manpage documents version 2.15
 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?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.pod (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Error/Error.pod Mon Dec  5 11:42:45 2016
@@ -16,7 +16,7 @@ APR::Request::Error - wrapper for libapr
 
 =head1 DESCRIPTION
 
-This manpage documents version 2.14
+This manpage documents version 2.15
 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?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Hook/Hook.pod (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Hook/Hook.pod Mon Dec  5 11:42:45 2016
@@ -18,7 +18,7 @@ APR::Request::Hook - wrapper for libapre
 =head1 DESCRIPTION
 
 
-This manpage documents version 2.14
+This manpage documents version 2.15
 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?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Param/Param.pod (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Param/Param.pod Mon Dec  5 11:42:45 2016
@@ -76,7 +76,7 @@ The C<< APR::Request::Param >> module pr
 for interfacing with libapreq2's param API.  It also provides
 a few utility functions and constants.
 
-This manpage documents version 2.14
+This manpage documents version 2.15
 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?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Parser/Parser.pod (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Parser/Parser.pod Mon Dec  5 11:42:45 2016
@@ -18,7 +18,7 @@ APR::Request::Parser - wrapper for libap
 =head1 DESCRIPTION
 
 
-This manpage documents version 2.14
+This manpage documents version 2.15
 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?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Request.pod (original)
+++ httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Request.pod Mon Dec  5 11:42:45 2016
@@ -69,7 +69,7 @@ The C<< APR::Request >> module provides
 for interfacing with libapreq2's module API.  It also provides
 a few utility functions and constants.
 
-This manpage documents version 2.14
+This manpage documents version 2.15
 of the APR::Request, APR::Request::Custom,
 APR::Request::Cookie::Table, and
 APR::Request::Param::Table packages.

Modified: httpd/apreq/trunk/module/t/conf/extra.conf.in
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/module/t/conf/extra.conf.in?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/module/t/conf/extra.conf.in (original)
+++ httpd/apreq/trunk/module/t/conf/extra.conf.in Mon Dec  5 11:42:45 2016
@@ -2,6 +2,8 @@
     ScriptAlias /cgi-bin/ "@ServerRoot@/cgi-bin/"
 </IfModule>
 
+
+
 <Directory "@ServerRoot@/cgi-bin">
    AllowOverride None
    Options None

Modified: httpd/apreq/trunk/win32/Configure.pl
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/win32/Configure.pl?rev=1772646&r1=1772645&r2=1772646&view=diff
==============================================================================
--- httpd/apreq/trunk/win32/Configure.pl (original)
+++ httpd/apreq/trunk/win32/Configure.pl Mon Dec  5 11:42:45 2016
@@ -10,7 +10,7 @@ use ExtUtils::MakeMaker;
 use File::Basename;
 use File::Path;
 my ($apache, $apxs, $debug, $help, $no_perl, $perl, $with_perl);
-my $VERSION = "2.14";
+my $VERSION = "2.15";
 my $result = GetOptions( 'with-apache2=s' => \$apache,
 			 'with-apache2-apxs=s' => \$apxs,
 			 'debug' => \$debug,