Skip to content

Commit 3df0c00

Browse files
committed
Update website for 9.2.1 release
1 parent 1600a3a commit 3df0c00

File tree

3 files changed

+54
-4
lines changed

3 files changed

+54
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# |version| and |release|, also used in various other places throughout the
8181
# built documents.
8282
version = '9.3.0'
83-
data_version = '1.13'
83+
data_version = '1.14'
8484

8585
# use same |release| as |version|
8686
release = version

docs/source/download.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ distribution of the source code and various resource file archives. See
1313
Current Release
1414
--------------------------------------------------------------------------------
1515

16-
* **2023-03-01** `proj-9.2.0.tar.gz`_ (`md5`_)
17-
* **2023-03-01** `proj-data-1.13.tar.gz`_
16+
* **2023-06-01** `proj-9.2.1.tar.gz`_ (`md5`_)
17+
* **2023-06-01** `proj-data-1.14.tar.gz`_
1818

1919
.. note::
2020

@@ -27,6 +27,7 @@ Current Release
2727
Past Releases
2828
--------------------------------------------------------------------------------
2929

30+
* **2023-03-01** `proj-9.2.0.tar.gz`_
3031
* **2022-12-01** `proj-9.1.1.tar.gz`_
3132
* **2022-09-01** `proj-9.1.0.tar.gz`_
3233
* **2022-06-15** `proj-9.0.1.tar.gz`_
@@ -59,6 +60,7 @@ Past Releases
5960
* **2015-09-13** `proj-4.9.2.tar.gz`_
6061
* **2015-03-04** `proj-4.9.1.tar.gz`_
6162

63+
* **2023-03-01** `proj-data-1.13.tar.gz`_
6264
* **2022-12-01** `proj-data-1.12.tar.gz`_
6365
* **2022-09-01** `proj-data-1.11.tar.gz`_
6466
* **2022-06-15** `proj-data-1.10.tar.gz`_
@@ -93,7 +95,8 @@ Past Releases
9395
* **2018-03-01** `proj-datumgrid-oceania-1.1.zip`_
9496
* **2018-03-01** `proj-datumgrid-oceania-1.0.zip`_
9597

96-
.. _`md5`: https://download.osgeo.org/proj/proj-9.2.0.tar.gz.md5
98+
.. _`md5`: https://download.osgeo.org/proj/proj-9.2.1.tar.gz.md5
99+
.. _`proj-9.2.1.tar.gz`: https://download.osgeo.org/proj/proj-9.2.1.tar.gz
97100
.. _`proj-9.2.0.tar.gz`: https://download.osgeo.org/proj/proj-9.2.0.tar.gz
98101
.. _`proj-9.1.1.tar.gz`: https://download.osgeo.org/proj/proj-9.1.1.tar.gz
99102
.. _`proj-9.1.0.tar.gz`: https://download.osgeo.org/proj/proj-9.1.0.tar.gz
@@ -128,6 +131,7 @@ Past Releases
128131
.. _`proj-4.9.2.tar.gz`: https://download.osgeo.org/proj/proj-4.9.2.tar.gz
129132
.. _`proj-4.9.3.tar.gz`: https://download.osgeo.org/proj/proj-4.9.3.tar.gz
130133

134+
.. _`proj-data-1.14.tar.gz`: https://download.osgeo.org/proj/proj-data-1.14.tar.gz
131135
.. _`proj-data-1.13.tar.gz`: https://download.osgeo.org/proj/proj-data-1.13.tar.gz
132136
.. _`proj-data-1.12.tar.gz`: https://download.osgeo.org/proj/proj-data-1.12.tar.gz
133137
.. _`proj-data-1.11.tar.gz`: https://download.osgeo.org/proj/proj-data-1.11.tar.gz

docs/source/news.rst

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,52 @@
33
News
44
###############################################################################
55

6+
9.2.1 Release Notes
7+
++++++++++++++++++++
8+
*June 1st 2023*
9+
10+
Database updates
11+
----------------
12+
13+
* Add alias for old ESRI datum/CRS names of EPSG:8353 S_JTSK_JTSK03_Krovak_East_North (`#3678 <https://github.com/OSGeo/PROJ/issues/3678>`_)
14+
15+
* Pseudo Mercator now supported with IAU CRS's (`#3645 <https://github.com/OSGeo/PROJ/issues/3645>`_)
16+
17+
* Updated to EPSG 10.088 (`#3731 <https://github.com/OSGeo/PROJ/issues/3731>`_)
18+
19+
Bug fixes
20+
---------
21+
22+
* Fixed build errors with Cygwin (`#3642 <https://github.com/OSGeo/PROJ/issues/3642>`_)
23+
24+
* PROJ string CRS parser: make sure that PROJ arguments of the rotated string are kept in the WKT representation (`#3656 <https://github.com/OSGeo/PROJ/issues/3656>`_)
25+
26+
* Fix slowness on ``proj_trans()`` when doing WGS 84 <--> NAD83 conversions (`#3661 <https://github.com/OSGeo/PROJ/issues/3661>`_)
27+
28+
* ``vgridshift``/``gridshift``: accept ``hydroid_height`` as valid band description (`#3675 <https://github.com/OSGeo/PROJ/issues/3675>`_)
29+
30+
* WKT/PROJJSON: import/export accuracy of ConcatenatedOperation (`#3676 <https://github.com/OSGeo/PROJ/issues/3676>`_)
31+
32+
* Coordinate operation factory: count identified concatenated operations as a single step (`#3677 <https://github.com/OSGeo/PROJ/issues/3677>`_)
33+
34+
* EngineeringCRS: make ```proj_create_engineering_crs()``` set a datum name and relax ``isEquivalentTo()`` comparisons (`#3685 <https://github.com/OSGeo/PROJ/issues/3685>`_)
35+
36+
* PROJJSON: fix import/export of integer parameter value, and deal with interpolation CRS parameters in conversions (`#3695 <https://github.com/OSGeo/PROJ/issues/3695>`_)
37+
38+
* CMake: avoid imbalanced cmake_policy push/pop if TIFF or CURL dependency cannot be found (`#3697 <https://github.com/OSGeo/PROJ/issues/3697>`_)
39+
40+
* ``proj_create_crs_to_crs()``: restore transformation selection behaviour of PROJ 9.1 when grids are missing (`#3707 <https://github.com/OSGeo/PROJ/issues/3707>`_)
41+
42+
* ESRI WKT: improve roundtrip of name and definition for UPS WGS84 CRS (`#3720 <https://github.com/OSGeo/PROJ/issues/3720>`_)
43+
44+
* CRS instanciation from PROJ.4 string: set 'Unknown based on XXXX ellipsoid' datum name when instanciating from known +a, +rf (`#3727 <https://github.com/OSGeo/PROJ/issues/3727>`_)
45+
46+
* :program:`cs2cs` / ``proj_create_crs_to_crs()``: fix regression with geocentric CRS (`#3729 <https://github.com/OSGeo/PROJ/issues/3729>`_)
47+
48+
* ``proj_trans()``: set ``PROJ_ERR_COORD_TRANSFM_NO_OPERATION`` error when failing in ``ONLY_BEST=YES`` mode (`#3730 <https://github.com/OSGeo/PROJ/issues/3730>`_)
49+
50+
* ``tinshift``: raise maximum size of JSON file to 100 MB (`#3736 <https://github.com/OSGeo/PROJ/issues/3736>`_)
51+
652
9.2.0 Release Notes
753
++++++++++++++++++++
854
*March 1st 2023*

0 commit comments

Comments
 (0)