Skip to content

Commit

Permalink
[jan] Use access rules compatible with both Apache 2.2 and 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jan 13, 2016
1 parent 8d92ed8 commit 5809698
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 6 additions & 1 deletion config/.htaccess
@@ -1 +1,6 @@
Deny from all
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
1 change: 1 addition & 0 deletions docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
v1.1.4-git
----------

[jan] Use access rules compatible with both Apache 2.2 and 2.4.
[mjr] Fix tag links when tags contain URL special characters.


Expand Down
7 changes: 6 additions & 1 deletion locale/.htaccess
@@ -1 +1,6 @@
Deny from all
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
2 changes: 2 additions & 0 deletions package.xml
Expand Up @@ -33,6 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [jan] Use access rules compatible with both Apache 2.2 and 2.4.
* [mjr] Fix tag links when tags contain URL special characters.
</notes>
<contents>
Expand Down Expand Up @@ -736,6 +737,7 @@
<date>2015-10-20</date>
<license uri="http://www.horde.org/licenses/bsd">BSD-2-Clause</license>
<notes>
* [jan] Use access rules compatible with both Apache 2.2 and 2.4.
* [mjr] Fix tag links when tags contain URL special characters.
</notes>
</release>
Expand Down

0 comments on commit 5809698

Please sign in to comment.