NullableTypes ReleaseNotes.txt,1.14,1.15
Status: Inactive
Brought to you by:
lukadotnet
From: \(luKa\) <luk...@us...> - 2005-02-12 03:44:42
|
Update of /cvsroot/nullabletypes/NullableTypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24056 Modified Files: ReleaseNotes.txt Log Message: Index: ReleaseNotes.txt =================================================================== RCS file: /cvsroot/nullabletypes/NullableTypes/ReleaseNotes.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ReleaseNotes.txt 1 Jun 2004 18:40:32 -0000 1.14 --- ReleaseNotes.txt 12 Feb 2005 03:44:33 -0000 1.15 *************** *** 1,2 **** --- 1,22 ---- + NullableTypes ver. 1.3 + ---------------------------------------------------------- + This is the first beta after the official release v1.2. It adds + minor improvements. + It include binary, samples in C# and VB.NET, help and source code. + + Changes from ver. 1.2 + - Security: Reduced attack surface of NullableTypes assembly + - Security: Reduced permissions required for NullableTypes callers. + - Improved tests NullableSingleTest.ParseFormatException() and + NullableDoubleTest.ParseFormatException() to make them pass also + with the current culture 'German (Switzerland)' 'de-CH' 'LCID=2055' + - NullableStringTest2.XmlSerializable test was broken - not nu.Test and + not calling correct function. + - Added new type NullableGuid and added NullableGuid tests, + added NullableGuid conversions in DBNullConvert and NullConvert + + + + NullableTypes ver. 1.2 ---------------------------------------------------------- |