/[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 3371 by hertzog, Thu Oct 4 13:05:28 2007 UTC revision 6911 by lamby, Wed Nov 19 21:32:36 2008 UTC
# Line 1  Line 1 
1  python-django (0.96+svn6373-2) experimental; urgency=low  python-django (1.0.2-1) UNRELEASED; urgency=low
2    
3      [ Chris Lamb ]
4      * New upstream bugfix release. Closes: #505783
5    
6      [ David Spreen ]
7      * Remove python-pysqlite2 from Recommends because Python 2.5 includes
8        sqlite library used by Django. Closes: 497886
9    
10      [ Sandro Tosi ]
11      * debian/control
12        - switch Vcs-Browser field to viewsvn
13    
14     -- David Spreen <netzwurm@debian.org>  Sat, 06 Sep 2008 16:09:03 -0700
15    
16    python-django (1.0-1) unstable; urgency=low
17    
18      [ David Spreen ]
19      * New _stable_ upstream release.
20    
21    [ Raphael Hertzog ]    [ Raphael Hertzog ]
22    * The upload 0.96+svn6373-1 didn't incorporate the latest changes from    * This version fixes the latest security issue:
23    the 0.96+svn6034-1. I worked on non-updated svn repository and forgot      http://www.djangoproject.com/weblog/2008/sep/02/security/
24    to commit and thus didn't notice the previous work. This upload fixes      Closes: #497765
25    that mistake.    * Don't include source files of documentation in the binary package,
26    * Rename XS-Vcs* fields to Vcs-* since they are now supported by dpkg.      keep only the HTML version.
27      * Updated README.Debian with information about the switch from 0.96 to
28        1.0.
29      * Remove execute right on /etc/bash_completion.d/django_bash_completion
30      * Add debian/patches/04_hyphen-manpage.diff to fix a lintian message
31        (hyphen-used-as-minus-sign usr/share/man/man1/django-admin.1.gz:156).
32      * Don't compress javascript files.
33      * Add libjs-jquery to Recommends since it's used by the HTML
34        documentation.
35    
36     -- Raphael Hertzog <hertzog@debian.org>  Thu, 04 Sep 2008 08:33:32 +0200
37    
38    python-django (1.0~beta2+ds-1) unstable; urgency=low
39    
40      * Bumping up upstream version to push sources into unstable.
41        (Thanks to Raphael Hertzog).
42    
43     -- David Spreen <netzwurm@debian.org>  Sat, 30 Aug 2008 20:56:09 -0700
44    
45    python-django (1.0~beta2-3) unstable; urgency=low
46    
47      [ David Spreen ]
48      * Updated the copyright information to include copyright and
49        licenses for individual contributions.
50      * Added the documentation to the main python-django package:
51      * debian/python-django.install
52        - Added installation of html documentation.
53      * debian/python-django.doc-base
54        - Added.
55      * debian/control
56        - Added Build-Depends-Indep on python-sphinx and libjs-jquery.
57      * debian/rules
58        - Readded code to build documentation.
59        - Readded code to link to libjs-jquery.
60      * debian/NEWS
61        - Fixed format.
62        - Added more comprehensive list of changes and references to
63          local documentation as well as the wiki pages for
64          backwards-incompatible changes.
65      * debian/python-django.docs
66        - Removed docs/*.txt since those are templates for the
67          generated docs now included with doc-base.
68    
69     -- David Spreen <netzwurm@debian.org>  Fri, 29 Aug 2008 09:20:45 -0700
70    
71    python-django (1.0~beta2-2) unstable; urgency=low
72    
73      [ David Spreen ]
74      * Removed all -doc related files temporarily to push beta2 into
75        unstable for extensive testing. The -doc package will be
76        readded once this package is in unstable as recommended in
77        http://lists.debian.org/debian-release/2008/08/msg01475.html.
78      * debian/python-django-doc.install
79        - Removed.
80      * debian/python-django-doc.doc-base
81        - Removed.
82      * debian/python-django-doc.examples
83        - Moved to python-django.examples.
84      * debian/rules
85        - Removed python-doc related build and post-installation.
86      * debian/control
87        - Removed binary package python-django-doc.
88        - Removed Build-Depends-Indep on python-sphinx and libjs-jquery.
89      * debian/python-django.install:
90        - Removed multiple package related issues.
91    
92     -- David Spreen <netzwurm@debian.org>  Thu, 28 Aug 2008 20:15:21 -0700
93    
94    python-django (1.0~beta2-1) experimental; urgency=low
95    
96      [ David Spreen ]
97      * The `hooray for the documentation' release!
98      * New upstream beta release.
99      * debian/control
100        - Updated standards version.
101        - Added python-sphinx and libjs-jquery.
102        - Added python-django-doc package depending on libjs-jquery.
103      * debian/docs
104        - Moved to debian/python-django.docs.
105      * debian/install
106        - Moved to debian/python-django.install.
107      * debian/manpages
108        - Moved to debian/python-django.manpages.
109      * debian/examples
110        - Moved to debian/python-django-doc.examples
111      * debian/README.Debian
112        - Moved to debian/python-django.README.Debian
113      * debian/python-django-doc.doc-base:
114        - Added doc-base file for the documentation.
115      * debian/python-django-doc.install:
116        - Added install file for sphinx generated documentation.
117      * debian/rules:
118        - Added code to generate documentation with sphinx and
119          replace convenience file of jquery.js with the respective
120          symlink to libjs-jquery.
121    
122     -- David Spreen <netzwurm@debian.org>  Thu, 28 Aug 2008 10:22:29 -0700
123    
124    python-django (1.0~beta1-1) experimental; urgency=low
125    
126      [ David Spreen ]
127      * New upstream beta release. Closes: #492956
128      * debian/control: Added myself to Uploaders field.
129      * debian/watch: Added mangling for filename and version. Old watch file would
130        name the download 'tarball'. Also added mangling to handle alpha and beta
131        versioning.
132      * Drop debian/patches/01_add_shebang.diff as this has been fixed upstream.
133      * Drop debian/patches/02_bash_completion.diff as this has been committed
134        upstream http://code.djangoproject.com/ticket/7268.
135      * debian/control: Added python-flup to the Suggest field. Closes: #488123
136      * debian/patches/03_manpage.diff: Adapted patch to new upstream version.
137    
138      [ Jan Dittberner ]
139      * add debian/watch file.
140    
141     -- David Spreen <netzwurm@debian.org>  Fri, 15 Aug 2008 16:05:07 -0700
142    
143    python-django (0.97~svn7534-1) experimental; urgency=low
144    
145      * New upstream snapshot. Closes: #409565, #481051
146        - Include an XSS security fix (CVE-2008-2302). Closes: #481164
147      * Drop debian/patches/04_pg_version_fix.diff as another fix
148        has been committed upstream (see http://code.djangoproject.com/ticket/6433
149        and http://code.djangoproject.com/changeset/7415).
150      * Add some headers to the remaining patches.
151    
152     -- Raphael Hertzog <hertzog@debian.org>  Mon, 19 May 2008 23:41:50 +0200
153    
154    python-django (0.97~svn7189-1) experimental; urgency=low
155    
156      * New upstream snapshot including bash completion fix
157        Closes: #450913
158    
159     -- Brett Parker <iDunno@sommitrealweird.co.uk>  Sun, 02 Mar 2008 12:59:03 +0000
160    
161    python-django (0.97~svn7047-2) experimental; urgency=low
162    
163      [ Brett Parker ]
164      * Patch for postgresql version issue with 8.3 beta/rc releases
165        Closes: #462058
166    
167    [ Piotr Ożarowski ]    [ Raphael Hertzog ]
168    * XS-Vcs-Browser and Homepage fields added    * Updated Standards-Version to 3.7.3.
169      * Adjusted build-dependency on python-setuptools to strip the -1 part.
170    
171   -- Raphael Hertzog <hertzog@debian.org>  Thu, 04 Oct 2007 14:59:01 +0200   -- Brett Parker <iDunno@sommitrealweird.co.uk>  Wed,  6 Feb 2008 15:15:37 +0000
172    
173    python-django (0.97~svn7047-1) experimental; urgency=low
174    
175      * New upstream snapshot (rev 7047)
176      - tarball prepared by Gabriel Falcão Gonçalves de Moura
177        <gabriel@guake-terminal.org>
178    
179     -- Gustavo Noronha Silva <kov@debian.org>  Tue, 29 Jan 2008 10:54:47 -0200
180    
181    python-django (0.97~svn6996-1) experimental; urgency=low
182    
183      * New upstream snapshot
184      * debian/control:
185      - added myself to Uploaders
186    
187     -- Gustavo Noronha Silva <kov@debian.org>  Sat, 05 Jan 2008 20:53:23 -0200
188    
189    python-django (0.97~svn6668-2) UNRELEASED; urgency=low
190    
191      [ Raphael Hertzog ]
192      * Install examples with dh_installexamples instead of dh_installdocs
193        (change done by Ubuntu) as empty files are kept.
194    
195      [ Sandro Tosi ]
196      * debian/control
197        - uniforming Vcs-Browser field
198    
199     -- Raphael Hertzog <hertzog@debian.org>  Mon, 17 Dec 2007 09:09:16 +0100
200    
201    python-django (0.97~svn6668-1) experimental; urgency=low
202    
203      * New SVN snapshot (rev 6668)
204        - Auth system delegations
205        - Apps can now have thier own management commands
206        - Fix for CVE-2007-5712 remote denial of service
207          Closes: #448838
208      * Fix missing upstream info in changelog
209        Closes: #450659
210    
211     -- Brett Parker <iDunno@sommitrealweird.co.uk>  Sun, 11 Nov 2007 10:15:55 +0000
212    
213  python-django (0.96+svn6373-1) experimental; urgency=low  python-django (0.96+svn6373-1) experimental; urgency=low
214    
215      [ Raphael Hertzog ]
216    * New SVN snapshot (rev 6373, a few days after the last Django sprint).    * New SVN snapshot (rev 6373, a few days after the last Django sprint).
217      * Note: The version 0.96+svn6034-1 never got uploaded.
218      * Rename XS-Vcs* fields to Vcs-* since they are now supported by dpkg.
219    
220   -- Raphael Hertzog <hertzog@debian.org>  Tue, 18 Sep 2007 15:48:07 +0200    [ Piotr Ożarowski ]
221      * XS-Vcs-Browser and Homepage fields added
222    
223     -- Raphael Hertzog <hertzog@debian.org>  Thu, 04 Oct 2007 14:59:01 +0200
224    
225  python-django (0.96+svn6034-1) experimental; urgency=low  python-django (0.96+svn6034-1) experimental; urgency=low
226    

Legend:
Removed from v.3371  
changed lines
  Added in v.6911

  ViewVC Help
Powered by ViewVC 1.1.5