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

  ViewVC Help
Powered by ViewVC 1.1.5