diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug27316 | 3 | ||||
-rw-r--r-- | changes/geoip-2018-10-09 | 4 | ||||
-rw-r--r-- | changes/ticket27738 | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug27316 b/changes/bug27316 new file mode 100644 index 0000000000..cec9348912 --- /dev/null +++ b/changes/bug27316 @@ -0,0 +1,3 @@ + o Minor bugfixes (protover): + - Reject protocol names containing bytes other than alphanumeric characters + and hyphens ([A-Za-z0-9-]). Fixes bug 27316; bugfix on 0.2.9.4-alpha. diff --git a/changes/geoip-2018-10-09 b/changes/geoip-2018-10-09 new file mode 100644 index 0000000000..9b8e621852 --- /dev/null +++ b/changes/geoip-2018-10-09 @@ -0,0 +1,4 @@ + o Minor features (geoip): + - Update geoip and geoip6 to the October 9 2018 Maxmind GeoLite2 + Country database. Closes ticket 27991. + diff --git a/changes/ticket27738 b/changes/ticket27738 new file mode 100644 index 0000000000..f23bfb019e --- /dev/null +++ b/changes/ticket27738 @@ -0,0 +1,4 @@ + o Minor features (continuous integration): + - Use the Travis Homebrew addon to install packages on macOS. The package + list is the same, but the Homebrew addon does not do a `brew update` by + default. Implements ticket 27738. |