summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Santiago Vila <[email protected]>2024-05-03 18:04:00 +0200
committerLibravatar Santiago Vila <[email protected]>2024-05-03 19:38:23 +0200
commitd7e45d30291c62be29f1ca3d20b5475928f49f45 (patch)
tree96c6462c2474a5fa203a50bb8f33b8e20bacf778
parent3a39bf940daa1ec435abb37b60ce2c3669bf2496 (diff)
downloadbase-files-d7e45d30291c62be29f1ca3d20b5475928f49f45.tar.gz
base-files-d7e45d30291c62be29f1ca3d20b5475928f49f45.zip
Add a NEWS.Debian entry for the above.
Diffstat (limited to '')
-rw-r--r--debian/NEWS9
1 files changed, 9 insertions, 0 deletions
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 <[email protected]> Fri, 03 May 2024 18:04:00 +0200