TURTLE v0.9
This release allows differed loading of libpng
or libtiff
, whenever not available. It also patches some minor bugs.
Improvements
-
Differed loading of
libpng
andlibtiff
usingdl
. The old behaviour (hard linking) can be obtained by settingTURTLE_USE_LD=0
, e.g. for a static build. Note that version >= 1.4 oflibpng
is required in any case. -
Patch a seg fault when loading empty stacks.
-
Patch ECEF conversion for on pole positions.