Log changes related to transparent shebang support and polyglot scripting now available for all contexts (persistent or generated code destined for local or remote hosts)

This commit is contained in:
Tabulo 2023-04-15 01:53:02 +02:00
commit 83cac366bb

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)