I tagged release 3.2.2: http://lists.dragonflybsd.org/pipermail/commits/2012-December/032299.html
There's a bunch of bug fixes in there so it's a recommended update. The ISO/IMG files are up now on the mirror-master sites, so they should propagate out over the next 24 hours. If you have an existing system you want to update: As root: cd /usr/src git branch (this should say at least * DragonFly_RELEASE_3_2) git pull ... then follow the normal instructions in /usr/src/UPDATING 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. git fetch origin git branch DragonFly_RELEASE_3_2 origin/DragonFly_RELEASE_3_2 git checkout DragonFly_RELEASE_3_2 git pull These directions are written without testing, so be careful.
