[ANN] V4RB, V4MD, Vserver 2.0.5fc11 for MAC + WIN

Charles Yeomans yeomans at desuetude.com
Mon Aug 22 12:54:52 CDT 2005


On Aug 21, 2005, at 7:05 AM, Ruslan Zasukhin wrote:

> Hi All,
>
> fc11 - is big update, so we update ALL products that everyone can test.
>             Revolution archives will be uploaded in 1-2 hours.
>
>
> * This update finalize ENCRYPTION.
>
> - you get 6 new examples on encryption and structure encryption.
>
> - you get in class Vdatabase 2 new properties:
>
>             IsEncrypted
>             IsStructureEncrypted
>
> - you get in class Vdatabase 5 new methods:
>
>     Encrypt(inKey as String, inForData as Integer = kRecordsOnly)
>     Decrypt(inKey as String, inForData as Integer = kRecordsOnly)
>     ChangeEncryptionKey(
>          inOldKey as String,
>          inNewKey as String, inForData as Integer = kRecordsOnly)
>
>     UseEncryptionKey(inKey as String, inForData as Integer = 
> kRecordsOnly.)
>     RequiresEncryptionKey()
>
>
> - And you get similar 5 methods in the class VTAble and Vfield,
>     but without the last parameter inForData.
>
> - parameter inforData on default encrypt only DATA RECORDS.
>     If you want encrypt structure you can specify kStructureOnly.
>
>     You can even specify kStructureAndRecords,
>     then both will be encrypted by the same password.
>
>
> NOTE: as you see, comparing to v1 we have deprecate set of methods to 
> work
> with structure encryption. Instead we have now optional parameter in 
> the
> methods of Vdatabase class.
>
> --------------------------------------
> FIXED BUGS:
>
> * Bob, encryption for project with Classes now must work.
>
> * Vserver - Igor have fix 4-5 bugs related to open and connect to 
> databases
> under server.
>
>     Charles, now you query not crash server.

It looks like my query still crashes VServer. V4Rb raises a VException 
with error ERR_STREAM_READ_ERROR, and VServer says "bus error" and 
quits.

--------------
Charles Yeomans



More information about the Valentina-beta mailing list