[documentation] whereto 0.4.0
We are gleeful to announce the release of: whereto 0.4.0: Test Apache redirect rules. The source is available from: http://git.openstack.org/cgit/openstack/whereto Download the package from: https://tarballs.openstack.org/whereto/ Please report issues through launchpad: http://bugs.launchpad.net/whereto For more details, please see below. 0.4.0 ^^^^^ New Features ************ * whereto now uses the PCRE library - the same regex library used by mod_alias - for compiling regular expressions. Bug Fixes ********* * Literal '$' characters are now handled correctly when they appear in substitution strings for RedirectMatch directives. Changes in whereto 0.3.0..0.4.0 ------------------------------- f40e5d9 switch to openstackdocstheme 797cb67 Use PCRE instead of Python's re for RedirectMatch tests 006ffc0 Detect group matches in replacements more robustly Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 6 ++-- bindep.txt | 3 ++ .../notes/group-subst-16dce373ccd24118.yaml | 3 ++ releasenotes/notes/pcre-9c6e76b391620545.yaml | 4 +++ requirements.txt | 1 + test-requirements.txt | 1 + tox.ini | 4 +++ whereto/rules.py | 11 ++++-- 10 files changed, 76 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1d18dd3..ae2f7e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,0 +6 @@ pbr>=2.0 # Apache-2.0 +python-pcre diff --git a/test-requirements.txt b/test-requirements.txt index f5aaf0d..8efb4e5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17,0 +18 @@ sphinxcontrib.autoprogram +openstackdocstheme>=1.17.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org