Update of /cvsroot/nullabletypes/NullableTypes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14466
Modified Files:
ReadMe.txt ReleaseNotes.txt
Log Message:
Index: ReleaseNotes.txt
===================================================================
RCS file: /cvsroot/nullabletypes/NullableTypes/ReleaseNotes.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** ReleaseNotes.txt 30 Oct 2005 14:24:40 -0000 1.17
--- ReleaseNotes.txt 30 Oct 2005 15:25:09 -0000 1.18
***************
*** 12,20 ****
NullConvert, unit tests and xml documentation
! - Security
- Reduced attack surface of NullableTypes assembly
- Reduced permissions required for NullableTypes callers.
! - Bug fix that break backward compatibility
- Fixed NullableDateTime Add method: it have to return a new DateTime instead
of changing the current DateTime value.
--- 12,21 ----
NullConvert, unit tests and xml documentation
! - Security (changes that use new features of .NET Framework 1.1 not supported by 1.0)
- Reduced attack surface of NullableTypes assembly
+ AspNetHostingPermission is non supported in .NET Framework 1.0
- Reduced permissions required for NullableTypes callers.
! - Bug fix (that break NullableTypes backward compatibility with ver 1.0 and 1.2)
- Fixed NullableDateTime Add method: it have to return a new DateTime instead
of changing the current DateTime value.
Index: ReadMe.txt
===================================================================
RCS file: /cvsroot/nullabletypes/NullableTypes/ReadMe.txt,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** ReadMe.txt 30 Oct 2005 14:26:46 -0000 1.20
--- ReadMe.txt 30 Oct 2005 15:25:09 -0000 1.21
***************
*** 91,95 ****
'NullableTypes.Tests.dll-v1.0' to 'NullableTypes.Tests.dll' in the 'bin' folder and do run tests again.
! NullableTypes 1.4 break Backward compatibility
VS.NET compatibility
--- 91,98 ----
'NullableTypes.Tests.dll-v1.0' to 'NullableTypes.Tests.dll' in the 'bin' folder and do run tests again.
! NullableTypes 1.4 break Backward compatibility with NullableTypes 1.2 and 1.0.
! NullableTypes 1.4 cannot run with .NET Framework 1.1 because it make us of AspNetHostingPermission is not
! supported in .NET Framework 1.0.
!
VS.NET compatibility
|