Skip to content

Commit 99c4f03

Browse files
committed
Update NEWS for 9.5.1 release
1 parent 8ff5e2f commit 99c4f03

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

NEWS.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# PROJ Release Notes
22

3+
## 9.5.1
4+
5+
### Updates
6+
7+
* Database: update to EPSG v11.021 (#4254, #4275, #4297)
8+
9+
* Speed-up dramatically proj.db build time (#4280)
10+
11+
* Database: ingest deprecated ESRI names to be able to better import old WKT ESRI (#4282)
12+
13+
### Bug fixes
14+
15+
* `findsOpsInRegistryWithIntermediate()`: Restrict to using known source/target CRS that have the same originating authority (#4252)
16+
17+
* `isTimeDependent()`: Do not mark "static" Coordinate Frame helmert transformations as time-dependent, only time-dependent ones (#4259)
18+
19+
* Fix clang-19 "warning: empty paragraph passed to '@throw' command [-Wdocumentation]" (#4263)
20+
21+
* WKT importer: fix `nullptr` dereference on invalid `VERTCS[]` (#4266)
22+
23+
* Fixed `sql_filelist.cmake` relative path issue (#4296)
24+
25+
* Fail consistently on network error and grid transformations (#4302)
26+
27+
* Fix `-Wshadow` warnings between `parammappings.cpp` and `singleoperation.cpp` with unity builds (#4304)
28+
29+
* Removed leftover setting of `CMAKE_REQUIRED_FLAGS` (#4322)
30+
31+
* WKT1 ESRI export: fix wrong mapping of Lambert Cylindrical Equal Area to Behrmann (#4328)
32+
33+
* Numerous documentation fixes (#4248, #4267, #4291, #4293)
34+
335
## 9.5.0
436

537
### Updates

0 commit comments

Comments
 (0)