diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/6044 | 5 | ||||
-rw-r--r-- | changes/6884 | 4 | ||||
-rw-r--r-- | changes/bug4020 | 5 | ||||
-rw-r--r-- | changes/bug5809 | 3 | ||||
-rw-r--r-- | changes/bug6024 | 2 | ||||
-rw-r--r-- | changes/bug6843 | 5 | ||||
-rw-r--r-- | changes/bug6853 | 3 | ||||
-rw-r--r-- | changes/bug6861 | 3 | ||||
-rw-r--r-- | changes/bug6866 | 9 | ||||
-rw-r--r-- | changes/bug6880 | 3 |
10 files changed, 0 insertions, 42 deletions
diff --git a/changes/6044 b/changes/6044 deleted file mode 100644 index 6f932a3127..0000000000 --- a/changes/6044 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor features: - - Enable Tor to read configuration, state, and key information from - a FIFO. Previously Tor would only read from files with a positive - stat.st_size. Code from meejah; fixes bug 6044. - diff --git a/changes/6884 b/changes/6884 deleted file mode 100644 index 66801dbc6d..0000000000 --- a/changes/6884 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (client): - - Correct log printout about which address family is preferred - when connecting to a bridge with both an IPv4 and IPv6 OR port. - Fixes bug 6884; bugfix on 0.2.4.1-alpha. diff --git a/changes/bug4020 b/changes/bug4020 deleted file mode 100644 index 3ca86e29db..0000000000 --- a/changes/bug4020 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes: - - When complaining about a client port on a public address, log - which address we're complaining about. Fixes bug 4020; bugfix on - 0.2.3.3-alpha. Patch by Tom Fitzhenry. - diff --git a/changes/bug5809 b/changes/bug5809 deleted file mode 100644 index ac3f6b1a76..0000000000 --- a/changes/bug5809 +++ /dev/null @@ -1,3 +0,0 @@ - o Removed code: - - Removed the testing_since field of node_t, which hasn't been used - for anything since 0.2.0.9-alpha. diff --git a/changes/bug6024 b/changes/bug6024 deleted file mode 100644 index 743e6ef1fe..0000000000 --- a/changes/bug6024 +++ /dev/null @@ -1,2 +0,0 @@ - o Documentation fixes: - - Clarify that hidden services are TCP only. Fixes bug 6024. diff --git a/changes/bug6843 b/changes/bug6843 deleted file mode 100644 index 1acfdbd284..0000000000 --- a/changes/bug6843 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes: - - Our new buildsystem was overzealous about rebuilding manpages: it - would rebuild them all whenever any one of them changed. Now our - dependency checking should be correct. Fixes bug 6843; bugfix on - 0.2.4.1-alpha. diff --git a/changes/bug6853 b/changes/bug6853 deleted file mode 100644 index 382adfb44f..0000000000 --- a/changes/bug6853 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes (directory authority): - - Correctly handle votes with more than 31 flags. Fixes bug 6853; - bugfix on 0.2.0.3-alpha. diff --git a/changes/bug6861 b/changes/bug6861 deleted file mode 100644 index 1040bd7a36..0000000000 --- a/changes/bug6861 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes: - - Fix handling of rendezvous client authorization types over 8. - Fixes bug 6841; bugfix on 0.2.1.5-alpha. diff --git a/changes/bug6866 b/changes/bug6866 deleted file mode 100644 index efaab98575..0000000000 --- a/changes/bug6866 +++ /dev/null @@ -1,9 +0,0 @@ - o Minor bugfixes: - - Convert an assert in the pathbias code to a log message. Assert - appears to only be triggerable by Tor2Web mode. Fixes bug 6866; - bugfix on 0.2.3.17-beta. - - Disable the use of Guard nodes when in Tor2WebMode. Guard usage - by Tor2Web clients allows hidden services to identity tor2web - clients through their repeated selection of the same rendezvous - and introduction point circuit endpoints (their guards). Fixes - bug 6888. diff --git a/changes/bug6880 b/changes/bug6880 deleted file mode 100644 index c08a2d40de..0000000000 --- a/changes/bug6880 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes: - - Don't do reachability testing over IPv6 unless - AuthDirPublishIPv6 is set. Fix for bug 6880. |