Snapshot changelogs
-
Do they exist?
I am a sky user on 2.4 waiting for all the ipv6 fixes, and I believe the only one left is this one https://forum.pfsense.org/index.php?topic=122288.msg681017#msg681017 the DUID fix which I have been told has been approved but just waiting commit.
Ideally I dont want to be updating daily on the snapshots, but rather know if the fix is in place before I update.
Thanks.
-
Watch on GitHub:
https://github.com/pfsense/pfsense
see the waiting Pull Requests:
https://github.com/pfsense/pfsense/pulls
The DUID one:
https://github.com/pfsense/pfsense/pull/3304
Commits:
https://github.com/pfsense/pfsense/commits/masterA new build happens up to a couple of times each day (if there are new commits). So upgrading a few hours after the commit will get you the new stuff.
You can find the latest commit that was included in the build by looking in:
cat /etc/version.lastcommit
and take that magic number and show the commit on GitHub:
https://github.com/pfsense/pfsense/commit/f888c35aa25b38cdf5b1a73fc65ed6959451bfe0 -
great thanks :)