The NEWS file for the Switchyard package.

-------------------------------------------------------------------------------
v0.26.0 - 17 June 2026

Changes:
   Stream Reservations. Added code to 'Sy5AdvServer' to properly manage
   stream reservations on Axia control surfaces.

   ABI Changes. Added the following:
      SyGpioEvent::gpioTypeString() method
      SyAdvSource::reservationId() method
      SyAdvSource::setReservationId() method
      SyAdvSource::reservationDeleting() method
      SyAdvSource::setReservationDeleting() method
      SyAdvServer::advertismentReceived() signal
      SyAdvServer::reservationReceived() signal
      SyRouting::clockType() const method
      SyRouting::setClockType(ClockType type) method
      SyRouting::clockDevice() const method
      SyRouting::setClockDevice(const QString &dev) method

   Debugging Tools. Added a sy5advpeek(1) utility.

-------------------------------------------------------------------------------
v0.23.0 - 12 December 2022

Changes:
   Added a 'SyLwrpClient::sendRawLwrp()' method.

-------------------------------------------------------------------------------
v0.22.1 - 10 July 2022

Changes:
   Removed sygpiotest(1) from the devel package. 

-------------------------------------------------------------------------------
v0.22.0 - 16 June 2022

Changes:
   First public release of Qt-5 version.

   Added a 'SySignalNotifier' class. This class can be used to catch UNIX
   signals cleanly and safely deliver them to the event loop using the
   standard Qt signal/slot mechanism.

-------------------------------------------------------------------------------
v0.12.1 - 3/30/2018

Changes:
   Added 'SyEndPoint::exists()' and 'SyEndPoint::setExists()' methods.
   SyLwrpClient uses these to indicate that a given endpoint (SySource
   or SyDestination) actually exists on a device (as opposed to being
   a 'phantom in the hole', as can be the case with devices like Mix
   Engines and Omnia processors).

   BugFixes. See the ChangeLog.

-------------------------------------------------------------------------------
v0.11.1 - 2/26/2018

First public release.

-------------------------------------------------------------------------------
