[geos-commits] [SCM] GEOS branch main updated. abb0a2c5f4ea9bb210565db119d3f2605c15a76b

git at osgeo.org git at osgeo.org
Thu Nov 11 18:18:33 PST 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  abb0a2c5f4ea9bb210565db119d3f2605c15a76b (commit)
       via  faed0a61ba28e85a9313883bfc0c5ed7f61ef881 (commit)
      from  2a8d88202d0a4d124d1ff15b699d9e6b95e1563f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit abb0a2c5f4ea9bb210565db119d3f2605c15a76b
Merge: faed0a61b 2a8d88202
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Nov 11 18:17:26 2021 -0800

    Merge branch 'main' of github.com:libgeos/geos into main


commit faed0a61ba28e85a9313883bfc0c5ed7f61ef881
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Nov 11 18:17:18 2021 -0800

    Point API links into doco pages instead of doxygen

diff --git a/web/content/_index.md b/web/content/_index.md
index bfba0e82c..842e01b47 100644
--- a/web/content/_index.md
+++ b/web/content/_index.md
@@ -20,9 +20,9 @@ Spatial Model and Functions
 
 ## API Features
 
-* [C API](http://libgeos.github.io/geos/doxygen/geos__c_8h.html) (provides long-term API and ABI stability)
-* [C++ API](doxygen/cpp_iface.html) (will likely change across versions)
-* Thread safety (using the reentrant API)
+* [C API]({{< ref "usage/c_api" >}}) (provides long-term API and ABI stability)
+* [C++ API]({{< ref "usage/cpp_api" >}}) (will likely change across versions)
+* Thread safety (using the [reentrant API]({{<ref "usage/c_api/#reentrantthreadsafe-api" >}}))
 
 ## License
 
diff --git a/web/content/usage/cpp_api.md b/web/content/usage/cpp_api.md
index f47bcb034..1b01348af 100644
--- a/web/content/usage/cpp_api.md
+++ b/web/content/usage/cpp_api.md
@@ -7,6 +7,8 @@ weight: 40
 
 The GEOS C++ API is included in the collection of header files installed in `include/geos` which is a **very large collection**. Effectively it includes both "public" headers that a user might be expected to make use of and "private" headers that are mostly only used by internal algorithms. Currently, the two kinds of headers are not marked in any way, nor is there an easy way to disentagle them.
 
+You can explore the C++ model via the [Doxygen reference](../../doxygen/cpp_iface.html).
+
 Using the C++ API means giving up:
 
 * Stable API, since headers can be moved, re-named or deleted according to the implementation needs of the library.
diff --git a/web/content/usage/download.md b/web/content/usage/download.md
index 7a32b3698..167997506 100644
--- a/web/content/usage/download.md
+++ b/web/content/usage/download.md
@@ -4,14 +4,14 @@ date: 2021-10-04T13:44:59-07:00
 draft: false
 ---
 
-| Release Date | Release | Download Link |
-| ------- | ------ | ------ |
-|  2021/11/02 | **{{<current_release>}}** | [geos-{{<current_release>}}.tar.bz2](http://download.osgeo.org/geos/geos-{{<current_release>}}.tar.bz2) |
-|  2021/11/01 | **3.9.2** |  [geos-3.9.2.tar.bz2](http://download.osgeo.org/geos/geos-3.9.2.tar.bz2) |
-|  2021/04/10 | **3.8.2** |  [geos-3.8.2.tar.bz2](http://download.osgeo.org/geos/geos-3.8.2.tar.bz2) |
-|  2019/10/04 | **3.7.3** |  [geos-3.7.3.tar.bz2](http://download.osgeo.org/geos/geos-3.7.3.tar.bz2) |
-|  2020/12/11 | **3.6.5** |  [geos-3.6.5.tar.bz2](http://download.osgeo.org/geos/geos-3.6.5.tar.bz2) |
-|  2019/10/04 | **3.5.2** |  [geos-3.5.2.tar.bz2](http://download.osgeo.org/geos/geos-3.5.2.tar.bz2) |
+| Release Date | Release | Download Link | Changes |
+| ------------ | ------- | ------------- | ------- |
+|  2021/11/02 | **{{<current_release>}}** | [geos-{{<current_release>}}.tar.bz2](http://download.osgeo.org/geos/geos-{{<current_release>}}.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/{{<current_release>}}/NEWS)
+|  2021/11/01 | **3.9.2** |  [geos-3.9.2.tar.bz2](http://download.osgeo.org/geos/geos-3.9.2.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.9.2/NEWS) |
+|  2021/04/10 | **3.8.2** |  [geos-3.8.2.tar.bz2](http://download.osgeo.org/geos/geos-3.8.2.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.8.2/NEWS) |
+|  2019/10/04 | **3.7.3** |  [geos-3.7.3.tar.bz2](http://download.osgeo.org/geos/geos-3.7.3.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.7.3/NEWS) |
+|  2020/12/11 | **3.6.5** |  [geos-3.6.5.tar.bz2](http://download.osgeo.org/geos/geos-3.6.5.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.6.5/NEWS) |
+|  2019/10/04 | **3.5.2** |  [geos-3.5.2.tar.bz2](http://download.osgeo.org/geos/geos-3.5.2.tar.bz2) | [Changes](https://github.com/libgeos/geos/blob/3.5.2/NEWS) |
 
 
 ## Build From Source

-----------------------------------------------------------------------

Summary of changes:
 web/content/_index.md         |  6 +++---
 web/content/usage/cpp_api.md  |  2 ++
 web/content/usage/download.md | 16 ++++++++--------
 3 files changed, 13 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list