summaryrefslogtreecommitdiff
path: root/libnet
diff options
context:
space:
mode:
Diffstat (limited to 'libnet')
-rw-r--r--libnet/configure.in4
-rw-r--r--libnet/doc/CHANGELOG2
2 files changed, 3 insertions, 3 deletions
diff --git a/libnet/configure.in b/libnet/configure.in
index d4d6da4..e54c688 100644
--- a/libnet/configure.in
+++ b/libnet/configure.in
@@ -1,12 +1,10 @@
-dnl $Id: configure.in,v 1.10 2004/11/09 07:02:52 mike Exp $
-dnl
dnl Libnet autoconfiguration information file
dnl Copyright (c) 1998 - 2002 Mike D. Schiffman <mike@infonexus.com>
dnl All rights reserved.
dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(libnet, 1.1.6-rc3)
+AC_INIT(libnet, 1.1.6)
AC_MSG_RESULT(beginning autoconfiguration process for libnet-${PACKAGE_VERSION} ...)
AC_CANONICAL_SYSTEM
AC_CONFIG_SRCDIR([src/libnet_build_ip.c])
diff --git a/libnet/doc/CHANGELOG b/libnet/doc/CHANGELOG
index 622388a..a111e64 100644
--- a/libnet/doc/CHANGELOG
+++ b/libnet/doc/CHANGELOG
@@ -6,6 +6,8 @@
- 1.1.6
+ - Note about why including libnet.h breaks dnet.h/dumbnet.h (Sam Roberts)
+ - Prepare for 1.1.6-rc3. (Sam Roberts)
- Only use getifaddrs() if it exists. (reported by Dagobert Michelsen) (Sam Roberts)
- Clean up use of single and bracket quotes. (Sam Roberts)
- FreeBSD and Solaris volunteers to contibute. (Sam Roberts)