-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathChangeLog
More file actions
172 lines (120 loc) · 6.11 KB
/
ChangeLog
File metadata and controls
172 lines (120 loc) · 6.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
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.