From cd9d08a5e14d2339185fd7702ed4e89858dc76b4 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 13 Mar 2014 11:34:51 -0400 Subject: Sort the 0.2.5.3-alpha changelog entries a little better. Still haven't edited any. Also, remove all the changes/* entries that got merged back in 6b5ef3889d83c715973d. --- ChangeLog | 101 ++++++++++++++++++---------------- changes/bug10169 | 4 -- changes/bug10449 | 8 --- changes/bug10722_msg | 5 -- changes/bug10841 | 6 -- changes/bug10884 | 5 -- changes/bug10904 | 5 -- changes/bug10928 | 5 -- changes/bug10929 | 6 -- changes/bug10987 | 7 --- changes/bug11043 | 5 -- changes/bug11047 | 9 --- changes/bug11048 | 8 --- changes/bug11069 | 4 -- changes/bug11108 | 8 --- changes/bug11118 | 4 -- changes/bug11156 | 5 -- changes/bug5018 | 5 -- changes/bug5824 | 4 -- changes/bug5824-2 | 4 -- changes/bug8788 | 3 - changes/bug9004 | 6 -- changes/bug9099 | 5 -- changes/bug9222 | 5 -- changes/bug9393 | 4 -- changes/bug965 | 6 -- changes/bug9686 | 3 - changes/feature4900 | 12 ---- changes/geoip-february2014 | 3 - changes/geoip-february2014-regcountry | 3 - changes/geoip6-february2014 | 3 - changes/sigsafe_fmt_warning | 4 -- changes/ticket5528 | 4 -- changes/ticket9176 | 5 -- changes/tinytest_upgrade | 2 - 35 files changed, 55 insertions(+), 221 deletions(-) delete mode 100644 changes/bug10169 delete mode 100644 changes/bug10449 delete mode 100644 changes/bug10722_msg delete mode 100644 changes/bug10841 delete mode 100644 changes/bug10884 delete mode 100644 changes/bug10904 delete mode 100644 changes/bug10928 delete mode 100644 changes/bug10929 delete mode 100644 changes/bug10987 delete mode 100644 changes/bug11043 delete mode 100644 changes/bug11047 delete mode 100644 changes/bug11048 delete mode 100644 changes/bug11069 delete mode 100644 changes/bug11108 delete mode 100644 changes/bug11118 delete mode 100644 changes/bug11156 delete mode 100644 changes/bug5018 delete mode 100644 changes/bug5824 delete mode 100644 changes/bug5824-2 delete mode 100644 changes/bug8788 delete mode 100644 changes/bug9004 delete mode 100644 changes/bug9099 delete mode 100644 changes/bug9222 delete mode 100644 changes/bug9393 delete mode 100644 changes/bug965 delete mode 100644 changes/bug9686 delete mode 100644 changes/feature4900 delete mode 100644 changes/geoip-february2014 delete mode 100644 changes/geoip-february2014-regcountry delete mode 100644 changes/geoip6-february2014 delete mode 100644 changes/sigsafe_fmt_warning delete mode 100644 changes/ticket5528 delete mode 100644 changes/ticket9176 delete mode 100644 changes/tinytest_upgrade diff --git a/ChangeLog b/ChangeLog index 3968337ec..427bb84b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Changes in version 0.2.5.3-alpha - 2014-03-?? - o Major features (security, DoS-resistance): + o Major features (server security, DoS-resistance): - Also consider stream buffer sizes when calculating OOM conditions. Rename MaxMemInCellQueues to MaxMemInQueues. Fixes bug 10169. @@ -14,8 +14,10 @@ Changes in version 0.2.5.3-alpha - 2014-03-?? from a randomized cryptographic key using SipHash-2-4, and an attacker cannot predict which entries will collide. Closes ticket 4900. + - Decrease the lower limit of MaxMemInQueues to 256 MBytes, to + appease raspberry pi users. Fixes bug 9686. - o Minor features: + o Minor features (bridges, pluggable transports): - Bridges write the SHA1 digest of their identity key fingerprint to notice-level logs and to hashed-fingerprint, so that bridge operators can look up their bridge in Globe and similar tools. @@ -23,20 +25,19 @@ Changes in version 0.2.5.3-alpha - 2014-03-?? using pluggable transports but doesn't have an Extended ORPort listener. Furthermore, we now log the message in the log file too. Resolves ticket 11043. - - Warn the user if they put any ports in the SocksPolicy, - DirPolicy, AuthDirReject, AuthDirInvalid, AuthDirBadDir, or - AuthDirBadExit options. Fixes ticket #11108. - Don't log at warning severity when we refuse to launch a pluggable transport proxy that we don't need. Resolves ticket 5018; bugfix on 0.2.5.2-alpha. + + o Minor features (other): + - Warn the user if they put any ports in the SocksPolicy, + DirPolicy, AuthDirReject, AuthDirInvalid, AuthDirBadDir, or + AuthDirBadExit options. Fixes ticket #11108. - Update geoip and geoip6 to the February 7 2014 Maxmind GeoLite2 Country database. - - Decrease the lower limit of MaxMemInQueues to 256 MBytes, to - appease raspberry pi users. Fixes bug 9686. - Made PREDICTED_CIRCS_RELEVANCE_TIME configurable from config file with a new option, PredictedPortsRelevanceTime. Implements ticket #9176. Patch by unixninja92. - - Update to the latest version of tinytest. o Minor bugfixes (new since 0.2.5.2-alpha, also in 0.2.4.21): - Build without warnings under clang 3.4. (We have some macros that @@ -47,7 +48,24 @@ Changes in version 0.2.5.3-alpha - 2014-03-?? manpages from scratch on OpenBSD; OpenBSD calls it "a2x.py". Fixes bug 10929; bugfix on 0.2.2.9-alpha. Patch from Dana Koch. - o Minor bugfixes: + o Minor bugfixes (unit tests) + - Fix a small bug in the unit tests that might have made the tests + call 'chmod' with an uninitialized bitmask. + Fixes bug 10928; bugfix on 0.2.5.1-alpha. Patch from Dana Koch. + + o Minor bugfixes (client): + - Fix IPv6 support when using the SocksPort with SOCKS5. Using IPv6 + through a SOCKS5 using the SocksPort option will now work with + this fix. This part of the code has never been updated to support + IPv6 thus this does not fix a previously introduced regression. + Fixes bug 10987; bugfix on 0.2.4.7-alpha. + - Fix tor so that it raises a control port warning when we fail to + connect to all of our bridges. Fixes bug 11069; bugfix on + tor-0.2.1.2-alpha. + - Fix a bug where we would attempt to connect to bridges before + our pluggable transports were configured, which resulted in some + erroneous log messages. Fixes bug 11156; bugfix on + 0.2.3.2-alpha. - Exit immediately when exiting because of dropped connection from a process-owning controller. Previously, if we were running in server mode, we would wait for a little while as in the when we @@ -59,14 +77,23 @@ Changes in version 0.2.5.3-alpha - 2014-03-?? nodes prevents a hidden service from working. Improves on our fix for bug #10722, which was a bugfix on 0.2.0.10-alpha. - - Fix a small bug in the unit tests that might have made the tests - call 'chmod' with an uninitialized bitmask. - Fixes bug 10928; bugfix on 0.2.5.1-alpha. Patch from Dana Koch. - - Fix IPv6 support when using the SocksPort with SOCKS5. Using IPv6 - through a SOCKS5 using the SocksPort option will now work with - this fix. This part of the code has never been updated to support - IPv6 thus this does not fix a previously introduced regression. - Fixes bug 10987; bugfix on 0.2.4.7-alpha. + + o Minor bugfixes (servers): + - Non-exit servers no longer launch mock DNS requests to check for + DNS hijacking. This has been unnecessary since 0.2.1.7-alpha, + when non-exit servers stopped servicing DNS requests. Fixes bug + 965; bugfix on 0.2.1.7-alpha. Patch from Matt Pagan. + - Avoid crashing on a malformed resolv.conf file when running a + server using Libevent 1. Fixes bug 8788; bugfix on 0.1.1.23. + - Give the correct URL in the warning message that we present + when the user is trying to run a Tor relay on an ancient version + of Windows. Fixes bug 9393. + - Bridges now never collect statistics that were designed for relays. + Fix for bug 5824; bugfix on 0.2.3.8-alpha. + - Bridges now report complete directory request statistics. Related to + bug 5824; bugfix on 0.2.2.1-alpha. + + o Minor bugfixes (backtrace support): - Build using the -fasynchronous-unwind-tables option so that more platforms (in particular, ones like 32-bit Intel where the -fomit-frame-pointer option is on by default and table @@ -80,38 +107,10 @@ Changes in version 0.2.5.3-alpha - 2014-03-?? have stored their intermediate results in the same buffer, and generated junk outputs.) Reported by "cypherpunks". Fixes bug 11048; bugfix on 0.2.5.2-alpha. - - Fix tor so that it raises a control port warning when we fail to - connect to all of our bridges. Fixes bug 11069; bugfix on - tor-0.2.1.2-alpha. - - Fix a bug where we would attempt to connect to bridges before - our pluggable transports were configured, which resulted in some - erroneous log messages. Fixes bug 11156; bugfix on - 0.2.3.2-alpha. - - Bridges now never collect statistics that were designed for relays. - Fix for bug 5824; bugfix on 0.2.3.8-alpha. - - Bridges now report complete directory request statistics. Related to - bug 5824; bugfix on 0.2.2.1-alpha. - - Avoid crashing on a malformed resolv.conf file when running a - server using Libevent 1. Fixes bug 8788; bugfix on 0.1.1.23. - - Improve the tinytest implementation of string operation tests - so that comparisons NULL strings no longer crash the tests; - they now just fail, normally. Fixes bug 9004; bugfix on - 0.2.2.4-alpha. - - Fix a comment about the rend_server_descriptor_t.protocols field - to more accurately describe its range. Also, make that - field unsigned, to more accurately reflect its usage. - Fixes bug 9099; bugfix on 0.2.1.5-alpha. - - Give the correct URL in the warning message that we present - when the user is trying to run a Tor relay on an ancient version - of Windows. Fixes bug 9393. - - Non-exit servers no longer launch mock DNS requests to check for - DNS hijacking. This has been unnecessary since 0.2.1.7-alpha, - when non-exit servers stopped servicing DNS requests. Fixes bug - 965; bugfix on 0.2.1.7-alpha. Patch from Matt Pagan. - Fix a 64-to-32-conversion warning in format_number_sigsafe(). Bugfix on 0.2.5.2-alpha; patch from Nick Hopper. - o Removed code + o Removed code: - Remove all code for hidden service authorities to accept and serve version 0 descriptors and left-over code for hidden services and hidden service clients to upload and fetch version 0 descriptors. @@ -127,11 +126,21 @@ Changes in version 0.2.5.3-alpha - 2014-03-?? - Document in the manpage that "KBytes" may also be written as "kilobytes" or "KB", that "Kbits" may also be written as "kilobits", and so forth. Closes ticket #9222. + - Fix a comment about the rend_server_descriptor_t.protocols field + to more accurately describe its range. Also, make that + field unsigned, to more accurately reflect its usage. + Fixes bug 9099; bugfix on 0.2.1.5-alpha. o Code simplifications and refactoring: - Get rid of router->address, since in all cases it was just the string representation of router->addr. Resolves ticket 5528. + o Test infrastructure: + - Update to the latest version of tinytest. + - Improve the tinytest implementation of string operation tests + so that comparisons NULL strings no longer crash the tests; + they now just fail, normally. Fixes bug 9004; bugfix on + 0.2.2.4-alpha. Changes in version 0.2.4.21 - 2014-02-28 diff --git a/changes/bug10169 b/changes/bug10169 deleted file mode 100644 index 979c4e428..000000000 --- a/changes/bug10169 +++ /dev/null @@ -1,4 +0,0 @@ - o Major features: - - Also consider stream buffer sizes when calculating OOM - conditions. Rename MaxMemInCellQueues to MaxMemInQueues. Fixes - bug 10169. diff --git a/changes/bug10449 b/changes/bug10449 deleted file mode 100644 index 93811f07b..000000000 --- a/changes/bug10449 +++ /dev/null @@ -1,8 +0,0 @@ - o Minor bugfixes: - - Exit immediately when exiting because of dropped connection from - a process-owning controller. Previously, if we were running in - server mode, we would wait for a little while as in the when we - got an INT signal--but this was problematic, since there was no - feedback for the user. Controllers that want to do a clean - shutdown should send an INT signal, and let the user know what's - going on. Fix for bug 10449; bugfix on 0.2.2.28-beta. \ No newline at end of file diff --git a/changes/bug10722_msg b/changes/bug10722_msg deleted file mode 100644 index fbfa37c26..000000000 --- a/changes/bug10722_msg +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes: - - Log an improved message when excluding hidden service directory - nodes prevents a hidden service from working. - Improves on our fix for bug #10722, which was a bugfix on - 0.2.0.10-alpha. \ No newline at end of file diff --git a/changes/bug10841 b/changes/bug10841 deleted file mode 100644 index 5b065a8b2..000000000 --- a/changes/bug10841 +++ /dev/null @@ -1,6 +0,0 @@ - o Removed code - - Remove all code for hidden service authorities to accept and serve - version 0 descriptors and left-over code for hidden services and - hidden service clients to upload and fetch version 0 descriptors. - Version 0 descriptors are not in use anymore since 0.2.2.1-alpha. - Fixes the rest of bug 10841. diff --git a/changes/bug10884 b/changes/bug10884 deleted file mode 100644 index 815d893de..000000000 --- a/changes/bug10884 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor features: - - Bridges write the SHA1 digest of their identity key fingerprint to - notice-level logs and to hashed-fingerprint, so that bridge - operators can look up their bridge in Globe and similar tools. - diff --git a/changes/bug10904 b/changes/bug10904 deleted file mode 100644 index 6f551ea41..000000000 --- a/changes/bug10904 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes (compilation): - - Build without warnings under clang 3.4. (We have some macros that - define static functions only some of which will get used later in - the module. Starting with clang 3.4, these give a warning unless the - unused attribute is set on them.) diff --git a/changes/bug10928 b/changes/bug10928 deleted file mode 100644 index 86bc5aa46..000000000 --- a/changes/bug10928 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes (unit tests); - - Fix a small bug in the unit tests that might have made the tests - call 'chmod' with an uninitialized bitmask. - Fixes bug 10928; bugfix on 0.2.5.1-alpha. Patch from Dana Koch. - diff --git a/changes/bug10929 b/changes/bug10929 deleted file mode 100644 index acf396047..000000000 --- a/changes/bug10929 +++ /dev/null @@ -1,6 +0,0 @@ - - Minor bugfixes: - - Fix build warnings about missing "a2x" comment when building the - manpages from scratch on OpenBSD; OpenBSD calls it "a2x.py". - Fixes bug 10929; bugfix on tor-0.2.2.9-alpha. Patch from - Dana Koch. - diff --git a/changes/bug10987 b/changes/bug10987 deleted file mode 100644 index cc5dd8ff5..000000000 --- a/changes/bug10987 +++ /dev/null @@ -1,7 +0,0 @@ - o Minor bugfixes - - - Fix IPv6 support when using the SocksPort with SOCKS5. Using IPv6 - through a SOCKS5 using the SocksPort option will now work with - this fix. This part of the code has never been updated to support - IPv6 thus this does not fix a previously introduced regression. - Fixes bug 10987; bugfix on 0.2.4.7-alpha. diff --git a/changes/bug11043 b/changes/bug11043 deleted file mode 100644 index cdf534da8..000000000 --- a/changes/bug11043 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor features (log messages): - - Improve the message that gets displayed when Tor as a bridge is - using pluggable transports but doesn't have an Extended ORPort - listener. Furthermore, we now log the message in the log file - too. Resolves ticket 11043. diff --git a/changes/bug11047 b/changes/bug11047 deleted file mode 100644 index 25acd8e36..000000000 --- a/changes/bug11047 +++ /dev/null @@ -1,9 +0,0 @@ - o Minor bugfixes: - - - Build using the -fasynchronous-unwind-tables option so that more - platforms (in particular, ones like 32-bit Intel where the - -fomit-frame-pointer option is on by default and table - generation is not) will support generating backtraces. This - doesn't yet add Windows support yet; only Linux, OSX, and some BSD - are affected. Reported by 'cypherpunks'; fixes bug 11047; bugfix - on 0.2.5.2-alpha. diff --git a/changes/bug11048 b/changes/bug11048 deleted file mode 100644 index 684abf959..000000000 --- a/changes/bug11048 +++ /dev/null @@ -1,8 +0,0 @@ - o Minor bugfixes: - - - Avoid strange behavior if two threads hit failed asswertions - at the same time and both try to log backtraces at - once. (Previously, if this had happened, both threads would - have stored their intermediate results in the same buffer, and - generated junk outputs.) Reported by "cypherpunks". Fixes bug - 11048; bugfix on 0.2.5.2-alpha. diff --git a/changes/bug11069 b/changes/bug11069 deleted file mode 100644 index 5aa308576..000000000 --- a/changes/bug11069 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (clients): - - Fix tor so that it raises a control port warning when we fail to - connect to all of our bridges. Fixes bug 11069; bugfix on - tor-0.2.1.2-alpha. diff --git a/changes/bug11108 b/changes/bug11108 deleted file mode 100644 index b2c1f5003..000000000 --- a/changes/bug11108 +++ /dev/null @@ -1,8 +0,0 @@ - o Minor features: - - Warn the user if they put any ports in the SocksPolicy, - DirPolicy, AuthDirReject, AuthDirInvalid, AuthDirBadDir, or - AuthDirBadExit options. Fixes ticket #11108. - - o Documentation: - - Explain that SocksPolicy, DirPolicy, and their allies don't take - port arguments. Fixes ticket #11108. diff --git a/changes/bug11118 b/changes/bug11118 deleted file mode 100644 index 6354ab2db..000000000 --- a/changes/bug11118 +++ /dev/null @@ -1,4 +0,0 @@ - o Documentation: - - Fix the max client name length in the manpage's description of - HiddenServiceAuthorizeClient description: it should have been - 16, not 19. Fixes bug 11118; bugfix on 0.2.1.6-alpha. diff --git a/changes/bug11156 b/changes/bug11156 deleted file mode 100644 index 17ac23f44..000000000 --- a/changes/bug11156 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes (clients): - - Fix a bug where we would attempt to connect to bridges before - our pluggable transports were configured, which resulted in some - erroneous log messages. Fixes bug 11156; bugfix on - 0.2.3.2-alpha. diff --git a/changes/bug5018 b/changes/bug5018 deleted file mode 100644 index 17680989a..000000000 --- a/changes/bug5018 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor features: - - Don't log at warning severity when we refuse to launch a - pluggable transport proxy that we don't need. Resolves ticket - 5018; bugfix on 0.2.5.2-alpha. - diff --git a/changes/bug5824 b/changes/bug5824 deleted file mode 100644 index 15d366fe5..000000000 --- a/changes/bug5824 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes: - - Bridges now never collect statistics that were designed for relays. - Fix for bug 5824; bugfix on 0.2.3.8-alpha. - diff --git a/changes/bug5824-2 b/changes/bug5824-2 deleted file mode 100644 index f5963ca4c..000000000 --- a/changes/bug5824-2 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes: - - Bridges now report complete directory request statistics. Related to - bug 5824; bugfix on 0.2.2.1-alpha. - diff --git a/changes/bug8788 b/changes/bug8788 deleted file mode 100644 index 26fb5bc4f..000000000 --- a/changes/bug8788 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes: - - Avoid crashing on a malformed resolv.conf file when running a - server using Libevent 1. Fixes bug 8788; bugfix on 0.1.1.23. diff --git a/changes/bug9004 b/changes/bug9004 deleted file mode 100644 index 5bab7ea0b..000000000 --- a/changes/bug9004 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor bugfixes (testing): - - Improve the tinytest implementation of string operation tests - so that comparisons NULL strings no longer crash the tests; - they now just fail, normally. Fixes bug 9004; bugfix on - 0.2.2.4-alpha. - diff --git a/changes/bug9099 b/changes/bug9099 deleted file mode 100644 index 5cd963ea8..000000000 --- a/changes/bug9099 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes: - - Fix a comment about the rend_server_descriptor_t.protocols field - to more accurately describe its range. Also, make that - field unsigned, to more accurately reflect its usage. - Fixes bug 9099; bugfix on 0.2.1.5-alpha. diff --git a/changes/bug9222 b/changes/bug9222 deleted file mode 100644 index bd6627711..000000000 --- a/changes/bug9222 +++ /dev/null @@ -1,5 +0,0 @@ - o Documentation: - - - Document in the manpage that "KBytes" may also be written as - "kilobytes" or "KB", that "Kbits" may also be written as - "kilobits", and so forth. Closes ticket #9222. diff --git a/changes/bug9393 b/changes/bug9393 deleted file mode 100644 index 9aedd1260..000000000 --- a/changes/bug9393 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes: - - Give the correct URL in the warning message that we present - when the user is trying to run a Tor relay on an ancient version - of Windows. Fixes bug 9393. diff --git a/changes/bug965 b/changes/bug965 deleted file mode 100644 index d0870d038..000000000 --- a/changes/bug965 +++ /dev/null @@ -1,6 +0,0 @@ - o Minor bugfixes: - - - Non-exit servers no longer launch mock DNS requests to check for - DNS hijacking. This has been unnecessary since 0.2.1.7-alpha, - when non-exit servers stopped servicing DNS requests. Fixes bug - 965; bugfix on 0.2.1.7-alpha. Patch from Matt Pagan. diff --git a/changes/bug9686 b/changes/bug9686 deleted file mode 100644 index 82a8f4447..000000000 --- a/changes/bug9686 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor changes: - - Decrease the lower limit of MaxMemInQueues to 256 MBytes, to - appease raspberry pi users. Fixes bug 9686. \ No newline at end of file diff --git a/changes/feature4900 b/changes/feature4900 deleted file mode 100644 index 378ce12ae..000000000 --- a/changes/feature4900 +++ /dev/null @@ -1,12 +0,0 @@ - o Minor features: - - - Avoid hash-flooding denial-of-service attacks by using the secure - SipHash-2-4 hash function for our hashtables. Without this - feature, an attacker could degrade performance of a targeted - client or server by flooding their data structures with a large - number of data entries all calculated to be stored at the same - hash table position, thereby degrading hash table - performance. With this feature, hash table positions are derived - from a randomized cryptographic key using SipHash-2-4, and an - attacker cannot predict which entries will collide. - Closes ticket 4900. diff --git a/changes/geoip-february2014 b/changes/geoip-february2014 deleted file mode 100644 index f8657b468..000000000 --- a/changes/geoip-february2014 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features: - - Update to the February 7 2014 Maxmind GeoLite2 Country database. - diff --git a/changes/geoip-february2014-regcountry b/changes/geoip-february2014-regcountry deleted file mode 100644 index c2ddf092a..000000000 --- a/changes/geoip-february2014-regcountry +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features: - - Fix our version of the February 7 2014 Maxmind GeoLite2 Country database. - diff --git a/changes/geoip6-february2014 b/changes/geoip6-february2014 deleted file mode 100644 index af30be00b..000000000 --- a/changes/geoip6-february2014 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor features: - - Update geoip6 to the February 7 2014 Maxmind GeoLite2 Country - database. diff --git a/changes/sigsafe_fmt_warning b/changes/sigsafe_fmt_warning deleted file mode 100644 index eeb471028..000000000 --- a/changes/sigsafe_fmt_warning +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (compilation): - - Fix a 64-to-32-conversion warning in format_number_sigsafe(). - Bugfix on 0.2.5.2-alpha; patch from Nick Hopper. - diff --git a/changes/ticket5528 b/changes/ticket5528 deleted file mode 100644 index 69b2c1d16..000000000 --- a/changes/ticket5528 +++ /dev/null @@ -1,4 +0,0 @@ - o Code simplifications and refactoring: - - Get rid of router->address, since in all cases it was just the - string representation of router->addr. Resolves ticket 5528. - diff --git a/changes/ticket9176 b/changes/ticket9176 deleted file mode 100644 index 53c30e330..000000000 --- a/changes/ticket9176 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor features: - - - Made PREDICTED_CIRCS_RELEVANCE_TIME configurable from config - file with a new option, PredictedPortsRelevanceTime. Implements - ticket #9176. Patch by unixninja92. diff --git a/changes/tinytest_upgrade b/changes/tinytest_upgrade deleted file mode 100644 index ccac4020b..000000000 --- a/changes/tinytest_upgrade +++ /dev/null @@ -1,2 +0,0 @@ - o Testing: - - Update to the latest version of tinytest -- cgit v1.2.3