[version 0.5.6
ediware**20070729170015] {
hunk ./CHANGELOG 1
+Version 0.5.6
+2007-07-29
+Make WITH-TRANSFORMATIONS thread-safe (thanks to Alain Picard)
+
hunk ./cl-gd.asd 2
-;;; $Header: /usr/local/cvsrep/gd/cl-gd.asd,v 1.17 2007/04/24 09:01:39 edi Exp $
+;;; $Header: /usr/local/cvsrep/gd/cl-gd.asd,v 1.18 2007/07/29 16:37:13 edi Exp $
hunk ./cl-gd.asd 43
- :version "0.5.5"
+ :version "0.5.6"
hunk ./doc/index.html 206
-current version is 0.5.5. A Debian package is available thanks to Peter van Eynde and Kevin Rosenberg, so if you're on Debian you should have no problems installing CL-GD. There's also a port
+current version is 0.5.6. A Debian package is available thanks to Peter van Eynde and Kevin Rosenberg, so if you're on Debian you should have no problems installing CL-GD. There's also a port
hunk ./doc/index.html 1437
-$Header: /usr/local/cvsrep/gd/doc/index.html,v 1.74 2007/04/24 09:01:40 edi Exp $
+$Header: /usr/local/cvsrep/gd/doc/index.html,v 1.75 2007/07/29 16:37:15 edi Exp $
hunk ./transform.lisp 2
-;;; $Header: /usr/local/cvsrep/gd/transform.lisp,v 1.20 2007/01/01 23:41:00 edi Exp $
+;;; $Header: /usr/local/cvsrep/gd/transform.lisp,v 1.21 2007/07/29 16:37:13 edi Exp $
hunk ./transform.lisp 94
- `(progn
+ ;; rebind for thread safety
+ `(let ((*transformers* *transformers*))
}