/[python-modules]/packages/python-django/trunk/debian/changelog
ViewVC logotype

Diff of /packages/python-django/trunk/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1612  
changed lines
  Added in v.7816

  ViewVC Help
Powered by ViewVC 1.1.5