summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <sam@strongloop.com>2014-01-29 21:44:54 -0800
committerSam Roberts <sam@strongloop.com>2014-01-29 21:57:39 -0800
commit91e0458e16390489bc8800ab7ce96ea921a38a0b (patch)
treed1ca3356523d23eae697f97108fa6e661e6da0dd
parent522e0429afafb41baefc70b52ee3aa1554ed3f79 (diff)
downloadlibnet-91e0458e16390489bc8800ab7ce96ea921a38a0b.tar.gz
Prepare for 1.2 release candidate 3v1.2-rc3libnet-1.2-rc3
-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)