Skip to content

Commit c8b5c2c

Browse files
committed
Changelog entry for 3.07
- Legacy-Id: 2574
1 parent a55c697 commit c8b5c2c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ ietfdb (3.07)
4444

4545
PYTHONPATH=$PWD ietf/manage.py migrate
4646

47+
# Add the static/doc location as statically served files to the apache
48+
# configuration. Fix line 6 in etc/apache2/vhoosts.d/ietf-datatracker.common
49+
# to read:
50+
# <LocationMatch "^/(?!(cgi-bin|css|documents|error|idst|images|js|media|doc|private)/|robots.txt).*$">
51+
# (i.e., add '|doc' to the exception list).
52+
4753
# Then carry on with the usual actions:
4854

4955
cd ../
@@ -63,7 +69,7 @@ ietfdb (3.07)
6369
2. Add the liaisons in the IETF assigned and named on the IAB list of
6470
liaisons.
6571

66-
-- Henrik Levkowetz <henrik@levkowetz.com> 22 Oct 2010 13:59:04 +0200
72+
-- Henrik Levkowetz <henrik@levkowetz.com> 26 Oct 2010 16:11:24 +0200
6773

6874
ietfdb (3.06)
6975

0 commit comments

Comments
 (0)