Update ChangeLog and bump version for v2.4.2 release
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
7bd017be0a
commit
7850591388
15
ChangeLog.md
15
ChangeLog.md
@ -4,6 +4,18 @@ 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.4.2][] - 2022-08-01
|
||||||
|
-----------------------
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- Fix `logger` default severity, use **.notice**, like other logger
|
||||||
|
implementations. Was .info, which is of lesser severity, affecting
|
||||||
|
some use-cases negatively (loss of logs)
|
||||||
|
- Drop extra leading space in log message in libsyslog RFC3164 format,
|
||||||
|
two spaces between `proc[pid]:`, or plain `:`, and the message
|
||||||
|
- Drop trailing space in `logger` messages read from command line
|
||||||
|
|
||||||
|
|
||||||
[v2.4.1][] - 2022-08-01
|
[v2.4.1][] - 2022-08-01
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
@ -494,7 +506,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.4.0...HEAD
|
[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.4.2...HEAD
|
||||||
|
[v2.4.2]: https://github.com/troglobit/sysklogd/compare/v2.4.1...v2.4.2
|
||||||
[v2.4.1]: https://github.com/troglobit/sysklogd/compare/v2.4.0...v2.4.1
|
[v2.4.1]: https://github.com/troglobit/sysklogd/compare/v2.4.0...v2.4.1
|
||||||
[v2.4.0]: https://github.com/troglobit/sysklogd/compare/v2.3.0...v2.4.0
|
[v2.4.0]: https://github.com/troglobit/sysklogd/compare/v2.3.0...v2.4.0
|
||||||
[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
|
||||||
|
@ -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.4.1], [https://github.com/troglobit/sysklogd/issues],,
|
AC_INIT([sysklogd], [2.4.2], [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])
|
||||||
|
Loading…
Reference in New Issue
Block a user