diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/21873 | 3 | ||||
-rw-r--r-- | changes/bug21825 | 6 | ||||
-rw-r--r-- | changes/geoip-april2017 | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/changes/21873 b/changes/21873 new file mode 100644 index 0000000000..24dc82455e --- /dev/null +++ b/changes/21873 @@ -0,0 +1,3 @@ + o Documentation: + - Clarify the behavior of the KeepAliveIsolateSOCKSAuth sub-option. + Closes ticket 21873. diff --git a/changes/bug21825 b/changes/bug21825 new file mode 100644 index 0000000000..8f14b32f84 --- /dev/null +++ b/changes/bug21825 @@ -0,0 +1,6 @@ + o Minor bugfix (compilation): + - Functions in hs_service.c was only compiled for unit test making the + created object (.o) contain no symbols in src/or/libor.a resulting in a + compilation warning from clang. We now expose those functions for the + unit tests. This will be changed in 0.3.2 release. Fixes bug 21825.; + bugfix on tor-0.3.0.1-alpha. diff --git a/changes/geoip-april2017 b/changes/geoip-april2017 new file mode 100644 index 0000000000..b489eaf016 --- /dev/null +++ b/changes/geoip-april2017 @@ -0,0 +1,4 @@ + o Minor features: + - Update geoip and geoip6 to the April 4 2017 Maxmind GeoLite2 + Country database. + |