= Trac Download = Trac is released under the [http://trac.edgewall.com/license.html modified BSD license]. For installation instructions, see TracInstall or the included INSTALL file. == Latest Stable Release - 0.9.5 == 0.9.5 is a bug fix release. See the ChangeLog for details. === Tar package === * '''HTTP''': [http://ftp.edgewall.com/pub/trac/trac-0.9.5.tar.gz trac-0.9.5.tar.gz] * '''FTP''': [ftp://ftp.edgewall.com/pub/trac/trac-0.9.5.tar.gz trac-0.9.5.tar.gz] === Zip package === * '''HTTP''': [http://ftp.edgewall.com/pub/trac/trac-0.9.5.zip trac-0.9.5.zip] * '''FTP''': [ftp://ftp.edgewall.com/pub/trac/trac-0.9.5.zip trac-0.9.5.zip] === Windows installer === * '''HTTP''': [http://ftp.edgewall.com/pub/trac/trac-0.9.5.win32.exe trac-0.9.5.win32.exe] * '''FTP''': [ftp://ftp.edgewall.com/pub/trac/trac-0.9.5.win32.exe trac-0.9.5.win32.exe] '''Notes:''' * ''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/.'' * ''If you upgrade from 0.8.x, take care to ''uninstall 0.8.x first''. Otherwise, you'll have a "No module named log" error, because the installer will install the 0.9.x trac/log.py file using the 0.8.x upper case name trac/Log.py (see #2533)'' == Previous Stable Release - 0.8.4 == 0.8.4 is a security fix release, please upgrade. See the ChangeLog for details. === Tar package === * '''HTTP''': [http://ftp.edgewall.com/pub/trac/trac-0.8.4.tar.gz trac-0.8.4.tar.gz] * '''FTP''': [ftp://ftp.edgewall.com/pub/trac/trac-0.8.4.tar.gz trac-0.8.4.tar.gz] === Zip package === * '''HTTP''': [http://ftp.edgewall.com/pub/trac/trac-0.8.4.zip trac-0.8.4.zip] * '''FTP''': [ftp://ftp.edgewall.com/pub/trac/trac-0.8.4.zip trac-0.8.4.zip] === Windows installer === * '''HTTP''': [http://ftp.edgewall.com/pub/trac/trac-0.8.4.win32.exe trac-0.8.4.win32.exe] * '''FTP''': [ftp://ftp.edgewall.com/pub/trac/trac-0.8.4.win32.exe trac-0.8.4.win32.exe] '''''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/.'' === Debian Packages === Read TracOnDebian for more information about installing Trac on Debian. ---- == Older Releases == Older releases and auxiliary files are archived on the FTP server: * http://ftp.edgewall.com/pub/trac/ * ftp://ftp.edgewall.com/pub/trac/ Each release is also tagged in the subversion repository: * http://svn.edgewall.com/repos/trac/tags/ == Latest Development Source Code == We use [http://subversion.tigris.org/ Subversion] for source revision control and code sharing. The Subversion repository URL for the Trac project is at: http://svn.edgewall.com/repos/trac/ The latest revision can be checked out with the following command: {{{ svn co http://svn.edgewall.com/repos/trac/trunk trac }}} Or with encryption: {{{ svn co https://svn.edgewall.com/repos/trac/trunk trac }}} For further instructions on how to use Subversion, see [http://svnbook.red-bean.com/book.html The Subversion Book]. ---- See also: TracProject, TracGuide.