From eb2cf3cc42452d709eba89ad478a0d6e71e135bf Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Wed, 28 Mar 2012 10:37:50 -0700 Subject: Prepare for 1.1.6-rc3. --- README.txt | 16 ---------------- libnet/doc/CHANGELOG | 7 +++++++ 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/README.txt b/README.txt index bf3d73d..9445e87 100644 --- a/README.txt +++ b/README.txt @@ -17,19 +17,3 @@ Releases are at: http://sourceforge.net/projects/libnet-dev/ -In progress: - -- make a mailing list -- make libnet-1.1.6 release candidate -- make libnet-1.1.6 release - -Incomplete: - -- icmpv6 patches: cksum is wrong -- cksum bug? generally, I don't trust the checksums are correct -- unit test framework -- Rework the internal data structures, they have so much redundancy in their - internal linking that keeping them correct as pblocks get updated isn't - possible. Specifically, get rid of ip_offset and h_len, and have pblocks - find information they need from upper/lower layers when they are coalesced. - diff --git a/libnet/doc/CHANGELOG b/libnet/doc/CHANGELOG index 618f02f..622388a 100644 --- a/libnet/doc/CHANGELOG +++ b/libnet/doc/CHANGELOG @@ -6,6 +6,13 @@ - 1.1.6 + - 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) + - ICMPv6 struct is too long, so use length macro (sickmind@lavabit.com) (Sam Roberts) + - ICMPv6 pblock sizes are needed to calculate IPv6's ip_len (reported by sickmind@lavabit.com) (Sam Roberts) + - Prep for 1.1.6 release, such as bumping version (Sam Roberts) + - Add people who have volunteered to check release candidates. (Sam Roberts) - Rework libnet_autobuild_ipv6() to eliminate code duplication. (Sam Roberts) - Implemented libnet_autobuild_ipv6() (repolho) - Implemented unix version of libnet_get_ipaddr6() (repolho) -- cgit v1.2.1