LEMONLDAP::NG : propagating whatToTrace fix to stable versions

This commit is contained in:
Xavier Guimard 2007-04-21 13:43:02 +00:00
parent 84f77169f6
commit f2b6043495
5 changed files with 28 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/make
VERSION=0.9beta
VERSION=`head -n1 debian/changelog |sed -e 's/lemonldap-ng (//' -e 's/).*$///'`
HANDLERDIR=lemonldap-ng-handler
PORTALDIR=lemonldap-ng-portal
MANAGERDIR=lemonldap-ng-manager

View File

@ -0,0 +1,12 @@
Lemonldap::NG TODO
------------------
TODO list for Lemonldap::NG development
- Priority: High Status: Planning Created: 2007\04\21 13-13-25
Buttons to manage configurations (delete, next, previous, last,...)
- Priority: Normal Status: In progress Created: 2007\04\21 13-05-54
Help in english
- Priority: Low Status: N/A Created: 2007\04\21 13-14-55
Simplified manager interface fo rules:
* simplified regexp (* instead of .*,...)
* simple combobox to choose groups

View File

@ -1,3 +1,16 @@
lemonldap-ng (0.8.1.2) unstable; urgency=low
* Little bug fix if whatToTrace parameter is not defined and display it in
Manager interface
-- Xavier Guimard <x.guimard@free.fr> Sat, 21 Apr 2007 15:05:19 +0200
lemonldap-ng (0.8.1.1) unstable; urgency=low
* Little bug fix in test
-- Xavier Guimard <x.guimard@free.fr> Fri, 20 Apr 2007 08:57:40 +0200
lemonldap-ng (0.8.1) unstable; urgency=low
* New features :

View File

@ -233,7 +233,7 @@ with the C<reloadTime> parameter (default 600s).
=head3 getConf
Call Lemonldap::NG::Manager::Conf qith the configStorage parameter.
Call Lemonldap::NG::Manager::Conf with the configStorage parameter.
=head1 OPERATION

View File

@ -22,7 +22,7 @@ Revision history for Perl extension Lemonldap::NG::Portal.
* Multi-valued attributes in HTTP headers (Closes: #306792 /
forge.objectweb.org)
0.64 Fri Mar 9 17:49:44
0.64 Fri Mar 9 17:49:44 2007
- Delete of DBI.pm which is no more in use
0.63 Thu Feb 2 20:44:43 2007