Skip to content

Commit

Permalink
(doc) Stopping support of PostgreSQL 12
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 10, 2024
1 parent 48f3d85 commit 46408ba
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ To see all issues & pull requests closed by this release see the [Git closed
milestone for 3.7.0
](https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.7.0%22)

**Support**

* [#2656](https://github.com/pgRouting/pgrouting/pull/2656) Stop support of
PostgreSQL12 on pgrouting v3.7

* Stopping support of PostgreSQL 12
* CI does not test for PostgreSQL 12

**New experimental functions**

* Metrics
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The latest documentation: https://docs.pgrouting.org/latest
* Compiling with Boost 1.56 up to Boost 1.74 requires C++ Compiler with C++03 or C++11 standard support
* Compiling with Boost 1.75 requires C++ Compiler with C++14 standard support
* Postgresql = Supported [version](https://www.postgresql.org/support/versioning/) by PostgreSQL
* Not supporting v12 & under
* The Boost Graph Library (BGL) >= 1.56
* CMake >= 3.2
* 7.0 > Sphinx >= 4.0.0
Expand Down
8 changes: 8 additions & 0 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ To see all issues & pull requests closed by this release see the `Git closed
milestone for 3.7.0
<https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.7.0%22>`__

.. rubric:: Support

* `#2656 <https://github.com/pgRouting/pgrouting/pull/2656>`__ Stop support of
PostgreSQL12 on pgrouting v3.7

* Stopping support of PostgreSQL 12
* CI does not test for PostgreSQL 12

.. rubric:: New experimental functions

* Metrics
Expand Down

0 comments on commit 46408ba

Please sign in to comment.