File: changelog

package info (click to toggle)
python-cherrypy 2.2.1-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 804 kB
  • ctags: 1,079
  • sloc: python: 7,869; makefile: 15
file content (242 lines) | stat: -rw-r--r-- 8,651 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
python-cherrypy (2.2.1-3etch1) stable-security; urgency=high

  * Fix directory traversal (CVE-2008-0252).

 -- Moritz Muehlenhoff <jmm@debian.org>  Sun,  3 Feb 2008 20:22:54 +0000

python-cherrypy (2.2.1-3) unstable; urgency=low

  * debian/rules, debian/control:
  - updated to follow the new Python Policy, build-depending on the
    newest versions of cdbs, python-support and debhelper
    (Closes: #373517)
  * debian/python-cherrypy.{postinst,prerm}:
  - removed; generated by python-support

 -- Gustavo Noronha Silva <kov@debian.org>  Sun,  4 Jun 2006 23:50:37 -0300

python-cherrypy (2.2.1-2) unstable; urgency=low

  * debian/patches/02_eggify.diff:
  - fixed to only patch setup.py, so that it imports setup
    from setuptools instead of distutils; ez_setup is not
    needed
  * debian/patches/00_supress_profiler_warning.diff:
  - stop warning about the profiler module not being packaged
    in the main python distribution; that is documented in
    README.Debian
  * debian/control:
  - move python and python-setuptools to Build-Depends,
    since they are needed at the clean target
  * debian/watch:
  - new uscan support file, using the sf.net trick

 -- Gustavo Noronha Silva <kov@debian.org>  Sun,  4 Jun 2006 23:44:26 -0300

python-cherrypy (2.2.1-1) unstable; urgency=low

  * debian/patches/*:
  - renamed to have numbers defining the order in which they
    should be applied
  * debian/README.Debian:
  - added, documenting the Python profiler only being available
    in a non-free package problem
  * debian/rules, debian/python-cherrypy.{postinst,prerm}:
  - install py files to the python-cherrypy instead of cherrypy
    for python-support; using the package name is the correct,
    documented way of doing it.
  * debian/patches/01_auto-reload-with-python-support.diff:
  - removed because python-support >= 0.2, which I depend upon
    provides symlinks for the .py files;
  * debian/control:
  - depend on python-support >= 0.2; see above
  - Standards-Version to 3.7.2, no changes

 -- Gustavo Noronha Silva <kov@debian.org>  Sat, 13 May 2006 17:06:10 -0300

python-cherrypy (2.2.0-3) unstable; urgency=low

  * Upload to unstable (duh)

 -- Gustavo Noronha Silva <kov@debian.org>  Thu,  4 May 2006 00:25:21 -0300

python-cherrypy (2.2.0-2) experimental; urgency=low

  * debian/source.lintian-overrides:
  - this package needs debhelper and cdbs for the clean target
    to be run
  * debian/control:
  - increased Standards-Version to 3.7 with no changes
  * debian/rules:
  - use --install-lib instead of moving stuff manually
  - also install tutorial and test using --install-data

 -- Gustavo Noronha Silva <kov@debian.org>  Thu,  4 May 2006 00:00:28 -0300

python-cherrypy (2.2.0-1) unstable; urgency=low

  * New upstream release
  * debian/control, debian/rules:
  - no longer provides the transition packages for cherrypy2.1
  * debian/patches/auto-reload-with-python-support.diff:
  - updated for the new version
  * debian/control:
  - moved cdbs and debhelper to Build-Depends
  * debian/rules:
  - removed the code to auto-generate the Uploaders field, since
    it will not be used
  - fix the arguments passed to dh_compress so .py and .pdf files
    are actually not compressed

 -- Gustavo Noronha Silva <kov@debian.org>  Sun, 23 Apr 2006 10:08:43 -0300

python-cherrypy (2.1.1-3) unstable; urgency=low

  * Python Modules Team upload
  * debian/control:
  - added the team in Uploaders field
  * debian/rules:
  - install the egg info without the python version in the name of
    the directory
  * debian/NEWS.Debian -> debian/NEWS:
  - renamed so debhelper will take care of installing it;
    (Closes: #362039).

 -- Gustavo Noronha Silva <kov@debian.org>  Sun, 16 Apr 2006 16:56:12 -0300

python-cherrypy (2.1.1-2) unstable; urgency=low

  * Debian revision with source package name change
  * changed source package name back to something more generic, since
    it seems like there won't be compatibility breakage again anytime
    soon
  * use python-support
  * debian/patches/eggify.diff:
  - add patch to provide EGG-INFO stuff, so that packages that depend
    on that information, such as TurboGears, will be able to use
    CherryPy
  * debian/patches/auto-reload-with-python-support.diff:
  - auto-reload doesn't like the .py files to be in a different path as the
    pyc files; I need a better solution for this, but for now the auto-reloader
    simply ignores the files in the cherrypy distribution (which is OK, since they
    are not supposed to be modified after the package is installed).
  * debian/control:
  - build-depends on python-setup-tools >= 0.6a9-1, needed to provide the
    EGG-INFO stuff
  * debian/copyright:
  - de-wikify the authors names
  * debian/control, debian/rules:
  - add dummy transition packages for python-cherrypy2.1, and deal with what
    cdbs's python stuff likes to do when it sees lots of python${ver}-module
    packages on the control file =D
  * debian/NEWS.Debian:
  - document big changes, and that this version is incompatible with
    CherryPy 2.0

 -- Gustavo Noronha Silva <kov@debian.org>  Sun,  2 Apr 2006 12:47:52 -0300

cherrypy2.1 (2.1.1-1) unstable; urgency=low

  * SECURITY bug fix (CVE-2006-0847)
  * New upstream release fixing a security bug (Closes: #353542)

 -- Gustavo Noronha Silva <kov@debian.org>  Tue, 21 Feb 2006 07:47:33 -0300

cherrypy2.1 (2.1.0-1) unstable; urgency=low

  * New backwards-incompatible version, thus new source
    package to keep both on the archive (Closes: #334933)
  * debian/control:
  - packages conflict with their 2.0 versions counterparts
  - enhanced description, mention the backwards incompatibility
    and that it's part of the Turbo Gears framework
  - changed maintainer to myself
  * debian/copyright:
  - modified downloaded from location to mention cherrypy.org instead
    of the sourceforge page
  * debian/rules:
  - avoid compressing the pdf and py files on the tutorial documentation
    directory
  - do not try to move the tutorial from unversioned site-packages
    directory since there's no tutorial in there

 -- Gustavo Noronha Silva <kov@debian.org>  Sun, 13 Nov 2005 20:24:08 -0200

python-cherrypy (2.0.0f-2) unstable; urgency=low

  * Packaging based on the work by Bob Tanner <tanner@real-time.com>
  * New Upstream Release
  * debian/control:
  - Standards-Version is now 3.6.2
  - add python to the Build-Depends (Closes: #322452)
  * debian/rules:
  - clean hack to work around cdbs bug
  * debian/changelog:
  - fixed date format on the 0.9-1 upload (Web->Wed)

 -- Gustavo Noronha Silva <kov@debian.org>  Sun, 13 Nov 2005 19:24:27 -0200

python-cherrypy (2.0.0f-1) unstable; urgency=low

  * New upstream release
  * debian/control:
  - turn all packages into Arch: all packages, as they should be
  - create packages for python2.3 and python2.4
  - Build-Depend-Indep on python2.3-dev and python2.4-dev (Closes: #306381)
  * debian/rules:
  - adapted post-install rule to work with multiple python versions
    supported

 -- Gustavo Noronha Silva <kov@debian.org>  Mon, 20 Jun 2005 16:45:45 -0300

python-cherrypy (2.0.0b-1) experimental; urgency=low

  * New upstream version. (Closes: #284511)
  - package rebuilt from scratch, changelog kept for historic
    reasons
  - comaintaince with Raphael Goulais
  * Source package name change.

 -- Gustavo Noronha Silva <kov@debian.org>  Sun, 17 Apr 2005 16:39:06 -0300

cherrypy (0.10-1) unstable; urgency=low

  * New Upstream Version

 -- Raphael Goulais <rafou@debian.org>  Mon, 26 Apr 2004 18:01:00 +0200
 
cherrypy (0.9-1) unstable; urgency=low

  * New Upstream Version

 -- Raphael Goulais (Rafou) <raphael@nicedays.net>  Wed, 28 Nov 2003 12:34:37 +0100

cherrypy (0.8.99rc1-1) unstable; urgency=low

  * New Upstream Version

 -- Raphael Goulais (Rafou) <raphael@nicedays.net>  Tue, 18 Nov 2003 15:03:08 +0100

cherrypy (0.8-3) unstable; urgency=low

  * Removed python2.1 and python2.3 from build depends (Closes: #192715)

 -- Raphael Goulais (Rafou) <raphael@nicedays.net>  Mon, 12 May 2003 16:12:00 +0200

cherrypy (0.8-2) unstable; urgency=low

  * White Space Policy : Changed 4 spaces to tabs in lib files
  * Removed CR/LF from most files
  * Backported python2.3 fixes from CVS
  * Removed doc sources from cherrypy-doc
  * Modified doc/Makefile (more targets, added clean)
  * Regenerated html doc with png images instead of gif

 -- Raphael Goulais (Rafou) <raphael@nicedays.net>  Wed, 16 Apr 2003 21:29:00 +0200

cherrypy (0.8-1) unstable; urgency=low

  * Initial Release (Closes: #188144)

 -- Raphael Goulais (Rafou) <raphael@nicedays.net>  Tue, 08 Apr 2003 15:20:00 +0200