* MonoTouch/MonoPInvokeCallbackAttribute.cs: Added.
[mono.git] / mcs / class / Mono.Data.Tds / ChangeLog
index b7d05a643b96fadee0110d1cf39f53dd3f06ddf8..4cf5f9e9a7d464f37b28757b12a0d5a7624e503b 100644 (file)
@@ -1,3 +1,35 @@
+2008-06-09  Ankit Jain  <jankit@novell.com>
+
+       * ITds.cs: Removed.
+       * Mono.Data.Tds.dll.sources: Update.
+
+2007-07-22  Nagappan A  <anagappan@novell.com>
+
+       * Mono.Data.Tds.dll.sources: Added
+       Mono.Data.Tds.Protocol/TdsBulkCopy.cs.
+
+2005-09-21 Senganal T  <tsenganal@novell.com>
+
+       * Mono.Data.Tds.Protocol/Tds.cs: 
+               - Modified the way Server Version number is calculated
+               - Added a new varaible to remember the original database
+               connected to and to reset the Database property when the
+               connection to database is closed.
+       * Mono.Data.Tds.Protocol/Tds70.cs: 
+               modified Reset() to Call the Reset() of base class which 
+               in turn resets the database name. 
+
+2005-04-07  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * Mono.Data.Tds.dll.sources: In Mono.Data.Tds.Protocol
+       Added TdsAsyncResult.cs & TdsAsyncState.cs.
+
+2004-08-14 Geoff Norton <gnorton@customerdna.com>
+
+        * Mono.Data.Tds.Protocol/TdsComm.cs: 
+          Mono.Data.Tds.Protocol/Tds70.cs: 
+               Make Tds70 work on Big Endian machines.
+
 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
 
        * Mono.Data.Tds.dll.sources: Added Assembly/AssemblyInfo.cs and