Skip to content

Release 3.6.2

Compare
Choose a tag to compare
@mduft mduft released this 04 Feb 15:30
· 2812 commits to master since this release

Enables TLSv1.2 for the client installers (C# based, .NET 4.5)

ATTENTION

This release contains a issue that leads to broken installers when the BDeploy server is running on Windows.

Upgrading to 3.6.2 is possible but afterwards the following workaround needs to be applied:

  • Terminate the running BDeploy instance
  • Locate the bdeploy.bat file in the bin folder of the server installation
  • Change the default JVM options to the following
    • set DEFAULT_JVM_OPTS="-Xms64m" "-Xmx1g" "-Dfile.encoding=UTF-8"
  • Save changes and restart BDeploy

The already downloaded installers remain broken and need to be downloaded again.