diff --git a/changelog b/changelog index 580db6717..389ae15aa 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,21 @@ +lemonldap-ng (2.0.11) focal; urgency=medium + + * Bugs: + * #2445: lmAuth param sent to protected application + * #2446: Incorrect MIME type on /psgi.js + * #2448: Adaptative Authentication rule triggered several times + * #2449: SAML SLO using Redirect/POST binding does not work with multiple SP + + * New features: + * #1987: add grant_type=client_credentials in OIDC + + * Improvements: + * #2397: OAuth2 handler should make client_id and scopes of the access token available to rules and headers + * #2436: CheckUser displays headers as they have been defined in conf intead of how they are sent + * #2444: set oidcServiceKeyIdSig by default + + -- Clément Sat, 30 Jan 2021 18:33:37 +0100 + lemonldap-ng (2.0.10) stable; urgency=medium * Bugs: diff --git a/scripts/generate-changelog.pl b/scripts/generate-changelog.pl index 0f10252d1..4b6030edd 100755 --- a/scripts/generate-changelog.pl +++ b/scripts/generate-changelog.pl @@ -12,7 +12,7 @@ use LWP::UserAgent; use JSON; -my $milestone = '2.0.10'; +my $milestone = '2.0.11'; my @cat = ( 'Bug', 'New feature', 'Improvement', 'Template', 'WebServer Conf' ); open F, "$ENV{HOME}/.ow2-token" or die "Unable to get OW2 token ($!)";