Skip to content

Commit dffae67

Browse files
committed
Update CHANGES and bump to v2.8
1 parent 0382a7c commit dffae67

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2014/10/06 Remove autoconf=0 code
2+
Fix memory leak after getting SIGHUP
3+
release v2.8
4+
15
2014/09/10 Move privsep after daemonp call to avoid doing the same
26
things deamonp does in privsep.
37
release v2.7

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.7])
16+
AC_INIT(radvd, [2.8])
1717
AC_CONFIG_SRCDIR(radvd.c)
1818
AC_CANONICAL_SYSTEM
1919
AM_INIT_AUTOMAKE

0 commit comments

Comments
 (0)