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

  ViewVC Help
Powered by ViewVC 1.1.5