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

  ViewVC Help
Powered by ViewVC 1.1.5