From eafde9550d657f62882cf3436d39d9f7f78fddcf Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 29 May 2022 18:27:31 +0200 Subject: [PATCH] Update ChangeLog and bump version for v2.4.0 release Signed-off-by: Joachim Wiberg --- ChangeLog.md | 14 +++++++------- configure.ac | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 0a85b08..a18d5d4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,21 +4,21 @@ Change Log All relevant changes to the project are documented in this file. -[v2.4.0][UNRELEASED] - 2022-05-xx +[v2.4.0][] - 2022-05-29 ----------------------- ### Changes - Add support for `secure_mode=[0,1,2]` to syslog.conf, same as `-s` but easier to use and activate with SIGHUP +- Enable `secure_mode=1` (only log to remote servers) in default `syslog.conf` +- Disable debug messages, in default `syslog.conf`, from `/var/log/syslog` - Rename option `-K` to `-t` for trusting kernel timestamp, issue #42 -- Add support for `notify PATH` option to syslog.conf, for calling an - external script on log rotation, by Steffen Nurpmeso, issue #45 -- Add support for log rotation on SIGUSR2, by Steffen Nurpmeso, issue #46 - Add option `-K` to disable kernel logging, issue #48 - Rudimentary support for detecting if running in a container and then disable kernel logging automatically, issue #48 -- Disable debug messages, in default syslog.conf, from /var/log/syslog -- Enable secure_mode (only log to remote servers) in default syslog.conf +- Add support for `notify PATH` option to syslog.conf, for calling an + external script on log rotation, by Steffen Nurpmeso, issue #45 +- Add support for log rotation on SIGUSR2, by Steffen Nurpmeso, issue #46 - Update manual page for `-b` option description ### Fixes @@ -460,7 +460,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.3.0...HEAD +[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.4.0...HEAD [v2.4.0]: https://github.com/troglobit/sysklogd/compare/v2.3.0...v2.4.0 [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 diff --git a/configure.ac b/configure.ac index d6898c7..c9457d1 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.4.0-dev], [https://github.com/troglobit/sysklogd/issues],, +AC_INIT([sysklogd], [2.4.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])