2.4 released

The 2.4 release of DragonFly is out.  This is a major release, with a lot of new features packed in, so read the release notes carefully.  There’s a 64-bit experimental version, too

By the way, please use a mirror.  Avalon is a good one, as is chlamydia.

Updating steps I used after the cut.

I happened to have deleted /usr/src, so this goes ‘from scratch’.

mkdir -p /usr/src
cd /usr/src && git init
git remote add origin git://git.dragonflybsd.org/dragonfly.git
git fetch origin
git branch DragonFly_RELEASE_2_4 origin/DragonFly_RELEASE_2_4
git checkout DragonFly_RELEASE_2_4
git pull