Developer Release_1.921.9513-dev
Pre-release
Pre-release
luccioman
released this
05 Jan 15:01
·
382 commits
to master
since this release
Attached file yacy_v1.921_20180102_9513.tar.gz can be used as a YaCy system update (available as "dev 1.921/9513" in YaCy page : "Dowload System Update" - /ConfigUpdate_p.html) or as a cross-platform binary distribution.
Contributors by alphabetical order :
Changes included since release 1.921/9460 :
- Bug fixes :
- Fixed url mask filter generated when protocol modifier is not null
- Fixed URL parsing with fragment and empty path
- Fixed issue yacy#145 : use HTTP Post operation for resetting memory monitoring state.
- Fixed issue yacy#147 : removed Java 1.8 no more necessary version checking
- Fixed loading default settings in Performance Settings of Queues and Processes
- Enhancements :
- Do more locale neutrale case conversions when possible, for improved compatibility with systems using Turkish language locale
- Made possible to use https for remote search on peers with SSL enabled.
- Removed redundant setting of timeout for remoteinstance
- Apply tld query modifier on Solr host_s mandatory field.
- Improved accuracy of URLs search filters : protocol, tld, host, file ext
- Made "site:" query modifier case insensitive.
- Improved support for internationalized domain names on "site:" modifier
- Made "tld:" modifier case insensitive and IDN complient.
- Removed deprecated jetty continuation class from urlproxyservlet
- Removed use of deprecated Jetty IPAccessHandler for client filtering.
- Added a crawl filter based on tag class names
- Show/hide or show public surftip button depending on current config status
- Started implementing optional https preference for protocol operations
- Enable full size images preview for users with extended search rights
- Added optional search parameter/setting to control content domain filter
- Made TokenizedStringNavigator (used for keyword search facet) active
- Dependencies upgrades :
- POI : from 3.16 to 3.17
- jsoup : from 1.10.3 to 1.11.2
- httpcore : from 4.4.6 to 4.4.8
- jetty : from 9.4.7.v20170914 to 9.4.8.v20171121
- commons-compress : from 1.14 to 1.15
- icu4j : from 60.1 to 60.2
- httpclient : from 4.5.3 to 4.5.4
- commons-io : from 2.5 to 2.6
- Automated tests :
- Added a basic JUnit test for the Visio parser (vsdParser)
- Fixed SegmentTest test case time dependant occasional failures
- Documentation :
- Upgraded URLs from HTTP ro HTTPS in README.md
- Updated links to Java Regular Expressions documentation to version 8