File: changelog

package info (click to toggle)
libhtml-mason-perl 1%3A1.26-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,636 kB
  • ctags: 1,260
  • sloc: perl: 13,880; sh: 154; makefile: 47
file content (343 lines) | stat: -rw-r--r-- 12,143 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
libhtml-mason-perl (1:1.26-1) unstable; urgency=low

  * New upstream release
  * apache-perl depends on libapache-mod-perl, so remove apache-perl from
    the Recommends field; no difference, just a simplification.
  * Debconf text updated, and translations correctly applied now. Thanks
    to Christian and Denis for their patience.

 -- Steve Haslam <araqnid@debian.org>  Wed,  7 Apr 2004 13:45:32 +0100

libhtml-mason-perl (1:1.25-6) unstable; urgency=low

  * Use invoke-rc.d instead of running apache*ctl directly (Closes: #241437)
  * Include French debconf translation (Closes: #238467)

 -- Steve Haslam <araqnid@debian.org>  Thu,  1 Apr 2004 18:54:55 +0100

libhtml-mason-perl (1:1.25-4) unstable; urgency=low

  * Ask libhtml-mason-perl/auto_restart_apache if the config fragment
    exists OR install_examples is true. So if the user says "no" to
    install_examples via dpkg-reconfigure to uninstall the examples, then
    they still get a chance to stop apache getting gracefulled again.
  * Use /var/lib/mason as the default data_dir setting as opposed to a
    server_root_relative path, provided /var/lib/mason exists. This aviods
    having to use a "mason" symlink in each of /etc/apache,
    /etc/apache-perl etc.
  * Correspondingly, remove the /etc/apache/mason symlink.
  * -examples: update postinst and config to look for apache-perl or
    apache-ssl being installed, and use their conf.d directories. This
    installs in *all* the apache1 variants found, if you have multiple
    variants installed, it could get excessive.
    (Closes: #236734)
  * -examples: Remove dependency on "apache", replace with recommendation
    of apache variants or apache2, and also recommend mod_perl (via
    apache-perl or a mod_perl DSO package)
  * -examples: Update postrm to remove our stuff from apache-perl etc. too
  * -examples: Also handle apache2, using a slightly different config file.
    This config file loads Apache::compat, which causes a performance hit.

 -- Steve Haslam <araqnid@debian.org>  Mon,  8 Mar 2004 12:38:03 +0000

libhtml-mason-perl (1:1.25-3) unstable; urgency=low

  * Separate out the manual into libhtml-mason-perl-doc and the examples
    into libhtml-mason-perl-examples. (Closes: #236230)
  * Remove the examples even if not being purged, otherwise we can leave
    the user with a broken mod_perl configuration. Also, with the examples
    being a separate package, this simply makes more sense.
  * dpkg-reconfigure libhtml-mason-perl-examples now installs/removes the
    examples, rather than having to remove the package. (Even if the
    examples are not "installed", they are still in
    /usr/share/doc/libhtml-mason-perl-examples/examples)
  * Restructured libhtml-mason-perl.README.Debian, which is now split
    between that file and
    libhtml-mason-perl-examples.README.Debian. Hopefully the documentation
    still makes sense.

 -- Steve Haslam <araqnid@debian.org>  Fri,  5 Mar 2004 13:40:41 +0000

libhtml-mason-perl (1:1.25-2) unstable; urgency=low

  * Move speedy-cgi-perl to Suggests
  * Looks like someone upstream rewrote the example httpd.conf (Closes: #231475)
  * Create /var/lib/mason as a directory owned by www-data.
  * Create /etc/apache/mason as a symlink to /var/lib/mason. So now the
    default MasonDataDir setting should work out-of-the-box.
  * Update my examples to include show-cookies (which can get cookies from
    CGI or Apache::Request), and to allow use of show-headers under pure
    CGI (which now works, due to use of FakeApache.pm)
  * Now automagically install examples for the user to peruse on the local
    Apache. Ask for permission first via debconf. (Closes: #68597)

 -- Steve Haslam <araqnid@debian.org>  Thu,  4 Mar 2004 18:25:46 +0000

libhtml-mason-perl (1:1.25-1) unstable; urgency=low

  * New upstream release (Closes: #229083)
  * Thanks for the patience from Marc Brockschmidt for:
    * Fixing typos in README (Closes: #197283)
    * Updating libexception-class-perl dependency (Closes: #202286, #213579)
  * Example httpd.conf missing ">" on line 22 (#231475, upstream)
  * FakeApache.pm is included in this upload (Closes: #231316)
  * Move debhelper Build-Depends to Build-Depends-Indep.

 -- Steve Haslam <araqnid@debian.org>  Mon,  9 Feb 2004 12:40:06 +0000

libhtml-mason-perl (1:1.21-1.2) unstable; urgency=low

  * Non-maintainer upload (yet another)
  * debian/control: Fix typo, now depend on the right version of
    libclass-exception-perl (1.10-1) (Closes: #202286)

 -- Marc Brockschmidt <marc@dch-faq.de>  Wed, 21 Jan 2004 18:53:52 +0100

libhtml-mason-perl (1:1.21-1.1) unstable; urgency=low

  * Non-maintainer upload
  * Rebuild against new packages
  * Fixed failing tests 9-10 in t/04-misc.t (Closes: #213579)
  * debian/control: 
    - Updated dependencies. (Closes: #202286)
    - Bumped Standards-Version to 3.6.1
    - Moved debhelper to Build-Depends
    - Changed Section to perl
  * Fixed Typos in README.Debian (Closes: #197283)

 -- Marc Brockschmidt <marc@dch-faq.de>  Sun, 14 Dec 2003 14:57:51 +0100

libhtml-mason-perl (1:1.21-1) unstable; urgency=low

  * New upstream version (Closes: #186678)
  * In fact, move the libapache-request-erpl|libapache2-mod-perl2
    dependency into "Suggests", because really Mason doesn't *depend* on
    these Apache specifics. (Closes: #178597)

 -- Steve Haslam <araqnid@debian.org>  Sat,  7 Jun 2003 11:31:55 +0100

libhtml-mason-perl (1:1.17-2) unstable; urgency=low

  * Change dependency on libapache-request-perl to libapache-request-perl
    | libapache2-mod-perl2, which obvaites the need for
    libapache-request-perl (Closes: #196386)

 -- Steve Haslam <araqnid@debian.org>  Sat,  7 Jun 2003 10:43:29 +0100

libhtml-mason-perl (1:1.17-1) unstable; urgency=low

  * New upstream version
  * Add mason_example tree, updated README.Debian to use that as an
    example and also to show how to use SpeedyCGI.

 -- Steve Haslam <araqnid@debian.org>  Sun, 19 Jan 2003 03:26:16 +0000

libhtml-mason-perl (1:1.16-1) unstable; urgency=low

  * New upstream version (Closes: #176557)

 -- Steve Haslam <araqnid@debian.org>  Fri, 17 Jan 2003 12:41:40 +0000

libhtml-mason-perl (1:1.15-1) unstable; urgency=low

  * New upstream version

 -- Steve Haslam <araqnid@debian.org>  Tue, 15 Oct 2002 21:11:46 +0100

libhtml-mason-perl (1:1.14-1) unstable; urgency=low

  * New upstream version

 -- Steve Haslam <araqnid@debian.org>  Tue,  8 Oct 2002 10:30:53 +0100

libhtml-mason-perl (1:1.13-3) unstable; urgency=low

  * In HTML::Mason::ApacheUserDirHandler, customise in_package and
    apache_status_title for each user.
  * Added "use Apache::Log" in ApacheUserDirHandler

 -- Steve Haslam <araqnid@debian.org>  Fri,  4 Oct 2002 17:28:48 +0100

libhtml-mason-perl (1:1.13-2) unstable; urgency=low

  * Replace HTML::Mason::ApacheUserDirHandler, which got lost during
    updating to the new upstream version.

 -- Steve Haslam <araqnid@debian.org>  Mon, 16 Sep 2002 12:17:27 +0100

libhtml-mason-perl (1:1.13-1) unstable; urgency=low

  * debian/control: Fix Section: to match override file
  * New upstream version (Closes: #160746)

 -- Steve Haslam <araqnid@debian.org>  Fri, 13 Sep 2002 14:09:06 +0100

libhtml-mason-perl (1.1201-2) unstable; urgency=low

  * Wrote HTML::Mason::ApacheUserDirHandler package, and a README.Debian
    file giving some quick instructions on setting up Apache to work with
    HTML::Mason.

 -- Steve Haslam <araqnid@debian.org>  Mon,  9 Sep 2002 14:20:54 +0100

libhtml-mason-perl (1.1201-1) unstable; urgency=low

  * New upstream release

 -- Steve Haslam <araqnid@debian.org>  Mon, 12 Aug 2002 20:14:25 +0100

libhtml-mason-perl (1.05-1) unstable; urgency=low

  * Updated version while I sort out getting 1.201 installable

 -- Steve Haslam <araqnid@debian.org>  Fri,  2 Aug 2002 13:00:22 +0100

libhtml-mason-perl (1.04-1) unstable; urgency=low

  * New upstream release

 -- Steve Haslam <araqnid@debian.org>  Thu, 13 Dec 2001 19:32:54 +0000

libhtml-mason-perl (1.03-1) unstable; urgency=low

  * New upstream release

 -- Steve Haslam <araqnid@debian.org>  Mon,  4 Jun 2001 05:26:34 +0100

libhtml-mason-perl (1.02-1) unstable; urgency=low

  * New upstream release
  * New maintainer
  * Place Perl modules in /usr/share/perl5 for new Perl policy (closes #95508)

 -- Steve Haslam <araqnid@debian.org>  Fri, 18 May 2001 19:18:39 +0100

libhtml-mason-perl (0.896-1) unstable; urgency=low

  * New upstream release (closes: bug#83730)

 -- Michael Alan Dorman <mdorman@debian.org>  Sun, 28 Jan 2001 12:56:21 -0500

libhtml-mason-perl (0.89-1) unstable; urgency=low

  * New upstream release

 -- Michael Alan Dorman <mdorman@debian.org>  Fri, 15 Sep 2000 08:22:42 -0400

libhtml-mason-perl (0.88-1) unstable; urgency=low

  * New upstream release

 -- Michael Alan Dorman <mdorman@debian.org>  Thu, 31 Aug 2000 09:59:33 -0400

libhtml-mason-perl (0.87-2) unstable; urgency=low

  * Applied patch to correct whitespace issue (taken from message <0FW500MDRMK6NP@mta6.snfc21.pbi.net>)

 -- Michael Alan Dorman <mdorman@debian.org>  Fri, 16 Jun 2000 13:37:35 -0400

libhtml-mason-perl (0.87-1) unstable; urgency=low

  * New upstream release

 -- Michael Alan Dorman <mdorman@debian.org>  Wed, 31 May 2000 20:30:09 -0400

libhtml-mason-perl (0.86-1) unstable; urgency=low

  * New upstream version, reverse numerous patches.

 -- Michael Alan Dorman <mdorman@debian.org>  Fri, 19 May 2000 11:05:31 -0400

libhtml-mason-perl (0.85-3) unstable; urgency=low

  * Applied new parser patch, and another couple of small patches.

 -- Michael Alan Dorman <mdorman@debian.org>  Wed, 10 May 2000 15:25:12 -0400

libhtml-mason-perl (0.85-2) unstable; urgency=low

  * Applied patch for bug in new Parser code.

 -- Michael Alan Dorman <mdorman@debian.org>  Tue,  9 May 2000 12:38:05 -0400

libhtml-mason-perl (0.85-1) unstable; urgency=low

  * New upstream version, incorporates patches from last version.

 -- Michael Alan Dorman <mdorman@debian.org>  Mon,  8 May 2000 20:41:29 -0400

libhtml-mason-perl (0.81-2) unstable; urgency=low

  * Apply a patch for DeclineDirectory = 0.

 -- Michael Alan Dorman <mdorman@debian.org>  Sat, 18 Mar 2000 16:03:15 -0500

libhtml-mason-perl (0.81-1) unstable; urgency=low

  * New upstream version.

 -- Michael Alan Dorman <mdorman@debian.org>  Tue, 22 Feb 2000 13:05:42 -0500

libhtml-mason-perl (0.80-2) unstable; urgency=low

  * Applied a couple of minor patches from the mailing list.

 -- Michael Alan Dorman <mdorman@debian.org>  Thu, 27 Jan 2000 15:19:53 -0500

libhtml-mason-perl (0.80-1) unstable; urgency=low

  * New upstream version.

 -- Michael Alan Dorman <mdorman@debian.org>  Mon, 24 Jan 2000 09:38:41 -0500

libhtml-mason-perl (0.72-1) unstable; urgency=low

  * New upstream version.

 -- Michael Alan Dorman <mdorman@debian.org>  Tue, 19 Oct 1999 11:35:02 -0400

libhtml-mason-perl (0.71-1) unstable; urgency=low

  * New upstream version.
  * New maintainer.  Thanks to Craig for getting this out there.

 -- Michael Alan Dorman <mdorman@debian.org>  Tue, 14 Sep 1999 18:59:37 -0400

libhtml-mason-perl (0.7-2) unstable; urgency=low

  * Fix for mc_suppress_http_header.
  * Fix for top_level_predicate.

 -- Michael Alan Dorman <mdorman@debian.org>  Fri,  3 Sep 1999 11:04:35 -0400

libhtml-mason-perl (0.7-1) unstable; urgency=low

  * New upstream release.  Personal NMU.

 -- Michael Alan Dorman <mdorman@debian.org>  Thu,  2 Sep 1999 13:31:35 -0400

libhtml-mason-perl (0.6.1-1) unstable; urgency=low

  * New upstream release.  Personal NMU.

 -- Michael Alan Dorman <mdorman@debian.org>  Thu, 29 Jul 1999 11:29:12 -0400

libhtml-mason-perl (0.6-1) unstable; urgency=low

  * New Upstream release
  * changed to use Storable by default rather than Data::Dumper
  * added Depends: libstorable-perl
  * moved Config.pm to /etc/Mason-Config.pm and symlinked
  * changed Depends: libapache-mod-perl to Suggests:
  * added Suggests: speedy-cgi-perl

 -- Craig Sanders <cas@taz.net.au>  Thu, 22 Jul 1999 09:06:15 +1000

libhtml-mason-perl (0.51-1) unstable; urgency=low

  * Initial Release

 -- Craig Sanders <cas@taz.net.au>  Mon,  5 Jul 1999 10:44:00 +1000