aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/bug171703
-rw-r--r--changes/bug196995
-rw-r--r--changes/bug215945
-rw-r--r--changes/bug216544
-rw-r--r--changes/bug216823
-rw-r--r--changes/bug217205
-rw-r--r--changes/faster-keccak4
-rw-r--r--changes/feature216228
-rw-r--r--changes/geoip-march20174
-rw-r--r--changes/ticket217297
10 files changed, 48 insertions, 0 deletions
diff --git a/changes/bug17170 b/changes/bug17170
new file mode 100644
index 0000000000..24a9b94fcf
--- /dev/null
+++ b/changes/bug17170
@@ -0,0 +1,3 @@
+ o Documentation:
+ - Note that bandwidth-limiting options don't affect TCP headers or DNS.
+ Closes ticket 17170.
diff --git a/changes/bug19699 b/changes/bug19699
new file mode 100644
index 0000000000..8bfe66210e
--- /dev/null
+++ b/changes/bug19699
@@ -0,0 +1,5 @@
+ o Minor bugfixes (testing):
+ - Make test-network.sh always call chutney's test-network.sh.
+ Previously, this only worked on systems which had bash installed, due to
+ some bash-specific code in the script.
+ Fixes bug 19699; follow-up to 21581.
diff --git a/changes/bug21594 b/changes/bug21594
new file mode 100644
index 0000000000..e624d1226d
--- /dev/null
+++ b/changes/bug21594
@@ -0,0 +1,5 @@
+ o Minor bugfixes (hidden services):
+ - Make hidden services with 8 to 10 introduction points check for failed
+ circuits immediately after startup. Previously, they would wait for 5
+ minutes before performing their first checks. Fixes bug 21594; bugfix on
+ commit 190aac0eab9 in Tor 0.2.3.9-alpha. Reported by alecmuffett.
diff --git a/changes/bug21654 b/changes/bug21654
new file mode 100644
index 0000000000..fd1c650710
--- /dev/null
+++ b/changes/bug21654
@@ -0,0 +1,4 @@
+ o Code simplifications and refactoring
+ - Use unbuffered I/O for utility functions around the process_handle_t
+ type. This fixes unit test failures reported on OpenBSD and FreeBSD.
+ Fixes bug 21654.
diff --git a/changes/bug21682 b/changes/bug21682
new file mode 100644
index 0000000000..ab7126e4d6
--- /dev/null
+++ b/changes/bug21682
@@ -0,0 +1,3 @@
+ o Minor bugfixes (memory leaks):
+ - Fix a memory leak when using GETCONF on a port option.
+ Fixes bug 21682; bugfix on 0.3.0.3-alpha.
diff --git a/changes/bug21720 b/changes/bug21720
new file mode 100644
index 0000000000..6d2fbcf711
--- /dev/null
+++ b/changes/bug21720
@@ -0,0 +1,5 @@
+ o Documentation:
+ - Update the description of the directory server options in the manual
+ page, to clarify that DirPort is no longer necessary to be a directory
+ cache. Closes ticket 21720.
+
diff --git a/changes/faster-keccak b/changes/faster-keccak
new file mode 100644
index 0000000000..45fc1526a8
--- /dev/null
+++ b/changes/faster-keccak
@@ -0,0 +1,4 @@
+ o Minor features (performance):
+ - The minimal keccak implementation we include now accesses memory
+ more efficiently, especially on little-endian systems.
+ Closes ticket 21737.
diff --git a/changes/feature21622 b/changes/feature21622
new file mode 100644
index 0000000000..163b90b724
--- /dev/null
+++ b/changes/feature21622
@@ -0,0 +1,8 @@
+ o Minor feature (hidden services):
+ - Log a message when a hidden service reaches its introduction point
+ circuit limit, and when that limit is reset.
+ Follow up to ticket 21594, closes ticket 21622.
+ - Add more information to the message logged when a hidden service
+ descriptor has fewer introduction points than specified in
+ HiddenServiceNumIntroductionPoints.
+ Follow up to tickets 21598 and 21599, closes ticket 21622.
diff --git a/changes/geoip-march2017 b/changes/geoip-march2017
new file mode 100644
index 0000000000..6dc92baa2f
--- /dev/null
+++ b/changes/geoip-march2017
@@ -0,0 +1,4 @@
+ o Minor features:
+ - Update geoip and geoip6 to the March 7 2017 Maxmind GeoLite2
+ Country database.
+
diff --git a/changes/ticket21729 b/changes/ticket21729
new file mode 100644
index 0000000000..51d117311b
--- /dev/null
+++ b/changes/ticket21729
@@ -0,0 +1,7 @@
+ o Minor features (logging):
+ - Log files are no longer created world-readable by default.
+ (Previously, most distributors would store the logs in a
+ non-world-readable location to prevent inappropriate access. This
+ change is an extra precaution.) Closes ticket 21729; patch from
+ toralf.
+