Skip to content

9.0.2

Compare
Choose a tag to compare
@chwarr chwarr released this 03 Aug 18:40
· 86 commits to master since this release

9.0.2: 2020-08-03

  • IDL core version: 3.0
  • C++ version: 9.0.2
  • C# NuGet version: 9.0.2
  • gbc & compiler library: 0.12.1.0

C++

  • gbc is now installed with 555 (r-xr-xr-x) permissions. (Issue
    #1062
    )

C#

  • Fixed a regression writing to non-seekable streams using
    CompactBinaryWriter. The fix in commit
    b0fd4a1
    inadvertently added a call to Stream.Position in the Release
    configuration. This call is only indented to be made when Bond is built in
    the Debug configuration.