Prepare for v2.2.2 release

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2021-02-21 16:15:55 +01:00
parent 2db6f712ce
commit 24f0fd36c4
3 changed files with 22 additions and 1 deletions

View File

@ -3,6 +3,23 @@ Change Log
All relevant changes to the project are documented in this file.
[v2.2.2][UNRELEASED]
-----------------------
Bug fix release.
### Changes
- Load and reload timezone, with `tzset()`, on init/SIGHUP
- Logging from remote servers enabled by default in `syslogd.service`
use `/etc/default/syslogd` to disable
- Initial Debian/Ubuntu packaging
### Fixes
- Fix issue with parsing /dev/kmsg time, off by one error
- Fix spelling issues in syslogd and man pages, found by lintian
[v2.2.1][] - 2021-01-30
-----------------------
@ -359,6 +376,7 @@ and a replacement for `syslog.h` to enable new features in RFC5424.
[UNRELEASED]: https://github.com/troglobit/sysklogd/compare/v2.2.1...HEAD
[v2.2.2]: https://github.com/troglobit/sysklogd/compare/v2.2.1...v2.2.2
[v2.2.1]: https://github.com/troglobit/sysklogd/compare/v2.2.0...v2.2.1
[v2.2.0]: https://github.com/troglobit/sysklogd/compare/v2.1.2...v2.2.0
[v2.1.2]: https://github.com/troglobit/sysklogd/compare/v2.1.1...v2.1.2

View File

@ -25,7 +25,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
AC_INIT([sysklogd], [2.2.1], [https://github.com/troglobit/sysklogd/issues],,
AC_INIT([sysklogd], [2.2.2-rc1], [https://github.com/troglobit/sysklogd/issues],,
[https://github.com/troglobit/sysklogd])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])

3
debian/changelog vendored
View File

@ -1,5 +1,8 @@
sysklogd (2.2.2) stable; urgency=low
* Initial release.
* Fix issue with parsing /dev/kmsg time
* Fix spelling issues in syslogd and man pages, found by lintian
* Load and reload timezone, with tzset(), on init/SIGHUP.
-- Joachim Wiberg <troglobit@gmail.com> Sun, 21 Feb 2021 13:43:49 +0100