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

  ViewVC Help
Powered by ViewVC 1.1.5