pylon-camera-server (0.1.20-1+deb12) release; urgency=medium

  * Removed the 'test' executable from the files to be installed.

 -- Patrick Thomas <pthomas@caltech.edu>  Mon, 22 Jun 2026 14:13:35 -0700

pylon-camera-server (0.1.19-1+deb12) release; urgency=medium

  * Created a src folder and moved files into it. Started copying code into separate files and adding a bug fix to the archiving code and additional image processing functionality.
  * Updated Pylon to 8.1.0. Added image transformations.
  * Added container files.

 -- Patrick Thomas <pthomas@caltech.edu>  Thu, 18 Jun 2026 12:14:46 -0700

pylon-camera-server (0.1.18-2+deb12) release; urgency=medium

  * Updated to use Pylon 8.1.0-deb0.

 -- Patrick Thomas <pthomas@caltech.edu>  Thu, 22 May 2025 14:47:41 -0700

pylon-camera-server (0.1.18-1+deb12) release; urgency=medium

  * Updated to use Pylon 8.1.0-deb0.
  * Setting version number to 0.1.18.

 -- Patrick Thomas <pthomas@caltech.edu>  Thu, 22 May 2025 13:45:25 -0700

pylon-camera-server (0.1.17-1+deb12) release; urgency=medium

  * Bug fix for issue https://git.ligo.org/cds/software/cameras/pylon-camera-server/-/issues/6.
  * Setting version number to 0.1.17.

 -- Patrick Thomas <pthomas@caltech.edu>  Wed, 05 Mar 2025 11:19:09 -0800

pylon-camera-server (0.1.16-1+deb12) release; urgency=medium

  * Fixed package version from deb11 to deb12.

 -- Patrick Thomas <pthomas@caltech.edu>  Wed, 26 Feb 2025 17:36:50 -0800

pylon-camera-server (0.1.16-1+deb11) release; urgency=medium

  [ Jonathan Hanks ]
  * Update the locking code to use RAII.
  * Add two new PVs to the IOC to try and show the number of frames processed by the server and estimate the FPS.

  [ Patrick Thomas ]
  * Changed to use a timer for the frame rate calculation. Changed to set the camera to use internal frame triggering. Added an EPICS channel to set the internal frame triggering rate. Added an EPICS channel to read the calculated frame rate based on the camera configuration settings.
  * Changed the settings to use for limiting the frame rate.
  * Setting version number to 0.1.16.

 -- Patrick Thomas <pthomas@caltech.edu>  Wed, 26 Feb 2025 17:05:28 -0800

pylon-camera-server (0.1.15-1+deb12) release; urgency=medium

  [ Jonathan Hanks ]
  * Updated with a copy of the latest simple_pv code.

  [ Patrick Thomas ]
  * Setting version number to 0.1.15.

 -- Patrick Thomas <pthomas@caltech.edu>  Thu, 06 Feb 2025 11:20:48 -0800

pylon-camera-server (0.1.14-1+deb12) release; urgency=medium

  * Changes to build with EPICS 7.

 -- Patrick Thomas <pthomas@caltech.edu>  Wed, 05 Feb 2025 14:20:11 -0800

pylon-camera-server (0.1.13-1+deb12) release; urgency=medium

  * Building for Debian 12.

 -- Patrick Thomas <pthomas@caltech.edu>  Wed, 05 Feb 2025 10:23:38 -0800

pylon-camera-server (0.1.13-1+deb11) release; urgency=medium

  * Attempting to fix package creation failure.
  * Setting version number to 0.1.13.

 -- Patrick Thomas <pthomas@caltech.edu>  Tue, 26 Sep 2023 15:18:55 -0700

pylon-camera-server (0.1.12-2+deb11) release; urgency=medium

  * Updated build dependencies.

 -- Patrick Thomas <pthomas@caltech.edu>  Tue, 26 Sep 2023 14:12:33 -0700

pylon-camera-server (0.1.12-1+deb11) release; urgency=medium

  * Fixed a bug in the search for GStreamer libraries in CMakeLists.txt. Added a fix for a race condition when the computed centroid location and widths are not finite.
  * Setting version number to 0.1.12.

 -- Patrick Thomas <pthomas@caltech.edu>  Tue, 26 Sep 2023 13:43:41 -0700

pylon-camera-server (0.1.11-1+deb11) release; urgency=medium

  * Added missing memory de-allocations.
  * Small syntax fix in README.md.
  * Setting version number to 0.1.11.

 -- Patrick Thomas <pthomas@caltech.edu>  Thu, 31 Aug 2023 10:39:52 -0700

pylon-camera-server (0.1.10-1+deb11) release; urgency=medium

  * Added an EPICS channel that reports if the image is saturated.
  * Removed debug print statement.
  * Set the properties on the queues in an attempt to get them to stop the buffering of the frames.
  * Setting version number to 0.1.10.

 -- Patrick Thomas <pthomas@caltech.edu>  Mon, 28 Aug 2023 13:50:23 -0700

pylon-camera-server (0.1.9-1+deb11) release; urgency=medium

  * Added the year, month, and day to the snapshot archive file folder path. Added the creation of the snapshot archive file folder path if it does not exist.
  * Changed the archive_file_folder_path in example.ini to /ligo/data/camera/archive/.
  * Increased the version number to 0.1.9.

 -- Patrick Thomas <pthomas@caltech.edu>  Mon, 27 Mar 2023 15:37:09 -0700

pylon-camera-server (0.1.8-1+deb11) release; urgency=medium

  * Fixes to the calculations.
  * Increased the version number to 0.1.8.

 -- Patrick Thomas <pthomas@caltech.edu>  Mon, 27 Mar 2023 13:04:32 -0700

pylon-camera-server (0.1.7-1+deb11) release; urgency=medium

  * Added reporting of the width and height of the camera's ROI. Added guards against nan and inf using isfinite.
  * Increased the version number to 0.1.7.

 -- Patrick Thomas <pthomas@caltech.edu>  Mon, 27 Mar 2023 09:30:30 -0700

pylon-camera-server (0.1.6-1+deb11) release; urgency=medium

  * Potential bug fix to be tested in production for the distortion of the image seen using Basler camera models acA640-90gm and acA640-100gm.
  * Added an EPICS channel to monitor the status of the image grabbing.
  * Increased the version number to 0.1.6.

 -- Patrick Thomas <pthomas@caltech.edu>  Wed, 15 Mar 2023 16:46:11 -0700

pylon-camera-server (0.1.5-2+deb11) release; urgency=medium

  * Fixed Pylon version number.

 -- Patrick Thomas <pthomas@caltech.edu>  Tue, 07 Mar 2023 12:07:25 -0800

pylon-camera-server (0.1.5-1+deb11) release; urgency=medium

  * Updated the readme and changed the multicast address in the example configuration file to be a valid multicast address.
  * Updated the example multicast address in the readme.
  * Small fix to readme.
  * Converted tabs to spaces.
  * Fixes to code formatting.
  * Changed from Pylon version 7.1.0 to 7.2.0. Added printing of device information. Changed version number to 0.1.5.

 -- Patrick Thomas <pthomas@caltech.edu>  Tue, 07 Mar 2023 11:51:39 -0800

pylon-camera-server (0.1.4-1+deb11) release; urgency=medium

  * Set the required version for Pylon. Changed the install method for pylon-camera-server@.service so that it can be in the source branch.
  * Fixed g_print format flags.
  * Added setup instructions.

 -- Patrick Thomas <pthomas@caltech.edu>  Tue, 06 Dec 2022 12:08:08 -0800

pylon-camera-server (0.1.3-1+deb11) release; urgency=medium

  * Moved the systemd service file to the source branch.
  * Moved the configuration file .ini suffix from the systemd template parameter to the ExecStart command.

 -- Patrick Thomas <pthomas@caltech.edu>  Thu, 01 Dec 2022 10:37:39 -0800

pylon-camera-server (0.1.2-2+deb11) release; urgency=medium

  * Deleted debian/gbp.conf.

 -- Patrick Thomas <pthomas@caltech.edu>  Mon, 21 Nov 2022 11:49:38 -0800

pylon-camera-server (0.1.2-1+deb11) release; urgency=medium

  * Added version number to usage message.

 -- Patrick Thomas <pthomas@caltech.edu>  Mon, 21 Nov 2022 11:32:03 -0800

pylon-camera-server (0.1.1-0) unstable; urgency=medium

  * Bug fix to support acA640-120gm cameras.

 -- Patrick Thomas <pthomas@caltech.edu>  Thu, 17 Nov 2022 16:38:54 -0800

pylon-camera-server (0.1.0-0) unstable; urgency=medium

  * Initial public release

 -- Patrick Thomas <pthomas@caltech.edu>  Wed, 24 Aug 2022 17:21:19 -0700
