Changelog
Source:NEWS.md
rsyslog 1.0.3
CRAN release: 2023-05-08
- Fixes compiler warnings on CRAN surfaced by
-Wstrict-prototypes. - Fixes URL warnings on CRAN due to redirects.
rsyslog 1.0.2
CRAN release: 2021-06-04
- Removes the
LazyDatafield from theDESCRIPTIONfile, which was generating a NOTE in CRAN’s automated checking.
rsyslog 1.0.1
CRAN release: 2018-07-03
- Fixes an issue where compilation would fail on some POSIX platforms that do not support the
LOG_PERRORoption (notably Solaris). Callingopen_syslog(echo = TRUE)on those platforms will now issue a warning.
rsyslog 1.0.0
CRAN release: 2018-07-02
- Initial public release. Allows R users to write messages to the ‘syslog’ system logger API, available on all ‘POSIX’-compatible operating systems.
- Features include tagging messages with a priority level and application type, as well as masking (hiding) messages below a given priority level.