Update changelog

This commit is contained in:
Xavier Guimard 2009-12-31 13:35:34 +00:00
parent c9b8b4fc7d
commit 5a5d3872fd
7 changed files with 41 additions and 13 deletions

View File

@ -476,6 +476,7 @@ documentation:
@cd doc/ && ../scripts/doc.pl
doxygen: clean
perl -i -pe 's/^(PROJECT_NUMBER\s*=\s*)\d.*$$/$${1}'$(VERSION)'/' Doxyfile
COLLABORATIVE_GRAPH=1 doxygen Doxyfile
mkdir doc/devel/tmp
mv doc/devel/html/inherit* doc/devel/tmp/

View File

@ -4,8 +4,21 @@ lemonldap-ng (0.9.5) unstable; urgency=low
* Little Debian changes (see 0.9.4.1-2 Debian changelog)
* Update to jQuery 1.3.2 (Closes: #314394)
* AuthCAS: URL redirection and module load test
* Change multiple configuration files into lemonldap-ng.ini
* New manager
* New conf storage modules : CDBI and RDBI
* DBI conf storage module is deprecated
* convertConfig and lmMigrateConfFiles2ini tools
* childInit() is called only 1 time
* Update JQuery to 1.3 and JQueri-UI 1.7.2
* New authentication and userDB modules :
- DBI
- Proxy
- Env (UserDB only)
* Portal index.pl use lemonldap-ng.ini to get parameters
* CSS and Javascript minification capability
-- Xavier Guimard <x.guimard@free.fr> Mon, 12 Oct 2009 16:21:09 +0200
-- Xavier Guimard <x.guimard@free.fr> Thu, 31 Dec 2009 14:09:13 +0100
lemonldap-ng (0.9.4.1) unstable; urgency=low

View File

@ -1,4 +1,5 @@
Changes
lemonldap-ng.ini
lib/Lemonldap/NG/Common.pm
lib/Lemonldap/NG/Common/Apache/Session.pm
lib/Lemonldap/NG/Common/Apache/Session/SOAP.pm
@ -7,22 +8,22 @@ lib/Lemonldap/NG/Common/CGI.pm
lib/Lemonldap/NG/Common/CGI/SOAPServer.pm
lib/Lemonldap/NG/Common/CGI/SOAPService.pm
lib/Lemonldap/NG/Common/Conf.pm
lib/Lemonldap/NG/Common/Conf/Constants.pm
lib/Lemonldap/NG/Common/Conf/CDBI.pm
lib/Lemonldap/NG/Common/Conf/Constants.pm
lib/Lemonldap/NG/Common/Conf/DBI.pm
lib/Lemonldap/NG/Common/Conf/File.pm
lib/Lemonldap/NG/Common/Conf/LDAP.pm
lib/Lemonldap/NG/Common/Conf/RDBI.pm
lib/Lemonldap/NG/Common/Conf/SOAP.pm
lib/Lemonldap/NG/Common/Conf/Serializer.pm
lib/Lemonldap/NG/Common/Conf/SOAP.pm
lib/Lemonldap/NG/Common/Crypto.pm
lib/Lemonldap/NG/Common/Safelib.pm
Makefile.PL
MANIFEST
META.yml Module meta-data (added by MakeMaker)
MANIFEST This list of files
META.yml
README
scripts/convertConfig
lemonldap-ng.ini
scripts/lmMigrateConfFiles2ini
t/01-Common-Conf.t
t/02-Common-Conf-File.t
t/03-Common-Conf-DBI.t

View File

@ -14,8 +14,8 @@ lib/Lemonldap/NG/Handler/Status.pm
lib/Lemonldap/NG/Handler/SympaAutoLogin.pm
lib/Lemonldap/NG/Handler/Vhost.pm
Makefile.PL
MANIFEST
META.yml Module meta-data (added by MakeMaker)
MANIFEST This list of files
META.yml
README
t/01-Lemonldap-NG-Handler-Simple.t
t/05-Lemonldap-NG-Handler-Vhost.t

View File

@ -28,7 +28,6 @@ example/images/spinner.gif
example/images/tree.js
example/images/tree_line.gif
example/images/vframe.png
example/images/xlib.js
example/index.pl
example/mrtg/lmng-mrtg
example/mrtg/mrtg.cfg.example
@ -45,6 +44,20 @@ example/skins/default/folder_add.png
example/skins/default/folder_delete.png
example/skins/default/folder_edit.png
example/skins/default/hframe.png
example/skins/default/images/ui-bg_diagonals-thick_18_b81900_40x40.png
example/skins/default/images/ui-bg_diagonals-thick_20_666666_40x40.png
example/skins/default/images/ui-bg_flat_10_000000_40x100.png
example/skins/default/images/ui-bg_glass_100_f6f6f6_1x400.png
example/skins/default/images/ui-bg_glass_100_fdf5ce_1x400.png
example/skins/default/images/ui-bg_glass_65_ffffff_1x400.png
example/skins/default/images/ui-bg_gloss-wave_35_f6a828_500x100.png
example/skins/default/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
example/skins/default/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
example/skins/default/images/ui-icons_222222_256x240.png
example/skins/default/images/ui-icons_228ef1_256x240.png
example/skins/default/images/ui-icons_ef8c08_256x240.png
example/skins/default/images/ui-icons_ffd27a_256x240.png
example/skins/default/images/ui-icons_ffffff_256x240.png
example/skins/default/jquery-1.3.2.min.js
example/skins/default/jquery-ui-1.7.2.custom.css
example/skins/default/jquery-ui-1.7.2.custom.min.js
@ -68,7 +81,6 @@ example/skins/default/spinner.gif
example/skins/default/tree.js
example/skins/default/tree_line.gif
example/skins/default/vframe.png
example/skins/default/xlib.js
lib/Lemonldap/NG/Manager.pm
lib/Lemonldap/NG/Manager/_i18n.pm
lib/Lemonldap/NG/Manager/_Struct.pm

View File

@ -19,7 +19,7 @@ var scriptname='<TMPL_VAR NAME="SCRIPT_NAME">';var imagepath='<TMPL_VAR NAME="DI
<!-- Header -->
<div id="header" class="ui-widget">
<img alt="Lemonldap::NG" src="<TMPL_VAR NAME="DIR">/logo_lemonldap-ng.png" class="logo" />
<img alt="Lemonldap::NG" src="<TMPL_VAR NAME="DIR">/logo_lemonldap-ng.png" class="logo" width="200" height="38" />
<p class="ui-state-default ui-corner-all ui-state-active"><a href="index.pl"><lang en="Configuration management" fr="Gestion de la configuration"/></a></p>
<p class="ui-state-default ui-corner-all"><a href="sessions.pl"><lang en="Sessions explorer" fr="Explorateur de sessions"/></a></p>
</div>

View File

@ -76,8 +76,8 @@ example/skins/pastel/password.tpl
example/skins/pastel/styles.css
example/slavePortal.pl
lib/Lemonldap/NG/Portal.pm
lib/Lemonldap/NG/Portal/_i18n.pm
lib/Lemonldap/NG/Portal/_DBI.pm
lib/Lemonldap/NG/Portal/_i18n.pm
lib/Lemonldap/NG/Portal/_LDAP.pm
lib/Lemonldap/NG/Portal/_Multi.pm
lib/Lemonldap/NG/Portal/_Proxy.pm
@ -87,8 +87,8 @@ lib/Lemonldap/NG/Portal/_SMTP.pm
lib/Lemonldap/NG/Portal/_SOAP.pm
lib/Lemonldap/NG/Portal/_WebForm.pm
lib/Lemonldap/NG/Portal/AuthApache.pm
lib/Lemonldap/NG/Portal/AuthDBI.pm
lib/Lemonldap/NG/Portal/AuthCAS.pm
lib/Lemonldap/NG/Portal/AuthDBI.pm
lib/Lemonldap/NG/Portal/AuthLA.pm
lib/Lemonldap/NG/Portal/AuthLDAP.pm
lib/Lemonldap/NG/Portal/AuthMulti.pm
@ -132,6 +132,7 @@ t/24-Lemonldap-NG-Portal-AuthRemote.t
t/25-Lemonldap-NG-Portal-Multi.t
t/26-Lemonldap-NG-Portal-AuthProxy.t
t/30-Lemonldap-NG-Portal-UserDBNull.t
t/31-Lemonldap-NG-Portal-UserDBEnv.t
t/40-Lemonldap-NG-Portal-CDA.t
t/50-Lemonldap-NG-Portal-Menu.t
t/60-Lemonldap-NG-Portal-IssuerDBSAML.t