From 2f902d8e2a07478f30e6cb704c7e67722fba0574 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Wed, 15 May 2019 20:08:02 +0200 Subject: Update website news and download for 6.1.0 release --- docs/source/download.rst | 10 +++++--- docs/source/news.rst | 66 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 3 deletions(-) (limited to 'docs/source') diff --git a/docs/source/download.rst b/docs/source/download.rst index f0939637..e972101e 100644 --- a/docs/source/download.rst +++ b/docs/source/download.rst @@ -13,9 +13,9 @@ distribution of the source code and various resource file archives. See Current Release -------------------------------------------------------------------------------- -* **2019-03-01** `proj-6.0.0.tar.gz`_ (`md5`_) +* **2019-05-15** `proj-6.1.0.tar.gz`_ (`md5`_) * **2018-09-15** `proj-datumgrid-1.8.zip`_ -* **2019-03-01** `proj-datumgrid-europe-1.2.zip`_ +* **2019-03-01** `proj-datumgrid-europe-1.3.zip`_ * **2019-03-01** `proj-datumgrid-north-america-1.2.zip`_ * **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_ * **2019-03-01** `proj-datumgrid-world-1.0.zip`_ @@ -24,6 +24,7 @@ Current Release Past Releases -------------------------------------------------------------------------------- +* **2019-03-01** `proj-6.0.0.tar.gz`_ * **2018-09-15** `proj-5.2.0.tar.gz`_ * **2018-06-01** `proj-5.1.0.tar.gz`_ * **2018-04-01** `proj-5.0.1.tar.gz`_ @@ -34,11 +35,13 @@ Past Releases * **2018-03-01** `proj-datumgrid-1.7.zip`_ * **2016-09-11** `proj-datumgrid-1.6.zip`_ +* **2019-03-01** `proj-datumgrid-europe-1.2.zip`_ * **2018-09-15** `proj-datumgrid-europe-1.1.zip`_ * **2018-09-15** `proj-datumgrid-north-america-1.1.zip`_ * **2018-03-01** `proj-datumgrid-europe-1.0.zip`_ * **2018-03-01** `proj-datumgrid-north-america-1.0.zip`_ +.. _`proj-6.1.0.tar.gz`: http://download.osgeo.org/proj/proj-6.1.0.tar.gz .. _`proj-6.0.0.tar.gz`: http://download.osgeo.org/proj/proj-6.0.0.tar.gz .. _`proj-5.2.0.tar.gz`: http://download.osgeo.org/proj/proj-5.2.0.tar.gz .. _`proj-5.1.0.tar.gz`: http://download.osgeo.org/proj/proj-5.1.0.tar.gz @@ -53,10 +56,11 @@ Past Releases .. _`proj-datumgrid-europe-1.0.zip`: http://download.osgeo.org/proj/proj-datumgrid-europe-1.0.zip .. _`proj-datumgrid-europe-1.1.zip`: http://download.osgeo.org/proj/proj-datumgrid-europe-1.1.zip .. _`proj-datumgrid-europe-1.2.zip`: http://download.osgeo.org/proj/proj-datumgrid-europe-1.2.zip +.. _`proj-datumgrid-europe-1.3.zip`: http://download.osgeo.org/proj/proj-datumgrid-europe-1.3.zip .. _`proj-datumgrid-north-america-1.0.zip`: http://download.osgeo.org/proj/proj-datumgrid-north-america-1.0.zip .. _`proj-datumgrid-north-america-1.1.zip`: http://download.osgeo.org/proj/proj-datumgrid-north-america-1.1.zip .. _`proj-datumgrid-north-america-1.2.zip`: http://download.osgeo.org/proj/proj-datumgrid-north-america-1.2.zip .. _`proj-datumgrid-oceania-1.0.zip`: http://download.osgeo.org/proj/proj-datumgrid-oceania-1.0.zip .. _`proj-datumgrid-world-1.0.zip`: http://download.osgeo.org/proj/proj-datumgrid-world-1.0.zip -.. _`md5`: http://download.osgeo.org/proj/proj-6.0.0.tar.gz.md5 +.. _`md5`: http://download.osgeo.org/proj/proj-6.1.0.tar.gz.md5 .. _`proj.pdf`: https://raw.githubusercontent.com/OSGeo/proj.4/gh-pages/proj.pdf diff --git a/docs/source/news.rst b/docs/source/news.rst index 8ec69dcf..1d2e4972 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -3,6 +3,72 @@ News ############################################################################### +6.1.0 Release Notes +++++++++++++++++++++++++++++++++++++++++ +*May 15th 2019* + +Updates +------- + +* Include custom ellipsoid definitions from QGIS (`#1137 `_) + +* Add ``-k ellipsoid`` option to projinfo (`#1338 `_) + +* Make cs2cs support 4D coordinates (`#1355 `_) + +* WKT2 parser: update to OGC 18-010r6 (`#1360 `_ `#1366 `_)) + +* Update internal version of googletest to v1.8.1 (`#1361 `_) + +* Database update: EPSG v9.6.2 (`#1462 `_), IGNF v3.0.3, ESRI 10.7.0 + and add operation_version column (`#1368 `_) + +* Add :c:func:`proj_normalize_for_visualization` that attempts to apply axis + ordering as used by most GIS applications and PROJ <6 (`#1387 `_) + +* Added noop operation (`#1391 `_) + +* Paths set by user take priority over :envvar:`PROJ_LIB` for search paths (`#1398 `_) + +* Reduced database size (`#1438 `_) + +* add support for compoundCRS and concatenatedOperation named from + their components (`#1441 `_) + +Bug fixes +--------- + +* Have :program:`gie` return non-zero code when file can't be opened (`#1312 `_) + +* CMake cross-compilation fix (`#1316 `_) + +* Use 1st eccentricity instead of 2nd eccentricity in Molodensky (`#1324 `_) + +* Make sure to include grids when doing Geocentric to CompoundCRS with + nadgrids+geoidgrids transformations (`#1326 `_) + +* Handle coordinates outside of bbox better (`#1333 `_) + +* Enable system error messages in command line automatically in builds (`#1336 `_) + +* Make sure to install projinfo man page with CMake (`#1347 `_) + +* Add data dir to pkg-config file proj.pc (`#1348 `_) + +* Fix GCC 9 warning about useless ``std::move()`` (`#1352 `_) + +* Grid related fixes (`#1369 `_) + +* Make sure that ISO19111 C++ code sets pj_errno on errors (`#1405 `_) + +* vgridshift: handle longitude wrap-around for grids with 360deg + longitude extent (`#1429 `_) + +* :program:`proj`/:program:`cs2cs`: validate value of ``-f`` parameter to avoid potential crashes (`#1434 `_) + +* Many division by zero and similar bug fixes found by OSS Fuzz. + + 6.0.0 Release Notes ++++++++++++++++++++++++++++++++++++++++ *March 1st 2019* -- cgit v1.2.3