------------------
- Remove features from Plone 3.0 branch.
[nouri]
- Maintenance branch for Plone 3.0.
[nouri]
- Get rid of sys.modules hack, which according to this changeset:
http://dev.plone.org/plone/changeset/15030
was added because I advised it generally. With help from Kapil for
the PloneGetPaid project I figured out a better way.
[maurits]
- Revise docs and project description.
[nouri]
- Merge patch from Gael Le Mignot:
- Do not use hash anymore when making cache keys. This is to
avoid cache collisions, and to avoid a potential security
problem where an attacker could manually craft collisions.
Also, stop recommending the use of hash() in tests.
- Add support for using Pilot System's GenericCache as a backend
for 'plone.memoize.volatile.cache'.
- Add an arguments marshaller that gives you a more convenient
way to declare that your cache is dependent on arguments.
See 'plone.memoize.marshallers'.
[nouri, gael]