Revision history for Perl extension GIS::Distance::Fast.
0.05 : 2010-01-31
- Use fabs() instead of abs() in Vincenting calculations.
- Use higher-precision PI that comes with math.h in all formulas.
0.04 : 2010-01-30
- Docs were still stating that Inline::C was being used.
- Updated to require latest GIS::Distance version.
0.03 : 2009-07-20
- Replaced Inline::C with real XS.
- Add tests for pod, pod coverage, and perl critic.
0.02 : 2008-03-23
- Fixed some documentation typos that were using GID instead of GIS.
- Added a TEST COVERAGE section with output from Devel::Cover.
- Added dependencies for Inline::C and Inline::Files to make.
0.01 : 2008-03-16
- First release.