Skip to content

TURTLE v0.9

Compare
Choose a tag to compare
@niess niess released this 17 Jun 15:03
· 18 commits to master since this release

This release allows differed loading of libpng or libtiff, whenever not available. It also patches some minor bugs.

Improvements

  • Differed loading of libpng and libtiff using dl. The old behaviour (hard linking) can be obtained by setting TURTLE_USE_LD=0, e.g. for a static build. Note that version >= 1.4 of libpng is required in any case.

  • Patch a seg fault when loading empty stacks.

  • Patch ECEF conversion for on pole positions.