From e4639d86cc17f5d0b26043d529d35b253588cc94 Mon Sep 17 00:00:00 2001 From: Loic Pefferkorn Date: Thu, 19 Jul 2018 14:25:48 +0100 Subject: [PATCH] Update contributors/changelog --- ChangeLog | 7 +++++++ Contributors | 12 +++++++++--- configure.ac | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9fd371d..27d29ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ +v0.7.2 - 2018/07/19: Loic Pefferkorn + * Fix segfault on malformed 802.1q header (author: aapo, issue #4) + * Fix segfault on malformed IPIP header (issue #5) + * Support for OpenSSL >= 1.1.0 (author: jumrc) + * Global code cleanup: Doxygen comments, source code split + v0.7.1 - 2016/04/21: Loic Pefferkorn * Autotools update to ensure OS X compatibility (10.9 with MacPorts) * Warnings cleanup + v0.7 - 2014/03/04: Loic Pefferkorn * Ported to FreeBSD * Better error messages diff --git a/Contributors b/Contributors index 7a9d160..4ba9871 100644 --- a/Contributors +++ b/Contributors @@ -1,6 +1,12 @@ Hisu Kang: --Suggestion for IEEE 802.1Q support --Preliminary patch for 6in4 support (patch adapted) + - Suggestion for IEEE 802.1Q support + - Preliminary patch for 6in4 support (patch adapted) William Stearns: --Tests for OS X compatibility (10.9 with MacPorts project) + - Tests for OS X compatibility (10.9 with MacPorts project) + +Aapo Rantalainen: + - Segfault fix on malformed 802.1q header + +jurmc: + - Support for OpenSSL >= 1.1.0 diff --git a/configure.ac b/configure.ac index a6e05f0..06addc6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([ipdecap], [0.7.1], [loic-ipdecap@loicp.eu]) +AC_INIT([ipdecap], [0.7.2], [loic-ipdecap@loicp.eu]) AC_CANONICAL_HOST AC_CONFIG_SRCDIR([src/ipdecap.c]) AC_CONFIG_HEADERS([config.h])