diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27316 | 3 | ||||
-rw-r--r-- | changes/bug4700 | 5 | ||||
-rw-r--r-- | changes/ticket26747 | 4 | ||||
-rw-r--r-- | changes/ticket27774 | 4 | ||||
-rw-r--r-- | changes/ticket27797 | 5 |
5 files changed, 21 insertions, 0 deletions
diff --git a/changes/bug27316 b/changes/bug27316 new file mode 100644 index 0000000000..cec9348912 --- /dev/null +++ b/changes/bug27316 @@ -0,0 +1,3 @@ + o Minor bugfixes (protover): + - Reject protocol names containing bytes other than alphanumeric characters + and hyphens ([A-Za-z0-9-]). Fixes bug 27316; bugfix on 0.2.9.4-alpha. diff --git a/changes/bug4700 b/changes/bug4700 new file mode 100644 index 0000000000..3c8d9b19b0 --- /dev/null +++ b/changes/bug4700 @@ -0,0 +1,5 @@ + o Minor features (onion services): + - Version 3 onion services can now use the per-service + HiddenServiceExportCircuitID option to differentiate client circuits by + using the HAProxy proxy protocol which assigns IP addresses to inbound client + circuits. Closes ticket 4700. Patch by Mahrud Sayrafi. diff --git a/changes/ticket26747 b/changes/ticket26747 new file mode 100644 index 0000000000..3c2767f0ab --- /dev/null +++ b/changes/ticket26747 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Divide more large Tor source files -- especially ones that span + multiple areas of functionality -- into smaller parts, including + onion.c and main.c. Closes ticket 26747. diff --git a/changes/ticket27774 b/changes/ticket27774 new file mode 100644 index 0000000000..2598c4055c --- /dev/null +++ b/changes/ticket27774 @@ -0,0 +1,4 @@ + o Minor bugfixes (hidden service v3): + - Client side would dump a stack trace if tor doesn't have the descriptor + for the intro point it is trying to connect to. Fixes bug 27774; bugfix + on 0.3.2.1-alpha. diff --git a/changes/ticket27797 b/changes/ticket27797 new file mode 100644 index 0000000000..f07e35f84c --- /dev/null +++ b/changes/ticket27797 @@ -0,0 +1,5 @@ + o Minor bugfixes (node, hidden service v3): + - When selecting a v3 rendezvous point, not only look at the protover but + also if the curve25519 onion key is present. That way we avoid picking a + node that supports the v3 rendezvous but for which we don't have the + descriptor yet for the key. Fixes bug 27797; bugfix on 0.3.2.1-alpha. |