aboutsummaryrefslogtreecommitdiff
path: root/docs/source/news.rst
AgeCommit message (Collapse)Author
2021-01-01Update website for 7.2.1Kristian Evers
2020-11-03Correct links to github issues in release notes from 7.1.0 to 7.2.0github-actions[bot]
2020-11-01Update docs for 7.2.0 releaseKristian Evers
2020-09-01Update docs for 7.1.1 releaseKristian Evers
Conflicts: docs/source/conf.py
2020-07-01news.rst: fix version numberEven Rouault
2020-07-01PROJ 7.1.0 NEWS and release notes: add missing mention of +proj=defmodelEven Rouault
2020-07-01Post release updates (#2270)Kristian Evers
* Minor updates to HOWTO-RELEASE * Update webpage for 7.1.0 release
2020-05-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2020-05-01doc: update download and news pages with new releasesKristian Evers
2020-04-24Doc: fixes for Sphinx 3.0 compat [skip appveyor] (#2191)Even Rouault
Those changes are also compatible with Sphinx 2.x The use of .. cpp:enumerator:: for a C enum is questionable, but .. c:member:: no longer works in Sphinx 3 for the value of a C enum, but .. c:enumerator:: is Sphinx 3 only ( https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#directive-c-enumerator ) Sphinx 3 is also more strict with the use of cross-reference to C types. It rejects cross-references to things like `` :c:type:`int` `` since this isn't a type we actually define.
2020-03-01Update docs in preparation for 7.0.0 releaseKristian Evers
2020-02-13Doc: update with 6.3.1 release [skip appveyor]Even Rouault
2020-01-01Update website for 6.3.0 releaseKristian Evers
2019-11-01Merge remote-tracking branch 'osgeo/master'Kristian Evers
2019-11-01Update website with 6.2.1 releaseKristian Evers
2019-10-30Document PROJJSONEven Rouault
More could probably be written, but at least this can serve as a landing/reference page for other documents/specifications to point to.
2019-10-29news.rst: fix hyperlinkEven Rouault
2019-09-01Add release notes for 6.2.0 to websiteKristian Evers
2019-07-01docs: Fix malformed link in news.rstKristian Evers
2019-07-01Update website for 6.1.1 releaseKristian Evers
2019-05-15Update website news and download for 6.1.0 releaseKristian Evers
2019-03-03Sphinxify formatting of recent news entryKristian Evers
2019-03-01Doc: fix various warnings/errors raised by SphinxEven Rouault
2019-03-01Fix typos in docs/source/news.rstKristian Evers
2019-03-01Update docs and travis for 6.0.0 releaseKristian Evers
2018-09-15Prepare website for 5.2 release5.2.0Kristian Evers
2018-08-20Doc: fix a few warningsEven Rouault
2018-06-27Move news to its own page in docs.Kristian Evers
HOWTO-RELEASE updated accordingly.