From 87cef2d2688232b65065ee1e48d1436143b774ca Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Mon, 25 Nov 2019 14:06:47 +0100 Subject: [PATCH] Update ChangeLog and bump version for v2.0.1 Signed-off-by: Joachim Nilsson --- ChangeLog.md | 17 ++++++++++++++++- configure.ac | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index c3e3814..d897b21 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,20 @@ Change Log All relevant changes to the project are documented in this file. +[v2.0.1][] - 2019-11-25 +----------------------- + +Minor bug fix release. + +### Changes +- Make logger tool and man page optional in build, by Lars Wendler +- Expand resulting directories in configure summary + +### Fixes +- Add missing `-k` and `-T` command line flags to `getopt()` +- Issue #3: Don't guess PID file location, use configre's `$runstatedir` + + [v2.0][] - 2019-11-15 --------------------- @@ -203,7 +217,8 @@ 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.0...HEAD +[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.0.1...HEAD +[v2.0.1]: https://github.com/troglobit/sysklogd/compare/v2.0...v2.0.1 [v2.0]: https://github.com/troglobit/sysklogd/compare/v1.6...v2.0 [v1.6]: https://github.com/troglobit/sysklogd/compare/v1.5...v1.6 [v1.5.1]: https://github.com/troglobit/sysklogd/compare/v1.5...v1.5.1 diff --git a/configure.ac b/configure.ac index f3b0f48..4374f5f 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -AC_INIT([sysklogd], [2.0], [https://github.com/troglobit/sysklogd/issues],, +AC_INIT([sysklogd], [2.0.1], [https://github.com/troglobit/sysklogd/issues],, [https://github.com/troglobit/sysklogd]) AM_INIT_AUTOMAKE([1.11 foreign subdir-objects]) LT_INIT([pic-only])