summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2012-03-29 14:22:09 -0700
committerSam Roberts <vieuxtech@gmail.com>2012-03-29 14:22:09 -0700
commit156360f5baf95ef3b30ac19872dd22cc4e019be6 (patch)
tree7fe68166298df425e5dc706282a082513568586f
parent4a55e370f267bf2e7924b80cc57f24e3c3da0a28 (diff)
downloadlibnet-released.tar.gz
-rw-r--r--checklist.txt15
-rw-r--r--libnet/configure.in4
-rw-r--r--libnet/doc/CHANGELOG2
3 files changed, 6 insertions, 15 deletions
diff --git a/checklist.txt b/checklist.txt
index 3f088b5..ed0ff0a 100644
--- a/checklist.txt
+++ b/checklist.txt
@@ -20,21 +20,12 @@ Update LDFLAGS' version-info.
> git tag -a libnet-x.y.z -m libnet-x.y.z
> git push --tags
-- Announce release-candidate on libnet-dev-announce
-
-Post-release:
-
-- Post tarball to source forge.
+- Build it, ../Build
-Go to:
+- Push it, ../Push
- http://sourceforge.net/projects/libnet-dev/
-
-Login as ras_u_ras_t
-
-Go to:
+- Announce release-candidate on libnet-dev-announce
- https://sourceforge.net/projects/libnet-dev/files/
- Announce release on libnet-dev-announce
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)