diff options
author | Andrea Shepard <andrea@persephoneslair.org> | 2015-06-10 15:05:52 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@persephoneslair.org> | 2015-06-10 15:05:52 +0000 |
commit | 95bcd2dc151ba59fe3b9a4ae4725874cf67dc698 (patch) | |
tree | 4fc6e8b5c34e68f619fe4231d6355cd1e2891a03 /doc/HACKING | |
parent | 64bdf040f021ca3ccb661c4056ee857e2ed44a4e (diff) | |
download | tor-95bcd2dc151ba59fe3b9a4ae4725874cf67dc698.tar.gz tor-95bcd2dc151ba59fe3b9a4ae4725874cf67dc698.zip |
Update and clarify release checklist
Diffstat (limited to 'doc/HACKING')
-rw-r--r-- | doc/HACKING | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/HACKING b/doc/HACKING index 511e3fbe41..d94e0a90d7 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -568,8 +568,9 @@ a stable release, add it to the ReleaseNotes file too. If we're adding to a release-0.2.x branch, manually commit the changelogs to the later git branches too. -4) Bump the version number in configure.ac and rebuild. Then run - "make update-versions". +4) In maint-0.2.x, bump the version number in configure.ac and run + scripts/maint/updateVersions.pl to update version numbers in other + places, and commit. Then merge maint-0.2.x into release-0.2.x. 5) Make dist, put the tarball up somewhere, and tell #tor about it. Wait a while to see if anybody has problems building it. Try to get Sebastian |