Skip to content

Releases: EarthScope/libdali

v1.8.1

01 Dec 23:26
Compare
Choose a tag to compare
  • Add const qualifier to string accepted by logging routines.
  • Fix a few compiler warnings.
  • Update Doxyfile as suggested by doxygen
  • Rebrand IRIS -> EarthScope

v1.8

19 Apr 00:31
Compare
Choose a tag to compare
  • Online documentation: https://iris-edu.github.io/libdali/
  • Support for IPv6 connections, conversion to pure getaddrinfo() usage.
  • Allow host and port to be separated with '@', e.g. host@port, to allow for numeric IPv6 address usage
  • Fix internal time calculation for years beyond 2038.
  • Properly the add client ID in exchanges with the server. Thanks Keven Frechette for reporting this.
  • Update Makefile to include an install method, common shared target.
  • Remove support for Watcom-related wmake files.
  • Incorporate platform-specific declarations into libdali.h.
  • Change licensing to Apache License 2.