diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-06-27 15:14:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-27 15:14:10 +0200 |
| commit | 50b0855177a0b6ce8053c2cb94b6a0db9d480b03 (patch) | |
| tree | 618d5bce18f41bd21ce09979e1b9009ab1b10e71 /docs/source/development | |
| parent | b6fc41cd7cbc78fd0e6d31168096a62b27dd0194 (diff) | |
| parent | f2682ab8c90be155031b46775475499b921143c0 (diff) | |
| download | PROJ-50b0855177a0b6ce8053c2cb94b6a0db9d480b03.tar.gz PROJ-50b0855177a0b6ce8053c2cb94b6a0db9d480b03.zip | |
Merge pull request #1063 from kbevers/declutter-frontpage
Declutter frontpage
Diffstat (limited to 'docs/source/development')
| -rw-r--r-- | docs/source/development/index.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/source/development/index.rst b/docs/source/development/index.rst index 3f8a7bf6..2bb5aa1e 100644 --- a/docs/source/development/index.rst +++ b/docs/source/development/index.rst @@ -19,3 +19,27 @@ PROJ project or using the library in their own software. cmake bindings migration + + +.. attention:: + + The ``projects.h`` header and the functions related to it is considered + deprecated from version 5.0.0 and onwards. The header will be removed + from PROJ in version 6.0.0 scheduled for release February 1st 2019. + +.. attention:: + + The nmake build system on Windows will not be supported from + version 6.0.0 on onwards. Use CMake instead. + +.. attention:: + + The ``proj_api.h`` header and the functions related to it is + considered deprecated from version 5.0.0 and onwards. The header will be + removed from PROJ in version 7.0.0 scheduled for release February 1st + 2020. + +.. attention:: + + With the introduction of PROJ 5, behavioural changes has been made to + existing functionality. Consult :ref:`differences` for the details. |
