Changeset 4152

Show
Ignore:
Timestamp:
02/27/08 02:22:46 (9 months ago)
Author:
chrisz
Message:

Requiring the latest PasteScript version which contains an important bugfix (#1624).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/CHANGELOG.txt

    r4133 r4152  
    2727* Compatibility with SQLAlchemy 0.4.3 (#1721). 
    2828* 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). 
    2931 
    3032Contributors (in alphabetic order) 
  • branches/1.0/setup.py

    r4067 r4152  
    1818    "DecoratorTools >= 1.4", 
    1919    "FormEncode >= 0.7.1", 
    20     "PasteScript >= 0.9.7,<1.6", 
     20    "PasteScript >= 1.6.2", 
    2121    "RuleDispatch >= 0.5a0.dev-r2303", 
    2222    "setuptools >= 0.6c2", 
  • branches/1.1/setup.py

    r4057 r4152  
    1919    "FormEncode >= 0.7.1", 
    2020    "Genshi >= 0.4.4", 
    21     "PasteScript >= 0.9.7,<1.6", 
     21    "PasteScript >= 1.6.2", 
    2222    "RuleDispatch >= 0.5a0.dev-r2303", 
    2323    "setuptools >= 0.6c2",