Skip to content

Commit d124920

Browse files
committed
2.17-rc1
1 parent 5cfc48b commit d124920

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2017/07/01 Fix STDERR_SYSLOG log level bug.
2+
Always close stdout and stderr when daemonizing.
3+
14
2017/03/15 Implement RFC 7772 Section 5.1.1, 5.1.2, defaulted to on. <Robin H. Johnson>
25

36
2017/02/04 clang-format the code

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dnl
1313
dnl
1414

1515
dnl If adding rcX to version, be sure to separate with a '-'
16-
AC_INIT(radvd, [2.16])
16+
AC_INIT(radvd, [2.17-rc1])
1717
AC_CONFIG_SRCDIR(radvd.c)
1818
AC_CANONICAL_SYSTEM
1919
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)