diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-12 08:56:28 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-12 08:56:28 -0400 |
commit | 73aae608d5e46251599dea9272862aa2560640d7 (patch) | |
tree | 06ad268d5a06f4df7cea94d910f114e084fa0a64 /changes | |
parent | 4540ddd3e3d9807601c0f9c971cf84cabdc10d5f (diff) | |
download | tor-73aae608d5e46251599dea9272862aa2560640d7.tar.gz tor-73aae608d5e46251599dea9272862aa2560640d7.zip |
Remove folded-in changes files
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26272 | 3 | ||||
-rw-r--r-- | changes/bug26283 | 4 | ||||
-rw-r--r-- | changes/geoip-2018-06-07 | 4 |
3 files changed, 0 insertions, 11 deletions
diff --git a/changes/bug26272 b/changes/bug26272 deleted file mode 100644 index 9dcf42f0e1..0000000000 --- a/changes/bug26272 +++ /dev/null @@ -1,3 +0,0 @@ - o Minor bugfixes (compilation): - - Silence unused-const-variable warnings in zstd.h on some gcc versions. - Fixes bug 26272; bugfix on 0.3.1.1-alpha. diff --git a/changes/bug26283 b/changes/bug26283 deleted file mode 100644 index 5ec856af84..0000000000 --- a/changes/bug26283 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor bugfixes (C correctness): - - Avoid casting return value of smartlist_len() to double as - compiler does not like it when -Wbad-function-cast is on. - Fixes bug 26283; bugfix on 0.2.4.10-alpha. diff --git a/changes/geoip-2018-06-07 b/changes/geoip-2018-06-07 deleted file mode 100644 index 0f8cff97af..0000000000 --- a/changes/geoip-2018-06-07 +++ /dev/null @@ -1,4 +0,0 @@ - o Minor features (geoip): - - Update geoip and geoip6 to the June 7 2018 Maxmind GeoLite2 - Country database. Closes ticket 26351. - |