aboutsummaryrefslogtreecommitdiff
path: root/docs/source/news.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-09-01 09:28:46 +0200
committerKristian Evers <kristianevers@gmail.com>2020-09-01 16:20:09 +0200
commitff25c66351465a78cb077b3f4174950621622e66 (patch)
tree8024b1ac705744a1631ddbe91fee7f8bc4cd9183 /docs/source/news.rst
parentf38c54e7fb765587bdebce1dc6f0b02f9fbf0b37 (diff)
downloadPROJ-ff25c66351465a78cb077b3f4174950621622e66.tar.gz
PROJ-ff25c66351465a78cb077b3f4174950621622e66.zip
Update docs for 7.1.1 release
Conflicts: docs/source/conf.py
Diffstat (limited to 'docs/source/news.rst')
-rw-r--r--docs/source/news.rst41
1 files changed, 41 insertions, 0 deletions
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*