svn+ssh://bugman@.../svn/relax/trunk
........
r17898 | bugman | 2012-10-17 15:22:04 +0200 (Wed, 17 Oct 2012) | 3 lines
Decreased the Python version dependency from 2.5 to 2.3 in the installation chapter of the user manual.
........
r17899 | bugman | 2012-10-17 15:29:19 +0200 (Wed, 17 Oct 2012) | 3 lines
Small edit to the installation chapter of the user manual.
........
r17900 | bugman | 2012-10-17 15:29:41 +0200 (Wed, 17 Oct 2012) | 3 lines
The scons 'clean' target now removes the Python 3 __pycache__ directories.
........
r17906 | bugman | 2012-10-17 17:23:05 +0200 (Wed, 17 Oct 2012) | 6 lines
Merged the relax version 2.1.2 CHANGES file back to trunk.
The command used was:
svn merge -r17904:17905 svn+ssh://bugman@.../svn/relax/tags/2.1.2 .
........
r17911 | bugman | 2012-10-17 22:43:22 +0200 (Wed, 17 Oct 2012) | 7 lines
Scons fix for MS Windows.
A bug was introduced back at r17786 which causes scons to fail on MS Windows. This has to do with
the ctypes.Structure object but strangely led to a AttributeError importing scipy when initialising
scons.
........
r17912 | bugman | 2012-10-17 22:53:41 +0200 (Wed, 17 Oct 2012) | 3 lines
Another attempt at fixing the scons failure in MS Windows due to scipy and ctypes killing each other.
........
r17914 | bugman | 2012-10-18 10:56:05 +0200 (Thu, 18 Oct 2012) | 7 lines
The relax HTML user manual footer has been modified to remove the name of the person who compiled it.
This is for http://www.nmr-relax.com/manual/index.html, and now contains links for relax
(http://www.nmr-relax.com), the manual (http://www.nmr-relax.com/manual) and the PDF version of the
manual (http://download.gna.org/relax/manual/relax.pdf).
........
r17915 | bugman | 2012-10-18 10:56:41 +0200 (Thu, 18 Oct 2012) | 3 lines
Small syntax fix in the release checklist document.
........