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

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

  ViewVC Help
Powered by ViewVC 1.1.5