Skip to content

Commit c2c16cc

Browse files
committed
Release 1.4.15
1 parent 747eb4b commit c2c16cc

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

NEWS

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
TNEF NEWS -- history of user-visible changes. 31 August 2014
22
Copyright (C) 2000-2017 by Mark Simpson
33

4+
* 1.4.15 [28 May 2017]
5+
** Fix underflow problem
6+
*** https://github.com/verdammelt/tnef/issues/23
7+
48
* 1.4.14 [19 March 2017]
59
** Use __builtin_mul_overflow when available.
610
** Fixing Unicode related bugs introduced in previous release.

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.59)
2-
AC_INIT([tnef],[1.4.14],[[email protected]])
2+
AC_INIT([tnef],[1.4.15],[[email protected]])
33
AC_CONFIG_SRCDIR([src/tnef.c])
44
AM_INIT_AUTOMAKE
55
AC_CONFIG_HEADER([src/config.h])

tests/cmdline/version.baseline

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
./../../src/tnef --version
2-
tnef 1.4.14
2+
tnef 1.4.15
33
Copyright (C) 1999-2017 by Mark Simpson
44
Copyright (C) 1997 by Thomas Boll (original code)
55
tnef comes with ABSOLUTELY NO WARRANTY.
@@ -8,7 +8,7 @@ Public License. For more information about these matters, see the file
88
named COPYING.
99

1010
./../../src/tnef -V
11-
tnef 1.4.14
11+
tnef 1.4.15
1212
Copyright (C) 1999-2017 by Mark Simpson
1313
Copyright (C) 1997 by Thomas Boll (original code)
1414
tnef comes with ABSOLUTELY NO WARRANTY.

0 commit comments

Comments
 (0)