Skip to content

Release v1.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Apr 12:11
· 600 commits to master since this release

JSBSim version 1.1.6

Release files

  • Windows 64 bits
    • JSBSim-1.1.6-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.
  • Conda packages are available from conda-forge. To install this package with conda run: conda install -c conda-forge jsbsim

Changelog

User

  • New properties propeller-power-ftlbps, propeller-torque-ftlb and propeller-sense for Propeller power, torque, and sense (PR #394)
  • Fixes segmentation faults, a delta-wing Lift_alpha and Drag_alpha problem in aeromatic++ (issue #400)

Developer

  • Always set useDefault to false when calling SGPropertyNode::tie() (issue #363)
  • Fixes build with recent versions of MinGW64 (issue #397)
  • Fix ws2tcpip.h casing for cross compilation.