Update versions to 1.4.0

This commit is contained in:
Clément Oudot 2014-04-17 15:20:28 +00:00
parent 75c3a79abf
commit d28a7bb217
7 changed files with 63 additions and 8 deletions

View File

@ -1,5 +1,60 @@
lemonldap-ng (1.4.0) stable; urgency=low
lemonldap-ng (1.3.3) stable; urgency=low
* [LEMONLDAP-665] - level parameter not used in userLog with syslog
* [LEMONLDAP-684] - syslog: invalid level/facility: warn
* [LEMONLDAP-685] - /var/lib/lemonldap-ng/psessions is not created on rpm based install
* [LEMONLDAP-687] - 404 error : jquery-1.10.2.min.map is not found
* [LEMONLDAP-688] - lemonldap-cli-ng apps-set-* and vhost-del not working properly
* [LEMONLDAP-690] - Cannot register more than on POST URL in Manager
* [LEMONLDAP-692] - lemonldap-ng-cli config encoding
* [LEMONLDAP-689] - Remove compressed js file from Debian distribution
* [LEMONLDAP-691] - Manage apache configuration during install
lemonldap-ng (1.3.2) stable; urgency=low
* [LEMONLDAP-655] - Password change not working for DBI password backend with option "require old password" enabled
* [LEMONLDAP-656] - UserDB Multi does not accept any module
* [LEMONLDAP-660] - Missing PID in syslog messages
* [LEMONLDAP-661] - lemonldap ng dependancy not installed for debian wheezy
* [LEMONLDAP-662] - lemonldap ng psession directory not created in package
* [LEMONLDAP-665] - level parameter not used in userLog with syslog
* [LEMONLDAP-666] - Lemonldap NG (1.2.5) Control XSS problem with logonid have apostrophe
* [LEMONLDAP-669] - [LDAP] Authentication process stopped if a user must change its password and expiration warning is displayed
* [LEMONLDAP-674] - Remove Facebook script in offline doc
* [LEMONLDAP-676] - Privacy break
* [LEMONLDAP-677] - Signature Problem using ADFS as SP
* [LEMONLDAP-679] - Javascript error in Manager when loading a metadata from URL
* [LEMONLDAP-680] - CDA does not work for http with "double cookie for single session"
* [LEMONLDAP-682] - Permissions for lemonldap-ng-cli
* [LEMONLDAP-647] - Hide message div if no message to display
* [LEMONLDAP-650] - logout tab in menu should display by default only if no other tab is present
* [LEMONLDAP-654] - DBI authentication not working with Unix passwords in DB
* [LEMONLDAP-659] - The user input field in password.tpl should be readonly or hidden
* [LEMONLDAP-668] - Performance improvement with DNS cache
* [LEMONLDAP-649] - Total rewrite of lemonldap-ng-cli tool
* [LEMONLDAP-678] - Provide non minified versions of javascript libraries
lemonldap-ng (1.3.1) stable; urgency=low
* [LEMONLDAP-635] - Extra tests fails on new install
* [LEMONLDAP-637] - Missing XML::Simple dependency in Manager CPAN package
* [LEMONLDAP-638] - Lemonldap::NG::Manager::Cli requires perl(feature),
which is not available in EL5
* [LEMONLDAP-639] - portal/captcha_output directory has 777 permissions
* [LEMONLDAP-640] - /var/lib/lemonldap-ng/captcha is not created when
installed from RPM
* [LEMONLDAP-642] - Captcha directories not installed with DEB packages
* [LEMONLDAP-644] - Captcha required in MailReset when asking to resend
confirmation mail
* [LEMONLDAP-645] - Captcha not displayed in AuthChoice with form based
modules
* [LEMONLDAP-646] - Manager broken for MSIE-8
* [LEMONLDAP-641] - [SAML] Possibility to use IDP Name instead of IDP
entityID in URL for IDP selection
* [LEMONLDAP-643] - Launch initCaptcha only when needed
lemonldap-ng (1.3.0) stable; urgency=low
* [LEMONLDAP-471] - Incompatibility with Config::IniFiles 2.72

View File

@ -1,6 +1,6 @@
package Lemonldap::NG::Common;
our $VERSION = '1.3.0';
our $VERSION = '1.4.0';
use strict;

View File

@ -30,7 +30,7 @@ WriteMakefile(
PREREQ_PM => {
'Apache::Session::Generate::MD5' => 0,
'CGI' => 3.08,
'Lemonldap::NG::Common' => '1.3.0',
'Lemonldap::NG::Common' => '1.4.0',
'LWP' => 0,
'Mouse' => 0,
'URI' => 0,

View File

@ -17,8 +17,8 @@ WriteMakefile(
'Crypt::OpenSSL::RSA' => 0,
'HTML::Template' => 0,
'JSON' => 0,
'Lemonldap::NG::Common' => '1.3.0',
'Lemonldap::NG::Handler' => '1.3.0',
'Lemonldap::NG::Common' => '1.4.0',
'Lemonldap::NG::Handler' => '1.4.0',
'LWP' => 0,
'URI' => 0,
'XML::LibXSLT' => 0,

View File

@ -10,7 +10,7 @@ use Lemonldap::NG::Handler::CGI qw(:globalStorage :locationRules); #inherits
use Lemonldap::NG::Common::Conf; #link protected conf Configuration
use Lemonldap::NG::Common::Conf::Constants; #inherits
our $VERSION = '1.3.0';
our $VERSION = '1.4.0';
our @ISA = qw(
Lemonldap::NG::Handler::CGI
Lemonldap::NG::Manager::Downloader

View File

@ -14,7 +14,7 @@ WriteMakefile(
'Glib' => 0,
'HTTP::Message' => 0,
'Lasso' => '2.3.0',
'Lemonldap::NG::Handler' => '1.3.0',
'Lemonldap::NG::Handler' => '1.4.0',
'LWP' => 0,
'LWP::Protocol::https' => 0,
'MIME::Lite' => 0,
@ -51,7 +51,7 @@ WriteMakefile(
'CGI' => 3.08,
'Clone' => 0,
'HTML::Template' => 0,
'Lemonldap::NG::Common' => '1.3.0',
'Lemonldap::NG::Common' => '1.4.0',
'Net::LDAP' => 0.38,
'Regexp::Assemble' => 0,
'Unicode::String' => 0,

View File

@ -5,7 +5,7 @@
# Alias for Lemonldap::NG::SharedConf
package Lemonldap::NG::Portal;
our $VERSION = '1.3.0';
our $VERSION = '1.4.0';
use Lemonldap::NG::Portal::SharedConf;
use base 'Lemonldap::NG::Portal::SharedConf';