Edgewall Software

Changes between Version 21 and Version 22 of TracDev/ReleaseChecklist


Ignore:
Timestamp:
Jun 4, 2010, 8:28:43 PM (14 years ago)
Author:
Christian Boos
Comment:

Python 2.3 can't be used for bdist_wininst anymore

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ReleaseChecklist

    v21 v22  
    6262       to trigger the `compile_catalog` command, so you need to do that
    6363       beforehand manually, using a different version of Python (>= 2.4).
     64       Actually, it's now worse than this: as we made setup.py depend on
     65       some `trac.util` code, using Python 2.3 doesn't even work anymore
     66       ** at all **. So we have to use 2.4 for bdist_wininst. I suppose the
     67       dependency on MSVCR71.dll is not too much to ask for, nowadays...
     68       And now that I come to think about it, it must be there
     69       for Python 2.4 anyway. Bottom-line: always use the minimum required
     70       version for the releases (i.e. 2.3 for 0.11.x, 2.4 for 0.12.x, etc.)
    6471       //
    6572   * Test installation on all target platforms. \\