From 06d9afaa8740e37c23736d0d70eec8ca537aff60 Mon Sep 17 00:00:00 2001 From: Jesse Smith Date: Sun, 11 Aug 2019 22:14:38 -0300 Subject: [PATCH] Updated changelog. --- doc/Changelog | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index a470527..4a0829f 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,4 +1,4 @@ -sysvinit (2.96) released; urgency=low +sysvinit (2.96) unreleased; urgency=low [ Jesse Smith ] @@ -8,6 +8,19 @@ sysvinit (2.96) released; urgency=low list. Closes Savannah bug #56534 + * Reformatted init code to make if/while logic more clear. + + * Cleaned up some output from readbootlog. + + * Added -e flg to bootlogd. When -e is used, data saved + to the boot log file does not have escape characters + removed. This means colour and cursor movement codes + stay in the log file. The may then look nicer when + read with "less -R', but may appear cluttered or + out of alignment when viewed with other, plain-text tools. + When -e is not used, escape characters are removed/filtered. + Closes Debian bug #672361. + sysvinit (2.95) released; urgency=low