diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-28 10:23:05 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-28 10:23:05 -0400 |
commit | 4b4b3afb569a40db99c1614bc83d835b0a23fe27 (patch) | |
tree | 0ab5237ed2bd79a06d0610eae3d9880a82c6c102 /changes | |
parent | 5b8956df3b3bc4593c0372703cfb07d75b4fc15e (diff) | |
parent | b88d00fea35630d96bf91bda362922af43730a04 (diff) | |
download | tor-4b4b3afb569a40db99c1614bc83d835b0a23fe27.tar.gz tor-4b4b3afb569a40db99c1614bc83d835b0a23fe27.zip |
Merge branch 'bug22802_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug22802 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug22802 b/changes/bug22802 new file mode 100644 index 0000000000..7255164fd4 --- /dev/null +++ b/changes/bug22802 @@ -0,0 +1,10 @@ + o Minor bugfixes (format strictness): + - Restrict several data formats to decimal. Previously, the + BuildTimeHistogram entries in the state file, the "bw=" entries in the + bandwidth authority file, and process IDs passed to the + __OwningControllerProcess option could all be specified in hex or octal + as well as in decimal. This was not an intentional feature. + Fixes bug 22802; bugfixes on 0.2.2.1-alpha, 0.2.2.2-alpha, and + 0.2.2.28-beta. + + |