ChangeLog 925 B

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