| 1 |
lamby |
9319 |
python-django (1.1-2) UNRELEASED; urgency=low |
| 2 |
|
|
|
| 3 |
|
|
* Use "--with quilt" over specifying $(QUILT_STAMPFN)/unpatch dependencies. |
| 4 |
|
|
|
| 5 |
|
|
-- Chris Lamb <lamby@debian.org> Fri, 14 Aug 2009 08:00:09 +0100 |
| 6 |
|
|
|
| 7 |
lamby |
9204 |
python-django (1.1-1) unstable; urgency=low |
| 8 |
lamby |
9199 |
|
| 9 |
|
|
* New upstream release. |
| 10 |
lamby |
9202 |
* Merge from experimental: |
| 11 |
|
|
- Ship FastCGI initscript and /etc/default file in python-django's examples |
| 12 |
|
|
directory (Closes: #538863) |
| 13 |
|
|
- Drop "05_10539-sphinx06-compatibility.diff"; it has been applied |
| 14 |
|
|
upstream. |
| 15 |
lamby |
9203 |
- Bump Standards-Version to 3.8.2. |
| 16 |
lamby |
9199 |
|
| 17 |
lamby |
9204 |
-- Chris Lamb <lamby@debian.org> Wed, 29 Jul 2009 11:26:28 +0200 |
| 18 |
lamby |
9199 |
|
| 19 |
lamby |
8497 |
python-django (1.0.2-7) unstable; urgency=low |
| 20 |
lamby |
8496 |
|
| 21 |
|
|
* Fix compatibility with Python 2.6 and Python transitions in general. |
| 22 |
|
|
Thanks to Krzysztof Klimonda <kklimonda@syntaxhighlighted.com>. |
| 23 |
|
|
|
| 24 |
lamby |
8497 |
-- Chris Lamb <lamby@debian.org> Sat, 16 May 2009 00:09:47 +0100 |
| 25 |
lamby |
8496 |
|
| 26 |
lamby |
8413 |
python-django (1.0.2-6) unstable; urgency=low |
| 27 |
lamby |
8412 |
|
| 28 |
|
|
* Backport patch from <http://code.djangoproject.com/ticket/10539> to fix |
| 29 |
|
|
FTBFS when using python-sphinx >= 0.6. (Closes: #527492) |
| 30 |
|
|
|
| 31 |
lamby |
8413 |
-- Chris Lamb <lamby@debian.org> Sun, 10 May 2009 22:11:09 +0100 |
| 32 |
lamby |
8412 |
|
| 33 |
lamby |
8021 |
python-django (1.0.2-5) unstable; urgency=low |
| 34 |
lamby |
8020 |
|
| 35 |
|
|
* Fix issue where newly created projects do not have their manage.py file |
| 36 |
|
|
executable. |
| 37 |
|
|
|
| 38 |
lamby |
8021 |
-- Chris Lamb <lamby@debian.org> Thu, 26 Mar 2009 23:42:14 +0000 |
| 39 |
lamby |
8020 |
|
| 40 |
lamby |
7970 |
python-django (1.0.2-4) unstable; urgency=low |
| 41 |
lamby |
7968 |
|
| 42 |
|
|
* Programatically replace most references to "django-admin.py" with |
| 43 |
|
|
"django-admin" in the generated documentation. (Closes: #519937) |
| 44 |
lamby |
7969 |
* Bump Standards-Version to 3.8.1; no changes. |
| 45 |
lamby |
7968 |
|
| 46 |
lamby |
7970 |
-- Chris Lamb <lamby@debian.org> Tue, 24 Mar 2009 00:50:26 +0000 |
| 47 |
lamby |
7968 |
|
| 48 |
lamby |
7846 |
python-django (1.0.2-3) unstable; urgency=low |
| 49 |
lamby |
7845 |
|
| 50 |
|
|
* Split documentation into a separate python-django-doc package due to size |
| 51 |
|
|
(approximately 6Mb). |
| 52 |
|
|
|
| 53 |
lamby |
7846 |
-- Chris Lamb <lamby@debian.org> Tue, 10 Mar 2009 21:13:57 +0000 |
| 54 |
lamby |
7845 |
|
| 55 |
lamby |
7819 |
python-django (1.0.2-2) unstable; urgency=low |
| 56 |
lamby |
7810 |
|
| 57 |
lamby |
7817 |
* Don't rely on the internal layout of python-support. (Closes: #517052) |
| 58 |
lamby |
7816 |
* Move to debhelper-based packaging for operational clarity: |
| 59 |
lamby |
7817 |
- Remove bashisms from binary-post-install. |
| 60 |
|
|
- Use quilt instead of simple-patchsys.mk and adjust existing patches so |
| 61 |
|
|
that we can apply with -p1 for the "quilt" source package type. |
| 62 |
|
|
* Adjust Build-Depends: |
| 63 |
|
|
- Bump debhelper requirement 7.0.50 for override_* feature. |
| 64 |
|
|
- Drop cdbs, python-dev and python-setuptools requirement. |
| 65 |
|
|
- Just Build-Depend on `python', not `python-dev'. |
| 66 |
|
|
- Drop versions on Build-Depends where they are satisfied in current |
| 67 |
|
|
oldstable (ie. etch). |
| 68 |
|
|
* debian/control: |
| 69 |
lamby |
7818 |
- Add python-sqlite to Suggests. |
| 70 |
lamby |
7817 |
- Remove repeated 'Priority' line in binary package stanza. |
| 71 |
|
|
- Update crufty long and short descriptions. |
| 72 |
|
|
- Add ${misc:Depends} in binary stanza for debhelper-using package. |
| 73 |
lamby |
7810 |
|
| 74 |
lamby |
7819 |
-- Chris Lamb <lamby@debian.org> Sun, 08 Mar 2009 06:01:59 +0000 |
| 75 |
lamby |
7810 |
|
| 76 |
lamby |
6913 |
python-django (1.0.2-1) unstable; urgency=low |
| 77 |
netzwurm |
6465 |
|
| 78 |
lamby |
6911 |
[ Chris Lamb ] |
| 79 |
|
|
* New upstream bugfix release. Closes: #505783 |
| 80 |
lamby |
6912 |
* Add myself to Uploaders with ACK from Brett. |
| 81 |
lamby |
6911 |
|
| 82 |
netzwurm |
6465 |
[ David Spreen ] |
| 83 |
|
|
* Remove python-pysqlite2 from Recommends because Python 2.5 includes |
| 84 |
|
|
sqlite library used by Django. Closes: 497886 |
| 85 |
|
|
|
| 86 |
morph |
6826 |
[ Sandro Tosi ] |
| 87 |
|
|
* debian/control |
| 88 |
|
|
- switch Vcs-Browser field to viewsvn |
| 89 |
|
|
|
| 90 |
lamby |
6913 |
-- Chris Lamb <lamby@debian.org> Wed, 19 Nov 2008 21:31:00 +0000 |
| 91 |
netzwurm |
6465 |
|
| 92 |
hertzog |
6447 |
python-django (1.0-1) unstable; urgency=low |
| 93 |
netzwurm |
6445 |
|
| 94 |
hertzog |
6447 |
[ David Spreen ] |
| 95 |
netzwurm |
6445 |
* New _stable_ upstream release. |
| 96 |
|
|
|
| 97 |
hertzog |
6447 |
[ Raphael Hertzog ] |
| 98 |
|
|
* This version fixes the latest security issue: |
| 99 |
|
|
http://www.djangoproject.com/weblog/2008/sep/02/security/ |
| 100 |
|
|
Closes: #497765 |
| 101 |
|
|
* Don't include source files of documentation in the binary package, |
| 102 |
|
|
keep only the HTML version. |
| 103 |
|
|
* Updated README.Debian with information about the switch from 0.96 to |
| 104 |
|
|
1.0. |
| 105 |
|
|
* Remove execute right on /etc/bash_completion.d/django_bash_completion |
| 106 |
|
|
* Add debian/patches/04_hyphen-manpage.diff to fix a lintian message |
| 107 |
|
|
(hyphen-used-as-minus-sign usr/share/man/man1/django-admin.1.gz:156). |
| 108 |
hertzog |
6448 |
* Don't compress javascript files. |
| 109 |
hertzog |
6450 |
* Add libjs-jquery to Recommends since it's used by the HTML |
| 110 |
|
|
documentation. |
| 111 |
netzwurm |
6445 |
|
| 112 |
hertzog |
6447 |
-- Raphael Hertzog <hertzog@debian.org> Thu, 04 Sep 2008 08:33:32 +0200 |
| 113 |
|
|
|
| 114 |
netzwurm |
6409 |
python-django (1.0~beta2+ds-1) unstable; urgency=low |
| 115 |
|
|
|
| 116 |
|
|
* Bumping up upstream version to push sources into unstable. |
| 117 |
|
|
(Thanks to Raphael Hertzog). |
| 118 |
|
|
|
| 119 |
|
|
-- David Spreen <netzwurm@debian.org> Sat, 30 Aug 2008 20:56:09 -0700 |
| 120 |
|
|
|
| 121 |
netzwurm |
6402 |
python-django (1.0~beta2-3) unstable; urgency=low |
| 122 |
netzwurm |
6401 |
|
| 123 |
|
|
[ David Spreen ] |
| 124 |
|
|
* Updated the copyright information to include copyright and |
| 125 |
|
|
licenses for individual contributions. |
| 126 |
|
|
* Added the documentation to the main python-django package: |
| 127 |
|
|
* debian/python-django.install |
| 128 |
|
|
- Added installation of html documentation. |
| 129 |
|
|
* debian/python-django.doc-base |
| 130 |
|
|
- Added. |
| 131 |
|
|
* debian/control |
| 132 |
|
|
- Added Build-Depends-Indep on python-sphinx and libjs-jquery. |
| 133 |
|
|
* debian/rules |
| 134 |
|
|
- Readded code to build documentation. |
| 135 |
|
|
- Readded code to link to libjs-jquery. |
| 136 |
|
|
* debian/NEWS |
| 137 |
|
|
- Fixed format. |
| 138 |
|
|
- Added more comprehensive list of changes and references to |
| 139 |
|
|
local documentation as well as the wiki pages for |
| 140 |
|
|
backwards-incompatible changes. |
| 141 |
|
|
* debian/python-django.docs |
| 142 |
|
|
- Removed docs/*.txt since those are templates for the |
| 143 |
|
|
generated docs now included with doc-base. |
| 144 |
|
|
|
| 145 |
|
|
-- David Spreen <netzwurm@debian.org> Fri, 29 Aug 2008 09:20:45 -0700 |
| 146 |
|
|
|
| 147 |
netzwurm |
6398 |
python-django (1.0~beta2-2) unstable; urgency=low |
| 148 |
netzwurm |
6396 |
|
| 149 |
|
|
[ David Spreen ] |
| 150 |
|
|
* Removed all -doc related files temporarily to push beta2 into |
| 151 |
|
|
unstable for extensive testing. The -doc package will be |
| 152 |
|
|
readded once this package is in unstable as recommended in |
| 153 |
|
|
http://lists.debian.org/debian-release/2008/08/msg01475.html. |
| 154 |
|
|
* debian/python-django-doc.install |
| 155 |
|
|
- Removed. |
| 156 |
|
|
* debian/python-django-doc.doc-base |
| 157 |
|
|
- Removed. |
| 158 |
|
|
* debian/python-django-doc.examples |
| 159 |
|
|
- Moved to python-django.examples. |
| 160 |
|
|
* debian/rules |
| 161 |
|
|
- Removed python-doc related build and post-installation. |
| 162 |
|
|
* debian/control |
| 163 |
|
|
- Removed binary package python-django-doc. |
| 164 |
|
|
- Removed Build-Depends-Indep on python-sphinx and libjs-jquery. |
| 165 |
|
|
* debian/python-django.install: |
| 166 |
|
|
- Removed multiple package related issues. |
| 167 |
|
|
|
| 168 |
|
|
-- David Spreen <netzwurm@debian.org> Thu, 28 Aug 2008 20:15:21 -0700 |
| 169 |
|
|
|
| 170 |
netzwurm |
6394 |
python-django (1.0~beta2-1) experimental; urgency=low |
| 171 |
netzwurm |
6373 |
|
| 172 |
|
|
[ David Spreen ] |
| 173 |
netzwurm |
6382 |
* The `hooray for the documentation' release! |
| 174 |
netzwurm |
6373 |
* New upstream beta release. |
| 175 |
netzwurm |
6382 |
* debian/control |
| 176 |
|
|
- Updated standards version. |
| 177 |
netzwurm |
6393 |
- Added python-sphinx and libjs-jquery. |
| 178 |
netzwurm |
6382 |
- Added python-django-doc package depending on libjs-jquery. |
| 179 |
|
|
* debian/docs |
| 180 |
|
|
- Moved to debian/python-django.docs. |
| 181 |
|
|
* debian/install |
| 182 |
|
|
- Moved to debian/python-django.install. |
| 183 |
|
|
* debian/manpages |
| 184 |
|
|
- Moved to debian/python-django.manpages. |
| 185 |
netzwurm |
6385 |
* debian/examples |
| 186 |
|
|
- Moved to debian/python-django-doc.examples |
| 187 |
netzwurm |
6382 |
* debian/README.Debian |
| 188 |
|
|
- Moved to debian/python-django.README.Debian |
| 189 |
|
|
* debian/python-django-doc.doc-base: |
| 190 |
|
|
- Added doc-base file for the documentation. |
| 191 |
|
|
* debian/python-django-doc.install: |
| 192 |
|
|
- Added install file for sphinx generated documentation. |
| 193 |
|
|
* debian/rules: |
| 194 |
|
|
- Added code to generate documentation with sphinx and |
| 195 |
|
|
replace convenience file of jquery.js with the respective |
| 196 |
|
|
symlink to libjs-jquery. |
| 197 |
netzwurm |
6374 |
|
| 198 |
netzwurm |
6382 |
-- David Spreen <netzwurm@debian.org> Thu, 28 Aug 2008 10:22:29 -0700 |
| 199 |
netzwurm |
6373 |
|
| 200 |
netzwurm |
6201 |
python-django (1.0~beta1-1) experimental; urgency=low |
| 201 |
jandd-guest |
5731 |
|
| 202 |
netzwurm |
6175 |
[ David Spreen ] |
| 203 |
netzwurm |
6199 |
* New upstream beta release. Closes: #492956 |
| 204 |
netzwurm |
6200 |
* debian/control: Added myself to Uploaders field. |
| 205 |
netzwurm |
6175 |
* debian/watch: Added mangling for filename and version. Old watch file would |
| 206 |
|
|
name the download 'tarball'. Also added mangling to handle alpha and beta |
| 207 |
|
|
versioning. |
| 208 |
netzwurm |
6176 |
* Drop debian/patches/01_add_shebang.diff as this has been fixed upstream. |
| 209 |
|
|
* Drop debian/patches/02_bash_completion.diff as this has been committed |
| 210 |
|
|
upstream http://code.djangoproject.com/ticket/7268. |
| 211 |
netzwurm |
6178 |
* debian/control: Added python-flup to the Suggest field. Closes: #488123 |
| 212 |
|
|
* debian/patches/03_manpage.diff: Adapted patch to new upstream version. |
| 213 |
|
|
|
| 214 |
netzwurm |
6176 |
[ Jan Dittberner ] |
| 215 |
netzwurm |
6201 |
* add debian/watch file. |
| 216 |
netzwurm |
6176 |
|
| 217 |
netzwurm |
6201 |
-- David Spreen <netzwurm@debian.org> Fri, 15 Aug 2008 16:05:07 -0700 |
| 218 |
netzwurm |
6175 |
|
| 219 |
hertzog |
5358 |
python-django (0.97~svn7534-1) experimental; urgency=low |
| 220 |
|
|
|
| 221 |
|
|
* New upstream snapshot. Closes: #409565, #481051 |
| 222 |
|
|
- Include an XSS security fix (CVE-2008-2302). Closes: #481164 |
| 223 |
|
|
* Drop debian/patches/04_pg_version_fix.diff as another fix |
| 224 |
|
|
has been committed upstream (see http://code.djangoproject.com/ticket/6433 |
| 225 |
|
|
and http://code.djangoproject.com/changeset/7415). |
| 226 |
|
|
* Add some headers to the remaining patches. |
| 227 |
|
|
|
| 228 |
|
|
-- Raphael Hertzog <hertzog@debian.org> Mon, 19 May 2008 23:41:50 +0200 |
| 229 |
|
|
|
| 230 |
brettp-guest |
4685 |
python-django (0.97~svn7189-1) experimental; urgency=low |
| 231 |
|
|
|
| 232 |
|
|
* New upstream snapshot including bash completion fix |
| 233 |
|
|
Closes: #450913 |
| 234 |
|
|
|
| 235 |
|
|
-- Brett Parker <iDunno@sommitrealweird.co.uk> Sun, 02 Mar 2008 12:59:03 +0000 |
| 236 |
|
|
|
| 237 |
brettp-guest |
4472 |
python-django (0.97~svn7047-2) experimental; urgency=low |
| 238 |
|
|
|
| 239 |
hertzog |
4487 |
[ Brett Parker ] |
| 240 |
brettp-guest |
4472 |
* Patch for postgresql version issue with 8.3 beta/rc releases |
| 241 |
hertzog |
4484 |
Closes: #462058 |
| 242 |
hertzog |
4487 |
|
| 243 |
|
|
[ Raphael Hertzog ] |
| 244 |
|
|
* Updated Standards-Version to 3.7.3. |
| 245 |
|
|
* Adjusted build-dependency on python-setuptools to strip the -1 part. |
| 246 |
|
|
|
| 247 |
brettp-guest |
4472 |
-- Brett Parker <iDunno@sommitrealweird.co.uk> Wed, 6 Feb 2008 15:15:37 +0000 |
| 248 |
|
|
|
| 249 |
kov |
4448 |
python-django (0.97~svn7047-1) experimental; urgency=low |
| 250 |
|
|
|
| 251 |
|
|
* New upstream snapshot (rev 7047) |
| 252 |
|
|
- tarball prepared by Gabriel Falcão Gonçalves de Moura |
| 253 |
|
|
<gabriel@guake-terminal.org> |
| 254 |
|
|
|
| 255 |
|
|
-- Gustavo Noronha Silva <kov@debian.org> Tue, 29 Jan 2008 10:54:47 -0200 |
| 256 |
|
|
|
| 257 |
kov |
4309 |
python-django (0.97~svn6996-1) experimental; urgency=low |
| 258 |
kov |
4308 |
|
| 259 |
|
|
* New upstream snapshot |
| 260 |
|
|
* debian/control: |
| 261 |
|
|
- added myself to Uploaders |
| 262 |
|
|
|
| 263 |
|
|
-- Gustavo Noronha Silva <kov@debian.org> Sat, 05 Jan 2008 20:53:23 -0200 |
| 264 |
|
|
|
| 265 |
hertzog |
3970 |
python-django (0.97~svn6668-2) UNRELEASED; urgency=low |
| 266 |
|
|
|
| 267 |
morph-guest |
4191 |
[ Raphael Hertzog ] |
| 268 |
hertzog |
3970 |
* Install examples with dh_installexamples instead of dh_installdocs |
| 269 |
|
|
(change done by Ubuntu) as empty files are kept. |
| 270 |
|
|
|
| 271 |
morph-guest |
4191 |
[ Sandro Tosi ] |
| 272 |
|
|
* debian/control |
| 273 |
|
|
- uniforming Vcs-Browser field |
| 274 |
|
|
|
| 275 |
hertzog |
3970 |
-- Raphael Hertzog <hertzog@debian.org> Mon, 17 Dec 2007 09:09:16 +0100 |
| 276 |
|
|
|
| 277 |
brettp-guest |
3586 |
python-django (0.97~svn6668-1) experimental; urgency=low |
| 278 |
|
|
|
| 279 |
|
|
* New SVN snapshot (rev 6668) |
| 280 |
|
|
- Auth system delegations |
| 281 |
|
|
- Apps can now have thier own management commands |
| 282 |
|
|
- Fix for CVE-2007-5712 remote denial of service |
| 283 |
|
|
Closes: #448838 |
| 284 |
|
|
* Fix missing upstream info in changelog |
| 285 |
|
|
Closes: #450659 |
| 286 |
|
|
|
| 287 |
|
|
-- Brett Parker <iDunno@sommitrealweird.co.uk> Sun, 11 Nov 2007 10:15:55 +0000 |
| 288 |
|
|
|
| 289 |
hertzog |
3413 |
python-django (0.96+svn6373-1) experimental; urgency=low |
| 290 |
piotr |
3302 |
|
| 291 |
hertzog |
3371 |
[ Raphael Hertzog ] |
| 292 |
hertzog |
3375 |
* New SVN snapshot (rev 6373, a few days after the last Django sprint). |
| 293 |
|
|
* Note: The version 0.96+svn6034-1 never got uploaded. |
| 294 |
hertzog |
3371 |
* Rename XS-Vcs* fields to Vcs-* since they are now supported by dpkg. |
| 295 |
|
|
|
| 296 |
|
|
[ Piotr Ożarowski ] |
| 297 |
piotr |
3302 |
* XS-Vcs-Browser and Homepage fields added |
| 298 |
|
|
|
| 299 |
hertzog |
3371 |
-- Raphael Hertzog <hertzog@debian.org> Thu, 04 Oct 2007 14:59:01 +0200 |
| 300 |
piotr |
3302 |
|
| 301 |
brettp-guest |
3217 |
python-django (0.96+svn6034-1) experimental; urgency=low |
| 302 |
|
|
|
| 303 |
|
|
[ Brett Parker] |
| 304 |
|
|
* New SVN snapshot (rev 6034). |
| 305 |
|
|
* validate and runserver commands now display the number of errors |
| 306 |
|
|
(returning back to previous functionality). |
| 307 |
|
|
* Small documentation fixes |
| 308 |
|
|
* assertRedirects handling for paths with get data |
| 309 |
|
|
* start{project,app} no make sure files created are writable |
| 310 |
|
|
* Add man page for django-admin to the debian package |
| 311 |
|
|
|
| 312 |
|
|
-- Brett Parker <iDunno@sommitrealweird.co.uk> Sat, 8 Sep 2007 10:37:00 +0100 |
| 313 |
|
|
|
| 314 |
hertzog |
3104 |
python-django (0.96+svn6020-1) experimental; urgency=low |
| 315 |
|
|
|
| 316 |
|
|
* New SVN snapshot (rev 6020). |
| 317 |
|
|
|
| 318 |
|
|
-- Raphael Hertzog <hertzog@debian.org> Sun, 26 Aug 2007 18:16:08 +0200 |
| 319 |
|
|
|
| 320 |
hertzog |
2930 |
python-django (0.96+svn5779-1) experimental; urgency=low |
| 321 |
hertzog |
2927 |
|
| 322 |
|
|
* SVN snapshot (rev 5779) packaged to experimental as many interesting |
| 323 |
|
|
Django applications rely on newer unreleased features. |
| 324 |
|
|
|
| 325 |
|
|
-- Raphael Hertzog <hertzog@debian.org> Tue, 31 Jul 2007 13:40:18 +0200 |
| 326 |
|
|
|
| 327 |
brettp-guest |
1919 |
python-django (0.96-1) unstable; urgency=low |
| 328 |
|
|
|
| 329 |
|
|
[ Brett Parker ] |
| 330 |
|
|
* New upstream release - introduces some backwards incompatible changes, see |
| 331 |
|
|
README.Debian or the backwards incompatible changes page at |
| 332 |
|
|
http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges |
| 333 |
|
|
* Add documentation from upstream to /usr/share/doc/python-django |
| 334 |
|
|
Closes: #411249 |
| 335 |
|
|
* Install the bash completion file from extras in to |
| 336 |
|
|
/etc/bash_completion.d/django_bash_completion |
| 337 |
|
|
Closes: #414399 |
| 338 |
brettp-guest |
1927 |
* Egg support dropped as it's been dropped by upstream. |
| 339 |
brettp-guest |
1919 |
|
| 340 |
|
|
-- Brett Parker <iDunno@sommitrealweird.co.uk> Sun, 25 Mar 2007 19:18:39 +0100 |
| 341 |
|
|
|
| 342 |
brettp-guest |
1686 |
python-django (0.95.1-1) unstable; urgency=low |
| 343 |
|
|
|
| 344 |
hertzog |
1689 |
[ Brett Parker ] |
| 345 |
brettp-guest |
1686 |
* New upstream minor release for security bugs: |
| 346 |
|
|
- http://www.djangoproject.com/weblog/2007/jan/21/0951/ |
| 347 |
|
|
- Fixes a small security vulnerability in the script Django's |
| 348 |
|
|
internationalization system uses to compile translation files |
| 349 |
|
|
(changeset 4360 in the "0.95-bugfixes" branch). |
| 350 |
|
|
- fix for a bug in Django's authentication middleware which could cause |
| 351 |
|
|
apparent "caching" of a logged-in user (changeset 4361). |
| 352 |
|
|
- patch which disables debugging mode in the flup FastCGI package Django |
| 353 |
|
|
uses to launch its FastCGI server, which prevents tracebacks from |
| 354 |
|
|
bubbling up during production use (changeset 4363). |
| 355 |
|
|
Closes: #407786, #407607 |
| 356 |
brettp-guest |
1687 |
* Sets Recommends to python-psycopg and moves other database engines to |
| 357 |
brettp-guest |
1686 |
the Suggests field. |
| 358 |
|
|
|
| 359 |
hertzog |
1689 |
[ Raphael Hertzog ] |
| 360 |
|
|
* Use python-pysqlite2 as default database engine in Recommends. Others are |
| 361 |
|
|
in Suggests. Closes: #403761 |
| 362 |
|
|
* Add python-psycopg2 in Suggests. Closes: #407489 |
| 363 |
brettp-guest |
1686 |
|
| 364 |
hertzog |
1689 |
-- Raphael Hertzog <hertzog@debian.org> Sun, 21 Jan 2007 17:45:50 +0100 |
| 365 |
|
|
|
| 366 |
hertzog |
1683 |
python-django (0.95-3) unstable; urgency=low |
| 367 |
|
|
|
| 368 |
|
|
* Integrate 2 upstream changesets: |
| 369 |
|
|
- http://code.djangoproject.com/changeset/3754 as |
| 370 |
|
|
debian/patches/04_sec_fix_auth.diff |
| 371 |
|
|
Fixes a possible case of mis-authentication due to bad caching. |
| 372 |
|
|
Closes: #407521 |
| 373 |
|
|
- http://code.djangoproject.com/changeset/3592 as |
| 374 |
|
|
debian/patches/03_sec_fix_compile-messages.diff |
| 375 |
|
|
Fixes an (unlikely) arbitrary command execution if the user is blindly |
| 376 |
|
|
running compile-messages.py on a untrusted set of *.po files. |
| 377 |
|
|
Closes: #407519 |
| 378 |
|
|
|
| 379 |
|
|
-- Raphael Hertzog <hertzog@debian.org> Sat, 16 Dec 2006 15:13:29 +0100 |
| 380 |
|
|
|
| 381 |
brettp-guest |
1604 |
python-django (0.95-2) unstable; urgency=low |
| 382 |
pox-guest |
1550 |
|
| 383 |
brettp-guest |
1595 |
[ Piotr Ozarowski ] |
| 384 |
pox-guest |
1550 |
* Added XS-Vcs-Svn field |
| 385 |
|
|
|
| 386 |
brettp-guest |
1595 |
[ Brett Parker ] |
| 387 |
|
|
* Made manage.py get a shebang with the version of python |
| 388 |
brettp-guest |
1603 |
used when running django-admin (closes: #401616) |
| 389 |
hertzog |
1612 |
* Created a convenience /usr/lib/python-django/bin symlink. |
| 390 |
pox-guest |
1550 |
|
| 391 |
hertzog |
1612 |
[ Raphael Hertzog ] |
| 392 |
|
|
* Adapted Brett's work to better fit my views of the packaging. |
| 393 |
brettp-guest |
1595 |
|
| 394 |
hertzog |
1612 |
-- Raphael Hertzog <hertzog@debian.org> Sat, 16 Dec 2006 11:03:20 +0100 |
| 395 |
|
|
|
| 396 |
brettp-guest |
1388 |
python-django (0.95-1) unstable; urgency=low |
| 397 |
|
|
|
| 398 |
hertzog |
1391 |
[ Brett Parker ] |
| 399 |
brettp-guest |
1388 |
* 0.95 release - initial packaging |
| 400 |
|
|
|
| 401 |
hertzog |
1391 |
[ Raphael Hertzog ] |
| 402 |
|
|
* Fix recommends: s/python-sqlite/python-pysqlite2/ |
| 403 |
|
|
* Add debian/pyversions to ensure that we have at least python 2.3 (and to |
| 404 |
|
|
work around bug #391689 of python-support). |
| 405 |
|
|
|
| 406 |
|
|
-- Raphael Hertzog <hertzog@debian.org> Mon, 9 Oct 2006 12:10:27 +0200 |