From 43eee3d405ce600e579c834906076f07feac2034 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Sun, 5 Jan 2020 13:30:14 +0100 Subject: [PATCH] Update ChangeLog and bump version for v2.1 release Signed-off-by: Joachim Nilsson --- ChangeLog.md | 9 +++++---- configure.ac | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 7d5a20c..31882d1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,14 +4,14 @@ Change Log All relevant changes to the project are documented in this file. -[v2.1][UNRELEASED] ------------------- +[v2.1][] - 2020-01-05 +--------------------- Relicensed under the 3-clause BSD license. ### Changes - `klogd` removed, replaced by native `syslogd` functionality -- Import prisitine FreeBSD versions of `syslogd` and `syslog.conf` man +- Import pristine FreeBSD versions of `syslogd` and `syslog.conf` man pages, both under the 3-clause BSD license. - With `klogd` removed and the original man pages replaced with FreeBSD versions, the only remaining GPL'ed material was the build system, @@ -286,7 +286,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.3...HEAD +[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.1...HEAD +[v2.1]: https://github.com/troglobit/sysklogd/compare/v2.0.3...v2.1 [v2.0.3]: https://github.com/troglobit/sysklogd/compare/v2.0.2...v2.0.3 [v2.0.2]: https://github.com/troglobit/sysklogd/compare/v2.0.1...v2.0.2 [v2.0.1]: https://github.com/troglobit/sysklogd/compare/v2.0...v2.0.1 diff --git a/configure.ac b/configure.ac index 6d0259c..58ee1c8 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.1-dev], [https://github.com/troglobit/sysklogd/issues],, +AC_INIT([sysklogd], [2.1], [https://github.com/troglobit/sysklogd/issues],, [https://github.com/troglobit/sysklogd]) AC_CONFIG_AUX_DIR(aux) AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])