Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > b4c64d214769b8754398a40cca1eb004 > files > 5

perl-Asterisk-LDAP-0.6.0-6mdv2010.0.noarch.rpm

# $Id: ChangeLog 178 2005-12-18 08:07:15Z bklang $
* Greatly simplified API interface requirements
* Actually *read* Perl OO instructions.  Code should now be much closer to
  how proper OO is implemented in Perl.
* Got rid of silly references to $self when trying to debug/print/warn/die. 
  New mechanism allows for same external callbacks while obeying Rule of
  Least Surprise when no external callbacks are defined.
* Broke out generate into two methods (readConfig and format) for easier access
  to internals
* Added support for per-context serial numbers and selective config generation

Version 0.5.2: 2005/12/01
* Imported into Subversion
* Added LICENSE and ChangeLog
* Updated README
* Fixed minor schema bugs

Version 0.5.1: 2005/06/06
* Added LICENSE file.  Released under the terms of the GPL.
* Added asterisk.ldiff file to show example LDAP entrie
* Updated README

Version 0.5.0: 2005/06/04
* Initial release to the community.