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

  ViewVC Help
Powered by ViewVC 1.1.5