ChangeLog 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. 2005-09-26 Boris Kirzner <[email protected]>
  2. * System.DirectoryServices.dll.sources: changed reference to Consts.cs.in.
  3. 2005-09-07 Boris Kirzner <[email protected]>
  4. * System.DirectoryServices.vmwcsproj: changed reference to Consts.cs.in.
  5. 2005-22-08 Boris Kirzner <[email protected]>
  6. * System.DirectoryServices.vmwcsproj: changed reference to Consts.cs.
  7. 2005-14-08 Boris Kirzner <[email protected]>
  8. * App.config: added "authenticationmech" supported key example.
  9. 2005-28-07 Boris Kirzner <[email protected]>
  10. * System.DirectoryServices.vmwcsproj: updated TARGET_JVM project file.
  11. * App.config: added addition supported key examples.
  12. 2005-05-07 Boris Kirzner <[email protected]>
  13. * System.DirectoryServices.vmwcsproj: Project file converted
  14. to Developer Edition format. Removed ClearCase references.
  15. * System.DirectoryServices.sln: Removed ClearCase references.
  16. 2005-07-03 Boris Kirzner <[email protected]>
  17. * System.DirectoryServices.vmwcsproj: Reflecting changes in location of
  18. Locale.cs and MonoTODOAttribute.cs
  19. 2005-06-21 Boris Kirzner <[email protected]>
  20. * System.DirectoryServices.sln, System.DirectoryServices.vmwcsproj:
  21. Added solution and project files fo rTARGET_JVM.
  22. 2005-06-19 Boris Kirzner <[email protected]>
  23. * System.DirectoryServices_test.dll.sources:
  24. - added DirectoryServices/DirectoryServicesDirectoryEntryTest.cs
  25. - added DirectoryServices/DirectoryServicesDirectorySearcherTest.cs
  26. - added DirectoryServices/DirectoryServicesSearchResultTest.cs
  27. * App.config - added new file, contaning an example of specifying
  28. default LDAP server information in app config.
  29. 2005-02-14 Anil Bhatia <[email protected]>
  30. * Fixed DoSearch() in DirectorySearcher.cs: Search scope was hardcoded
  31. as LdapConnection.SCOPE_SUB. Chnaged to the value contained by
  32. _SearchScope.
  33. 2004-09-10 Sebastien Pouliot <[email protected]>
  34. * Makefile: Activate unit tests.
  35. * System.DirectoryServices_test.dll.sources: New. Source list for unit
  36. tests.
  37. 2004-05-14 Raja R Harinath <[email protected]>
  38. * System.DirectoryServices.dll.sources: Add
  39. DirectoryServicesPermission{,Attribute,Entry,EntryCollection}.cs
  40. and TODOAttribute.cs.
  41. 2004-01-15 Andreas Nahr <[email protected]>
  42. * System.DirectoryServices.dll.sources: Added lots of files, sorted existing
  43. 2003-07-02 Gonzalo Paniagua Javier <[email protected]>
  44. * System.DirectoryServices.build: New file.
  45. 2003-02-23 Rafael Teixeira <[email protected]>
  46. * added just files enough to compile a dummy DLL for now
  47. 2003-11-24 Sunil Kumar <[email protected]>
  48. * Added class files implementing System.DirectoryServices namespace