From: Nick Mathewson Date: Mon, 2 May 2011 18:45:44 +0000 (-0400) Subject: Add a couple of notes to doc/HACKING based on 0.2.2.25-alpha process X-Git-Tag: tor-0.2.3.1-alpha~16^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=033c27ac5ea02fa1a44651c5a324cb78e787f1a3;p=thirdparty%2Ftor.git Add a couple of notes to doc/HACKING based on 0.2.2.25-alpha process --- diff --git a/doc/HACKING b/doc/HACKING index 633623217d..86d4a98784 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -472,6 +472,9 @@ in their approved versions list. 7) Sign and push the tarball to the website in the dist/ directory. Sign and push the git tag. + (That's either "git tag -u tor-0.2.x.y-status", then + "git push origin tag tor-0.2.x.y-status". To sign the + tarball, "gpg -ba ") 8) Edit include/versions.wmi to note the new version. Rebuild and push the website. @@ -490,3 +493,5 @@ the date in the ChangeLog. packages are up (for a stable release), and mail the release blurb and changelog to tor-talk or tor-announce. + (We might be moving to faster announcements, but don't announce until + the website is at least updated.)