diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/fix2204 | 7 | ||||
-rw-r--r-- | changes/gabelmoo-newip | 3 | ||||
-rw-r--r-- | changes/geoip-dec2010 | 3 | ||||
-rw-r--r-- | changes/mingw-openssl098m | 3 | ||||
-rw-r--r-- | changes/remove-website | 5 | ||||
-rw-r--r-- | changes/security_bug | 5 |
6 files changed, 26 insertions, 0 deletions
diff --git a/changes/fix2204 b/changes/fix2204 new file mode 100644 index 0000000000..fb2771a7fa --- /dev/null +++ b/changes/fix2204 @@ -0,0 +1,7 @@ + o Major bugfixes + - Do not set the tlsext_host_name extension on server SSL objects; + only on client SSL objects. We set it to immitate a browser, not a + vhosting server. This resolves an incompatibility with openssl 0.9.8p + and openssl 1.0.0b. Fixes bug 2204; bugfix on 0.2.1.1-alpha. + + diff --git a/changes/gabelmoo-newip b/changes/gabelmoo-newip new file mode 100644 index 0000000000..8e9a19c657 --- /dev/null +++ b/changes/gabelmoo-newip @@ -0,0 +1,3 @@ + o Directory authority changes: + - Change IP address and ports for gabelmoo (v3 directory authority). + diff --git a/changes/geoip-dec2010 b/changes/geoip-dec2010 new file mode 100644 index 0000000000..d6247cee6b --- /dev/null +++ b/changes/geoip-dec2010 @@ -0,0 +1,3 @@ + o Minor features: + - Update to the December 1 2010 Maxmind GeoLite Country database. + diff --git a/changes/mingw-openssl098m b/changes/mingw-openssl098m new file mode 100644 index 0000000000..b4199760b7 --- /dev/null +++ b/changes/mingw-openssl098m @@ -0,0 +1,3 @@ + o Minor features + - Build correctly on mingw with more recent version of OpenSSL 0.9.8. + Patch from mingw-san. diff --git a/changes/remove-website b/changes/remove-website new file mode 100644 index 0000000000..ecbfbf9bc2 --- /dev/null +++ b/changes/remove-website @@ -0,0 +1,5 @@ + o Removed files: + - Stop shipping the old doc/website/ directory in the tarball. We + changed the website format in late 2010, and what we shipped in + 0.2.1.26 really wasn't that useful anyway. + diff --git a/changes/security_bug b/changes/security_bug new file mode 100644 index 0000000000..990beee506 --- /dev/null +++ b/changes/security_bug @@ -0,0 +1,5 @@ + o Major bugfixes: + - Fix a remotely exploitable bug that could be used to crash instances + of Tor remotely by overflowing on the heap. Remove-code execution + hasn't been confirmed, but can't be ruled out. Obviously, everyone + should upgrade. Bugfix on the 0.1.1 series and later. |