From c5dbdf8b34a0bec5aa0e19ada23425b172e58d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Oudot?= Date: Thu, 7 Jul 2011 16:21:30 +0000 Subject: [PATCH] Release 1.1.0 in progress --- build/lemonldap-ng/Doxyfile | 2 +- build/lemonldap-ng/changelog | 79 ++++++++++++++++++++++++ build/lemonldap-ng/debian/changelog | 6 ++ build/rpm/lemonldap-ng.spec | 12 ++-- modules/lemonldap-ng-handler/META.yml | 2 +- modules/lemonldap-ng-handler/Makefile.PL | 2 +- modules/lemonldap-ng-manager/META.yml | 5 +- modules/lemonldap-ng-manager/Makefile.PL | 5 +- modules/lemonldap-ng-portal/META.yml | 4 +- modules/lemonldap-ng-portal/Makefile.PL | 4 +- 10 files changed, 105 insertions(+), 16 deletions(-) diff --git a/build/lemonldap-ng/Doxyfile b/build/lemonldap-ng/Doxyfile index f0557227d..fcc46afa7 100644 --- a/build/lemonldap-ng/Doxyfile +++ b/build/lemonldap-ng/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = Lemonldap::NG # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.0.6 +PROJECT_NUMBER = 1.1.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/build/lemonldap-ng/changelog b/build/lemonldap-ng/changelog index 9d6e3c808..588bae6eb 100644 --- a/build/lemonldap-ng/changelog +++ b/build/lemonldap-ng/changelog @@ -1,3 +1,82 @@ +lemonldap-ng (1.1.0) stable; urgency=low + + * [LEMONLDAP-303] - Form replay filter is not compatible with recent Safe + module version + * [LEMONLDAP-314] - [Password Reset] Manage special characters in mail + subject + * [LEMONLDAP-315] - No error is displayed if configuration is not stored + * [LEMONLDAP-317] - Errors "setKeyToH... is not a reference" are not errors + but debug information + * [LEMONLDAP-318] - Do not toggle opacity between tabs + * [LEMONLDAP-319] - Custom functions and SafeLib ignored if Safe jail is + disabled + * [LEMONLDAP-322] - notificationStorageOptions parameter is ignored + * [LEMONLDAP-323] - Undefined subroutine + Lemonldap::NG::Portal::SharedConf::newNotification + * [LEMONLDAP-324] - SAML IDP does no with Google Apps and Lasso 2.3.5 + * [LEMONLDAP-325] - Persistent sessions are deleted by portal cron job + * [LEMONLDAP-327] - Notifications retrieved from DBI backend are reencoded + in UTF8 + * [LEMONLDAP-329] - Error " Day '00' out of range 1..31" with DBI + notifications getDone subroutine + * [LEMONLDAP-330] - Syntax check on managerDn is too restrictive + * [LEMONLDAP-331] - Reference is not decoded in File notification backend, + in function getAll + * [LEMONLDAP-333] - Password policy reset password is not possible if + password tab is not allowed + * [LEMONLDAP-334] - Some LDAP directories do not return password policy + control when bind failed + * [LEMONLDAP-335] - MIME subject encoding does not work with every mailer + * [LEMONLDAP-337] - Target URL is lost in password policy reset workflow + * [LEMONLDAP-338] - Handler::Proxy raise error with POST request without + content-length + * [LEMONLDAP-344] - purgeCentralCache abort if session cannot be deleted + * [LEMONLDAP-15] - Reload configuration tree after configuration save in + Manager + * [LEMONLDAP-203] - Persistent Storage configuration + * [LEMONLDAP-222] - Replace old slavePortal.pl example by + AuthSlave+UserDBSlave + * [LEMONLDAP-238] - Comment in AuthChoice keys + * [LEMONLDAP-295] - Add an option to support old application list objects in + Menu + * [LEMONLDAP-332] - Configure mailSessionKey in Manager + * [LEMONLDAP-336] - Create an option to touch the pwdReset attribute if the + password was generated on reset form + * [LEMONLDAP-339] - Create a category in Sessions explorer for notifications + done + * [LEMONLDAP-340] - Store URL origin in session + * [LEMONLDAP-349] - Specific error message when password form is empty in + mail reset workflow + * [LEMONLDAP-288] - Secure Token Handler + * [LEMONLDAP-296] - Yubikey authentication module + * [LEMONLDAP-299] - Default notification for all users + * [LEMONLDAP-300] - [Password Reset] Allow other fields than email + * [LEMONLDAP-301] - [Password Reset] Allow to resend a confirmation mail + * [LEMONLDAP-302] - [Password Reset] Allow to change the password on the + portal + * [LEMONLDAP-306] - Add a customheader.tpl and customfooter.tpl in skins + * [LEMONLDAP-308] - Remeber user password when password reset is required by + LDAP server + * [LEMONLDAP-309] - [Password Reset] Option to set password reset request + timeout + * [LEMONLDAP-310] - Test if mail templates are defined in the skin before + using the common ones + * [LEMONLDAP-311] - [Password Reset] Option to set HTML mail charset + * [LEMONLDAP-312] - [Password Reset] Option to set reply to field + * [LEMONLDAP-313] - [Password Reset] Include images and CSS in MIME mail + * [LEMONLDAP-326] - Allow to set titles and subtitles in notification + messages + * [LEMONLDAP-328] - Notification explorer + * [LEMONLDAP-341] - Notifications with conditions + * [LEMONLDAP-343] - Delete session in local Handler cache in portal logout + process + * [LEMONLDAP-345] - Open SSO session after successful password reset from + ppolicy + * [LEMONLDAP-346] - Possibility to configure XSLT used to display + notifications + * [LEMONLDAP-347] - Possibility to customize messages from the portal + * [LEMONLDAP-348] - Possibility to access menu tab with an URL + lemonldap-ng (1.0.6) stable; urgency=low * [LEMONLDAP-297] - LDAP attributes are not explicitely requested diff --git a/build/lemonldap-ng/debian/changelog b/build/lemonldap-ng/debian/changelog index 4b844dec0..296e758ed 100644 --- a/build/lemonldap-ng/debian/changelog +++ b/build/lemonldap-ng/debian/changelog @@ -1,3 +1,9 @@ +lemonldap-ng (1.1.0-0.1) unstable; urgency=low + + * Local build + + -- Xavier Guimard Fri, 08 Jul 2011 11:00:00 +0100 + lemonldap-ng (1.0.6-0.1) unstable; urgency=low * Local build diff --git a/build/rpm/lemonldap-ng.spec b/build/rpm/lemonldap-ng.spec index c9d1ba8f8..f2053cb68 100644 --- a/build/rpm/lemonldap-ng.spec +++ b/build/rpm/lemonldap-ng.spec @@ -14,11 +14,11 @@ %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name lemonldap-ng -%define real_version 1.0.6 -%define cpan_common_version 1.0.6 -%define cpan_handler_version 1.0.6 -%define cpan_manager_version 1.0.6 -%define cpan_portal_version 1.0.6 +%define real_version 1.1.0 +%define cpan_common_version 1.1.0 +%define cpan_handler_version 1.1.0 +%define cpan_manager_version 1.1.0 +%define cpan_portal_version 1.1.0 %define lm_prefix /usr %define lm_sharedir %{_datadir}/lemonldap-ng @@ -471,6 +471,8 @@ rm -rf %{buildroot} # Changelog #============================================================================== %changelog +* Fri Jul 08 2011 Clement Oudot - 1.1.0-1 +- Update to 1.1.0 * Mon Jun 30 2011 Clement Oudot - 1.0.6-1 - Update to 1.0.6 * Fri Apr 15 2011 Clement Oudot - 1.0.5-1 diff --git a/modules/lemonldap-ng-handler/META.yml b/modules/lemonldap-ng-handler/META.yml index 01cc2c03c..36ccfc40d 100644 --- a/modules/lemonldap-ng-handler/META.yml +++ b/modules/lemonldap-ng-handler/META.yml @@ -18,7 +18,7 @@ requires: CGI: 3.08 Digest::SHA1: 0 IO::Pipe: 0 - Lemonldap::NG::Common: 1.0.4 + Lemonldap::NG::Common: 1.1.0 LWP::UserAgent: 0 Test::MockObject: 0 URI: 0 diff --git a/modules/lemonldap-ng-handler/Makefile.PL b/modules/lemonldap-ng-handler/Makefile.PL index 9e5921db5..2fa21bab6 100644 --- a/modules/lemonldap-ng-handler/Makefile.PL +++ b/modules/lemonldap-ng-handler/Makefile.PL @@ -15,7 +15,7 @@ WriteMakefile( 'Apache::Session' => 0, 'LWP::UserAgent' => 0, 'Cache::Cache' => 0, - 'Lemonldap::NG::Common' => '1.0.4', + 'Lemonldap::NG::Common' => '1.1.0', 'CGI' => 3.08, 'URI' => 0, }, # e.g., Module::Name => 1.1 diff --git a/modules/lemonldap-ng-manager/META.yml b/modules/lemonldap-ng-manager/META.yml index 463e55aff..32c56cb56 100644 --- a/modules/lemonldap-ng-manager/META.yml +++ b/modules/lemonldap-ng-manager/META.yml @@ -22,8 +22,9 @@ requires: HTML::Template: 0 IO::String: 0 JSON: 0 - Lemonldap::NG::Common: 1.0.4 - Lemonldap::NG::Handler: 1.0.4 + Lemonldap::NG::Common: 1.1.0 + Lemonldap::NG::Handler: 1.1.0 + Lemonldap::NG::Portal: 1.1.0 LWP::UserAgent: 0 XML::LibXML: 0 XML::LibXSLT: 0 diff --git a/modules/lemonldap-ng-manager/Makefile.PL b/modules/lemonldap-ng-manager/Makefile.PL index 8554a1239..188504296 100644 --- a/modules/lemonldap-ng-manager/Makefile.PL +++ b/modules/lemonldap-ng-manager/Makefile.PL @@ -18,8 +18,9 @@ WriteMakefile( 'File::Basename' => 0, 'HTML::Template' => 0, 'JSON' => 0, - 'Lemonldap::NG::Common' => '1.0.4', - 'Lemonldap::NG::Handler' => '1.0.4', + 'Lemonldap::NG::Common' => '1.1.0', + 'Lemonldap::NG::Handler' => '1.1.0', + 'Lemonldap::NG::Portal' => '1.1.0', 'LWP::UserAgent' => 0, 'XML::LibXML' => 0, 'XML::LibXSLT' => 0, diff --git a/modules/lemonldap-ng-portal/META.yml b/modules/lemonldap-ng-portal/META.yml index 4a9c81b6d..da85b4c8b 100644 --- a/modules/lemonldap-ng-portal/META.yml +++ b/modules/lemonldap-ng-portal/META.yml @@ -20,8 +20,8 @@ requires: File::Basename: 0 HTML::Template: 0 IO::String: 0 - Lemonldap::NG::Common: 1.0.4 - Lemonldap::NG::Handler: 1.0.4 + Lemonldap::NG::Common: 1.1.0 + Lemonldap::NG::Handler: 1.1.0 MIME::Lite: 0 Net::LDAP: 0 SOAP::Lite: 0 diff --git a/modules/lemonldap-ng-portal/Makefile.PL b/modules/lemonldap-ng-portal/Makefile.PL index fec9056bc..1b3a92f2d 100644 --- a/modules/lemonldap-ng-portal/Makefile.PL +++ b/modules/lemonldap-ng-portal/Makefile.PL @@ -28,8 +28,8 @@ WriteMakefile( 'CGI' => 3.08, 'File::Basename' => 0, 'HTML::Template' => 0, - 'Lemonldap::NG::Common' => '1.0.4', - 'Lemonldap::NG::Handler' => '1.0.4', + 'Lemonldap::NG::Common' => '1.1.0', + 'Lemonldap::NG::Handler' => '1.1.0', 'MIME::Lite' => 0, 'Net::LDAP' => 0, 'String::Random' => 0,