summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-10-21 13:37:06 -0400
committerNick Mathewson <nickm@torproject.org>2015-10-21 13:37:06 -0400
commit89a9d8c8d75dac081dd304442182e29186888c39 (patch)
tree93691831c5a4d6c0fab83a3f64ac378097285317
parentcd8a62a60cbafb61bed8b64e988dacf2b1444668 (diff)
downloadtor-89a9d8c8d75dac081dd304442182e29186888c39.tar.gz
tor-89a9d8c8d75dac081dd304442182e29186888c39.zip
More 0274-rc changelog updating
-rw-r--r--ChangeLog11
-rw-r--r--changes/bug173643
-rw-r--r--changes/bug174033
-rw-r--r--changes/bug174046
4 files changed, 11 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 259e4e57bc..077e8a4142 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,13 @@ Changes in version 0.2.7.4-rc - 2015-10-21
on different platforms. If no further significant bounds are found,
the next release will the the official stable release.
+ o Major bugfixes (security, correctness):
+ - Fix a programming error that could cause us to read 4 bytes before
+ the beginning of an openssl string. This could be used to provoke
+ a crash on systems with an unusual malloc implementation, or
+ systems with unsual hardening installed. Fixes bug 17404; bugfix
+ on 0.2.3.6-alpha.
+
o Major bugfixes (correctness):
- Fix a use-after-free bug in validate_intro_point_failure(). Fixes
bug 17401; bugfix on 0.2.7.3-rc.
@@ -13,6 +20,8 @@ Changes in version 0.2.7.4-rc - 2015-10-21
17398; bugfix on 0.2.6.1-alpha.
- Fix a memory leak in rend_cache_failure_entry_free(). Fixes bug
17402; bugfix on 0.2.7.3-rc.
+ - Fix a memory leak when reading an expired signing key from disk.
+ Fixes bug 17403; bugfix on 0.2.7.2-rc.
o Minor features (geoIP):
- Update geoip and geoip6 to the October 9 2015 Maxmind GeoLite2
@@ -51,6 +60,8 @@ Changes in version 0.2.7.4-rc - 2015-10-21
o Documentation:
- Fix capitalization of SOCKS in sample torrc. Closes ticket 15609.
+ - Note that HiddenServicePorts can take a unix domain socket. Closes
+ ticket 17364.
Changes in version 0.2.7.3-rc - 2015-09-25
diff --git a/changes/bug17364 b/changes/bug17364
deleted file mode 100644
index dd9ff12784..0000000000
--- a/changes/bug17364
+++ /dev/null
@@ -1,3 +0,0 @@
- o Documentation:
- - Note that HiddenServicePorts can take a unix domain socket.
- Closes ticket 17364.
diff --git a/changes/bug17403 b/changes/bug17403
deleted file mode 100644
index e83a4a247b..0000000000
--- a/changes/bug17403
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (memory leaks):
- - Fix a memory leak when reading an expired signing key from disk.
- Fixes bug 17403; bugfix on 0.2.7.2-rc.
diff --git a/changes/bug17404 b/changes/bug17404
deleted file mode 100644
index d524f6662d..0000000000
--- a/changes/bug17404
+++ /dev/null
@@ -1,6 +0,0 @@
- o Major bugfixes (security, correctness):
- - Fix a programming error that could cause us to read 4 bytes before
- the beginning of an openssl string. This could be used to provoke
- a crash on systems with an unusual malloc implementation, or
- systems with unsual hardening installed. Fixes bug 17404; bugfix
- on 0.2.3.6-alpha.