diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2017-03-26 01:09:37 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2017-04-03 16:11:52 +0200 |
commit | 2c001b483b62e0200730dca14f872d9b09095b39 (patch) | |
tree | 4866530495bfd64bd6424822464155759249ac52 /doc/HACKING/ReleasingTor.md | |
parent | ffad41e9d8698aa0111f76fe3c81be1da6b985d6 (diff) | |
download | tor-2c001b483b62e0200730dca14f872d9b09095b39.tar.gz tor-2c001b483b62e0200730dca14f872d9b09095b39.zip |
Add a release checklist step to highlight changes
In an effort to better communicate with our users that they might need
to take certain actions when upgrading, we should extract from the
changelog the items that require some action (example: the new version
automatically generates keys, if you want them to be offline - make sure
to create them before upgrading).
Diffstat (limited to 'doc/HACKING/ReleasingTor.md')
-rw-r--r-- | doc/HACKING/ReleasingTor.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/HACKING/ReleasingTor.md b/doc/HACKING/ReleasingTor.md index 4761ca9a37..809cd03bf3 100644 --- a/doc/HACKING/ReleasingTor.md +++ b/doc/HACKING/ReleasingTor.md @@ -98,7 +98,12 @@ new Tor release: to a release-0.2.x branch, manually commit the changelogs to the later git branches too. -3. If you're doing the first stable release in a series, you need to +3. If there are changes that require or suggest operator intervention + before or during the update, mail operators (either dirauth or relays + list) with a headline that indicates that an action is required or + appreciated. + +4. If you're doing the first stable release in a series, you need to create a ReleaseNotes for the series as a whole. To get started there, copy all of the Changelog entries from the series into a new file, and run `./scripts/maint/sortChanges.py` on it. That will |