Update changelogs and bump version for v2.3.0 release

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2021-11-22 02:21:02 +01:00
parent f3ef9d7514
commit f62b70059e
3 changed files with 10 additions and 6 deletions

View File

@ -4,7 +4,7 @@ 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.3.0][UNRELEASED] [v2.3.0][] - 2021-11-22
----------------------- -----------------------
### Changes ### Changes
@ -14,14 +14,17 @@ All relevant changes to the project are documented in this file.
- Ignore `EINVAL` from kernel, caused warning message at first startup - Ignore `EINVAL` from kernel, caused warning message at first startup
- Use journald socket on systemd systems, not `/dev/log` - Use journald socket on systemd systems, not `/dev/log`
- Issue #38: add support for `syslogd -C file` to use `file` for caching - Issue #38: add support for `syslogd -C file` to use `file` for caching
the last seen kernel sequence number, default: `/run/syslogd.cache` the last seen kernel sequence number, default: `/run/syslogd.cache`.
**Note:** syslogd relies on the location of this file to be wiped at
system boot. The default, `/run`, is a RAM disk on modern systems
### Fixes ### Fixes
- Issue #34: regression in v2.2.3, causing loss of syslogd log messages - Issue #34: regression in v2.2.3, causing loss of syslogd log messages
like `syslogd v2.2.3: restart.` like `syslogd v2.2.3: restart.`
- Issue #35: man pages lists `-v` as verbose mode, is actually version - Issue #35: man pages lists `-v` as verbose mode, is actually version
- Issue #39: update tests to use `-P fn` and `-C fn` - Issue #39: update tests to use `-P fn` and `-C fn`
- Issue #40: improve documentation for syslogd.cache file requirements
- Issue #41: add missing documentation for -H option
- Replace `\m` with `\n` (missing newline) in `logger` usage text - Replace `\m` with `\n` (missing newline) in `logger` usage text
@ -416,7 +419,7 @@ 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.2.3...HEAD [UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.3.0...HEAD
[v2.3.0]: https://github.com/troglobit/sysklogd/compare/v2.2.3...v2.3.0 [v2.3.0]: https://github.com/troglobit/sysklogd/compare/v2.2.3...v2.3.0
[v2.2.3]: https://github.com/troglobit/sysklogd/compare/v2.2.2...v2.2.3 [v2.2.3]: https://github.com/troglobit/sysklogd/compare/v2.2.2...v2.2.3
[v2.2.2]: https://github.com/troglobit/sysklogd/compare/v2.2.1...v2.2.2 [v2.2.2]: https://github.com/troglobit/sysklogd/compare/v2.2.1...v2.2.2

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.3.0-beta1], [https://github.com/troglobit/sysklogd/issues],, aAC_INIT([sysklogd], [2.3.0], [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])

3
debian/changelog vendored
View File

@ -9,11 +9,12 @@ sysklogd (2.3.0) stable; urgency=medium
* Fix regression from v2.2.3, causing loss of syslogd log messages * Fix regression from v2.2.3, causing loss of syslogd log messages
like `syslogd v2.2.3: restart.` like `syslogd v2.2.3: restart.`
* Fix man page, listed `-v` as verbose mode, is actually version * Fix man page, listed `-v` as verbose mode, is actually version
* Fix man page, missing documentation for `-H` option
* Replace `\m` with `\n` (missing newline) in `logger` usage text * Replace `\m` with `\n` (missing newline) in `logger` usage text
* Use systemd KillMode=process * Use systemd KillMode=process
* Let syslogd use another socket when journald is active (systemd systems) * Let syslogd use another socket when journald is active (systemd systems)
-- Joachim Wiberg <troglobit@gmail.com> Thu, 01 Jul 2021 00:12:24 +0200 -- Joachim Wiberg <troglobit@gmail.com> Mon, 22 Nov 2021 02:20:15 +0100
sysklogd (2.2.3) stable; urgency=medium sysklogd (2.2.3) stable; urgency=medium