aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-03-21 12:54:50 +0100
committerKristian Evers <kristianevers@gmail.com>2018-03-21 15:38:30 +0100
commitbe3587d8de04ab35baf04c86d67bdb0b9e269be8 (patch)
tree7c77db788d39a0bca7fdd65c58eb82a5af7b22c5 /NEWS
parent84c2fed374da46ba0ca3cae1125350b1aa3f73fd (diff)
downloadPROJ-be3587d8de04ab35baf04c86d67bdb0b9e269be8.tar.gz
PROJ-be3587d8de04ab35baf04c86d67bdb0b9e269be8.zip
Update NEWS for 5.0.1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS51
1 files changed, 51 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 56970a81..77fc9bb4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+5.0.1 Release Notes
+-------------------
+
+ BUG FIXES
+ ------------
+
+ All bug fix numbers refer to issues or pull requests indexed at
+ https://github.com/OSGeo/proj.4/
+
+ o Handle ellipsoid change correctly in pipelines when
+ +towgs84=0,0,0 is set #881
+
+ o Handle the case where nad_ctable2_init returns NULL #883
+
+ o Avoid shadowed declaration errors with old gcc #880
+
+ o Expand +datum properly +datum in pipelines #872
+
+ o Fail gracefully when incorrect headers are encountered in grid
+ files #875
+
+ o Improve roundtrip stability in pipelines using +towgs84 #871
+
+ o Fixed typo in gie error codes #861
+
+ o Numerical stability fixes to the geodesic package #826 #843
+
+ o Make sure that transient errors are returned correctly #857
+
+ o Make sure that locally installed header files are not used when
+ building PROJ #849
+
+ o Fix inconsistent parameter names in proj.h/proj_4D_api.c #842
+
+ o Make sure +vunits is applied #833
+
+ o Fix incorrect Web Mercator transformations #834
+
+ THANKS TO
+ ------------
+
+ Version 5.0.1 is made possible by the following contributors:
+
+ Mike Toews
+ Kurt Schwehr
+ Even Rouault
+ Charles Karney
+ Thomas Knudsen
+ Kristian Evers
+
+
5.0.0 Release Notes
-------------------