summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatias Fontanini <matias.fontanini@gmail.com>2019-03-07 20:15:34 -0800
committerMatias Fontanini <matias.fontanini@gmail.com>2019-03-07 20:15:34 -0800
commitdafb299ea3d92509e5949a2b0d74eaf01a47fc4f (patch)
tree8ea1be9d4695e0fe34408902b3ce9def6873738c
parent659bec56d7658928fdc880e43973d03d4d1b6cbc (diff)
Update changelog for version 4.2
-rw-r--r--CHANGES.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 34bb0b3..b13ff9d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,19 @@
+##### v4.2 - Fri Mar 8 04:15:13 UTC 2019
+
+- Updated location of installed CMake files in unix systems (#331)
+
+- Fix check to detect cross compilation (#330)
+
+- Allow getting a PDU's advertised size and use it in `PacketWriter` (#324)
+
+- Install DLLs in right directory (#326)
+
+- Add missing Dot11 tagged option types (#305)
+
+- Add support for DLT_RAW (#313)
+
+- Fix potential invalid memory accesses when parsing RadioTap (#322)
+
##### v4.1 - Tue Dec 11 02:08:48 UTC 2018
- Fix serialization for QinQ (#316)