Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Mono.Directory.LDAP/ChangeLog')
-rw-r--r--mcs/class/Mono.Directory.LDAP/ChangeLog31
1 files changed, 0 insertions, 31 deletions
diff --git a/mcs/class/Mono.Directory.LDAP/ChangeLog b/mcs/class/Mono.Directory.LDAP/ChangeLog
deleted file mode 100644
index 5bb3743f74d..00000000000
--- a/mcs/class/Mono.Directory.LDAP/ChangeLog
+++ /dev/null
@@ -1,31 +0,0 @@
-2003-07-17 Peter Williams <peter@newton.cx>
-
- * Test/Mono.Directory.LDAP/BindSimpleTest.cs: csc interprets the bare LDAP
- as a namespace, not as the class. Give it the fully qualified name.
-
- * Test/Mono.Directory.LDAP/QueryRootDSETest.cs: Same.
-
-2003-05-13 Martin Willemoes Hansen <mwh@sysrq.dk>
- * Test/Mono.Directory.LDAP/BindSimpleTest.cs: Removed unused setup and teardown methods
- Test/Mono.Directory.LDAP/QueryRootDSETest.cs: Removed unused setup and teardown methods
-
-
-2003-03-13 Martin Willemoes Hansen <mwh@sysrq.dk>
- * Credited myself in Test/Mono.Directory.LDAP/BindSimpleTest.cs and
- Test/Mono.Directory.LDAP/QueryRootDSE.cs
-
-2003-03-12 Martin Willemoes Hansen <mwh@sysrq.dk>
- * NUnit2ified makefile.gnu, Test/dslib_linux_test.args
- Test/makefile.gnu, Test/Mono.Directory.LDAP/BindSimpleTest.cs
- Test/Mono.Directory.LDAP/QueryRootDSE.cs
- * Renamed Test/Mono.Directory.LDAP/QueryRootDSE.cs to QueryRootDSETest.cs
- * Removed Test/NUnit.Prefs, Test/Mono.Directory.LDAP/AllTests.cs
- * Fixed Mono.Directory.LDAP/LDAP.cs casting of null to object.
-
-2002-12-11 Jeroen Janssen <japj@darius.demon.nl>
-
- * add reference to corlib.dll in order to eliminate [MonoTODO] build error
-
-2002-12-10 Jeroen Janssen <japj@darius.demon.nl>
-
- * added Mono.Directory.LDAP.build file