diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-27 10:53:09 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-27 10:53:09 -0400 |
commit | 36c0ae6f7834af16c379ac399edf7af514cafbb5 (patch) | |
tree | bc98efb9b5d311418480428ce25f287f6e660150 /changes | |
parent | d6fc50a28d3ca6a80da2218272e047404c4d7939 (diff) | |
download | tor-36c0ae6f7834af16c379ac399edf7af514cafbb5.tar.gz tor-36c0ae6f7834af16c379ac399edf7af514cafbb5.zip |
Fold final entries into changelogtor-0.2.7.2-alpha
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16162 | 5 | ||||
-rw-r--r-- | changes/bug16631 | 4 | ||||
-rw-r--r-- | changes/bug16674 | 5 | ||||
-rw-r--r-- | changes/ticket2325 | 7 |
4 files changed, 0 insertions, 21 deletions
diff --git a/changes/bug16162 b/changes/bug16162 deleted file mode 100644 index 3732424b78..0000000000 --- a/changes/bug16162 +++ /dev/null @@ -1,5 +0,0 @@ - - o Minor bugfixes (systemd): - - Tor's systemd unit file no longer contains extraneous spaces. - These spaces would sometimes confuse tools like deb-systemd-helper. - Fixes bug 16162; bugfix on 0.2.5.5-alpha. diff --git a/changes/bug16631 b/changes/bug16631 deleted file mode 100644 index 24c5747477..0000000000 --- a/changes/bug16631 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (relay): - - Fix a rarely-encountered memory leak when failing to initialize - the thread pool. Fixes bug 16631; bugfix on 0.2.6.3-alpha. Patch - from "cypherpunks". diff --git a/changes/bug16674 b/changes/bug16674 deleted file mode 100644 index de55523fc8..0000000000 --- a/changes/bug16674 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor features (client): - - Relax the validation done to hostnames in SOCKS5 requests, and allow - a single trailing '.' to cope with clients that pass FQDNs using that - syntax to explicitly indicate that the domain name is - fully-qualified. Fixes bug 16674; bugfix on 0.2.6.2-alpha. diff --git a/changes/ticket2325 b/changes/ticket2325 deleted file mode 100644 index b96e514ae2..0000000000 --- a/changes/ticket2325 +++ /dev/null @@ -1,7 +0,0 @@ - o Documentation: - - Include a specific and (hopefully) accurate documentation of the torrc - file's meta-format in doc/torrc_format.txt. This is mainly of - interest to people writing programs to parse or generate torrc files. - This document is not a commitment to long-term compatibility; - some aspects of the current format are a bit ridiculous. - Closes ticket 2325. |