From 3b7a6a9b2e5ca9441cd589f552d64a9ec196678f Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Mon, 27 May 2024 21:27:58 +0200 Subject: [PATCH] Update NEWS for 9.4.1 More or less a duplicate commit of similar additions in the 9.4 branch but due to the markdown-conversion of NEWS and other files a separate commit is done for the sake of simplicity. --- NEWS.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/NEWS.md b/NEWS.md index 0170e05821..afb07c6378 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,30 @@ # PROJ Release Notes +## 9.4.1 + +### Updates + +* Database: update to EPSG v11.006 (#4086) + +* Database: update ESRI dataset to ArcGIS Pro 3.3 (#4143) + +### Bug fixes + + * DatabaseContext::lookForGridInfo(): do not trigger network activity in + PROJ_GRID_AVAILABILITY_KNOWN_AVAILABLE mode when all grids are known (#4090) + + * Retry "Connection reset by peer" (#4107) + + * Use unique names for NKG transformations (#4111) + + * proj_create()/proj_create_from_database(): recall CRS AUTH:CODE in error message (#4114) + + * DerivedProjectedCRS: deal with lack of explicit CS in BASEPROJCRS in WKT (#4139) + + * proj_symbol_rename.h: update with current symbols (#4145) + + * Improve detection of compatible/incompatible celestial bodies (#4150) + ## 9.4.0 ### Updates