Skip to content

Commit 35adb4b

Browse files
committed
Place a redirect to doc/upgrading.txt at the top to CHANGES.txt
and make note about security fix more prominent.
1 parent 3487ce8 commit 35adb4b

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

CHANGES.txt

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
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+
36
Each entry has the developer who committed the change in brackets.
47
Entries without name were done by Richard Jones.
58

9+
610
2014-??-??: 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+
819
Features:
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)

0 commit comments

Comments
 (0)