From f2b60434954820ca77aacc6cf2af308f99a5a8d5 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Sat, 21 Apr 2007 13:43:02 +0000 Subject: [PATCH] LEMONLDAP::NG : propagating whatToTrace fix to stable versions --- build/lemonldap-ng/Makefile | 2 +- build/lemonldap-ng/TODO | 12 ++++++++++++ build/lemonldap-ng/debian/changelog | 13 +++++++++++++ .../lib/Lemonldap/NG/Handler/SharedConf.pm | 2 +- modules/lemonldap-ng-portal/Changes | 2 +- 5 files changed, 28 insertions(+), 3 deletions(-) diff --git a/build/lemonldap-ng/Makefile b/build/lemonldap-ng/Makefile index 8d45b3034..14d0679fb 100644 --- a/build/lemonldap-ng/Makefile +++ b/build/lemonldap-ng/Makefile @@ -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 diff --git a/build/lemonldap-ng/TODO b/build/lemonldap-ng/TODO index e69de29bb..8603ba6a1 100644 --- a/build/lemonldap-ng/TODO +++ b/build/lemonldap-ng/TODO @@ -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 diff --git a/build/lemonldap-ng/debian/changelog b/build/lemonldap-ng/debian/changelog index a256a9d6c..2554437da 100644 --- a/build/lemonldap-ng/debian/changelog +++ b/build/lemonldap-ng/debian/changelog @@ -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 Sat, 21 Apr 2007 15:05:19 +0200 + +lemonldap-ng (0.8.1.1) unstable; urgency=low + + * Little bug fix in test + + -- Xavier Guimard Fri, 20 Apr 2007 08:57:40 +0200 + lemonldap-ng (0.8.1) unstable; urgency=low * New features : diff --git a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/SharedConf.pm b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/SharedConf.pm index 15ae211b5..f73cc9ab8 100644 --- a/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/SharedConf.pm +++ b/modules/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/SharedConf.pm @@ -233,7 +233,7 @@ with the C 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 diff --git a/modules/lemonldap-ng-portal/Changes b/modules/lemonldap-ng-portal/Changes index 356612c12..a6355ea8b 100644 --- a/modules/lemonldap-ng-portal/Changes +++ b/modules/lemonldap-ng-portal/Changes @@ -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