diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-08-17 12:41:26 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-08-17 12:41:26 +0000 |
commit | 696614c16dc188fe65722ba39dacd7ea867385bb (patch) | |
tree | 8488241fa16076bf45a1c61fa367cc8a20d178c2 /UPDATING | |
parent | 3190699a5ed4f827101c4a93f4c5a98f41780d1b (diff) | |
download | ports-696614c16dc188fe65722ba39dacd7ea867385bb.tar.gz ports-696614c16dc188fe65722ba39dacd7ea867385bb.zip |
- Bump PORTREVISION for all previous changes
- Allow access to /home if mod_userdir is loaded
- We don't need apache2libs.sh if apr is installed from ports.
- Add recent changes to UPGRADING
Notes
Notes:
svn path=/head/; revision=116513
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20040817: + AFFECTS: users of www/apache2 + AUTHOR: clement@FreeBSD.org + + Summary of recent changes: + - Access to filesystem is denied by default. + - mod_proxy* are no longer built by default + - Now ${PREFIX}/etc/apache2/Includes/*.conf can be used to store + local configuration or sample configurations. + - Makefile.modules.3rd contains modules selection for apache 2.x and 1.3.x + 20040815: AFFECTS: users of net/openldap22{,-sasl}-server AUTHOR: eik@FreeBSD.org |