cmlenz@39: Trac 0.9.5 (Apr 18, 2006) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.9.5 cmlenz@39: cmlenz@39: * Fixed wiki macro XSS vulnerability found by Mr. Kazuhiro Nishiyama: cmlenz@39: http://jvn.jp/jp/JVN%2384091359/index.html cmlenz@39: * Smaller memory usage when accessing subversion history. cmlenz@39: * Fixed issue with incorrectly generated urls when installed behind a web cmlenz@39: proxy (#2531). cmlenz@39: * Fixed bugs: #2531, #2777, #3020. cmlenz@39: cmlenz@39: Trac 0.9.4 (Feb 15, 2006) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.9.4 cmlenz@39: cmlenz@39: * Deletion of reports has been fixed. cmlenz@39: * Various encoding issues with the timeline RSS feed have been fixed. cmlenz@39: * Fixed a memory leak when syncing with the repository. cmlenz@39: * Milestones in the roadmap are now ordered more intelligently. cmlenz@39: * Fixed bugs: #1064, #1150, #2006, #2253, #2324, #2330, #2408, #2430, cmlenz@39: #2431, #2459, #2544, #2459, #2481, #2485, #2536, #2544, #2553, cmlenz@39: #2580, #2583, #2606, #2613, #2621, #2664, #2666, #2680, #2706, cmlenz@39: #2707, #2735 cmlenz@39: cmlenz@39: Trac 0.9.3 (Jan 8, 2006) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.9.3 cmlenz@39: cmlenz@39: * Fixed XSS vulnerabilities. cmlenz@39: * Timeline RSS feed validity issue resolved. cmlenz@39: * "trac-admin initenv" now handles empty repositories. cmlenz@39: * Textile unicode support. cmlenz@39: * Fixed bugs: #1158, #2290, #2337, #2416, #2440, #2468, #2473, #2484, cmlenz@39: #2490, #2493, #2512, #2517, #2519, #2527, #2548, #2558, #2558 cmlenz@39: cmlenz@39: Trac 0.9.2 (Dec 5, 2005) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.9.2 cmlenz@39: cmlenz@39: * Fixed SQL injection vulnerability in ticket search module. cmlenz@39: * Fixed broken ticket email notifications. cmlenz@39: cmlenz@39: Trac 0.9.1 (Dec 1, 2005) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.9.1 cmlenz@39: cmlenz@39: * Fixed SQL injection vulnerability in ticket query module. cmlenz@39: * Fixed bugs: #1633, #2167, #2283, #2284, #2285, #2291, #2292, #2300, cmlenz@39: #2318, #2329, #2366, #2369, #2373, #2383, #2416, #2457 cmlenz@39: cmlenz@39: cmlenz@39: Trac 0.9 (Oct 31, 2005) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.9 cmlenz@39: cmlenz@39: * Support for a global trac.ini configuration file. cmlenz@39: * Changed logic for enabling plugins/components. cmlenz@39: * Improved support for handling repository subsets. cmlenz@39: * Fixes problems with Trac links when using multiple environments in the cmlenz@39: same Python interpreter. cmlenz@39: * Improvements to email notification layout and encoding. cmlenz@39: * Fixes for database locking with SQLite, in particular in a multi-threaded cmlenz@39: environment. cmlenz@39: * PostgreSQL compatibility fixes. cmlenz@39: * Fixed bugs: #804, #861, #927, #1044, #1051, #1123, #1153, #1169, cmlenz@39: #1239, #1344, #1463, #1562, #1881, #1886, #1895, #1909, #1921, #1930, cmlenz@39: #1983, #1988, #2019, #2051, #2061, #2229, #2106, #2107, #2116, #2120, cmlenz@39: #2124, #2129, #2135, #2136, #2138, #2140, #2144, #2164, #2166, #2170, cmlenz@39: #2172, #2191, #2192, #2196, #2201, #2202, #2203, #2208, #2215, #2218, cmlenz@39: #2223, #2230, #2232, #2239, #2240, #2241, #2243, #2251, cmlenz@39: cmlenz@39: cmlenz@39: Trac 0.9-beta2 (Sept 25, 2005) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.9b2 cmlenz@39: cmlenz@39: * Support for setuptools 0.6. cmlenz@39: * Allow insertion of a custom HTML snippet above the new ticket form cmlenz@39: to explain site-specific policies and/or guidelines. cmlenz@39: * Much improved Bugzilla import script. cmlenz@39: * Fixed a bug where deleting a wiki page version would sometimes delete cmlenz@39: the entire page. cmlenz@39: * Fixes for the rendering of diffs and patches. cmlenz@39: * Fixes for the Subversion authz support. cmlenz@39: * Fixed bugs: #2008, #2032, #2034, #1801, #1893, #1040, #2040, cmlenz@39: #1036, #1944, #1081, #1863, #2052, #2066, #2016, #2090, #1985, cmlenz@39: #2012, #2089, #2079, #1999, #2029, #2079, #1960, #2080, #2021, cmlenz@39: #2042, #2088, #1345, #2011, #2100, #2103, #2113, #2116, #2109 cmlenz@39: cmlenz@39: cmlenz@39: Trac 0.9-beta1 (Sept 5, 2005) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.9b1 cmlenz@39: cmlenz@39: Trac 0.9 contains a great number of new features, improvements and cmlenz@39: bug fixes. The following list contains only a few highlights: cmlenz@39: cmlenz@39: * License changed from GPL to modified BSD (See the file COPYING). cmlenz@39: * Improved modularity and extendibility (plugin support). cmlenz@39: * Support for both pysqlite 1.x and pysqlite 2.x. cmlenz@39: * Postgresql database support (with psycopg or pyPgSQL). cmlenz@39: * Repository subsets. Multiple Trac environments can share a single cmlenz@39: repository. cmlenz@39: * Version control abstraction layer making it possible to support cmlenz@39: other version control systems besides subversion in the future. cmlenz@39: * FastCGI frontend support. cmlenz@39: * Python version >= 2.3 is now required. cmlenz@39: cmlenz@39: The complete list of closed tickets can be found here: cmlenz@39: http://projects.edgewall.com/trac/query?status=closed&milestone=0.9 cmlenz@39: cmlenz@39: cmlenz@39: Trac 0.8.3 (Jun 15, 2005) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.8.3 cmlenz@39: cmlenz@39: * Fix compatibility of 'trac-admin resync' with Subversion >= 1.2. cmlenz@39: * Settings page now works correctly when Trac is deployed at the cmlenz@39: root of a host. cmlenz@39: * Windows packaging issues resolved. cmlenz@39: * Fixed bugs: #1282, #1500, #1648 cmlenz@39: cmlenz@39: cmlenz@39: Trac 0.8.2 (Jun 1, 2005) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.8.2 cmlenz@39: cmlenz@39: * Compatibility with Subversion >= 1.2 fixed. cmlenz@39: * Compatibility with Docutils >= 0.3.7 fixed. cmlenz@39: * Fixed bugs: #1020, #1302, #1500, #1182, #1339, #1518 cmlenz@39: #1525, #1618 cmlenz@39: cmlenz@39: cmlenz@39: Trac 0.8.1 (Feb 28, 2005) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.8.1 cmlenz@39: cmlenz@39: * Improved Python 2.1 compatibility. cmlenz@39: * Layout of navigation bar in Opera fixed. cmlenz@39: * Execution of Javascript through event handler attributes cmlenz@39: in HTML code is now forbidden. cmlenz@39: * Fixed bugs: #157, #371, #556, #683, #970, #971, #972, cmlenz@39: #974, #979, #983, #1001, #1003, #1007, #1008, #1011, cmlenz@39: #1020, #1026, #1030, #1045, #1054, #1070, #1072, #1074, cmlenz@39: #1076, #1087, #1090, #1103, #1108, #1111, #1136, #1159, cmlenz@39: #1164, #1190, #1195, #1220 cmlenz@39: cmlenz@39: cmlenz@39: Trac 0.8 'Qualia' (Nov 15, 2004) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.8 cmlenz@39: cmlenz@39: * Roadmap module. cmlenz@39: * Support for custom ticket properties. cmlenz@39: * Wiki administration features. cmlenz@39: * Advanced ticket queries. cmlenz@39: * Improved diff display. cmlenz@39: * User preferences. cmlenz@39: * Wiki editing (near-wysiwyg) aids a la wikipedia. cmlenz@39: * Improved email notification. cmlenz@39: * Fixed bugs: #13, #63, #99, #100, #158, #164, #203, #210, cmlenz@39: #225, #264, #304, #306, #326, #346, #347, #351, cmlenz@39: #352, #364, #373, #375, #405, #411, #416, #431, cmlenz@39: #433, #434, #436, #438, #443, #445, #446, #447, cmlenz@39: #450, #452, #453, #455, #458, #460, #465, #468, cmlenz@39: #471, #472, #473, #474, #477, #478, #479, #480, cmlenz@39: #482, #483, #486, #487, #489, #491, #492, #494, cmlenz@39: #496, #501, #503, #506, #510, #512, #513, #514, cmlenz@39: #516, #522, #524, #526, #527, #528, #530, #532, cmlenz@39: #536, #537, #538, #539, #542, #543, #545, #546, cmlenz@39: #550, #551, #552, #553, #555, #556, #557, #558, cmlenz@39: #559, #560, #565, #567, #568, #570, #572, #574, cmlenz@39: #577, #578, #580, #581, #583, #587, #589, #591, cmlenz@39: #593, #594, #597, #598, #599, #600, #601, #602, cmlenz@39: #606, #609, #610, #612, #613, #616, #618, #619, cmlenz@39: #620, #622, #623, #626, #627, #628, #630, #631, cmlenz@39: #634, #644, #647, #648, #651, #652, #657, #658, cmlenz@39: #660, #664, #668, #669, #670, #671, #674, #675, cmlenz@39: #676, #677, #678, #680, #690, #692, #696, #698, cmlenz@39: #699, #703, #705, #706, #708, #709, #713, #714, cmlenz@39: #715, #716, #718, #720, #721, #722, #726, #727, cmlenz@39: #730, #732, #734, #735, #736, #737, #738, #741, cmlenz@39: #742, #743, #744, #745, #748, #749, #750, #751, cmlenz@39: #752, #759, #762, #764, #768, #769, #770, #771, cmlenz@39: #774, #775, #776, #778, #779, #780, #785, #789, cmlenz@39: #793, #798, #800, #806, #807, #815, #816, #817, cmlenz@39: #818, #829, #830, #831, #833, #836, #844, #846, cmlenz@39: #848, #850, #851, #852, #872, #873, #877, #878, cmlenz@39: #885, #888, #889, #892, #901, #903, #907, #912, cmlenz@39: #916, #923, #929, #931, #932, #935 cmlenz@39: cmlenz@39: cmlenz@39: Trac 0.7.1 'Argento' (Jun, 2004) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.7.1 cmlenz@39: cmlenz@39: * Bugfixes for 0.7 cmlenz@39: * Fixes security hole in auth.py cmlenz@39: * Experimental support for mod_python cmlenz@39: * Improved MIME-types cmlenz@39: * Fixed bugs: #93, #202, #307, #312, #342, #345, #350, #353, #355, #391, cmlenz@39: #393, #401, #404, #406, #415, #417, #419, #420, #421, #422, #424, cmlenz@39: #425, #428, #429, #432, #435, #437, #441, #442, #448, #451, #452, cmlenz@39: #456, #457, #461, #463, #466, #467, #470, #497, #498, #502, #504 cmlenz@39: cmlenz@39: cmlenz@39: Trac 0.7 'Fulci' (May 18, 2004) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.7 cmlenz@39: cmlenz@39: * Revised database format (requires manual upgrade). cmlenz@39: * Trac standalone daemon, tracd (Experimental). cmlenz@39: * Greatly improved browser. cmlenz@39: * Many usability improvements. cmlenz@39: * Clean-up of CSS and templates. cmlenz@39: * UTF-8 character encoding support. cmlenz@39: * Wiki page attachments. cmlenz@39: * Syntax coloring supporting >35 languages, using SilverCity or GNU Enscript. cmlenz@39: * Better support for ReStructuredText. cmlenz@39: * Logging support, including syslog and windows eventlog. cmlenz@39: * Ticket attachments. cmlenz@39: * Import tickets from Bugzilla (contributed by Mark Rowe). cmlenz@39: * Import tickets from SourceForge (contributed by Dmitry Yusupov). cmlenz@39: * New ticket field: keywords cmlenz@39: * Ticket email notification. cmlenz@39: * Localized date and time display. cmlenz@39: * Viewable SQL for reports. cmlenz@39: * Improved search facilities. cmlenz@39: * Windows installer package. cmlenz@39: * More documentation. cmlenz@39: * Fixed bugs: #14, #19, #27, #62, #87, #96, #106, #111, #115, #127, #146, cmlenz@39: #161, #166, #171, #180, #182, #183, #188, #190, #191, #192, #193, cmlenz@39: #195, #196, #197, #201, #205, #207, #211, #212, #213, #220, #224, cmlenz@39: #227, #228, #231, #233, #235, #236, #240, #241, #243, #244, #246, cmlenz@39: #247, #248, #249, #251, #252, #253, #254, #255, #258, #259, #261, cmlenz@39: #262, #263, #265, #270, #271, #273, #275, #277, #278, #281, #284, cmlenz@39: #285, #88, #289, #292, #293, #294, #296, #300, #302, #310, #313, cmlenz@39: #314, #315, #316, #320, #322, #328, #332, #333, #337, #338, #339, cmlenz@39: #340, #341, #344, #348, #349, #358, #361, #362, #363, #368, #370, cmlenz@39: #371, #372, #376, #377, #378, #381, #384, #385, #386, #387, #388, cmlenz@39: #392, #394, #396, #397, #398, #399, #402, #403, #410 cmlenz@39: cmlenz@39: cmlenz@39: Trac 0.6.1 '245 Trioxin (April 12, 2004) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.6.1 cmlenz@39: cmlenz@39: * RSS now escapes entities in summary. cmlenz@39: * Search results won't highlight dates anymore. cmlenz@39: * RPM for SuSE Linux. cmlenz@39: * Preliminary Windows Installer. cmlenz@39: * More documentation. cmlenz@39: * Fixed bugs: #163, #165, #189, #198, #200, #206, #209, #214, #223 cmlenz@39: cmlenz@39: cmlenz@39: Trac 0.6 'Solanum' (March 23, 2004) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.6 cmlenz@39: cmlenz@39: * View diffs between wiki page edits. cmlenz@39: * Improved Search module. cmlenz@39: * Support for tables in the wiki. (Thanks to Stephen Hansen) cmlenz@39: * Colored reports. Use colors to show priority, etc. cmlenz@39: * Support for custom wiki processor macros. cmlenz@39: * ReStructuredText markup support (through a processor macro) cmlenz@39: * HTML markup support (through a processor macro) cmlenz@39: * Report groups. Group results by a column. cmlenz@39: * Multi-line report rows. cmlenz@39: * Download report in CSV (Comma Separated Value) and tab-separated format cmlenz@39: * RSS 2.0 content syndication support in Timeline, Reports and Log/Browser cmlenz@39: * Better, locale-based date and time formatting. cmlenz@39: * Wiki RecentChanges support. cmlenz@39: * Overall usability, consistency and cosmetic improvements. cmlenz@39: * More documentation. cmlenz@39: * Fixed bugs: #16, #68, #81, #88, #98, #101, #102, #103, #104, #105, cmlenz@39: #110, #112, #113, #114, #117, #119, #120, #131, #132, #134, cmlenz@39: #135, #136, #138, #142, #145, #147, #151, #155, #170, #173, cmlenz@39: #174, #175, #177, #179 cmlenz@39: cmlenz@39: cmlenz@39: Trac 0.5.2 'Nameless' (March 2, 2004) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.5.2 cmlenz@39: cmlenz@39: * Performance improvements. cmlenz@39: * Better unicode support in commit-messages. cmlenz@39: * TRAC_ADMIN is now a real "meta-permission" containing all other permissions. cmlenz@39: * Wiki-links of the svn:/path format can now also link to directories. cmlenz@39: * Handle subversion changesets without any "author" specified. cmlenz@39: * "view" checkboxes in the timeline view now reflect the current state. cmlenz@39: * The subversion repository is now indexed by "svnadmin initdb" instead of cmlenz@39: trac.cgi at first execution. cmlenz@39: * trac-admin now has a 'wiki dump' and 'wiki load' commands to cmlenz@39: export/import all pages to/from a directory. cmlenz@39: * Most of the inline css is removed. cmlenz@39: * IE6 navbar problem fixed. cmlenz@39: * Fixed bugs: #69, #73, #77, #78, #79, #80, #84, #85, #86, #89, #90, cmlenz@39: #91, #93, #97 cmlenz@39: cmlenz@39: cmlenz@39: Trac 0.5.1 'Unnamed' (February 25, 2004) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.5.1 cmlenz@39: cmlenz@39: * Navbar now works properly on error pages. cmlenz@39: * Cleaned up source code. Removed ugly tabs. cmlenz@39: * Added missing COPYING, AUTHORS etc. Cleaned up package. cmlenz@39: * trac-admin now works with python 2.1. cmlenz@39: * Fixed bugs: #74, #75, #76, #77 cmlenz@39: cmlenz@39: cmlenz@39: Trac 0.5 'Incognito' (February 23, 2004) cmlenz@39: http://svn.edgewall.com/repos/trac/tags/trac-0.5 cmlenz@39: cmlenz@39: * First release.