aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-15 07:58:15 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-15 07:58:15 -0500
commit62f98ad485ac4e05b7680de0b2ed3c5e416c083d (patch)
tree3fd3455641dbcd7361041ae75b4d872251a59970 /changes
parent1fbff411b2f19da34b5d8021e6680dba42dcbb9e (diff)
parentcb6b3b7cadb641b648577e5d5536735222cc68da (diff)
downloadtor-62f98ad485ac4e05b7680de0b2ed3c5e416c083d.tar.gz
tor-62f98ad485ac4e05b7680de0b2ed3c5e416c083d.zip
Merge branch 'maint-0.2.9'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug214504
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21450 b/changes/bug21450
new file mode 100644
index 0000000000..a1cf89ab41
--- /dev/null
+++ b/changes/bug21450
@@ -0,0 +1,4 @@
+ o Minor bugfixes (voting consistency):
+ - Reject version numbers with components that exceed INT32_MAX.
+ Otherwise 32-bit and 64-bit platforms would behave inconsistently.
+ Fixes bug 21450; bugfix on 0.0.8pre1.