Edgewall Software

Changes between Version 95 and Version 96 of TracChangeLog


Ignore:
Timestamp:
Feb 18, 2015, 5:29:25 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Removed releases prior to 0.12.

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeLog

    v95 v96  
    283283
    284284[source:/tags/trac-0.12 View Tag] | [milestone:0.12 View Milestone]
    285 
    286 
    287 == 0.11.x Releases ==
    288 
    289 === ''0.11.8 (unreleased)'' ===
    290 
    291 Trac 0.11.8 only contains a handful of fixes:
    292 
    293  - fix for mod_wsgi 3 and unicode cookies (#9176)
    294  - support newer pytz (e.g. 2010g, #9188)
    295  - support svn_authz unicode module names (#9215)
    296 
    297 //(if you really need those fixes, get Trac from the [source:/branches/0.11-stable] branch directly)//
    298 
    299 === 0.11.7 ===
    300  
    301 Trac 0.11.7 contains a handful of important fixes, the following list
    302 shows the most significant ones.
    303 
    304 Security fixes:
    305  - Fixed a ticket validation issue that would allow unauthorized users to modify the status and resolution of a ticket (#8884)
    306 
    307 Performance improvements:
    308  - Trac wiki had some trouble handling very long unicode words (#9025) [[comment(intentionally kept vague, we don't want to advertize a DOS, do we?)]]
    309  - Full text search was very slow if lots of custom fields were used (#8935)
    310 
    311 Bug fixes:
    312  - Fixed a race condition that could lead to the destruction of the trac.ini file (#8623)
    313  - Fixed creation of new milestone which could have been a rename if performed after a name clash has been detected (#8816)
    314  - Fixed display of value 0 in report cells (#7512)
    315 
    316 [source:/tags/trac-0.11.7 View Tag] | [milestone:0.11.7 View Milestone]
    317 
    318 === 0.11.6 ===
    319 
    320 Trac 0.11.6 contains two security fixes and a number of bug fixes,
    321 performance improvements and minor enhancements. The following list
    322 contains only a few highlights:
    323 
    324 Security fixes:
    325  - Fixed the policy checks in report results when using alternate formats.
    326  - Added a check for the "raw" role that is missing in docutils < 0.6.
    327 
    328 Performance improvements:
    329  - Re-enabled connection pooling with SQLite (#3446).
    330  - Added caching of configuration options (#8510).
    331 
    332 Bug fixes:
    333  - The ''Database is locked'' issue with SQLite databases is believed to be gone for real, at last! (#3446, #8468).
    334  - SQLite v2.x support is now formally deprecated. You're strongly advised to upgrade (#8625).
    335  - Fixed handling of times in timezones with DST (#8240).
    336  - Avoid corruption of trac.ini during write (#8623).
    337  - Improved support for revision ranges in the revision log view (#8349)
    338 
    339 [source:/tags/trac-0.11.6 View Tag] | [milestone:0.11.6 View Milestone]
    340 
    341 === 0.11.5 ===
    342 
    343 Trac 0.11.5 contains several improvements and lots of bug fixes.
    344 
    345 Bug fixes:
    346  - fix one problem that could trigger 100% CPU usage on some platforms (#7785)
    347  - trac.ini fixes, now allowing chaining of `[inherit] file` (#8290) and specify relative paths for `[inherit] plugins_dir/templates_dir` (#8309)
    348  - Subversion 1.6 support (in blame feature #8179, in tests #8278)
    349  - Work around a long standing memory leak in Subversion (#6588)
    350  
    351 New Features:
    352  - Improved Subversion 1.5/1.6 support (svn:mergeinfo #7715)
    353  - Keep-alive support added to TracStandalone, through the `--http11` option (#8020)
    354  - One-time notifications after POST operations (#8166)
    355  - Icons for direct download of attachments (#5718)
    356  - new "[mimeview] treat_as_binary" setting (#2672)
    357  - support for automatic backups of Trac database during upgrade, for all database backends (#2304)
    358  - test infrastructure improvements (support alternate database backends #8169)
    359 
    360 [source:/tags/trac-0.11.5 View Tag] | [milestone:0.11.5 View Milestone]
    361 
    362 === 0.11.4 ===
    363 
    364 Trac 0.11.4 contains a few but important bug fixes and minor improvements.
    365 
    366 Bug fixes:
    367  - fixes the regressions introduced in 0.11.3 (#8061, #7970, #8059)
    368  - fix one more Python 2.6 incompatibility (#8083)
    369  - long standing issue with the display of external links is now fixed (#937)
    370 
    371 [source:/tags/trac-0.11.4 View Tag] | [milestone:0.11.4 View Milestone]
    372 
    373 === 0.11.3 ===
    374 
    375 Trac 0.11.3 contains a couple of bug fixes and minor improvements.
    376 The following list contains only a few highlights:
    377 
    378 Bug fixes:
    379  - Compatibility with Python 2.6 (#7876, #7458)
    380  - PostgreSQL db backend improvement (#4987, #7600)
    381  - Highlighting of search results is more robust (#7324, #7830)
    382  - Unicode related fixes (#7672, #7959, #7845, #7935, #8024)
    383  - Fixed Trac link rendering in ReST (#7712)
    384 
    385 Minor improvements:
    386  - Custom fields can now contain wiki text (#1791)
    387  - A few usability and documentation improvements (#8000, #8004, #8016)
    388 
    389 [source:/tags/trac-0.11.3 View Tag] | [milestone:0.11.3 View Milestone]
    390 
    391 === 0.11.2.1 ===
    392 
    393 Trac 0.11.2.1 fixes a Python 2.3 incompatibility introduced in Trac 0.11.2.
    394 Python 2.4+ users already running Trac 0.11.2 do not need to upgrade.
    395 
    396 [source:/tags/trac-0.11.2.1 View Tag]
    397 
    398 === 0.11.2 ===
    399 
    400 Trac 0.11.2 contains two security fixes and a couple of bug fixes.
    401 The following list contains only a few highlights:
    402 
    403 Bug fixes:
    404  - Fixes potential DOS vulnerability with certain wiki markup. Reported by Matt Murphy.
    405  - Improved HTML sanitizer filter to detect possible phishing attempts. Reported by Simon Willison.
    406  - MySQL db backend improvement (reconnect after idle timeout #4465)
    407  - TicketQuery speed improvements (#6436)
    408  - fixes for RSS feeds (timeline entries no longer truncated #7316, no longer download some feeds under Firefox #3899)
    409  - search now works for custom fields (#2530)
    410  - same order for ticket fields for new and existing tickets (#7018)
    411  - enforce fine-grained permission for "quickjump" search results (#7655)
    412  - e-mail obfuscation was not done in a few remaining places (#7688, #6532)
    413  - uninstall of plugins from the web interface was not working - feature disabled for now
    414  - more robust pagination of results for reports and custom queries (#7424, #7544)
    415  - support for newer version of pygments (#7622)
    416  - documentation updated (#7603, #7205, #7318)
    417 
    418 Minor improvements:
    419  - better support for Wiki page hierarchy (show path #2780, link to parent #2150)
    420  - custom query allow to search in description and other text fields (#4824)
    421 
    422 [source:/tags/trac-0.11.2 View Tag] | [milestone:0.11.2 View Milestone]
    423 
    424 === 0.11.1 ===
    425 
    426 Trac 0.11.1 contains a number of bug fixes and minor enhancements.
    427 The following list contains only a few highlights:
    428 
    429  * Improved DB connection handling (new connection pool)
    430  * Better MySQL backend unicode support. "utf8" and "utf8_bin" is the
    431    recommended database charset and collation settings.
    432  * Fixes intermittent "constraint violation" and "invalid form token"
    433    error messages.
    434  * Fixes roadmap layout glitch in Firefox 3.
    435  * Safer default umask value for tracd (can be set using --umask option)
    436  * Better default PYTHON_EGG_CACHE value.
    437 
    438 [source:/tags/trac-0.11.1 View Tag] | [milestone:0.11.1 View Milestone]
    439 
    440 === ''' 0.11 'Genshi' ''' ===
    441 
    442 Trac 0.11 contains a great number of new features, improvements and
    443 bug fixes. The following list contains only a few highlights:
    444 
    445  * New template engine for generating content (Genshi)
    446  * New configurable workflow in the ticket subsystem
    447  * Finer-grained control of permissions
    448  * Support for Pygments as the default syntax highlighter
    449  * Improved repository browser ("blame" support, dynamic in-place
    450    expansion of folders)
    451  * Improved user preferences subsystem, among which the possibility for
    452  * any user to select their time zone and disable access keys
    453  * The [trac:WebAdmin] plugin is now an integral part of Trac
    454  * Paging of timeline and query results.
    455 
    456 [source:/tags/trac-0.11 View Tag] | [milestone:0.11 View Milestone]
    457 
    458 
    459 == 0.10.x Releases ==
    460 === 0.10.5 ===
    461 
    462 Trac 0.10.5 contains two security fixes and a couple of bug fixes.
    463 The following list contains only a few highlights:
    464  
    465  * Fixes a cross-site redirection vulnerability in the quickjump function
    466    reported by Russ McRee.
    467  * Fixes a wiki engine XSS vulnerability found by Nathan Collins.
    468  * Added PostgreSQL 8.3 support.
    469  * Fixes FineGrainedPermissions for scoped repositories.
    470  * Fixes problem with repository syncing raising exceptions.
    471 
    472 [source:/tags/trac-0.10.5 View Tag] | [milestone:0.10.5 View Milestone]
    473 
    474 === 0.10.4 ===
    475 
    476  Trac 0.10.4 is a bug fix release. The following list contains only a few highlights:
    477 
    478  * Repository cache improvements. The new syncing scheme is incompatible with the previous one
    479    and requires a database schema upgrade in order to prevent the old and the new codebase to be mixed.
    480    A repository resync is not needed, though. The 0.10.4 scheme is compatible with the 0.11 one.
    481    (#3837, #4043 and #4586)
    482  * Fix a possible freeze under heavy load (#4465)
    483 
    484 [source:/tags/trac-0.10.4 View Tag] | [milestone:0.10.4 View Milestone]
    485 
    486 === 0.10.3.1 ===
    487 
    488 Trac 0.10.3.1 is a security release:
    489  * Always send "Content-Disposition: attachment" headers where potentially
    490    unsafe (user provided) content is available for download. This behaviour
    491    can be altered using the "render_unsafe_content" option in the
    492    "attachment" and "browser" sections of trac.ini.
    493  * Fixed XSS vulnerability in "download wiki page as text" in combination with
    494    Microsoft IE. Reported by Yoshinori Oota, Business Architects Inc.
    495 
    496 [source:/tags/trac-0.10.3.1 View Tag] | [milestone:0.10.3.1 View Milestone]
    497 
    498 === 0.10.3 ===
    499 
    500 Trac 0.10.3 is a bug fix release. The following list contains only a few highlights:
    501 
    502  * Timeline fail to load with a "NoSuchChangeset" error message (#4132).
    503  * Timed out MySQL connections not handled properly (#3645).
    504  * Subversion repository resync broken. (#4204).
    505 
    506 [source:/tags/trac-0.10.3 View Tag] | [milestone:0.10.3 View Milestone]
    507 
    508 === 0.10.2 ===
    509 
    510 Trac 0.10.2 is a bug fix release. The following list contains only a few highlights:
    511 
    512  * Fixes deadlock when using authz_file config option (#3996).
    513  * Makes the CSRF code play nice with the XML-RPC plugin (#4122).
    514  * Fixes Timeline breakage after svn commit when using sqlite (#4120).
    515 
    516 [source:/tags/trac-0.10.2 View Tag] | [milestone:0.10.2 View Milestone]
    517 
    518 === 0.10.1 ===
    519 
    520 Trac 0.10.1 contains a security fix and a number of bug fixes. The following list contains only a few highlights:
    521 
    522  * Fixed CSRF vulnerability (#4049), reported by Daniel Kahn Gillmor.
    523  * Improved DB connection handling (#3503)
    524  * [wiki:TracStandalone tracd] no longer tries to resolve client's IP address (#3481).
    525 
    526 [source:/tags/trac-0.10.1 View Tag] | [milestone:0.10.1 View Milestone]
    527 
    528 === ''' 0.10 'Zengia' ''' ===
    529 
    530 Trac 0.10 contains a great number of new features, improvements and
    531 bug fixes. The following list contains only a few highlights:
    532 
    533  * Support for spam protection.
    534  * Advanced diff support.
    535  * InterWiki and InterTrac support.
    536  * Improved notification system.
    537  * WSGI Used as web server protocol.
    538 
    539 A more complete list of new features can be found in the RELEASE file.
    540 
    541 [source:/tags/trac-0.10 View Tag] | [milestone:0.10 View Milestone]
    542 
    543 
    544 == 0.9.x Releases ==
    545 === 0.9.6 ===
    546 
    547  * Fixed reStructuredText breach of privacy and denial of service vulnerability
    548    found by Felix Wiemann.
    549  * trac-post-commit-hook fixes.
    550  * Fixed bugs: #2894, #3058, #3209 #3325.
    551 
    552 [source:/tags/trac-0.9.6 View Tag] | [milestone:0.9.6 View Milestone]
    553 
    554 === 0.9.5 ===
    555 
    556  * Fixed wiki macro XSS vulnerability found by Mr. Kazuhiro Nishiyama http://jvn.jp/jp/JVN%2384091359/index.html.
    557  * Smaller memory usage when accessing subversion history.
    558  * Fixed issue with incorrectly generated urls when installed behind a web
    559    proxy (#2531).
    560  * Fixed bugs: #2531, #2777, #3020.
    561 
    562 [source:/tags/trac-0.9.5 View Tag] | [milestone:0.9.5 View Milestone]
    563 
    564 === 0.9.4 ===
    565 
    566  * Deletion of reports has been fixed.
    567  * Various encoding issues with the timeline RSS feed have been fixed.
    568  * Fixed a memory leak when syncing with the repository.
    569  * Milestones in the roadmap are now ordered more intelligently.
    570  * Fixed bugs: #1064, #1150, #2006, #2253, #2324, #2330, #2408, #2430,
    571    #2431, #2459, #2544, #2459, #2481, #2485, #2536, #2544, #2553,
    572    #2580, #2583, #2606, #2613, #2621, #2664, #2666, #2680, #2706,
    573    #2707, #2735
    574 
    575 [source:/tags/trac-0.9.4 View Tag] | [milestone:0.9.4 View Milestone]
    576 
    577 === 0.9.3 ===
    578 
    579  * Fixed XSS vulnerabilities.
    580  * Timeline RSS feed validity issue resolved.
    581  * "trac-admin initenv" now handles empty repositories.
    582  * Textile unicode support.
    583  * Fixed bugs: #1158, #2290, #2337, #2416, #2440, #2468, #2473, #2484,
    584    #2490, #2493, #2512, #2517, #2519, #2527, #2548, #2558, #2558
    585 
    586 [source:/tags/trac-0.9.3 View Tag] | [milestone:0.9.3 View Milestone]
    587 
    588 === 0.9.2 ===
    589 
    590  * Fixed SQL injection vulnerability in search module.
    591  * Fixed broken ticket email notifications.
    592 
    593 [source:/tags/trac-0.9.2 View Tag] | [milestone:0.9.2 View Milestone]
    594 
    595 === 0.9.1 ===
    596 
    597  * Fixed SQL injection vulnerability in ticket query module.
    598  * Fixed bugs: #1633, #2167, #2283, #2284, #2285, #2291, #2292, #2300,
    599    #2318, #2329, #2366, #2369, #2373, #2383, #2416
    600 
    601 [source:/tags/trac-0.9.1 View Tag] | [milestone:0.9.1 View Milestone]
    602 
    603 === ''' 0.9 'Vodun' ''' ===
    604 
    605  * Support for a global `trac.ini` configuration file.
    606  * Changed logic for enabling plugins/components.
    607  * Improved support for handling repository subsets.
    608  * Fixes problems with Trac links when using multiple environments in the
    609    same Python interpreter.
    610  * Improvements to email notification layout and encoding.
    611  * Fixes for database locking with SQLite, in particular in a multi-threaded
    612    environment.
    613  * PostgreSQL compatibility fixes.
    614  * Fixed bugs: #804, #861, #927, #1044, #1051, #1123, #1153, #1169,
    615    #1239, #1344, #1463, #1562, #1881, #1886, #1895, #1909, #1921, #1930,
    616    #1983, #1988, #2019, #2051, #2061, #2229, #2106, #2107, #2116, #2120,
    617    #2124, #2129, #2135, #2136, #2138, #2140, #2144, #2164, #2166, #2170,
    618    #2172, #2191, #2192, #2196, #2201, #2202, #2203, #2208, #2215, #2218,
    619    #2223, #2230, #2232, #2239, #2240, #2241, #2243, #2251,
    620 
    621 [source:/tags/trac-0.9 View Tag] | [milestone:0.9 View Milestone]
    622 
    623 === 0.9b2 ===
    624 
    625  * Support for setuptools 0.6.
    626  * Allow insertion of a custom HTML snippet above the new ticket form
    627    to explain site-specific policies and/or guidelines.
    628  * Much improved Bugzilla import script.
    629  * Fixed a bug where deleting a wiki page version would sometimes delete
    630    the entire page.
    631  * Fixes for the rendering of diffs and patches.
    632  * Fixes for the Subversion authz support.
    633  * Fixed bugs: #2008, #2032, #2034, #1801, #1893, #1040, #2040,
    634    #1036, #1944, #1081, #1863, #2052, #2066, #2016, #2090, #1985,
    635    #2012, #2089, #2079, #1999, #2029, #2079, #1960, #2080, #2021,
    636    #2042, #2088, #1345, #2011, #2100, #2103, #2113, #2116
    637 
    638 [source:/tags/trac-0.9b2 View Tag] | [milestone:0.9 View Milestone]
    639 
    640 === 0.9b1 ===
    641 
    642 Trac 0.9 contains a great number of new features, improvements and bug fixes. The following list contains only a few highlights:
    643 
    644  * License changed from GPL to modified BSD (See the file COPYING).
    645  * Improved modularity and extendibility (plugin support).
    646  * Support for both pysqlite 1.x and pysqlite 2.x.
    647  * Postgresql database support (with psycopg or pyPgSQL).
    648  * Repository subsets. Multiple Trac environments can share a single
    649    repository.
    650  * Version control abstraction layer making it possible to support
    651    other version control systems besides subversion in the future.
    652  * FastCGI frontend support.
    653  * Python version >= 2.3 is now required.
    654 
    655 [source:/tags/trac-0.9b1 View Tag] | [milestone:0.9 View Milestone]
    656 
    657 
    658 == 0.8.x Releases ==
    659 === 0.8.4 ===
    660 
    661  * Fixed file upload vulnerability. Trac could be tricked into uploading files outside the environment directory. All users are recommended to upgrade. Vulnerability found by the Hardened-PHP project.
    662 
    663 === 0.8.3 ===
    664 
    665  * Fix compatibility of 'trac-admin resync' with Subversion >= 1.2.
    666  * Settings page now works correctly when Trac is deployed at the
    667    root of a host.
    668  * Windows packaging issues resolved.
    669  * Fixed bugs: #1282, #1500, #1648
    670 
    671 [source:/tags/trac-0.8.3 View Tag] | [milestone:0.8.3 View Milestone]
    672 
    673 === 0.8.2 ===
    674 
    675  * Compatibility with Subversion >= 1.2 fixed.
    676  * Compatibility with Docutils >= 0.3.7 fixed.
    677  * Fixed bugs: #1020, #1302, #1500, #1182, #1339, #1518
    678    #1525, #1618
    679 
    680 [source:/tags/trac-0.8.2 View Tag] | [milestone:0.8.2 View Milestone]
    681 
    682 === 0.8.1 ===
    683 
    684  * Improved Python 2.1 compatibility.
    685  * Layout of navigation bar in Opera fixed.
    686  * Execution of Javascript through event handler attributes
    687    in HTML code is now forbidden.
    688  * Fixed bugs: #157, #371, #556, #683, #970, #971, #972,
    689    #974, #979, #983, #1001, #1003, #1007, #1008, #1011,
    690    #1020, #1026, #1030, #1045, #1054, #1070, #1072, #1074,
    691    #1076, #1087, #1090, #1103, #1108, #1111, #1136, #1159,
    692    #1164, #1190, #1195, #1220
    693 
    694 [source:/tags/trac-0.8.1 View Tag] | [milestone:0.8.1 View Milestone]
    695 
    696 === ''' 0.8 'Qualia' ''' ===
    697 
    698  * Roadmap module.
    699  * Support for custom ticket properties.
    700  * Wiki administration features.
    701  * Advanced ticket queries.
    702  * Improved diff display.
    703  * User preferences.
    704  * Wiki editing (near-wysiwyg) aids à la wikipedia.
    705  * Improved email notification.
    706  * Fixed bugs: #13, #63, #99, #100, #158, #164, #203, #210,
    707    #225, #264, #304, #306, #326, #346, #347, #351,
    708    #352, #364, #373, #375, #405, #411, #416, #431,
    709    #433, #434, #436, #438, #443, #445, #446, #447,
    710    #450, #452, #453, #455, #458, #460, #465, #468,
    711    #471, #472, #473, #474, #477, #478, #479, #480,
    712    #482, #483, #486, #487, #489, #491, #492, #494,
    713    #496, #501, #503, #506, #510, #512, #513, #514,
    714    #516, #522, #524, #526, #527, #528, #530, #532,
    715    #536, #537, #538, #539, #542, #543, #545, #546,
    716    #550, #551, #552, #553, #555, #556, #557, #558,
    717    #559, #560, #565, #567, #568, #570, #572, #574,
    718    #577, #578, #580, #581, #583, #587, #589, #591,
    719    #593, #594, #597, #598, #599, #600, #601, #602,
    720    #606, #609, #610, #612, #613, #616, #618, #619,
    721    #620, #622, #623, #626, #627, #628, #630, #631,
    722    #634, #644, #647, #648, #651, #652, #657, #658,
    723    #660, #664, #668, #669, #670, #671, #674, #675,
    724    #676, #677, #678, #680, #690, #692, #696, #698,
    725    #699, #703, #705, #706, #708, #709, #713, #714,
    726    #715, #716, #718, #720, #721, #722, #726, #727,
    727    #730, #732, #734, #735, #736, #737, #738, #741,
    728    #742, #743, #744, #745, #748, #749, #750, #751,
    729    #752, #759, #762, #764, #768, #769, #770, #771,
    730    #774, #775, #776, #778, #779, #780, #785, #789,
    731    #793, #798, #800, #806, #807, #815, #816, #817,
    732    #818, #829, #830, #831, #833, #836, #844, #846,
    733    #848, #850, #851, #852, #872, #873, #877, #878,
    734    #885, #888, #889, #892, #901, #903, #907, #912,
    735    #916, #923, #929, #931, #932, #935.
    736 
    737 [source:/tags/trac-0.8 View Tag] | [milestone:0.8 View Milestone]
    738 
    739 
    740 == 0.7.x Releases ==
    741 === 0.7.1 'Argento' ===
    742 
    743  * Bugfixes for 0.7
    744  * Fixes security hole in auth.py
    745  * Experimental support for mod_python
    746  * Improved MIME-types
    747  * Fixed bugs: #93, #202, #307, #312, #342, #345, #350, #353, #355, #391, #393, #401, #404, #406, #415, #417, #419, #420, #421, #422, #424, #425, #428, #429, #432, #435, #437, #441, #442, #448, #451, #452, #456, #457, #461, #463, #466, #467, #470, #497, #498, #502, #504
    748 
    749 [source:/tags/trac-0.7.1 View Tag] | [milestone:0.7.1 View Milestone]
    750 
    751 === ''' 0.7 'Fulci' ''' ===
    752 
    753  * Revised database format (requires [source:trunk/UPGRADE?rev=487 manual upgrade]).
    754  * Trac standalone daemon, tracd (Experimental).
    755  * Greatly improved [wiki:TracBrowser browser].
    756  * Many usability improvements.
    757  * UTF-8 character encoding support.
    758  * Wiki page attachments.
    759  * [wiki:TracSyntaxColoring Syntax coloring] supporting >35 languages, using SilverCity or GNU Enscript.
    760  * [wiki:TracLogging Logging support], including syslog and windows eventlog.
    761  * Ticket attachments.
    762  * Import tickets from Bugzilla (contributed by Mark Rowe).
    763  * Import tickets from SourceForge (contributed by Dmitry Yusupov).
    764  * New ticket field: keywords
    765  * [wiki:TracNotification Ticket email notification].
    766  * Localized date and time display.
    767  * Viewable SQL for reports.
    768  * Improved search facilities.
    769  * Windows installer package.
    770  * More documentation.
    771  * Bugs fixed:  #14, #19, #27, #62, #87, #96, #106, #111, #115, #127, #146, #158, #161, #166, #171, #180, #182, #183, #188, #190, #191, #192, #193, #195, #196, #197, #201, #202, #205, #207, #210, #211, #212, #213, #220, #224, #227, #228, #230, #231, #233, #235, #236, #239, #240, #241, #243, #244, #245, #246, #247, #248, #249, #251, #252, #253, #254, #255, #258, #259, #261, #262, #263, #264, #265, #270, #271, #273, #275, #277, #278, #281, #284, #285, #288, #289, #292, #293, #294, #295, #296, #300, #301, #302, #304, #306, #307, #310, #312, #313, #314, #315, #316, #320, #322, #326, #328, #336, #337, #338, #339, #340, #341, #343
    772 
    773 [source:/tags/trac-0.7 View Tag] | [milestone:0.7 View Milestone]
    774 
    775 
    776 == 0.6.x Releases ==
    777 === 0.6.1 '245 Trioxin' ===
    778 
    779  * Duplication of empty lines on Windows should no longer happen.
    780  * RSS now escapes entities in summary.
    781  * Search results won't highlight dates anymore.
    782  * RPM for SuSE Linux.
    783  * Preliminary executable Windows Installer.
    784  * More documentation.
    785  * Fixed bugs: #163, #165, #189, #198, #200, #206, #209, #214, #223, #244
    786 
    787 [source:/tags/trac-0.6.1 View Tag] | [milestone:0.6.1 View Milestone]
    788 
    789 === ''' 0.6 'Solanum' ''' ===
    790 
    791  * View diffs between wiki page edits.
    792  * Improved [http://projects.edgewall.com/trac/search/ Search module].
    793  * Support for tables in the wiki. (Thanks to Stephen Hansen)
    794  * Colored reports. Use colors to show priority, etc.
    795  * Support for custom wiki processor macros. (See TracReports)
    796  * reStructuredText markup support (See WikiRestructuredText)
    797  * HTML markup support (See WikiHtml)
    798  * Report groups. Group results by a column.
    799  * Multi-line report rows.
    800  * Download report in CSV (Comma Separated Value) and tab-separated format
    801  * RSS 2.0 content syndication support in Timeline, Reports and Log.
    802  * Better, locale-based date and time formatting.
    803  * Wiki RecentChanges support.
    804  * Overall usability, consistency and cosmetic improvements.
    805  * More documentation.
    806 
    807 [source:/tags/trac-0.6 View Tag] | [milestone:0.6 View Milestone]
    808 
    809 
    810 == 0.5.x Releases ==
    811 === 0.5.2 ===
    812 
    813  * Performance improvements.
    814  * Better unicode support in commit-messages.
    815  * TRAC_ADMIN is now a real "meta-permission" containing all other permissions.
    816  * Wiki-links of the svn:/path format can now also link to directories.
    817  * Handle subversion changesets without any "author" specified.
    818  * "view" checkboxes in the timeline view now reflect the current state.
    819  * The subversion repository is now indexed by "svnadmin initdb" instead of trac.cgi at first execution.
    820  * Most of the inline css is removed.
    821  * IE6 navbar problem fixed.
    822  * Fixed bugs: #69, #73, #77, #78, #79, #80, #84, #85, #86, #89, #90,#91, #93, #97,
    823 
    824 [source:/tags/trac-0.5.2 View Tag] | [milestone:0.5.2 View Milestone]
    825 
    826 === 0.5.1 ===
    827 
    828  * Navbar now works properly on error pages.
    829  * Cleaned up source code. Removed ugly tabs.
    830  * Added missing COPYING, AUTHORS etc. Cleaned up package.
    831  * trac-admin now works with python 2.1.
    832  * Fixed bugs: #74, #75, #76, #77.
    833  * 0.5.1: Minor Release.
    834 
    835 [source:/tags/trac-0.5.1 View Tag] | [milestone:0.5.1 View Milestone]
    836 
    837 === ''' 0.5 ''' ===
    838 
    839  * 0.5: First release.
    840 
    841 [source:/tags/trac-0.5 View Tag] | [milestone:0.5 View Milestone]