Edgewall Software

Changes between Version 187 and Version 188 of TracDownload


Ignore:
Timestamp:
Nov 5, 2016, 2:38:44 AM (8 years ago)
Author:
Ryan J Ollos
Comment:

Release Trac 1.2. Some links are broken, but will be fixed by page creation.

Legend:

Unmodified
Added
Removed
Modified
  • TracDownload

    v187 v188  
    1010The latest releases of Trac are also available on [https://pypi.python.org/pypi/Trac PyPI].
    1111
    12 == Latest Stable Release for the 1.0.x line - Trac 1.0.13 #LatestStableRelease
     12== Latest Stable Release for the 1.2.x line - Trac 1.2 #LatestStableRelease
     13
     14Here's the latest and greatest version of Trac, the 1.2 release.
     15See the [[TracDev/ReleaseNotes/1.2#MaintenanceRelease|release notes]] for details.
     16
     17{{{#!div style="border: 1px dotted #aaa; background: #ffe; width: 26em; margin: auto; padding: .5em 3em"
     18=== Wheel package
     19 * [https://download.edgewall.org/trac/Trac-1.2-py2-none-any.whl Trac-1.2-py2-none-any.whl]
     20,,md5sum:`6ee8b4d749eba651d82019bb11cfdee0`,, ,,shasum:`8c47aa3de4111889e9b2b9f11885b1e6a01ec934`,,
     21
     22=== Tar package
     23 * [https://download.edgewall.org/trac/Trac-1.2.tar.gz Trac-1.2.tar.gz]
     24,,md5sum:`ff3a7d78099a269ae2035a6cf8adccbb`,, ,,shasum:`f4c2cca41f7e7d1def37b736a502bbb9db72df2b`,,
     25
     26=== Windows Zip package
     27 * [https://download.edgewall.org/trac/Trac-1.2.zip Trac-1.2.zip]
     28,,md5sum:`1fcd80a33bc29be9e4b5cab0cee9e32b`,, ,,shasum:`c1ad79e79ac8c3a6df91305ba6a12f931bab22b1`,,
     29 
     30=== Windows installer (32-bit Python)
     31 * [https://download.edgewall.org/trac/Trac-1.2.win32.exe Trac-1.2.win32.exe]
     32,,md5sum:`29fb381b01554063e687f68e21582e96`,, ,,shasum:`96ec3b6662baa59ffaa6407de50be9c12fa525ef`,,
     33
     34=== Windows installer (64-bit Python)
     35 * [https://download.edgewall.org/trac/Trac-1.2.win-amd64.exe Trac-1.2.win-amd64.exe]
     36,,md5sum:`973bae7da4de2dd8b94947b486344096`,, ,,shasum:`44ad3efa7d70c6c7a186a53de46554e62bb57e99`,,
     37}}}
     38
     39
     40Again, be sure to read [[TracInstall]] and [[TracUpgrade]] before installing or upgrading, then proceed by reading the rest of the [[TracGuide]]. If you have any trouble, check the TracSupport page which explains how to get help.
     41
     42{{{#!div style="border: 1px dotted #aaa; background: #ffe; width: 26em; margin: auto; padding: 0 2em; font-size: 90%"
     43
     44=== About the prerequisites for Trac 1.2.x
     45 - Python 2.6 or 2.7 (+[https://pypi.python.org/pypi/setuptools#windows-simplified setuptools])
     46 - Genshi: [https://genshi.edgewall.org/wiki/Download#LatestRelease:0.7 0.7] (or [https://genshi.edgewall.org/wiki/Download#a0.6.1-2013-01-27 0.6.1]) (win32 installer available)
     47 - Babel: [https://pypi.python.org/pypi/Babel/1.3 1.3] (or [https://babel.edgewall.org/wiki/Download#LatestRelease:0.9.6-2011-03-17 0.9.6], win32 installer available) needed for localizing Trac, otherwise optional. Note that it needs to be installed **before** Trac when installing the latter from source (.gz or .zip).
     48
     49For Windows x64, there are no installers for Genshi and Babel so install them by [TracInstall#Usingeasy_install using easy_install].
     50}}}
     51
     52{{{#!comment
     53When the beta1 period is done, put the section back in the comment block
     54== Preview Release for **Trac 1.0 - beta1** #LatestBeta
     55
     56Here's the first preview release for the upcoming 1.0 release.
     57See the [source:tags/trac-1.0b1/RELEASE release notes] for details.
     58
     59{{{#!div style="border: 1px dotted #aaa; background: #ffc; width: 25em; margin: auto; padding: .5em 3em;"
     60=== Tar package
     61 * [https://download.edgewall.org/trac/Trac-1.0beta1.tar.gz Trac-1.0beta1.tar.gz]
     62,,md5sum:`09b5ca691bd2c78ac934271751ab224f`,,
     63
     64=== Windows Zip package
     65 * [https://download.edgewall.org/trac/Trac-1.0beta1.zip Trac-1.0beta1.zip]
     66,,md5sum:`0ea6c38aa22b464e0f9be5f6e8a8b629`,,
     67 
     68=== Windows installer
     69 * [https://download.edgewall.org/trac/Trac-1.0beta1.win32.exe Trac-1.0beta1.win32.exe]
     70,,md5sum:`87b94ab5cdd9e01150459ce4097803c2`,,
     71}}}
     72}}}
     73
     74{{{#!comment
     75== Latest Development Release for the 1.1.x line - Trac 1.2rc1 #LatestDevRelease
     76
     77The //really// latest and greatest version of Trac is the 1.2rc1 release.
     78
     79However this is a development release, so a few caveats are in order:
     80 - don't expect the level of API or feature stability you'll get from either 0.12.x or 1.0.x
     81 - don't use in production unless you're at ease with backup, upgrade and manual downgrade procedures
     82 -  don't ship this one in your favorite distribution if you're a Trac package maintainer
     83
     84{{{#!div style="border: 1px dotted #aaa; background: #fda; width: 26em; margin: auto; padding: .5em 3em"
     85=== Wheel package
     86 * [https://download.edgewall.org/trac/Trac-1.2rc1-py2-none-any.whl Trac-1.2rc1-py2-none-any.whl]
     87,,md5sum:`4e056bc226d11e3d368da58789d3c960`,, ,,shasum:`99c56b1596236ba566287b9d3156239d1d527a28`,,
     88
     89=== Tar package
     90 * [https://download.edgewall.org/trac/Trac-1.2rc1.tar.gz Trac-1.2rc1.tar.gz]
     91,,md5sum:`0e625f8f5ad4930a05445ec3b521c7e0`,, ,,shasum:`f59e9cd657ddef732c275eeb4a447c2854a9523a`,,
     92
     93=== Windows Zip package
     94 * [https://download.edgewall.org/trac/Trac-1.2rc1.zip Trac-1.2rc1.zip]
     95,,md5sum:`b096a6b4c75db5d154fde32ad7085f77`,, ,,shasum:`b1ad2f2b5231647b230fd53a54ea8be4667ac4e5`,,
     96 
     97=== Windows installer (32-bit Python)
     98 * [https://download.edgewall.org/trac/Trac-1.2rc1.win32.exe Trac-1.2rc1.win32.exe]
     99,,md5sum:`d3e25ed5cfa4830ff8463fe8bb9ff717`,, ,,shasum:`38f46ce9c8668227fdd8c9ff380f620e8df5ae4c`,,
     100
     101=== Windows installer (64-bit Python)
     102 * [https://download.edgewall.org/trac/Trac-1.2rc1.win-amd64.exe Trac-1.2rc1.win-amd64.exe]
     103,,md5sum:`8b4b4c554537ae33e474690c02b3cb13`,, ,,shasum:`827bba571c83c0a2ab03c22a31e1f4bfb3227c27`,,
     104}}}
     105
     106The development releases are not hosted on PyPI, but can be installed using the full URL of the package hosted on download.edgewall.org:
     107{{{#!sh
     108$ pip install https://download.edgewall.org/trac/Trac-latest-dev.tar.gz
     109}}}
     110See the [[TracDev/ReleaseNotes/1.1#DevelopmentRelease|release notes]] for more details.
     111}}}
     112
     113== Older Releases
     114
     115=== Latest Stable Release for the 1.0.x line - Trac 1.0.13 #LatestStableRelease
    13116
    14117Here's the latest and greatest version of Trac, the 1.0.13 release.
    15118See the [[TracDev/ReleaseNotes/1.0#MaintenanceRelease|release notes]] for details.
    16119
    17 {{{#!div style="border: 1px dotted #aaa; background: #ffe; width: 26em; margin: auto; padding: .5em 3em"
     120{{{#!div style="border: 1px dotted #aaa; background: #f6f6f6; width: 26em; margin: auto; padding: .5em 3em"
    18121=== Wheel package
    19122 * [https://download.edgewall.org/trac/Trac-1.0.13-py2-none-any.whl Trac-1.0.13-py2-none-any.whl]
     
    37140}}}
    38141
    39 
    40 Again, be sure to read [[TracInstall]] and [[TracUpgrade]] before installing or upgrading, then proceed by reading the rest of the [[TracGuide]]. If you have any trouble, check the TracSupport page which explains how to get help.
    41 
    42 {{{#!div style="border: 1px dotted #aaa; background: #ffe; width: 26em; margin: auto; padding: 0 2em; font-size: 90%"
     142Again, be sure to read [[1.0/TracInstall]] and [[1.0/TracUpgrade]] before installing or upgrading, then proceed by reading the rest of the [[1.0/TracGuide]]. If you have any trouble, check the TracSupport page which explains how to get help.
     143
     144{{{#!div style="border: 1px dotted #aaa; background: #f6f6f6; width: 26em; margin: auto; padding: 0 2em; font-size: 90%"
    43145
    44146=== About the prerequisites for Trac 1.0.x
     
    50152}}}
    51153
    52 {{{#!comment
    53 When the beta1 period is done, put the section back in the comment block
    54 == Preview Release for **Trac 1.0 - beta1** #LatestBeta
    55 
    56 Here's the first preview release for the upcoming 1.0 release.
    57 See the [source:tags/trac-1.0b1/RELEASE release notes] for details.
    58 
    59 {{{#!div style="border: 1px dotted #aaa; background: #ffc; width: 25em; margin: auto; padding: .5em 3em;"
    60 === Tar package
    61  * [https://download.edgewall.org/trac/Trac-1.0beta1.tar.gz Trac-1.0beta1.tar.gz]
    62 ,,md5sum:`09b5ca691bd2c78ac934271751ab224f`,,
    63 
    64 === Windows Zip package
    65  * [https://download.edgewall.org/trac/Trac-1.0beta1.zip Trac-1.0beta1.zip]
    66 ,,md5sum:`0ea6c38aa22b464e0f9be5f6e8a8b629`,,
    67  
    68 === Windows installer
    69  * [https://download.edgewall.org/trac/Trac-1.0beta1.win32.exe Trac-1.0beta1.win32.exe]
    70 ,,md5sum:`87b94ab5cdd9e01150459ce4097803c2`,,
    71 }}}
    72 }}}
    73 
    74 
    75 
    76 {{{#!comment
    77 == 1.0rc1 (Release Candidate) #LatestReleaseCandidate
    78 
    79 Here's the latest release candidate for the upcoming [milestone:1.0] release. See the [source:tags/trac-1.0rc1/ChangeLog ChangeLog] for details.
    80 
    81 If no problem are detected with those packages, they're going to be the next stable release.
    82 {{{
    83 #!div style="border: 1px dotted #aaa; background: #ffd; width: 22em; margin: auto; padding: .5em 3em;"
    84 === Tar package
    85  * [https://download.edgewall.org/trac/Trac-1.0rc1.tar.gz Trac-1.0rc1.tar.gz]
    86 ,,md5sum:`cd1fc6a364d01e442b70774fa6740f2d`,,
    87 
    88 === Windows Zip package
    89  * [https://download.edgewall.org/trac/Trac-1.0rc1.zip Trac-1.0rc1.zip]
    90 ,,md5sum:`6964423579e820c467a5092947599028`,,
    91  
    92 === Windows installer
    93  * [https://download.edgewall.org/trac/Trac-1.0rc1.win32.exe Trac-1.0rc1.win32.exe]
    94 ,,md5sum:`74e0e82096184e50d582d1612e934742`,,
    95 }}}
    96 }}}
    97 
    98 
    99 == Latest Development Release for the 1.1.x line - Trac 1.2rc1 #LatestDevRelease
    100 
    101 The //really// latest and greatest version of Trac is the 1.2rc1 release.
    102 
    103 However this is a development release, so a few caveats are in order:
    104  - don't expect the level of API or feature stability you'll get from either 0.12.x or 1.0.x
    105  - don't use in production unless you're at ease with backup, upgrade and manual downgrade procedures
    106  -  don't ship this one in your favorite distribution if you're a Trac package maintainer
    107 
    108 {{{#!div style="border: 1px dotted #aaa; background: #fda; width: 26em; margin: auto; padding: .5em 3em"
    109 === Wheel package
    110  * [https://download.edgewall.org/trac/Trac-1.2rc1-py2-none-any.whl Trac-1.2rc1-py2-none-any.whl]
    111 ,,md5sum:`4e056bc226d11e3d368da58789d3c960`,, ,,shasum:`99c56b1596236ba566287b9d3156239d1d527a28`,,
    112 
    113 === Tar package
    114  * [https://download.edgewall.org/trac/Trac-1.2rc1.tar.gz Trac-1.2rc1.tar.gz]
    115 ,,md5sum:`0e625f8f5ad4930a05445ec3b521c7e0`,, ,,shasum:`f59e9cd657ddef732c275eeb4a447c2854a9523a`,,
    116 
    117 === Windows Zip package
    118  * [https://download.edgewall.org/trac/Trac-1.2rc1.zip Trac-1.2rc1.zip]
    119 ,,md5sum:`b096a6b4c75db5d154fde32ad7085f77`,, ,,shasum:`b1ad2f2b5231647b230fd53a54ea8be4667ac4e5`,,
    120  
    121 === Windows installer (32-bit Python)
    122  * [https://download.edgewall.org/trac/Trac-1.2rc1.win32.exe Trac-1.2rc1.win32.exe]
    123 ,,md5sum:`d3e25ed5cfa4830ff8463fe8bb9ff717`,, ,,shasum:`38f46ce9c8668227fdd8c9ff380f620e8df5ae4c`,,
    124 
    125 === Windows installer (64-bit Python)
    126  * [https://download.edgewall.org/trac/Trac-1.2rc1.win-amd64.exe Trac-1.2rc1.win-amd64.exe]
    127 ,,md5sum:`8b4b4c554537ae33e474690c02b3cb13`,, ,,shasum:`827bba571c83c0a2ab03c22a31e1f4bfb3227c27`,,
    128 }}}
    129 
    130 The development releases are not hosted on PyPI, but can be installed using the full URL of the package hosted on download.edgewall.org:
    131 {{{#!sh
    132 $ pip install https://download.edgewall.org/trac/Trac-latest-dev.tar.gz
    133 }}}
    134 See the [[TracDev/ReleaseNotes/1.1#DevelopmentRelease|release notes]] for more details.
    135 
    136 == Older Releases
    137 
    138154=== Latest Stable Release for the 0.12.x line - Trac 0.12.7 #PreviousStableRelease
    139155
     
    209225
    210226
    211 === Trac ''1.0-stable'' #Tracstable
    212 The latest revision for the upcoming [https://svn.edgewall.org/repos/trac/branches/1.0-stable#egg=Trac-1.0-dev next maintenance release] of Trac ([milestone:next-stable-1.0.x]) can be checked out with the following command:
    213 {{{#!sh
    214 svn co https://svn.edgewall.org/repos/trac/branches/1.0-stable trac
     227=== Trac ''1.2-stable'' #Tracstable
     228The latest revision for the upcoming [https://svn.edgewall.org/repos/trac/branches/1.0-stable#egg=Trac-1.2-dev next maintenance release] of Trac ([milestone:next-stable-1.2.x]) can be checked out with the following command:
     229{{{#!sh
     230svn co https://svn.edgewall.org/repos/trac/branches/1.2-stable trac
    215231}}}
    216232
    217233Be sure to read TracUpgrade and TracInstall for the specific installation instructions for this version.
    218234
    219 === Trac ''0.12-stable'' #Tracstable012
    220 
    221 The latest revision for the ''stable'' version of Trac 0.12 can be checked out from the [https://svn.edgewall.org/repos/trac/branches/0.12-stable#egg=Trac-0.12-dev 0.12-stable branch] with the following command:
    222 
    223 {{{#!sh
    224 svn co https://svn.edgewall.org/repos/trac/branches/0.12-stable 0.12dev
     235=== Trac ''1.0-stable'' #Tracstable10
     236
     237The latest revision for the ''stable'' version of Trac 1.0 can be checked out from the [https://svn.edgewall.org/repos/trac/branches/1.0-stable#egg=Trac-1.0-dev 1.0-stable branch] with the following command:
     238
     239{{{#!sh
     240svn co https://svn.edgewall.org/repos/trac/branches/1.0-stable 1.0dev
    225241}}}
    226242
    227243Installation can be performed as usual, using for example the following command:
    228244{{{#!sh
    229 cd 0.12dev
     245cd 1.0dev
    230246python setup.py install
    231247}}}
     
    233249Alternatively, you can directly "easy-install" the latest stable version from the repository:
    234250{{{#!sh
    235 easy_install https://svn.edgewall.org/repos/trac/branches/0.12-stable
     251easy_install https://svn.edgewall.org/repos/trac/branches/1.0-stable
    236252}}}
    237253`easy_install` is a script provided by the SetupTools.
     
    242258
    243259You can also install a development version, either using the normal installation procedure, or by installing it at a specific location.
    244 We recommend that you choose some well visible place (e.g. `/opt/trac-0.12dev`), and override the PYTHONPATH environment variable (or !PythonPath path directive for `mod_python`) by ''prepending'' the `/opt/trac-0.12dev/lib/python2.4/site-packages` path (replace 2.4 by the Python version that you actually use). That way, you minimize the risk of interferences with the packaged Trac version you probably already have.
    245 {{{#!sh
    246 cd 0.12-stable
    247 python setup.py install --prefix=/opt/trac-0.12dev
     260We recommend that you choose some well visible place (e.g. `/opt/trac-1.2dev`), and override the PYTHONPATH environment variable (or !PythonPath path directive for `mod_python`) by ''prepending'' the `/opt/trac-1.2dev/lib/python2.7/site-packages` path (replace 2.7 by the Python version that you actually use). That way, you minimize the risk of interferences with the packaged Trac version you probably already have.
     261{{{#!sh
     262cd 1.2-stable
     263python setup.py install --prefix=/opt/trac-1.2dev
    248264}}}
    249265then:
    250266{{{#!sh
    251 export PYTHONPATH=/opt/trac-0.12dev/lib/python2.4/site-packages:$PYTHONPATH
     267export PYTHONPATH=/opt/trac-1.2dev/lib/python2.7/site-packages:$PYTHONPATH
    252268}}}
    253269or, in your httpd.conf:
     
    255271<Location /projects/myproject>
    256272  ...
    257   PythonPath "['/opt/trac-0.12dev/lib/python2.4/site-packages'] + sys.path"
     273  PythonPath "['/opt/trac-1.2dev/lib/python2.7/site-packages'] + sys.path"
    258274  ...
    259275</Location>