Skip to content

Spark 2.9.4 Release

Compare
Choose a tag to compare
@akrherz akrherz released this 14 Nov 13:03
· 671 commits to master since this release
a512039

2.9.4 -- November 14, 2020

Bug

  • [SPARK-2184] - Spark should not reject end-entity certificates without basic constraints
  • [SPARK-2185] - The CertPath that's verified should not be allowed to be empty
  • [SPARK-2186] - Certificate validation should target the end-entity certificate, not the CA
  • [SPARK-2187] - Spark should not offer to add CA certs that it already has in the truststore
  • [SPARK-2188] - Some certificate chain validations fail with 'Certificate does not specify OCSP responder'
  • [SPARK-2192] - File transfer duration sometimes incorrect
  • [SPARK-2194] - The option to ignore certificate expiry not working
  • [SPARK-2196] - Start a conference menu option not working
  • [SPARK-2201] - Not all passwords removed when 'save password' is unchecked

New Feature

  • [SPARK-2190] - Add option to auto-accept file transfers

Improvement

  • [SPARK-1160] - Replace deprecated methods
  • [SPARK-1469] - Code Cleanup
  • [SPARK-2005] - Add option to disable selected plugins via Client Control
  • [SPARK-2198] - Prevent incoming file transfer to overwrite existing file
  • [SPARK-2199] - Show directory if file can't be opened
  • [SPARK-2202] - Have explicit option to remove all saved passwords

Task