| 1 |
python-django (0.96+svn6034-2) UNRELEASED; urgency=low
|
| 2 |
|
| 3 |
* XS-Vcs-Browser and Homepage fields added
|
| 4 |
|
| 5 |
-- Piotr Ożarowski <piotr@debian.org> Fri, 21 Sep 2007 22:09:37 +0200
|
| 6 |
|
| 7 |
python-django (0.96+svn6034-1) experimental; urgency=low
|
| 8 |
|
| 9 |
[ Brett Parker]
|
| 10 |
* New SVN snapshot (rev 6034).
|
| 11 |
* validate and runserver commands now display the number of errors
|
| 12 |
(returning back to previous functionality).
|
| 13 |
* Small documentation fixes
|
| 14 |
* assertRedirects handling for paths with get data
|
| 15 |
* start{project,app} no make sure files created are writable
|
| 16 |
* Add man page for django-admin to the debian package
|
| 17 |
|
| 18 |
-- Brett Parker <iDunno@sommitrealweird.co.uk> Sat, 8 Sep 2007 10:37:00 +0100
|
| 19 |
|
| 20 |
python-django (0.96+svn6020-1) experimental; urgency=low
|
| 21 |
|
| 22 |
* New SVN snapshot (rev 6020).
|
| 23 |
|
| 24 |
-- Raphael Hertzog <hertzog@debian.org> Sun, 26 Aug 2007 18:16:08 +0200
|
| 25 |
|
| 26 |
python-django (0.96+svn5779-1) experimental; urgency=low
|
| 27 |
|
| 28 |
* SVN snapshot (rev 5779) packaged to experimental as many interesting
|
| 29 |
Django applications rely on newer unreleased features.
|
| 30 |
|
| 31 |
-- Raphael Hertzog <hertzog@debian.org> Tue, 31 Jul 2007 13:40:18 +0200
|
| 32 |
|
| 33 |
python-django (0.96-1) unstable; urgency=low
|
| 34 |
|
| 35 |
[ Brett Parker ]
|
| 36 |
* New upstream release - introduces some backwards incompatible changes, see
|
| 37 |
README.Debian or the backwards incompatible changes page at
|
| 38 |
http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
|
| 39 |
* Add documentation from upstream to /usr/share/doc/python-django
|
| 40 |
Closes: #411249
|
| 41 |
* Install the bash completion file from extras in to
|
| 42 |
/etc/bash_completion.d/django_bash_completion
|
| 43 |
Closes: #414399
|
| 44 |
* Egg support dropped as it's been dropped by upstream.
|
| 45 |
|
| 46 |
-- Brett Parker <iDunno@sommitrealweird.co.uk> Sun, 25 Mar 2007 19:18:39 +0100
|
| 47 |
|
| 48 |
python-django (0.95.1-1) unstable; urgency=low
|
| 49 |
|
| 50 |
[ Brett Parker ]
|
| 51 |
* New upstream minor release for security bugs:
|
| 52 |
- http://www.djangoproject.com/weblog/2007/jan/21/0951/
|
| 53 |
- Fixes a small security vulnerability in the script Django's
|
| 54 |
internationalization system uses to compile translation files
|
| 55 |
(changeset 4360 in the "0.95-bugfixes" branch).
|
| 56 |
- fix for a bug in Django's authentication middleware which could cause
|
| 57 |
apparent "caching" of a logged-in user (changeset 4361).
|
| 58 |
- patch which disables debugging mode in the flup FastCGI package Django
|
| 59 |
uses to launch its FastCGI server, which prevents tracebacks from
|
| 60 |
bubbling up during production use (changeset 4363).
|
| 61 |
Closes: #407786, #407607
|
| 62 |
* Sets Recommends to python-psycopg and moves other database engines to
|
| 63 |
the Suggests field.
|
| 64 |
|
| 65 |
[ Raphael Hertzog ]
|
| 66 |
* Use python-pysqlite2 as default database engine in Recommends. Others are
|
| 67 |
in Suggests. Closes: #403761
|
| 68 |
* Add python-psycopg2 in Suggests. Closes: #407489
|
| 69 |
|
| 70 |
-- Raphael Hertzog <hertzog@debian.org> Sun, 21 Jan 2007 17:45:50 +0100
|
| 71 |
|
| 72 |
python-django (0.95-3) unstable; urgency=low
|
| 73 |
|
| 74 |
* Integrate 2 upstream changesets:
|
| 75 |
- http://code.djangoproject.com/changeset/3754 as
|
| 76 |
debian/patches/04_sec_fix_auth.diff
|
| 77 |
Fixes a possible case of mis-authentication due to bad caching.
|
| 78 |
Closes: #407521
|
| 79 |
- http://code.djangoproject.com/changeset/3592 as
|
| 80 |
debian/patches/03_sec_fix_compile-messages.diff
|
| 81 |
Fixes an (unlikely) arbitrary command execution if the user is blindly
|
| 82 |
running compile-messages.py on a untrusted set of *.po files.
|
| 83 |
Closes: #407519
|
| 84 |
|
| 85 |
-- Raphael Hertzog <hertzog@debian.org> Sat, 16 Dec 2006 15:13:29 +0100
|
| 86 |
|
| 87 |
python-django (0.95-2) unstable; urgency=low
|
| 88 |
|
| 89 |
[ Piotr Ozarowski ]
|
| 90 |
* Added XS-Vcs-Svn field
|
| 91 |
|
| 92 |
[ Brett Parker ]
|
| 93 |
* Made manage.py get a shebang with the version of python
|
| 94 |
used when running django-admin (closes: #401616)
|
| 95 |
* Created a convenience /usr/lib/python-django/bin symlink.
|
| 96 |
|
| 97 |
[ Raphael Hertzog ]
|
| 98 |
* Adapted Brett's work to better fit my views of the packaging.
|
| 99 |
|
| 100 |
-- Raphael Hertzog <hertzog@debian.org> Sat, 16 Dec 2006 11:03:20 +0100
|
| 101 |
|
| 102 |
python-django (0.95-1) unstable; urgency=low
|
| 103 |
|
| 104 |
[ Brett Parker ]
|
| 105 |
* 0.95 release - initial packaging
|
| 106 |
|
| 107 |
[ Raphael Hertzog ]
|
| 108 |
* Fix recommends: s/python-sqlite/python-pysqlite2/
|
| 109 |
* Add debian/pyversions to ensure that we have at least python 2.3 (and to
|
| 110 |
work around bug #391689 of python-support).
|
| 111 |
|
| 112 |
-- Raphael Hertzog <hertzog@debian.org> Mon, 9 Oct 2006 12:10:27 +0200
|