comparison doc/announcement.txt @ 5953:c8549ddb123d

Removed non-ascii character from Cedric Krier's name.
author John Rouillard <rouilj@ieee.org>
date Wed, 23 Oct 2019 14:27:15 -0400
parents 0a42163ac846
children d7ff9cb70f34
comparison
equal deleted inserted replaced
5952:15c4fd250114 5953:c8549ddb123d
236 - issue2550722: avoid errors from selecting "no selection" on 236 - issue2550722: avoid errors from selecting "no selection" on
237 multilink. (Joseph Myers) 237 multilink. (Joseph Myers)
238 - issue2550992: avoid errors from invalid Authorization 238 - issue2550992: avoid errors from invalid Authorization
239 headers. (Joseph Myers) 239 headers. (Joseph Myers)
240 - issue2551022: support non-ASCII prefixes in instance config for 240 - issue2551022: support non-ASCII prefixes in instance config for
241 finding static files. (Cédric Krier) 241 finding static files. (Cedric Krier)
242 - issue2551023: Fix CSRF headers for use with wsgi and cgi. The 242 - issue2551023: Fix CSRF headers for use with wsgi and cgi. The
243 env variable array used - separators rather than _. Compare: 243 env variable array used - separators rather than _. Compare:
244 HTTP_X-REQUESTED-WITH to HTTP_X_REQUESTED_WITH. The last is 244 HTTP_X-REQUESTED-WITH to HTTP_X_REQUESTED_WITH. The last is
245 correct. Also fix roundup-server to produce the latter form. (Patch 245 correct. Also fix roundup-server to produce the latter form. (Patch
246 by Cédric Krier, reviewed/applied John Rouillard.) 246 by Cedric Krier, reviewed/applied John Rouillard.)
247 - issue2551035 - fix XSS issue in wsgi and cgi when handing url not 247 - issue2551035 - fix XSS issue in wsgi and cgi when handing url not
248 found/404. Reported by hannob at 248 found/404. Reported by hannob at
249 https://github.com/python/bugs.python.org/issues/34, issue opened by 249 https://github.com/python/bugs.python.org/issues/34, issue opened by
250 JulienPalard. 250 JulienPalard.
251 - issue2551026: template variable not defined even though it is. 251 - issue2551026: template variable not defined even though it is.
256 https://mathiasbynens.github.io/rel-noopener/ (John Rouillard) 256 https://mathiasbynens.github.io/rel-noopener/ (John Rouillard)
257 - Fix bug where some protected properties were not identified as such 257 - Fix bug where some protected properties were not identified as such
258 when using the anydbm backend (John Rouillard) 258 when using the anydbm backend (John Rouillard)
259 - issue2551041 - change permission check from "Create User" to "Register 259 - issue2551041 - change permission check from "Create User" to "Register
260 User" in page.html for the responsive and devel templates. (reporter 260 User" in page.html for the responsive and devel templates. (reporter
261 Cédric Krier, John Rouillard) 261 Cedric Krier, John Rouillard)
262 - issue2550144 - fix use of undefined icing macro in devel 262 - issue2550144 - fix use of undefined icing macro in devel
263 template. Replace with frame macro. (Cédric Krier) 263 template. Replace with frame macro. (Cedric Krier)
264 - handle UnicodeDecodeError in file class when file contents are 264 - handle UnicodeDecodeError in file class when file contents are
265 not text (e.g. jpg). (John Rouillard) 265 not text (e.g. jpg). (John Rouillard)
266 - issue2551033: prevent reverse engineering hidden data by using etags 266 - issue2551033: prevent reverse engineering hidden data by using etags
267 as an oracle to identify when the right data has been 267 as an oracle to identify when the right data has been
268 guessed. (Joseph Myers, John Rouillard) 268 guessed. (Joseph Myers, John Rouillard)

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