diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-06-30 09:10:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-06-30 09:10:44 -0400 |
commit | 60ffee9d8286f09a3328517741693d2b1e0a1ec3 (patch) | |
tree | eb9903e177ec624cff174d20d546ece4b05f01ba /changes | |
parent | 01fd3ace03f587efa550322aef78681d25c7c214 (diff) | |
download | tor-60ffee9d8286f09a3328517741693d2b1e0a1ec3.tar.gz tor-60ffee9d8286f09a3328517741693d2b1e0a1ec3.zip |
Changelog for 0.4.6.6
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40409 | 3 | ||||
-rw-r--r-- | changes/ticket40410 | 4 | ||||
-rw-r--r-- | changes/ticket40419 | 3 |
3 files changed, 0 insertions, 10 deletions
diff --git a/changes/bug40409 b/changes/bug40409 deleted file mode 100644 index b8d061be78..0000000000 --- a/changes/bug40409 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes (warnings, portability): - - Suppress a strict-prototype warning when building with some versions - of NSS. Fixes bug 40409; bugfix on 0.3.5.1-alpha. diff --git a/changes/ticket40410 b/changes/ticket40410 deleted file mode 100644 index 90d6f4be63..0000000000 --- a/changes/ticket40410 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (compilation): - - Fix a compilation error when trying to build Tor with a compiler that - does not support expanding statitically initialized const values in - macro's. Fixes bug 40410; bugfix on 0.4.6.5. diff --git a/changes/ticket40419 b/changes/ticket40419 deleted file mode 100644 index 0004329662..0000000000 --- a/changes/ticket40419 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features (testing): - - Enable the deterministic RNG for unit tests that covers the address set - bloomfilter-based API's. Fixes bug 40419; bugfix on 0.3.3.2-alpha. |