Add a NEWS.Debian entry for shibboleth2.xml updates
[shibboleth/sp.git] / debian / libapache2-mod-shib2.NEWS
1 shibboleth-sp2 (2.2.1+dfsg-2) unstable; urgency=low
2
3   There are several changes to the configuration syntax and defaults in
4   Shibboleth 2.2, one of which produce deprecation warnings on startup
5   until /etc/shibboleth/shibboleth2.xml is updated.
6
7   The most significant change is that <Rule> tags in the <Policy> element
8   should be changed to <PolicyRule> and a new policy rule added:
9
10       <PolicyRule type="Conditions">
11           <PolicyRule type="Audience"/>
12           <!-- Enable Delegation rule to permit delegated access. -->
13           <!-- <PolicyRule type="Delegation"/> -->
14       </PolicyRule>
15
16   See:
17
18   https://spaces.internet2.edu/display/SHIB2/NativeSPConfigurationChanges
19
20   for all the details and further explanation.
21
22  -- Russ Allbery <rra@debian.org>  Tue, 15 Sep 2009 20:44:26 -0700
23
24 shibboleth-sp2 (2.0.dfsg1-4) unstable; urgency=low
25
26   With this release, the Apache module configuration fragments in
27   /etc/apache2/mods-available have been renamed to shib2.* from shib.* to
28   avoid conflicts with libapache2-mod-shib.  If you had any customizations
29   in /etc/apache2/mods-available/shib.load, you will need to move them to
30   /etc/apache2/mods-available/shib2.load.
31
32  -- Russ Allbery <rra@debian.org>  Tue, 14 Oct 2008 20:52:20 -0700
33