diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-05 13:28:29 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-05 13:29:28 -0500 |
commit | fc62721b06e3ac231b570741e21dba03b5cadaca (patch) | |
tree | dbbf16c1abd61a15e13db1fd7cebd680fba584db /changes/bug13661 | |
parent | 9e2608b0d35e7e890e53f83e40675851caff4a14 (diff) | |
download | tor-fc62721b06e3ac231b570741e21dba03b5cadaca.tar.gz tor-fc62721b06e3ac231b570741e21dba03b5cadaca.zip |
Fix version number parsing to allow 2- and 3-part versions.
Fixes bug 13661; bugfix on 0.0.8pre1.
Diffstat (limited to 'changes/bug13661')
-rw-r--r-- | changes/bug13661 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug13661 b/changes/bug13661 new file mode 100644 index 0000000000..7f0cb5e706 --- /dev/null +++ b/changes/bug13661 @@ -0,0 +1,6 @@ + o Minor bugfixes: + + - Support two-number and three-number version numbers correctly, in + case we change the Tor versioning system in the future. Fixes bug + 13661; bugfix on 0.0.8pre1. + |