Hi, I got the attached patch in #781467. On reviewing it, I got a feeling that one of the sentences might be too long/complex - at least I have difficulties reading it out loud without losing my breath. The sentence is:
""" When installed, it will check after each APT upgrade session for any services running on the system that require a restart to take advantage of the changes in the upgraded packages and offers to perform that restart. """ (Please see the patch for the context, if needed.) Assuming you agree with my assertion, I was hoping you could help me reword it while preserving the points. My attempt got me to: """ When installed, it will check after each APT upgrade session for any services running on the system that require a restart to take advantage of the changes in the upgraded packages. It also offers to perform restarts of the affected services. """ But I am still a bit concerned about the length of the first part. Thanks, ~Niels
diff --git a/en/whats-new.dbk b/en/whats-new.dbk index 39f6801..95393d3 100644 --- a/en/whats-new.dbk +++ b/en/whats-new.dbk @@ -480,6 +480,15 @@ TODO: Need to include stuff from <[email protected]> <systemitem role="package">hardening-wrapper</systemitem> can provide a <systemitem>gcc</systemitem> with these flags enabled. </para> + + <para>New in this release is the + <systemitem role="package">needrestart</systemitem> package. When installed, + it will check after each APT upgrade session for any services running on + the system that require a restart to take advantage of the changes in the + upgraded packages and offers to perform that restart. It's recommended to + install <systemitem role="package">needrestart</systemitem> to ensure that + security updates in libraries are propagated to running services. + </para> </section> <section id="mariadb"> <title>MariaDB next to MySQL</title>

