* Thu Nov 28 2024 Enno Gotthold <egotthold@suse.com>
- update to 10.5.0:
* ignorewarningsforurls setting to match URLs and warnings to ignore
* Thu Dec 28 2023 Dirk Müller <dmueller@suse.com>
- update to 10.4.0:
* FIFOs can be used with --config and --cookiefile
* Minimum Python version required is 3.9
* ms-windows-store added to the list of ignored schemes
* linkchecker will exit if problems with a configuration file
or cookie file are detected on startup
* A cookie file that could not be parsed was causing an
exception
* Documentation updates
* Sun Oct 08 2023 Enno Gotthold <egotthold@suse.com>
- Update to v10.3.0
- https://github.com/linkchecker/linkchecker/releases/tag/v10.2.0
- https://github.com/linkchecker/linkchecker/releases/tag/v10.2.1
- https://github.com/linkchecker/linkchecker/releases/tag/v10.3.0
- Updates in 10.3.0 (released 18.09.2023):
- TextLogger message wrapping is configurable using wraplength
- HTTP redirect causes a warning, http-redirected
- Ignored warning messages are logged as information
- Support for checking NNTP and Telnet links is removed
- -p/--password was being ignored
- FTP checker was raising a TypeError
- FTP checker was ignoring maxfilesizedownload
- Documentation updates
- Updates in 10.2.0 (released 21.11.2022)
- ignoreerrors setting to disregard errors for URLs after checking
- AnchorCheck plugin has partial support for checking local files
- Binary translation catalogs are produced using polib during distribution
package building and are now included in sdist packages
- gemini, tg (Telegram) and whatsapp added to the list of ignored schemes
- Warning url-rate-limited renamed to http-rate-limited
- maxrequestspersecond can be less than 1
- maxrequestspersecond greater than 10 is used unchanged if the HTTP server
returns a LinkChecker response header
- When a sitemap is discovered from a robots.txt file, the robots.txt is logged
as the sitemap parent URL
- Checking directories containing Unicode filenames
- Parsing srcset attributes with multiple image candidates
- resultcachesize setting was being ignored
- sitemap output when using multiple threads
- AnchorCheck plugin is re-enabled
* Sat Nov 05 2022 John Vandenberg <jayvdb@gmail.com>
- Activate test suite
- Update to v10.1.0
- See https://github.com/linkchecker/linkchecker/blob/master/doc/changelog.txt
for changes since 2014
* Tue Jan 08 2019 Jan Engelhardt <jengelh@inai.de>
- Remove redundant %_prefix redefinition.
- Use noun phrase in summary.
* Thu Jan 03 2019 Enno Gotthold <egotthold@suse.com>
- Corrected requires to general pyxdg
* Thu Jan 03 2019 Enno Gotthold <egotthold@suse.com>
- Removed empty not needed lines in the description
* Thu Jan 03 2019 Enno Gotthold <egotthold@suse.com>
- Removed dependencies for GUI
* Wed Jan 02 2019 Enno Gotthold <egotthold@suse.com>
- Added new release 9.4.0 from the linkchecker project
- Changed the repository from wummel to the linkchecker group.
- Detatched the GUI to an own package.
* Fri Dec 16 2016 lpechacek@suse.com
- fix python-requests version check (bsc#1015996)
- recommend python-qt4 (bsc#1015997)