File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 1- This file contains significant changes to Roundup over time.
2- Entries are given with the most recent entry first.
1+
2+ Please read doc/upgrading.txt to see how to bring you Roundup version
3+ up to date with changes listed in this file. This may require schema
4+ and template changes not listed here.
5+
36Each entry has the developer who committed the change in brackets.
47Entries without name were done by Richard Jones.
58
9+
6102014-??-??: 1.5.1
711
12+ Pay attention:
13+
14+ This release includes *important change affecting security*. Since
15+ this version escaping now happens in the template and not in the
16+ roundup code. Please read doc/upgrading.txt on how to change your
17+ templates. Without this you are vulnerable. (Ralf Schlatterbeck)
18+
819Features:
920
1021- Drop comment in user settings about numeric hour offsets instead of using
@@ -51,10 +62,6 @@ Fixed:
5162 templates we suggest is a *lot* safer as it always escapes the error
5263 and ok messages now. Thanks to Thibault Fevry for the original
5364 bug-report.
54- If you are upgrading: you *MUST* read doc/upgrading.txt and do the
55- necessary changes to your templates, the escaping now happens in the
56- template and not in the roundup code. So if you don't make the
57- necessary changes *you are vulnerable*. (Ralf Schlatterbeck)
5865- issue2117897: Fixed two more places in date.py where seconds can be
5966 rounded to 60.0 and causing exceptions. Change them to 59.999 as was
6067 done in the fix for issue2550802. (Thomas Arendsen Hein)
You can’t perform that action at this time.
0 commit comments