Author: joes
Date: Tue Mar 3 21:01:50 2009
New Revision: 749751
URL: http://svn.apache.org/viewvc?rev=749751&view=rev
Log:
update RELEASE docs
Modified:
httpd/apreq/trunk/build/RELEASE
Modified: httpd/apreq/trunk/build/RELEASE
URL:
http://svn.apache.org/viewvc/httpd/apreq/trunk/build/RELEASE?rev=749751&r1=749750&r2=749751&view=diff
==============================================================================
--- httpd/apreq/trunk/build/RELEASE (original)
+++ httpd/apreq/trunk/build/RELEASE Tue Mar 3 21:01:50 2009
@@ -5,7 +5,7 @@
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_09
+ https://svn.apache.org/repos/asf/httpd/apreq/branches/v2_12
2. On the BRANCH
@@ -13,13 +13,13 @@
/** @page STATUS
- 2.09 released on <today's date>.
+ 2.12 released on <one week from today's date>.
Also add the release date to the top @section in CHANGES:
/** @page CHANGES
- @section v2_09 Changes with libapreq2-2.09 (released ...).
+ @section v2_12 Changes with libapreq2-2.12 (released ...).
And #undef the APREQ_VERSION_IS_DEV macro definition
in include/apreq_version.h:
@@ -28,21 +28,21 @@
*/
#undef APREQ_IS_DEV_VERSION
- % svn commit -m "2.09 release started" STATUS CHANGES
include/apreq_version.h
+ % svn commit -m "2.12 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.10
+ % build/update_version.pl 2.13
- % svn commit -m "2.10 cycle"
+ % svn commit -m "2.13 cycle"
4. Prep the package for CPAN by running:
% make release
- This will generate a libapreq2-2.09.tar.gz candidate in the
+ This will generate a libapreq2-2.12.tar.gz candidate in the
current directory. You should keep this source tree
intact to tag the final release.
@@ -55,11 +55,11 @@
6. Sign it via gpg:
- % gpg --detach-sign --armor libapreq2-2.09.tar.gz
+ % gpg --detach-sign --armor libapreq2-2.12.tar.gz
or pgp:
- % pgp -sba libapreq2-2.09.tar.gz
+ % pgp -sba libapreq2-2.12.tar.gz
7. Upload the release candidate to people.apache.org/~username
and post a candidate announcement to apreq-...@. Also, it is
@@ -67,7 +67,7 @@
announcement to the modperl@ list, to solicit feedback
from a much larger audience.
- Subject: [RELEASE CANDIDATE] libapreq2 2.10 RC\d+
+ Subject: [RELEASE CANDIDATE] libapreq2 2.12 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,19 +77,19 @@
9. Tag the Release -- from the BRANCH
- svn mv https://svn.apache.org/repos/asf/httpd/apreq/branches/v2_09 \
- https://svn.apache.org/repos/asf/httpd/apreq/tags/v2_09
+ svn mv https://svn.apache.org/repos/asf/httpd/apreq/branches/v2_12 \
+ https://svn.apache.org/repos/asf/httpd/apreq/tags/v2_12
10. Upload (scp) the package and signature to www.apache.org
for distribution:
- % scp libapreq2-2.09.tar.gz* \
+ % scp libapreq2-2.12.tar.gz* \
[email protected]:/www/www.apache.org/dist/httpd/libapreq/
Ask another developer to confirm the uploaded signature is ok.
- % gpg --verify libapreq2-2.09.tar.gz.asc
- % pgp libapreq2-2.09.tar.gz.asc
+ % gpg --verify libapreq2-2.12.tar.gz.asc
+ % pgp libapreq2-2.12.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