I couldn't find any source/release notes for for those pX releases, are they being published somewhere?
Thanks. So it's basically the only source (as in, no similar official table exists) that would list the dates and the contents of released patch levels? Is it comprehensive? Still not sure where they take the date from.
Just look at the last errata notices and security advisories.So it's basically the only source (as in, no similar official table exists) that would list the dates and the contents of released patch levels?
Topic: Timezone database information update
Category: contrib
Module: zoneinfo
Announced: 2021-11-03
Affects: All supported versions of FreeBSD.
Corrected: 2021-10-25 01:09:01 UTC (stable/13, 13.0-STABLE)
2021-11-03 20:44:52 UTC (releng/13.0, 13.0-RELEASE-p5)
2021-10-25 01:09:08 UTC (stable/12, 12.3-STABLE)
2021-10-25 01:12:50 UTC (releng/12.3, 12.3-BETA1)
2021-11-03 20:55:36 UTC (releng/12.2, 12.2-RELEASE-p11)
It's a lot of manual work going back and forth between the pages, filtering out the info pertaining to your major version by the eye.Just look at the last errata notices and security advisories.
For example:
Code:Topic: Timezone database information update Category: contrib Module: zoneinfo Announced: 2021-11-03 Affects: All supported versions of FreeBSD. Corrected: 2021-10-25 01:09:01 UTC (stable/13, 13.0-STABLE) 2021-11-03 20:44:52 UTC (releng/13.0, 13.0-RELEASE-p5) 2021-10-25 01:09:08 UTC (stable/12, 12.3-STABLE) 2021-10-25 01:12:50 UTC (releng/12.3, 12.3-BETA1) 2021-11-03 20:55:36 UTC (releng/12.2, 12.2-RELEASE-p11)
I don't know. I coincidentally learned about it today on jbodenmann profile: https://forums.freebsd.org/members/jbodenmann.48456/#profile-post-3442So it's basically the only source (as in, no similar official table exists) that would list the dates and the contents of released patch levels? Is it comprehensive? Still not sure where they take the date from.
No I think the main official source is the source tree :Thanks. So it's basically the only source (as in, no similar official table exists) that would list the dates and the contents of released patch levels? Is it comprehensive? Still not sure where they take the date from.
In the UPDATING file, you can read the dates and the list of changes (Security Advisories and Errata Notices), for instance:Also those notes can be viewed in /usr/src/UPDATING.
20211103:
13.0-RELEASE-p5 FreeBSD-EN-21:26.libevent
FreeBSD-EN-21:27.caroot
FreeBSD-EN-21:28.vmci
FreeBSD-EN-21:29.tzdata
Who makes the call to publish/release the patch version? And how do they decide that a patch should be released now, containing X specific advisories? Is it all done behind the scenes within the core group?