martin      98/10/09 02:29:52

  Modified:    .        how-to-release.html
  Log:
  Minor changes
  
  Revision  Changes    Path
  1.51      +9 -7      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.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- how-to-release.html       1998/10/07 12:23:50     1.50
  +++ how-to-release.html       1998/10/09 09:29:52     1.51
  @@ -147,7 +147,7 @@
         <BR>
        <CODE><STRONG>$ vi src/include/httpd.h</STRONG></CODE><BR>
        <CODE><STRONG>$ vi src/os/win32/registry.c</STRONG></CODE><BR>
  -     <CODE><STRONG>$ cvs commit src/include/httpd.h src/os/win32/registry.c 
src/Configure</STRONG></CODE>
  +     <CODE><STRONG>$ cvs commit src/include/httpd.h 
src/os/win32/registry.c</STRONG></CODE>
   <P>
   <LI> Make sure your PGP keys are already present in the <CODE>KEYS</CODE>
        file. If they are not, extract your public key using the
  @@ -156,7 +156,7 @@
   <P>
   <LI> Tag the sources for this release:<BR>
        (<EM>note: be sure to tag the whole thing, not just 
<CODE>src</CODE></EM>!)<BR>
  -     <CODE><STRONG>$ cvs tag APACHE_1_X_Y</STRONG></CODE>
  +     <CODE><STRONG>$ cvs tag APACHE_1_<EM>X_Y</EM></STRONG></CODE>
   <P>
   <HR>
   <STRONG>[ For all releases ]</STRONG><BR>
  @@ -166,7 +166,7 @@
        beside the existing CVS tree in <CODE>apache-1.<EM>X</EM></CODE>)<BR>
        <CODE><STRONG>$ cd ..</STRONG></CODE><BR>
        <CODE><STRONG>$ umask 022</STRONG></CODE><BR>
  -     <CODE><STRONG>$ cvs export -r APACHE_1_X_Y -d apache_1.<EM>X.Y</EM> 
apache-1.<EM>X</EM></STRONG></CODE><BR>
  +     <CODE><STRONG>$ cvs export -r APACHE_1_<EM>X_Y</EM> -d 
apache_1.<EM>X.Y</EM> apache-1.<EM>X</EM></STRONG></CODE><BR>
        <CODE><STRONG>$ cd apache_1.<EM>X.Y</EM></STRONG></CODE><BR>
        <UL>
        <LI><FONT COLOR="red">Note:</FONT> There is a known problem
  @@ -174,7 +174,7 @@
        and later. If this affects you, you will need to do a checkout
        instead:<BR>
        <CODE><STRONG>$ umask 022</STRONG></CODE><BR>
  -     <CODE><STRONG>$ cvs checkout -r APACHE_1_X_Y -d apache_1.<EM>X.Y</EM> 
apache-1.<EM>X</EM></STRONG></CODE><BR>
  +     <CODE><STRONG>$ cvs checkout -r APACHE_1_<EM>X_Y</EM> -d 
apache_1.<EM>X.Y</EM> apache-1.<EM>X</EM></STRONG></CODE><BR>
        <CODE><STRONG>$ cd apache_1.<EM>X.Y</EM></STRONG></CODE><BR>
        </UL>
   <P>
  @@ -262,9 +262,8 @@
         number and re-insert the ``&nbsp;dev'' suffix (change the string
         ``<CODE>1.<EM>X.Y</EM></CODE>'' to 
``<CODE>1.<EM>X.(Y+1)</EM>&nbsp;dev</CODE>''; note
         the SPACE character instead of the hyphen).<BR>
  -     <BR> Additionally make sure that the
  -      Configure script's version knowledge for the
  -      <CODE>SHARED_CORE</CODE> reflects the new
  +     <BR> Additionally make sure that the Configure script's version
  +      knowledge for the <CODE>SHARED_CORE</CODE> reflects the new
         version.revision.patchlevel triple.
         Look for the line ``<CODE>V=1 R=<EM>X</EM> P=<EM>Y</EM></CODE>''
         inside <CODE>src/Configure</CODE> and adjust it accordingly.<BR>
  @@ -304,6 +303,9 @@
        in <CODE>dev.apache.org</CODE> in the <CODE>/pub/apache/dist</CODE>
        directory.
        </UL>
  +     If the Win32 binary is already built and tested at this point,
  +     you can add it to the dist directory as well as to the
  +     <CODE>binaries/win32/</CODE> directory.
   <P>
   <LI> Checkout the Apache site if needed into a scratch directory:<BR>
        <CODE><STRONG>$ cvs checkout apache-site</STRONG></CODE>
  
  
  

Reply via email to