aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug401133
-rw-r--r--changes/bug401294
-rw-r--r--changes/bug401414
-rw-r--r--changes/bug53046
-rw-r--r--changes/ticket401376
-rw-r--r--changes/ticket401386
-rw-r--r--changes/ticket71935
7 files changed, 34 insertions, 0 deletions
diff --git a/changes/bug40113 b/changes/bug40113
new file mode 100644
index 0000000000..adf4634097
--- /dev/null
+++ b/changes/bug40113
@@ -0,0 +1,3 @@
+ o Minor bugfixes (compilation):
+ - Resolve a compilation warning that could occur in test_connection.c.
+ Fixes bug 40113; bugfix on 0.2.9.3-alpha.
diff --git a/changes/bug40129 b/changes/bug40129
new file mode 100644
index 0000000000..80de5ef355
--- /dev/null
+++ b/changes/bug40129
@@ -0,0 +1,4 @@
+ o Minor bugfixes (compilation):
+ - Fix compiler warnings that would occur when building with
+ "--enable-all-bugs-are-fatal" and "--disable-module-relay"
+ at the same time. Fixes bug 40129; bugfix on 0.4.4.1-alpha.
diff --git a/changes/bug40141 b/changes/bug40141
new file mode 100644
index 0000000000..a766993b32
--- /dev/null
+++ b/changes/bug40141
@@ -0,0 +1,4 @@
+ o Minor bugfixes (configuration):
+ - Fix bug where %including a pattern ending with */ would include files
+ and folders (instead of folders only) in versions of glibc < 2.19.
+ Fixes bug 40141; bugfix on 0.4.5.0-alpha-dev. Patch by Daniel Pinto.
diff --git a/changes/bug5304 b/changes/bug5304
new file mode 100644
index 0000000000..9afa838129
--- /dev/null
+++ b/changes/bug5304
@@ -0,0 +1,6 @@
+ o Minor features (pluggable transports):
+ - Added option OutboundBindAddressPT to torrc. This option allows users to
+ specify which IPv4 and IPv6 address they want pluggable transports to use
+ for outgoing IP packets. Tor does not have a way to enforce that the pluggable
+ transport honors this option so each pluggable transport will have to
+ implement support for this feature. Closes ticket 5304.
diff --git a/changes/ticket40137 b/changes/ticket40137
new file mode 100644
index 0000000000..056f1bc4a5
--- /dev/null
+++ b/changes/ticket40137
@@ -0,0 +1,6 @@
+ o Minor features (state):
+ - When loading the state file, remove entries from the statefile that
+ have been obsolete for a long time. Ordinarily Tor preserves
+ unrecognized entries in order to keep forward-compatibility, but
+ these statefile entries have not actually been used in any release
+ since before the 0.3.5.x. Closes ticket 40137.
diff --git a/changes/ticket40138 b/changes/ticket40138
new file mode 100644
index 0000000000..6facbb819f
--- /dev/null
+++ b/changes/ticket40138
@@ -0,0 +1,6 @@
+ o Minor features (build):
+ - When running the configure script, try to detect version mismatches
+ between the openssl headers and libraries, and suggest that the
+ user should try "--with-openssl-dir". Closes 40138.
+ - If the configure script has given any warnings, remind the user about
+ them at the end of the script. Related to 40138.
diff --git a/changes/ticket7193 b/changes/ticket7193
new file mode 100644
index 0000000000..27faffa498
--- /dev/null
+++ b/changes/ticket7193
@@ -0,0 +1,5 @@
+ o Minor features (directory authority):
+ - When looking for possible sybil attacks, also consider IPv6 addresses.
+ Two routers are considered to have "the same" address by this metric
+ if they are in the same /64 network. Patch from Maurice Pibouin. Closes
+ ticket 7193.