Author: fmantek
Date: Thu May  3 00:22:00 2007
New Revision: 141

Modified:
   trunk/clients/cs/RELEASE_NOTES.txt
   trunk/clients/cs/src/core/request.cs
   trunk/clients/cs/src/version/AssemblyVersion.cs

Log:
Fixed a blunder in the request.cs file that disabled the error return stream

Modified: trunk/clients/cs/RELEASE_NOTES.txt
==============================================================================
--- trunk/clients/cs/RELEASE_NOTES.txt  (original)
+++ trunk/clients/cs/RELEASE_NOTES.txt  Thu May  3 00:22:00 2007
@@ -1,3 +1,6 @@
+== 1.0.9.7 ==
+- fixed an incorrect trace statement in request.cs that had the result of 
disabling reading the error response.
+
 == 1.0.9.6
 - added Google Apps for Your Domain support, a new helper DLL 
Google.GData.Apps.dll, and a sample, as well
   as unittests. Version number is increased to distinguish from Subversion, as 
this will be a binary download 

Modified: trunk/clients/cs/src/core/request.cs
==============================================================================
--- trunk/clients/cs/src/core/request.cs        (original)
+++ trunk/clients/cs/src/core/request.cs        Thu May  3 00:22:00 2007
@@ -403,7 +403,6 @@
             {
                 Tracing.TraceCall("GDataRequest::Execute failed: " + 
this.targetUri.ToString()); 
                 GDataRequestException gde = new 
GDataRequestException("Execution of request failed: " + 
this.targetUri.ToString(), e);
-                Tracing.TraceMsg("Exception text: " + gde.ResponseString);
                 throw gde;
             }
             if (this.webResponse is HttpWebResponse)

Modified: trunk/clients/cs/src/version/AssemblyVersion.cs
==============================================================================
--- trunk/clients/cs/src/version/AssemblyVersion.cs     (original)
+++ trunk/clients/cs/src/version/AssemblyVersion.cs     Thu May  3 00:22:00 2007
@@ -46,7 +46,7 @@
 // You can specify all the values or you can default the Revision and Build 
Numbers 
 // by using the '*' as shown below:
 
-[assembly: AssemblyVersion("1.0.9.6")]
+[assembly: AssemblyVersion("1.0.9.7")]
 
 
 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to