Add a NEWS.Debian entry for shibboleth2.xml updates
[shibboleth/sp.git] / debian / changelog
1 shibboleth-sp2 (2.2.1+dfsg-2) unstable; urgency=low
2
3   * Change the libapache2-mod-shib2 section to httpd, matching override.
4   * Add a NEWS.Debian entry for libapache2-mod-shib2 that explains the
5     recommended configuration update for the 2.2 version.  Thanks, Scott
6     Cantor and Kristof BAJNOK.
7
8  -- Russ Allbery <rra@debian.org>  Wed, 09 Sep 2009 12:15:08 -0700
9
10 shibboleth-sp2 (2.2.1+dfsg-1) unstable; urgency=high
11
12   * New upstream release.
13     - SECURITY: Fix improper handling of certificate names containing nul
14       characters.
15     - SECURITY: Correctly validate the use attribute of KeyDescriptors,
16       preventing use of a key for signing or for encryption if its use
17       field says it may not be used for that purpose.
18     - New shib-metagen script for generating Shibboleth SP metadata.
19     - Support preserving form data across user authentication.
20     - Support internal server redirection while maintaining protection.
21     - Fix incompatibility between lazy sessions and servlet containers.
22     - Fix some problems with dynamic metadata resolution.
23     - Fix incompatibility with mod_include.
24     - Fix single logout via SOAP.
25     - Fix shibd crash with invalid metadata.
26     - Fix crash in chaining attribute resolver.
27     - Avoid infinite loop on empty attribute mapped to REMOTE_USER.
28     - Fix handling of some Unicode data in relaystate data in URLs.
29     - Correctly return Success to LogoutRequest where appropriate.
30     - Avoid chunked encoding in back-channel calls.
31     - Correctly check Recipient values in assertions.
32     - Fix attributePrefix handling in some contexts.
33     - Fix generated metadata DiscoveryResponse.
34     - Fix handling of unsigned responses with encryption.
35     - Fix handling of InProcess property.
36   * Rename library package for upstream SONAME bump.
37   * Tighten build dependencies and schema package dependencies on
38     opensaml2 and xmltooling.
39   * Build against Xerces-C 3.0.
40   * Dynamically determine the Debian and upstream package versions for
41     get-orig-source from debian/changelog.
42   * Update libapache2-mod-shib2's README.Debian for changes to the
43     TestShib web pages.
44   * Use the automatically-extracted package version as the version number
45     for the man pages.
46   * Update standards version to 3.8.3.
47     - Create /var/run/shibboleth in the init script if it doesn't exist.
48     - Don't ship /var/run/shibboleth in the package.
49     - Remove /var/run/shibboleth in postrm if it exists.
50
51  -- Russ Allbery <rra@debian.org>  Mon, 07 Sep 2009 16:14:29 -0700
52
53 shibboleth-sp2 (2.1.dfsg1-2) unstable; urgency=low
54
55   * Redo the variable quoting in doxygen.m4 so that configure can be
56     rebuilt with Autoconf 2.63.  (Closes: #518039)
57
58  -- Russ Allbery <rra@debian.org>  Tue, 03 Mar 2009 15:03:10 -0800
59
60 shibboleth-sp2 (2.1.dfsg1-1) unstable; urgency=low
61
62   [ Russ Allbery ]
63   * New upstream version.
64     - New memory cache storage backend.
65     - Schema validation is now optional.
66     - Many bug fixes.
67   * Bump SONAME of libshibsp following upstream's versioning.
68   * Build-depend on libsaml2-dev >= 2.1 following the upstream spec file
69     and libxmltooling-dev 1.1 just in case (required by OpenSAML 2.1).
70   * Fix the name of the tarball created by get-orig-source.
71   * Logcheck rules.
72   * Tighten the dependency versioning; the 2.1 SP library requires the
73     2.1 schemas from the Shibboleth SP and OpenSAML and the 1.1 schemas
74     from XMLTooling.
75   * Remove duplicate Section field for libapache2-mod-shib2.
76
77   [ Ferenc Wagner ]
78   * Follow the libshibsp1->2 package rename in the dh_makeshlibs invocation.
79   * Remove the Shibboleth minor version number from README.Debian.
80   * Comment out the reference to WS-Trust.xsd from the catalog.xml file in
81     shibboleth-sp2-schemas and document how to enable it again.
82
83  -- Russ Allbery <rra@debian.org>  Fri, 27 Feb 2009 20:54:51 -0800
84
85 shibboleth-sp2 (2.0.dfsg1-4) unstable; urgency=low
86
87   [ Ferenc Wagner ]
88   * Rename debian/shib.load to debian/shib2.load to avoid clashing with the
89     libapache2-mod-shib package.  Otherwise its Apache config file breaks our
90     module.
91   * Add directory /var/log/shibboleth to libapache2-mod-shib2 (thanks to Peter
92     Schober for noticing)
93
94   [ Russ Allbery ]
95   * Add a postinst to disable the old configuration on upgrade and enable
96     the module if it had been enabled under the old configuration name.
97   * Wait for shibd to exit on stop or restart.  This fixes a bug in
98     restart that could lead to no new shibd being started because the old
99     one had not yet exited.
100   * Fix a syntax error in the shibd man page.
101
102  -- Russ Allbery <rra@debian.org>  Tue, 14 Oct 2008 21:47:36 -0700
103
104 shibboleth-sp2 (2.0.dfsg1-3) unstable; urgency=low
105
106   [ Ferenc Wagner ]
107   * Avoid brace expansion in debian/rules, dash does not like it.
108     (Closes: #493408)
109
110   [ Russ Allbery ]
111   * Add logcheck rules to ignore some of the routine messages from the
112     Apache module.  This only covers startup and teardown; more will
113     need to be added.
114   * Fix watch file for new upstream tarball naming.
115
116  -- Russ Allbery <rra@debian.org>  Tue, 19 Aug 2008 19:04:35 -0700
117
118 shibboleth-sp2 (2.0.dfsg1-2) unstable; urgency=low
119
120   * Apply upstream fix for variable sizes in the ODBC code.  Fixes a
121     FTBFS on 64-bit platforms.  (Closes: #492101)
122
123  -- Russ Allbery <rra@debian.org>  Thu, 24 Jul 2008 08:44:50 -0700
124
125 shibboleth-sp2 (2.0.dfsg1-1) unstable; urgency=low
126
127   [ Ferenc Wágner ]
128   * Initial release (Closes: #480290)
129
130  -- Russ Allbery <rra@debian.org>  Wed, 25 Jun 2008 20:06:10 -0700
131