diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c24515..cedcf1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## Unreleased +## 0.6.2 — 2026-06-03 + +Patch release — **no daemon code changes** (the binary is byte-identical to 0.6.1). Ships the Grafana fleet-dashboard integration, a from-scratch documentation & onboarding overhaul (EN + VI), and Debian packaging hygiene. Details below. **Debian packaging hygiene.** Added `debian/watch` (uscan tracks upstream releases from GitHub tags) and `debian/upstream/metadata` (DEP-12 bug-database / repository links), and bumped `Standards-Version` to 4.7.0. These make the existing `.deb` lintian-cleaner and "adoption-ready" so a Debian/Ubuntu maintainer — or a future archive submission — can pick it up with minimal extra work. The self-hosted apt repo stays the primary channel; official Debian-archive inclusion is deferred until the project has more traction. diff --git a/debian/changelog b/debian/changelog index 95134c0..9471754 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +pamsignal (0.6.2-1) unstable; urgency=medium + + * No daemon code changes; documentation, integration, and packaging only. + * Grafana integration under examples/grafana/ (Alloy config, 12-panel + fleet dashboard, 4 Grafana-native alert rules, docker-compose try-it + stack, verify.sh) plus the docs/grafana-integration.md design doc. + * Documentation overhaul: restructured README and three new guides + (Secure SSH & fleet management, Grafana from zero, Use Cases & + Integrations), each mirrored in Vietnamese under docs/vi/. + * Packaging: add debian/watch (uscan tracks upstream GitHub tags) and + debian/upstream/metadata (DEP-12); bump Standards-Version to 4.7.0. + + -- Tuan Nguyen Wed, 03 Jun 2026 06:49:52 +0000 + pamsignal (0.6.1-1) unstable; urgency=medium * Feature: --help / -h flag. Prints a usage summary covering every diff --git a/meson.build b/meson.build index 5b459bf..8ca4089 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('pamsignal', 'c', - version: '0.6.1', + version: '0.6.2', default_options: [ 'c_std=gnu17', 'warning_level=2', diff --git a/pamsignal.spec b/pamsignal.spec index 7f7ccf2..c083c06 100644 --- a/pamsignal.spec +++ b/pamsignal.spec @@ -1,5 +1,5 @@ Name: pamsignal -Version: 0.6.1 +Version: 0.6.2 Release: 1%{?dist} Summary: Real-time PAM login monitor with multi-channel alerts