ChangeLog 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. 2006-12-02 Marek Habersack <[email protected]>
  2. * ProviderBase.cs: Throw exceptions as per documentation.
  3. 2006-05-05 Chris Toshok <[email protected]>
  4. * ProviderBase.cs (Initialize): don't die if config == null.
  5. 2005-10-07 Chris Toshok <[email protected]>
  6. * ProviderCollection.cs: fix compiler warning with Hashtable ctor.
  7. 2005-09-22 Chris Toshok <[email protected]>
  8. * ProviderBase.cs (Initialize): set the description to name if
  9. description isn't specified in config.
  10. 2005-09-22 Chris Toshok <[email protected]>
  11. * ProviderBase.cs: handle the description config attribute as
  12. described in Homer/Sussman/Howard, Table 7.3.
  13. 2005-08-24 Sebastien Pouliot <[email protected]>
  14. * ProviderException.cs: New (2.0). Seems to replace the older
  15. NotSupportedByProviderException class.
  16. 2004-11-18 Lluis Sanchez Gual <[email protected]>
  17. * IProvider.cs, ProviderCollection.cs: IProvider has been Replaced by
  18. ProviderBase.
  19. 2003-11-07 Ben Maurer <[email protected]>
  20. * Implemented everything for V2.