From d7e45d30291c62be29f1ca3d20b5475928f49f45 Mon Sep 17 00:00:00 2001 From: Santiago Vila Date: Fri, 3 May 2024 18:04:00 +0200 Subject: [PATCH] Add a NEWS.Debian entry for the above. --- debian/NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 debian/NEWS diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..285c231 --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,9 @@ +base-files (13.2) unstable; urgency=medium + + By default, snippets for Bourne and Bourne-compatible shells (*.sh) + in /etc/profile.d will only be sourced by /etc/profile if they + conform to a sensible regexp including only some ASCII characters, + as it already happens with cron entries and the like. Previously, + the behaviour was not really well defined. + + -- Santiago Vila Fri, 03 May 2024 18:04:00 +0200