*** empty log message ***

git-svn-id: svn://10.0.0.236/branches/devel-branch-1_1@9841 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
leif%netscape.com
1998-09-11 11:11:06 +00:00
parent 1c1b1ba3fd
commit f3df0d070b

View File

@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<!-- ---------------------------------------------------------------- -->
<!-- $Id: Project.html,v 1.1.2.2 1998-09-09 10:35:30 leif%netscape.com Exp $ -->
<!-- $Id: Project.html,v 1.1.2.3 1998-09-11 11:11:06 leif%netscape.com Exp $ -->
<!-- -->
<HEAD>
@@ -39,8 +39,8 @@
<TR>
<TD>
<CENTER>
$Revision: 1.1.2.2 $<BR>
$Date: 1998-09-09 10:35:30 $<BR>
$Revision: 1.1.2.3 $<BR>
$Date: 1998-09-11 11:11:06 $<BR>
Leif Hedstrom, Netscape Communications Corp.
</CENTER>
</TD>
@@ -143,6 +143,9 @@ important that a module or method doesn't work without it). The oustanding
<LI><B>Conn.pm</B>: Bug fix for case sensitivity on searches for
specific attributes. <B><I>[leif, fixed 09/03]</I></B>
<LI><B>Conn.pm</B>: Case is not preserved in modifyRDN().
<B><I>[leif, fixed 09/11]</I></B>
<LI><B>Makefile.PL</B>: Change all "reads" from STDIN to explictly use
<STDIN>. This is necessary so the user can give extra command line
arguments to pass to MakeMaker. We might want to consider a major