From 94cfdfec9d51f0befb5c8fc5184329a3d7331333 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 1 Sep 2020 09:28:46 +0200 Subject: Update docs for 7.1.1 release --- docs/source/conf.py | 4 ++-- docs/source/download.rst | 9 +++++++-- docs/source/news.rst | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/source/conf.py b/docs/source/conf.py index 05f08f33..a2572a8e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -68,8 +68,8 @@ copyright = u'1983-{0}'.format(now.year) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. -version = '7.1.0' -data_version = '1.1' +version = '7.1.1' +data_version = '1.2' # use same |release| as |version| release = version diff --git a/docs/source/download.rst b/docs/source/download.rst index 982f5980..12d9d913 100644 --- a/docs/source/download.rst +++ b/docs/source/download.rst @@ -13,9 +13,12 @@ distribution of the source code and various resource file archives. See Current Release -------------------------------------------------------------------------------- -* **2020-07-01** `proj-7.1.0.tar.gz`_ (`md5`_) +* **2020-09-01** `proj-7.1.1.tar.gz`_ (`md5`_) +* **2020-07-01** `proj-7.1.0.tar.gz`_ * **2020-05-01** `proj-6.3.2.tar.gz`_ +* **2020-09-01** `proj-data-1.2.tar.gz`_ * **2020-05-01** `proj-data-1.1.tar.gz`_ +* **2020-03-01** `proj-data-1.0.tar.gz`_ * **2018-09-15** `proj-datumgrid-1.8.zip`_ * **2020-03-01** `proj-datumgrid-europe-1.6.zip`_ * **2020-03-01** `proj-datumgrid-north-america-1.4.zip`_ @@ -68,8 +71,9 @@ Past Releases * **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_ * **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_ +.. _`proj-7.1.1.tar.gz`: https://download.osgeo.org/proj/proj-7.1.1.tar.gz +.. _`md5`: https://download.osgeo.org/proj/proj-7.1.1.tar.gz.md5 .. _`proj-7.1.0.tar.gz`: https://download.osgeo.org/proj/proj-7.1.0.tar.gz -.. _`md5`: https://download.osgeo.org/proj/proj-7.1.0.tar.gz.md5 .. _`proj-7.0.1.tar.gz`: https://download.osgeo.org/proj/proj-7.0.1.tar.gz .. _`proj-7.0.0.tar.gz`: https://download.osgeo.org/proj/proj-7.0.0.tar.gz .. _`proj-6.3.2.tar.gz`: https://download.osgeo.org/proj/proj-6.3.2.tar.gz @@ -87,6 +91,7 @@ Past Releases .. _`proj-4.9.1.tar.gz`: https://download.osgeo.org/proj/proj-4.9.1.tar.gz .. _`proj-4.9.2.tar.gz`: https://download.osgeo.org/proj/proj-4.9.2.tar.gz .. _`proj-4.9.3.tar.gz`: https://download.osgeo.org/proj/proj-4.9.3.tar.gz +.. _`proj-data-1.2.tar.gz`: https://download.osgeo.org/proj/proj-data-1.2.tar.gz .. _`proj-data-1.1.tar.gz`: https://download.osgeo.org/proj/proj-data-1.1.tar.gz .. _`proj-data-1.0.tar.gz`: https://download.osgeo.org/proj/proj-data-1.0.tar.gz .. _`proj-datumgrid-1.6.zip`: https://download.osgeo.org/proj/proj-datumgrid-1.6.zip diff --git a/docs/source/news.rst b/docs/source/news.rst index 99d41187..21e3f748 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -3,6 +3,47 @@ News ############################################################################### +7.1.1 Release Notes +++++++++++++++++++++++++++++++++++++++++ +*September 1st 2020* + + +Updates +------- + +* Added various Brazillian grids to the database (`#2277 `_) + +* Added geoid file for Canary Islands to the database (`#2312 `_) + +* Updated EPSG database to version 9.8.15 (`#2310 `_) + +Bug fixes +--------- + +* WKT parser: do not raise warning when parsing a WKT2:2015 TIMECRS + whose TIMEUNIT is at the CS level, and not inside (`#2281 `_) + +* Parse '+proj=something_not_latlong +vunits=' without +geoidgrids as a + Projected3D CRS and not a compound CRS with a unknown datum (`#2289 `_) + +* C API: Avoid crashing due to missing SANITIZE_CTX() in entry points (`#2293 `_) + +* CMake build: Check "target_clones" before use (`#2297 `_) + +* PROJ string export of +proj=krovak +czech: make sure we export +czech… (`#2301 `_) + +* Helmert 2D: do not require a useless +convention= parameter (`#2305 `_) + +* Fix a few spelling errors ("vgridshit" vs. "vgridshift") (`#2307 `_) + +* Fix ability to identify EPSG:2154 as a candidate for 'RGF93_Lambert_93' (`#2316 `_) + +* WKT importer: tune for Oracle WKT and 'Lambert Conformal Conic' (`#2322 `_) + +* Revert compiler generated Fused Multiply Addition optimized routines (`#2328 `_) + + + 7.1.0 Release Notes ++++++++++++++++++++++++++++++++++++++++ *July 1st 2020* -- cgit v1.2.3