DOCK Bugs
This page contains bug fixes for the appropriate release of DOCK. The short descriptions should help you determine which fixes are relevant. Each bug fix contains a description of the problem and the recommended patch.
Each bugfix.X file contains context diffs. The format of these is:
***old version
"code"
---new version
"code"
where three lines of unmodified code are included before and after each modified section. Changed lines are denoted by a '!', added lines by a '+', and deleted lines by a '-'. These diffs contain sufficient information to fix things by hand. If you have the "patch" program installed, the patch can be applied using the following commands:
%cp file_to_be_patched file.BAK
%patch -c file_to_be_patched patchfileNOTE FOR WINDOWS USERS: If the Cygwin Devel module was installed, the "patch" program is included.