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 d9d5805 commit 2ba9a19
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 4 deletions.
7 changes: 6 additions & 1 deletion bin/.htaccess
@@ -1 +1,6 @@
Deny from all
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
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 @@
v4.2.7-git
----------

[jan] Use access rules compatible with both Apache 2.2 and 2.4.
[mjr] Fix possible fatal error due to tasks created with an alarm but no due
date (Bug #14214).
[mjr] Fix storage of parent field when using Kolab driver (Bug #14197,
Expand Down
7 changes: 6 additions & 1 deletion lib/.htaccess
@@ -1 +1,6 @@
Deny from all
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>
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/gpl">GPL-2.0</license>
<notes>
* [jan] Use access rules compatible with both Apache 2.2 and 2.4.
* [mjr] Fix possible fatal error due to tasks created with an alarm but no due date (Bug #14214).
* [mjr] Fix storage of parent field when using Kolab driver (Bug #14197, mike.gabriel@das-netzwerkteam.de).
* [mjr] Fix switching tab/filters when using Kolab driver (Bug #14196, mike.gabriel@das-netzwerkteam.de).
Expand Down Expand Up @@ -1678,6 +1679,7 @@
<date>2015-10-20</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
* [jan] Use access rules compatible with both Apache 2.2 and 2.4.
* [mjr] Fix possible fatal error due to tasks created with an alarm but no due date (Bug #14214).
* [mjr] Fix storage of parent field when using Kolab driver (Bug #14197, mike.gabriel@das-netzwerkteam.de).
* [mjr] Fix switching tab/filters when using Kolab driver (Bug #14196, mike.gabriel@das-netzwerkteam.de).
Expand Down

0 comments on commit 2ba9a19

Please sign in to comment.