[geos-commits] [SCM] GEOS branch main updated. 77a07030a76245862b11442f793a58b7b93151a0

git at osgeo.org git at osgeo.org
Thu Oct 21 13:23:59 PDT 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  77a07030a76245862b11442f793a58b7b93151a0 (commit)
      from  d3d9620fbdc31193813984c9525d9cb6b72eb841 (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 77a07030a76245862b11442f793a58b7b93151a0
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Oct 21 13:23:56 2021 -0700

    Update web site for 3.10 release

diff --git a/web/config.toml b/web/config.toml
index 7c24b49f7..c336e74f1 100644
--- a/web/config.toml
+++ b/web/config.toml
@@ -8,9 +8,11 @@ disablePathToLower = true
 enableGitInfo = true
 
 [params]
-  current_release = "3.9.1"
+  current_release = "3.10.0"
   geekdocLogo = "web-logo.png"
-  # turn these on when we move to the main branch
+
+  # turn these on when we move to the gh/main branch
   #geekdocRepo = "https://github.com/libgeos/geos"
-  #geekdocEditPath = "web"
+  #geekdocEditPath = "edit/main/web/content"
+
   geekdocBackToTop = true
diff --git a/web/content/usage/download.md b/web/content/usage/download.md
index 5b1a42abe..65dfaae36 100644
--- a/web/content/usage/download.md
+++ b/web/content/usage/download.md
@@ -6,7 +6,8 @@ draft: false
 
 | Release Date | Release | Download Link |
 | ------- | ------ | ------ |
-|  2020/12/10 | **{{<current_release>}}** | [geos-{{<current_release>}}.tar.bz2](http://download.osgeo.org/geos/geos-{{<current_release>}}.tar.bz2) |
+|  2021/10/21 | **{{<current_release>}}** | [geos-{{<current_release>}}.tar.bz2](http://download.osgeo.org/geos/geos-{{<current_release>}}.tar.bz2) |
+|  2020/12/10 | **3.9.1** |  [geos-3.9.1.tar.bz2](http://download.osgeo.org/geos/geos-3.9.1.tar.bz2) |
 |  2020/03/10 | **3.8.1** |  [geos-3.8.1.tar.bz2](http://download.osgeo.org/geos/geos-3.8.1.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) |
@@ -17,7 +18,7 @@ draft: false
 
 ### Build Requirements
 
-* [CMake](https://cmake.org/download/) 3.8 or later.
+* [CMake](https://cmake.org/download/) 3.13 or later.
 * C++11 compiler. We regularly test GCC, Clang and Microsoft Visual C++.
 * [Doxygen](https://www.doxygen.nl/) to build the API documentation.
 
@@ -33,7 +34,7 @@ mkdir _build
 cd _build
 # Set up the build
 cmake \
-    -DCMAKE_BUILD_TYPE=Release
+    -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr/local \
     ..
 # Run the build, test, install steps
@@ -48,7 +49,7 @@ The GEOS build can be customized using build options.
 
 | Option               | Default    | Note  |
 | :------------------: | :--------: | :---: |
-| CMAKE_BUILD_TYPE     | Release    | Use `Debug` to build with debug flags and optimizations off. Use `Release` for packaging and working installs. |
+| CMAKE_BUILD_TYPE     | Release    | Use `Debug` to build with debug flags and optimizations off. Use `Release` for packaging and production installs. Use `RelWithDebInfo` for optimized build with debug symbols. |
 | CMAKE_INSTALL_PREFIX | /usr/local | Set to install root. Librarys end up in `./libs` headers in `./include` |
 | BUILD_DOCUMENTATION  | ON         | Attempt to find `doxygen` executable and build API docs |
 | BUILD_SHARED_LIBS    | ON         | Build dynamically linkable libraries. |

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

Summary of changes:
 web/config.toml               | 8 +++++---
 web/content/usage/download.md | 9 +++++----
 2 files changed, 10 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list