aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2022-01-03 06:54:54 +0100
committerGitHub <noreply@github.com>2022-01-03 06:54:54 +0100
commitd98b8808bd240c2a19b01c30c3d2ef21b61e856c (patch)
treea332911bdcba3b0818174c770502da38611f6a1f /docs/source
parentef7069a80e240021dd79e8915ef0b10e6f27473d (diff)
parent20c7876d86392b9e4743b08c93bbb0fc1d41d272 (diff)
downloadPROJ-d98b8808bd240c2a19b01c30c3d2ef21b61e856c.tar.gz
PROJ-d98b8808bd240c2a19b01c30c3d2ef21b61e856c.zip
Merge pull request #3002 from OSGeo/backport-3000-to-8.2
[Backport 8.2] news.rst: add hints about usage changes in PROJ 8.2.0 for Windows users (fixes #2999)
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/news.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/source/news.rst b/docs/source/news.rst
index 2072eed4..c8277f0d 100644
--- a/docs/source/news.rst
+++ b/docs/source/news.rst
@@ -56,6 +56,8 @@ any discrepancies discovered between Autotools and CMake builds.
Details about the build system unification can be found in :ref:`RFC7`.
+Note also that the "CMake: revise handling of symbol export and static builds"
+change mentioned below may require changes for users of the library on Windows.
Updates
-------
@@ -107,6 +109,12 @@ Updates
* CMake: revise handling of symbol export and static builds (`#2912 <https://github.com/OSGEO/PROJ/issues/2912>`_)
+ This requires changes for users of static builds on Windows that do not use CMake
+ config files. The empty ``PROJ_DLL=`` definition must now be defined when building
+ against a static build of PROJ.
+ For users of dynamic builds on Windows, the ``PROJ_MSVC_DLL_IMPORT`` definition is
+ no longer needed.
+
Bug fixes
---------