[ActiveLock-Development] CVS: activelock/docs ReleaseNotes.htm,1.2,1.3
Brought to you by:
ialkan
From: Thanh H. T. <th...@us...> - 2003-11-04 07:53:35
|
Update of /cvsroot/activelock/activelock/docs In directory sc8-pr-cvs1:/tmp/cvs-serv9812 Modified Files: ReleaseNotes.htm Log Message: Added notes for release 2.0.4 Index: ReleaseNotes.htm =================================================================== RCS file: /cvsroot/activelock/activelock/docs/ReleaseNotes.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ReleaseNotes.htm 13 Oct 2003 08:50:41 -0000 1.2 +++ ReleaseNotes.htm 4 Nov 2003 07:53:32 -0000 1.3 @@ -42,7 +42,7 @@ <center> <h1>Release Notes</h1> <h3>ActiveLock<sup><font size=-2>TM</font></sup> 2<br> -Alpha 2 (Oct. 13, 2003)</h3> +Alpha 3 (Nov. 04, 2003)</h3> </center> <hr> <p> @@ -77,6 +77,23 @@ <a name="changes"><h2>Change History</h2></a> <blockquote> + <h3>2.0.4 (Alpha 3) - Nov. 04, 2003</h3> + <h4>General Changes</h4> + <ul> + <li>alcrypto.dll is now installed into the Windows System directory. + <li>License Class field in ALUGEN has been removed. This setting was totally unnecessary. + <li>Terminology change: Request Code is now called Installation Code + <li>New IActiveLock properties: RegisteredUser, InstallationCode + <li>Due to some interface cleanup, IActiveLock backward compatibility with 2.0.3 has been broken. + If you have an application using 2.0.3, you'll need to recompile your app against 2.0.4. + </ul> + <h4>Bug Fixes In This Release</h4> + <ul> + <li>GCode truncation bug in ALUGEN. This was actually a bug in ActiveLockUtil.INIFile class which + allowed only 255 bytes for an INI value, which obviously was not large enough for the GCode. + ActiveLockUtil.INIFile class now allows up to 2048 bytes for INI values. + </ul> + <h3>2.0.3 (Alpha 2) - Oct. 13, 2003</h3> <h4>New Features</h4> <ul> @@ -146,10 +163,10 @@ and <a href="http://sourceforge.net/tracker/?group_id=70007&atid=526385">bug reports</a>. <dt><a href="http://lists.sourceforge.net/mailman/listinfo/activelock-users">ActiveLock Users Mailing List</a> - <dd>This is the fastest way to get help if you're having trouble using ActiveLock. + <dd>This is the fastest way to get help if you're having trouble with using ActiveLock. <dt><a href="http://activelock.sourceforge.net/boards/">ActiveLock Message Board</a> - <dd>You can also post questions and discussions here. This way any newcomers who has not joined + <dd>You can also post questions and discussions here. This way any newcomers who have not joined our mailing list can also benefit from your discussions. </dl> </blockquote> |