From a61abb4237ff007c2bd7969beab24fe304738dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 2 Dec 2025 01:29:24 +0100 Subject: [PATCH 1/2] Drop trailing spaces in ReadMe --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 690a418..eaab052 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://github.com/systemd/systemd-netlogd/actions/workflows/ci.yml/badge.svg)](https://github.com/systemd/systemd-netlogd/actions) -**`systemd-netlogd`** is a **lightweight, battle-tested daemon** that **forwards systemd journal logs to remote hosts** over the network using the **Syslog protocol (RFC 5424 & RFC 3339)**. +**`systemd-netlogd`** is a **lightweight, battle-tested daemon** that **forwards systemd journal logs to remote hosts** over the network using the **Syslog protocol (RFC 5424 & RFC 3339)**. It supports **unicast** and **multicast**, with **zero disk buffering** — perfect for **edge devices, servers, and cloud fleets**. --- @@ -96,14 +96,14 @@ journalctl -u systemd-netlogd.service -f Manual test: ```bash -SYSTEMD_LOG_LEVEL=debug /usr/lib/systemd-netlogd +SYSTEMD_LOG_LEVEL=debug /usr/lib/systemd-netlogd ``` --- ## Configuration -Config: `/etc/systemd/netlogd.conf` +Config: `/etc/systemd/netlogd.conf` Drop-ins: `/etc/systemd/netlogd.conf.d/*.conf` (INI format) Reload: `sudo systemctl reload systemd-netlogd.service` @@ -256,10 +256,10 @@ See `CONTRIBUTING.md` ## License -**LGPL-2.1-or-later** — same as systemd. +**LGPL-2.1-or-later** — same as systemd. See `LICENSE`. --- -> **Questions?** Open an issue on GitHub! +> **Questions?** Open an issue on GitHub! > **Star this repo if you love centralized logging!** From 1bd542e1c591a6f2e612964a488911181167a19c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 2 Dec 2025 01:31:34 +0100 Subject: [PATCH 2/2] Bump version numbers to match release --- doc/index.rst | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 708648f..3928ce9 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -275,4 +275,4 @@ Susant Sahani Colophon -------- -This page is part of systemd-netlogd (version 1.4.4, October 27, 2025). +This page is part of systemd-netlogd (version 1.4.5, December 1, 2025). diff --git a/meson.build b/meson.build index 30f23d6..99068d5 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('systemd-netlogd', 'c', - version : '1.4.4', + version : '1.4.5', license : 'LGPL-2.1-or-later', default_options: [ 'c_std=gnu11',