aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS183
1 files changed, 183 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f41fcf85..45eae050 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,186 @@
+6.3.0 Release Notes
+-------------------
+
+ Updates
+ -------
+
+ o Database: tune accuracy of Canadian NTv1 file w.r.t NTv2 (#1812)
+
+ o Modify verbosity level of some debug/trace messages (#1811)
+
+ o projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL
+ (#1810)
+
+ o proj_trans: add retry logic to select other transformation if the best one
+ fails. (#1809)
+
+ o BoundCRS::identify(): improvements to discard CRS that aren't relevant
+ (#1802)
+
+ o Database: update to IGNF v3.1.0 (#1785)
+
+ o Build: Only export symbols if building DLL (#1773)
+
+ o Database: update ESRI entries with ArcGIS Desktop version 10.8.0 database
+ (#1762)
+
+ o createOperations(): chain operations whose middle CRSs are not identical but
+ have the same datum (#1734)
+
+ o import/export PROJJSON: support a interpolation_crs key to geoid_model
+ (#1732)
+
+ o Database: update to EPSG v9.8.4 (#1725)
+
+ o Build: require SQLite 3.11 (#1721)
+
+ o Add support for GEOIDMODEL (#1710)
+
+ o Better filtering based on extent and performance improvements (#1709)
+
+
+ Bug fixes
+ ---------
+
+ o Horizontal grid shift: fix issue on iterative inverse computation when
+ switching between (sub)grids (#1797)
+
+ o createOperations(): make filtering out of 'uninteresting' operations less
+ aggressive (#1788)
+
+ o Make EPSG:102100 resolve to ESRI:102100 (#1786)
+
+ o ob_tran: restore traditional handling of +to_meter with pj_transform() and
+ proj utility (#1783)
+
+ o CRS identification: use case insensitive comparison for authority name
+ (#1780)
+
+ o normalizeForVisualization() and other methods applying on a ProjectedCRS: do
+ not mess the derivingConversion object of the original object (#1746)
+
+ o createOperations(): fix transformation computation from/to a CRS with
+ +geoidgrids and +vunits != m (#1731)
+
+ o Fix proj_assign_context()/pj_set_ctx() with pipelines and alternative coord
+ operations (#1726)
+
+ o Database: add an auxiliary concatenated_operation_step table to allow
+ arbitrary number of steps (#1696)
+
+ o Fix errors running gie-based tests in Debug mode on Windows (#1688)
+
+ THANKS TO
+ ---------
+
+ Pedro Venancio
+ Owen Rudge
+ Nyall Dawson
+ Mateusz Łoskot
+ Markus Neteler
+ Juergen E. Fischer
+ Joaquim Luis
+ Jeff McKenna
+ Jakob Egger
+ Guillaume Lostis
+ GitHub user @yonarw
+ Asa Packer
+ Joe Mann
+ Stephan Hügel
+ Simon Schneegans
+ R. Schmunk
+ Alan D. Snow
+ Chris Crook
+ Howard Butler
+ Fabrice Fontaine
+ Kai Pastor
+ Martin Desruisseaux
+ Dalia Prizginiene
+ Mike Taves
+ Charles Karney
+ Kristian Evers
+ Even Rouault
+
+6.2.1 Release Notes
+-------------------
+
+ Updates
+ -------
+
+ o Update the EPSG database to version 9.8.2
+
+ Bug fixes
+ -------
+
+ o Fixed erroneous spelling of "Potsdam" (#1573)
+
+ o Calculate y-coordinate correctly in bertin1953 in all cases (#1579)
+
+ o proj_create_crs_to_crs_from_pj(): make the PJ* arguments const PJ* (#1583)
+
+ o PROJStringParser::createFromPROJString(): avoid potential infinite
+ recursion (#1574)
+
+ o Avoid core dump when setting ctx==NULL in functions
+ proj_coordoperation_is_instantiable and
+ proj_coordoperation_has_ballpark_transformation (#1590)
+
+ o createOperations(): fix conversion from/to PROJ.4 CRS strings with
+ non-ISO-kosher options and +towgs84/+nadgrids (#1602)
+
+ o proj_trans_generic(): properly set coordinate time to HUGE_VAL when no
+ value is passed to the function (#1604)
+
+ o Fix support for +proj=ob_tran +o_proj=lonlat/latlong/latlon instead of only
+ only allowing +o_proj=longlat (#1601)
+
+ o Improve backwards compatibility of vertical transforms (#1613)
+
+ o Improve emulation of deprecated +init style initialization (#1614)
+
+ o cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D (#1563)
+
+ o Avoid divisions by zero in odd situations (#1620)
+
+ o Avoid compile error on Solaris (#1639)
+
+ o proj_create_crs_to_crs(): fix when there are only transformations with
+ ballpark steps (#1643)
+
+ o PROJ string CRS ingester: recognize more unit-less parameters, and general
+ handling of +key=string_value parameters (#1645)
+
+ o Only call pkg-config in configure when necessary (#1652)
+
+ o aeqd: for spherical forward path, go to higher precision ellipsoidal
+ case when the point coordinates are super close to the origin (#1654)
+
+ o proj_create_crs_to_crs(): remove elimination of Ballpark operations
+ that caused transformation failures in some cases (#1665)
+
+ o createOperations(): allow transforming from a compoundCRS of a bound
+ verticalCRS to a 2D CRS (#1667)
+
+ o Avoid segfaults in case of out-of-memory situations (#1679)
+
+ o createOperations(): fix double vertical unit conversion from CompoundCRS
+ to other CRS when the horizontal part of the projected CRS uses non-metre
+ unit (#1683)
+
+ o importFromWkt(): fix axis orientation for non-standard ESRI WKT (#1690)
+
+
+ THANKS TO
+ ---------
+
+ R. Schmunk
+ Jakob Egger
+ Alan D. Snow
+ Stephan Hügel
+ Kai Pastor
+ Kristian Evers
+ Even Rouault
+
6.2.0 Release Notes
-------------------