Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
NEWS update and version bump for 2.4.0
  • Loading branch information
blblack committed Feb 15, 2018
1 parent 8efdd16 commit 74f6891
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS
@@ -1,3 +1,10 @@
2.4.0 - 2018-02-15
* plugin_multifo: added "ignore_health" parameter. If "ignore_health" is
true, all addresses are added to the result set regardless of health, but
the up_thresh and TTL effects still happen, and the final resource-level
state still reflects the overall state as it would without
"ignore_health", for meta-plugin consumption.

2.3.1 - 2018-02-15
* GeoIP2: Detect coordinate-free post-2018 GeoLite2-City databases, and
refuse to use them with auto_dc_coords. cf:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([gdnsd],[2.3.1],[https://github.com/gdnsd/gdnsd/issues])
AC_INIT([gdnsd],[2.4.0],[https://github.com/gdnsd/gdnsd/issues])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR([acaux])
AM_INIT_AUTOMAKE([1.11.1 dist-xz no-dist-gzip foreign tar-ustar subdir-objects -Wall])
Expand Down

0 comments on commit 74f6891

Please sign in to comment.