/[python-modules]/packages/python-django/trunk/debian/changelog
ViewVC logotype

Contents of /packages/python-django/trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 24269 - (show annotations) (download)
Thu May 9 19:11:21 2013 UTC (2 weeks, 1 day ago) by lfaraone
File size: 28440 byte(s)
releasing version 1.5.1-2
1 python-django (1.5.1-2) unstable; urgency=low
2
3 [ Jakub Wilk ]
4 * Use canonical URIs for Vcs-* fields.
5
6 [ Luke Faraone ]
7 * Upload to unstable.
8
9 -- Luke Faraone <lfaraone@debian.org> Thu, 09 May 2013 15:10:47 -0400
10
11 python-django (1.5.1-1) experimental; urgency=low
12
13 * New upstream release.
14 * Add self to uploaders field.
15
16 -- Luke Faraone <lfaraone@debian.org> Thu, 28 Mar 2013 17:17:10 -0400
17
18 python-django (1.5-1) experimental; urgency=low
19
20 * New upstream release. Closes: #646634, #663230, #436983
21
22 -- Luke Faraone <lfaraone@debian.org> Fri, 22 Mar 2013 17:52:30 -0400
23
24 python-django (1.4.5-1) unstable; urgency=high
25
26 * New upstream maintenance release dropping some undesired .pyc files
27 and fixing a documentation link.
28 * High urgency due to former security updates.
29
30 -- Raphaël Hertzog <hertzog@debian.org> Sun, 24 Feb 2013 10:28:08 +0100
31
32 python-django (1.4.4-1) unstable; urgency=low
33
34 * New upstream security and maintenance release. Closes: #701186
35 https://www.djangoproject.com/weblog/2013/feb/19/security/
36 Fixes mulptiple security issues:
37 - Further fixes for Host header poisoning. CVE-2012-4520
38 - XML attacks via entity expansion. CVE-2013-1665
39 - Data leakage via admin history log. CVE-2013-0305
40 - Formset denial-of-service. CVE-2013-0306
41 * Add gettext to Suggests since it's required for django-admin
42 compilemessages / makemessages. Closes: #700483
43
44 -- Raphaël Hertzog <hertzog@debian.org> Sat, 23 Feb 2013 09:33:13 +0100
45
46 python-django (1.4.3-1) unstable; urgency=high
47
48 * New upstream security and maintenance release. Closes: #696535
49 https://www.djangoproject.com/weblog/2012/dec/10/security/
50 * Drop debian/patches/01_fix-self-tests.diff, merged upstream.
51
52 -- Raphaël Hertzog <hertzog@debian.org> Wed, 26 Dec 2012 15:49:32 +0100
53
54 python-django (1.4.2-2) unstable; urgency=low
55
56 * Don't fail self-tests if MANAGERS or ADMINS is defined in settings.py.
57 Add upstream patch debian/patches/01_fix-self-tests.diff.
58 Thanks to Jamie Strandboge <jamie@ubuntu.com> for the report.
59 Closes: #693752 LP: #1080204
60
61 -- Raphaël Hertzog <hertzog@debian.org> Tue, 20 Nov 2012 08:28:37 +0100
62
63 python-django (1.4.2-1) unstable; urgency=high
64
65 * New upstream security and maintenance release. Closes: #691145
66 Fixes: CVE-2012-4520
67 * Drop 01_use_stdlib_htmlparser_when_possible.diff which has been
68 merged upstream.
69
70 -- Raphaël Hertzog <hertzog@debian.org> Mon, 22 Oct 2012 10:53:30 +0200
71
72 python-django (1.4.1-2) unstable; urgency=low
73
74 * New patch 01_use_stdlib_htmlparser_when_possible.diff to not override
75 Python stdlib's HTMLParser with Python versions which are unaffected by
76 http://bugs.python.org/issue670664 Closes: #683648
77 Thanks to David Watson <david@planetwatson.co.uk> for the patch.
78 * Update the above patch to use the version committed upstream (commit
79 57d9ccc).
80
81 -- Raphaël Hertzog <hertzog@debian.org> Tue, 21 Aug 2012 08:42:10 +0200
82
83 python-django (1.4.1-1) unstable; urgency=low
84
85 * New upstream security and maintenance release. Closes: #683364
86 Fixes: CVE-2012-3442 CVE-2012-3443 CVE-2012-3444
87 * Drop 01_disable_broken_test.diff and 04_hyphen-manpage.diff which
88 have been merged upstream.
89
90 -- Raphaël Hertzog <hertzog@debian.org> Thu, 02 Aug 2012 10:44:02 +0200
91
92 python-django (1.4-1) unstable; urgency=low
93
94 * New upstream release. Closes: #666003
95 * Fix watch file to correctly extract the version number from the URL.
96 * Updated Standards-Version to 3.9.3 (no change needed).
97 * Drop 01_disable_url_verify_regression_tests.diff since upstream test
98 suite has been modified to work even without internet connection.
99 * Update 04_hyphen-manpage.diff to apply again.
100 * Drop 05_fix_djangodocs_sphinx_ext.diff which has been merged
101 upstream.
102 * Update 06_use_debian_geoip_database_as_default.diff to apply on
103 renamed file.
104 * Drop 07_fix_for_sphinx1.1.2.diff merged upstream.
105 * Drop 08_fix_test_week_view_allow_future.diff, merged upstream.
106 * Add 01_disable_broken_test.diff to disable a test that fails with
107 the current python 2.7 version in Debian.
108
109 -- Raphaël Hertzog <hertzog@debian.org> Sat, 31 Mar 2012 14:48:00 +0200
110
111 python-django (1.3.1-4) unstable; urgency=medium
112
113 * Add 08_fix_test_week_view_allow_future.diff to fix a regression test that
114 only worked in 2011. Closes: #655666
115
116 -- Raphaël Hertzog <hertzog@debian.org> Tue, 17 Jan 2012 08:55:58 +0100
117
118 python-django (1.3.1-3) unstable; urgency=low
119
120 * Add 06_use_debian_geoip_database_as_default.diff to use the default
121 location of the GeoIP database used by the Debian package
122 geoip-database-contrib. Closes: #645094
123 Add this package to suggests. Thanks to Tapio Rantala
124 <tapio.rantala@iki.fi> for the patch.
125 * Bump build-dep on python-sphinx to 1.0.8 to ensure we have a version
126 where #641710 is fixed. Closes: #647134
127 * Add 07_fix_for_sphinx1.1.2.diff to fix build with Sphinx 1.1.2. Thanks to
128 Jakub Wilk for the advance warning. Closes: #649624
129
130 -- Raphaël Hertzog <hertzog@debian.org> Mon, 28 Nov 2011 09:03:13 +0100
131
132 python-django (1.3.1-2) unstable; urgency=low
133
134 * Update Build-Depends on locales to included a version requirement
135 so that locales-all cannot satisfy it with its Provides: locales.
136 Thanks to Jakub Wilk for the suggestion.
137 * Enable 02_disable-sources-in-sphinxdoc.diff since #641710 has been
138 fixed.
139 * Add 05_fix_djangodocs_sphinx_ext.diff to support Sphinx 1.0.8.
140 Closes: #643758
141
142 -- Raphaël Hertzog <hertzog@debian.org> Wed, 12 Oct 2011 08:45:26 +0200
143
144 python-django (1.3.1-1) unstable; urgency=low
145
146 * New upstream release. It includes security updates described here:
147 https://www.djangoproject.com/weblog/2011/sep/09/security-releases-issued/
148 Closes: #641405
149 * Update 01_disable_url_verify_regression_tests.diff and merge
150 07_disable_url_verify_model_tests.diff into it.
151 * Update patch headers to conform to DEP-3.
152 * Apply patch from Steve Langasek to dynamically build the UTF-8
153 locale required by the test-suite instead of build-depending on
154 locales-all. Closes: #630421
155 * Use "dh --with sphinxdoc" to clean up the Sphinx generated documentation
156 and avoid the embedded-javascript-library lintian warning. Build-Depends
157 on python-sphinx >= 1.0.7+dfsg-1 for this and also add
158 ${sphinxdoc:Depends} to python-django-doc Depends field.
159 * Cleanup build-dependencies now that even oldstable has python 2.5.
160 * Switch to dh_python2 as python helper tool. Drop legacy files
161 debian/pyversions and debian/pycompat.
162 * New patch 02_disable-sources-in-sphinxdoc.diff to not generate
163 the _sources directory that we used to remove manually within the rules
164 file. But must be kept disabled until #641710 is fixed.
165 * Properly support DEB_BUILD_OPTIONS=nocheck despite the override
166 of dh_auto_test.
167
168 -- Raphaël Hertzog <hertzog@debian.org> Thu, 15 Sep 2011 12:43:51 +0200
169
170 python-django (1.3-2) unstable; urgency=low
171
172 * Team upload.
173
174 [ Chris Lamb ]
175 * Don't remove "backup~" test file - upstream did ship it; we were just
176 removing it with dh_clean.
177
178 [ Piotr Ożarowski ]
179 * Fix builds with non-default Python versions installed
180 * Bump Standards-Version to 3.9.2 (no changes needed)
181
182 -- Piotr Ożarowski <piotr@debian.org> Mon, 02 May 2011 22:23:37 +0200
183
184 python-django (1.3-1) unstable; urgency=low
185
186 * New upstream release.
187 - Update 01_disable_url_verify_regression_tests.diff.
188 - Update 07_disable_url_verify_model_tests.diff.
189 - Merge patch from Krzysztof Klimonda to disable more network access tests.
190 (Closes: #598674)
191 * Add workaround for missing "backup~" file in release tarball. See
192 <http://code.djangoproject.com/ticket/15677>.
193
194 -- Chris Lamb <lamby@debian.org> Thu, 24 Mar 2011 15:04:53 +0000
195
196 python-django (1.2.5-1) unstable; urgency=low
197
198 * New upstream release.
199 * Do not compress objects.inv used by Sphinx generated documentation.
200 Thanks to Michael Fladischer for the report. Closes: #608769
201
202 -- Raphaël Hertzog <hertzog@debian.org> Sat, 12 Feb 2011 08:59:33 +0100
203
204 python-django (1.2.4-1) unstable; urgency=high
205
206 * New bugfix-only upstream release. It includes security fixes.
207 http://www.djangoproject.com/weblog/2010/dec/22/security/
208 * Drop patches merged upstream:
209 - debian/patches/05_fix_regression_tests.diff
210 - debian/patches/06_fix_regression_tests.diff
211 * Update 01_disable_url_verify_regression_tests.diff to cope with the
212 updated regressions tests.
213 * Update 03_manpage.diff and 04_hyphen-manpage.diff to cope with changes in
214 the manual page.
215
216 -- Raphaël Hertzog <hertzog@debian.org> Fri, 31 Dec 2010 11:40:28 +0100
217
218 python-django (1.2.3-2) unstable; urgency=low
219
220 * Team upload.
221 * Disable model tests that require an internet connection.
222 Closes: #601070
223 * Include python.mk conditionally as explained in its header.
224 Helps backports to Lenny which has no python.mk.
225 Closes: #601608
226
227 -- Evgeni Golov <evgeni@debian.org> Thu, 28 Oct 2010 12:37:15 +0200
228
229 python-django (1.2.3-1) unstable; urgency=low
230
231 [ Krzysztof Klimonda ]
232 * New upstream release. Closes: #596893 LP: #636482
233 * Fixes both a XSS vulnerability introduced in 1.2 series and
234 the regressions caused by 1.2.2 release. Closes: #596205
235 * debian/control:
236 - depend on language packs for en_US.utf8 locales required for unit tests.
237 * debian/rules:
238 - re-enable build time tests.
239 - set LC_ALL to en_US.utf8 for test suite.
240 * debian/patches/series:
241 - two new patches: 05_fix_regression_tests.diff and
242 06_fix_regression_tests.diff backported from 1.2.x branch to fix
243 test suite failures.
244
245 [ Raphaël Hertzog ]
246 * Update Standards-Version to 3.9.1.
247 * Drop "--with quilt" and quilt build-dependency since the package is
248 already using source format "3.0 (quilt)".
249
250 -- Raphaël Hertzog <hertzog@debian.org> Sat, 18 Sep 2010 19:37:03 +0200
251
252 python-django (1.2.1-1) unstable; urgency=low
253
254 * New upstream bugfix release.
255
256 -- Chris Lamb <lamby@debian.org> Mon, 24 May 2010 22:44:32 +0100
257
258 python-django (1.2-1) unstable; urgency=low
259
260 * New upstream stable release.
261
262 -- Chris Lamb <lamby@debian.org> Fri, 21 May 2010 07:52:55 +0100
263
264 python-django (1.2~rc1-1) experimental; urgency=low
265
266 * New upstream release candidate.
267 * Remove "02-embedded_code_copies.diff" - not needed anymore.
268 * Refresh "01_disable_url_verify_regression_tests.diff".
269 * Refresh "04_hyphen-manpage.diff".
270 * Temporarily disable test runner due to failing date-related tests.
271
272 -- Chris Lamb <lamby@debian.org> Thu, 06 May 2010 10:25:10 +0100
273
274 python-django (1.2~beta1-1) experimental; urgency=low
275
276 * New upstream development release.
277 * Switch to dpkg-source 3.0 (quilt) format
278 * Bump Standards-Version to 3.8.4.
279 * Remove "0.96 -> 1.x" NEWS entry.
280 * jQuery added to admin system upstream:
281 - Add libjs-jquery to python-django's Recommends
282 - Use symlinks so we use the version from libjs-query over an embedded code
283 copy.
284
285 -- Chris Lamb <lamby@debian.org> Tue, 09 Feb 2010 13:47:34 +0000
286
287 python-django (1.2~alpha1-1) experimental; urgency=low
288
289 * New upstream development release:
290
291 This is the first in a series of preview/development releases leading up
292 to the eventual release of Django 1.2, currently scheduled to take place
293 in March 2010.
294
295 <http://docs.djangoproject.com/en/dev//releases/1.2-alpha-1/>
296
297 * Update "01_disable_url_verify_regression_tests.diff" - tests now use the
298 unittest module instead of doctests.
299 * Update "02-embedded_code_copies.diff".
300 * Remove "05_ftbfs_in_november.diff" - applied upstream.
301 * Remove "06_python_2.6.3_regression.diff" - applied upstream.
302 * Update dh_auto_test - database engine is set differently in 1.2.
303 * Remove useless ._DS_Store files.
304
305 -- Chris Lamb <lamby@debian.org> Wed, 06 Jan 2010 14:34:37 +0000
306
307 python-django (1.1.1-2) unstable; urgency=low
308
309 * Remove embedded "decimal" code copy and use system version instead. The
310 "doctest" code copy cannot be removed as parts of Django depend on modified
311 behaviour. (Closes: #555419)
312 * Fix FTBFS in November by applying patch from upstream bug #12125.
313 (Closes: #555931)
314 * Fix FTBFS under Python 2.6.3 by applying patch from upstream bug #11993.
315 (Closes: #555969)
316
317 -- Chris Lamb <lamby@debian.org> Tue, 01 Dec 2009 23:46:22 +0000
318
319 python-django (1.1.1-1) unstable; urgency=high
320
321 * New upstream security release - fixes pathological regular expression
322 backtracking performance in URL and email fields which can be used as part
323 of a denial of service attack.
324 * Set Maintainer: to myself with thanks to Brett Parker.
325 * Bump versioned build dependency on quilt to help backporters.
326 (Closes: #547955)
327
328 -- Chris Lamb <lamby@debian.org> Sat, 10 Oct 2009 10:17:52 +0100
329
330 python-django (1.1-4) unstable; urgency=low
331
332 * Sourceful upload to drop dependency on Python 2.4.
333
334 -- Chris Lamb <lamby@debian.org> Mon, 24 Aug 2009 08:16:11 +0100
335
336 python-django (1.1-3) unstable; urgency=low
337
338 * Disable regression tests that require an internet connection. Patch by
339 Krzysztof Klimonda <kklimonda@syntaxhighlighted.com>. (Closes: #542996)
340 * Bump Standards-Version to 3.8.3.
341
342 -- Chris Lamb <lamby@debian.org> Sun, 23 Aug 2009 18:13:18 +0100
343
344 python-django (1.1-2) unstable; urgency=low
345
346 * Run testsuite on build.
347 * Use "--with quilt" over specifying $(QUILT_STAMPFN)/unpatch dependencies.
348 * Override clean target correctly.
349
350 -- Chris Lamb <lamby@debian.org> Fri, 14 Aug 2009 08:06:29 +0100
351
352 python-django (1.1-1) unstable; urgency=low
353
354 * New upstream release.
355 * Merge from experimental:
356 - Ship FastCGI initscript and /etc/default file in python-django's examples
357 directory (Closes: #538863)
358 - Drop "05_10539-sphinx06-compatibility.diff"; it has been applied
359 upstream.
360 - Bump Standards-Version to 3.8.2.
361
362 -- Chris Lamb <lamby@debian.org> Wed, 29 Jul 2009 11:26:28 +0200
363
364 python-django (1.0.2-7) unstable; urgency=low
365
366 * Fix compatibility with Python 2.6 and Python transitions in general.
367 Thanks to Krzysztof Klimonda <kklimonda@syntaxhighlighted.com>.
368
369 -- Chris Lamb <lamby@debian.org> Sat, 16 May 2009 00:09:47 +0100
370
371 python-django (1.0.2-6) unstable; urgency=low
372
373 * Backport patch from <http://code.djangoproject.com/ticket/10539> to fix
374 FTBFS when using python-sphinx >= 0.6. (Closes: #527492)
375
376 -- Chris Lamb <lamby@debian.org> Sun, 10 May 2009 22:11:09 +0100
377
378 python-django (1.0.2-5) unstable; urgency=low
379
380 * Fix issue where newly created projects do not have their manage.py file
381 executable.
382
383 -- Chris Lamb <lamby@debian.org> Thu, 26 Mar 2009 23:42:14 +0000
384
385 python-django (1.0.2-4) unstable; urgency=low
386
387 * Programatically replace most references to "django-admin.py" with
388 "django-admin" in the generated documentation. (Closes: #519937)
389 * Bump Standards-Version to 3.8.1; no changes.
390
391 -- Chris Lamb <lamby@debian.org> Tue, 24 Mar 2009 00:50:26 +0000
392
393 python-django (1.0.2-3) unstable; urgency=low
394
395 * Split documentation into a separate python-django-doc package due to size
396 (approximately 6Mb).
397
398 -- Chris Lamb <lamby@debian.org> Tue, 10 Mar 2009 21:13:57 +0000
399
400 python-django (1.0.2-2) unstable; urgency=low
401
402 * Don't rely on the internal layout of python-support. (Closes: #517052)
403 * Move to debhelper-based packaging for operational clarity:
404 - Remove bashisms from binary-post-install.
405 - Use quilt instead of simple-patchsys.mk and adjust existing patches so
406 that we can apply with -p1 for the "quilt" source package type.
407 * Adjust Build-Depends:
408 - Bump debhelper requirement 7.0.50 for override_* feature.
409 - Drop cdbs, python-dev and python-setuptools requirement.
410 - Just Build-Depend on `python', not `python-dev'.
411 - Drop versions on Build-Depends where they are satisfied in current
412 oldstable (ie. etch).
413 * debian/control:
414 - Add python-sqlite to Suggests.
415 - Remove repeated 'Priority' line in binary package stanza.
416 - Update crufty long and short descriptions.
417 - Add ${misc:Depends} in binary stanza for debhelper-using package.
418
419 -- Chris Lamb <lamby@debian.org> Sun, 08 Mar 2009 06:01:59 +0000
420
421 python-django (1.0.2-1) unstable; urgency=low
422
423 [ Chris Lamb ]
424 * New upstream bugfix release. Closes: #505783
425 * Add myself to Uploaders with ACK from Brett.
426
427 [ David Spreen ]
428 * Remove python-pysqlite2 from Recommends because Python 2.5 includes
429 sqlite library used by Django. Closes: 497886
430
431 [ Sandro Tosi ]
432 * debian/control
433 - switch Vcs-Browser field to viewsvn
434
435 -- Chris Lamb <lamby@debian.org> Wed, 19 Nov 2008 21:31:00 +0000
436
437 python-django (1.0-1) unstable; urgency=low
438
439 [ David Spreen ]
440 * New _stable_ upstream release.
441
442 [ Raphael Hertzog ]
443 * This version fixes the latest security issue:
444 http://www.djangoproject.com/weblog/2008/sep/02/security/
445 Closes: #497765
446 * Don't include source files of documentation in the binary package,
447 keep only the HTML version.
448 * Updated README.Debian with information about the switch from 0.96 to
449 1.0.
450 * Remove execute right on /etc/bash_completion.d/django_bash_completion
451 * Add debian/patches/04_hyphen-manpage.diff to fix a lintian message
452 (hyphen-used-as-minus-sign usr/share/man/man1/django-admin.1.gz:156).
453 * Don't compress javascript files.
454 * Add libjs-jquery to Recommends since it's used by the HTML
455 documentation.
456
457 -- Raphael Hertzog <hertzog@debian.org> Thu, 04 Sep 2008 08:33:32 +0200
458
459 python-django (1.0~beta2+ds-1) unstable; urgency=low
460
461 * Bumping up upstream version to push sources into unstable.
462 (Thanks to Raphael Hertzog).
463
464 -- David Spreen <netzwurm@debian.org> Sat, 30 Aug 2008 20:56:09 -0700
465
466 python-django (1.0~beta2-3) unstable; urgency=low
467
468 [ David Spreen ]
469 * Updated the copyright information to include copyright and
470 licenses for individual contributions.
471 * Added the documentation to the main python-django package:
472 * debian/python-django.install
473 - Added installation of html documentation.
474 * debian/python-django.doc-base
475 - Added.
476 * debian/control
477 - Added Build-Depends-Indep on python-sphinx and libjs-jquery.
478 * debian/rules
479 - Readded code to build documentation.
480 - Readded code to link to libjs-jquery.
481 * debian/NEWS
482 - Fixed format.
483 - Added more comprehensive list of changes and references to
484 local documentation as well as the wiki pages for
485 backwards-incompatible changes.
486 * debian/python-django.docs
487 - Removed docs/*.txt since those are templates for the
488 generated docs now included with doc-base.
489
490 -- David Spreen <netzwurm@debian.org> Fri, 29 Aug 2008 09:20:45 -0700
491
492 python-django (1.0~beta2-2) unstable; urgency=low
493
494 [ David Spreen ]
495 * Removed all -doc related files temporarily to push beta2 into
496 unstable for extensive testing. The -doc package will be
497 readded once this package is in unstable as recommended in
498 http://lists.debian.org/debian-release/2008/08/msg01475.html.
499 * debian/python-django-doc.install
500 - Removed.
501 * debian/python-django-doc.doc-base
502 - Removed.
503 * debian/python-django-doc.examples
504 - Moved to python-django.examples.
505 * debian/rules
506 - Removed python-doc related build and post-installation.
507 * debian/control
508 - Removed binary package python-django-doc.
509 - Removed Build-Depends-Indep on python-sphinx and libjs-jquery.
510 * debian/python-django.install:
511 - Removed multiple package related issues.
512
513 -- David Spreen <netzwurm@debian.org> Thu, 28 Aug 2008 20:15:21 -0700
514
515 python-django (1.0~beta2-1) experimental; urgency=low
516
517 [ David Spreen ]
518 * The `hooray for the documentation' release!
519 * New upstream beta release.
520 * debian/control
521 - Updated standards version.
522 - Added python-sphinx and libjs-jquery.
523 - Added python-django-doc package depending on libjs-jquery.
524 * debian/docs
525 - Moved to debian/python-django.docs.
526 * debian/install
527 - Moved to debian/python-django.install.
528 * debian/manpages
529 - Moved to debian/python-django.manpages.
530 * debian/examples
531 - Moved to debian/python-django-doc.examples
532 * debian/README.Debian
533 - Moved to debian/python-django.README.Debian
534 * debian/python-django-doc.doc-base:
535 - Added doc-base file for the documentation.
536 * debian/python-django-doc.install:
537 - Added install file for sphinx generated documentation.
538 * debian/rules:
539 - Added code to generate documentation with sphinx and
540 replace convenience file of jquery.js with the respective
541 symlink to libjs-jquery.
542
543 -- David Spreen <netzwurm@debian.org> Thu, 28 Aug 2008 10:22:29 -0700
544
545 python-django (1.0~beta1-1) experimental; urgency=low
546
547 [ David Spreen ]
548 * New upstream beta release. Closes: #492956
549 * debian/control: Added myself to Uploaders field.
550 * debian/watch: Added mangling for filename and version. Old watch file would
551 name the download 'tarball'. Also added mangling to handle alpha and beta
552 versioning.
553 * Drop debian/patches/01_add_shebang.diff as this has been fixed upstream.
554 * Drop debian/patches/02_bash_completion.diff as this has been committed
555 upstream http://code.djangoproject.com/ticket/7268.
556 * debian/control: Added python-flup to the Suggest field. Closes: #488123
557 * debian/patches/03_manpage.diff: Adapted patch to new upstream version.
558
559 [ Jan Dittberner ]
560 * add debian/watch file.
561
562 -- David Spreen <netzwurm@debian.org> Fri, 15 Aug 2008 16:05:07 -0700
563
564 python-django (0.97~svn7534-1) experimental; urgency=low
565
566 * New upstream snapshot. Closes: #409565, #481051
567 - Include an XSS security fix (CVE-2008-2302). Closes: #481164
568 * Drop debian/patches/04_pg_version_fix.diff as another fix
569 has been committed upstream (see http://code.djangoproject.com/ticket/6433
570 and http://code.djangoproject.com/changeset/7415).
571 * Add some headers to the remaining patches.
572
573 -- Raphael Hertzog <hertzog@debian.org> Mon, 19 May 2008 23:41:50 +0200
574
575 python-django (0.97~svn7189-1) experimental; urgency=low
576
577 * New upstream snapshot including bash completion fix
578 Closes: #450913
579
580 -- Brett Parker <iDunno@sommitrealweird.co.uk> Sun, 02 Mar 2008 12:59:03 +0000
581
582 python-django (0.97~svn7047-2) experimental; urgency=low
583
584 [ Brett Parker ]
585 * Patch for postgresql version issue with 8.3 beta/rc releases
586 Closes: #462058
587
588 [ Raphael Hertzog ]
589 * Updated Standards-Version to 3.7.3.
590 * Adjusted build-dependency on python-setuptools to strip the -1 part.
591
592 -- Brett Parker <iDunno@sommitrealweird.co.uk> Wed, 6 Feb 2008 15:15:37 +0000
593
594 python-django (0.97~svn7047-1) experimental; urgency=low
595
596 * New upstream snapshot (rev 7047)
597 - tarball prepared by Gabriel Falcão Gonçalves de Moura
598 <gabriel@guake-terminal.org>
599
600 -- Gustavo Noronha Silva <kov@debian.org> Tue, 29 Jan 2008 10:54:47 -0200
601
602 python-django (0.97~svn6996-1) experimental; urgency=low
603
604 * New upstream snapshot
605 * debian/control:
606 - added myself to Uploaders
607
608 -- Gustavo Noronha Silva <kov@debian.org> Sat, 05 Jan 2008 20:53:23 -0200
609
610 python-django (0.97~svn6668-2) UNRELEASED; urgency=low
611
612 [ Raphael Hertzog ]
613 * Install examples with dh_installexamples instead of dh_installdocs
614 (change done by Ubuntu) as empty files are kept.
615
616 [ Sandro Tosi ]
617 * debian/control
618 - uniforming Vcs-Browser field
619
620 -- Raphael Hertzog <hertzog@debian.org> Mon, 17 Dec 2007 09:09:16 +0100
621
622 python-django (0.97~svn6668-1) experimental; urgency=low
623
624 * New SVN snapshot (rev 6668)
625 - Auth system delegations
626 - Apps can now have thier own management commands
627 - Fix for CVE-2007-5712 remote denial of service
628 Closes: #448838
629 * Fix missing upstream info in changelog
630 Closes: #450659
631
632 -- Brett Parker <iDunno@sommitrealweird.co.uk> Sun, 11 Nov 2007 10:15:55 +0000
633
634 python-django (0.96+svn6373-1) experimental; urgency=low
635
636 [ Raphael Hertzog ]
637 * New SVN snapshot (rev 6373, a few days after the last Django sprint).
638 * Note: The version 0.96+svn6034-1 never got uploaded.
639 * Rename XS-Vcs* fields to Vcs-* since they are now supported by dpkg.
640
641 [ Piotr Ożarowski ]
642 * XS-Vcs-Browser and Homepage fields added
643
644 -- Raphael Hertzog <hertzog@debian.org> Thu, 04 Oct 2007 14:59:01 +0200
645
646 python-django (0.96+svn6034-1) experimental; urgency=low
647
648 [ Brett Parker]
649 * New SVN snapshot (rev 6034).
650 * validate and runserver commands now display the number of errors
651 (returning back to previous functionality).
652 * Small documentation fixes
653 * assertRedirects handling for paths with get data
654 * start{project,app} no make sure files created are writable
655 * Add man page for django-admin to the debian package
656
657 -- Brett Parker <iDunno@sommitrealweird.co.uk> Sat, 8 Sep 2007 10:37:00 +0100
658
659 python-django (0.96+svn6020-1) experimental; urgency=low
660
661 * New SVN snapshot (rev 6020).
662
663 -- Raphael Hertzog <hertzog@debian.org> Sun, 26 Aug 2007 18:16:08 +0200
664
665 python-django (0.96+svn5779-1) experimental; urgency=low
666
667 * SVN snapshot (rev 5779) packaged to experimental as many interesting
668 Django applications rely on newer unreleased features.
669
670 -- Raphael Hertzog <hertzog@debian.org> Tue, 31 Jul 2007 13:40:18 +0200
671
672 python-django (0.96-1) unstable; urgency=low
673
674 [ Brett Parker ]
675 * New upstream release - introduces some backwards incompatible changes, see
676 README.Debian or the backwards incompatible changes page at
677 http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
678 * Add documentation from upstream to /usr/share/doc/python-django
679 Closes: #411249
680 * Install the bash completion file from extras in to
681 /etc/bash_completion.d/django_bash_completion
682 Closes: #414399
683 * Egg support dropped as it's been dropped by upstream.
684
685 -- Brett Parker <iDunno@sommitrealweird.co.uk> Sun, 25 Mar 2007 19:18:39 +0100
686
687 python-django (0.95.1-1) unstable; urgency=low
688
689 [ Brett Parker ]
690 * New upstream minor release for security bugs:
691 - http://www.djangoproject.com/weblog/2007/jan/21/0951/
692 - Fixes a small security vulnerability in the script Django's
693 internationalization system uses to compile translation files
694 (changeset 4360 in the "0.95-bugfixes" branch).
695 - fix for a bug in Django's authentication middleware which could cause
696 apparent "caching" of a logged-in user (changeset 4361).
697 - patch which disables debugging mode in the flup FastCGI package Django
698 uses to launch its FastCGI server, which prevents tracebacks from
699 bubbling up during production use (changeset 4363).
700 Closes: #407786, #407607
701 * Sets Recommends to python-psycopg and moves other database engines to
702 the Suggests field.
703
704 [ Raphael Hertzog ]
705 * Use python-pysqlite2 as default database engine in Recommends. Others are
706 in Suggests. Closes: #403761
707 * Add python-psycopg2 in Suggests. Closes: #407489
708
709 -- Raphael Hertzog <hertzog@debian.org> Sun, 21 Jan 2007 17:45:50 +0100
710
711 python-django (0.95-3) unstable; urgency=low
712
713 * Integrate 2 upstream changesets:
714 - http://code.djangoproject.com/changeset/3754 as
715 debian/patches/04_sec_fix_auth.diff
716 Fixes a possible case of mis-authentication due to bad caching.
717 Closes: #407521
718 - http://code.djangoproject.com/changeset/3592 as
719 debian/patches/03_sec_fix_compile-messages.diff
720 Fixes an (unlikely) arbitrary command execution if the user is blindly
721 running compile-messages.py on a untrusted set of *.po files.
722 Closes: #407519
723
724 -- Raphael Hertzog <hertzog@debian.org> Sat, 16 Dec 2006 15:13:29 +0100
725
726 python-django (0.95-2) unstable; urgency=low
727
728 [ Piotr Ozarowski ]
729 * Added XS-Vcs-Svn field
730
731 [ Brett Parker ]
732 * Made manage.py get a shebang with the version of python
733 used when running django-admin (closes: #401616)
734 * Created a convenience /usr/lib/python-django/bin symlink.
735
736 [ Raphael Hertzog ]
737 * Adapted Brett's work to better fit my views of the packaging.
738
739 -- Raphael Hertzog <hertzog@debian.org> Sat, 16 Dec 2006 11:03:20 +0100
740
741 python-django (0.95-1) unstable; urgency=low
742
743 [ Brett Parker ]
744 * 0.95 release - initial packaging
745
746 [ Raphael Hertzog ]
747 * Fix recommends: s/python-sqlite/python-pysqlite2/
748 * Add debian/pyversions to ensure that we have at least python 2.3 (and to
749 work around bug #391689 of python-support).
750
751 -- Raphael Hertzog <hertzog@debian.org> Mon, 9 Oct 2006 12:10:27 +0200

  ViewVC Help
Powered by ViewVC 1.1.5