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

  ViewVC Help
Powered by ViewVC 1.1.5