martin      98/10/10 03:58:07

  Modified:    .        how-to-release.html
  Log:
  Update CHANGES after release
  
  Revision  Changes    Path
  1.52      +9 -3      apache-devsite/how-to-release.html
  
  Index: how-to-release.html
  ===================================================================
  RCS file: /home/cvs/apache-devsite/how-to-release.html,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- how-to-release.html       1998/10/09 09:29:52     1.51
  +++ how-to-release.html       1998/10/10 10:58:07     1.52
  @@ -262,17 +262,23 @@
         number and re-insert the `` 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
  +     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>
  +     Finally, add a new line
  +         ``<CODE>Changes with Apache 1.<EM>X.(Y+1)</EM>:</CODE>'' to the
  +      head of the <SAMP>src/CHANGES</SAMP> file for the
  +      forthcoming fixes in the new version.<BR>
        <CODE><STRONG>$ vi src/include/httpd.h \<BR>
             &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src/os/win32/registry.c \<BR>
  -          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src/Configure</STRONG></CODE><BR>
  +          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src/Configure \<BR>
  +          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src/CHANGES</STRONG></CODE><BR>
        <CODE><STRONG>$ cvs commit src/include/httpd.h \<BR>
             &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src/os/win32/registry.c \<BR>
  -          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src/Configure</STRONG></CODE><BR>
  +          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src/Configure \<BR>
  +          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src/CHANGES</STRONG></CODE><BR>
        <CODE><STRONG>$ cd ..</STRONG></CODE><BR>
   <P>
   <HR>
  
  
  

Reply via email to