Skip to content

Commit 559b1fb

Browse files
committed
Update changelog for version 4.1
1 parent 1e78ef0 commit 559b1fb

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGES.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
##### v4.1 - Tue Dec 11 02:08:48 UTC 2018
2+
3+
- Fix serialization for QinQ (#316)
4+
5+
- Added base class access specifier for socket_close_error (#306)
6+
7+
- Rewrote hw_address_to_string to not require a stringstream (#299)
8+
9+
- Make RadioTapParser::skip_to_field check for end of buffer (#296)
10+
11+
- Ensure local include directory comes before system. (#293)
12+
13+
- Calculate IP option sizes properly (#288)
14+
15+
- Add parsing of well known IPv6 extension headers (#287)
16+
17+
- Add missing operators to address classes (#275)
18+
19+
- Add version macros in config.h
20+
21+
- Don't assume IPv6 uses ICMPv6 underneath
22+
23+
- Allow users to specify library install dir
24+
25+
- Use Sleep windows function passing milliseconds as parameter
26+
27+
- Implement IPv6::recv_response
28+
29+
- Don't use nullptr in non C++11 code
30+
31+
- Ignore (possibly malformed) options after EOL (#281)
32+
33+
- Don't include dot11.h in tins.h if it is not configured in the library (#277)
34+
35+
- Fix memory leak in PDU's move assignment operator
36+
37+
- Append padding to IPv6 options
38+
139
##### v4.0 - Mon Dec 4 00:04:30 UTC 2017
240

341
- Add parent PDU to each PDU.

0 commit comments

Comments
 (0)