Software Freedom Law Center

root/trunk/trac/ChangeLog

Revision 103, 16.6 kB (checked in by bkuhn, 7 months ago)

r129@hughes: bkuhn | 2008-05-01 21:46:34 -0400

  • Merged upstream trac via: svk smerge /loblaw/local/branches/trac.upstream-r6969 .
Line 
1 Trac 0.11rc1 'Genshi' (April 30, 2008)
2 http://svn.edgewall.org/repos/trac/tags/trac-0.11rc1
3
4  Trac 0.11rc1 contains a great number of new features, improvements and
5  bug fixes. The following list contains only a few highlights:
6
7  * New template engine for generating content (Genshi)
8  * New configurable workflow in the ticket subsystem
9  * Finer-grained control of permissions
10  * Support for Pygments as the default syntax highlighter
11  * Improved repository browser ("blame" support, dynamic in-place
12    expansion of folders)
13  * Improved user preferences subsystem, among which the possibility for
14  * any user to select their time zone and disable access keys
15  * The WebAdmin plugin is now an integral part of Trac
16  * Paging of timeline and query results.
17
18  A more complete list of new features can be found in the RELEASE file.
19  The complete list of closed tickets can be found here:
20    http://trac.edgewall.org/query?status=closed&milestone=0.11
21
22 Trac 0.11b2 'Genshi' (March 12, 2008)
23 http://svn.edgewall.org/repos/trac/tags/trac-0.11b2
24
25   See 0.11rc1
26
27 Trac 0.11b1 'Genshi' (December 18, 2007)
28 http://svn.edgewall.org/repos/trac/tags/trac-0.11b1
29
30  See 0.11b2.
31
32 Trac 0.10.4 (April 20, 2007)
33 http://svn.edgewall.org/repos/trac/tags/trac-0.10.4
34
35  Trac 0.10.4 is a bug fix release. The following list contains only a
36  few highlights:
37
38  * Repository cache improvements. The new syncing scheme is incompatible with
39    the previous one and requires a database schema upgrade in order to prevent
40    the old and the new codebase to be mixed. A repository resync is not needed,
41    though. The 0.10.4 scheme is compatible with the 0.11 one.
42    (#3837, #4043 and #4586)
43  * Fix a possible freeze under heavy load (#4465)
44
45  The complete list of closed tickets can be found here:
46    http://trac.edgewall.org/query?status=closed&milestone=0.10.4
47
48 Trac 0.10.3.1 (Mar 8, 2007)
49 http://svn.edgewall.org/repos/trac/tags/trac-0.10.3.1
50
51  Trac 0.10.3.1 is a security fix release.
52        
53  * Always send "Content-Disposition: attachment" headers where potentially
54    unsafe (user provided) content is available for download. This behaviour
55    can be altered using the "render_unsafe_content" option in the
56    "attachment" and "browser" sections of trac.ini.
57  * Fixed XSS vulnerability in "download wiki page as text" in combination with
58    Microsoft IE. Reported by Yoshinori Oota, Business Architects Inc.
59
60 Trac 0.10.3 (Dec 12, 2006)
61 http://svn.edgewall.org/repos/trac/tags/trac-0.10.3
62
63  Trac 0.10.3 is a bug fix release. The following list contains only a
64  few highlights:
65
66  * Timeline fail to load with a "!NoSuchChangeset" error message (#4132).
67  * Timed out MySQL connections not handled properly (#3645).
68  * Subversion repository resync broken. (#4204).
69
70  The complete list of closed tickets can be found here:
71    http://trac.edgewall.org/query?status=closed&milestone=0.10.3
72
73 Trac 0.10.3rc1 (Dec 7, 2006)
74 http://svn.edgewall.org/repos/trac/tags/trac-0.10.3rc1
75
76  See 0.10.3
77
78 Trac 0.10.2 (Nov 13, 2006)
79 http://svn.edgewall.org/repos/trac/tags/trac-0.10.2
80
81  Trac 0.10.2 is a bug fix release. The following list contains only a
82  few highlights:
83
84  * Fixes deadlock when using authz_file config option (#3996).
85  * Makes the CSRF code play nice with the XmlRpcPlugin (#4122).
86  * Fixes Timeline breakage after svn commit when using sqlite (#4120).
87
88  The complete list of closed tickets can be found here:
89    http://trac.edgewall.org/query?status=closed&milestone=0.10.2
90
91 Trac 0.10.1 (Nov 8, 2006)
92 http://svn.edgewall.org/repos/trac/tags/trac-0.10.1
93
94  Trac 0.10.1 contains a security fix and a number of bug fixes.
95  The following list contains only a few highlights:
96
97  * Fixed CSRF vulnerability (#4049), reported by Daniel Kahn Gillmor.
98  * Improved DB connection handling (#3503)
99  * Tracd no longer tries to resolve client's IP address (#3481).
100
101  The complete list of closed tickets can be found here:
102    http://trac.edgewall.org/query?status=closed&milestone=0.10.1
103
104 Trac 0.10 'Zengia' (Sep 28, 2006)
105 http://svn.edgewall.org/repos/trac/tags/trac-0.10
106
107  Trac 0.10 contains a great number of new features, improvements and
108  bug fixes. The following list contains only a few highlights:
109
110  * Support for spam protection.
111  * Advanced diff support.
112  * InterWiki and InterTrac support.
113  * Improved notification system.
114  * WSGI Used as web server protocol.
115
116  A more complete list of new features can be found in the RELEASE file.
117  The complete list of closed tickets can be found here:
118    http://trac.edgewall.org/query?status=closed&milestone=0.10
119
120 Trac 0.10-rc1  (Sep 22, 2006)
121 http://svn.edgewall.org/repos/trac/tags/trac-0.10rc1
122
123  See 0.10
124
125 Trac 0.10-beta1  (Aug 28, 2006)
126 http://svn.edgewall.org/repos/trac/tags/trac-0.10b1
127
128  See 0.10
129
130 ----
131
132 Trac 0.9.6  (Jul 6, 2006)
133 http://svn.edgewall.org/repos/trac/tags/trac-0.9.6
134
135  * Fixed reStructuredText breach of privacy and denial of service vulnerability
136    found by Felix Wiemann.
137  * trac-post-commit-hook fixes.
138  * Fixed bugs: #2894, #3058, #3209 #3325.
139
140 Trac 0.9.5  (Apr 18, 2006)
141 http://svn.edgewall.org/repos/trac/tags/trac-0.9.5
142
143  * Fixed wiki macro XSS vulnerability found by Mr. Kazuhiro Nishiyama:
144    http://jvn.jp/jp/JVN%2384091359/index.html
145  * Smaller memory usage when accessing subversion history.
146  * Fixed issue with incorrectly generated urls when installed behind a web
147    proxy (#2531).
148  * Fixed bugs: #2531, #2777, #3020.
149
150 Trac 0.9.4  (Feb 15, 2006)
151 http://svn.edgewall.org/repos/trac/tags/trac-0.9.4
152
153  * Deletion of reports has been fixed.
154  * Various encoding issues with the timeline RSS feed have been fixed.
155  * Fixed a memory leak when syncing with the repository.
156  * Milestones in the roadmap are now ordered more intelligently.
157  * Fixed bugs: #1064, #1150, #2006, #2253, #2324, #2330, #2408, #2430,
158    #2431, #2459, #2544, #2459, #2481, #2485, #2536, #2544, #2553,
159    #2580, #2583, #2606, #2613, #2621, #2664, #2666, #2680, #2706,
160    #2707, #2735
161
162 Trac 0.9.3  (Jan 8, 2006)
163 http://svn.edgewall.org/repos/trac/tags/trac-0.9.3
164
165  * Fixed XSS vulnerabilities.
166  * Timeline RSS feed validity issue resolved.
167  * "trac-admin initenv" now handles empty repositories.
168  * Textile unicode support.
169  * Fixed bugs: #1158, #2290, #2337, #2416, #2440, #2468, #2473, #2484,
170    #2490, #2493, #2512, #2517, #2519, #2527, #2548, #2558, #2558
171
172 Trac 0.9.2  (Dec 5, 2005)
173 http://svn.edgewall.org/repos/trac/tags/trac-0.9.2
174
175  * Fixed SQL injection vulnerability in ticket search module.
176  * Fixed broken ticket email notifications.
177
178 Trac 0.9.1  (Dec 1, 2005)
179 http://svn.edgewall.org/repos/trac/tags/trac-0.9.1
180
181  * Fixed SQL injection vulnerability in ticket query module.
182  * Fixed bugs: #1633, #2167, #2283, #2284, #2285, #2291, #2292, #2300,
183    #2318, #2329, #2366, #2369, #2373, #2383, #2416, #2457
184
185
186 Trac 0.9 'Vodun' (Oct 31, 2005)
187 http://svn.edgewall.org/repos/trac/tags/trac-0.9
188
189  * Support for a global trac.ini configuration file.
190  * Changed logic for enabling plugins/components.
191  * Improved support for handling repository subsets.
192  * Fixes problems with Trac links when using multiple environments in the
193    same Python interpreter.
194  * Improvements to email notification layout and encoding.
195  * Fixes for database locking with SQLite, in particular in a multi-threaded
196    environment.
197  * PostgreSQL compatibility fixes.
198  * Fixed bugs: #804, #861, #927, #1044, #1051, #1123, #1153, #1169,
199    #1239, #1344, #1463, #1562, #1881, #1886, #1895, #1909, #1921, #1930,
200    #1983, #1988, #2019, #2051, #2061, #2229, #2106, #2107, #2116, #2120,
201    #2124, #2129, #2135, #2136, #2138, #2140, #2144, #2164, #2166, #2170,
202    #2172, #2191, #2192, #2196, #2201, #2202, #2203, #2208, #2215, #2218,
203    #2223, #2230, #2232, #2239, #2240, #2241, #2243, #2251,
204
205
206 Trac 0.9-beta2  (Sept 25, 2005)
207 http://svn.edgewall.org/repos/trac/tags/trac-0.9b2
208
209  * Support for setuptools 0.6.
210  * Allow insertion of a custom HTML snippet above the new ticket form
211    to explain site-specific policies and/or guidelines.
212  * Much improved Bugzilla import script.
213  * Fixed a bug where deleting a wiki page version would sometimes delete
214    the entire page.
215  * Fixes for the rendering of diffs and patches.
216  * Fixes for the Subversion authz support.
217  * Fixed bugs: #2008, #2032, #2034, #1801, #1893, #1040, #2040,
218    #1036, #1944, #1081, #1863, #2052, #2066, #2016, #2090, #1985,
219    #2012, #2089, #2079, #1999, #2029, #2079, #1960, #2080, #2021,
220    #2042, #2088, #1345, #2011, #2100, #2103, #2113, #2116, #2109
221
222
223 Trac 0.9-beta1  (Sept 5, 2005)
224 http://svn.edgewall.org/repos/trac/tags/trac-0.9b1
225
226  Trac 0.9 contains a great number of new features, improvements and
227  bug fixes. The following list contains only a few highlights:
228
229  * License changed from GPL to modified BSD (See the file COPYING).
230  * Improved modularity and extendibility (plugin support).
231  * Support for both pysqlite 1.x and pysqlite 2.x.
232  * Postgresql database support (with psycopg or pyPgSQL).
233  * Repository subsets. Multiple Trac environments can share a single
234    repository.
235  * Version control abstraction layer making it possible to support
236    other version control systems besides subversion in the future.
237  * FastCGI frontend support.
238  * Python version >= 2.3 is now required.
239
240  The complete list of closed tickets can be found here:
241    http://trac.edgewall.org/query?status=closed&milestone=0.9
242
243 ----
244
245 Trac 0.8.3  (Jun 15, 2005)
246 http://svn.edgewall.org/repos/trac/tags/trac-0.8.3
247
248  * Fix compatibility of 'trac-admin resync' with Subversion >= 1.2.
249  * Settings page now works correctly when Trac is deployed at the
250    root of a host.
251  * Windows packaging issues resolved.
252  * Fixed bugs: #1282, #1500, #1648
253
254
255 Trac 0.8.2  (Jun 1, 2005)
256 http://svn.edgewall.org/repos/trac/tags/trac-0.8.2
257
258  * Compatibility with Subversion >= 1.2 fixed.
259  * Compatibility with Docutils >= 0.3.7 fixed.
260  * Fixed bugs: #1020, #1302, #1500, #1182, #1339, #1518
261    #1525, #1618
262
263
264 Trac 0.8.1  (Feb 28, 2005)
265 http://svn.edgewall.org/repos/trac/tags/trac-0.8.1
266
267  * Improved Python 2.1 compatibility.
268  * Layout of navigation bar in Opera fixed.
269  * Execution of Javascript through event handler attributes
270    in HTML code is now forbidden.
271  * Fixed bugs: #157, #371, #556, #683, #970, #971, #972,
272    #974, #979, #983, #1001, #1003, #1007, #1008, #1011,
273    #1020, #1026, #1030, #1045, #1054, #1070, #1072, #1074,
274    #1076, #1087, #1090, #1103, #1108, #1111, #1136, #1159,
275    #1164, #1190, #1195, #1220
276
277
278 Trac 0.8 'Qualia'  (Nov 15, 2004)
279 http://svn.edgewall.org/repos/trac/tags/trac-0.8
280
281  * Roadmap module.
282  * Support for custom ticket properties.
283  * Wiki administration features.
284  * Advanced ticket queries.
285  * Improved diff display.
286  * User preferences.
287  * Wiki editing (near-wysiwyg) aids a la wikipedia.
288  * Improved email notification.
289  * Fixed bugs: #13, #63, #99, #100, #158, #164, #203, #210,
290    #225, #264, #304, #306, #326, #346, #347, #351,
291    #352, #364, #373, #375, #405, #411, #416, #431,
292    #433, #434, #436, #438, #443, #445, #446, #447,
293    #450, #452, #453, #455, #458, #460, #465, #468,
294    #471, #472, #473, #474, #477, #478, #479, #480,
295    #482, #483, #486, #487, #489, #491, #492, #494,
296    #496, #501, #503, #506, #510, #512, #513, #514,
297    #516, #522, #524, #526, #527, #528, #530, #532,
298    #536, #537, #538, #539, #542, #543, #545, #546,
299    #550, #551, #552, #553, #555, #556, #557, #558,
300    #559, #560, #565, #567, #568, #570, #572, #574,
301    #577, #578, #580, #581, #583, #587, #589, #591,
302    #593, #594, #597, #598, #599, #600, #601, #602,
303    #606, #609, #610, #612, #613, #616, #618, #619,
304    #620, #622, #623, #626, #627, #628, #630, #631,
305    #634, #644, #647, #648, #651, #652, #657, #658,
306    #660, #664, #668, #669, #670, #671, #674, #675,
307    #676, #677, #678, #680, #690, #692, #696, #698,
308    #699, #703, #705, #706, #708, #709, #713, #714,
309    #715, #716, #718, #720, #721, #722, #726, #727,
310    #730, #732, #734, #735, #736, #737, #738, #741,
311    #742, #743, #744, #745, #748, #749, #750, #751,
312    #752, #759, #762, #764, #768, #769, #770, #771,
313    #774, #775, #776, #778, #779, #780, #785, #789,
314    #793, #798, #800, #806, #807, #815, #816, #817,
315    #818, #829, #830, #831, #833, #836, #844, #846,
316    #848, #850, #851, #852, #872, #873, #877, #878,
317    #885, #888, #889, #892, #901, #903, #907, #912,
318    #916, #923, #929, #931, #932, #935
319
320 ----
321
322 Trac 0.7.1 'Argento'  (Jun, 2004)
323 http://svn.edgewall.org/repos/trac/tags/trac-0.7.1
324
325  * Bugfixes for 0.7
326  * Fixes security hole in auth.py
327  * Experimental support for mod_python
328  * Improved MIME-types
329  * Fixed bugs: #93, #202, #307, #312, #342, #345, #350, #353, #355, #391,
330    #393, #401, #404, #406, #415, #417, #419, #420, #421, #422, #424,
331    #425, #428, #429, #432, #435, #437, #441, #442, #448, #451, #452,
332    #456, #457, #461, #463, #466, #467, #470, #497, #498, #502, #504
333
334
335 Trac 0.7 'Fulci'  (May 18, 2004)
336 http://svn.edgewall.org/repos/trac/tags/trac-0.7
337
338  * Revised database format (requires manual upgrade).
339  * Trac standalone daemon, tracd (Experimental).
340  * Greatly improved browser.
341  * Many usability improvements.
342  * Clean-up of CSS and templates.
343  * UTF-8 character encoding support.
344  * Wiki page attachments.
345  * Syntax coloring supporting >35 languages, using SilverCity or GNU Enscript.
346  * Better support for ReStructuredText.
347  * Logging support, including syslog and windows eventlog.
348  * Ticket attachments.
349  * Import tickets from Bugzilla (contributed by Mark Rowe).
350  * Import tickets from SourceForge (contributed by Dmitry Yusupov).
351  * New ticket field: keywords
352  * Ticket email notification.
353  * Localized date and time display.
354  * Viewable SQL for reports.
355  * Improved search facilities.
356  * Windows installer package.
357  * More documentation.
358  * Fixed bugs: #14, #19, #27, #62, #87, #96, #106, #111, #115, #127, #146,
359    #161, #166, #171, #180, #182, #183, #188, #190, #191, #192, #193,
360    #195, #196, #197, #201, #205, #207, #211, #212, #213, #220, #224,
361    #227, #228, #231, #233, #235, #236, #240, #241, #243, #244, #246,
362    #247, #248, #249, #251, #252, #253, #254, #255, #258, #259, #261,
363    #262, #263, #265, #270, #271, #273, #275, #277, #278, #281, #284,
364    #285,  #88, #289, #292, #293, #294, #296, #300, #302, #310, #313,
365    #314, #315, #316, #320, #322, #328, #332, #333, #337, #338, #339,
366    #340, #341, #344, #348, #349, #358, #361, #362, #363, #368, #370,
367    #371, #372, #376, #377, #378, #381, #384, #385, #386, #387, #388,
368    #392, #394, #396, #397, #398, #399, #402, #403, #410
369
370 ----
371
372 Trac 0.6.1 '245 Trioxin' (April 12, 2004)
373 http://svn.edgewall.org/repos/trac/tags/trac-0.6.1
374
375  * RSS now escapes entities in summary.
376  * Search results won't highlight dates anymore.
377  * RPM for SuSE Linux.
378  * Preliminary Windows Installer.
379  * More documentation.
380  * Fixed bugs: #163, #165, #189, #198, #200, #206, #209, #214, #223
381
382
383 Trac 0.6 'Solanum' (March 23, 2004)
384 http://svn.edgewall.org/repos/trac/tags/trac-0.6
385
386  * View diffs between wiki page edits.
387  * Improved Search module.
388  * Support for tables in the wiki. (Thanks to Stephen Hansen)
389  * Colored reports. Use colors to show priority, etc.
390  * Support for custom wiki processor macros.
391  * ReStructuredText markup support (through a processor macro)
392  * HTML markup support (through a processor macro)
393  * Report groups. Group results by a column.
394  * Multi-line report rows.
395  * Download report in CSV (Comma Separated Value) and tab-separated format
396  * RSS 2.0 content syndication support in Timeline, Reports and Log/Browser
397  * Better, locale-based date and time formatting.
398  * Wiki RecentChanges support.
399  * Overall usability, consistency and cosmetic improvements.
400  * More documentation.
401  * Fixed bugs: #16, #68, #81, #88, #98, #101, #102, #103, #104, #105,
402    #110, #112, #113, #114, #117, #119, #120, #131, #132, #134,
403    #135, #136, #138, #142, #145, #147, #151, #155, #170, #173,
404    #174, #175, #177, #179
405
406 ----
407
408 Trac 0.5.2 'Nameless' (March 2, 2004)
409 http://svn.edgewall.org/repos/trac/tags/trac-0.5.2
410
411  * Performance improvements.
412  * Better unicode support in commit-messages.
413  * TRAC_ADMIN is now a real "meta-permission" containing all other permissions.
414  * Wiki-links of the svn:/path format can now also link to directories.
415  * Handle subversion changesets without any "author" specified.
416  * "view" checkboxes in the timeline view now reflect the current state.
417  * The subversion repository is now indexed by "svnadmin initdb" instead of
418    trac.cgi at first execution.
419  * trac-admin now has a 'wiki dump' and 'wiki load' commands to
420     export/import all pages to/from a directory.
421  * Most of the inline css is removed.
422  * IE6 navbar problem fixed.
423  * Fixed bugs: #69, #73, #77, #78, #79, #80, #84, #85, #86, #89, #90,
424    #91, #93, #97
425
426
427 Trac 0.5.1 'Unnamed' (February 25, 2004)
428 http://svn.edgewall.org/repos/trac/tags/trac-0.5.1
429
430  * Navbar now works properly on error pages.
431  * Cleaned up source code. Removed ugly tabs.
432  * Added missing COPYING, AUTHORS etc. Cleaned up package.
433  * trac-admin now works with python 2.1.
434  * Fixed bugs: #74, #75, #76, #77
435
436
437 Trac 0.5 'Incognito' (February 23, 2004)
438 http://svn.edgewall.org/repos/trac/tags/trac-0.5
439
440  * First release.
Note: See TracBrowser for help on using the browser.

SFLC Main Page

[frdm] Support SFLC