comparison CHANGES.txt @ 5025:cf22972fe080

Preparing 1.5.1 steps 3/16 1. ./run_test.py passed [x] windows, 2.7 [x] linux, 2.7 2. Update version CHANGES.txt roundup/__init__.py 3. Update documentation doc/announcement.txt doc/upgrading.txt
author anatoly techtonik <techtonik@gmail.com>
date Mon, 11 Jan 2016 19:04:12 +0300
parents 85484d35f1a2
children 8853f422fb62
comparison
equal deleted inserted replaced
5024:edf62f78605f 5025:cf22972fe080
1 1
2 Please read doc/upgrading.txt to see how to bring you Roundup version 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 3 up to date with changes listed in this file. This may require schema
4 and template changes not listed here. 4 and template changes not listed here.
5 5
6 Each entry has the developer who committed the change in brackets. 6 Each entry has the developer who committed the change in brackets.
7 Entries without name were done by Richard Jones. 7 Entries without name were done by Richard Jones.
10 Python v2.5. Support for Python v2.5 will be dropped with the v1.6 10 Python v2.5. Support for Python v2.5 will be dropped with the v1.6
11 release of Roundup, at which point users will need to run Roundup using 11 release of Roundup, at which point users will need to run Roundup using
12 either Python v2.6 or v2.7. 12 either Python v2.6 or v2.7.
13 13
14 14
15 2016-??-??: 1.5.1 15 2016-01-11: 1.5.1
16 16
17 Pay attention: 17 Pay attention:
18 18
19 If you have installed an intermediate version from our version control 19 If you have installed an intermediate version from our version control
20 system and have modified your tracker instance to escape OK and 20 system and have modified your tracker instance to escape OK and
147 rendered from Roundup without trigerring security bugs in browser 147 rendered from Roundup without trigerring security bugs in browser
148 plugins, XSS issues and spam. The option ``allow_html_file`` didn't 148 plugins, XSS issues and spam. The option ``allow_html_file`` didn't
149 provide protection for invalid content-type, in which case browser 149 provide protection for invalid content-type, in which case browser
150 tried to guess the best one. Thanks to Kay Hayen for reporting and 150 tried to guess the best one. Thanks to Kay Hayen for reporting and
151 helping debug this. issue2550848 (Ralf Schlatterbeck, anatoly techtonik) 151 helping debug this. issue2550848 (Ralf Schlatterbeck, anatoly techtonik)
152 - Fix issue2550866 '"pip install --editable ." fails'. Thanks to tonich for the
153 initial patch (John Kristensen)
154 - Documentation: configuration messages_to_author value "nosy" now documented 152 - Documentation: configuration messages_to_author value "nosy" now documented
155 in chapter "customizing". (Bernhard Reiter) 153 in chapter "customizing". (Bernhard Reiter)
156 - issue2550877 Failures in test_mailgw.py because of duplicated headers 154 - issue2550877 Failures in test_mailgw.py because of duplicated headers
157 and more precise comparision. Writing headers with the email module will use 155 and more precise comparision. Writing headers with the email module will use
158 continuation_ws = ' ' now for python 2.5 and 2.6. (Bernhard Reiter) 156 continuation_ws = ' ' now for python 2.5 and 2.6. (Bernhard Reiter)

Roundup Issue Tracker: http://roundup-tracker.org/