Prepare alpha3 release

This commit is contained in:
Clément OUDOT 2018-01-26 10:32:41 +01:00
parent 252ac57692
commit 0b4172f47a
3 changed files with 41 additions and 2 deletions

View File

@ -1,7 +1,27 @@
lemonldap-ng (2.0.0~alpha3) testing; urgency=low
lemonldap-ng (2.0.0~alpha2) testing; urgency=low
lemonldap-ng (2.0.0~alpha1) testing; urgency=low
lemonldap-ng (1.9.15) stable; urgency=high
* #1358: Encoding issues with LDAP configuration backend
* #1357: Wrong return status for processLogoutRequestMsg in SAML module
* #1356: Prevent infinite loop in LDAP group recursive search
* #1355: local session storage not being cleaned up
* #1352: Encoding issues with MySQL configuration backend
* #1351: missing dependency LWP::Protocol::https on CentOS 7 packaging
* #1349: Initial url lost during reset password workflow
* #1347: Do not allow "/" or ".." in skin parameter to avoid directory
traversal attack
* #1346: Check that skin directory exists before trying to open it
* #1345: Autoredirect does not work after session expiration
* #1343: Captcha code not removed after successful verification
* #1341: llng-fastcgi-server: Allow to listen on TCP
* #1337: mailFrom and mailReplyTo directives : bad default address
* #1281: purgeLocalCache should use conf from manager
lemonldap-ng (1.9.14) stable; urgency=high
* #707: Kerberos authentication module

15
debian/changelog vendored
View File

@ -1,3 +1,10 @@
lemonldap-ng (2.0.0~alpha3-1) unstable; urgency=medium
* Alpha release. See changes on our website:
https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng
-- Clement OUDOT <clement@oodo.net> Fri, 26 Jan 2018 12:00:00 +0100
lemonldap-ng (2.0.0~alpha2-1) unstable; urgency=medium
* Alpha release. See changes on our website:
@ -5,7 +12,6 @@ lemonldap-ng (2.0.0~alpha2-1) unstable; urgency=medium
-- Clement OUDOT <clement@oodo.net> Thu, 14 Sep 2017 12:00:00 +0100
lemonldap-ng (2.0.0~alpha1-1) unstable; urgency=medium
* Alpha release. See changes on our website:
@ -13,6 +19,13 @@ lemonldap-ng (2.0.0~alpha1-1) unstable; urgency=medium
-- Clement OUDOT <clement@oodo.net> Mon, 10 Jul 2017 12:00:00 +0100
lemonldap-ng (1.9.15-1) unstable; urgency=medium
* New release. See changes on our website:
https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng
-- Clement OUDOT <clement@oodo.net> Tue, 23 Jan 2018 12:00:00 +0100
lemonldap-ng (1.9.14-1) stable; urgency=high
* New release. See changes on our website:

View File

@ -14,7 +14,7 @@
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
%define real_name lemonldap-ng
%define real_version 2.0.0~alpha2
%define real_version 2.0.0~alpha3
%define cpan_common_version %{real_version}
%define cpan_handler_version %{real_version}
%define cpan_manager_version %{real_version}
@ -542,6 +542,12 @@ fi
# Changelog
#==============================================================================
%changelog
* Fri Jan 26 2018 Clement Oudot <clem.oudot@gmail.com> - 2.0.0~alpha3-1
- Third alpha version for 2.0.0
* Tue Jan 23 2018 Clement Oudot <clem.oudot@gmail.com> - 1.9.15-1
- Update to 1.9.15
* Fri Nov 24 2017 Clement Oudot <clem.oudot@gmail.com> - 1.9.14-1
- Update to 1.9.14
* Fri Sep 29 2017 Clement Oudot <clem.oudot@gmail.com> - 1.9.13-1
- Update to 1.9.13
* Thu Sep 14 2017 Clement Oudot <clem.oudot@gmail.com> - 2.0.0~alpha2-1