File: changelog

package info (click to toggle)
pywebdav 0.9.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 952 kB
  • sloc: python: 2,564; makefile: 12; sh: 10
file content (378 lines) | stat: -rw-r--r-- 12,971 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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
pywebdav (0.9.14-1) unstable; urgency=medium

  * Merging upstream version 0.9.14.

 -- Mathias Behrle <mathiasb@m9s.biz>  Mon, 10 Feb 2020 11:10:48 +0100

pywebdav (0.9.13-2) unstable; urgency=medium

  * Add missing test file litmus-0.13.tar.gz.

 -- Mathias Behrle <mathiasb@m9s.biz>  Mon, 02 Sep 2019 20:23:17 +0200

pywebdav (0.9.13-1) unstable; urgency=medium

  * Updating to standards version 4.2.1, no changes needed.
  * Updating to Standards-Version 4.4.0, no changes needed.
  * Point the watch file to pypi.org.
  * Merging upstream version 0.9.13.
  * Drop the Python2 support (Closes: #938302).
  * Bump debian copyright year.
  * Refresh 02-RFC2616-keep-alive.patch.

 -- Mathias Behrle <mathiasb@m9s.biz>  Fri, 30 Aug 2019 21:07:24 +0200

pywebdav (0.9.11~git20180601.5d7d16a-5) unstable; urgency=medium

  * Try with build-essential to satisfy all needed test build
    dependencies.

 -- Mathias Behrle <mathiasb@m9s.biz>  Sat, 23 Jun 2018 14:12:14 +0200

pywebdav (0.9.11~git20180601.5d7d16a-4) unstable; urgency=medium

  * Copy the binaries into the test environment, they are needed by the
    test.

 -- Mathias Behrle <mathiasb@m9s.biz>  Fri, 22 Jun 2018 14:46:11 +0200

pywebdav (0.9.11~git20180601.5d7d16a-3) unstable; urgency=medium

  * Add dependencies needed to compile the test suite.

 -- Mathias Behrle <mathiasb@m9s.biz>  Sun, 10 Jun 2018 12:25:52 +0200

pywebdav (0.9.11~git20180601.5d7d16a-2) unstable; urgency=medium

  * Remove autopkgtest-pkg-python, it works only for same name modules.
  * Install the test suite to /usr/share/python[3]-webdav.
  * Add a testsuite for autopkgtests.

 -- Mathias Behrle <mathiasb@m9s.biz>  Wed, 06 Jun 2018 13:31:22 +0200

pywebdav (0.9.11~git20180601.5d7d16a-1) unstable; urgency=medium

  * Change the maintainer address to tryton-debian@lists.alioth.debian.org
    (Closes: #865109).
  * Use the preferred https URL format in the copyright file.
  * Bump the Standards-Version to 4.0.1.
  * Bump the Standards-Version to 4.1.0, no changes needed.
  * Bump the Standards-Version to 4.1.1, no changes needed.
  * Updating to standards version 4.1.3, no changes needed.
  * control: update Vcs-Browser and Vcs-Git
  * Set the Maintainer address to team+tryton-team@tracker.debian.org.
  * Merging upstream version 0.9.11~git20180601.5d7d16a.
  * Refresh 02-RFC2616-keep-alive.patch.
  * Remove outdated Breaks from d/control.
  * Remove outdated X-Python-Version.
  * Add Python3 package.
  * Point Homepage to new upstream.
  * Remove signing-key.asc belonging to old upstream.
  * Add missing comma in control line.
  * d/rules: Remove white space.
  * Bump to debhelper compat 11.
  * Bump to Standards-Version 4.1.4, no changes needed.
  * Update watch file to point to new upstream on github.
  * Add the DEP8 autopkgtest.
  * Provide the man page only by the Python3 package.
  * Update d/copyright.
  * Add NEWS about the upstream change.
  * Set PYBUILD_NAME to get functional pybuild.
  * Add/update manpages.
  * Rename the davserver binary to davserver3 in the python3 package.
  * Remove all evtl. build artifacts.
  * Move the manpages to their relative packages.

 -- Mathias Behrle <mathiasb@m9s.biz>  Mon, 04 Jun 2018 14:10:41 +0200

pywebdav (0.9.8-12) unstable; urgency=medium

  * Updating signing-key.asc with the actual upstream maintainer keys.
  * Updating to Standards-Version: 3.9.8, no changes needed.

 -- Mathias Behrle <mathiasb@m9s.biz>  Fri, 09 Dec 2016 16:59:09 +0100

pywebdav (0.9.8-11) unstable; urgency=medium

  * Removing the reference to code.google.com from the watch file.
  * Correcting a spelling error in d/changelog.

 -- Mathias Behrle <mathiasb@m9s.biz>  Fri, 11 Mar 2016 20:07:19 +0100

pywebdav (0.9.8-10) unstable; urgency=medium

  * Adding actual upstream signing key.
  * Using pypi.debian.net redirector in watch file.
  * Wrapping and sorting control files (wrap-and-sort -bts).
  * Updating year of debian copyright.
  * Adapting section naming in gbp.conf to current git-buildpackage.
  * Updating to standards version 3.9.7, no changes needed.
  * Updating VCS-Browser to https and canonical cgit URL.
  * Updating VCS-Git to https and canonical cgit URL.
  * Removing the braces from the dh call.
  * Removing the version constraint from python.
  * Pointing the Homepage field to the source location.

 -- Mathias Behrle <mathiasb@m9s.biz>  Tue, 08 Mar 2016 18:54:04 +0100

pywebdav (0.9.8-9) unstable; urgency=medium

  * Removing  LC_ALL=C.UTF-8 as build environment.
  * Removing accidentally doubled option pgpsigurlmangle from watch file.
  * Updating signing key while using now plain .asc files instead of .pgp
    binaries.
  * Updating gbp.conf for the usage of the tarball compression.
  * Adding actual upstream signing key.
  * Updating to Standards-Version: 3.9.6, no changes needed.

 -- Mathias Behrle <mathiasb@m9s.biz>  Wed, 08 Oct 2014 19:19:37 +0200

pywebdav (0.9.8-8) unstable; urgency=medium

  * Removing debian/source/options, we are building with dpkg defaults.
  * Updating year in debian copyright.
  * Removing PYBUILD_DESTDIR_python2 from rules, it is no more needed.
  * Adding pgp verification for uscan.
  * Adding gbp.conf for usage with git-buildpackage.
  * Adding 01-recursive-properties.patch (Closes: #710690).
    Thanks to Sascha Silbe for providing the patch, no feedback from
    maintainers so far.
  * Adding 02-RFC2616-keep-alive.patch (Closes: #710672).
    Thanks to Sascha Silbe for providing the patch, no feedback from
    maintainers so far.

 -- Mathias Behrle <mathiasb@m9s.biz>  Mon, 10 Mar 2014 15:17:30 +0100

pywebdav (0.9.8-7) unstable; urgency=low

  * Updating to standards version 3.9.5, no changes needed.
  * Changing to buildsystem pybuild.
  * Pointing VCS fields to new location on alioth.debian.org.
  * Using dpkg defaults for xz compression.

 -- Mathias Behrle <mathiasb@m9s.biz>  Fri, 29 Nov 2013 19:04:16 +0100

pywebdav (0.9.8-6) unstable; urgency=low

  * Adapting the rules file to work also with git-buildpackage.

 -- Mathias Behrle <mathiasb@m9s.biz>  Tue, 06 Aug 2013 13:31:55 +0200

pywebdav (0.9.8-5) unstable; urgency=low

  * Removing Daniel from Uploaders. Thanks for your work! (Closes: #704356).
  * Removing needless empty line in rules.

 -- Mathias Behrle <mathiasb@m9s.biz>  Fri, 31 May 2013 15:11:55 +0200

pywebdav (0.9.8-4) experimental; urgency=low

  * Removing obsolete Dm-Upload-Allowed
  * Updating to Standards-Version: 3.9.4, no changes needed.
  * Updating Vcs-Git to correct address.
  * Adding watch file.

 -- Mathias Behrle <mathiasb@m9s.biz>  Sun, 24 Feb 2013 14:25:03 +0100

pywebdav (0.9.8-3) unstable; urgency=low

  * Correcting email address in previous upload.

 -- Daniel Baumann <daniel@debian.org>  Tue, 10 Jul 2012 23:26:55 +0200

pywebdav (0.9.8-2) unstable; urgency=low

  * Updating maintainers field.
  * Updating vcs fields.
  * Switching to xz compression.
  * Updating to debhelper version 9.
  * Correcting copyright file to match format version 1.0.

 -- Daniel Baumann <daniel@debian.org>  Sat, 30 Jun 2012 17:15:02 +0200

pywebdav (0.9.8-1) unstable; urgency=low

  * Removing deprecated XB-Python-Version for dh_python2.
  * Updating to Standards-Version: 3.9.3, no changes needed.
  * Updating year in copyright.
  * Adding myself to copyright.
  * Adding Format header for DEP5.
  * Merging upstream version 0.9.8.
  * Updating examples path to new pywebdav structure > 0.9.4.1.
  * Adding NEWS file with upgrade hints for 0.9.8.
  * Adding Breaks for old reverse dependencies (Closes: #665810).

 -- Mathias Behrle <mathiasb@m9s.biz>  Tue, 27 Mar 2012 13:31:17 +0200

pywebdav (0.9.4.1-1) unstable; urgency=low

  [ Mathias Behrle ]
  * Updating Copyright.
  * Updating to standards version 3.9.2.

  [ Daniel Baumann ]
  * Moving to source format 3.0 (quilt).
  * Correcting indenting in 0.9.4-3 changelog entry.
  * Not wrapping uploaders field, it does not exceed 80 chars.
  * Compacting copyright file.
  * Updating manpage.

  [ Mathias Behrle ]
  * Moving from deprecated python-support to dh_python2.
  * Setting Debian version to correct upstream version missed
    in last release.

 -- Mathias Behrle <mathiasb@m9s.biz>  Sun, 17 Jul 2011 19:36:28 +0200

pywebdav (0.9.4-3) unstable; urgency=high

  * Changing my email address.
  * Merging upstream version 0.9.4.1:
    - New bugfix upstream release including security fixes for
      MySQL injection possibility in MySQLAuthHandler
      found by Teeed <op.pl> filed under CVE-2011-C0432

 -- Mathias Behrle <mathiasb@m9s.biz>  Thu, 18 Feb 2011 17:16:54 +0100

pywebdav (0.9.4-2) experimental; urgency=low

  * Updating standards version to 3.9.0.
  * Updating to debhelper version 8.
  * Updating to standards version 3.9.1.
  * Switching to source format 3.0 (quilt).

 -- Daniel Baumann <daniel@debian.org>  Fri, 12 Nov 2010 14:16:14 +0100

pywebdav (0.9.4-1) unstable; urgency=low

  * Adding Dm-Upload-Allowed in control in preparation for Mathias.
  * Merging upstream version 0.9.4.

 -- Daniel Baumann <daniel@debian.org>  Fri, 23 Apr 2010 07:12:59 +0200

pywebdav (0.9.3-8) unstable; urgency=low

  * Adding a manpage for davserver.

 -- Daniel Baumann <daniel@debian.org>  Thu, 08 Apr 2010 12:59:51 +0200

pywebdav (0.9.3-7) unstable; urgency=low

  * Removing unneeded python-all-dev from build-depends.
  * Updating to standards 3.8.4.
  * Updating README.source.

 -- Daniel Baumann <daniel@debian.org>  Sat, 20 Feb 2010 09:35:09 +0100

pywebdav (0.9.3-6) unstable; urgency=low

  * Adding explicit debian source version 1.0 until switch to 3.0.
  * Updating year in copyright file.

 -- Daniel Baumann <daniel@debian.org>  Sat, 09 Jan 2010 18:17:00 +0100

pywebdav (0.9.3-5) unstable; urgency=low

  * Adding maintainer homepage field to control.
  * Adding README.source.
  * Moving maintainer homepage field to copyright.
  * Updating README.source.

 -- Daniel Baumann <daniel@debian.org>  Sat, 05 Sep 2009 09:35:05 +0200

pywebdav (0.9.3-4) unstable; urgency=low

  [ Daniel Baumann ]
  * Updating to standards version 3.8.3.

  [ Mathias Behrle ]
  * Removing old dependency on python-xml (Closes: #542203).

 -- Mathias Behrle <mathiasb@obelix.violadagamba.myfqdn.de>  Tue, 18 Aug 2009 15:16:45 +0200

pywebdav (0.9.3-3) unstable; urgency=low

  * Updating maintainer field.
  * Updating vcs fields.
  * Adding Mathias as co-maintainer.
  * Wrapping lines in control.

 -- Daniel Baumann <daniel@debian.org>  Mon, 10 Aug 2009 19:06:17 +0200

pywebdav (0.9.3-2) unstable; urgency=low

  * Minimizing rules file.

 -- Daniel Baumann <daniel@debian.org>  Mon, 27 Jul 2009 14:53:22 +0200

pywebdav (0.9.3-1) unstable; urgency=low

  * Merging upstream version 0.9.3.
  * Updating package to standards version 3.8.2.
  * Tidy rules file.
  * Removing path.patch and status.patch, went upstream.

 -- Daniel Baumann <daniel@debian.org>  Tue, 07 Jul 2009 16:34:47 +0200

pywebdav (0.9.2-6) unstable; urgency=low

  * Adding missing build-depends for quilt (Closes: #531017).
  * Making pywebdev build with python2.6, thanks to Alessio Treglia
    <quadrispro@ubuntu.com> (Closes: #531016).

 -- Daniel Baumann <daniel@debian.org>  Fri, 29 May 2009 14:33:01 +0200

pywebdav (0.9.2-5) unstable; urgency=low

  * Updating patch.patch (Closes: #529256).

 -- Daniel Baumann <daniel@debian.org>  Tue, 19 May 2009 12:43:19 +0200

pywebdav (0.9.2-4) unstable; urgency=low

  * Adding patch from Joerg Friedrich <Joerg.Friedrich@friedrich-kn.de>
    to fix that daemonaction status does not work when daemon is running
    (Closes: #529262).

 -- Daniel Baumann <daniel@debian.org>  Mon, 18 May 2009 14:05:15 +0200

pywebdav (0.9.2-3) unstable; urgency=low

  * Adding patch from Joerg Friedrich <Joerg.Friedrich@friedrich-kn.de>
    to fix that dav server does not list any files (Closes: #529256).

 -- Daniel Baumann <daniel@debian.org>  Mon, 18 May 2009 11:38:32 +0200

pywebdav (0.9.2-2) unstable; urgency=low

  * Installing server config.ini as example (Closes: #529247).

 -- Daniel Baumann <daniel@debian.org>  Mon, 18 May 2009 11:30:58 +0200

pywebdav (0.9.2-1) unstable; urgency=low

  * Merging upstream version 0.9.2.

 -- Daniel Baumann <daniel@debian.org>  Tue, 12 May 2009 22:25:46 +0200

pywebdav (0.9.1-1) unstable; urgency=low

  * Merging upstream version 0.9.1.
  * Updating upstream homepage.
  * Upgrading package to standards 3.8.1.
  * Installing upstream documentation.
  * Updating location of upstream changelog.
  * Removing debhelper examples file, there are no examples anymore.
  * Updating rules for new upstream.
  * Updating year in copyright file.
  * Updating author information in copyright file.
  * Adding manual depends to python-xml.
  * Using correct rfc-2822 date formats in changelog.

 -- Daniel Baumann <daniel@debian.org>  Tue, 12 May 2009 22:14:43 +0200

pywebdav (0.6-1) unstable; urgency=low

  * Initial release.

 -- Daniel Baumann <daniel@debian.org>  Wed, 04 Feb 2009 21:56:00 +0100