diff options
| -rw-r--r-- | docs/source/download.rst | 6 | ||||
| -rw-r--r-- | docs/source/news.rst | 57 |
2 files changed, 61 insertions, 2 deletions
diff --git a/docs/source/download.rst b/docs/source/download.rst index 0b10d2ba..831d9c26 100644 --- a/docs/source/download.rst +++ b/docs/source/download.rst @@ -13,7 +13,7 @@ distribution of the source code and various resource file archives. See Current Release -------------------------------------------------------------------------------- -* **2020-01-01** `proj-6.3.0.tar.gz`_ (`md5`_) +* **2020-02-11** `proj-6.3.1.tar.gz`_ (`md5`_) * **2018-09-15** `proj-datumgrid-1.8.zip`_ * **2019-09-01** `proj-datumgrid-europe-1.5.zip`_ * **2019-03-01** `proj-datumgrid-north-america-1.3.zip`_ @@ -24,6 +24,7 @@ Current Release Past Releases -------------------------------------------------------------------------------- +* **2020-01-01** `proj-6.3.0.tar.gz`_ * **2019-11-01** `proj-6.2.1.tar.gz`_ * **2019-09-01** `proj-6.2.0.tar.gz`_ * **2019-07-01** `proj-6.1.1.tar.gz`_ @@ -49,6 +50,8 @@ Past Releases * **2018-03-01** `proj-datumgrid-north-america-1.0.zip`_ * **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_ +.. _`proj-6.3.1.tar.gz`: https://download.osgeo.org/proj/proj-6.3.1.tar.gz +.. _`md5`: https://download.osgeo.org/proj/proj-6.3.1.tar.gz.md5 .. _`proj-6.3.0.tar.gz`: https://download.osgeo.org/proj/proj-6.3.0.tar.gz .. _`proj-6.2.1.tar.gz`: https://download.osgeo.org/proj/proj-6.2.1.tar.gz .. _`proj-6.2.0.tar.gz`: https://download.osgeo.org/proj/proj-6.2.0.tar.gz @@ -78,5 +81,4 @@ Past Releases .. _`proj-datumgrid-oceania-1.0.zip`: https://download.osgeo.org/proj/proj-datumgrid-oceania-1.0.zip .. _`proj-datumgrid-oceania-1.1.zip`: https://download.osgeo.org/proj/proj-datumgrid-oceania-1.1.zip .. _`proj-datumgrid-world-1.0.zip`: https://download.osgeo.org/proj/proj-datumgrid-world-1.0.zip -.. _`md5`: https://download.osgeo.org/proj/proj-6.3.0.tar.gz.md5 .. _`proj.pdf`: https://raw.githubusercontent.com/OSGeo/PROJ/gh-pages/proj.pdf diff --git a/docs/source/news.rst b/docs/source/news.rst index f327e00c..1d68d44b 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -3,6 +3,63 @@ News ############################################################################### +6.3.1 Release Notes +++++++++++++++++++++++++++++++++++++++++ +*February 11th 2020* + +Updates +------- + +* Update the EPSG database to version 9.8.6 + +* Database: add mapping for gg10_smv2.mnt and gg10_sbv2.mnt French grids + +* Database: add mapping for TOR27CSv1.GSB + +Bug fixes +--------- + +* Fix wrong use of derivingConversionRef() that caused issues with use of + +init=epsg:XXXX by GDAL (affecting R spatial libraries) or in MapServer + +* fix exporting CoordinateSystem to PROJ JSON with ID + +* projinfo: use No. abbreviation instead of UTF-8 character + (`#1828 <https://github.com/OSGeo/PROJ/issues/1828>`_) + +* CompoundCRS::identify(): avoid exception when horiz/vertical part is a + BoundCRS + +* createOperations(): fix dealing with projected 3D CRS whose Z units != metre + +* WKT1_GDAL export: limit datum name massaging to names matching EPSG + (`#1835 <https://github.com/OSGeo/PROJ/issues/1835>`_) + +* unitconvert with mjd time format: avoid potential integer overflow + (ossfuzz 20072) + +* ProjectedCRS::identify(): fix wrong identification of some ESRI WKT linked + to units + +* Database: add a geoid_like value for proj_method column of grid_alternatives, + fix related entries and simplify/robustify logic to deal with EPSG + 'Geographic3D to GravityRelatedHeight' methods + +* Fix ingestion of +proj=cea with +k_0 (`#1881 <https://github.com/OSGeo/PROJ/issues/1881>`_) + +* Fix performance issue, affecting PROJ.4 string generation of EPSG:7842 + (`#1913 <https://github.com/OSGeo/PROJ/issues/1913>`_) + +* Fix identification of ESRI-style datum names starting with D\_ but without + alias (`#1911 <https://github.com/OSGeo/PROJ/issues/1911>`_) + +* cart: Avoid discontinuity at poles in the inverse case + (`#1906 <https://github.com/OSGeo/PROJ/issues/1906>`_) + +* Various updates to make regression test suite pass with gcc on i386 + (`#1906 <https://github.com/OSGeo/PROJ/issues/1906>`_) + + 6.3.0 Release Notes ++++++++++++++++++++++++++++++++++++++++ *January 1st 2020* |
