From 29c2655c091ea1f9e67629a2665ea5e0609ae90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Fri, 30 Nov 2018 10:51:40 +0100 Subject: [PATCH 1/5] Import changelog from 1.9 --- changelog | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index e99bb23b6..d3b6cc7ca 100644 --- a/changelog +++ b/changelog @@ -111,8 +111,6 @@ lemonldap-ng (2.0.0) artful; urgency=medium * #1546: Configuration comparator does not work * #1550: Error when enables "SSL, Custom " Auth modules with Choice - -- Clément Wed, 28 Nov 2018 14:42:56 +0100 - lemonldap-ng (2.0.0~beta1) testing; urgency=low lemonldap-ng (2.0.0~alpha3) testing; urgency=low @@ -121,6 +119,45 @@ lemonldap-ng (2.0.0~alpha2) testing; urgency=low lemonldap-ng (2.0.0~alpha1) testing; urgency=low +lemonldap-ng (1.9.18) stable; urgency=high + + * #1479: App Category order - Cannot save + * #1476: Unescaped left brace generates a warning with Perl-5.28 + * #1474: OAuth2 token_type is case insensitive + * #1514: Aliases not respecting redirect settings + * #1494: Manage applications with the lemonldap-ng-cli + * #1470: Warning when using CLI to set value which does not exists before + * #1469: SMTP timeout breaks Manager configuration save + +lemonldap-ng (1.9.17) stable; urgency=high + + * #1416: Attribute encoding in CAS responses + * #1426: Error with mod_auth_openidc when kid is set in JWKS + * #1423: "samlServicePrivateKeySig: Bad PEM encoding" on manager when + saving config with some valid certificates + * #1415: Improve test pages + * #1413: Possibility to add conditions to display Choice tabs + * #1407: Remote MYSQL - mysql_enable_utf8 not applied? + * #1403: Parameter to ignore some tests during saving + +lemonldap-ng (1.9.16) stable; urgency=high + + * #1390: Choice module allows XSS attack + * #1389: Kerberos ticket revalidated in Multi mode + * #1382: Kerberos - Username / Session uncorrectly set + * #1378: lemonldap-ng-doc unable to install on Debian 7 + * #1372: Action "update-cache" in lemonldap-ng-cli does not work + * #1371: incompatibility between 1.4 portal and 1.9/2.0 handler : _utime + not defined + * #1368: Impossible to configure IssuerDB Get Parameters with RDBI backend + * #1366: Problem with kerberos and ajax and ldap ... + * #1363: Bad equality operator in Handler::Main::Jail + * #1362: Allow CAS 3.0 endpoints (/p3/serviceValidate and + /p3/proxyValidate) + * #1360: Using "force" and "cfgNum" with lemonldap-ng-cli does not work + * #1063: lemonldap-ng-fastcgi-server has a hard dependency on nginx + * #1253: Default values not saved by Manager (complex nodes) + lemonldap-ng (1.9.15) stable; urgency=high * #1358: Encoding issues with LDAP configuration backend From d9bdab23e08f5cc5c2a380d195f3e5115e44d837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Fri, 30 Nov 2018 11:01:22 +0100 Subject: [PATCH 2/5] Update changelog for Deb and RPM --- debian/changelog | 21 +++++++++++++++++++++ rpm/lemonldap-ng.spec | 9 +++++++++ 2 files changed, 30 insertions(+) diff --git a/debian/changelog b/debian/changelog index c5a2984e4..57aa1e2c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,13 @@ lemonldap-ng (2.0.0) unstable; urgency=medium -- Clement OUDOT Fri, 30 Nov 2018 12:00:00 +0100 +lemonldap-ng (1.9.18-1) unstable; urgency=medium + + * New release. See changes on our website: + https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng + + -- Clement OUDOT Fri, 05 Oct 2018 12:00:00 +0100 + lemonldap-ng (2.0.0~beta1-1) unstable; urgency=medium * Beta release. See changes on our website: @@ -12,6 +19,20 @@ lemonldap-ng (2.0.0~beta1-1) unstable; urgency=medium -- Clement OUDOT Fri, 20 Jul 2018 12:00:00 +0100 +lemonldap-ng (1.9.17-1) unstable; urgency=medium + + * New release. See changes on our website: + https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng + + -- Clement OUDOT Fri, 15 Jun 2018 12:00:00 +0100 + +lemonldap-ng (1.9.16-1) unstable; urgency=medium + + * New release. See changes on our website: + https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng + + -- Clement OUDOT Fri, 16 Mar 2018 12:00:00 +0100 + lemonldap-ng (2.0.0~alpha3-1) unstable; urgency=medium * Alpha release. See changes on our website: diff --git a/rpm/lemonldap-ng.spec b/rpm/lemonldap-ng.spec index a241d7110..4cf420a47 100644 --- a/rpm/lemonldap-ng.spec +++ b/rpm/lemonldap-ng.spec @@ -652,9 +652,18 @@ fi * Fri Nov 30 2018 Clement Oudot - 2.0.0-1 - Update to 2.0.0 +* Fri Oct 05 2018 Clement Oudot - 1.9.18-1 +- Update to 1.9.18 + * Fri Jul 20 2018 Clement Oudot - 2.0.0~beta1-1 - First beta version for 2.0.0 +* Fri Jun 17 2018 Clement Oudot - 1.9.17-1 +- Update to 1.9.17 + +* Fri Mar 16 2018 Clement Oudot - 1.9.16-1 +- Update to 1.9.16 + * Fri Jan 26 2018 Clement Oudot - 2.0.0~alpha3-1 - Third alpha version for 2.0.0 From d596c2b4f85e968c59c2403c6219d8efccf4c412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Fri, 30 Nov 2018 11:02:38 +0100 Subject: [PATCH 3/5] No more Doxyfile --- RELEASE | 1 - 1 file changed, 1 deletion(-) diff --git a/RELEASE b/RELEASE index 1209b3de5..628c467ab 100644 --- a/RELEASE +++ b/RELEASE @@ -8,7 +8,6 @@ The version * changelog (add a changelog from GitLab for the target version) * Main modules (Common.pm/Handler.pm/Portal.pm/Manager.pm) * Makefile.PL for cross-dependencies -* Doxyfile - Then update packages information with: $ make clean && make cpan From 353dc1df7c259dccdb9fcc1f3e3caa4f0d7ea446 Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Fri, 30 Nov 2018 11:17:25 +0100 Subject: [PATCH 4/5] Fix bogus date in RPM changelog --- rpm/lemonldap-ng.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/lemonldap-ng.spec b/rpm/lemonldap-ng.spec index 4cf420a47..47ee16e82 100644 --- a/rpm/lemonldap-ng.spec +++ b/rpm/lemonldap-ng.spec @@ -658,7 +658,7 @@ fi * Fri Jul 20 2018 Clement Oudot - 2.0.0~beta1-1 - First beta version for 2.0.0 -* Fri Jun 17 2018 Clement Oudot - 1.9.17-1 +* Sun Jun 17 2018 Clement Oudot - 1.9.17-1 - Update to 1.9.17 * Fri Mar 16 2018 Clement Oudot - 1.9.16-1 From 4577303a55e57c14fd04e50e74c7497c02354db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Fri, 30 Nov 2018 11:21:48 +0100 Subject: [PATCH 5/5] Set sub revision in Debian package version --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 57aa1e2c7..49ac3d576 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -lemonldap-ng (2.0.0) unstable; urgency=medium +lemonldap-ng (2.0.0-1) unstable; urgency=medium * New release. See changes on our website: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng