Skip to content

Releases: etingof/apacheconfig

Release 0.2.1

18 Jul 07:57
Compare
Choose a tag to compare

This is a maintenance release fixing missing ply dependency.

Release 0.2.0

14 Jul 09:44
Compare
Choose a tag to compare
  • Added dump() and dumps() methods to render Apache configuration back from the dict
  • The noescape option implemented
  • Allow empty value syntax in the option-value pair e.g. option:
  • Fixed a bug causing malformed AST when a comment resides in-between duplicate keys

Release 0.1.3

22 May 06:47
Compare
Choose a tag to compare

This is a minor maintenance release. Full list of changes can be seen in the CHANGES file.

Release 0.1.2

12 Apr 07:52
Compare
Choose a tag to compare

Adds more options to the apacheconfigtool: --configpath, --flagbits and --defaultconfig

Release 0.1.1

11 Apr 22:04
Compare
Choose a tag to compare

This is a bug fix release relative to 0.1.1. It covers many minor bugs uncovered while parsing field samples.

Almost feature parity release

10 Apr 22:28
Compare
Choose a tag to compare

Release highlights:

  • Reached feature-parity with Config::General except for the expression support
  • Command-line apacheconfigtool implemented

Initial public release

18 Mar 21:31
Compare
Choose a tag to compare

The basic Apache config file parsing into Python objects functionality is in place.