aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-05-02 20:18:28 -0400
committerNick Mathewson <nickm@torproject.org>2011-05-02 20:18:28 -0400
commit27b3b7aa58a4cc812f4cc6e2cfc533fa429b06de (patch)
tree03e837950d78c404f91146b7ead025b44556ed00
parent751e40805556fadec616aa79150f12e3bf87c46b (diff)
parent033c27ac5ea02fa1a44651c5a324cb78e787f1a3 (diff)
downloadtor-27b3b7aa58a4cc812f4cc6e2cfc533fa429b06de.tar
tor-27b3b7aa58a4cc812f4cc6e2cfc533fa429b06de.tar.gz
Merge remote-tracking branch 'origin/maint-0.2.2'
-rw-r--r--doc/HACKING5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/HACKING b/doc/HACKING
index 633623217..86d4a9878 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 <keyid> tor-0.2.x.y-status", then
+ "git push origin tag tor-0.2.x.y-status". To sign the
+ tarball, "gpg -ba <the_tarball>")
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.)