Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 2.03 KB

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 2.03 KB

GenuineChannels Change Log

v2.5.9.11

  • Fixed IPv6 host name URL encoding according to RFC 6874 (#10)
  • Fixed assembly file version resource to match the Nuget package version (#9)
  • Updated Zyan.SafeDeserializationHelpers library to the latest version

v2.5.9.10

This version no longer supports .NET Framework 3.0 and below. The minimum supported version is .NET 3.5.

Implementation enhancements:

  • IPv6 support (.NET Framework version 3.5 and 4.6 only)
  • New parameter GenuineParameter.TcpReuseAddressPort (bool).
    Indicates whether to use TCP port sharing. If set the listener port will be shared (other apps can use the same one). In this case the socket option System.Net.Sockets.SocketOptionName.ReuseAddress will be applied. See MSDN Doc. Default value is false.
  • New parameter GenuineParameter.TcpDualSocketMode (bool).
    The TCP dual socket mode will enable both IPv4 and IPv6 for the socket listener (Vista and Longhorn above only). This will be true by default. If you like to force IPv4 or IPv6 listening only, set this option to false.

ICSharpCode.SharpZipLib.dll:

  • Using built-in compression classes instead of the external ICSharpCode.SharpZipLib.dll library for traffic compression.

BinaryFormatter security fixes:

v2.5.9.9

  • The initial release of the MIT-licensed open-source version of GenuineChannels.