diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-07-01 09:08:25 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-07-01 09:08:25 +0200 |
| commit | ccad783cf13bc83483a922f571c4fc0dc654593f (patch) | |
| tree | ce37b484a478514f0c3121949a5621607ab3cbca /docs/source/news.rst | |
| parent | 0bcc8b72dc21c170a07093a47eb35ce3a15e1828 (diff) | |
| download | PROJ-ccad783cf13bc83483a922f571c4fc0dc654593f.tar.gz PROJ-ccad783cf13bc83483a922f571c4fc0dc654593f.zip | |
Update website for 6.1.1 release
Diffstat (limited to 'docs/source/news.rst')
| -rw-r--r-- | docs/source/news.rst | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/source/news.rst b/docs/source/news.rst index 1d2e4972..a823186b 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -2,6 +2,43 @@ News ############################################################################### +6.1.1 Release Notes +++++++++++++++++++++++++++++++++++++++++ +*July 1st 2019* + +Updates +------- + +* Update EPSG registry to version 9.6.3 (`#1485 <https://github.com/OSGeo/PROJ/issues/1485>`_) + +Bug Fixes +--------- + +* Take the passed authority into account when identifying + objects (`#1466 <https://github.com/OSGeo/PROJ/issues/1466>`_) + +* Avoid exception when transforming from NAD83 to projected + CRS using NAD83(2011) (`#1477 <https://github.com/OSGeo/PROJ/issues/1477>`_) + +* Avoid off-by-one reading of name argument if name of resource + file has length 1 (`#11489 <https://github.com/OSGeo/PROJ/issues/1489>`_) + +* Do not include :envvar:`PROJ_LIB` in ``proj_info().searchpath`` when context + search path is set (`#1498 <https://github.com/OSGeo/PROJ/issues/1498>`_) + +* Use correct delimeter for the current platform when parsing + PROJ_LIB (`#1497<https://github.com/OSGeo/PROJ/issues/1497>`_) + +* Do not confuse 'ID74' CRS with WKT2 ID[] node (`#1506 <https://github.com/OSGeo/PROJ/issues/1506>`_) + +* WKT1 importer: do case insensitive comparison for axis + direction (`#1509 <https://github.com/OSGeo/PROJ/issues/1509>`_) + +* Avoid compile errors on GCC 4.9.3 (`#1512 <https://github.com/OSGeo/PROJ/issues/1512>`_) + +* Make sure that pipelines including ``+proj=ob_tran`` can be + created (`#1526 <https://github.com/OSGeo/PROJ/issues/1526>`_) + 6.1.0 Release Notes ++++++++++++++++++++++++++++++++++++++++ |
