I tagged release 3.2.2: <div><br></div><div><a href="http://lists.dragonflybsd.org/pipermail/commits/2012-December/032299.html">http://lists.dragonflybsd.org/pipermail/commits/2012-December/032299.html</a><br></div><div><br>
</div><div>There's a bunch of bug fixes in there so it's a recommended update.</div><div><br></div><div>The ISO/IMG files are up now on the mirror-master sites, so they should propagate out over the next 24 hours.</div>
<div><br></div><div>If you have an existing system you want to update:</div><div><br></div><div>As root:</div><div>cd /usr/src</div><div>git branch (this should say at least * DragonFly_RELEASE_3_2)</div><div>git pull</div>
<div>... then follow the normal instructions in /usr/src/UPDATING</div><div><br></div><div>If you do not see * DragonFly_RELEASE_3_2, you need to create the local branch and check it out.  This is probably only going to happen if you aren't actually on 3.2 yet.</div>
<div><br></div><div><div>git fetch origin</div></div><div>git branch DragonFly_RELEASE_3_2 origin/DragonFly_RELEASE_3_2<br></div><div><div>git checkout DragonFly_RELEASE_3_2<br></div><div>git pull</div></div><div><br></div>
<div>These directions are written without testing, so be careful.</div><div><br></div>