From: Michael Orlitzky Date: Wed, 28 Mar 2018 03:50:41 +0000 (-0400) Subject: Drop the "--no-exec-mask" flag and function parameters. X-Git-Tag: v0.4.0~6 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=5fa76c4883985b89802574ec7f47ccc186eb2201;hp=5fa76c4883985b89802574ec7f47ccc186eb2201;p=apply-default-acl.git Drop the "--no-exec-mask" flag and function parameters. Nobody needs the "--no-exec-mask" flag, and it's uglying up the library's API. Sayonara: * Update the man page: * Remove all mentions of the flag. * Update the algorithm description. * Reword the general description. * Remove all --no-exec-mask tests. * Bump the program version in configure.ac. * Make apply_default_acl() work as if no_exec_mask == false. * Remove all no_exec_mask function parameters. * Bump the soname major version in src/Makefile.am. ---