Skip to content

Commit

Permalink
(doc) updating 3.6.3 release notes and NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 10, 2024
1 parent dee50b4 commit 0b3dcd6
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
36 changes: 36 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,42 @@ milestone for 3.7.0
## pgRouting 3.6


### pgRouting 3.6.3 Release Notes

To see all issues & pull requests closed by this release see the [Git closed
milestone for 3.6.3
](https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.6.3%22)

**Build**

* Explicit minimum requirements:

* postgres 11.0.0
* postgis 3.0.0

**Code fixes**

* Fix warnings from cpplint.
* Fix warnings from clang 18.

**CI tests**

* Add a clang tidy test on changed files.
* Update test not done on versions: 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1.0, 3.1.1,
3.1.2

**Documentation**

* Results of documentation queries adujsted to boost 1.83.0 version:

* pgr_edgeDisjointPaths
* pgr_stoerWagner

**pgtap tests**

* bug fixes


### pgRouting 3.6.2 Release Notes

To see all issues & pull requests closed by this release see the [Git closed
Expand Down
37 changes: 37 additions & 0 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,43 @@ pgRouting 3.6
:local:
:depth: 1

pgRouting 3.6.3 Release Notes
-------------------------------------------------------------------------------

To see all issues & pull requests closed by this release see the `Git closed
milestone for 3.6.3
<https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.6.3%22>`__

.. rubric:: Build

* Explicit minimum requirements:

* postgres 11.0.0
* postgis 3.0.0

.. rubric:: Code fixes

* Fix warnings from cpplint.
* Fix warnings from clang 18.

.. rubric:: CI tests

* Add a clang tidy test on changed files.
* Update test not done on versions: 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1.0, 3.1.1,
3.1.2

.. rubric:: Documentation

* Results of documentation queries adujsted to boost 1.83.0 version:

* pgr_edgeDisjointPaths
* pgr_stoerWagner

.. rubric:: pgtap tests

* bug fixes


pgRouting 3.6.2 Release Notes
-------------------------------------------------------------------------------

Expand Down

0 comments on commit 0b3dcd6

Please sign in to comment.