~ubuntu-branches/ubuntu/oneiric/python-django/oneiric-201108291626

« back to all changes in this revision

Viewing changes to docs/releases/1.2-rc-1.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-10-12 11:34:35 UTC
  • mfrom: (1.1.12 upstream) (29.1.1 maverick-security)
  • Revision ID: james.westby@ubuntu.com-20101012113435-yy57c8tx6g9anf3e
Tags: 1.2.3-1ubuntu0.1
* SECURITY UPDATE: XSS in CSRF protections. New upstream release
  - CVE-2010-3082
* debian/patches/01_disable_url_verify_regression_tests.diff:
  - updated to disable another test that fails without internet connection
  - patch based on work by Kai Kasurinen and Krzysztof Klimonda
* debian/control: don't Build-Depends on locales-all, which doesn't exist
  in maverick

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.. _releases-1.2-rc-1:
2
 
 
3
1
=============================
4
2
Django 1.2 RC 1 release notes
5
3
=============================
21
19
 
22
20
Django has been feature frozen since the 1.2 beta release, so this
23
21
release candidate contains no new features, only bugfixes; for a
24
 
summary of features new to Django 1.2, consult the :ref:`1.2 alpha
25
 
<releases-1.2-alpha-1>` and :ref:`1.2 beta <releases-1.2-beta-1>`
 
22
summary of features new to Django 1.2, consult the :doc:`1.2 alpha
 
23
</releases/1.2-alpha-1>` and :doc:`1.2 beta </releases/1.2-beta-1>`
26
24
release notes.
27
25
 
28
26
 
42
40
operating-system vendors today are shipping Python 2.4 or newer as
43
41
their default version. If you're still using Python 2.3, however,
44
42
you'll need to stick to Django 1.1 until you can upgrade; per
45
 
:ref:`our support policy <internals-release-process>`, Django 1.1 will
 
43
:doc:`our support policy </internals/release-process>`, Django 1.1 will
46
44
continue to receive security support until the release of Django 1.3.
47
45
 
48
46
A roadmap for Django's overall 2.x Python support, and eventual
96
94
Django's online documentation also includes pointers on how to contribute to
97
95
Django: 
98
96
 
99
 
    * :ref:`How to contribute to Django <internals-contributing>`
 
97
    * :doc:`How to contribute to Django </internals/contributing>`
100
98
 
101
99
Contributions on any level -- developing code, writing documentation or simply
102
100
triaging tickets and helping to test proposed bugfixes -- are always welcome and