diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-11-09 00:12:34 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-11-09 00:12:34 +0100 |
commit | 31b2f3903092c2eb1079a845add5aacf52a707ec (patch) | |
tree | 804ce46dd3f24dc3dba3eedb367ada74adb1afdd /NEWS | |
parent | c4cfefe2fb96d688914038ef48e36bc379ec87b5 (diff) | |
download | fetchmail-31b2f3903092c2eb1079a845add5aacf52a707ec.tar.gz fetchmail-31b2f3903092c2eb1079a845add5aacf52a707ec.tar.bz2 fetchmail-31b2f3903092c2eb1079a845add5aacf52a707ec.zip |
Document XHTML 1.1 issue and workaround for 6.3.18.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -69,6 +69,12 @@ fetchmail-6.3.19 (not yet released): becomes possible to see which header is used. * Make --antispam work from command line (these used to work in rcfiles). Reported by Kees Bakker, BerliOS Bug #17599. (Sunil Shetye) +* Smoke test XHTML 1.1 validation, and if it fails, skip validating HTML + documents. Skip validating Mailbox-Names-UTF7.html. Several systems have + broken XHTML 1.1 DTD installations that jeopardize the build. + Reported by Mihail Nechkin against FreeBSD port. + Workaround for 6.3.18: build in a separate directory, i. e: + mkdir build && cd build && ../configure --options-go-here # DOCUMENTATION: * The manual page now links to IANA for GSSAPI service names. |