You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2010/08/10 20:21:55 UTC

[Couchdb Wiki] Update of "Release_procedure" by NoahSlater

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=38&rev2=39

--------------------------------------------------

  Then compare the tarball with the boostrapped source:
  
  {{{
+ diff apache-couchdb-Y.Y.Y Y.Y.Y
+ }}}
+ 
+ And then again, recursively:
+ 
+ {{{
- diff -f apache-couchdb-Y.Y.Y Y.Y.Y
+ diff -r apache-couchdb-Y.Y.Y Y.Y.Y
  }}}
  
  Use your judgment here to figure out if anything is missing, or has been included by mistake.