The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Lemonldap::NG::Handler.

0.8   Thu Apr 12 7:08:08 2007
	- Little bug in unprotect function (Handler::Simple)
	- New feature: Lemonldap::NG::Handler::CGI

0.77  Wed Mar 22 7:18:48 2007
	- logout system
	- $date is now available in rules
	- Closes bug #306761 / forge.objectweb.org

0.76  Fri Mar 9 7:14:42 2007
	- Little bug correction
	- Delete of DBI.pm which is not more in use

0.75  Sat Feb 24 16:36:56 2007
	- Adding cross-domain-authentication support
	- local configuration overrides global configuration

0.74  Sun Feb 4 19:27:34 2007
	- unprotect system documentation
	- remove warning on Apache-1.3 ($ENV{MOD_PERL_API_VERSION} does not exist)

0.73  Thu Jan 4 15:34:22 2007
	- In VirtualHost context, PerlInitHandler is an alias for
	  PerlPostReadRequestHandler. So by encoding characters (%40 for 'a'),
	  users can bypass some restrictions.
	  Now PerlInitHandler is replaced by PerlHeaderParserHandler, so
	  Lemonldap::NG is called after URI translation phase.
	- Correction of a bug in internal redirections: now internal
	  redirections are not examined: for example, http://test.example.com/
	  is internaly redirected to /index.pl, but only the first request (/)
	  is tested.

0.72  Thu Jan 4 9:24:18 2007
	- Correction in apache-1.3 configuration example file

0.71  Sun Dec 31 13:47:49 2006
	- Bug corrections in Vhosts: default header does not work
	                             Safe does not work because lmSetHeaderIn
	                                   was not shared
	- Example correction

0.7   Tue Dec 19 19:09:09 2006
	- config is now shared with Lemonldap::NG::Manager::Conf
	- use Safe for locationRules and exportedHeaders 'eval'

0.63  Sun Dec 17 14:54:14 2006
	- bug corrections

0.621 Tue Dec 5 20:12:12 2006
	- move Handler.pod to Handler.pm to avoid CPAN bug
	- remove mod_perl dependency

0.62  Fri Nov 3 8:08:37 2006
	- correction in documentation
	- add mod_perl in PREREQ_PM (CPAN tester failed)

0.61  Thu Nov 2 16:53:03 2006
	- little correction in documentaion
	- wrong version number in Handler/SharedConf/DBI.pm

0.6   Thu Nov 2 15:16:56 2006
	- Bug correction in Proxy.pm
	- New documentation
	- Handler.pm becomes Handler/Simple.pm
	- Tested with 40.000 users

0.5   Tue Oct 17 15:35:28 2006
	- Bug correction in Proxy.pm
	- First running release under Apache2

0.4   Mon Oct 17 15:00:20 2006
	- Bug corrections in Apache2 support

0.3   Sat Oct 14 14:54:56 2006
	- Bug correction in both Apache 1 and 2 support

0.2   Mon Oct 9 17:32:20 2006
	- Introducing Apache2 support

0.11  Fri Oct 6 17:24:00 2006
	- bugs corrections

0.1   Thu Oct 5 19:00:00 2006
	- new package: Lemonldap::NG::Handler::SharedConf::DBI including
	a complete shared system based on a shared DB

0.06  Thu Jul 13 19:21:00 2006
	- comments and little correction in Handler.pm
	- bug correction in SharedConf.pm

0.05  Fri Jul 29 17:32:00 2005
	- bug correction in Vhost.pm

0.04  Fri Jul 29 16:02:00 2005
	- bug correction in SharedConf.pm

0.03  Wed Jul 27 21:00:00 2005
	- bug correction in Handler.pm: &conditionSub returned nothing except
	for default configuration
	- modification in SharedConf.pm : adding (undocumented)
	functionnalities to be able to dinamically update configuration

0.02  Sat Jul 2 10:35:00 2005
	- bug corrections
	- Vhost.pm modification: add header personalization per virtual host

0.01  Thu Jun 23 17:36:59 2005
	- original version; created by h2xs 1.23 with options
		-AXn Lemonldap::NG::Handler