rpi-systemd-gpio (1.1.1) unstable; urgency=medium

  * Fix systemd service file installed to wrong path (multiarch libdir instead of /usr/lib/systemd/system/).
  * Add postinst/postrm maintainer scripts for systemctl daemon-reload (dh_installsystemd skips template units).

  * Update CMakeLists.txt and debian rules for improved installation paths and configuration.
  * Enhance Debian packaging scripts and .gitignore for improved build management.

 -- Tom Dewey <tom.dewey@raspberrypi.com>  Tue, 10 Feb 2026 17:02:49 +0000

rpi-systemd-gpio (1.1.0) unstable; urgency=medium

  * Port GPIO backend from libgpiod v1 C API to libgpiod v2 C++ bindings (gpiodcxx).
  * Replace void* opaque pointers with pimpl using RAII types (gpiod::chip, gpiod::line_request).
  * Switch to dpkg-buildpackage based packaging, remove CPack.
  * Add debian/ packaging files (control, rules, copyright, source/format).
  * Update build dependencies: libgpiod-dev >= 2.0, g++ >= 4:10.
  * Bump Standards-Version to 4.7.2 for Debian Trixie.

 -- Tom Dewey <tom.dewey@raspberrypi.com>  Tue, 10 Feb 2026 16:33:19 +0000

rpi-systemd-gpio (1.0.2) unstable; urgency=medium

  * V1.0.2: Tested on hardware.

 -- Tom Dewey <tom.dewey@raspberrypi.com>  Fri, 10 Oct 2025 19:18:38 +0100

rpi-systemd-gpio (1.0.1) unstable; urgency=medium

  * Uses libgpiod as the backend, which is the modern.
  * GPIO library. Tests ported to use that new API.
  * Package names fixed up with versioning, architectures.

 -- Tom Dewey <tom.dewey@raspberrypi.com>  Fri, 12 Sep 2025 18:08:28 +0100

rpi-systemd-gpio (1.0.0) unstable; urgency=medium

  * Complete rewrite in C++20.
  * OpenSSF security hardening.
  * Comprehensive test suite with 374 test assertions.
  * Hardware-accurate Raspberry Pi 5 GPIO mock.
  * Architecture-aware build system (x86_64/ARM64).
  * CMake-based build with proper installation paths.

 -- Tom Dewey <tom.dewey@raspberrypi.com>  Thu, 11 Sep 2025 16:15:45 +0100

rpi-systemd-gpio (0.1.0) unstable; urgency=medium

  * Initial import from NASA GCN repository, maintained by Leo Singer.

 -- Tom Dewey <tom.dewey@raspberrypi.com>  Mon, 17 Feb 2025 14:36:51 +0000

