Skip to content

Commit

Permalink
update CHANGES and configure.ac for v2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenhwk committed Jul 5, 2016
1 parent 45979ba commit 945c170
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,3 +1,7 @@
2016/07/05 Fixed bug in new vs old address list comparison when
responding to netlink messages.
Release v2.14

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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -13,7 +13,7 @@ dnl
dnl

dnl If adding rcX to version, be sure to separate with a '-'
AC_INIT(radvd, [2.13])
AC_INIT(radvd, [2.14])
AC_CONFIG_SRCDIR(radvd.c)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE
Expand Down

0 comments on commit 945c170

Please sign in to comment.