Bringing C5 1.0 into the main branch.
[mono.git] / mcs / class / Mono.Data.Tds / ChangeLog
index b7d05a643b96fadee0110d1cf39f53dd3f06ddf8..cf65624a2648b8701430d556f22d1cbd3b1c7c0b 100644 (file)
@@ -1,3 +1,25 @@
+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