Add "TByte" and "TBytes" units; also add "TBits" to man page

This commit is contained in:
Matt Nordhoff
2016-11-09 14:49:48 +00:00
committed by Nick Mathewson
parent 0f4f63b7b8
commit 7dee70c3e1
3 changed files with 23 additions and 13 deletions
+8
View File
@@ -0,0 +1,8 @@
o Minor bugfixes (configuration):
- Support "TByte" and "TBytes" units in options given in bytes.
"TB", "terabyte(s)", "TBit(s)" and "terabit(s)" were already
supported. Fixes bug 20622; bugfix on 0.2.0.14-alpha.
o Minor bugfixes (documentation):
- Include the "TBits" unit in Tor's man page. Fixes part of bug
20622; bugfix on tor-0.2.5.1-alpha.