Update ChangeLog and bump version for v2.1 release

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2020-01-05 13:30:14 +01:00
parent f33acb2521
commit 43eee3d405
2 changed files with 6 additions and 5 deletions

View File

@ -4,14 +4,14 @@ 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.1][UNRELEASED] [v2.1][] - 2020-01-05
------------------ ---------------------
Relicensed under the 3-clause BSD license. Relicensed under the 3-clause BSD license.
### Changes ### Changes
- `klogd` removed, replaced by native `syslogd` functionality - `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. pages, both under the 3-clause BSD license.
- With `klogd` removed and the original man pages replaced with FreeBSD - With `klogd` removed and the original man pages replaced with FreeBSD
versions, the only remaining GPL'ed material was the build system, 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 - 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.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.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 [v2.0.1]: https://github.com/troglobit/sysklogd/compare/v2.0...v2.0.1

View File

@ -25,7 +25,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE. # 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]) [https://github.com/troglobit/sysklogd])
AC_CONFIG_AUX_DIR(aux) AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects]) AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])