DragonFly 5.8.2 is released - here's the release page: https://www.dragonflybsd.org/release58/
And here's the tag with a list of the commits: http://lists.dragonflybsd.org/pipermail/commits/2020-September/769773.html The normal ISO and IMG files are available for download and install, plus an uncompressed ISO image for those installing remotely. If updating from 5.8.0: > cd /usr/src > git pull > make build-all > make install-all > make upgrade If upgrading from a version older than 5.8.0, see the 5.8.0 announcement and follow those instructions. http://lists.dragonflybsd.org/pipermail/users/2020-March/358432.html After your next reboot, you can optionally update your rescue system: (reboot) > cd /usr/src > make initrd Don't forget to upgrade your existing packages if you haven't recently: > pkg update > pkg upgrade
