Added signature for changeset
ff5cec76b1c5
Added tag 1.6.3 for changeset
ff5cec76b1c5
util: avoid using hashlib on Python < 2.5 (
issue2278)
The following patch allows the use of python2.4 with a standalone
hashlib rather than assuming that python2.5 is in use when hashlib is
imported successfully.
templates: add filenolink to raw style (
issue2332)