Log changes related to transparent shebang support which is now available for all contexts : all scripts (including generated code) destined for local or remote hosts

This commit is contained in:
Tabulo 2023-04-15 04:52:33 +02:00
parent ae10ff49dd
commit 1e4475c0f4
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ Changelog
---------
7.0.1:
* Documentation: Add a new page and several mentions for polyglot scripting (Tabulon)
* Core: Automatically set execute permissions on generated scripts containing a shebang (Tabulon)
* Remote: Run executable scripts directly, enabling transparent shebang support (Tabulon)
* Core: Remove double definition of scan parser (Nico Schottelius)
* Type __apt_mark: Narrow down grep for hold packages (marcoduif)
* Type __apt_source: Set required options variable (Mark Verboom)