Author: ubernostrum Date: 2007-01-21 02:23:16 -0600 (Sun, 21 Jan 2007) New Revision: 4383
Modified: django/branches/0.95-bugfixes/docs/release_notes_0.95.txt Log: 0.95-bugfixes: Updated release notes to indicate new version and list changes since 0.95 Modified: django/branches/0.95-bugfixes/docs/release_notes_0.95.txt =================================================================== --- django/branches/0.95-bugfixes/docs/release_notes_0.95.txt 2007-01-21 06:44:04 UTC (rev 4382) +++ django/branches/0.95-bugfixes/docs/release_notes_0.95.txt 2007-01-21 08:23:16 UTC (rev 4383) @@ -1,9 +1,9 @@ -================================= -Django version 0.95 release notes -================================= +=================================== +Django version 0.95.1 release notes +=================================== -Welcome to the Django 0.95 release. +Welcome to the Django 0.95.1 release. This represents a significant advance in Django development since the 0.91 release in January 2006. The details of every change in this release would be @@ -91,6 +91,27 @@ .. _Removing The Magic: http://code.djangoproject.com/wiki/RemovingTheMagic .. _checklist: http://code.djangoproject.com/wiki/MagicRemovalCheatSheet1 +Changes since the 0.95 release +============================== + +This release contains fixes for several bugs discovered after the +initial release of Django 0.95; these include: + + * A patch for a small security vulnerability in the script + Django's internationalization system uses to compile translation + files. + + * A fix for a bug in Django's authentication middleware which + could cause apparent "caching" of a logged-in user. + + * A patch which disables debugging mode in the flup FastCGI + package Django uses to launch its FastCGI server, which prevents + tracebacks from bubbling up during production use. + +Because these problems weren't discovered and fixed until after the +0.95 release, it's recommended that you use this release rather than +the original 0.95. + Problem reports and getting help ================================ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
