commit 5ef96d32093788d01ef8cc14c9cb6d032d8b071f Author: Nick Mathewson nickm@torproject.org Date: Wed Oct 29 09:06:55 2014 -0400
Add in a few more changes entries for 0.2.6.1-alpha
(Also resort and rewrap) --- ChangeLog | 22 ++++++++++++++++++++-- changes/bug13066 | 4 ---- changes/bug13286 | 2 -- changes/ticket10427 | 4 ---- changes/ticket9708 | 6 ------ 5 files changed, 20 insertions(+), 18 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 3861d34..7668e40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -60,6 +60,11 @@ Changes in version 0.2.6.1-alpha - 2014-??-?? directory connections, and kill the ones that have had data sitting on them for the longest. Part of ticket 11792.
+ o Minor features: + - When identity keypair is generated for first time, log a + congratulatory message that points to the new relay lifecycle + document. Implements feature 10427. + o Minor features (client): - Clients are now willing to send optimistic circuit data (before they receive a 'connected' cell) to relays of any version. We used @@ -144,6 +149,9 @@ Changes in version 0.2.6.1-alpha - 2014-??-?? with 32-bit time_t. Fixes bug 13476; bugfix on 0.0.2pre14.
o Minor bugfixes (client): + - Fix node selection logic in smartlist_choose_node_by_bandwidth() + so that onion routers with BadExit flag are not considered to be + worthy candidates. Fixes bug 13066; bugfix on 0.1.2.3-alpha. - Use the consensus schedule for downloading consensuses, and not the generic schedule. Fixes bug 11679; bugfix on 0.2.2.6-alpha. - Handle unsupported SOCKS5 requests properly by responding with @@ -180,8 +188,8 @@ Changes in version 0.2.6.1-alpha - 2014-??-?? - Bitwise check the BRIDGE_DIRINFO flag rather than using equality. Fixes a (potential) bug where directories offering BRIDGE_DIRINFO and some other flag (i.e. microdescriptors or extrainfo) would be - ignored when looking for bridge directories. Partially fixes - bug 13163; bugfix on 0.2.0.7-alpha. + ignored when looking for bridge directories. Partially fixes bug + 13163; bugfix on 0.2.0.7-alpha.
o Minor bugfixes (networking): - Check for orconns and use connection_or_close_for_error() rather @@ -259,6 +267,13 @@ Changes in version 0.2.6.1-alpha - 2014-??-?? - Introducing helper function to parse ExitPolicy in or_options_t structure.
+ o Documentation: + - Add a doc/TUNING document with tips for handling large numbers of + TCP connections when running busy Tor relay. Update warning + message to point to this file when running out of sockets + operating system is allowing to use simultaneously. Resolves + ticket 9708. + o New compiler requirements: - Tor 0.2.6.x requires that your compiler support more of the C99 language standard than before. The 'configure' script now detects @@ -275,6 +290,9 @@ Changes in version 0.2.6.1-alpha - 2014-??-?? Adrien Bak.
o Removed features: + - Remove the --disable-curve25519 configure option. Relays and + clients now are required to support curve25519 and the + ntor handshake. - The old "StrictEntryNodes" and "StrictExitNodes" options, which used to be deprecated synonyms for "StrictNodes", are now marked obsolete. Resolves ticket 12226. diff --git a/changes/bug13066 b/changes/bug13066 deleted file mode 100644 index 388c999..0000000 --- a/changes/bug13066 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes: - - Fix node selection logic in smartlist_choose_node_by_bandwidth() - so that onion routers with BadExit flag are not considered to be - worthy candidates. Fixes issue 13066. diff --git a/changes/bug13286 b/changes/bug13286 deleted file mode 100644 index 0a7f9d7..0000000 --- a/changes/bug13286 +++ /dev/null @@ -1,2 +0,0 @@ - o Removed features: - Remove the --disable-curve25519 configure option. diff --git a/changes/ticket10427 b/changes/ticket10427 deleted file mode 100644 index 66af284..0000000 --- a/changes/ticket10427 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor features: - - When identity keypair is generated for first time, log a - congratulatory message that points to new relay lifecycle - document. Implements feature 10427. diff --git a/changes/ticket9708 b/changes/ticket9708 deleted file mode 100644 index 91197f2..0000000 --- a/changes/ticket9708 +++ /dev/null @@ -1,6 +0,0 @@ - o Documentation: - - Add doc/TUNING document with tips for handling large numbers of TCP - connections when running busy Tor relay. Update warning message to - point to this file when running out of sockets operating system - is allowing to use simultaneously. Resolves ticket 9708. -
tor-commits@lists.torproject.org