Changeset 4152
- Timestamp:
- 02/27/08 02:22:46 (9 months ago)
- Files:
-
- branches/1.0/CHANGELOG.txt (modified) (1 diff)
- branches/1.0/setup.py (modified) (1 diff)
- branches/1.1/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/CHANGELOG.txt
r4133 r4152 27 27 * Compatibility with SQLAlchemy 0.4.3 (#1721). 28 28 * Better handling of external redirects. 29 * The PasteScript bug mentioned in the 1.0.4.1 changelog below has been fixed 30 in PasteScript 1.6.2, so TurboGears requires the new version now (#1624). 29 31 30 32 Contributors (in alphabetic order) branches/1.0/setup.py
r4067 r4152 18 18 "DecoratorTools >= 1.4", 19 19 "FormEncode >= 0.7.1", 20 "PasteScript >= 0.9.7,<1.6",20 "PasteScript >= 1.6.2", 21 21 "RuleDispatch >= 0.5a0.dev-r2303", 22 22 "setuptools >= 0.6c2", branches/1.1/setup.py
r4057 r4152 19 19 "FormEncode >= 0.7.1", 20 20 "Genshi >= 0.4.4", 21 "PasteScript >= 0.9.7,<1.6",21 "PasteScript >= 1.6.2", 22 22 "RuleDispatch >= 0.5a0.dev-r2303", 23 23 "setuptools >= 0.6c2",