From 7c4d78faf324dab6428dc414ac84ecda1a18e685 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 27 May 2019 18:40:49 +0200 Subject: Manpages: clarify that the tunnel command is run following Perl's `exec` semantics. It is passed to `/bin/sh -c` when it contains shell metacharacters; and split into words and passed to execvp(3) otherwise. https://perldoc.perl.org/functions/exec.html (Since c8fb54897f046a5a3fb4c1d45dc21fd8bcd882e3 the value no longer needs to stard with a forward slash.) --- Changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index a13801a..b9d08a8 100644 --- a/Changelog +++ b/Changelog @@ -29,6 +29,10 @@ interimap (0.5) upstream; BLOB. + interimap: use the 'user_version' SQLite PRAGMA for database schema version. + + interimap, pullimap: in the manpage, clarify that the tunnel command + is run following Perl's `exec` semantics: it is passed to `/bin/sh -c` + when it contains shell metacharacters; and split into words and passed + to execvp(3) otherwise. - libinterimap: bugfix: hierarchy delimiters in LIST responses were returned as an escaped quoted special, like "\\", not as a single character (backslash in this case). -- cgit v1.2.3