Release notes for PG 2.4.0

From WeBWorK_wiki
Revision as of 18:02, 27 February 2008 by Sam (talk | contribs) (New page: == Introduction == The WeBWorK Project is pleased to announce the release of PG 2.4.0. This release contains numerous improvements over PG 2.3.2. == Installation == First things first: ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

The WeBWorK Project is pleased to announce the release of PG 2.4.0. This release contains numerous improvements over PG 2.3.2.

Installation

First things first: read the Installation Manual for 2.4. There's more to installing WeBWorK than just downloading a tarball. But if you just can't wait, or want to get a look at the code, read on...

PG can be downloaded from SourceForge or checked out of CVS. We recommend that you install PG from CVS, since you can get more up-to-date code that may contain bug fixes that haven't been released yet. It also makes updates easier.

Download WeBWorK and PG from SourceForge

http://sourceforge.net/project/showfiles.php?group_id=93112

Download WeBWorK and PG using CVS

You most likely want the bugfixes branch for the current version. To grab that from CVS, type the following:

cvs -d :pserver:cvs.webwork.rochester.edu:/webwork/cvs/system co -r rel-2-4-dev pg

To get exactly PG 2.4.0, type:

cvs -d :pserver:cvs.webwork.rochester.edu:/webwork/cvs/system co -r rel-2-4-0 pg

See the Installation Manual for 2.4 for details.

Help

If you need help installing or using PG, visit the WeBWorK installation forum and post your question there. The developers and many experienced WeBWorK users monitor this forum.

Bug Reports & Feature Requests

Please submit bug reports and feature requests at http://bugs.webwork.rochester.edu/.

-- Main.SamHathaway - 09 Aug 2007