aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS98
1 files changed, 93 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 42a54368..3c82f8dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,86 @@
+6.1.0 Release Notes
+-------------------
+
+ Updates
+ -------
+
+ o Include custom ellipsoid definitions from QGIS (#1337)
+
+ o Add "-k ellipsoid" option to projinfo (#1338)
+
+ o Make cs2cs support 4D coordinates (#1355)
+
+ o WKT2 parser: update to OGC 18-010r6 (#1360 #1366)
+
+ o Update internal version of googletest to v1.8.1 (#1361)
+
+ o Database update: EPSG v9.6.2 (#1462), IGNF v3.0.3, ESRI 10.7.0
+ and add operation_version column (#1368)
+
+ o Add proj_normalize_for_visualization() that attempts to apply axis
+ ordering as used by most GIS applications and PROJ <6 (#1387)
+
+ o Added noop operation (#1391)
+
+ o Paths set by user take priority over PROJ_LIB for search paths (#1398)
+
+ o Reduced database size (#1438)
+
+ o add support for compoundCRS and concatenatedOperation named from
+ their components (#1441)
+
+ Bug fixes
+ ---------
+
+ o Have gie return non-zero code when file can't be opened (#1312)
+
+ o CMake cross-compilation fix (#1316)
+
+ o Use 1st eccentricity instead of 2nd eccentricity in Molodensky (#1324)
+
+ o Make sure to include grids when doing Geocentric to CompoundCRS with
+ nadgrids+geoidgrids transformations (#1326)
+
+ o Handle coordinates outside of bbox better (#1333)
+
+ o Enable system error messages in command line automatically in builds (#1336)
+
+ o Make sure to install projinfo man page with CMake (#1347)
+
+ o Add data dir to pkg-config file proj.pc (#1348)
+
+ o Fix GCC 9 warning about useless std::move() (#1352)
+
+ o Grid related fixes (#1369)
+
+ o Make sure that ISO19111 C++ code sets pj_errno on errors (#1405)
+
+ o vgridshift: handle longitude wrap-around for grids with 360deg
+ longitude extent (#1429)
+
+ o proj/cs2cs: validate value of -f parameter to avoid potential crashes (#1434)
+
+ o Many division by zero and similar bug fixes found by OSS Fuzz.
+
+ THANKS TO
+ ------------
+
+ Version 6.1.0 is made possible by the following contributors:
+
+ Andrew Hardin
+ Sean Warren
+ Dan Baston
+ Howard Butler
+ Joris Van den Bossche
+ Elliott Sales de Andrade
+ Alan D. Snow
+ Nyall Dawson
+ Chris Mayo
+ Mike Taves
+ Kristian Evers
+ Even Rouault
+
+
6.0.0 Release Notes
-------------------
@@ -23,7 +106,7 @@ which is a new feature), and is now an integral part of PROJ.
A unified database of geodetic objects, coordinate reference systems and their
metadata, and coordinate operations between those CRS is now available in a
SQLite3 database file, proj.db. This includes definitions imported from the
-IOGP EPSG dataset (v9.5.5 release), the IGNF (French national mapping agency)
+IOGP EPSG dataset (v9.6.0 release), the IGNF (French national mapping agency)
geodetic registry and the ESRI projection engine database. PROJ is now the
reference software in the "OSGeo C stack" for this CRS and coordinate operation
database, whereas previously this functionality was spread over PROJ, GDAL and
@@ -119,31 +202,36 @@ CRSs.
o Fixed use of grid paths including spaces (#1152)
+ o Robinson: fix wrong values for forward path for latitudes >= 87.5 (#1172),
+ and fix inaccurate inverse method.
+
THANKS TO
------------
Version 6.0.0 is made possible by the following contributors:
Aaron Puchert
+ Thomas Knudsen
Phil Elson
Mateusz Łoskot
Markus Neteler
Jürgen Fischer
- Howard Butler
Charles Karney
+ Bas Couwenberg
+ Karoline Skaar
Alan D. Snow
+ Howard Butler
Marco Bernasocchi
- Karoline Skaar
Ben Boeckel
Ivan Veselov
- Mike Taves
Philippe Rivière
+ Mike Taves
Elliott Sales de Andrade
Kai Pastor
Kristian Evers
Even Rouault
-5.2.0 Release Notes
+ 5.2.0 Release Notes
-------------------
UPDATES