diff options
author | David Hankins <dhankins@isc.org> | 2008-06-11 20:17:10 +0000 |
---|---|---|
committer | David Hankins <dhankins@isc.org> | 2008-06-11 20:17:10 +0000 |
commit | 40ec5f386362ba9aa07827eac78d079024fcba5f (patch) | |
tree | 1630bbc913e91b00b2f6ef0256959e90317f61fd /configure.ac | |
parent | 420d8b3f0cecfc774ce9c46747ed5a2fb1ff8b5c (diff) | |
download | isc-dhcp-40ec5f386362ba9aa07827eac78d079024fcba5f.tar.gz |
- A double-dereference in dhclient transmission of DHCPDECLINEs was
repaired. [ISC-Bugs #18097]
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9118f897..9df3c2b1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.1.0a1], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.1.0a2], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such |