2017-07-04  1.3.1-9 nros
	* Patches to fix  CVE-2017-12921 and CVE-2017-12925 and possibly
    CVE-2017-12920.

2017-07-04  1.3.1-9 nros
	* Add stddef.h to define size_t.

2016-06-25  1.3.1-8 PLeivine
	* Patch to build libfpx with GCC 6 (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=29969).

2016-06-25  1.3.1-7 Chris Madison  <madisonblu@hot...>
	* Lastest automake / autoconf script updates.

2015-12-26  1.3.1-6 Niclas <nros>
	* patches for libfpx to make it build on NetBSD.

2014-02-11  1.3.1-4 Chris Madison  <madisonblu@hot...>
	* Update with latest automake / autoconf.
  * restore padding to oless/h/dir.hxx/class/CDirEntry.

2012-10-05  1.3.1-3 Chris Madison  <madisonblu@hot...>
	* Fix various warnings raised by newer compilers (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24007).

2012-10-05  1.3.1-2 Chris Madison  <madisonblu@hot...>
	* Don't compare FPXStatus to int (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22001).
  * The same virtual method (CreateEmptyResolutionLevel) is declared with a
    slightly different signature in the two files (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22000).
  * Terminate string after copy (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=21999).

2011-12-16  1.3.1-1 Chris Madison  <madisonblu@hot...>
	* Fix double free error when processing certain specially crafted FPX files.
    Thanks to Francis Provencher from Protek Research Lab's via Secunia SVCRP.

2011-09-09  1.3.1 Chris Madison  <madisonblu@hot...>
	* Update with latest automake / autoconf.

2009-07-14  1.3.0 Chris Madison  <madisonblu@hot...>
	* Update with latest automake / autoconf.

2007-10-01  Chris Madison  <madisonblu@hot...>
	* Upgrade to 1.2.0.14 (reference
    http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=10041).

2005-08-06  Chris Madison  <madisonblu@hot...>
	* Header.cxx is listed twice in oless/Makefile.am.
	* Updated to latest automake/autoconf/libtool files.

2005-02-26  Chris Madison  <madisonblu@hot...>
  
	* Updated automake/libtool.

2005-01-26  Chris Madison  <madisonblu@hot...>
  
	* Added AM_PROG_CC_C_O macro to configure.ac.
	* Fixed AUTOMAKE_OPTIONS in Makefile.am files.

2005-01-25  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* configure.ac: Bumped package version to 1.2.0.10.
	* Makefile.am: Fixed build environment so that all files are
	included.  Many files were mysteriously missing in the previous
	version.
	* Updated to automake 1.9.3
	* Updated to autoconf 2.59

2005-01-25  amantia  <amantia@kdewebdev.org>

	* ole/olecore.cpp, ole/oleprops.cpp, oless/refilb.cxx: Use array
	syntax when deleting arrays.

2005-01-22  Martin Becker  <becker@hlrs.de>

	* ri_image/ph_image.cpp: Fixes to compile with Visual Studio 8.0.

2003-06-10  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* configure.ac: Bumped package version to 1.2.0.9.

2003-04-26  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* fpx/ptil_fpx.cpp (WriteHeader): One of the BSD patches had
	wrong code. The type of compressTableGroup is 'unsigned int' so
	it is pointless to range-check for values outside of 0-255 at
	all.  The bad patch failed to assign a value.
	* fpxlib.h: Borland C already has typedefs for WCHAR.

2003-04-25  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* Applied patches from Mikhail Teterin to resolve buffer alignment
	problems under Solaris/SPARC (and likely other processor types),
	and to aid with compilation using the Sun Forte C++ compiler.

2003-04-23  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* configure.ac: Bumped package version to 1.2.0.8.
	* Updated to libtool 1.5 release.
	* configure.ac: Add <sys/param.h> as a dependency when testing
	for <sys/mount.h>.
	* ole/gen_guid.cpp, basics/b_string.cpp, basics/mac_comp.h,
	fpx/buffdesc.cpp, ri_image/priimage.h, ri_image/ptile.h,
	fpx/ptil_fpx.cpp, ri_image/corr_lut.cpp, ri_image/ptile.cpp,
	oless/h/dir.hxx, oless/wchar.c: Applied FreeBSD ports patches
	except that native types are substituted for types from stdint.h
	since stdint.h is too new to improve portability.	
	* configure.ac: Add check for <sys/time.h>
	* ole/gen_guid.cpp: Include <sys/time.h> if HAVE_SYS_TIME_H
	is defined.

2003-04-12  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* configure.ac: Add checks for sys/statfs.h, sys/param.h,
	and sys/mount.h, where a definition for 'struct statfs'
	may be hiding.
	* basics/a_file.cpp: Find struct statfs for FreeBSD.
	* basics/filename.cpp: Find struct statfs for FreeBSD.
	* oless/h/vect.hxx: Don't include <malloc.h> since it
	is replaced by <stdlib.h> according to the ANSI C standard.

2003-03-09  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* fpx/f_fpxvw.cpp (OleRegGetUserType): Needed to copy
	constant string to allocated buffer rather than assigning
	pointer to constant string.
	(CreateCompObj): Since lpszNew is deleted, it must always
	be allocated via new, rather than sometimes being assigned to
	a constant or automatic string.

2002-12-18  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* Updated to automake 1.7.2
	* Updated to autoconf 2.57

2002-11-14  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* Updated to autoconf 2.56

2002-11-14  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* Updated to autoconf 2.55
	* Switched to using standard C++ headers.  Define
        USE_LEGACY_INCLUDES to use legacy headers.

2002-11-14  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* Significantly reduced warnings with g++ -Wall.

2002-11-14  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

        * Updated to autoconf 2.54
        * Updated to automake 1.7.1
	* Updated to libtool 1.4e (1.1148 2002/10/28 15:38:37)

2002-03-12  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

        * Updated to autoconf 2.53
        * Updated to automake 1.6

2002-03-02  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* Expanded tabs in sources to spaces (two spaces per tab) and
 	reduced the number of warnings when compiling with gcc 3.0.4.

2000-12-22  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>

	* Added build environment based on Autoconf, Automake, and Libtool.
	

