summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-12 08:36:28 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-12 08:36:28 -0400
commit33919d8e1d8f24c3b66aad00d73dd551f69fc4e6 (patch)
tree11a59ac6f69fce5205fe776a74021ba215cc743f
parent6230dfaf14bb6b92a5afaa8e81d00da4f0805955 (diff)
downloadtor-33919d8e1d8f24c3b66aad00d73dd551f69fc4e6.tar.gz
tor-33919d8e1d8f24c3b66aad00d73dd551f69fc4e6.zip
add more entries to changelog
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bdc524c85..93a58647f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,20 @@ Changes in version 0.3.4.2-alpha - 2018-06-12
instances would reject. Fixes bug 26116; bugfix on 0.2.5.16.
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.
+
+ 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.
+
+ o Minor features (geoip):
+ - Update geoip and geoip6 to the June 7 2018 Maxmind GeoLite2
+ Country database. Closes ticket 26351.
+
+
+ o Minor bugfixes (compilation):
- Fix compilation when building with OpenSSL 1.1.0 with the
"no-deprecated" flag enabled. Fixes bug 26156; bugfix on 0.3.4.1-alpha.