Edgewall Software

Changes between Version 29 and Version 30 of TracDownload


Ignore:
Timestamp:
Jun 15, 2005, 1:18:27 PM (19 years ago)
Author:
Christopher Lenz
Comment:

Updated for 0.8.3

Legend:

Unmodified
Added
Removed
Modified
  • TracDownload

    v29 v30  
    66
    77
    8 == Latest Release - 0.8.2 ==
     8== Latest Release - 0.8.3 ==
    99
    10 0.8.2 is a minor bugfix release. See the ChangeLog for details.
     100.8.3 is a minor bugfix release. See the ChangeLog for details.
    1111
    1212=== Tar package ===
    13  * '''HTTP''': [http://ftp.edgewall.com/pub/trac/trac-0.8.2.tar.gz trac-0.8.2.tar.gz]
    14  * '''FTP''': [ftp://ftp.edgewall.com/pub/trac/trac-0.8.2.tar.gz trac-0.8.2.tar.gz]
     13 * '''HTTP''': [http://ftp.edgewall.com/pub/trac/trac-0.8.3.tar.gz trac-0.8.3.tar.gz]
     14 * '''FTP''': [ftp://ftp.edgewall.com/pub/trac/trac-0.8.3.tar.gz trac-0.8.3.tar.gz]
    1515
    1616=== Zip package ===
    17  * '''HTTP''': [http://ftp.edgewall.com/pub/trac/trac-0.8.2.zip trac-0.8.2.zip]
    18  * '''FTP''': [ftp://ftp.edgewall.com/pub/trac/trac-0.8.2.zip trac-0.8.2.zip]
     17 * '''HTTP''': [http://ftp.edgewall.com/pub/trac/trac-0.8.3.zip trac-0.8.3.zip]
     18 * '''FTP''': [ftp://ftp.edgewall.com/pub/trac/trac-0.8.3.zip trac-0.8.3.zip]
    1919 
    2020=== Windows installer ===
    21  * '''HTTP''': [http://ftp.edgewall.com/pub/trac/trac-0.8.2.win32.exe trac-0.8.2.win32.exe]
    22  * '''FTP''': [ftp://ftp.edgewall.com/pub/trac/trac-0.8.2.win32.exe trac-0.8.2.win32.exe]
     21 * '''HTTP''': [http://ftp.edgewall.com/pub/trac/trac-0.8.3.win32.exe trac-0.8.3.win32.exe]
     22 * '''FTP''': [ftp://ftp.edgewall.com/pub/trac/trac-0.8.3.win32.exe trac-0.8.3.win32.exe]
    2323  '''''Note:''' The Trac installer no longer includes the ClearSilver library; it needs to be installed separately. You can find binaries at http://www.clearsilver.net/downloads/ or http://clearsilver.yi.org/.''
    2424
     
    5757
    5858The latest revision can be checked out with the following command:
    59  {{{
     59{{{
    6060svn co http://svn.edgewall.com/repos/trac/trunk trac
    6161}}}
    6262Or with encryption:
    63  {{{
     63{{{
    6464svn co https://svn.edgewall.com/repos/trac/trunk trac
    6565}}}
     
    6767For further instructions on how to use Subversion, see [http://svnbook.red-bean.com/book.html The Subversion Book].
    6868
    69 
    7069----
    7170See also: TracProject, TracGuide.