docs: Fixes for August 2026 minor release notes (v14-v17)

Started by Yogesh Sharma18 days ago4 messageshackers
Jump to latest
#1Yogesh Sharma
yogesh.sharma@catprosystems.com

Hi,

While going through the release notes for the August 2026 minor
releases, I noticed a few problems in the notes for 14.x through 17.x.
Attached are four patches, one per branch:

1. v1-0001-PG17-following-CVEs-were-not-back-patched.patch
Remove CVE-2026-16238 and CVE-2026-14676 references as both were not
back patched to v17.

2. v1-0001-PG16-following-CVEs-were-not-back-patched.patch
Remove CVE-2026-16238, CVE-2026-14681, and CVE-2026-14676 references as
they were not back patched.

3. v1-0001-PG15-following-CVEs-were-not-back-patched.patch
Remove CVE-2026-16238, CVE-2026-14681, CVE-2026-14672, and
CVE-2026-14676 references as they were not back patched.

4. v1-0001-PG14-following-CVEs-were-not-back-patched.patch
Remove CVE-2026-16238, CVE-2026-14681, CVE-2026-14672, and
CVE-2026-14676 references as they were not back patched.

--
Kind Regards,
Yogesh Sharma

Attachments:

v1-0001-PG17-following-CVEs-were-not-back-patched.patchtext/x-patch; charset=UTF-8; name=v1-0001-PG17-following-CVEs-were-not-back-patched.patchDownload+0-53
v1-0001-PG16-following-CVEs-were-not-back-patched.patchtext/x-patch; charset=UTF-8; name=v1-0001-PG16-following-CVEs-were-not-back-patched.patchDownload+0-81
v1-0001-PG15-following-CVEs-were-not-back-patched.patchtext/x-patch; charset=UTF-8; name=v1-0001-PG15-following-CVEs-were-not-back-patched.patchDownload+0-112
v1-0001-PG14-following-CVEs-were-not-back-patched.patchtext/x-patch; charset=UTF-8; name=v1-0001-PG14-following-CVEs-were-not-back-patched.patchDownload+0-112
#2Michael Paquier
michael@paquier.xyz
In reply to: Yogesh Sharma (#1)
Re: docs: Fixes for August 2026 minor release notes (v14-v17)

On Wed, Sep 02, 2026 at 08:14:54AM -0400, Yogesh Sharma wrote:

While going through the release notes for the August 2026 minor
releases, I noticed a few problems in the notes for 14.x through 17.x.
Attached are four patches, one per branch:

It looks like you are right. Will address in each respective branch.
There have been so many CVE addressed in the last minor that it is
surprising to see close to zero mistakes, IMO.
--
Michael

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Paquier (#2)
Re: docs: Fixes for August 2026 minor release notes (v14-v17)

Michael Paquier <michael@paquier.xyz> writes:

On Wed, Sep 02, 2026 at 08:14:54AM -0400, Yogesh Sharma wrote:

While going through the release notes for the August 2026 minor
releases, I noticed a few problems in the notes for 14.x through 17.x.
Attached are four patches, one per branch:

It looks like you are right. Will address in each respective branch.

Huh. Looks like I forgot my process step of "remove items not
relevant to each particular branch" when inserting the August
security items. Thanks for doing the cleanup.

regards, tom lane

#4Yogesh Sharma
yogesh.sharma@catprosystems.com
In reply to: Michael Paquier (#2)
Re: docs: Fixes for August 2026 minor release notes (v14-v17)

On 9/8/26 3:30 AM, Michael Paquier wrote:

On Wed, Sep 02, 2026 at 08:14:54AM -0400, Yogesh Sharma wrote:

While going through the release notes for the August 2026 minor
releases, I noticed a few problems in the notes for 14.x through 17.x.
Attached are four patches, one per branch:

It looks like you are right. Will address in each respective branch.
There have been so many CVE addressed in the last minor that it is
surprising to see close to zero mistakes, IMO.

Agree on AI effect and Thank you for commits.

- Yogesh