diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-06-23 20:22:31 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-06-23 20:22:31 +0200 |
| commit | 68005307f46b635148992b9720d9344147ca6e5f (patch) | |
| tree | cc6a0ffc7d9e877703d4defb494821b6624f5e79 /NEWS | |
| parent | b5ac170f7a0ac68127392644249bc2390db5eb76 (diff) | |
| download | PROJ-68005307f46b635148992b9720d9344147ca6e5f.tar.gz PROJ-68005307f46b635148992b9720d9344147ca6e5f.zip | |
Update NEWS for 6.1.1 release
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 56 |
1 files changed, 56 insertions, 0 deletions
@@ -1,3 +1,59 @@ +6.1.1 Release Notes +------------------- + + Updates + ------- + + o Update EPSG registry to version 9.6.3 (1485) + + + Bug Fixes + --------- + + o Take the passed authority into account when identifying + objects (#1466) + + o Avoid exception when transforming from NAD83 to projected + CRS using NAD83(2011) (#1477) + + o Avoid off-by-one reading of name argument if name of resource + file has length 1 (#1489) + + o Do not include PROJ_LIB in proj_info().searchpath when context + search path is set (#1498) + + o Use correct delimeter for the current platform when parsing + PROJ_LIB (#1497) + + o Do not confuse 'ID74' CRS with WKT2 ID[] node (#1506) + + o WKT1 importer: do case insensitive comparison for axis + direction (#1509) + + o Avoid compile errors on GCC 4.9.3 (#1512) + + o Make sure that pipelines including +proj=ob_tran can be + created (#1526) + + + THANKS TO + ------------ + + Version 6.1.1 is made possible by the following contributors: + + + Alan D. Snow + Paul Menzel + Mateusz Ĺoskot + Bas Couwenberg + Peter Limkilde Svendsen + Mike Taves + Howard Butler + Nyall Dawson + Andrew Bell + Kristian Evers + Even Rouault + 6.1.0 Release Notes ------------------- |
