aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2013-07-22 05:02:23 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2013-07-22 05:02:23 +0000
commitf00990b88f08edb5b8b359e0c22d094e7b800297 (patch)
treefdc476b8f966b6fac0d68de9e4713b9119c75c35 /ChangeLog
parentf8630e06efcdc97f59968e63a311bfdc19f2ae62 (diff)
downloadPROJ-f00990b88f08edb5b8b359e0c22d094e7b800297.tar.gz
PROJ-f00990b88f08edb5b8b359e0c22d094e7b800297.zip
Fix two errors in the n**5 coefficients. Add sixth order coefficients. Fix rounding problems (#222)
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2379 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b42efed..6a421e1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-21 Frank Warmerdam <warmerdam@pobox.com>
+
+ * 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 <warmerdam@pobox.com>
* src/PJ_healpix.c: major update for polar scaling and parms (#219)