Update ChangeLog and bump version for v2.0 release

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2019-11-15 11:15:23 +01:00
parent c2061b8f53
commit b22e1339c9
2 changed files with 5 additions and 4 deletions

View File

@ -4,8 +4,8 @@ Change Log
All relevant changes to the project are documented in this file. 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 This release represents a major refresh of the sysklogd project. The
venerable syslogd gets an infusion of new blood from NetBSD and FreeBSD 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 - 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.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.1]: https://github.com/troglobit/sysklogd/compare/v1.5...v1.5.1
[v1.5]: https://github.com/troglobit/sysklogd/compare/v1.4...v1.5 [v1.5]: https://github.com/troglobit/sysklogd/compare/v1.4...v1.5

View File

@ -16,7 +16,7 @@
# with this program; if not, write to the Free Software Foundation, Inc., # with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # 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]) [https://github.com/troglobit/sysklogd])
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects]) AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])
LT_INIT([pic-only]) LT_INIT([pic-only])