Prepare 1.2.4 release

This commit is contained in:
Clément Oudot 2013-04-23 08:48:42 +00:00
parent 4ed5e151af
commit d44b7cd679
3 changed files with 97 additions and 10 deletions

View File

@ -1,5 +1,76 @@
lemonldap-ng (1.3.0) stable; urgency=low
lemonldap-ng (1.2.4) stable; urgency=low
* [LEMONLDAP-590] - Memory Leak in Lemonldap::NG::Common::Conf
* [LEMONLDAP-592] - Encoding problems in POD
* [LEMONLDAP-593] - Auth Multi getDisplayType error when using # in Multi
line configuration
* [LEMONLDAP-589] - Debug info always printed in
Lemonldap::NG::Common::Conf::LDAP
* [LEMONLDAP-594] - Remove debian repository from distribution
lemonldap-ng (1.2.3) stable; urgency=low
* [LEMONLDAP-316] - Accentued letters in application list raise an error
when configuration is stored in LDAP
* [LEMONLDAP-536] - Password reset by mail do not work with DBI backend
* [LEMONLDAP-537] - Web service deleteNotification do not work with DBI
backend
* [LEMONLDAP-538] - Bad log level in _DBI.pm
* [LEMONLDAP-539] - Add SOAP::Lite dependency for Handler CPAN module
* [LEMONLDAP-543] - LL:NG::Handler::AuthBasic fails to manage persistent
connections
* [LEMONLDAP-544] - Bad indexes in Browseable doc
* [LEMONLDAP-545] - "none" target does not work in Handler/CGI.pm
* [LEMONLDAP-548] - Error when displaying password policy messages (grace
or expiration)
* [LEMONLDAP-550] - Cannot use Target Url in Form Replay
* [LEMONLDAP-551] - Invalid GET Request after Form Replay
* [LEMONLDAP-552] - Error on configuration save if no reloadUrls defined
* [LEMONLDAP-553] - SOAP Error: id is required at
/usr/share/perl5/Lemonldap/NG/Portal/_SOAP.pm line 165
* [LEMONLDAP-555] - Rules field stay in readonly with JQuery 1.7.2
* [LEMONLDAP-556] - Cookie sent to untrusted domain with CDA
* [LEMONLDAP-557] - Get Key From All Sessions in File backend can fail on
corrupted sessions
* [LEMONLDAP-561] - SAML transient NameID does not work
* [LEMONLDAP-562] - CAS Authn + SAML IDP: authLogout error
* [LEMONLDAP-570] - SAML messages signatures are not verified - SECURITY
ISSUE
* [LEMONLDAP-574] - Local cache purge script does not work
* [LEMONLDAP-579] - missing dir in handler debian package
* [LEMONLDAP-580] - Mail subject is not correctly encoded
* [LEMONLDAP-412] - Passwrd policy expiration warning time not friendly
displayed
* [LEMONLDAP-512] - free size for cipher key
* [LEMONLDAP-554] - Some improvements on lmConfigEditor
* [LEMONLDAP-559] - Refine useXForwardedForIP option by setting trusted
proxies
* [LEMONLDAP-563] - CAS Authn + SAML IDP: Passing request parameters to
redirect
* [LEMONLDAP-566] - Allow to sort categories in the application list
* [LEMONLDAP-568] - Split Test and Handler Apache configuration
* [LEMONLDAP-569] - Fix application div height in application list
* [LEMONLDAP-572] - Add X-Forwarded-For Header in SOAP request sent by
LL::NG::Handler::AuthBasic
* [LEMONLDAP-573] - Do not send void HTTP headers
* [LEMONLDAP-576] - Hide post form when using Form Replay
* [LEMONLDAP-577] - Display "Password changed" in Menu
* [LEMONLDAP-549] - Display LL::NG version in Manager
* [LEMONLDAP-560] - logging SAML authn response
* [LEMONLDAP-578] - Rules to display a skin depending on called URL or IP
address
* [LEMONLDAP-535] - Force the ip adress when calling the webservice
urn:/Lemonldap::NG::Common::CGI::SOAPService
* [LEMONLDAP-546] - Form replay: POST request is not sent
* [LEMONLDAP-541] - Handler SOAP errors : setAttributes is not an
authorizated function
* [LEMONLDAP-547] - Update Browseable documentation in case of SAML in use
* [LEMONLDAP-565] - Update META.yml files
* [LEMONLDAP-581] - Clean Perl dependencies
* [LEMONLDAP-582] - Update .pm copyrights
lemonldap-ng (1.2.2) stable; urgency=low
* [LEMONLDAP-436] - LDAP Search error when authenticating and identifying

View File

@ -217,16 +217,32 @@ You can choose to install only one component by choosing the package <code>lemon
<p>
Install the package <code>lemonldap-ng-conf</code> on all server which contains one of those packages.
</div></p>
</p>
<p>
<p><div class="notewarning">
If you install packages on 64bits system, create those symbolic links:
</p>
<pre class="code">
ln -s /usr/lib/perl5/vendor_perl/5.8.8/Lemonldap /usr/lib64/perl5/
ln -s /usr/lib/perl5/vendor_perl/5.8.8/auto/Lemonldap /usr/lib64/perl5/auto/
</pre>
<p>
</div></p>
</p>
</div>
<!-- SECTION "With RPM" [2426-2893] -->
<!-- SECTION "With RPM" [2426-3147] -->
<h2><a name="first_configuration_steps" id="first_configuration_steps">First configuration steps</a></h2>
<div class="level2">
</div>
<!-- SECTION "First configuration steps" [2894-2932] -->
<!-- SECTION "First configuration steps" [3148-3186] -->
<h3><a name="change_default_dns_domain" id="change_default_dns_domain">Change default DNS domain</a></h3>
<div class="level3">
@ -237,7 +253,7 @@ By default, <acronym title="Domain Name System">DNS</acronym> domain is <code>ex
<pre class="code shell">sed -i 's/example\.com/ow2.org/g' /etc/lemonldap-ng/* /var/lib/lemonldap-ng/conf/lmConf-1 /var/lib/lemonldap-ng/test/index.pl</pre>
</div>
<!-- SECTION "Change default DNS domain" [2933-3247] -->
<!-- SECTION "Change default DNS domain" [3187-3501] -->
<h3><a name="apache_virtual_host" id="apache_virtual_host">Apache virtual host</a></h3>
<div class="level3">
@ -259,7 +275,7 @@ Check Apache configuration and restart:
apachectl restart</pre>
</div>
<!-- SECTION "Apache virtual host" [3248-3642] -->
<!-- SECTION "Apache virtual host" [3502-3896] -->
<h3><a name="reload_virtual_host" id="reload_virtual_host">Reload virtual host</a></h3>
<div class="level3">
@ -276,7 +292,7 @@ To allow the manager to reload the configuration, register the reload virtual ho
</p>
</div>
<!-- SECTION "Reload virtual host" [3643-3944] -->
<!-- SECTION "Reload virtual host" [3897-4198] -->
<h3><a name="upgrade" id="upgrade">Upgrade</a></h3>
<div class="level3">
@ -310,7 +326,7 @@ The upgrade process will also have migrate old configuration files into <code>/e
</p>
</div>
<!-- SECTION "Upgrade" [3945-6454] -->
<!-- SECTION "Upgrade" [4199-6708] -->
<h3><a name="dns" id="dns">DNS</a></h3>
<div class="level3">
@ -337,7 +353,7 @@ Follow the <a href="../../documentation/1.3/start.html#configuration" class="wik
</p>
</div>
<!-- SECTION "DNS" [6455-6727] -->
<!-- SECTION "DNS" [6709-6981] -->
<h2><a name="file_location" id="file_location">File location</a></h2>
<div class="level2">
<ul>
@ -354,7 +370,7 @@ Follow the <a href="../../documentation/1.3/start.html#configuration" class="wik
</ul>
</div>
<!-- SECTION "File location" [6728-7084] -->
<!-- SECTION "File location" [6982-7338] -->
<h2><a name="build_your_packages" id="build_your_packages">Build your packages</a></h2>
<div class="level2">
@ -388,4 +404,4 @@ rpmbuild -ta SOURCES/lemonldap-ng-VERSION.tar.gz
</pre>
</div>
<!-- SECTION "Build your packages" [7085-] --></div><!-- closes <div class="dokuwiki export">-->
<!-- SECTION "Build your packages" [7339-] --></div><!-- closes <div class="dokuwiki export">-->

View File

@ -285,6 +285,6 @@ LemonLDAP::NG is the first <acronym title="Single Sign On">SSO</acronym> softwar
<a href="/_detail/icons/clock.png?id=start" class="media" title="icons:clock.png"><img src="../media/icons/clock.png" class="media" alt="" /></a>
</div>
</p>
<ul class="rss"><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2805" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2805" rel="nofollow">Rev 2805 -- Import lemonldap-ng-cli into Manager module (#LEMONLDAP-588)</a> by clement_oudot (2013/03/07 18:37)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2804" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2804" rel="nofollow">Rev 2804 -- Remove unless #TODO as there is no need to lock ...</a> by kharec (2013/03/07 13:29)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2803" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2803" rel="nofollow">Rev 2803 -- Remove STDERR output from Conf/LDAP.pm (#LEMONLDAP-589)</a> by clement_oudot (2013/03/06 14:17)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2802" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2802" rel="nofollow">Rev 2802 -- Captcha for login form (#LEMONLDAP-217)</a> by clement_oudot (2013/02/21 18:38)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2801" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2801" rel="nofollow">Rev 2801 -- Captcha configuration (#LEMONLDAP-217)</a> by clement_oudot (2013/02/21 18:37)</div></li></ul>
<ul class="rss"><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2823" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2823" rel="nofollow">Rev 2823 -- Propage some trunk changes to 1.2.4</a> by guimard (2013/04/22 11:44)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2822" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2822" rel="nofollow">Rev 2822 -- Add missing encoding directive in POD (#LEMONLDAP-592)</a> by clement_oudot (2013/04/19 13:39)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2821" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2821" rel="nofollow">Rev 2821 -- Backport r2811 and r2812 (#LEMONLDAP-594)</a> by clement_oudot (2013/04/19 10:47)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2820" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2820" rel="nofollow">Rev 2820 -- Fix getDisplayType call in Multi backend (#LEMONLDAP-593)</a> by clement_oudot (2013/04/19 10:27)</div></li><li><div class="li"><a href="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2819" class="urlextern" title="http://websvn.ow2.org/revision.php?repname=lemonldap&amp;path=%2F&amp;isdir=1&amp;rev=2819" rel="nofollow">Rev 2819 -- Do not stack messages when configuration load is OK (#LEMONLDAP-590)</a> by clement_oudot (2013/04/19 10:24)</div></li></ul>
</div>
<!-- SECTION "SVN activity" [3372-] --></div><!-- closes <div class="dokuwiki export">-->