ChangeLog 815 B

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