From 2c9d613d296fb70bc2d0776aa7ffa49372de8e2a Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 10 Jan 2017 10:09:31 +0100 Subject: [PATCH] prepare for 8.24.0 release --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4c5f80003..82aeccfd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ Version 8.24.0 [v8-stable] 2017-01-10 Note that KSI files can have different permissions/owner than the log files themself. Thanks to Allan Park for the patch. +- omzmq: new features + Thanks to Brian Knox for the patch. - change: when the hostname is empty, we now use "localhost-empty-hostname" In 8.23.0, "localhost" was used in this case, but that could be misleading. The new name makes the error condition (gethostname() should always return diff --git a/configure.ac b/configure.ac index 8d2e42ed8..c67c30dcc 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[8.24.0.master],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[8.24.0],[rsyslog@lists.adiscon.com]) # AIXPORT START: Detect the underlying OS unamestr=$(uname)