Skip to content

Release v1.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Nov 16:18
· 590 commits to master since this release

JSBSim version 1.1.2 is a bug fix release.

Release files:

  • Windows 64 bits
    • JSBSim-1.1.2-setup.exe (Windows installer)
  • Ubuntu Xenial 16.04, Bionic 18.04 or Focal 20.04 - amd64
    • *.deb (Debian packages)
  • Python wheel packages can be installed from PyPI with the command pip install jsbsim or pip install --upgrade jsbsim when JSBSim is already installed on your system.

Changelog:

  • Fixed assertion failures when the ground callback instance does not set the ellipse parameters of the 'contact' location.
  • Now issuing a warning when the clipping max is lower than the min (previously an exception was thrown).
  • The socket code is now compatible with OpenBSD
  • The minimum inertia allowed for propellers has been lowered from 1e-3 to 1e-6 (see issue #333)
  • Packages are now provided for Python 3.9 under Windows and MacOSX