diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-07-09 10:19:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-09 10:19:52 -0400 |
commit | ba3f5a3d882d01f66767f7a5056ede6ab5ed8002 (patch) | |
tree | 7928b0eea54e42ec89d6cfc36e251a1db1043660 /changes | |
parent | c2e49a01151fd7a765408081a5067c7a3eee6b99 (diff) | |
download | tor-ba3f5a3d882d01f66767f7a5056ede6ab5ed8002.tar.gz tor-ba3f5a3d882d01f66767f7a5056ede6ab5ed8002.zip |
final entries for 0.4.2.8 changelog
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug33119 | 4 | ||||
-rw-r--r-- | changes/bug40028 | 3 | ||||
-rw-r--r-- | changes/ticket40026 | 3 |
3 files changed, 0 insertions, 10 deletions
diff --git a/changes/bug33119 b/changes/bug33119 deleted file mode 100644 index c976654b26..0000000000 --- a/changes/bug33119 +++ /dev/null @@ -1,4 +0,0 @@ - o Major bugfixes (NSS): - - Fix out-of-bound memory access in `tor_tls_cert_matches_key()` when Tor is - compiled with NSS support. Fixes bug 33119; bugfix on 0.3.5.1-alpha. This - issue is also tracked as TROVE-2020-001. diff --git a/changes/bug40028 b/changes/bug40028 deleted file mode 100644 index cfd1ffe516..0000000000 --- a/changes/bug40028 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes (compiler warnings): - - Fix a compiler warning on platforms with 32-bit time_t values. - Fixes bug 40028; bugfix on 0.3.2.8-rc. diff --git a/changes/ticket40026 b/changes/ticket40026 deleted file mode 100644 index f87c2964e0..0000000000 --- a/changes/ticket40026 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfix (CI, Windows): - - Don't use stdio 64 bit printf format when compiling with MINGW on - Appveyor. Fixes bug 40026; bugfix on 0.3.5.5-alpha. |