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

  ViewVC Help
Powered by ViewVC 1.1.5