summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 8668226ee133ffd88d69e1033fc703ba2ab9a838 (plain)
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
be907e0 fix indent (Pierre Joye)
999b5d2 add sanity check and fix leak on exit (Pierre Joye)
1424dd6 free path on error (Pierre Joye)
13d87a6 free im on error (Pierre Joye)
2a40315 update changelog (Pierre Joye)
5c562ec Add thumbs.bat and thumbs.sh to Makefile.am (Nathanael Jones)
bc372f2 Merge branch 'master' into rebase-1-for-2015 (Nathanael Jones)
a247407 Use sprintf instead of snprintf to be C89 compliant. (Nathanael Jones)
0324316 Remove uneeded includes introduced in earlier version-local commits. (Nathanael Jones)
4d54513 Exposed all missing format-independent members in the C++ wrapper. (Nathanael Jones)
c7bf379 Update gdpp.* to use HAVE_LIBPNG vs HAVE_PNG, etc.- should honor the same feature support flags as the rest of gd, (Nathanael Jones)
40c6129 Normalize static lib name to libgd.a on *nix and libgd_static.lib on windows. (Nathanael Jones)
7c2b071 Replace windows MSVC makefile; update msys iconv path. (Nathanael Jones)
07c3fde Drop -m32 definition on MINGW; prevents a 64-bit build from occurring. (Nathanael Jones)
37f5925 Skip bug00132 - failing because test data is out if date (we think). (Nathanael Jones)
f085a2e When both CPP_SHARP and _WIN32 are defined, do not enable thread safety. (Nathanael Jones)
e81ff90 Export C++ wrapper clases. Change two Gd() functions of the C++ wrapper to return values when the underlying C calls do. (Nathanael Jones)
56f79f3 C89 compat; define vars at top of function (Nathanael Jones)
b52b9c5 Upgrade to long-syntax CMAKE add_test command to improve cross-platform compatibility. (Nathanael Jones)
e8a1a46 free coeffs (Pierre Joye)
5f7c099 free allocated palette on error (Pierre Joye)
7b49862 fix im leaked on error (Pierre Joye)
4faf926 just reduce static analyzer noise (Pierre Joye)
2a09086 free tc_cache and path on error (leak) (Pierre Joye)
09e954b Thumbs: add osx settings for travis (tostercx)
4af76c9 fix comment (Remi Collet)
3c0d220 Fix possible infinite loop (php bug report #68713) - make code more legible (yy>=yy-1 seems ugly) - fix mem leak, always free src->tpixels (Remi Collet)
7a8e6b8 Thumbs: use rsync -u on osx as it doesn't have cp -u (tostercx)
eb9d7d1 Thumbs: Remove cp -u usage (Nathanael Jones)
c9e458b add read-only test images to tarball (Remi Collet)
3169371 use / in image patch (Remi Collet)
81e9a99 move overflow test outside the loop for perf (Remi Collet)
47eb44b Fix possible buffer read overflow detected by -fsanitize=address, thanks to Jan Bee (Remi Collet)
5fe6837 squash test commits; add deps from nuget; fix bindings (tostercx)
679fd78 pack compressed dll vers; build bindings (tostercx)
0c3b914 fix mingw if blocks (tostercx)
84319d1 replace slashes with backslashes for appveyor/cmd (tostercx)
c954881 add build targets for gnu with thumbs (tostercx)
18c51e6 fix tiff targets (tostercx)
5f99611 fix dll_name not set before usage (tostercx)
c447d68 fetch nasm (tostercx)
7ba81f0 add thumbs (tostercx)
4865cdb rename libs correctly as soon as they're copied (tostercx)
bf51c4e fix tbsd_*_built flags not being set (tostercx)
f3deb6b add basic msvc thumbs (tostercx)
39fd5ce Exposed all missing format-independent members in the C++ wrapper. (Dimitar Dobrev)
2d74b00 update lib switching macros (tostercx)
d5527e7 push config.h (tostercx)
5828f7e Use ifdefs around keyword redefinitions (Nathanael Jones)
d3fb9c3 update appveyor project url (tostercx)
6db34b7 Merged in nathanaeljones/gd-libgd/test-message-improvements (pull request #22) (Nathanael Jones)
d1a6768 Merged in nathanaeljones/gd-libgd/add-osx-boostrap-support (pull request #21) - bootstrap.sh now offers build tips on OS X and defaults to glibtoolize (Nathanael Jones)
31619ab Merged in nathanaeljones/gd-libgd/shut-up-automake (pull request #23) Silence automake 1.14 warnings (Nathanael Jones)
7eb9462 Merged in nathanaeljones/gd-libgd/cmake-iconv (pull request #24) (Nathanael Jones)
dedf03f Merged in nathanaeljones/gd-libgd/msvc-fix-keyword-macros (pull request #25) (Nathanael Jones)
c4809ae Changed two functions of the C++ wrapper to return values when the underlying C calls do. (Dimitar Dobrev)
433b04a set msvc output to minimal (tostercx)
daa7613 move drone build script to file (tostercx)
82550ca add drone badge (tostercx)
6ea31fb reset build type (tostercx)
47eaee1 test CMAKE_BULD_TYPE (tostercx)
e4fbb28 test CMAKE_BULD_TYPE (tostercx)
8e18552 push uncompressed dlls as artifacts (tostercx)
0bcb5e3 push uncompressed dlls as artifacts (tostercx)
5d09526 test dgn w64 (tostercx)
e3fe7e4 warn inline (tostercx)
adc3b7c test w64-32 (tostercx)
55f9066 inline test 3 (tostercx)
12898fe inline test 2 (tostercx)
8864390 inline test (tostercx)
0cd926f Exported all classes from the C++ binding of libgd. (Nathanael Jones)
c8711e7 fetch binding gen from master (tostercx)
23b5f11 test 32bit msvc bindings (tostercx)
98d1a1a update binding artifact handling (tostercx)
6be49c8 test msvc x64 bindings 4 (tostercx)
97c2846 test msvc x64 bindings 3 (tostercx)
eee663c test msvc x64 bindings 2 (tostercx)
a7ce8bb test msvc x64 bindings (tostercx)
12a6fbc scrap ramdisks (tostercx)
1f07497 ramdisk test 3 (tostercx)
398a82c ramdisk test 2 (tostercx)
c6cd0d8 ramdisk test (tostercx)
ae8a7e5 imdisk test 7 (tostercx)
3a178fd imdisk test 6 (tostercx)
5d5eb2a imdisk test 6 (tostercx)
bfdc673 imdisk test 5 (tostercx)
1855563 imdisk test 5 (tostercx)
084e2e2 imdisk test 4 (tostercx)
bbad6a7 imdisk test 3 (tostercx)
9d3bd38 imdisk test 2 (tostercx)
ff7ace5 Merge branch 'master' of https://github.com/imazen/gd-libgd (tostercx)
e78df6a imdisk test (tostercx)
f15ea0e Msbuild logging: Fix block scope error (Nathanael Jones)
3a7334c Msbuild now logs to file and uploads as artifact (Nathanael Jones)
c0ce1fa Enable verbose msbuild output temporarily (Nathanael Jones)
b70fd99 fix unix static name (tostercx)
b217d22 update nuget package names; add version # (tostercx)
724869d update test macro usage (tostercx)
560aa9b fix ps syntax errors (tostercx)
dce1809 configure files only if building bindings (tostercx)
e023800 test min=1 (tostercx)
668ef42 test min=0 (tostercx)
c28d572 quote function (tostercx)
cd9ae09 test test switching macros (tostercx)
c9b0fec add gdsharp .cs files to artifact (tostercx)
c19f2e0 remove SET spaces (tostercx)
3e88692 fix if spacing (tostercx)
9208848 test min flag (tostercx)
fef130e mingw test - noft; wtiff (tostercx)
8fae7df test mingw no tiff (tostercx)
bef860f mingw test build (tostercx)
841f3cd fix msvc static lib name; test mingw no-rtti (tostercx)
31552f5 build all (tostercx)
071963b fix if block (tostercx)
71f8aaf remove original dll on pack (tostercx)
b7ac813 minimal build (tostercx)
487ee4c re-enable packing (tostercx)
8e4ea0e test ps spacing (tostercx)
3ef2235 disable upx (tostercx)
918d603 update library names (tostercx)
bfff81d update library names (tostercx)
daa782e upx test 3 (tostercx)
5fc0ca3 upx test 2 (tostercx)
4fba094 add upx; fix cmake_cmd (tostercx)
015be62 spring cleaning (tostercx)
09daf1d re-fix if block (tostercx)
338c39b fix mingw freetype static link (tostercx)
335fd04 fix tiff static link (tostercx)
397029a fix if block (tostercx)
c16ccd1 fix freetype static links (tostercx)
6c3617a add appveyor badge (tostercx)
b6b0249 push nunit result xml as artifact (tostercx)
d87b394 disable iconv (tostercx)
fb10cf1 fix dll dir for bindings (tostercx)
61e8d53 simplify build script (tostercx)
b6a6ba6 fix static link to iconv for mingw builds (tostercx)
f8d2a36 fix mingw static links (tostercx)
ff2eb8a fix msvc link to static jpeg (tostercx)
1d75d52 remove inline flags; fetch deps from subbuilds (tostercx)
b0167e9 keep inline functions (tostercx)
6d3ab8d fix mingw dir; build only mingw (tostercx)
4d88ae7 scrap .vhd mount; update compiler blob location (tostercx)
1f7d33b test mounted mingww64 (tostercx)
bd4cebd fix bloated freetype (tostercx)
ade007d Support MSVC++ 2013 and higher: define _ALLOW_KEYWORD_MACROS, inline, strcasecmp, snprintf. (Nathanael Jones)
f82b371 Add libiconv support to CMake files (Nathanael Jones)
10ffb33 Silence automake 1.14 warnings ("source file is in a subdirectory, but option subdir-objects is disabled"). (Nathanael Jones)
90c3799 Add gdTestAssertMsg(condition, formatmessage, variables) to support detailed failure messages. Improve error reporting and diagnostics in gdimagefile test. Fix 'max' definition conflict on some compilers. (Nathanael Jones)
7f1d183 bootstrap.sh now offers build tips on OS X and defaults to glibtoolize (Nathanael Jones)
444c760 update mingw crt static link command (tostercx)
0b10bb8 exclude failing binding test; build all (tostercx)
f05791c static link msvc runtime (tostercx)
4f8e411 fix elseif block (tostercx)
7dc864c static link mingw compiler deps (tostercx)
c38ad3c update repositories (tostercx)
64b843b Merge pull request #5 from tostercx/master (tostercx)
292124c squash everything (tostercx)
8d63a96 Merge pull request #4 from tostercx/master (Nathanael Jones)
344267f fix testing env detection and directory (tostercx)
9664951 fix tests not executing (tostercx)
701507b fix x64 cross compiles (tostercx)
33dff1f not needed anymore (tostercx)
c1bcfcd not needed anymore (tostercx)
9546428 fix platform letter case (tostercx)
4d74480 fix gdtest not rebuilding (tostercx)
4fac5f7 remove mkdir error messages (tostercx)
6e7128a Prevent CppSharp parsing error (Nathanael Jones)
8e8c0f9 Get gdnametest passing on windows (Nathanael Jones)
300b6ff Fix gdnametest on *nix (Nathanael Jones)
6c4ffe7 Improve error messages in gdnametest. (Nathanael Jones)
ddbf021 Drop strcasecmp implementation. Only define 'inline' on msvc builds. (Nathanael Jones)
42e5fa7 Merge remote-tracking branch 'origin/master' (Nathanael Jones)
e30293d Add a readme for building on windows. (Nathanael Jones)
681992a Remove src/config.h and src/gd.h from .gitignore. Sheesh. (Nathanael Jones)
235c5b0 Merge pull request #3 from tostercx/master (Nathanael Jones)
0eb3b05 fix rebuilds failing (tostercx)
dab8734 fix mkdir failing on appveyor (tostercx)
0356ea9 fix mkdir failing on appveyor (tostercx)
96408de fix mkdir (tostercx)
073197d fix dir making (tostercx)
2e1d22e fix makefile always rebuilding (tostercx)
25b31be add cleanup, .gitnore build directories and deps, partially fix always rebuilding (tostercx)
7f735f6 Merged in nathanaeljones/gd-libgd/nathanaeljones/restore-support-for-alphablendingflag-va-1409782287517 (pull request #20) (Pierre Joye)
08eb6ee Restore support for alphaBlendingFlag value gdEffectAlphaBlend (Nathanael Jones)
e3ff6ec C89 compat (tostercx)
e52ed5e Merge pull request #2 from tostercx/master (Nathanael Jones)
6cc63f2 fix platorm reports in test (tostercx)
68a8dc0 updated windows makefile and test execution (tostercx)
8e7df78 Fix syntax error in Makefile.vc (missing line continuations) (Nathanael Jones)
71ab3d8 Fix space/tab mix in Makefile.vc; enable vectorization reporting. (Nathanael Jones)
911046d Comment out unused compilation vars; ensure (_)WIN32 is set, enable speed optimizations via /O2 (Nathanael Jones)
749b33e Improve error reporting in gdimagefile test. Add gdTestAssertMsg(condition, message, variables) to support detailed failure messages. (Nathanael Jones)
db88704 Restore support for alphaBlendingFlag value gdEffectAlphaBlend. (9 unit tests pass again). (Nathanael Jones)
dc8bb49 Only omit the 'max' macro if it is already present (this may break windows, let's see) (Nathanael Jones)
b0b140f Drop 7zip installation step, should already be installed on AppVeyor by default. (Nathanael Jones)
bcf7cb4 Switch dependency repository back, and use a named branch now for compatibility. (Nathanael Jones)
043dfa8 Merge pull request #1 from tostercx/master (Nathanael Jones)
12ab27b add notes (tostercx)
b710274 remove old makefiles (tostercx)
dd870dc consolidate makefiles to windows/makefile.vc (tostercx)
c114d89 consolidate makefiles to windows/makefile.vc (tostercx)
720f82b add static lib to artifacts, generate test config in makefile (tostercx)
c088f28 add static lib to artifacts, generate test config in makefile (tostercx)
0db988e add static lib to artifacts, generate test config in kaefile (tostercx)
1ce2b19 fix overwriting LIB env var (tostercx)
e0475cc debug iconv tmp fix (tostercx)
a3ee395 re-fix mkdir (tostercx)
5abb901 fix mkdir (tostercx)
35888c5 added making static libgd (tostercx)
701bc63 switch to libjpeg-turbo (tostercx)
d74fa37 fetch deps from imazen/gd-win-dependencies (tostercx)
23cbea2 Add AppVeyor files provided by TosterCx (Nathanael Jones)
af9ca1d Simplify makefile and add static lib generation. (Nathanael Jones)
ce5f060 Simplify Makefile.vc (Nathanael Jones)
ab31a6d Build inside Release_GD (Nathanael Jones)
ee308e1 Rename Makefile.gd and add some notes (Nathanael Jones)
d8987f5 Added strcasecmp implementation, now creates a .dll (Nathanael Jones)
09006c4 Get makefile almost working (Nathanael Jones)
2fdf3ad Start work on nmake makefile (Nathanael Jones)
0eb8429 Changed path to libiconv in msys Makefile. (Nathanael Jones)
5aee678 Merged from the upstream. (Nathanael Jones)
31ff666 Merged in ttoohey/gd-libgd/layout-effect (pull request #18) (Ondřej Surý)
33c05c1 Merged in ttoohey/gd-libgd/bugfix/font_path_overrun (pull request #19) (Ondřej Surý)
463c3bd CVE-2014-2497, NULL pointer dereference, fix #126 (Remi Collet)
f01ade7 Remove wrong license headers. Based on http://www.paulbourke.net/dataformats/tga/ (Pierre Joye)
354409b Fix buffer overrun from long font search path (Tim Toohey)
01dccbd add tests for layer effects (Tim Toohey)
b39f92b Add overlay and multiply effects to gdImageSetPixel (Tim Toohey)
4b86e06 Fix artefact in gdImageScale using GD_BILINEAR_FIXED (Remi Collet)
1de3b80 new example "resize" (Remi Collet)
5b42b11 Fix gdImageSetInterpolationMethod with GD_DEFAULT (Remi Collet)
2d5dc2e MSys Makefile now statically links libgd.dll to libiconv. (Chris Reuter)
01104a2 MSys Makefile fix (Chris Reuter)
7a8e8b2 Bug fix: GD DLL rename hadn't been propagated everywhere. (Chris Reuter)
6b94f66 Minor enhancements to the MinGW+Msys build scripts. (Chris Reuter)
339b17a Updated the MSys build files. (Chris Reuter)
0cb34fd Got gd_filename.c to work correctly under Windows. (Chris Reuter)
74ad18c Updated .gitignore. (Chris Reuter)
0da2258 Added TIFF to the list of skipped image formats in gdnametest.c (Chris Reuter)
0afe34d Merge branch 'master' of https://bitbucket.org/libgd/gd-libgd (Chris Reuter)
275ac17 Started importing the old manual into Naturaldocs comments. (Chris Reuter)
3b2caf6 Added function 'gdImageGetInterpolationMethod()'. (Chris Reuter)
592e232 Merge branch 'master' of https://bitbucket.org/libgd/gd-libgd (Chris Reuter)
00cd958 Added gdnametest and gdCopyBlurred to .gitignore. (Chris Reuter)
4761a7e Added gdnametest and gdCopyBlurred to .gitignore. (Chris Reuter)
c9d2f89 Added gdImageFile(),  gdImageCreateFromFile() and gdSupportsFileType(). (Chris Reuter)
9eb3951 Added gdImageFile(),  gdImageCreateFromFile() and gdSupportsFileType(). (Chris Reuter)
e054be7 Small code cleanup. (Chris Reuter)
3cb508f Small code cleanup. (Chris Reuter)
9933000 Merge branch 'master' of https://bitbucket.org/libgd/gd-libgd (Chris Reuter)
b20cdef Added a test case for gdImageCopyGaussianBlurred(). (Chris Reuter)
6febd90 Added a new Gaussian blur function. (Chris Reuter)
3c43f07 Merge branch 'master' of https://bitbucket.org/libgd/gd-libgd (Chris Reuter)
d525680 Bug fix: gdImageScale() was sometimes messing up transparency. (Chris Reuter)
b505465 Merge remote-tracking branch 'upstream/master' (Chris Reuter)
549addc Added .gitignore lines to exclude naturaldocs by-products. (Chris Reuter)
bb1d4a0 Added documention for gdImageCreate() and type gdImage. (Chris Reuter)
3c1202e Added beginnings of an updated manual (Chris Reuter)
7060f5e Added another Makefile. (Chris Reuter)
769fb15 Added another Makefile. (Chris Reuter)
3f8931d Bug fix: tests didn't (always) return a valid status. (Chris Reuter)
0dfd45c Bug fix: tests didn't (always) return a valid status. (Chris Reuter)
f316c8a Removed bash-ism from bootstrap.sh.  (Not /bin/sh are bash, even these days.) (Chris Reuter)
6cb7f9f Merge branch 'master' of github.com:imazen-discovery/gd-libgd (Chris Reuter)
0adaf8a Merge branch 'master' of https://bitbucket.org/libgd/gd-libgd (Chris Reuter)
d21db28 Merge remote-tracking branch 'refs/remotes/origin/master' (Nathanael Jones)
68d38a8 bootstrap.sh now offers build tips on OS X and defaults to glibtoolize (Nathanael Jones)
9812cc4 Merge branch 'master' of https://bitbucket.org/suetanvil/gd-libgd. (Chris Reuter)
506e57a Merged libgd/gd-libgd into master (Chris Reuter)
16ccce6 Fixed a comment. (Chris Reuter)
e82b084 Added new files to CMakeLists.txt. (Chris Reuter)
8cdb109 Updated Netware makefile (Chris Reuter)
784ffdd Test case for new version code. (Chris Reuter)
4378b8d gd.h now holds the canonical version number. (Chris Reuter)
3c96ad1 Keep automake from complaining "automake: but option 'subdir-objects' is disabled" (Nathanael Jones)
5b7f746 Merged libgd/gd-libgd into master (Chris Reuter)
3766620 Merge branch 'master' of https://bitbucket.org/libgd/gd-libgd (Chris Reuter)
3884557 Merged in suetanvil/gd-libgd/scale-palette-image-bug (pull request #16) (Chris Reuter)
1a92b2e Merged in suetanvil/gd-libgd/interp-precision (pull request #15) (Chris Reuter)
723ea52 Fix for Issue #97: segfaults when scaling a non-truecolor image (Chris Reuter)
f321961 Added test case to exercise all of the gdImageScale() modes. (Chris Reuter)
5586a1e Merged libgd/gd-libgd into master (Chris Reuter)
948bb0a Higher precision in scaling. (Chris Reuter)
3f713da Higher precision in scaling. (Chris Reuter)
1c6ee56 More dead code removal. (Chris Reuter)
241ada6 Removed some dead code. (Chris Reuter)
916d00c Merged in suetanvil/gd-libgd/suetanvil-scale-code-cleanup (pull request #14) (Pierre Joye)
0510b4f Merged in suetanvil/gd-libgd/suetanvil-dead-code-removal (pull request #13) (Pierre Joye)
2ade818 Merge branch 'private-scale-axis-merge-rebased' (Chris Reuter)
546b274 Bug fix: #92: Bicubic scaling leaves the rightmost and bottom rows black (Chris Reuter)
16ed1a9 Added a test case for gdImageScaleTwoPass(). (Chris Reuter)
65fce84 Improved testing code (Chris Reuter)
be3c8cb Cleaned up floating-point rescaling code. (Chris Reuter)
0d13658 More dead code removal. (Chris Reuter)
5ce14ef Removed some dead code. (Chris Reuter)
70a4070 Merge branch 'master' of https://bitbucket.org/suetanvil/gd-libgd (Chris Reuter)
08fdff6 Merged libgd/gd-libgd into master (Chris Reuter)
6db2828 Merge remote-tracking branch 'remotes/bitbucket-repo/suetanvil' (Chris Reuter)
3c5c639 Merged in suetanvil/gd-libgd/suetanvil (pull request #12) (Pierre Joye)
4f65a3e Fixed memory overrun bug in gdImageScaleTwoPass (Chris Reuter)
3e76d30 Merged libgd/gd-libgd into master (Chris Reuter)
de7acbf Merged in suetanvil/gd-libgd (pull request #11) (Pierre Joye)
4c70f57 Fix #86: gdImageScale segfaults with most interpolation types (Chris Reuter)
6d1275d Fix bug #86 (segfaults on gdImageScale with most interpolation modes). (Chris Reuter)
2a862b2 Undo previous change to make a cleaner changeset. (Chris Reuter)
4a90e3f Fixed bug #86. https://bitbucket.org/libgd/gd-libgd/issue/86/gdimagescale-segfaults-with-most (Chris Reuter)
d47c718 Merge branch '2.1.0-stable' into bicubic-fixed-perf (Chris Reuter)
fda0b29 Added a function to retrieve the interpolation mode ID. (Chris Reuter)
fb93646 Added the latest manual I could find. (Chris Reuter)
a0be11f Added new README.md prior to importing into GitHub. (Chris Reuter)
a0f58c6 fix #81, cmake_minimum_required must be the 1st line in 2.8+ (Pierre Joye)
54f8019 GD_EXTRA_VERSION and GD_VERSION_STRING needs quotes (Courtesy of Marc Deslauriers) (Ondřej Surý)
dfea094 Add INSTALL notes for Solaris conflicting iconv.h headers (fixes #76) (Ondřej Surý)
37689ef ignore generated gd.h header (Ondřej Surý)
5b917b4 Merged in fix-version-in-gd.h (pull request #9) (Ondřej Surý)
f597bd4 Don't append dash when GDLIB_EXTRA is empty (Ondřej Surý)
f47a1df Create gd.h from gd.h.in to properly include current library version (Ondřej Surý)