ChangeLog 3.7 KB

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