summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-04-04 09:46:44 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-04 09:46:44 -0400
commitfe3cb4a337373130a399afade47d439114e25e2e (patch)
treece9a0d917b493d439635ca8fd07e7fdf5d18fb2b /ChangeLog
parentb2e500f95b7f685b05da5702e62944dbaa9faef2 (diff)
downloadtor-fe3cb4a337373130a399afade47d439114e25e2e.tar.gz
tor-fe3cb4a337373130a399afade47d439114e25e2e.zip
fold 21825 into changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afa380b40b..5c0d6772fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,12 @@ Changes in version 0.3.0.5-rc - 2017-04-0?
- Update geoip and geoip6 to the March 7 2017 Maxmind GeoLite2
Country database.
+ o Minor bugfix (compilation):
+ - Fix a warning when compiling hs_service.c. Previously, it had no
+ exported symbols when compiled for libor.a, resulting in a
+ compilation warning from clang. Fixes bug 21825; bugfix
+ on 0.3.0.1-alpha.
+
o Minor bugfixes (hidden services):
- Make hidden services check for failed intro point connections,
even when they have exceeded their intro point creation limit.