Release history for sgopherd

v18.08  2018-08-25
  [Fixed]
  - Globs defined in .IGNORE files did not reliably hide all files.
  - The manpage's example of an index file contained invalid syntax.
  - Empty .HEADER files will no longer produce a spurious empty info
    line.
  - The "-l" flag to enable logging of remote hosts was broken.

  [Added]
  - A test suite has been added.

v18.06  2018-06-24
  - This is a maintenance release, due to the project moving away from
    GitHub. No code changes.

v18.05  2018-05-20
  [Changed]
  - Logging of remote addresses is now disabled by default. If needed,
    can be enabled again with "-l".

v17.10  2017-10-07
  [Fixed]
  - Logging of remote addresses has been fixed.

  [Added]
  - Compatibility with OpenBSD 6.1.

v17.09  2017-09-09
  [LICENSING]
  - The project has been relicensed under the MIT license (more
    precisely called "Expat License", but everyone calls it "MIT
    license" these days).

  [Changed]
  - When using systemd, we now expect it to set the environment variable
    $REMOTE_ADDR, which happens since systemd 220. The systemd-specific
    wrapper script has been removed.

v17.02  2017-02-12
  [Fixed]
  - .IGNORE files work again. They used to internally set $GLOBIGNORE,
    which appears to have changed its behaviour. We now manually test
    patterns listed in .IGNORE files.

v16.08 and earlier
  - Sorry, the CHANGES file did not exist back then. Please refer to the
    git history.
