Relevant changes since version 1.3.2:
=====================================
* 1.3.4:
** Fixing RTF message body saving [Bug# 1318728]. Fix courtesy of
Eduardo Subelman.
* 1.3.3:
** Fixing memory leak bug [Bug# 1168062]. GUIDs not being freed corrrectly.
** Now saving message body data [RFE# 1033855]. Now optionally saves message
body data, generalizing the previous --save-rtf feature.
** Implementing Unicode handling [Patch# 666561]. Implementing code to
translate Unicode strings to utf8 as best as can be.
--
Changes since 1.3.1
===================
* tests/cmdline/maxsize.test, tests/cmdline/maxsize.baseline:
Changing initial tests from 23 bytes to 25 bytes because on 64 bit
systems the sizeof(Attr) is 24 bytes itself, was causing the test to
fail due to different output (but not incorrect program
operation). [Bug# 1121539]
* src/main.c (parse_cmdline):
ignoring negative values to maxsize option. [Bug# 1121539]
* tnef.c (copy_guid_from_buf):
[Bug# 1117373]. New function to parse a GUID
from a character buffer correctly; big endian machines interpreted it
incorrectly, forcing to be dealt with as little endian number.
(decode_mapi): Use of new function
(dump_mapi_attr): Fixing compiler warnings
* configure.in: adding stroul to checked functions
* configure.in, src/basename.h, src/basename.c:
[Bug# 1109683] - fixing declaration of basename
Changes since 1.2.3.1:
1.3.1:
Fixing dumb compiling bugs [BUG: #1108485]. GCC lets me write incorrect code!
Small modifications to tnef.spec.in as suggested by jmsl@users.sf.net
[BUG: #1102128]
Corrected type problems to improve portability to 64 bit systems and Mac.
1.3:
Adding feature to allow for saving of RTF data.
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Take maintainership.
Add TEST_TARGET.
Enable pkgviews.
history of user-visible changes
* 1.2.3.1:
** Fixing distribution: triples test files were missing
** Updating man page.
* 1.2.3:
** Dumping of data for objects of type szTRIPLE
* 1.2.2:
** New command line option: -x SIZE | --maxsize=SIZE to allow users to protect
against nefarious TNEF files.
** Removed deprecated command line options
** First pass at a primitive web page for tnef.sourceforge.net
* 1.2.1:
** Fixing test failure on NetBSD (698111) and big-endian systems (712371).