tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 37d1ee554da5db5a4e13ecdac3cc91e07656f27d
parent 9e7cd76e4cb7508680942e7ad86cd9bb57efc8ce
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu,  5 Dec 2019 13:27:46 -0500

Remove changes files that are scheduled for inclusion in 0.4.2.5

Diffstat:
Dchanges/ticket32500 | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/changes/ticket32500 b/changes/ticket32500 @@ -1,5 +0,0 @@ - o Testing: - - Require C99 standards-conforming code in Travis CI, but allow GNU gcc - extensions. Also activates clang's -Wtypedef-redefinition warnings. - Build some jobs with -std=gnu99, and some jobs without. - Closes ticket 32500.