<div dir="ltr">DragonFly 6.2.1 is released - here's the release page:<br><br><a href="https://www.dragonflybsd.org/release62/" target="_blank">https://www.dragonflybsd.org/release62/</a><br><br>6.2.0 was never released cause I screwed up tagging, so you can go right from 6.0 to 6.2.1.  Here's the 6.2.1 tag with a list of the commits since 5.8:<br><br><a href="https://lists.dragonflybsd.org/pipermail/commits/2022-January/820802.html">https://lists.dragonflybsd.org/pipermail/commits/2022-January/820802.html</a><br><br>The normal ISO and IMG files are available for download and install,<br>plus an uncompressed ISO image for those installing remotely.<br><br>If updating from an older version of DragonFly, bring in the 6.2 source:<br><br>> cd /usr/src<br>> git fetch origin<br>> git branch DragonFly_RELEASE_6_2 origin/DragonFly_RELEASE_6_2<br>> git checkout DragonFly_RELEASE_6_2<br>> git pull<br><div><div><p style="color:rgb(0,0,0);font-family:Tahoma,sans-serif">And then rebuild: (still in /usr/src)<br></p></div><div>> make build-all<br></div><div>> make install-all<br>> make upgrade<br><br>After your next reboot, you can optionally update your rescue system:<br><br>(reboot)<br>> cd /usr/src<br>> make initrd<br><br>Don't forget to upgrade your existing packages if you haven't recently:<br><br>> pkg update<br>> pkg upgrade<br></div></div><div><br></div></div>