From b22e1339c9ae46a0e76978d37ce5d89d10defbe7 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Fri, 15 Nov 2019 11:15:23 +0100 Subject: [PATCH] Update ChangeLog and bump version for v2.0 release Signed-off-by: Joachim Nilsson --- ChangeLog.md | 7 ++++--- configure.ac | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index e645dbc..c3e3814 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,8 +4,8 @@ Change Log All relevant changes to the project are documented in this file. -[v2.0][UNRELEASED] ------------------- +[v2.0][] - 2019-11-15 +--------------------- This release represents a major refresh of the sysklogd project. The venerable syslogd gets an infusion of new blood from NetBSD and FreeBSD @@ -203,7 +203,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/v1.6...HEAD +[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.0...HEAD +[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 [v1.5]: https://github.com/troglobit/sysklogd/compare/v1.4...v1.5 diff --git a/configure.ac b/configure.ac index dd1d685..37c0bd4 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-rc2], [https://github.com/troglobit/sysklogd/issues],, +AC_INIT([sysklogd], [2.0], [https://github.com/troglobit/sysklogd/issues],, [https://github.com/troglobit/sysklogd]) AM_INIT_AUTOMAKE([1.11 foreign subdir-objects]) LT_INIT([pic-only])