CVSROOT: /sources/dotgnu-pnet
Module name: pnetlib
Changes by: Radek Polak <radekp> 09/02/27 13:52:20
Modified files:
. : ChangeLog
Log message:
missed changelog
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pnetlib/ChangeLog?cvsroot=dotgnu-pnet&r1=1.2563&r2=1.2564
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.2563
retrieving revision 1.2564
diff -u -b -r1.2563 -r1.2564
--- ChangeLog 25 Feb 2009 13:52:06 -0000 1.2563
+++ ChangeLog 27 Feb 2009 13:52:19 -0000 1.2564
@@ -1,3 +1,25 @@
+2009-02-27 Radek Polak <[email protected]>
+
+ * DotGNU.SSL/GNUTLS.cs: Remove IDisposable interface from gnutls_datum.
+ For structs it makes no sence because calls to any interface method will
+ box and thus copy members including pointer to data. Later use of this
+ data can be dangerous.
+
+ * System.Xml/XPath/Private/XPathParser.cs,
+ System.Xml/XPath/Private/XPathParser.jay,
+ System.Xml/XPath/Private/XPathNodes.tc: Fix comments style.
+
+ * System/Diagnostics/Process.cs: Fix visibility of helper funcions.
+
+ * runtime/System/AppDomain.cs, runtime/System/AppDomainSetup.cs: Fix
+ uninitialized variables passed as refs.
+
+ * runtime/System/Private/NumberFormat/Formatter.cs: Fix uninitialized
+ return value and ambiguous NumberFormatInfo class calls.
+
+ *
runtime/System/Security/Cryptography/X509Certificates/X509Certificate.cs:
+ Fix compiling under framework < 2.0.
+
2009-02-25 Radek Polak <[email protected]>
* System.Windows.Forms/ListBox.cs: Add overload for AddRange method.
_______________________________________________
dotgnu-pnet-commits mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/dotgnu-pnet-commits