ChangeLog 2.7 KB

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