Skip to content

Commit 4c3b426

Browse files
committed
Update NEWS for 9.2.1 release
1 parent a107fa2 commit 4c3b426

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

NEWS

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
9.2.1 Release Notes
2+
-------------------
3+
4+
Database updates
5+
--------
6+
7+
o Add alias for old ESRI datum/CRS names of EPSG:8353
8+
S_JTSK_JTSK03_Krovak_East_North (#3678)
9+
10+
o Pseudo Mercator now supported with IAU CRS's (#3645)
11+
12+
o Updated to EPSG 10.088 (#3731)
13+
14+
Bug fixes
15+
----------
16+
17+
o Fixed build errors with Cygwin (#3642)
18+
19+
o PROJ string CRS parser: make sure that PROJ arguments of the rotated
20+
string are kept in the WKT representation (#3656)
21+
22+
o Fix slowness on proj_trans() when doing WGS 84 <--> NAD83 conversions (#3661)
23+
24+
o vgridshift/gridshift: accept hydroid_height as valid band description (#3675)
25+
26+
o WKT/PROJJSON: import/export accuracy of ConcatenatedOperation (#3676)
27+
28+
o Coordinate operation factory: count identified concatenated operations as a
29+
single step (#3677)
30+
31+
o EngineeringCRS: make proj_create_engineering_crs() set a datum name
32+
and relax isEquivalentTo() comparisons (#3685)
33+
34+
o PROJJSON: fix import/export of integer parameter value, and deal with
35+
interpolation CRS parameters in conversions (#3695)
36+
37+
o CMake: avoid imbalanced cmake_policy push/pop if TIFF or CURL dependency
38+
cannot be found (#3697)
39+
40+
o proj_create_crs_to_crs(): restore transformation selection behaviour
41+
of PROJ 9.1 when grids are missing (#3707)
42+
43+
o ESRI WKT: improve roundtrip of name and definition for UPS WGS84 CRS (#3720)
44+
45+
o CRS instanciation from PROJ.4 string: set 'Unknown based on XXXX ellipsoid'
46+
datum name when instanciating from known +a, +rf (#3727)
47+
48+
o cs2cs / proj_create_crs_to_crs(): fix regression with geocentric CRS (#3729)
49+
50+
o proj_trans(): set PROJ_ERR_COORD_TRANSFM_NO_OPERATION error when failing
51+
in ONLY_BEST=YES mode (#3730)
52+
53+
o tinshift: raise maximum size of JSON file to 100 MB (#3736)
54+
55+
56+
157
9.2.0 Release Notes
258
-------------------
359

0 commit comments

Comments
 (0)