diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11437 | 3 | ||||
-rw-r--r-- | changes/bug11464_023 | 5 | ||||
-rw-r--r-- | changes/bug11519 | 3 | ||||
-rw-r--r-- | changes/bug9213_doc | 5 | ||||
-rw-r--r-- | changes/bug9700 | 3 |
5 files changed, 19 insertions, 0 deletions
diff --git a/changes/bug11437 b/changes/bug11437 new file mode 100644 index 0000000000..f5117cae99 --- /dev/null +++ b/changes/bug11437 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - Stop leaking memory when we successfully resolve a PTR record. + Fixes bug 11437; bugfix on 0.2.4.7-alpha. diff --git a/changes/bug11464_023 b/changes/bug11464_023 new file mode 100644 index 0000000000..80c04b21e6 --- /dev/null +++ b/changes/bug11464_023 @@ -0,0 +1,5 @@ + o Major features (security): + - Block authority signing keys that were used on an authorities + vulnerable to the "heartbleed" bug in openssl (CVE-2014-0160). + (We don't have any evidence that these keys _were_ compromised; + we're doing this to be prudent.) Resolves ticket 11464. diff --git a/changes/bug11519 b/changes/bug11519 new file mode 100644 index 0000000000..5c1e6af7e4 --- /dev/null +++ b/changes/bug11519 @@ -0,0 +1,3 @@ + o Minor bugfixes: + - Avoid sending an garbage value to the controller when a circuit is + cannibalized. Fixes bug 11519; bugfix on 0.2.3.11-alpha. diff --git a/changes/bug9213_doc b/changes/bug9213_doc new file mode 100644 index 0000000000..2f959dd831 --- /dev/null +++ b/changes/bug9213_doc @@ -0,0 +1,5 @@ + o Documentation: + - Correctly document that we search for a system torrc file before + looking in ~/.torrc. Fixes documentation side of 9213; bugfix + on 0.2.3.18-rc. + diff --git a/changes/bug9700 b/changes/bug9700 new file mode 100644 index 0000000000..f59f54cb01 --- /dev/null +++ b/changes/bug9700 @@ -0,0 +1,3 @@ + o Minor bugfixes (compilation): + - Fix a compilation error when compiling with --disable-cuve25519. + Fixes bug 9700; bugfix on 0.2.4.17-rc. |