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 0382a7c commit dffae67Copy full SHA for dffae67
CHANGES
@@ -1,3 +1,7 @@
1
+2014/10/06 Remove autoconf=0 code
2
+ Fix memory leak after getting SIGHUP
3
+ release v2.8
4
+
5
2014/09/10 Move privsep after daemonp call to avoid doing the same
6
things deamonp does in privsep.
7
release v2.7
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.7])
+AC_INIT(radvd, [2.8])
17
AC_CONFIG_SRCDIR(radvd.c)
18
AC_CANONICAL_SYSTEM
19
AM_INIT_AUTOMAKE
0 commit comments