Changeset 6606 for django/branches/0.95-bugfixes/docs
- Timestamp:
- 10/26/07 14:52:16 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/0.95-bugfixes/docs/release_notes_0.95.txt
r4384 r6606 1 1 =================================== 2 Django version 0.95. 1release notes2 Django version 0.95.2 release notes 3 3 =================================== 4 4 5 6 Welcome to the Django 0.95.1 release. 5 Welcome to the Django 0.95.2 release. 7 6 8 7 This represents a significant advance in Django development since the 0.91 … … 108 107 package Django uses to launch its FastCGI server, which prevents 109 108 tracebacks from bubbling up during production use. 109 110 * A security fix to the i18n framework which could allow an 111 attacker to send extremely large strings in the Accept-Language 112 header and cause a denial of service by filling available memory. 110 113 111 114 Because these problems weren't discovered and fixed until after the
