From 349048c44e0e79be440fe5d0a7ee4eb8a1fb0997 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Sat, 13 Sep 2014 19:13:06 +0000 Subject: Fix #231 -- crash when nad_ctable_init returned NULL git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2512 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- ChangeLog | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 14e5d8cd..723eae63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-19-13 Howard Butler + * pj_gridinfo.c: Don't crash when nad_ctable_init doesn't return + a ctx. #231 + 2014-09-13 Frank Warmerdam * nad/epsg: Updated to EPSG 8.5 @@ -63,7 +67,7 @@ 2013-07-21 Frank Warmerdam - * src/proj_etmerc.c: Fix two errors in the n**5 coefficients. Add + * src/proj_etmerc.c: Fix two errors in the n**5 coefficients. Add sixth order coefficients. Fix rounding problems (#222) 2013-07-19 Frank Warmerdam @@ -72,7 +76,7 @@ 2013-07-12 Frank Warmerdam - * src/geodesic.{c,h}: allow polygon vertices to be specified + * src/geodesic.{c,h}: allow polygon vertices to be specified incrementally for geodesic area (#221). 2013-07-08 Frank Warmerdam @@ -108,7 +112,7 @@ * src/multistresstest.c: add windows support (#199) - * src/pj_ctx.c: avoid race condition on setting of + * src/pj_ctx.c: avoid race condition on setting of default_context_initialized. (#199) * config.guess, config.sub: updated to newer versions (#208). @@ -186,9 +190,9 @@ 2012-05-31 Martin Desruisseaux - * Replaced usages of NAN C/C++ constant by the java.lang.Double.NaN - constant. This was done because not all C/C++ compilers define the - NAN constant, and for making sure that the bits pattern is exactly the + * Replaced usages of NAN C/C++ constant by the java.lang.Double.NaN + constant. This was done because not all C/C++ compilers define the + NAN constant, and for making sure that the bits pattern is exactly the one expected by Java. 2012-03-25 Frank Warmerdam -- cgit v1.2.3