Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

39 lines (31 loc) · 1.47 KB

Changelog

All notable changes to the RDMnet library will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Platform port and binary package: macOS

Changed

  • Update to comply with final published ANSI E1.33-2019
  • Minor changes to API functions for style

0.2.0 - 2019-06-20

Added

  • This CHANGELOG file.
  • Windows installers for example applications.

Changed

  • RDMnet is now built with CMake. Documentation updated accordingly.
  • RDMnet example applications are now portable.
  • RDMnet compile-time config options no longer affect the contents of public headers (correspondingly, rdmnet/opts.h moved from under include/ to src/)
  • rdmnet/broker_prot.h: Renamed is_disconnect() to is_disconnect_msg() for consistency

Removed

  • rdm* source files, which are now in the RDM repository.
  • Visual Studio project files, as we now build with CMake.

0.1.0 - 2018-10-18

Added

  • Initial library modules and partial documentation.
  • Implementation of draft standard BSR E1.33 rev 63.
  • Initial Broker, Controller, Device and LLRP Manager example applications.