/[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 - (hide 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 brettp-guest 4472 python-django (0.97~svn7047-2) experimental; urgency=low
2    
3     * Patch for postgresql version issue with 8.3 beta/rc releases
4 hertzog 4484 Closes: #462058
5 brettp-guest 4472
6     -- Brett Parker <iDunno@sommitrealweird.co.uk> Wed, 6 Feb 2008 15:15:37 +0000
7    
8 kov 4448 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 kov 4309 python-django (0.97~svn6996-1) experimental; urgency=low
17 kov 4308
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 hertzog 3970 python-django (0.97~svn6668-2) UNRELEASED; urgency=low
25    
26 morph-guest 4191 [ Raphael Hertzog ]
27 hertzog 3970 * Install examples with dh_installexamples instead of dh_installdocs
28     (change done by Ubuntu) as empty files are kept.
29    
30 morph-guest 4191 [ Sandro Tosi ]
31     * debian/control
32     - uniforming Vcs-Browser field
33    
34 hertzog 3970 -- Raphael Hertzog <hertzog@debian.org> Mon, 17 Dec 2007 09:09:16 +0100
35    
36 brettp-guest 3586 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 hertzog 3413 python-django (0.96+svn6373-1) experimental; urgency=low
49 piotr 3302
50 hertzog 3371 [ Raphael Hertzog ]
51 hertzog 3375 * 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 hertzog 3371 * Rename XS-Vcs* fields to Vcs-* since they are now supported by dpkg.
54    
55     [ Piotr Ożarowski ]
56 piotr 3302 * XS-Vcs-Browser and Homepage fields added
57    
58 hertzog 3371 -- Raphael Hertzog <hertzog@debian.org> Thu, 04 Oct 2007 14:59:01 +0200
59 piotr 3302
60 brettp-guest 3217 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 hertzog 3104 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 hertzog 2930 python-django (0.96+svn5779-1) experimental; urgency=low
80 hertzog 2927
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 brettp-guest 1919 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 brettp-guest 1927 * Egg support dropped as it's been dropped by upstream.
98 brettp-guest 1919
99     -- Brett Parker <iDunno@sommitrealweird.co.uk> Sun, 25 Mar 2007 19:18:39 +0100
100    
101 brettp-guest 1686 python-django (0.95.1-1) unstable; urgency=low
102    
103 hertzog 1689 [ Brett Parker ]
104 brettp-guest 1686 * 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 brettp-guest 1687 * Sets Recommends to python-psycopg and moves other database engines to
116 brettp-guest 1686 the Suggests field.
117    
118 hertzog 1689 [ 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 brettp-guest 1686
123 hertzog 1689 -- Raphael Hertzog <hertzog@debian.org> Sun, 21 Jan 2007 17:45:50 +0100
124    
125 hertzog 1683 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 brettp-guest 1604 python-django (0.95-2) unstable; urgency=low
141 pox-guest 1550
142 brettp-guest 1595 [ Piotr Ozarowski ]
143 pox-guest 1550 * Added XS-Vcs-Svn field
144    
145 brettp-guest 1595 [ Brett Parker ]
146     * Made manage.py get a shebang with the version of python
147 brettp-guest 1603 used when running django-admin (closes: #401616)
148 hertzog 1612 * Created a convenience /usr/lib/python-django/bin symlink.
149 pox-guest 1550
150 hertzog 1612 [ Raphael Hertzog ]
151     * Adapted Brett's work to better fit my views of the packaging.
152 brettp-guest 1595
153 hertzog 1612 -- Raphael Hertzog <hertzog@debian.org> Sat, 16 Dec 2006 11:03:20 +0100
154    
155 brettp-guest 1388 python-django (0.95-1) unstable; urgency=low
156    
157 hertzog 1391 [ Brett Parker ]
158 brettp-guest 1388 * 0.95 release - initial packaging
159    
160 hertzog 1391 [ 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