WP 1.2 released
We’re now running WordPress 1.2. Check the release announcement and the changelog for more details.
We use CVS to manage the source code for supercrime.org. It allows all of us to make changes simultaneously and greatly eases the difficulty in upgrading to new versions of WP. To give you an idea how easy this makes things, here’s a listing of all the commands needed to upgrade our site from 1.2-rc2 to 1.2-mingus (the final release version):
$ wget http://wordpress.org/latest $ tar zxvf wordpress-1.2-mingus.tar.gz $ cd wordpress/ $ cvs import -m \"WordPress 1.2-mingus\" supercrime/web WP_DIST WP_1_2 $ cd .. $ cvs checkout -jWP_1_2_rc2 -jWP_1_2 supercrime/web $ cd supercrime/ $ cvs ci -m \"Merge 1.2-mingus\" $ cd .. $ rm -rf wordpress*