Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 7015ea19fdb39779c47921332cc3ce58 > files > 5

perl-Asterisk-LDAP-0.6.0-9.mga4.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.