Skip to content

Commit

Permalink
NEWS update and version-bump for 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blblack committed Aug 5, 2015
1 parent c2cf14a commit d02b547
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2.2.1 - 2015-08-05
*** Bugs fixed:
* extfile plugin - if the addresses/CNAMEs for a given extfile
service_type are not listed in natural sort order in the configuration,
extfile will update the wrong items (sorting bug).
* rfc1035 zonefile reloading - Directory scanning (SIGUSR1, or automatic
periodic scanning on a non-inotify system) would treat all zonefiles as
changed and reload them all, without first filtering them on whether
their stat() data had changed since the previous scan. Not really a
functional issue, but certainly wasteful and noisy.
* HTTP monitoring - was not sending any User-Agent string, now sends
"User-Agent: gdnsd-monitor"

2.2.0 - 2014-12-30
*** Bugfixes:
* fix for zero-length configuration strings causing assertion failure
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([gdnsd],[2.2.0],[https://github.com/gdnsd/gdnsd/issues])
AC_INIT([gdnsd],[2.2.1],[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 d02b547

Please sign in to comment.