diff options
author | Roger Dingledine <arma@torproject.org> | 2010-11-15 23:54:20 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-11-15 23:54:20 -0500 |
commit | e0b922b7e643abaea95506a01409bf349651653f (patch) | |
tree | 9bf42621e56b9422bf3b0762fe65c56e12533c02 /changes | |
parent | a641646a980dcf861f3b438821dfc74e1b98fe40 (diff) | |
download | tor-e0b922b7e643abaea95506a01409bf349651653f.tar.gz tor-e0b922b7e643abaea95506a01409bf349651653f.zip |
merge in more changelog entries
Diffstat (limited to 'changes')
-rw-r--r-- | changes/HTTP | 4 | ||||
-rw-r--r-- | changes/annotations_fix | 10 | ||||
-rw-r--r-- | changes/bug1125 | 8 | ||||
-rw-r--r-- | changes/bug1776_redux | 5 | ||||
-rw-r--r-- | changes/bug2000 | 3 | ||||
-rw-r--r-- | changes/bug2050 | 5 | ||||
-rw-r--r-- | changes/minuptimehs | 3 | ||||
-rw-r--r-- | changes/nonopublish | 3 | ||||
-rw-r--r-- | changes/remove_osx_expert | 5 | ||||
-rw-r--r-- | changes/torrc.complete | 4 |
10 files changed, 0 insertions, 50 deletions
diff --git a/changes/HTTP b/changes/HTTP deleted file mode 100644 index 078d9b3bca..0000000000 --- a/changes/HTTP +++ /dev/null @@ -1,4 +0,0 @@ - o Code simplifications and refactoring: - - Some options used different conventions for uppercasing of acronyms - when comparing manpage and source. Fix those in favor of the - manpage, as it makes sense to capitalize acronyms. diff --git a/changes/annotations_fix b/changes/annotations_fix deleted file mode 100644 index b259a306d2..0000000000 --- a/changes/annotations_fix +++ /dev/null @@ -1,10 +0,0 @@ - o Major bugfixes - - Do even more to reject (and not just ignore) annotations on - router descriptors received anywhere but from the cache. - Previously we would ignore such annotations at first, but cache - them to disk anyway. Bugfix on 0.2.0.8-alpha. Found by piebeer. - - o Minor bugfixes - - Enforce multiplicity rules when parsing annotations. Bugfix on - 0.2.0.8-alpha. Found by piebeer. - diff --git a/changes/bug1125 b/changes/bug1125 deleted file mode 100644 index 1331246a14..0000000000 --- a/changes/bug1125 +++ /dev/null @@ -1,8 +0,0 @@ - o Major bugfixes - - Do not log messages to the controller while shrinking buffer - freelists. Doing so would sometimes make the controller - connection try to allocate a buffer chunk, which would mess - up the internals of the freelist and cause an assertion - failure. Fixes bug 1125; fixed by Robert Ransom. Bugfix on - Tor 0.2.0.16-alpha. - diff --git a/changes/bug1776_redux b/changes/bug1776_redux deleted file mode 100644 index 0e2e5cd57c..0000000000 --- a/changes/bug1776_redux +++ /dev/null @@ -1,5 +0,0 @@ - o Major bugfixes - - Avoid an assertion failure when we as an authority receive a - duplicate upload of a router descriptor that we already have, - but which we previously considered an obsolete descriptor. - Fixes another case of bug 1776. Bugfix on 0.2.2.16-alpha. diff --git a/changes/bug2000 b/changes/bug2000 deleted file mode 100644 index 45ff2bdbd0..0000000000 --- a/changes/bug2000 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes: - - Rate-limit the "your application is giving Tor only an IP address" - warning. Fixes bug 2000; bugfix on 0.0.8pre2. diff --git a/changes/bug2050 b/changes/bug2050 deleted file mode 100644 index 3e45d3463f..0000000000 --- a/changes/bug2050 +++ /dev/null @@ -1,5 +0,0 @@ - o Major bugfixes: - - Learn our external IP address when we're a relay or bridge, even if - we set PublishServerDescriptor to 0. Bugfix on 0.2.0.3-alpha, - where we introduced bridge relays that don't need to publish to - be useful. Fixes bug 2050. diff --git a/changes/minuptimehs b/changes/minuptimehs deleted file mode 100644 index d7474d21f5..0000000000 --- a/changes/minuptimehs +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features: - - Make hidden services work better in private networks by not requiring - any uptime to join the dht. Implements ticket 2088. diff --git a/changes/nonopublish b/changes/nonopublish deleted file mode 100644 index 6285611e59..0000000000 --- a/changes/nonopublish +++ /dev/null @@ -1,3 +0,0 @@ - o Removed features - - Removed the obsolete "NoPublished" option; it has been flagged - as obsolete and has produced a warning since 0.1.1.18-rc. diff --git a/changes/remove_osx_expert b/changes/remove_osx_expert deleted file mode 100644 index c9a0698c45..0000000000 --- a/changes/remove_osx_expert +++ /dev/null @@ -1,5 +0,0 @@ - o Removed features: - - Remove everything related to building the expert bundle for OS X. It - has confused many users, doesn't work right on OS X 10.6, and is hard - to get rid of once installed. Resolves bug 1274. - diff --git a/changes/torrc.complete b/changes/torrc.complete deleted file mode 100644 index 03d51c1213..0000000000 --- a/changes/torrc.complete +++ /dev/null @@ -1,4 +0,0 @@ - o Code simplifications and refactorings: - - Remove the torrc.complete file. It hasn't been kept up to date - and users will have better luck checking out the manpage. - |