From f62b70059eb8c6ab9849d10f61b5b1c8056e10a1 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 22 Nov 2021 02:21:02 +0100 Subject: [PATCH] Update changelogs and bump version for v2.3.0 release Signed-off-by: Joachim Wiberg --- ChangeLog.md | 11 +++++++---- configure.ac | 2 +- debian/changelog | 3 ++- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 32db39e..e9c2cce 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,7 +4,7 @@ Change Log All relevant changes to the project are documented in this file. -[v2.3.0][UNRELEASED] +[v2.3.0][] - 2021-11-22 ----------------------- ### Changes @@ -14,14 +14,17 @@ All relevant changes to the project are documented in this file. - Ignore `EINVAL` from kernel, caused warning message at first startup - Use journald socket on systemd systems, not `/dev/log` - Issue #38: add support for `syslogd -C file` to use `file` for caching - the last seen kernel sequence number, default: `/run/syslogd.cache` - + the last seen kernel sequence number, default: `/run/syslogd.cache`. + **Note:** syslogd relies on the location of this file to be wiped at + system boot. The default, `/run`, is a RAM disk on modern systems ### Fixes - Issue #34: regression in v2.2.3, causing loss of syslogd log messages like `syslogd v2.2.3: restart.` - Issue #35: man pages lists `-v` as verbose mode, is actually version - Issue #39: update tests to use `-P fn` and `-C fn` +- Issue #40: improve documentation for syslogd.cache file requirements +- Issue #41: add missing documentation for -H option - Replace `\m` with `\n` (missing newline) in `logger` usage text @@ -416,7 +419,7 @@ and a replacement for `syslog.h` to enable new features in RFC5424. - Several bugfixes and improvements, please refer to the .c files -[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.2.3...HEAD +[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.3.0...HEAD [v2.3.0]: https://github.com/troglobit/sysklogd/compare/v2.2.3...v2.3.0 [v2.2.3]: https://github.com/troglobit/sysklogd/compare/v2.2.2...v2.2.3 [v2.2.2]: https://github.com/troglobit/sysklogd/compare/v2.2.1...v2.2.2 diff --git a/configure.ac b/configure.ac index d6059d9..3dcc5a9 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. -AC_INIT([sysklogd], [2.3.0-beta1], [https://github.com/troglobit/sysklogd/issues],, +aAC_INIT([sysklogd], [2.3.0], [https://github.com/troglobit/sysklogd/issues],, [https://github.com/troglobit/sysklogd]) AC_CONFIG_AUX_DIR(aux) AM_INIT_AUTOMAKE([1.11 foreign subdir-objects]) diff --git a/debian/changelog b/debian/changelog index 8b40f3b..23c7e9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,11 +9,12 @@ sysklogd (2.3.0) stable; urgency=medium * Fix regression from v2.2.3, causing loss of syslogd log messages like `syslogd v2.2.3: restart.` * Fix man page, listed `-v` as verbose mode, is actually version + * Fix man page, missing documentation for `-H` option * Replace `\m` with `\n` (missing newline) in `logger` usage text * Use systemd KillMode=process * Let syslogd use another socket when journald is active (systemd systems) - -- Joachim Wiberg Thu, 01 Jul 2021 00:12:24 +0200 + -- Joachim Wiberg Mon, 22 Nov 2021 02:20:15 +0100 sysklogd (2.2.3) stable; urgency=medium