diff options
author | Nick Mathewson <nickm@torproject.org> | 2021-06-30 10:09:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2021-06-30 10:09:24 -0400 |
commit | 60d1fb3d37274e29e9e88620d77e1636ef922561 (patch) | |
tree | ac5c3d0033aed06ac96ee93a120a61814e55dd8a | |
parent | 60ffee9d8286f09a3328517741693d2b1e0a1ec3 (diff) | |
download | tor-0.4.6.6.tar.gz tor-0.4.6.6.zip |
Tweak 0466 changelogtor-0.4.6.6
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | ReleaseNotes | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -6,8 +6,8 @@ Changes in version 0.4.6.6 - 2021-06-30 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. + that does not support const variables in static initializers. + Fixes bug 40410; bugfix on 0.4.6.5. - 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/ReleaseNotes b/ReleaseNotes index b74a72ed97..4d7b685da1 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -10,8 +10,8 @@ Changes in version 0.4.6.6 - 2021-06-30 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. + that does not support const variables in static initializers. + Fixes bug 40410; bugfix on 0.4.6.5. - Suppress a strict-prototype warning when building with some versions of NSS. Fixes bug 40409; bugfix on 0.3.5.1-alpha. |