Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Release_Procedure" page has been changed by NoahSlater:
http://wiki.apache.org/couchdb/Release_Procedure?action=diff&rev1=119&rev2=120

     * LOCAL_VERSION_REVISION should be the X in Y.Y.X
     * LOCAL_VERSION_STAGE must always be empty on a release tag.
       * When this is set, it indicates a development version. It is set on 
branches or on master so that the release number includes the source code 
revision number, which can be useful for development builds.
+  * Update share/doc/src/conf.py with current information.
   * Update the [[Breaking_changes]] document.
  
  = Preparing the Community =
@@ -120, +121 @@

  To build the source for distribution you should then run the following 
command:
  
  {{{
- ./bootstrap && ./configure && make distsign
+ ./bootstrap && ./configure --enable-strictness && make distsign
  }}}
  
  If everything was successful you should see the following files in the 
working directory ready for distribution:

Reply via email to