mirror of
https://github.com/django/django.git
synced 2025-06-08 04:59:13 +00:00
[1.4.x] Added 1.4.9 release notes
Backport of 2eb8f15516 from master
This commit is contained in:
parent
c4f29c91f9
commit
ead7c496a4
21
docs/releases/1.4.9.txt
Normal file
21
docs/releases/1.4.9.txt
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
==========================
|
||||||
|
Django 1.4.9 release notes
|
||||||
|
==========================
|
||||||
|
|
||||||
|
*October 22, 2013*
|
||||||
|
|
||||||
|
Django 1.4.9 fixes a security-related bug in the 1.4 series and one other
|
||||||
|
data corruption bug.
|
||||||
|
|
||||||
|
Readdressed denial-of-service via password hashers
|
||||||
|
--------------------------------------------------
|
||||||
|
|
||||||
|
Django 1.4.8 imposes a 4096-byte limit on passwords in order to mitigate a
|
||||||
|
denial-of-service attack through submission of bogus but extremely large
|
||||||
|
passwords. In Django 1.5.5, we've reverted this change and instead improved
|
||||||
|
the speed of our PBKDF2 algorithm by not rehashing the key on every iteration.
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
========
|
||||||
|
|
||||||
|
* Fixed a data corruption bug with ``datetime_safe.datetime.combine`` (#21256).
|
@ -14,12 +14,12 @@ up to and including the new version.
|
|||||||
Final releases
|
Final releases
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
||||||
1.4 release
|
1.4 release
|
||||||
-----------
|
-----------
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
|
1.4.9
|
||||||
1.4.8
|
1.4.8
|
||||||
1.4.7
|
1.4.7
|
||||||
1.4.6
|
1.4.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user