Skip to content

Commit

Permalink
bump version to v2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenhwk committed Apr 2, 2016
1 parent fb48b5e commit 3e392ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3e392ae

Please sign in to comment.