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

  ViewVC Help
Powered by ViewVC 1.1.5