Site news -- pre 2010.

WeBWorK 2.4.1 released, featuring several bug fixes

WeBWorK 2.4.1 released, featuring several bug fixes

by Sam Hathaway -
Number of replies: 0
I released WeBWorK 2.4.1 this evening. The list of changes is short, and this should be an unobtrusive update.

Quicky upgrade instructions:
#
#   to upgrade the pg code (MathObjects, and so forth)
#
cd /opt/webwork/pg
cvs -q up -dP -rrel-2-4-dev
#
#   to upgrade the national problem library (NPL) files (your directory name may vary)
#
cd /opt/webwork/libraries/database_problib
cvs update
#
#  update webwork
#
cd /opt/webwork/webwork2
cvs -q up -dP -rrel-2-4-dev
#
#  update the NPL database  
#
bin/NPL-update
#
#  restart apache
#
apachectl graceful

See the full release notes or the installation manual for more detail.

(Edited by Michael Gage - original submission Saturday, 25 August 2007, 08:31 PM)