/[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 6178 - (show annotations) (download)
Thu Aug 14 01:41:16 2008 UTC (4 years, 9 months ago) by netzwurm
File size: 7675 byte(s)
* debian/control: Added python-flup to the Suggest field. Closes: #488123
* debian/patches/03_manpage.diff: Adapted patch to new upstream version.
1 python-django (1.0~alpha2-1) UNRELEASED; urgency=low
2
3 [ David Spreen ]
4 * New upstream alpha release.
5 * debian/watch: Added mangling for filename and version. Old watch file would
6 name the download 'tarball'. Also added mangling to handle alpha and beta
7 versioning.
8 * Drop debian/patches/01_add_shebang.diff as this has been fixed upstream.
9 * Drop debian/patches/02_bash_completion.diff as this has been committed
10 upstream http://code.djangoproject.com/ticket/7268.
11 * debian/control: Added python-flup to the Suggest field. Closes: #488123
12 * debian/patches/03_manpage.diff: Adapted patch to new upstream version.
13
14 [ Jan Dittberner ]
15 * add debian/watch file
16
17 -- David Spreen <netzwurm@debian.org> Wed, 13 Aug 2008 18:40:49 -0700
18
19 python-django (0.97~svn7534-1) experimental; urgency=low
20
21 * New upstream snapshot. Closes: #409565, #481051
22 - Include an XSS security fix (CVE-2008-2302). Closes: #481164
23 * Drop debian/patches/04_pg_version_fix.diff as another fix
24 has been committed upstream (see http://code.djangoproject.com/ticket/6433
25 and http://code.djangoproject.com/changeset/7415).
26 * Add some headers to the remaining patches.
27
28 -- Raphael Hertzog <hertzog@debian.org> Mon, 19 May 2008 23:41:50 +0200
29
30 python-django (0.97~svn7189-1) experimental; urgency=low
31
32 * New upstream snapshot including bash completion fix
33 Closes: #450913
34
35 -- Brett Parker <iDunno@sommitrealweird.co.uk> Sun, 02 Mar 2008 12:59:03 +0000
36
37 python-django (0.97~svn7047-2) experimental; urgency=low
38
39 [ Brett Parker ]
40 * Patch for postgresql version issue with 8.3 beta/rc releases
41 Closes: #462058
42
43 [ Raphael Hertzog ]
44 * Updated Standards-Version to 3.7.3.
45 * Adjusted build-dependency on python-setuptools to strip the -1 part.
46
47 -- Brett Parker <iDunno@sommitrealweird.co.uk> Wed, 6 Feb 2008 15:15:37 +0000
48
49 python-django (0.97~svn7047-1) experimental; urgency=low
50
51 * New upstream snapshot (rev 7047)
52 - tarball prepared by Gabriel Falcão Gonçalves de Moura
53 <gabriel@guake-terminal.org>
54
55 -- Gustavo Noronha Silva <kov@debian.org> Tue, 29 Jan 2008 10:54:47 -0200
56
57 python-django (0.97~svn6996-1) experimental; urgency=low
58
59 * New upstream snapshot
60 * debian/control:
61 - added myself to Uploaders
62
63 -- Gustavo Noronha Silva <kov@debian.org> Sat, 05 Jan 2008 20:53:23 -0200
64
65 python-django (0.97~svn6668-2) UNRELEASED; urgency=low
66
67 [ Raphael Hertzog ]
68 * Install examples with dh_installexamples instead of dh_installdocs
69 (change done by Ubuntu) as empty files are kept.
70
71 [ Sandro Tosi ]
72 * debian/control
73 - uniforming Vcs-Browser field
74
75 -- Raphael Hertzog <hertzog@debian.org> Mon, 17 Dec 2007 09:09:16 +0100
76
77 python-django (0.97~svn6668-1) experimental; urgency=low
78
79 * New SVN snapshot (rev 6668)
80 - Auth system delegations
81 - Apps can now have thier own management commands
82 - Fix for CVE-2007-5712 remote denial of service
83 Closes: #448838
84 * Fix missing upstream info in changelog
85 Closes: #450659
86
87 -- Brett Parker <iDunno@sommitrealweird.co.uk> Sun, 11 Nov 2007 10:15:55 +0000
88
89 python-django (0.96+svn6373-1) experimental; urgency=low
90
91 [ Raphael Hertzog ]
92 * New SVN snapshot (rev 6373, a few days after the last Django sprint).
93 * Note: The version 0.96+svn6034-1 never got uploaded.
94 * Rename XS-Vcs* fields to Vcs-* since they are now supported by dpkg.
95
96 [ Piotr Ożarowski ]
97 * XS-Vcs-Browser and Homepage fields added
98
99 -- Raphael Hertzog <hertzog@debian.org> Thu, 04 Oct 2007 14:59:01 +0200
100
101 python-django (0.96+svn6034-1) experimental; urgency=low
102
103 [ Brett Parker]
104 * New SVN snapshot (rev 6034).
105 * validate and runserver commands now display the number of errors
106 (returning back to previous functionality).
107 * Small documentation fixes
108 * assertRedirects handling for paths with get data
109 * start{project,app} no make sure files created are writable
110 * Add man page for django-admin to the debian package
111
112 -- Brett Parker <iDunno@sommitrealweird.co.uk> Sat, 8 Sep 2007 10:37:00 +0100
113
114 python-django (0.96+svn6020-1) experimental; urgency=low
115
116 * New SVN snapshot (rev 6020).
117
118 -- Raphael Hertzog <hertzog@debian.org> Sun, 26 Aug 2007 18:16:08 +0200
119
120 python-django (0.96+svn5779-1) experimental; urgency=low
121
122 * SVN snapshot (rev 5779) packaged to experimental as many interesting
123 Django applications rely on newer unreleased features.
124
125 -- Raphael Hertzog <hertzog@debian.org> Tue, 31 Jul 2007 13:40:18 +0200
126
127 python-django (0.96-1) unstable; urgency=low
128
129 [ Brett Parker ]
130 * New upstream release - introduces some backwards incompatible changes, see
131 README.Debian or the backwards incompatible changes page at
132 http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
133 * Add documentation from upstream to /usr/share/doc/python-django
134 Closes: #411249
135 * Install the bash completion file from extras in to
136 /etc/bash_completion.d/django_bash_completion
137 Closes: #414399
138 * Egg support dropped as it's been dropped by upstream.
139
140 -- Brett Parker <iDunno@sommitrealweird.co.uk> Sun, 25 Mar 2007 19:18:39 +0100
141
142 python-django (0.95.1-1) unstable; urgency=low
143
144 [ Brett Parker ]
145 * New upstream minor release for security bugs:
146 - http://www.djangoproject.com/weblog/2007/jan/21/0951/
147 - Fixes a small security vulnerability in the script Django's
148 internationalization system uses to compile translation files
149 (changeset 4360 in the "0.95-bugfixes" branch).
150 - fix for a bug in Django's authentication middleware which could cause
151 apparent "caching" of a logged-in user (changeset 4361).
152 - patch which disables debugging mode in the flup FastCGI package Django
153 uses to launch its FastCGI server, which prevents tracebacks from
154 bubbling up during production use (changeset 4363).
155 Closes: #407786, #407607
156 * Sets Recommends to python-psycopg and moves other database engines to
157 the Suggests field.
158
159 [ Raphael Hertzog ]
160 * Use python-pysqlite2 as default database engine in Recommends. Others are
161 in Suggests. Closes: #403761
162 * Add python-psycopg2 in Suggests. Closes: #407489
163
164 -- Raphael Hertzog <hertzog@debian.org> Sun, 21 Jan 2007 17:45:50 +0100
165
166 python-django (0.95-3) unstable; urgency=low
167
168 * Integrate 2 upstream changesets:
169 - http://code.djangoproject.com/changeset/3754 as
170 debian/patches/04_sec_fix_auth.diff
171 Fixes a possible case of mis-authentication due to bad caching.
172 Closes: #407521
173 - http://code.djangoproject.com/changeset/3592 as
174 debian/patches/03_sec_fix_compile-messages.diff
175 Fixes an (unlikely) arbitrary command execution if the user is blindly
176 running compile-messages.py on a untrusted set of *.po files.
177 Closes: #407519
178
179 -- Raphael Hertzog <hertzog@debian.org> Sat, 16 Dec 2006 15:13:29 +0100
180
181 python-django (0.95-2) unstable; urgency=low
182
183 [ Piotr Ozarowski ]
184 * Added XS-Vcs-Svn field
185
186 [ Brett Parker ]
187 * Made manage.py get a shebang with the version of python
188 used when running django-admin (closes: #401616)
189 * Created a convenience /usr/lib/python-django/bin symlink.
190
191 [ Raphael Hertzog ]
192 * Adapted Brett's work to better fit my views of the packaging.
193
194 -- Raphael Hertzog <hertzog@debian.org> Sat, 16 Dec 2006 11:03:20 +0100
195
196 python-django (0.95-1) unstable; urgency=low
197
198 [ Brett Parker ]
199 * 0.95 release - initial packaging
200
201 [ Raphael Hertzog ]
202 * Fix recommends: s/python-sqlite/python-pysqlite2/
203 * Add debian/pyversions to ensure that we have at least python 2.3 (and to
204 work around bug #391689 of python-support).
205
206 -- Raphael Hertzog <hertzog@debian.org> Mon, 9 Oct 2006 12:10:27 +0200

  ViewVC Help
Powered by ViewVC 1.1.5