Django

Code

Changeset 4383

Show
Ignore:
Timestamp:
01/21/07 02:23:16 (2 years ago)
Author:
ubernostrum
Message:

0.95-bugfixes: Updated release notes to indicate new version and list changes since 0.95

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/0.95-bugfixes/docs/release_notes_0.95.txt

    r3488 r4383  
    1 ================================= 
    2 Django version 0.95 release notes 
    3 ================================= 
     1=================================== 
     2Django version 0.95.1 release notes 
     3=================================== 
    44 
    55 
    6 Welcome to the Django 0.95 release. 
     6Welcome to the Django 0.95.1 release. 
    77 
    88This represents a significant advance in Django development since the 0.91 
     
    9292.. _checklist: http://code.djangoproject.com/wiki/MagicRemovalCheatSheet1 
    9393 
     94Changes since the 0.95 release 
     95============================== 
     96 
     97This release contains fixes for several bugs discovered after the 
     98initial release of Django 0.95; these include: 
     99 
     100    * A patch for a small security vulnerability in the script 
     101      Django's internationalization system uses to compile translation 
     102      files. 
     103 
     104    * A fix for a bug in Django's authentication middleware which 
     105      could cause apparent "caching" of a logged-in user. 
     106 
     107    * A patch which disables debugging mode in the flup FastCGI 
     108      package Django uses to launch its FastCGI server, which prevents 
     109      tracebacks from bubbling up during production use. 
     110 
     111Because these problems weren't discovered and fixed until after the 
     1120.95 release, it's recommended that you use this release rather than 
     113the original 0.95. 
     114 
    94115Problem reports and getting help 
    95116================================