summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnet/configure.ac2
-rw-r--r--libnet/doc/CHANGELOG12
2 files changed, 13 insertions, 1 deletions
diff --git a/libnet/configure.ac b/libnet/configure.ac
index 299a2a5..4751f62 100644
--- a/libnet/configure.ac
+++ b/libnet/configure.ac
@@ -4,7 +4,7 @@ dnl All rights reserved.
dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([libnet],[1.2-rc2])
+AC_INIT([libnet],[1.2-rc3])
AC_MSG_RESULT(beginning autoconfiguration process for libnet-${PACKAGE_VERSION} ...)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/libnet_build_ip.c])
diff --git a/libnet/doc/CHANGELOG b/libnet/doc/CHANGELOG
index 4841cc4..39b52f3 100644
--- a/libnet/doc/CHANGELOG
+++ b/libnet/doc/CHANGELOG
@@ -7,6 +7,18 @@
- 1.2
+ - Prepare for 1.2 release candidate 3 (Sam Roberts)
+ - Remove obsolete SYMBOL_CACHE_SIZE from doxygen.conf (Sam Roberts)
+ - For samples, netinet/in.h is not on windows (Sam Roberts)
+ - Fix errors with missing IPPROTO_MH on windows (Sam Roberts)
+ - Factorize socket setup code for socket opening (Eric Leblond)
+ - Fix build error in Mac OS X (allfro)
+ - Insource comments and whitespace cleanups (Sam Roberts)
+ - Fix #34 correct checksum caculation when IPv6 extension headers being used (Alexander Koeppe)
+ - Make libnet_get_hwaddr() work with 802.1q interfaces in bpf (BSD). (Thomas Habets)
+ - Update libnet_dll.c (dlwdlw)
+ - Update libnet_raw.c (dlwdlw)
+ - Update CHANGELOG (Sam Roberts)
- libnet: Remove unneeded trailing -Wl from -version-info line (Gilles Espinasse)
- Prepare for 1.2 release candidate 2 (Sam Roberts)
- libnet: libnet_build_snmp fix warning (Gilles Espinasse)