@@ -40,7 +40,7 @@ http://svn.edgewall.org/repos/trac/tags/trac-1.0b1
40
40
Trac 0.12.4 (September 7, 2012)
41
41
http://svn.edgewall.org/repos/trac/tags/trac-0.12.4
42
42
43
- Trac 0.12.4 is a regular maintenance release and contains
43
+ Trac 0.12.4 is a regular maintenance release and contains
44
44
a few minor fixes.
45
45
46
46
Trac 0.12.3 (February 6, 2012)
@@ -122,8 +122,8 @@ Trac 0.11.7 (March 10, 2010)
122
122
http://svn.edgewall.org/repos/trac/tags/trac-0.11.7
123
123
124
124
Trac 0.11.7 is nearly identical to 0.11.7rc1 except for a few more fixes:
125
- - avoid an infinite loop when using an AtomicFile in a read-only
126
- directory (#9081)
125
+ - avoid an infinite loop when using an AtomicFile in a read-only
126
+ directory (#9081)
127
127
- don't report client disconnects during writes as internal errors (#9103)
128
128
- don't reuse a closed cursor, which could happen in one specific case
129
129
for the pysqlite backend (#9104)
@@ -250,7 +250,7 @@ http://svn.edgewall.org/repos/trac/tags/trac-0.11.2.1
250
250
251
251
Trac 0.11.2.1 fixes a Python 2.3 incompatibility introduced in Trac 0.11.2.
252
252
Python 2.4+ users already running Trac 0.11.2 do not need to upgrade.
253
-
253
+
254
254
Trac 0.11.2 (November 8, 2008)
255
255
http://svn.edgewall.org/repos/trac/tags/trac-0.11.2
256
256
@@ -271,7 +271,7 @@ Bug fixes:
271
271
* Same order for ticket fields for new and existing tickets (#7018)
272
272
* Enforce fine-grained permission for "quickjump" search results (#7655)
273
273
* E-mail obfuscation was not done in a few remaining places (#7688, #6532)
274
- * Uninstall of plugins from WebAdmin was not working - feature disabled
274
+ * Uninstall of plugins from WebAdmin was not working - feature disabled
275
275
for now
276
276
* More robust pagination of results for reports and custom queries (#7424,
277
277
#7544)
@@ -280,7 +280,7 @@ Bug fixes:
280
280
281
281
Minor improvements:
282
282
283
- * Better support for Wiki page hierarchy (show path #2780, link to
283
+ * Better support for Wiki page hierarchy (show path #2780, link to
284
284
parent #2150)
285
285
* Custom query allow to search in description and other text fields (#4824)
286
286
@@ -350,7 +350,7 @@ http://svn.edgewall.org/repos/trac/tags/trac-0.10.5
350
350
351
351
Trac 0.10.5 contains two security fixes and a couple of bug fixes.
352
352
The following list contains only a few highlights:
353
-
353
+
354
354
* Fixes a cross-site redirection vulnerability in the quickjump function
355
355
reported by Russ McRee.
356
356
* Fixes a wiki engine XSS vulnerability found by Nathan Collins.
@@ -364,7 +364,7 @@ http://svn.edgewall.org/repos/trac/tags/trac-0.10.5
364
364
Trac 0.10.4 (April 20, 2007)
365
365
http://svn.edgewall.org/repos/trac/tags/trac-0.10.4
366
366
367
- Trac 0.10.4 is a bug fix release. The following list contains only a
367
+ Trac 0.10.4 is a bug fix release. The following list contains only a
368
368
few highlights:
369
369
370
370
* Repository cache improvements. The new syncing scheme is
@@ -381,10 +381,10 @@ Trac 0.10.3.1 (Mar 8, 2007)
381
381
http://svn.edgewall.org/repos/trac/tags/trac-0.10.3.1
382
382
383
383
Trac 0.10.3.1 is a security fix release.
384
-
385
- * Always send "Content-Disposition: attachment" headers where potentially
384
+
385
+ * Always send "Content-Disposition: attachment" headers where potentially
386
386
unsafe (user provided) content is available for download. This behaviour
387
- can be altered using the "render_unsafe_content" option in the
387
+ can be altered using the "render_unsafe_content" option in the
388
388
"attachment" and "browser" sections of trac.ini.
389
389
* Fixed XSS vulnerability in "download wiki page as text" in
390
390
combination with Microsoft IE. Reported by Yoshinori Oota, Business
@@ -393,7 +393,7 @@ http://svn.edgewall.org/repos/trac/tags/trac-0.10.3.1
393
393
Trac 0.10.3 (Dec 12, 2006)
394
394
http://svn.edgewall.org/repos/trac/tags/trac-0.10.3
395
395
396
- Trac 0.10.3 is a bug fix release. The following list contains only a
396
+ Trac 0.10.3 is a bug fix release. The following list contains only a
397
397
few highlights:
398
398
399
399
* Timeline fail to load with a "!NoSuchChangeset" error message (#4132).
@@ -411,7 +411,7 @@ http://svn.edgewall.org/repos/trac/tags/trac-0.10.3rc1
411
411
Trac 0.10.2 (Nov 13, 2006)
412
412
http://svn.edgewall.org/repos/trac/tags/trac-0.10.2
413
413
414
- Trac 0.10.2 is a bug fix release. The following list contains only a
414
+ Trac 0.10.2 is a bug fix release. The following list contains only a
415
415
few highlights:
416
416
417
417
* Fixes deadlock when using authz_file config option (#3996).
@@ -476,7 +476,7 @@ http://svn.edgewall.org/repos/trac/tags/trac-0.9.5
476
476
* Fixed wiki macro XSS vulnerability found by Mr. Kazuhiro Nishiyama:
477
477
http://jvn.jp/jp/JVN%2384091359/index.html
478
478
* Smaller memory usage when accessing subversion history.
479
- * Fixed issue with incorrectly generated urls when installed behind a web
479
+ * Fixed issue with incorrectly generated urls when installed behind a web
480
480
proxy (#2531).
481
481
* Fixed bugs: #2531, #2777, #3020.
482
482
@@ -533,7 +533,7 @@ http://svn.edgewall.org/repos/trac/tags/trac-0.9
533
533
#1983, #1988, #2019, #2051, #2061, #2229, #2106, #2107, #2116, #2120,
534
534
#2124, #2129, #2135, #2136, #2138, #2140, #2144, #2164, #2166, #2170,
535
535
#2172, #2191, #2192, #2196, #2201, #2202, #2203, #2208, #2215, #2218,
536
- #2223, #2230, #2232, #2239, #2240, #2241, #2243, #2251,
536
+ #2223, #2230, #2232, #2239, #2240, #2241, #2243, #2251,
537
537
538
538
539
539
Trac 0.9-beta2 (Sept 25, 2005)
@@ -563,9 +563,9 @@ http://svn.edgewall.org/repos/trac/tags/trac-0.9b1
563
563
* Improved modularity and extendibility (plugin support).
564
564
* Support for both pysqlite 1.x and pysqlite 2.x.
565
565
* Postgresql database support (with psycopg or pyPgSQL).
566
- * Repository subsets. Multiple Trac environments can share a single
566
+ * Repository subsets. Multiple Trac environments can share a single
567
567
repository.
568
- * Version control abstraction layer making it possible to support
568
+ * Version control abstraction layer making it possible to support
569
569
other version control systems besides subversion in the future.
570
570
* FastCGI frontend support.
571
571
* Python version >= 2.3 is now required.
@@ -619,35 +619,35 @@ http://svn.edgewall.org/repos/trac/tags/trac-0.8
619
619
* User preferences.
620
620
* Wiki editing (near-wysiwyg) aids a la wikipedia.
621
621
* Improved email notification.
622
- * Fixed bugs: #13, #63, #99, #100, #158, #164, #203, #210,
623
- #225, #264, #304, #306, #326, #346, #347, #351,
624
- #352, #364, #373, #375, #405, #411, #416, #431,
625
- #433, #434, #436, #438, #443, #445, #446, #447,
626
- #450, #452, #453, #455, #458, #460, #465, #468,
627
- #471, #472, #473, #474, #477, #478, #479, #480,
628
- #482, #483, #486, #487, #489, #491, #492, #494,
629
- #496, #501, #503, #506, #510, #512, #513, #514,
630
- #516, #522, #524, #526, #527, #528, #530, #532,
631
- #536, #537, #538, #539, #542, #543, #545, #546,
632
- #550, #551, #552, #553, #555, #556, #557, #558,
633
- #559, #560, #565, #567, #568, #570, #572, #574,
634
- #577, #578, #580, #581, #583, #587, #589, #591,
635
- #593, #594, #597, #598, #599, #600, #601, #602,
636
- #606, #609, #610, #612, #613, #616, #618, #619,
637
- #620, #622, #623, #626, #627, #628, #630, #631,
638
- #634, #644, #647, #648, #651, #652, #657, #658,
639
- #660, #664, #668, #669, #670, #671, #674, #675,
640
- #676, #677, #678, #680, #690, #692, #696, #698,
641
- #699, #703, #705, #706, #708, #709, #713, #714,
642
- #715, #716, #718, #720, #721, #722, #726, #727,
643
- #730, #732, #734, #735, #736, #737, #738, #741,
644
- #742, #743, #744, #745, #748, #749, #750, #751,
645
- #752, #759, #762, #764, #768, #769, #770, #771,
646
- #774, #775, #776, #778, #779, #780, #785, #789,
647
- #793, #798, #800, #806, #807, #815, #816, #817,
648
- #818, #829, #830, #831, #833, #836, #844, #846,
649
- #848, #850, #851, #852, #872, #873, #877, #878,
650
- #885, #888, #889, #892, #901, #903, #907, #912,
622
+ * Fixed bugs: #13, #63, #99, #100, #158, #164, #203, #210,
623
+ #225, #264, #304, #306, #326, #346, #347, #351,
624
+ #352, #364, #373, #375, #405, #411, #416, #431,
625
+ #433, #434, #436, #438, #443, #445, #446, #447,
626
+ #450, #452, #453, #455, #458, #460, #465, #468,
627
+ #471, #472, #473, #474, #477, #478, #479, #480,
628
+ #482, #483, #486, #487, #489, #491, #492, #494,
629
+ #496, #501, #503, #506, #510, #512, #513, #514,
630
+ #516, #522, #524, #526, #527, #528, #530, #532,
631
+ #536, #537, #538, #539, #542, #543, #545, #546,
632
+ #550, #551, #552, #553, #555, #556, #557, #558,
633
+ #559, #560, #565, #567, #568, #570, #572, #574,
634
+ #577, #578, #580, #581, #583, #587, #589, #591,
635
+ #593, #594, #597, #598, #599, #600, #601, #602,
636
+ #606, #609, #610, #612, #613, #616, #618, #619,
637
+ #620, #622, #623, #626, #627, #628, #630, #631,
638
+ #634, #644, #647, #648, #651, #652, #657, #658,
639
+ #660, #664, #668, #669, #670, #671, #674, #675,
640
+ #676, #677, #678, #680, #690, #692, #696, #698,
641
+ #699, #703, #705, #706, #708, #709, #713, #714,
642
+ #715, #716, #718, #720, #721, #722, #726, #727,
643
+ #730, #732, #734, #735, #736, #737, #738, #741,
644
+ #742, #743, #744, #745, #748, #749, #750, #751,
645
+ #752, #759, #762, #764, #768, #769, #770, #771,
646
+ #774, #775, #776, #778, #779, #780, #785, #789,
647
+ #793, #798, #800, #806, #807, #815, #816, #817,
648
+ #818, #829, #830, #831, #833, #836, #844, #846,
649
+ #848, #850, #851, #852, #872, #873, #877, #878,
650
+ #885, #888, #889, #892, #901, #903, #907, #912,
651
651
#916, #923, #929, #931, #932, #935
652
652
653
653
-----------------------------------------------------------------------------
@@ -719,15 +719,15 @@ http://svn.edgewall.org/repos/trac/tags/trac-0.6
719
719
* View diffs between wiki page edits.
720
720
* Improved Search module.
721
721
* Support for tables in the wiki. (Thanks to Stephen Hansen)
722
- * Colored reports. Use colors to show priority, etc.
722
+ * Colored reports. Use colors to show priority, etc.
723
723
* Support for custom wiki processor macros.
724
724
* ReStructuredText markup support (through a processor macro)
725
725
* HTML markup support (through a processor macro)
726
726
* Report groups. Group results by a column.
727
727
* Multi-line report rows.
728
728
* Download report in CSV (Comma Separated Value) and tab-separated format
729
729
* RSS 2.0 content syndication support in Timeline, Reports and Log/Browser
730
- * Better, locale-based date and time formatting.
730
+ * Better, locale-based date and time formatting.
731
731
* Wiki RecentChanges support.
732
732
* Overall usability, consistency and cosmetic improvements.
733
733
* More documentation.
@@ -754,7 +754,7 @@ http://svn.edgewall.org/repos/trac/tags/trac-0.5.2
754
754
export/import all pages to/from a directory.
755
755
* Most of the inline css is removed.
756
756
* IE6 navbar problem fixed.
757
- * Fixed bugs: #69, #73, #77, #78, #79, #80, #84, #85, #86, #89, #90,
757
+ * Fixed bugs: #69, #73, #77, #78, #79, #80, #84, #85, #86, #89, #90,
758
758
#91, #93, #97
759
759
760
760
0 commit comments