aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/conf.py2
-rw-r--r--docs/source/download.rst29
-rw-r--r--docs/source/news.rst78
-rwxr-xr-xtravis/after_success.sh2
4 files changed, 97 insertions, 14 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 31b81d3f..0c457a4f 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -70,7 +70,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.2'
+data_version = '1.3'
# use same |release| as |version|
release = version
diff --git a/docs/source/download.rst b/docs/source/download.rst
index 12d9d913..f33733fb 100644
--- a/docs/source/download.rst
+++ b/docs/source/download.rst
@@ -13,17 +13,8 @@ distribution of the source code and various resource file archives. See
Current Release
--------------------------------------------------------------------------------
-* **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`_
-* **2020-03-01** `proj-datumgrid-oceania-1.2.zip`_
-* **2019-03-01** `proj-datumgrid-world-1.0.zip`_
+* **2020-11-01** `proj-7.2.0.tar.gz`_ (`md5`_)
+* **2020-11-01** `proj-data-1.3.tar.gz`_
* **PDF Manual** `proj.pdf`_
.. note::
@@ -37,6 +28,9 @@ Current Release
Past Releases
--------------------------------------------------------------------------------
+* **2020-09-01** `proj-7.1.1.tar.gz`_
+* **2020-07-01** `proj-7.1.0.tar.gz`_
+* **2020-05-01** `proj-6.3.2.tar.gz`_
* **2020-05-01** `proj-7.0.1.tar.gz`_
* **2020-03-01** `proj-7.0.0.tar.gz`_
* **2020-02-11** `proj-6.3.1.tar.gz`_
@@ -54,8 +48,15 @@ Past Releases
* **2015-09-13** `proj-4.9.2.tar.gz`_
* **2015-03-04** `proj-4.9.1.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`_
+* **2020-03-01** `proj-datumgrid-oceania-1.2.zip`_
+* **2019-03-01** `proj-datumgrid-world-1.0.zip`_
* **2018-03-01** `proj-datumgrid-1.7.zip`_
* **2016-09-11** `proj-datumgrid-1.6.zip`_
* **2019-09-01** `proj-datumgrid-europe-1.5.zip`_
@@ -71,8 +72,9 @@ Past Releases
* **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_
* **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_
+.. _`proj-7.2.0.tar.gz`: https://download.osgeo.org/proj/proj-7.2.0.tar.gz
+.. _`md5`: https://download.osgeo.org/proj/proj-7.2.0.tar.gz.md5
.. _`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
.. _`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
@@ -91,9 +93,12 @@ 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.3.tar.gz`: https://download.osgeo.org/proj/proj-data-1.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
.. _`proj-datumgrid-1.7.zip`: https://download.osgeo.org/proj/proj-datumgrid-1.7.zip
.. _`proj-datumgrid-1.8.zip`: https://download.osgeo.org/proj/proj-datumgrid-1.8.zip
diff --git a/docs/source/news.rst b/docs/source/news.rst
index 21e3f748..4275dd11 100644
--- a/docs/source/news.rst
+++ b/docs/source/news.rst
@@ -3,6 +3,84 @@
News
###############################################################################
+7.2.0 Release Notes
+++++++++++++++++++++++++++++++++++++++++
+*November 1st 2020*
+
+Updates
+-------
+
++ **Command line tools**
+
+ * Add multi-line PROJ string export capability, and use it by default in
+ :program:`projinfo` (unless ``--single-line`` is specified) (`#2381 <https://github.com/OSGeo/issues/2381>`_)
+
++ **Coordinate operations**
+
+ * :ref:`col_urban` projection, implementing a EPSG projection method
+ used by a number of projected CRS in Colombia (`#2395 <https://github.com/OSGeo/issues/2395>`_)
+
+ * :ref:`tinshift` for triangulation-based transformations (`#2344 <https://github.com/OSGeo/issues/2344>`_)
+
+ * Added ellipsoidal formulation of :ref:`ortho` (`#2361 <https://github.com/OSGeo/issues/2361>`_)
+
+
++ **Database**
+
+ * Update to EPSG 10.003 and make code base robust to dealing with
+ WKT CRS with DatumEnsemble (`#2370 <https://github.com/OSGeo/issues/2370>`_)
+
+ * Added Finland tinshift operations (`#2392 <https://github.com/OSGeo/issues/2392>`_)
+
+ * Added transformation from JGD2011 Geographic 3D to JGD2011
+ height using GSIGEO2011 (`#2393 <https://github.com/OSGeo/issues/2393>`_)
+
+ * Improve CompoundCRS identification and name morphing in VerticalCRS
+ with ESRI WKT1 (`#2386 <https://github.com/OSGeo/issues/2386>`_)
+
+ * Added OGC:CRS27 and OGC:CRS83 CRS entries for NAD27 and NAD83
+ in longitude, latitude order (`#2350 <https://github.com/OSGeo/issues/2350>`_)
+
++ **API**
+
+ * Added temporal, engineering, and parametric datum :c:type:`PJ_TYPE` enumerations (`#2274 <https://github.com/OSGeo/issues/2274>`_)
+
+ * Various improvements to context handling (#2329, #2331)
+
+ * :c:func:`proj_create_vertical_crs_ex()`: add a ``ACCURACY`` option to provide
+ an explicit accuracy, or derive it from the grid name if it is
+ known (`#2342 <https://github.com/OSGeo/issues/2342>`_)
+
+ * :c:func:`proj_crs_create_bound_crs_to_WGS84()`: make it work on
+ verticalCRS/compoundCRS such as EPSG:4326+5773 and
+ EPSG:4326+3855 (`#2365 <https://github.com/OSGeo/issues/2365>`_)
+
+ * :cpp:func:`promoteTo3D()`: add a remark with the original CRS identifier (`#2369 <https://github.com/OSGeo/issues/2369>`_)
+
+ * Added :c:func:`proj_context_clone` (`#2383 <https://github.com/OSGeo/issues/2383>`_)
+
+
+Bug fixes
+---------
+
+* Avoid core dumps when copying contexts in certain scenarios (`#2324 <https://github.com/OSGeo/issues/2324>`_)
+
+* :c:func:`proj_trans()`: reset errno before attemptying a retry with a new
+ coordinate operation (`#2353 <https://github.com/OSGeo/issues/2353>`_)
+
+* PROJJSON schema corrected to allow prime meridians values with
+ explicitly stating a unit (degrees assumed) (`#2354 <https://github.com/OSGeo/issues/2354>`_)
+
+* Adjust :cpp:func:`createBoundCRSToWGS84IfPossible()` and operation filtering
+ (for POSGAR 2007 to WGS84 issues) (`#2357 <https://github.com/OSGeo/issues/2357>`_)
+
+* :cpp:func:`createOperations()`: several fixes affecting NAD83 -> NAD83(2011) (`#2364 <https://github.com/OSGeo/issues/2364>`_)
+
+* WKT2:2019 import/export: handle DATUM (at top level object) with PRIMEM
+
+* WKT1_ESRI: fix import and export of CompoundCRS (`#2389 <https://github.com/OSGeo/issues/2389>`_)
+
+
7.1.1 Release Notes
++++++++++++++++++++++++++++++++++++++++
*September 1st 2020*
diff --git a/travis/after_success.sh b/travis/after_success.sh
index c3b28b97..095bafbd 100755
--- a/travis/after_success.sh
+++ b/travis/after_success.sh
@@ -12,7 +12,7 @@ fi
echo "$TRAVIS_SECURE_ENV_VARS"
./travis/build_docs.sh
# Only build and publish docs when changes are made on most recent maintenance branch
-if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "7.1"; then
+if test "$TRAVIS_SECURE_ENV_VARS" = "true" -a "$TRAVIS_BRANCH" = "7.2"; then
echo "publish website";
./travis/add_deploy_key.sh;
./travis/deploy_website.sh $TRAVIS_BUILD_DIR/docs/build /tmp;