File: changelog

package info (click to toggle)
w3c-markup-validator 1.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,048 kB
  • sloc: javascript: 3,362; perl: 2,888; xml: 1,331; python: 427; sh: 216; makefile: 75
file content (460 lines) | stat: -rw-r--r-- 19,174 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
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
w3c-markup-validator (1.3+dfsg-5) unstable; urgency=medium

  * QA upload.

  [ Jelmer Vernooij ]
  * Migrate repository from alioth to salsa.

  [ Petter Reinholdtsen ]
  * Avoid duplication of package name in description.
  * Updated to debhelper level 13.
  * Added d/gbp.conf to enforce the use of pristine-tar.

 -- Petter Reinholdtsen <pere@debian.org>  Wed, 10 Apr 2024 20:25:06 +0200

w3c-markup-validator (1.3+dfsg-4) unstable; urgency=medium

  * QA upload.
  * Switch Build-Depends back to lynx.  (Closes: #880788)
  * Use https:// URLs where possible.

 -- Andreas Beckmann <anbe@debian.org>  Tue, 07 Nov 2017 14:41:21 +0100

w3c-markup-validator (1.3+dfsg-3) unstable; urgency=medium

  * QA upload.
  * Use debhelper compatibility level 9.
  * Put lynx-cur in build-depends, not lynx which is a dummy package.
  * The output of lynx depends on locale setting. Try to be reproducible
    by always using C.UTF-8.

 -- Santiago Vila <sanvila@debian.org>  Wed, 07 Oct 2015 15:55:46 +0200

w3c-markup-validator (1.3+dfsg-2) unstable; urgency=low

  * QA upload:
    - Update maintainer to Debian QA.
    - Drop uploader.
  * Switch Vcs to alioth collab-maint.
  * Update copyright file for lintian:
    - Remove spaces in licence short names.
    - Pack copyright information for mootools-1.2.5-core-nc.js. There can be
      only one license per file.
  * debian/rules: Ask lynx to directly outputs UTF-8, rather than assuming it
    outputs latin1 and then converting it with iconv. (Closes: #738426)
  * Transition to apache 2.4 (Closes: #670973) :
    - Use apache2-maintscript-helper to enable modules and conf files.
    - Also enable cgi module.
    - Remove obsolete file /etc/apache2/conf.d/w3c-markup-validator.conf.
    - Rewrite permission_override.patch for new authentication directives.
    - Update validator_conf_debianize.patch comments for new location.
    - Change Depends:apache|httpd-cgi to Recommends.
    - New no_ap_expr.patch to enable SSI legacy expression parser.
  * Bump policy to 3.9.6: No change required.
  * Refresh lintian overrides.

 -- Jean-Michel Nirgal Vourgère <jmv_deb@nirgal.com>  Thu, 06 Nov 2014 01:02:59 +0100

w3c-markup-validator (1.3+dfsg-1) unstable; urgency=low

  * New upstream release
  * Refreshed and fixed patches
  * Removed patch html-template-ver.patch as it was applied upstream
  * Removed mod_perl_disable.patch as mod_perl issues now resolved upstream
    but add mod_perl.patch to debianize paths (Closes: #618416)
  * Upstream Makefile now generates some resources but had to be debianized
  * Raised standards version to 3.9.4
  * Added config file for license-reconcile and updated debian/copyright
  * Updated debian/watch to repack upstream tarball
  * Aded libhtml-template-perl and libconfig-general-perl as build dependencies

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Sun, 17 Mar 2013 10:54:36 +0000

w3c-markup-validator (1.2+dfsg-6) unstable; urgency=low

  * Changed to new location of w3c-sgml-lib files

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Sat, 14 Apr 2012 13:17:45 +0100

w3c-markup-validator (1.2+dfsg-5) unstable; urgency=low

  * Corrected typo in VCS URL (Closes: #662735)

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Wed, 07 Mar 2012 20:42:37 +0000

w3c-markup-validator (1.2+dfsg-4) unstable; urgency=low

  * Updated debian/copyright to latest format and corrected copyright,
    especially after a closer reading of notices in
    htdocs/scripts/mootools-1.2.5-core-nc.js
  * Raised standards version to 3.9.3
  * Removed unused lintian override
  * Removed patch restricting protocols to http and
    made an explicit dependency on liblwp-protocol-https (Closes: #445265)

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Sat, 03 Mar 2012 15:57:12 +0000

w3c-markup-validator (1.2+dfsg-3) unstable; urgency=low

  * Changed Maintainership as the repository is no longer that of
    the Debian XML/SGML group
  * Updated copyright
  * Fixed various broken dependencies including broadening apache2 dependency to
    include httpd-cgi (Closes: #627962). The reason for this
    was that there seems to be no prospect of seeing the debate
    in http://lists.debian.org/debian-devel/2012/01/msg00148.html
    resolved in a satisfactory manner.
  * Updated debhelper version and compat level to 8

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Thu, 09 Feb 2012 20:37:22 +0000

w3c-markup-validator (1.2+dfsg-2) unstable; urgency=low

  * Corrected bug number regarding mod_perl disablement in patch.
    Thanks to Jorg Sommer for pointing this out.
  * Patched out versioned dependency on HTML::Template (Closes: 639711)
  * Raised standards version to 3.9.2
  * Added lintian override about apparently phoney duplicate file warning
  * Changed repository to github

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Tue, 30 Aug 2011 21:03:25 +0100

w3c-markup-validator (1.2+dfsg-1) unstable; urgency=low

  * New upstream release
  * Reviewed and refreshed patches
  * Simplified rules and compressed files as required by upstream
    to support content negotiation (Closes: #618469)
  * Moved test files to the examples directory
  * Reviewed dependencies
  * Disabled mod_perl support (cf. #618416)
  * Refreshed copyright
  * Refreshed lintian overrides
  * Add apache config ensuring directory access (Closes: #608225)
  * Change rules to rebuild htdocs/scripts/combined.js
  * Added Suggests clause and reviewed the long description
  * Added example perl script that uses WebService::Validator::HTML::W3C
  * Removed non-DFSG files (and files that will be rebuilt anyway)

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Thu, 17 Mar 2011 19:02:11 +0000

w3c-markup-validator (1.1-2) unstable; urgency=low

  * Releasing to unstable

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Tue, 25 Jan 2011 22:42:59 +0000

w3c-markup-validator (1.1-1) experimental; urgency=low

  * New maintainer rebuilt package from first principles (Closes: #573497)
  * Upgraded to upstream version 1.1 (Closes: #461021 and  Closes: #437795)
  * Restricting dependency to apache2 until someone volunteers to do
    integration for other web servers.
  * Changed dependency from w3c-dtd-xhtml and sgml-data to w3c-sgml-lib.
  * Basing apache config fragment on upstream supplied fragment. As a
    consequence of this the home page is http://localhost/w3c-validator/.
    (Closes: #456904).
  * Setting version dependency on libwww-perl after investigating taint issues
  * Replacing W3C placeholder logo with customized Debian logo.
  * Restricting support to http. This is a holding operation for #445265.
  * Reviewed and rewrote README.Debian (Closes: #549025).
  * Adding lintian override over inclusion of mootools convenience library.
  * Simplified install scripts as much as possible, though
    leaving some abstraction in case there is a need to add support for more
    webservers.
  * Removed dependency on wwwconfig-common.
  * Automatically enable mod_include and mod_rewrite before bouncing the
    server (Closes: #477792).
  * The simplified install scripts mean that translation is no longer
    required. In fact the translated text referred to old versions of Apache
    that are no longer part of Debian. (Closes: #551185).

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Sat, 21 Aug 2010 18:22:35 +0100

w3c-markup-validator (0.7.4-5.2) unstable; urgency=low

  * Non-maintainer upload.
  * Add watch file. Closes: #435685
  * Fix pending l10n bugs. Debconf translations:
    - Finnish. Closes: #484548
    - Swedish. Closes: #499341

 -- Christian Perrier <bubulle@debian.org>  Tue, 23 Sep 2008 20:17:15 +0200

w3c-markup-validator (0.7.4-5.1) unstable; urgency=low

  * Non-maintainer upload to fix pending l10n issues.
  * Debconf translations:
    - German. Closes: #425433
    - Galician. Closes: #483201
    - Basque. Closes: #483482
    - Russian. Closes: #484315
  * [Lintian] Convert debian/copyright to UTF-8
  * [Lintian] Remove usr/share/w3c-markup-validator/config/ empty
    directory
  * [Lintian] No longer add an empty /usr/bin directory
  * Turkish. Closes: #484690

 -- Christian Perrier <bubulle@debian.org>  Fri, 16 May 2008 23:16:57 +0200

w3c-markup-validator (0.7.4-5) unstable; urgency=low

  * Remove dependency on w3c-linkchecker now that Etch is released
  * debian/po:
    + updated German po-debconf translation, courtesy of
      Helge Kreutzmann (closes: Bug#411327)
  * Upload sponsored thanks to Jaldhar H. Vyas.

 -- Frederic Schutz <schutz@mathgen.ch>  Tue, 15 May 2007 01:53:22 +0200

w3c-markup-validator (0.7.4-4) unstable; urgency=low

  * debian/po:
    + updated Czech po-debconf translation, courtesy of
      Jan Outrata (closes: Bug#408727)
  * Upload sponsored thanks to Jaldhar H. Vyas.

 -- Frederic Schutz <schutz@mathgen.ch>  Mon, 12 Feb 2007 19:23:24 +0100

w3c-markup-validator (0.7.4-3) unstable; urgency=low

  * debian/po:
    + updated Dutch po-debconf translation, courtesy of
      Bart Cornelis (closes: Bug#407443)
  * Upload sponsored thanks to Jaldhar H. Vyas.

 -- Frederic Schutz <schutz@mathgen.ch>  Mon, 22 Jan 2007 22:31:46 +0100

w3c-markup-validator (0.7.4-2) unstable; urgency=low

  * debian/po:
    + updated Danish po-debconf translation, courtesy of
      Morten Bo Johansen (Closes: Bug#401618)
  * Upload sponsored thanks to Jaldhar H. Vyas.

 -- Frederic Schutz <schutz@mathgen.ch>  Mon,  4 Dec 2006 23:41:20 +0100

w3c-markup-validator (0.7.4-1) unstable; urgency=medium

  * New upstream release, a "maintenance release including bug fixes and
    documentation updates" (see whatsnew.html)
  * Requires version >= 0.0.48 of package wwwconfig-common for checking
    errors when restarting the web server (see bug #399115)
  * Check if the script restart.sh from wwwconfig-common returns an
    error when called from postinst or prerm (Closes: Bug# 398638).
  * Urgency medium because this is related to an RC bug (partly solved
    and downgraded to important)
  * Upload sponsored thanks to Anibal Monsalve Salazar

 -- Frederic Schutz <schutz@mathgen.ch>  Sun, 19 Nov 2006 01:36:59 +0100

w3c-markup-validator (0.7.3-1) unstable; urgency=low

  * New upstream release
  * Remove "Suggests: libterm-readkey-perl (>= 2.00)", which applies
    only to the linkchecker.
  * debian/po:
    + Update of the Japanese po-debconf template, thanks to
      Hideki Yamane (Closes: Bug#393210)
  * Upload sponsored thanks to Jaldhar H. Vyas.

 -- Frederic Schutz <schutz@mathgen.ch>  Sun, 29 Oct 2006 22:17:52 +0100

w3c-markup-validator (0.7.2-3) unstable; urgency=low

  * Remove all files from the w3c-linkchecker, since it is now in its
    own package.
  * Depends on the new w3c-linkchecker package until Debian Etch is
    released, to ensure a smooth transition.
  * debian/po:
    + Update of the French po-debconf template, thanks to Thomas Huriaux
      (Closes: Bug#369296)
    + Update of the Portuguese po-debconf translation, courtesy of Rui
      Branco (Closes: Bug#381200)
  * Update README.Debian and README.config so that they match the recent
    changes in this package (version 0.7.2-1 and beyond).
  * Upload sponsored thanks to Jaldhar H. Vyas.

 -- Frederic Schutz <schutz@mathgen.ch>  Sun, 13 Aug 2006 02:08:07 +0200

w3c-markup-validator (0.7.2-2) unstable; urgency=low

  * Moved debhelper from Build-Depends-Indep to Build-Depends (needed
    for the 'clean' target); thanks to Steve Langasek and the newer
    version of Lintian.
  * Small updates to the debconf template following a Lintian warning
    + French po-debconf translation updated.
    + Italian po-debconf translation updated, thanks to Luca Monducci
      (Closes: Bug#367225)
  * Update latin1 characters in the checklink manpage, following a
    Lintian warning, and some helpful comments by Steve Langasek.
  * Update to standards 3.7.2.0 (nothing to change)

 -- Frederic Schutz <schutz@mathgen.ch>  Mon, 15 May 2006 22:47:14 +0200

w3c-markup-validator (0.7.2-1) unstable; urgency=low

  * New upstream release (Closes: Bug#324028 )
    + Works with newer version of libconfig-general-perl
      (Closes: Bug#358901)
  * Update dependencies: libconfig-general-perl (>= 2.19),
    libhtml-template-perl (>= 2.6).
  * Added automatic configuration for Apache and Apache-Perl;
    several servers can now be configured at the same time
  * debian/templates: add Apache2 and Apache-Perl as options
  * Add lintian overrides; see the override file for complete
    rationale.

 -- Frederic Schutz <schutz@mathgen.ch>  Sun,  7 May 2006 22:53:38 +0200

w3c-markup-validator (0.6.7-4) unstable; urgency=low

  * Depends on debconf | debconf-2.0 (by way of ${misc:Depends})
    (Closes: Bug#332140)
  * debian/po:
    + added Vietnamese po-debconf translation, courtesy of Clytie Siddall
      (Closes: Bug#324078)
    + added Swedish po-debconf translation, courtesy of Daniel Nylander
      (Closes: Bug#330946)
    + added Portuguese po-debconf translation, courtesy of Rui Branco
      (Closes: Bug#335954)
  * Updated to standards 3.6.2 (nothing to change)

 -- Frederic Schutz <schutz@mathgen.ch>  Thu, 27 Oct 2005 23:19:21 +0200

w3c-markup-validator (0.6.7-3) unstable; urgency=low

  * README.Debian: Added note from Adam Sjøgren <asjo@koldfront.dk>
    (see bug 286091) about the use of check to validate pages that
    require http-authorization. I am not sure that it is a good idea
    to turn mod_rewrite on by default on every installation, so I
    have not applied the patch yet, and have left the bug open for
    now.
  * debian/po:
    + added Czech po-debconf translation, courtesy of Jan Outrata
      (Closes: Bug#276668)
    + added Danish po-debconf translation, courtesy of Morten Bo Johansen
      (Closes: Bug#286091)

 -- Frederic Schutz <schutz@mathgen.ch>  Mon, 11 Apr 2005 22:53:09 +1000

w3c-markup-validator (0.6.7-2) unstable; urgency=low

  * Added documentation in README.Debian about validation of pages on
    private IP addresses (Closes: Bug#268089)
  * Corrected a few broken image links in footer.html and check

 -- Frederic Schutz <schutz@mathgen.ch>  Mon, 30 Aug 2004 16:36:18 +1000

w3c-markup-validator (0.6.7-1) unstable; urgency=low

  * New upstream release
  * Updated internal SGML catalogs to use the new location of XML DTDs in
    Debian. Requires w3c-dtd-xhtml >= 1.1-5.
  * Updated linkchecker to version 4.0; in the future, it will be
    provided as a separate package (w3c-linkchecker)
  * Apache configuration now uses the conf.d directory (Closes: Bug#227855)
    Requires apache (>= 1.3.29.0.1-1).
  * debian/po:
    + added Italian po-debconf translation, courtesy of Luca Monducci
      (Closes: Bug#251741)
    + added Catalan po-debconf translation, courtesy of Aleix Badia i Bosch
      (Closes: Bug#254867)

 -- Frederic Schutz <schutz@mathgen.ch>  Mon,  9 Aug 2004 21:18:12 +1000

w3c-markup-validator (0.6.1-4) unstable; urgency=low

  * debian/control:
    + added dependencies on libnet-ip-perl and libconfig-general-perl, now
      required by checklink.pl
    + added suggestion on libterm-readkey-perl, which can be used to enter
      a password for checklink.pl
  * httpd/cgi-bin/checklink.pl: updated to latest CVS version
    + Unbreak --masquerade in checklink.pl (Closes: Bug#187791)
  * check: backport fixes from CVS
    + Untaint variables read from the configuration file (we must trust them
      anyway) so that Perl (>= 5.8.1) does not yield an error when calling
      the Open3 function. (Closes: Bug#217353)
  * debian/po:
    + added German po-debconf translation, translated by Pattrick
      William, Tomas and Friedemann from the german Skolelinux team, courtesy
      of <cobaco@linux.be>. (Closes: Bug#223121)
    + added Japanese po-debconf translation, courtesy of Hideki Yamane
      (Closes: Bug#224184)
  * Uploaded for Frederic by Jaldhar H. Vyas <jaldhar@debian.org>

 -- Jaldhar H. Vyas <jaldhar@debian.org>  Wed, 31 Dec 2003 20:27:25 -0500

w3c-markup-validator (0.6.1-3) unstable; urgency=low

  * debian/checkink.1: removed, since the man page has been converted
    to POD format and submitted upstream for inclusion in checklink.pl
  * debian/dirs: removed etc/apache
  * debian/control
    + Now depends on Perl (>= 5.8) for correct handling of UNICODE characters
    + Perl 5.8 provides libtime-hires-perl and libcgi-pm-perl in sufficient
      version, so we don't need to depend on them anymore.
    + Build-depends-indep: debhelper (>= 4.1.16), and removed po-debconf,
      as suggested by the po-debconf man page
    + Updated to standards 3.6.1 (nothing to change)
    + The W3C produces "recommendations", not standards -- changed the
      description accordingly
  * debian/po: added dutch po-debconf translation, courtesy of
    <cobaco@linux.be>. (Closes: Bug#204927)
  * debian/README.config: added configuration snippet for Apache2
  * debian/rules
    + Added target debian/po/templates.pot in rules files to make sure
      that the PO files are always up to date when the debconf template
      is changed, as suggested by the po-debconf man page
    + Generate the manpage while building using POD in checklink.pl
  * htdocs/*: backported small changes from CVS
  * httpd/cgi-bin/checklink.pl (backported from CVS)
    + Added POD documentation
    + Stop if unknown option on the command line (Closes: Bug#187792)
    + Added option "-?" for help, and clarified help about the
      --location option (Closes: Bug#189642)
    + Fix redirect loop detection (Closes: Bug#188372)

 -- Frederic Schutz <schutz@mathgen.ch>  Sun,  7 Sep 2003 01:36:01 +1000

w3c-markup-validator (0.6.1-2) unstable; urgency=low

  * Depends: apache|httpd instead of apache|apache-ssl.
    If you use another webserver, you'll have to configure it manually,
    see the new README.config documentation file. Closes: Bug#177965
  * Depends: w3c-dtd-xhtml to allow validation of XHTML (1.0, 1.1 and
    basic) documents. DTDs were previously provided by the sgml-data
    package. Closes: Bug#178529
  * Added TODO file.
  * Converted the package to po-debconf for the translation of debconf
    templates, requires debhelper (>= 4.1.13), po-debconf for build.
  * Debhelper changes:
      - uses dh_installman instead of the (deprecated) dh_installmanpages
      - uses debian/compat file instead of DH_COMPAT
  * Updated to standards 3.5.9.0 (nothing to change)

 -- Frederic Schutz <schutz@mathgen.ch>  Tue, 18 Mar 2003 11:56:21 +1100

w3c-markup-validator (0.6.1-1) unstable; urgency=low

  * New upstream release
  * First official release for Debian, closes: Bug#166025
  * Converted the installation scripts to debconf and wwwconfig-common
  * Added support for the MathML DTD present in Debian (the package now
    Recommends: w3-dtd-mathml)

 -- Frederic Schutz <schutz@mathgen.ch>  Mon, 16 Dec 2002 22:06:03 +1100

w3c-markup-validator (0.6.0-1) unstable; urgency=low

  * New upstream release
  * Added a manpage for checklink(1)

 -- Frederic Schutz <schutz@mathgen.ch>  Tue, 26 Nov 2002 22:54:11 +1100

w3c-markup-validator (0.0.20021103-1) unstable; urgency=low

  * Initial Release, from the upstream CVS

 -- Frederic Schutz <schutz@mathgen.ch>  Mon,  4 Nov 2002 22:14:00 +1100