summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
Diffstat (limited to 'changes')
-rw-r--r--changes/115438
-rw-r--r--changes/bug100815
-rw-r--r--changes/bug104684
-rw-r--r--changes/bug108014
-rw-r--r--changes/bug110613
-rw-r--r--changes/bug110704
-rw-r--r--changes/bug111565
-rw-r--r--changes/bug112005
-rw-r--r--changes/bug112324
-rw-r--r--changes/bug112753
-rw-r--r--changes/bug112763
-rw-r--r--changes/bug112783
-rw-r--r--changes/bug112793
-rw-r--r--changes/bug112963
-rw-r--r--changes/bug113215
-rw-r--r--changes/bug113424
-rw-r--r--changes/bug7164_diagnose_harder6
-rw-r--r--changes/bug87875
-rw-r--r--changes/bug91073
-rw-r--r--changes/bug9213_doc5
-rw-r--r--changes/bug9229_0255
-rw-r--r--changes/bug96504
-rw-r--r--changes/bug98705
-rw-r--r--changes/bug99635
-rw-r--r--changes/doxygen_fixes6
-rw-r--r--changes/require_0236
-rw-r--r--changes/ticket115286
-rw-r--r--changes/ticket46453
28 files changed, 34 insertions, 91 deletions
diff --git a/changes/11543 b/changes/11543
new file mode 100644
index 0000000000..ebc22f775d
--- /dev/null
+++ b/changes/11543
@@ -0,0 +1,8 @@
+ o Minor bugfixes:
+
+ - Improve the warning message when trying to enable the Linux
+ sandbox code on a Tor built without libseccomp. Instead of
+ saying "Sandbox is not implemented on this platform", we now
+ explain that we to need be built with libseccomp. Fixes bug
+ 11543; bugfix on 0.2.5.1-alpha.
+
diff --git a/changes/bug10081 b/changes/bug10081
deleted file mode 100644
index 654b83c0b7..0000000000
--- a/changes/bug10081
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features:
- - When reporting a failure from make_socket_reuseable(), don't
- report a warning when we get a failure from an incoming socket
- on OSX. Fix for bug 10081.
-
diff --git a/changes/bug10468 b/changes/bug10468
deleted file mode 100644
index 128eb3ac65..0000000000
--- a/changes/bug10468
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - When using DNSPort and AutomapHostsOnResolve, respond to AAAA
- requests with AAAA automapped answers. Fixes bug 10468; bugfix
- on 0.2.4.7-alpha.
diff --git a/changes/bug10801 b/changes/bug10801
deleted file mode 100644
index 201bbeab1c..0000000000
--- a/changes/bug10801
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Stop accepting bridge lines containing hostnames. Doing so allowed
- clients to perform DNS requests on the hostnames, which was not
- sensible behavior. Fixes bug 10801; bugfix on 0.2.0.1-alpha.
diff --git a/changes/bug11061 b/changes/bug11061
deleted file mode 100644
index 5035e876af..0000000000
--- a/changes/bug11061
+++ /dev/null
@@ -1,3 +0,0 @@
- o Documentation fixes:
- - Fix the layout of the SOCKSPort flags in the manpage. Fixes bug
- 11061; bugfix on 0.2.4.7-alpha.
diff --git a/changes/bug11070 b/changes/bug11070
deleted file mode 100644
index 88fecf9793..0000000000
--- a/changes/bug11070
+++ /dev/null
@@ -1,4 +0,0 @@
- o Removed code:
- - Remove all code for the long unused v1 directory protocol. Resolves
- ticket 11070.
-
diff --git a/changes/bug11156 b/changes/bug11156
new file mode 100644
index 0000000000..bb20ed1e70
--- /dev/null
+++ b/changes/bug11156
@@ -0,0 +1,5 @@
+ o Minor bugfixes (clients):
+ - Fix a bug where a client-side Tor with pluggable transports
+ would take 60 seconds to bootstrap if a config re-read was
+ triggered at just the right timing during bootstrap. Refixes bug
+ 11156; bugfix on 0.2.5.3-alpha. \ No newline at end of file
diff --git a/changes/bug11200 b/changes/bug11200
new file mode 100644
index 0000000000..b4b61c9b7c
--- /dev/null
+++ b/changes/bug11200
@@ -0,0 +1,5 @@
+ - Minor bugfixes:
+
+ - Avoid generating spurious warnings and failure messages when
+ starting with DisableNetwork enabled. Fixes bug 11200 and bug
+ 10405; bugfix on 0.2.3.9-alpha.
diff --git a/changes/bug11232 b/changes/bug11232
deleted file mode 100644
index c1a8780838..0000000000
--- a/changes/bug11232
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Use AddressSanitizer and Ubsan sanitizers (in clang-3.4) to fix some
- miscellaneous errors in our tests and codebase. Fix for bug 11232.
- Bugfixes on versions back as far as 0.2.1.11-alpha.
diff --git a/changes/bug11275 b/changes/bug11275
deleted file mode 100644
index b9b019ff49..0000000000
--- a/changes/bug11275
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes:
- - Fix a minor memory leak that occurred when signing a directory
- object. Fixes bug 11275; bugfix on 0.2.4.13-alpha.
diff --git a/changes/bug11276 b/changes/bug11276
deleted file mode 100644
index be37534351..0000000000
--- a/changes/bug11276
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes:
- - Don't re-initialize a second set of openssl mutexes when starting
- up. Fixes bug 11726; bugfix on 0.2.5.3-alpha.
diff --git a/changes/bug11278 b/changes/bug11278
deleted file mode 100644
index 4fa59fc690..0000000000
--- a/changes/bug11278
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes:
- - Free placeholder entries in our circuit table at exit; fixes
- a harmless memory leak. Fixes bug 11278; bugfix on 0.2.5.1-alpha.
diff --git a/changes/bug11279 b/changes/bug11279
deleted file mode 100644
index 1e9da41180..0000000000
--- a/changes/bug11279
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features:
- - Warn less verbosely when receiving a misformed ESTABLISH_RENDEZVOUS
- cell. Fixes ticket 11279.
diff --git a/changes/bug11296 b/changes/bug11296
deleted file mode 100644
index 156749761d..0000000000
--- a/changes/bug11296
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes:
- - Allow tor-fw-helper to build again by adding src/ext to its
- CPPFLAGS. Fixes bug 11296; bugfix on 0.2.5.3-alpha.
diff --git a/changes/bug11321 b/changes/bug11321
deleted file mode 100644
index d737a1f37d..0000000000
--- a/changes/bug11321
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (build):
- - Build the torify.1 manpage again. Previously, we were only
- trying to build it when also building tor-fw-helper. That's why
- we didn't notice that we'd broken the ability to build it.
- Fixes bug 11321; bugfix on 0.2.5.1-alpha.
diff --git a/changes/bug11342 b/changes/bug11342
deleted file mode 100644
index a52a5515e7..0000000000
--- a/changes/bug11342
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - When dumping a malformed directory object to disk, save it in binary
- mode on windows, not text mode. Fixes bug 11342; bugfix on
- 0.2.2.1-alpha.
diff --git a/changes/bug7164_diagnose_harder b/changes/bug7164_diagnose_harder
deleted file mode 100644
index 28c36b658f..0000000000
--- a/changes/bug7164_diagnose_harder
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor features:
- - Try harder to diagnose a possible cause of bug 7164, which causes
- intermittent "microdesc_free() called but md was still referenced"
- warnings. We now log more information about the likely error case,
- to try to figure out why we might be cleaning a microdescriptor
- as old if it's still referenced by a live node.
diff --git a/changes/bug8787 b/changes/bug8787
deleted file mode 100644
index 212844ad2e..0000000000
--- a/changes/bug8787
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features:
- - Always check return values for unlink, munmap, UnmapViewOfFile;
- check strftime return values more often. In some cases all we
- can do is report a warning, but this may help prevent deeper
- bugs from going unnoticed. Closes ticket 8787.
diff --git a/changes/bug9107 b/changes/bug9107
deleted file mode 100644
index dba1669778..0000000000
--- a/changes/bug9107
+++ /dev/null
@@ -1,3 +0,0 @@
- o Code simplifications and refactoring:
- - Remove unused function circuit_dump_by_chan from circuitlist.c. Closes
- issue #9107; patch from "marek".
diff --git a/changes/bug9213_doc b/changes/bug9213_doc
deleted file mode 100644
index 2f959dd831..0000000000
--- a/changes/bug9213_doc
+++ /dev/null
@@ -1,5 +0,0 @@
- o Documentation:
- - Correctly document that we search for a system torrc file before
- looking in ~/.torrc. Fixes documentation side of 9213; bugfix
- on 0.2.3.18-rc.
-
diff --git a/changes/bug9229_025 b/changes/bug9229_025
new file mode 100644
index 0000000000..ad7fd22c28
--- /dev/null
+++ b/changes/bug9229_025
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Avoid 60-second delays in the bootstrapping process when Tor
+ is launching for a second time while using bridges. Fixes bug 9229;
+ bugfix on 0.2.0.3-alpha.
+
diff --git a/changes/bug9650 b/changes/bug9650
deleted file mode 100644
index c49cc2420f..0000000000
--- a/changes/bug9650
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor bugfixes:
- - Avoid potential crashes or bad behavior when launching a
- server-side managed proxy with ORPort or ExtORPort temporarily
- disabled. Fixes bug 9650; bugfix on 0.2.3.16-alpha.
diff --git a/changes/bug9870 b/changes/bug9870
deleted file mode 100644
index b4b2c2df2a..0000000000
--- a/changes/bug9870
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes:
-
- - Log only one message when we start logging in an unsafe
- way. Previously, we would log as many messages as we had
- problems. Fix for #9870; bugfix on 0.2.5.1-alpha.
diff --git a/changes/bug9963 b/changes/bug9963
new file mode 100644
index 0000000000..b8b95f2a7d
--- /dev/null
+++ b/changes/bug9963
@@ -0,0 +1,5 @@
+ o Minor features:
+ - Don't log so many notice-level bootstrapping messages at startup about
+ downloading descriptors. Previously, we'd log a notice whenever we
+ learned about more routers. Now, we only log a notice at every 5% of
+ progress. Fixes bug 9963.
diff --git a/changes/doxygen_fixes b/changes/doxygen_fixes
deleted file mode 100644
index a9add9d627..0000000000
--- a/changes/doxygen_fixes
+++ /dev/null
@@ -1,6 +0,0 @@
- o Documentation:
- - Resolve warnings from Doxygen.
-
- o Code simplification and refactoring:
- - Change our use of the ENUM_BF macro to avoid declarations that
- confuse Doxygen.
diff --git a/changes/require_023 b/changes/require_023
deleted file mode 100644
index f3a5a1417c..0000000000
--- a/changes/require_023
+++ /dev/null
@@ -1,6 +0,0 @@
- o Deprecated versions:
- - Tor 0.2.2.x is no longer supported, and has not been for a while.
- Directory authorities no longer accept descriptors from
- Tor relays running any version of Tor prior to Tor 0.2.3.16-alpha.
- Resolves ticket 11149.
-
diff --git a/changes/ticket11528 b/changes/ticket11528
new file mode 100644
index 0000000000..15daad9950
--- /dev/null
+++ b/changes/ticket11528
@@ -0,0 +1,6 @@
+ o Minor features:
+ - Servers now trust themselves to have a better view than clients of
+ which TLS ciphersuites to choose. (Thanks to #11513, the server
+ list is now well-considered, whereas the client list has been
+ chosen mainly for anti-fingerprinting purposes.) Resolves ticket
+ 11528.
diff --git a/changes/ticket4645 b/changes/ticket4645
deleted file mode 100644
index cc665ba1a1..0000000000
--- a/changes/ticket4645
+++ /dev/null
@@ -1,3 +0,0 @@
- o Code simplifications and refactoring:
- - Removing is_internal_IP() function. Resolves ticket 4645.
-