Merge pull request #594 from cjmayo/rel1010

Release 10.1.0
This commit is contained in:
Chris Mayo 2021-12-22 19:33:07 +00:00 committed by GitHub
commit d1078ed848
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 5 deletions

View file

@ -1,9 +1,26 @@
10.x (released x)
10.1.0 (released 22.12.2021)
Features:
- resultcachesize setting to specify the maximum size of the result cache
- quiet/-q also sets the application logging level to warning
- preconnect link types are checked using DNS
- Dutch (nl_NL) application translation
Changes:
- Binary translation catalogs are no longer included with the source. The polib
package must be installed before installation from source to compile
translations.
- The application version is derived from git tags using setuptools_scm
- The AnchorCheck plugin is disabled
- Binary translation catalogs are not included with the source; if present,
polib is used by setup.py to compile translations
- The ftp_proxy environment variable is not supported. GNOME and KDE proxy
settings are not read
- If Requests returns a character encoding of ISO-8859-1, Beautiful Soup is
used to determine the encoding of a page; robots.txt are assumed to be UTF-8
- The linkchecker command is generated using an entry point
- GitHub Actions has replaced Travis
Fixes:
- An HTTP server can be used as an HTTPS proxy
- Multiple man page and other documentation updates
10.0.1 (released 29.1.2021)

View file

@ -1,10 +1,13 @@
Upgrading
=========
Migrating from 10.0 to 10.x
Migrating from 10.0 to 10.1
---------------------------
If installing from source and application translations are needed the Python
polib package is required to be installed before LinkChecker is installed.
The linkchecker command is now generated using an entry point: for Python 3.6
and 3.7 importlib_metadata is added to the run-time requirements.
The environment variable ftp_proxy is no longer supported. GNOME and KDE proxy
settings are not read; KDE proxy users especially may need to set
the http_proxy environment variable themselves.