From 084a843c280d68c5fa71713c339fa6378a1c30e4 Mon Sep 17 00:00:00 2001 From: cvvergara Date: Wed, 9 Oct 2024 19:17:32 -0600 Subject: [PATCH] (doc) updating release notes and NEWS --- NEWS.md | 34 +++++++++++++++++++++++++++++++++- doc/src/release_notes.rst | 34 +++++++++++++++++++++++++++++++++- 2 files changed, 66 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 37d82c4b16..9da7307389 100644 --- a/NEWS.md +++ b/NEWS.md @@ -9,7 +9,39 @@ ### pgRouting 3.6.3 Release Notes -No Changes Yet +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 diff --git a/doc/src/release_notes.rst b/doc/src/release_notes.rst index 20364d1ae4..7167bbb6f5 100644 --- a/doc/src/release_notes.rst +++ b/doc/src/release_notes.rst @@ -40,7 +40,39 @@ pgRouting 3.6 pgRouting 3.6.3 Release Notes ------------------------------------------------------------------------------- -No Changes Yet +To see all issues & pull requests closed by this release see the `Git closed +milestone for 3.6.3 +`__ + +.. 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 -------------------------------------------------------------------------------