/[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 9319 - (show annotations) (download)
Fri Aug 14 07:12:46 2009 UTC (3 years, 9 months ago) by lamby
File size: 15054 byte(s)
Use "--with quilt" over specifying $(QUILT_STAMPFN)/unpatch dependencies.
1 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 python-django (1.1-1) unstable; urgency=low
8
9 * New upstream release.
10 * 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 - Bump Standards-Version to 3.8.2.
16
17 -- Chris Lamb <lamby@debian.org> Wed, 29 Jul 2009 11:26:28 +0200
18
19 python-django (1.0.2-7) unstable; urgency=low
20
21 * Fix compatibility with Python 2.6 and Python transitions in general.
22 Thanks to Krzysztof Klimonda <kklimonda@syntaxhighlighted.com>.
23
24 -- Chris Lamb <lamby@debian.org> Sat, 16 May 2009 00:09:47 +0100
25
26 python-django (1.0.2-6) unstable; urgency=low
27
28 * Backport patch from <http://code.djangoproject.com/ticket/10539> to fix
29 FTBFS when using python-sphinx >= 0.6. (Closes: #527492)
30
31 -- Chris Lamb <lamby@debian.org> Sun, 10 May 2009 22:11:09 +0100
32
33 python-django (1.0.2-5) unstable; urgency=low
34
35 * Fix issue where newly created projects do not have their manage.py file
36 executable.
37
38 -- Chris Lamb <lamby@debian.org> Thu, 26 Mar 2009 23:42:14 +0000
39
40 python-django (1.0.2-4) unstable; urgency=low
41
42 * Programatically replace most references to "django-admin.py" with
43 "django-admin" in the generated documentation. (Closes: #519937)
44 * Bump Standards-Version to 3.8.1; no changes.
45
46 -- Chris Lamb <lamby@debian.org> Tue, 24 Mar 2009 00:50:26 +0000
47
48 python-django (1.0.2-3) unstable; urgency=low
49
50 * Split documentation into a separate python-django-doc package due to size
51 (approximately 6Mb).
52
53 -- Chris Lamb <lamby@debian.org> Tue, 10 Mar 2009 21:13:57 +0000
54
55 python-django (1.0.2-2) unstable; urgency=low
56
57 * Don't rely on the internal layout of python-support. (Closes: #517052)
58 * Move to debhelper-based packaging for operational clarity:
59 - 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 - Add python-sqlite to Suggests.
70 - 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
74 -- Chris Lamb <lamby@debian.org> Sun, 08 Mar 2009 06:01:59 +0000
75
76 python-django (1.0.2-1) unstable; urgency=low
77
78 [ Chris Lamb ]
79 * New upstream bugfix release. Closes: #505783
80 * Add myself to Uploaders with ACK from Brett.
81
82 [ David Spreen ]
83 * Remove python-pysqlite2 from Recommends because Python 2.5 includes
84 sqlite library used by Django. Closes: 497886
85
86 [ Sandro Tosi ]
87 * debian/control
88 - switch Vcs-Browser field to viewsvn
89
90 -- Chris Lamb <lamby@debian.org> Wed, 19 Nov 2008 21:31:00 +0000
91
92 python-django (1.0-1) unstable; urgency=low
93
94 [ David Spreen ]
95 * New _stable_ upstream release.
96
97 [ 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 * Don't compress javascript files.
109 * Add libjs-jquery to Recommends since it's used by the HTML
110 documentation.
111
112 -- Raphael Hertzog <hertzog@debian.org> Thu, 04 Sep 2008 08:33:32 +0200
113
114 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 python-django (1.0~beta2-3) unstable; urgency=low
122
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 python-django (1.0~beta2-2) unstable; urgency=low
148
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 python-django (1.0~beta2-1) experimental; urgency=low
171
172 [ David Spreen ]
173 * The `hooray for the documentation' release!
174 * New upstream beta release.
175 * debian/control
176 - Updated standards version.
177 - Added python-sphinx and libjs-jquery.
178 - 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 * debian/examples
186 - Moved to debian/python-django-doc.examples
187 * 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
198 -- David Spreen <netzwurm@debian.org> Thu, 28 Aug 2008 10:22:29 -0700
199
200 python-django (1.0~beta1-1) experimental; urgency=low
201
202 [ David Spreen ]
203 * New upstream beta release. Closes: #492956
204 * debian/control: Added myself to Uploaders field.
205 * 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 * 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 * 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 [ Jan Dittberner ]
215 * add debian/watch file.
216
217 -- David Spreen <netzwurm@debian.org> Fri, 15 Aug 2008 16:05:07 -0700
218
219 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 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 python-django (0.97~svn7047-2) experimental; urgency=low
238
239 [ Brett Parker ]
240 * Patch for postgresql version issue with 8.3 beta/rc releases
241 Closes: #462058
242
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 -- Brett Parker <iDunno@sommitrealweird.co.uk> Wed, 6 Feb 2008 15:15:37 +0000
248
249 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 python-django (0.97~svn6996-1) experimental; urgency=low
258
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 python-django (0.97~svn6668-2) UNRELEASED; urgency=low
266
267 [ Raphael Hertzog ]
268 * Install examples with dh_installexamples instead of dh_installdocs
269 (change done by Ubuntu) as empty files are kept.
270
271 [ Sandro Tosi ]
272 * debian/control
273 - uniforming Vcs-Browser field
274
275 -- Raphael Hertzog <hertzog@debian.org> Mon, 17 Dec 2007 09:09:16 +0100
276
277 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 python-django (0.96+svn6373-1) experimental; urgency=low
290
291 [ Raphael Hertzog ]
292 * 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 * Rename XS-Vcs* fields to Vcs-* since they are now supported by dpkg.
295
296 [ Piotr Ożarowski ]
297 * XS-Vcs-Browser and Homepage fields added
298
299 -- Raphael Hertzog <hertzog@debian.org> Thu, 04 Oct 2007 14:59:01 +0200
300
301 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 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 python-django (0.96+svn5779-1) experimental; urgency=low
321
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 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 * Egg support dropped as it's been dropped by upstream.
339
340 -- Brett Parker <iDunno@sommitrealweird.co.uk> Sun, 25 Mar 2007 19:18:39 +0100
341
342 python-django (0.95.1-1) unstable; urgency=low
343
344 [ Brett Parker ]
345 * 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 * Sets Recommends to python-psycopg and moves other database engines to
357 the Suggests field.
358
359 [ 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
364 -- Raphael Hertzog <hertzog@debian.org> Sun, 21 Jan 2007 17:45:50 +0100
365
366 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 python-django (0.95-2) unstable; urgency=low
382
383 [ Piotr Ozarowski ]
384 * Added XS-Vcs-Svn field
385
386 [ Brett Parker ]
387 * Made manage.py get a shebang with the version of python
388 used when running django-admin (closes: #401616)
389 * Created a convenience /usr/lib/python-django/bin symlink.
390
391 [ Raphael Hertzog ]
392 * Adapted Brett's work to better fit my views of the packaging.
393
394 -- Raphael Hertzog <hertzog@debian.org> Sat, 16 Dec 2006 11:03:20 +0100
395
396 python-django (0.95-1) unstable; urgency=low
397
398 [ Brett Parker ]
399 * 0.95 release - initial packaging
400
401 [ 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

  ViewVC Help
Powered by ViewVC 1.1.5