From f3df0d070bce1ca381ae9a949fc8ebdb3e2abbc1 Mon Sep 17 00:00:00 2001 From: "leif%netscape.com" Date: Fri, 11 Sep 1998 11:11:06 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://10.0.0.236/branches/devel-branch-1_1@9841 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/directory/perldap/html/Project.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mozilla/directory/perldap/html/Project.html b/mozilla/directory/perldap/html/Project.html index a6ce45b65d5..524a7ebf7c0 100644 --- a/mozilla/directory/perldap/html/Project.html +++ b/mozilla/directory/perldap/html/Project.html @@ -1,7 +1,7 @@ - + @@ -39,8 +39,8 @@
- $Revision: 1.1.2.2 $
- $Date: 1998-09-09 10:35:30 $
+ $Revision: 1.1.2.3 $
+ $Date: 1998-09-11 11:11:06 $
Leif Hedstrom, Netscape Communications Corp.
@@ -143,6 +143,9 @@ important that a module or method doesn't work without it). The oustanding
  • Conn.pm: Bug fix for case sensitivity on searches for specific attributes. [leif, fixed 09/03] +
  • Conn.pm: Case is not preserved in modifyRDN(). + [leif, fixed 09/11] +
  • Makefile.PL: Change all "reads" from STDIN to explictly use . This is necessary so the user can give extra command line arguments to pass to MakeMaker. We might want to consider a major