Skip to content

v0.8.5 SSL Elbow Patch

Compare
Choose a tag to compare
@groboclown groboclown released this 21 Apr 14:13
· 285 commits to master since this release

The 0.8.5 release is now available. It fixes up issues around SSL connections, and adds a new user preference to fix some possible connection issues. You can download it from the IntelliJ plugin interface, or from github.

  • Add user preference for socket SO timeout.
    • Added user preference to change the socket SO timeout, to allow for fixing
      potential SocketTimeoutExceptions. (#85)
  • Bug fixes.
    • Remove issues around setting up default Perforce configuration (File ->
      Other Settings -> Default Settings...). (#143)
    • Added back the SSL key strength checking and error reporting. (#145)
    • Fixed the error reporting for a changed or invalid SSL fingerprint key.
      It now correctly reports the underlying issue.
    • Fixed the configuration panel width - an outer scroll pane confused the
      tab layout. The blank text fields shouldn't scroll offscreen anymore.
    • Fixed the SSL Fingerprint text field to correctly show the value.