commit | e0e70a42fa38a96322e938a800f7dbc45338a6b1 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Wed May 16 05:06:33 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Wed May 16 05:06:33 2007 +0000 |
tree | 7f1af76d41f1b37ce11a80c57b2e2312f719bd16 | |
parent | d501d1fbc480350daa251905a22c6ab79f1a82c8 [diff] |
Mention removal of some directories for obsolete platforms
diff --git a/Misc/NEWS b/Misc/NEWS index 79db74a..1b3e1d9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -207,6 +207,9 @@ Library ------- +- Removed plat-freebsd2 and plat-freebsd3 directories (and IN.py in + the directories). + - HTML-escape the plain traceback in cgitb's HTML output, to prevent the traceback inadvertently or maliciously closing the comment and injecting HTML into the error page.