summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2012-03-28 10:37:50 -0700
committerSam Roberts <vieuxtech@gmail.com>2012-03-28 10:37:50 -0700
commiteb2cf3cc42452d709eba89ad478a0d6e71e135bf (patch)
tree819d0ca27e34fe104e5d6f955ee96d8a37ca6e72
parent5e251c2d3e0be304c916a4e1bd0f87a2695fe760 (diff)
downloadlibnet-eb2cf3cc42452d709eba89ad478a0d6e71e135bf.tar.gz
Prepare for 1.1.6-rc3.v1.1.6-rc3libnet-1.1.6-rc3
-rw-r--r--README.txt16
-rw-r--r--libnet/doc/CHANGELOG7
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)