Skip to content

Release v1.2.5

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 22:15
· 47 commits to master since this release
1.2.5
ec57bbe

1.2.5 (2022-10-18)

Fixes

  • Refactor GetServer to be compatible with older python pre-3.7. [Stephen L Arnold]

    • make log/pid file names a user-settable environment var (default: httpd)
    • update pip install URLs and docstrings, update readme/tox files

Changes

  • Try combining python version coverage in current workflow. [Stephen L Arnold]

    • split coverage in tox file from testenv

Other

  • Merge pull request #15 from sarnold/test-dirs. [Steve Arnold]

    handle nonexistent DOCROOT in serv_init, update readme

  • Merge pull request #14 from sarnold/older-than-37. [Steve Arnold]

    Older than py37