We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfc48b commit d124920Copy full SHA for d124920
CHANGES
@@ -1,3 +1,6 @@
1
+2017/07/01 Fix STDERR_SYSLOG log level bug.
2
+ Always close stdout and stderr when daemonizing.
3
+
4
2017/03/15 Implement RFC 7772 Section 5.1.1, 5.1.2, defaulted to on. <Robin H. Johnson>
5
6
2017/02/04 clang-format the code
configure.ac
@@ -13,7 +13,7 @@ dnl
13
dnl
14
15
dnl If adding rcX to version, be sure to separate with a '-'
16
-AC_INIT(radvd, [2.16])
+AC_INIT(radvd, [2.17-rc1])
17
AC_CONFIG_SRCDIR(radvd.c)
18
AC_CANONICAL_SYSTEM
19
AM_INIT_AUTOMAKE
0 commit comments