Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <anhtuank7c@hotmail.com> 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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('pamsignal', 'c',
version: '0.6.1',
version: '0.6.2',
default_options: [
'c_std=gnu17',
'warning_level=2',
Expand Down
2 changes: 1 addition & 1 deletion pamsignal.spec
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading