root/trunk/thirdparty/cl-gd-0.5.6/CHANGELOG

Revision 2428, 2.3 kB (checked in by hhubner, 1 year ago)

Update cl-gd.

Line 
1 Version 0.5.6
2 2007-07-29
3 Make WITH-TRANSFORMATIONS thread-safe (thanks to Alain Picard)
4
5 Version 0.5.5
6 2007-04-24
7 Ugh, fix the fix once more (again thanks to Jong-won Choi)
8
9 Version 0.5.4
10 2007-04-06
11 Trying to fix the 0.5.3 fix... (bug reported by Jong-won Choi)
12
13 Version 0.5.3
14 2007-03-19
15 Fixed bug in DRAW-FREETYPE-STRING (reported by Andrei Stebakov)
16
17 Version 0.5.2
18 2007-02-28
19 Fix CONVERT-TO-CHAR-REFERENCES (bug caught by Luo Yong)
20 Documentation fixes (thanks to Yoni Rabkin Katzenell)
21
22 Version 0.5.1
23 2005-10-04
24 Support for OpenMCL via CFFI (thanks to Bryan O'Connor)
25
26 Version 0.5.0
27 2005-09-26
28 Experimental CLISP/CFFI support (thanks to Luis Oliveira)
29 Don't redefine what's already there (for LispWorks)
30
31 Version 0.4.8
32 2005-05-17
33 Re-enabled the ability to build without GIF support
34
35 Version 0.4.7
36 2005-05-07
37 Added GET-PIXEL (provided by Alan Shields)
38
39 Version 0.4.6
40 2005-03-31
41 Fixed typo in WITH-IMAGE* (thanks to Peter Barabas)
42 Handle CMUCL search lists correctly (thanks to Hans Hübner)
43 Added -lc option to linker call and included makefile (thanks to Hans Hübner)
44
45 Version 0.4.5
46 2005-03-16
47 Fixed type check in MAKE-STREAM-FN (thanks to Walter C. Pelissero)
48
49 Version 0.4.4
50 2005-03-09
51 More bug fixes (thanks to Carlos Ungil)
52
53 Version 0.4.3
54 2005-03-09
55 Some bug fixes (thanks to Carlos Ungil)
56
57 Version 0.4.2
58 2004-11-26
59 Build GIF support by default
60 Added link to cl-gd-glue.dll for Windows and corresponding documentation
61 Updated files in test/orig
62
63 Version 0.4.1
64 2004-05-21
65 Replaced WRITE-BYTE with WRITE-SEQUENCE for LispWorks - see <http://article.gmane.org/gmane.lisp.lispworks.general/1827>
66
67 Version 0.3.1
68 2004-04-25
69 Two separate C source files (with and without GIF support)
70 Added note about failed tests
71 Added hyperdoc support
72 Added :CL-GD to *FEATURES*
73
74 Version 0.3.0
75 2004-03-29
76 Added GIF support (thanks to Hans Hübner)
77 Added Gentoo link
78
79 Version 0.2.0
80 2003-10-26
81 Added DO-PIXELS and friends (proposed by Kevin Rosenberg)
82 Added Debian link
83
84 Version 0.1.4
85 2003-08-29
86 Added library path for Debian compatibility (thanks to Kevin Rosenberg)
87
88 Version 0.1.3
89 2003-08-29
90 Make CL-GD-TEST output less verbose for SBCL (thanks to Christophe Rhodes)
91
92 Version 0.1.2
93 2003-08-28
94 Changed WITH-TRANSFORMATION macro to keep SBCL from complaining (thanks to Christophe Rhodes)
95
96 Version 0.1.1
97 2003-08-28
98 Fixed *NULL-IMAGE* bug in DRAW-FREETYPE-STRING
99
100 Version 0.1.0
101 2003-08-26
102 Initial release
Note: See TracBrowser for help on using the browser.