From 156360f5baf95ef3b30ac19872dd22cc4e019be6 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 29 Mar 2012 14:22:09 -0700 Subject: libnet-1.1.6 --- checklist.txt | 15 +++------------ libnet/configure.in | 4 +--- libnet/doc/CHANGELOG | 2 ++ 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 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) -- cgit v1.2.1