All Versions
29
Latest Version
Avg Release Cycle
73 days
Latest Release
-

Changelog History
Page 1

  • v3.1.2.7 Changes

    • No change from 3.1.2.6 but to take a right procedure to upload "network" to Hackage for Windows.
  • v3.1.2.6 Changes

    • Making IPv4PktInfo on Win the same as that on Posix #522
    • โž• Add support for nix/ghcjs #517
  • v3.1.2.5 Changes

    • ๐Ÿ Regenerate configure script with autoconf-2.69 to temporarily fix broken cabal-3.4.0.0 on Windows. Note that the old one was generated with autoconf-2.71. #513
  • v3.1.2.3 Changes

    • ๐Ÿ‘Œ Supporting M1 Mac #510
    • ๐Ÿ Workaround for autoconf on Windows #508
    • ๐Ÿ›  Fixing building failure on SmartOS #507
    • HsNet.h: remove unused fn hsnet_inet_ntoa definition #504
    • ๐Ÿ‘‰ Use a working define for OpenBSD detection #503
  • v3.1.2.2 Changes

    • ๐Ÿ‘ Allow bytestring 0.11 #490
    • Export StructLinger #491
    • ๐Ÿ›  Fix a couple of broken tests on OpenBSD #498
  • v3.1.2.1 Changes

    • Increasing base lower bound to 4.9. #473
    • ๐Ÿšš Suppressing errors from removeFile in UNIX bind. #478
    • ๐Ÿ Restoring UNIX stub functions on Windows. #489
  • v3.1.2.0 Changes

  • v3.1.1.1 Changes

    November 22, 2019
    • ๐Ÿ›  Fix for GHCJS. #431
  • v3.1.1.0 Changes

    September 19, 2019
    • A new API: gracefulClose. #417
    • touchSocket, unsafeFdSocket: Allow direct access to a socket's file descriptor while providing tools to prevent it from being garbage collected. This also deprecated fdSocket in favor of unsafeFdSocket and withFdSocket. #423
    • socketToFd: Duplicates a socket as a file desriptor and closes the source socket. #424
  • v3.1.0.1 Changes

    June 20, 2019
    • ๐Ÿ‘ป getAddrInfo: raise exception if no AddrInfo returned. #410
    • Avoid catching SomeException. #411