ChangeLog 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. 2006-10-03 Boris Kirzner <[email protected]>
  2. * run-tests.bat: enable secure tests for TARGET_JVM.
  3. 2006-09-26 Boris Kirzner <[email protected]>
  4. * run-tests.bat,run-tests.test.bat: log files naming fix.
  5. 2006-13-09 Boris Kirzner <[email protected]>
  6. * run-tests.test.bat: small fixes for TARGET_JVM test scripts.
  7. 2006-11-09 Boris Kirzner <[email protected]>
  8. * run-tests.test.bat: added timestamp to log file namies.
  9. 2006-05-16 Vladimir Krasnov <[email protected]>
  10. * run-tests.test.bat: skip nunit build if already done
  11. 2006-16-05 Boris Kirzner <[email protected]>
  12. * run-tests.test.bat: pass java security parameters as jvm options.
  13. 2006-16-05 Boris Kirzner <[email protected]>
  14. * run-tests.bat: disable running secure mode tests by default.
  15. 2006-03-06 Boris Kirzner <[email protected]>
  16. * run-tests.bat,run-tests.test.bat,Secure.config,App.config:
  17. files for automated testing.
  18. 2005-12-06 Konstantin Triger <[email protected]>
  19. * System.DirectoryServices.vmwcsproj: fixing conditional compilation constants.
  20. 2005-11-15 Vlad Spivak <[email protected]>
  21. * Added TARGET_JVM related source includes and excludes
  22. 2005-09-26 Boris Kirzner <[email protected]>
  23. * System.DirectoryServices.dll.sources: changed reference to Consts.cs.in.
  24. 2005-09-07 Boris Kirzner <[email protected]>
  25. * System.DirectoryServices.vmwcsproj: changed reference to Consts.cs.in.
  26. 2005-22-08 Boris Kirzner <[email protected]>
  27. * System.DirectoryServices.vmwcsproj: changed reference to Consts.cs.
  28. 2005-14-08 Boris Kirzner <[email protected]>
  29. * App.config: added "authenticationmech" supported key example.
  30. 2005-28-07 Boris Kirzner <[email protected]>
  31. * System.DirectoryServices.vmwcsproj: updated TARGET_JVM project file.
  32. * App.config: added addition supported key examples.
  33. 2005-05-07 Boris Kirzner <[email protected]>
  34. * System.DirectoryServices.vmwcsproj: Project file converted
  35. to Developer Edition format. Removed ClearCase references.
  36. * System.DirectoryServices.sln: Removed ClearCase references.
  37. 2005-07-03 Boris Kirzner <[email protected]>
  38. * System.DirectoryServices.vmwcsproj: Reflecting changes in location of
  39. Locale.cs and MonoTODOAttribute.cs
  40. 2005-06-21 Boris Kirzner <[email protected]>
  41. * System.DirectoryServices.sln, System.DirectoryServices.vmwcsproj:
  42. Added solution and project files fo rTARGET_JVM.
  43. 2005-06-19 Boris Kirzner <[email protected]>
  44. * System.DirectoryServices_test.dll.sources:
  45. - added DirectoryServices/DirectoryServicesDirectoryEntryTest.cs
  46. - added DirectoryServices/DirectoryServicesDirectorySearcherTest.cs
  47. - added DirectoryServices/DirectoryServicesSearchResultTest.cs
  48. * App.config - added new file, contaning an example of specifying
  49. default LDAP server information in app config.
  50. 2005-02-14 Anil Bhatia <[email protected]>
  51. * Fixed DoSearch() in DirectorySearcher.cs: Search scope was hardcoded
  52. as LdapConnection.SCOPE_SUB. Chnaged to the value contained by
  53. _SearchScope.
  54. 2004-09-10 Sebastien Pouliot <[email protected]>
  55. * Makefile: Activate unit tests.
  56. * System.DirectoryServices_test.dll.sources: New. Source list for unit
  57. tests.
  58. 2004-05-14 Raja R Harinath <[email protected]>
  59. * System.DirectoryServices.dll.sources: Add
  60. DirectoryServicesPermission{,Attribute,Entry,EntryCollection}.cs
  61. and TODOAttribute.cs.
  62. 2004-01-15 Andreas Nahr <[email protected]>
  63. * System.DirectoryServices.dll.sources: Added lots of files, sorted existing
  64. 2003-07-02 Gonzalo Paniagua Javier <[email protected]>
  65. * System.DirectoryServices.build: New file.
  66. 2003-02-23 Rafael Teixeira <[email protected]>
  67. * added just files enough to compile a dummy DLL for now
  68. 2003-11-24 Sunil Kumar <[email protected]>
  69. * Added class files implementing System.DirectoryServices namespace