Skip to content

Commit e4639d8

Browse files
author
Loic Pefferkorn
committed
Update contributors/changelog
1 parent 6260b71 commit e4639d8

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
v0.7.2 - 2018/07/19: Loic Pefferkorn <[email protected]>
2+
* Fix segfault on malformed 802.1q header (author: aapo, issue #4)
3+
* Fix segfault on malformed IPIP header (issue #5)
4+
* Support for OpenSSL >= 1.1.0 (author: jumrc)
5+
* Global code cleanup: Doxygen comments, source code split
6+
17
v0.7.1 - 2016/04/21: Loic Pefferkorn <[email protected]>
28
* Autotools update to ensure OS X compatibility (10.9 with MacPorts)
39
* Warnings cleanup
10+
411
v0.7 - 2014/03/04: Loic Pefferkorn <[email protected]>
512
* Ported to FreeBSD
613
* Better error messages

Contributors

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Hisu Kang:
2-
-Suggestion for IEEE 802.1Q support
3-
-Preliminary patch for 6in4 support (patch adapted)
2+
- Suggestion for IEEE 802.1Q support
3+
- Preliminary patch for 6in4 support (patch adapted)
44

55
William Stearns:
6-
-Tests for OS X compatibility (10.9 with MacPorts project)
6+
- Tests for OS X compatibility (10.9 with MacPorts project)
7+
8+
Aapo Rantalainen:
9+
- Segfault fix on malformed 802.1q header
10+
11+
jurmc:
12+
- Support for OpenSSL >= 1.1.0

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([ipdecap], [0.7.1], [[email protected]])
5+
AC_INIT([ipdecap], [0.7.2], [[email protected]])
66
AC_CANONICAL_HOST
77
AC_CONFIG_SRCDIR([src/ipdecap.c])
88
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)