Skip to content

Commit

Permalink
NEWS/Version bump for 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blblack committed Feb 11, 2019
1 parent 4fc9152 commit f0cefae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.4.2 - 2019-02-11
* FreeBSD: Fix EADDRNOTAVAIL issue for IPv6 sockets when the listening IP
is bound to the loopback and traffic is routed indirectly, by resetting
ifindex to zero for non-link-local IPv6 IPs in the cmsg structure passed
between recvmsg() and sendmsg().

2.4.1 - 2019-01-10
* These two fixes are backports from master branch work towards 3.x:
* Reverted the detection and rejection of post-2018 GeoLite2-City databases
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.4.1],[https://github.com/gdnsd/gdnsd/issues])
AC_INIT([gdnsd],[2.4.2],[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 f0cefae

Please sign in to comment.