Commits


tag 1.7.3 bump version number


keep the openssl key generation example under 80 columns


gmid.1: some spelling, grammar and crosslinks


gmid.1: provide certificate generation example


gmid.1: document logging


use \e instead of \\ as a mean to escape \ Just read in a mail from Ingo to tech@ > Using \\ outside macro definitions (i.e., outside the bodies of roff(7) > .de and similar requests) is almost always wrong even in low-level roff > code, and \\ must never be used in manual pages.


tag v1.7.1 This version includes two bugfixes: - use ${MAKE} to recursively call make - fix the misleading example in the man page: macros name may not be reserved words Both bugs found and fixed by Anna “CyberTailor”, thanks!


align


fix misleading example in man page > Macros names may not be reserved words


tag v1.7


sync macro usage and mention the `include' keyword


`param' is forbidden inside `location's too and while there sort the list of disallowed rules.


misc improvements to the manual


change (again) the env/param separator: use '=' Given that env/param are new features of this release, no support for the "old" syntax is needed.


add => in env/param and `port' between hostname and port for fastcgi In the same spite of the last commit, add the missing separators between strings to avoid the auto-concat pitfalls. `=>' is used to separate between `env' and `param' arguments, while for `fastcgi' the keyword `port' is required between the hostname/ip address and the port (if provided). Since `env', `param' and `fastcgi' are all new stuff, there's no need to keep compatibility.