diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-09-01 20:19:45 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2021-09-01 20:19:45 +0200 |
| commit | 40471bbac5c164ba2ba0f9ff43fe6166876b3c72 (patch) | |
| tree | 3fd6b1d894352fb0b508e022db0dcf955d48f43a | |
| parent | 131d5a48e7c47f7077eaa03451bfcd9329bc3937 (diff) | |
| download | PROJ-40471bbac5c164ba2ba0f9ff43fe6166876b3c72.tar.gz PROJ-40471bbac5c164ba2ba0f9ff43fe6166876b3c72.zip | |
Update website for 8.1.1 release
| -rw-r--r-- | docs/source/conf.py | 2 | ||||
| -rw-r--r-- | docs/source/download.rst | 5 | ||||
| -rw-r--r-- | docs/source/news.rst | 48 |
3 files changed, 52 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index ae2eea44..e227d151 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -77,7 +77,7 @@ 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 = '8.1.0' +version = '8.1.1' data_version = '1.7' # use same |release| as |version| diff --git a/docs/source/download.rst b/docs/source/download.rst index 438de82e..356c8c42 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 -------------------------------------------------------------------------------- -* **2021-07-01** `proj-8.1.0.tar.gz`_ (`md5`_) +* **2021-09-01** `proj-8.1.1.tar.gz`_ (`md5`_) * **2021-07-01** `proj-data-1.7.tar.gz`_ * **PDF Manual** `proj.pdf`_ @@ -82,8 +82,9 @@ Past Releases * **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_ * **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_ +.. _`proj-8.1.1.tar.gz`: https://download.osgeo.org/proj/proj-8.1.1.tar.gz +.. _`md5`: https://download.osgeo.org/proj/proj-8.1.1.tar.gz.md5 .. _`proj-8.1.0.tar.gz`: https://download.osgeo.org/proj/proj-8.1.0.tar.gz -.. _`md5`: https://download.osgeo.org/proj/proj-8.1.0.tar.gz.md5 .. _`proj-8.0.1.tar.gz`: https://download.osgeo.org/proj/proj-8.0.1.tar.gz .. _`proj-8.0.0.tar.gz`: https://download.osgeo.org/proj/proj-8.0.0.tar.gz .. _`proj-7.2.1.tar.gz`: https://download.osgeo.org/proj/proj-7.2.1.tar.gz diff --git a/docs/source/news.rst b/docs/source/news.rst index 038bf142..db5d62c6 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -3,6 +3,54 @@ News ############################################################################### +8.1.1 Release Notes +++++++++++++++++++++++++++++++++++++++++ +*September 1st 2021* + +Updates +------- + +* EPSG Database updated to version 10.028 (`#2773 <https://github.com/OSGeo/PROJ/issues/2773>`_) + +Bug Fixes +--------- + +* Include algorithm header file to avoid build errors on Alpine Linux (`#2769 <https://github.com/OSGeo/PROJ/issues/2769>`_) + +* CMake: fix installation of executables on iOS (`#2766 <https://github.com/OSGeo/PROJ/issues/2766>`_) + +* Associate extents to transformations of CRS's that include GEOIDMODEL (`#2769 <https://github.com/OSGeo/PROJ/issues/2769>`_) + +* Logging: avoid some overhead when logging is not enabled (`#2775 <https://github.com/OSGeo/PROJ/issues/2775>`_) + +* ortho: remove useless and invalid log trace (`#2777 <https://github.com/OSGeo/PROJ/issues/2777>`_) + +* CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES target (`#2781 <https://github.com/OSGeo/PROJ/issues/2781>`_) +* reateOperations(): fix SourceTargetCRSExtentUse::NONE mode (`#2783 <https://github.com/OSGeo/PROJ/issues/2783>`_) + +* GeoTIFF grid reading: perf improvements (`#2788 <https://github.com/OSGeo/PROJ/issues/2788>`_) + +* :cpp:func:`Conversion::createUTM()`: avoid integer overflow (`#2796 <https://github.com/OSGeo/PROJ/issues/2796>`_) + +* Inverse laea ellipsoidal: return ``PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN`` + when appropriates (`#2801 <https://github.com/OSGeo/PROJ/issues/2801>`_) + +* Make sure that :c:func:`proj_crs_promote_to_3D` returns a derived CRS (`#2806 <https://github.com/OSGeo/PROJ/issues/2806>`_) + +* :cpp:func:`createOperations()`: fix missing deg<-->rad conversion when transforming with a + CRS that has a fallback-to-PROJ4-string behaviour and is a BoundCRS of a + GeographicCRS (`#2808 <https://github.com/OSGeo/PROJ/issues/2808>`_) + +* WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[] (`#2812 <https://github.com/OSGeo/PROJ/issues/2812>`_) + +* BoundCRS: accept importing/exporting in WKT2 and PROJJSON the + scope/area/extent/id attributes (`#2815 <https://github.com/OSGeo/PROJ/issues/2815>`_) + +* :cpp:func:`ConcatenatedOperation::fixStepsDirection()`: fix bad chaining of steps when + inverse map projection is involved in non-final step (`#2819 <https://github.com/OSGeo/PROJ/issues/2819>`_) + + + 8.1.0 Release Notes ++++++++++++++++++++++++++++++++++++++++ *July 1st 2021* |
