diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2022-02-15 15:43:34 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2022-02-15 15:43:34 +0100 |
| commit | b93cb3078f092c5a770001b6ab2d13f328c9ac74 (patch) | |
| tree | c47e1bd7157674247d6be3c63d4614eb4cbbfb3e /NEWS | |
| parent | 28a76a619b2edc059d201f68fb7205e7b650913c (diff) | |
| download | PROJ-b93cb3078f092c5a770001b6ab2d13f328c9ac74.tar.gz PROJ-b93cb3078f092c5a770001b6ab2d13f328c9ac74.zip | |
Update NEWS for 9.0.0
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 62 |
1 files changed, 62 insertions, 0 deletions
@@ -1,3 +1,65 @@ +9.0.0 Release Notes +------------------- + + Breaking Changes + ---------------- + + o Support for the autotools build system has been removed (#3027) + See RFC7 for details: https://proj.org/community/rfc/rfc-7.html + + Updates + -------- + + o Database updates: + + + ESRI projection engine db to version 12.9 (#2943) + + + EPSG v10.054 (#3051) + + + Vertical grid files for PL-geoid-2011, Polish geoid model (#2960) + + + Belgian geoid model hBG18 to grid alternatives (#3044) + + o Add new option to proj_create_crs_to_crs_from_pj method to force +over on + transformation operations (#2914) + + o Specify CMAKE_INSTALL_RPATH for macOS; use -rpath LDFLAGS for tests (#3009) + + o Implement Geographic3D to Depth/Geog2D+Depth as used by ETRS89 to CD Norway + depth (#3010) + + o Allow PROJ_LIB paths wrapped with double quotes (#3031) + + o Use external gtest by default when possible (#3035) + + o CMake: make BUILD_SHARED_LIBS=ON the default even on Windows (#3042) + + o proj.ini: add a 'ca_bundle_path' variable (#3049) + + + Bug fixes + ---------- + + o Fix extremely long parsing time on hostile PROJ strings (#2968) + + o CMake: fix warning with external googletest (#2980) + + o proj_get_crs_info_list_from_database(): report PJ_TYPE_GEODETIC_CRS for + IAU_2015 -ocentric geodetic CRS (#3013) + + o peirce_q: rename +type parameter wrongly introduced in 8.2.1 to +shape (#3014) + + o Set more precise error code for parsing errors in proj_create() (#3037) + + o createOperations(): fix transformations from/to a BoundCRS of a + DerivedGeographicCRS coming from WKT (#3046) + + o Better deal with importing strings like '+init=epsg:XXXX +over' (#3055) + + o Fix importing CRS definition with +proj=peirce_q and +shape different from + square or diamond (#3057) + + 8.2.1 Release Notes ------------------- |
