diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-09-01 09:28:46 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-09-01 16:20:09 +0200 |
| commit | ff25c66351465a78cb077b3f4174950621622e66 (patch) | |
| tree | 8024b1ac705744a1631ddbe91fee7f8bc4cd9183 /docs | |
| parent | f38c54e7fb765587bdebce1dc6f0b02f9fbf0b37 (diff) | |
| download | PROJ-ff25c66351465a78cb077b3f4174950621622e66.tar.gz PROJ-ff25c66351465a78cb077b3f4174950621622e66.zip | |
Update docs for 7.1.1 release
Conflicts:
docs/source/conf.py
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/conf.py | 2 | ||||
| -rw-r--r-- | docs/source/download.rst | 9 | ||||
| -rw-r--r-- | docs/source/news.rst | 41 |
3 files changed, 49 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index e9c88e19..deb2a53a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -69,7 +69,7 @@ copyright = u'1983-{0}'.format(now.year) # |version| and |release|, also used in various other places throughout the # built documents. version = '7.2.0' -data_version = '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 <https://github.com/OSGeo/issues/2277>`_) + +* Added geoid file for Canary Islands to the database (`#2312 <https://github.com/OSGeo/issues/2312>`_) + +* Updated EPSG database to version 9.8.15 (`#2310 <https://github.com/OSGeo/issues/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 <https://github.com/OSGeo/issues/2281>`_) + +* Parse '+proj=something_not_latlong +vunits=' without +geoidgrids as a + Projected3D CRS and not a compound CRS with a unknown datum (`#2289 <https://github.com/OSGeo/issues/2289>`_) + +* C API: Avoid crashing due to missing SANITIZE_CTX() in entry points (`#2293 <https://github.com/OSGeo/issues/2293>`_) + +* CMake build: Check "target_clones" before use (`#2297 <https://github.com/OSGeo/issues/2297>`_) + +* PROJ string export of +proj=krovak +czech: make sure we export +czech… (`#2301 <https://github.com/OSGeo/issues/2301>`_) + +* Helmert 2D: do not require a useless +convention= parameter (`#2305 <https://github.com/OSGeo/issues/2305>`_) + +* Fix a few spelling errors ("vgridshit" vs. "vgridshift") (`#2307 <https://github.com/OSGeo/issues/2307>`_) + +* Fix ability to identify EPSG:2154 as a candidate for 'RGF93_Lambert_93' (`#2316 <https://github.com/OSGeo/issues/2316>`_) + +* WKT importer: tune for Oracle WKT and 'Lambert Conformal Conic' (`#2322 <https://github.com/OSGeo/issues/2322>`_) + +* Revert compiler generated Fused Multiply Addition optimized routines (`#2328 <https://github.com/OSGeo/issues/2328>`_) + + + 7.1.0 Release Notes ++++++++++++++++++++++++++++++++++++++++ *July 1st 2020* |
