You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
268 B

Release Checklist
=================
* Update CHANGES.txt
* Ensure all tests pass
* cd Demos; make test
* make test_setup
* Check version number in Makefile
* Update news in web page
* Commit changes
* Tag release
* cd ..; make tar
* make upload
* make push