summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-06-22 17:53:10 -0700
committerGuy Harris <guy@alum.mit.edu>2013-06-22 17:53:10 -0700
commitb51541604426d3df1193627cd50fac8b89c96f83 (patch)
tree87f497e156ad3723e6fc36f7ae4df53c3b198667 /CHANGES
parent0f051bcc80a2c0a99b5e063c9e80fef5f8bc1335 (diff)
downloadlibpcap-b51541604426d3df1193627cd50fac8b89c96f83.tar.gz
Some changes didn't make it into 1.4.0.
Fix the CHANGES list by moving some changes that got in after the 1.4.0 release was made into a list for 1.4.1, and add some additional fixes to that list.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index f55dec75..194e686d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,9 +1,17 @@
+Saturday June 22, 2013 guy@alum.mit.edu
+Summary for 1.4.1 libpcap release
+ Point users to the the-tcpdump-group repository on GitHub rather
+ than the mcr repository
+ Checks added for malloc()/realloc()/etc. failures
+ Fixed build on Solaris 11
+ Support filtering filtering E1 SS7 traffic on MTP2 layer Annex A
+ Use "ln -s" to link man pages by default
+
Saturday April 6, 2013 guy@alum.mit.edu
Summary for 1.4.0 libpcap release
Add netfilter/nfqueue interface.
If we don't have support for IPv6 address resolution, support,
in filter expressions, what IPv6 stuff we can.
- Checks added for malloc()/realloc()/etc. failures.
Fix pcap-config to include -lpthread if canusb support is
present
Try to fix "pcap_parse not defined" problems when --without-flex
@@ -30,7 +38,6 @@ Summary for 1.4.0 libpcap release
Clean up some man pages
Support libnl3 as well as libnl1 and libnl2 on Linux
Fix handling of Bluetooth devices on 3.x Linux kernels
- Fixed build on Solaris 11
Friday March 30, 2012. mcr@sandelman.ca
Summary for 1.3.0 libpcap release