diff --git a/CHANGES b/CHANGES index 76d63e6f..850f9dc6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +2016/04/02 Fix netlink bug where RADVD reacts to RTM_NEWADDR + messages when there weren't actually any new addresses + to be found. Those RTM_NEWADDR messages were only + sent when NetworkManager was running (which is just + about always). + Release v2.13 + 2016/02/01 process.c: fixup ugly overflow check radvd.conf.5.man: minor fixup to 'client' option radvd.conf.5.man: update abro usage diff --git a/configure.ac b/configure.ac index 1ac32ee7..000b9a78 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ dnl dnl dnl If adding rcX to version, be sure to separate with a '-' -AC_INIT(radvd, [2.12]) +AC_INIT(radvd, [2.13]) AC_CONFIG_SRCDIR(radvd.c) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE