Things to remember when releasing new version:

* If first release in a new year, update copyright and licensing in files
* Change content, if necessary, of README.md
* Change version string in and content of "Changes" file
* Change version strings in doc and update volatile doc info (e.g. compat matrix)
* Update main html page 
* Update "TODO" file
* Change version string and beta flag in "Config.pm"
* Change $BCF_VERSION/$BBL_VERSION in Constants.pm if necessary
* "perl Build.PL" and "Build dist" to update YAML/JSON
* Run test suite and make sure it passes cleanly
* Commit and tag with version number
* Create a new empty version tree for new version, use the dist/empty_tree.sh script:
  empty_tree.sh <version>
* Build binaries from release and upload to SF to new version folder
* Inform builders of binaries to update
* Associate new defaults with new binaries and change labels
* scp htdocs/*.html philkime,biblatex-biber@web.sourceforge.net:htdocs/
* Update SF main page, news, add new README in web interface at root, if needed
* Mail to ctan@dante.de and karl@freefriends.org, mentioning versioned
  download dir.

