martin 98/10/06 07:56:22
Modified: . how-to-release.html
Log:
Cosmetics
Revision Changes Path
1.46 +9 -6 apache-devsite/how-to-release.html
Index: how-to-release.html
===================================================================
RCS file: /export/home/cvs/apache-devsite/how-to-release.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- how-to-release.html 1998/10/06 10:10:46 1.45
+++ how-to-release.html 1998/10/06 14:56:21 1.46
@@ -135,11 +135,12 @@
``<CODE>1XXYYZZ</CODE>'' to ``<CODE>1XXYY<STRONG>99</STRONG></CODE>''.
The format is something like
<CODE>printf("%d%02d%02d%02d", major, minor, bugfix,
- betaseq)</CODE>. Also update the Windows registry key: edit
- <SAMP>src/os/win32/registry.c</SAMP> and change the
- <CODE>VERSION</CODE> from "1.X.Y dev" to the string "1.X.Y".
- Additionally make sure the Configure scripts version
- knowledge for the <CODE>SHARED_CORE</CODE> reflects the correct
+ betaseq)</CODE>. <BR> Also update the Windows registry key:
+ edit <SAMP>src/os/win32/registry.c</SAMP> and change the
+ <CODE>VERSION</CODE> from <CODE>"1.X.Y dev"</CODE> to the
+ string <CODE>"1.X.Y"</CODE>.<BR> Additionally make sure the
+ Configure scripts version knowledge for the
+ <CODE>SHARED_CORE</CODE> reflects the correct
version.revision.patchlevel triple. Look for the line ``<CODE>V=1 R=3
P=2</CODE>'' inside <CODE>src/Configure</CODE> and adjust it
accordingly.
<BR>
@@ -223,7 +224,7 @@
<LI> Remember the CHANGES file:<BR>
<CODE><STRONG>$ cp apache_1.X.Y/src/CHANGES .</STRONG></CODE>
<P>
-<LI> Cleanup: (this deletes the export tree: it is now no longer
+<LI> Cleanup:<BR>(this deletes the export tree: it is now no longer
required. We still need the CVS tree, see below)<BR>
<CODE><STRONG>$ rm -fr apache_1.X.Y</STRONG></CODE>
<P>
@@ -261,6 +262,8 @@
<P>
<HR>
<LI> Cleanup:<BR>
+ (delete the CVS tree, after verification that it does not
+ contain any uncommitted changes)<BR>
<CODE><STRONG>$ cvs release -d apache-1.X</STRONG></CODE>
<P>
<HR>