Modified:
branches/5.1/README
branches/5.1/Release Notes.txt
Log:
updated version and some content in release notes
Modified: branches/5.1/README
===================================================================
--- branches/5.1/README 2007-09-20 14:34:35 UTC (rev 1009)
+++ branches/5.1/README 2007-09-20 14:34:55 UTC (rev 1010)
@@ -1,4 +1,4 @@
-MySQL Connector/Net 5.1.2
+MySQL Connector/Net 5.1.3
MySQL AB's ADO.Net Driver for MySQL
Copyright (c) 2004-2007 MySQL AB
Modified: branches/5.1/Release Notes.txt
===================================================================
--- branches/5.1/Release Notes.txt 2007-09-20 14:34:35 UTC (rev 1009)
+++ branches/5.1/Release Notes.txt 2007-09-20 14:34:55 UTC (rev 1010)
@@ -1,11 +1,11 @@
-Connector/Net 5.1.2 Release Notes
+Connector/Net 5.1 Release Notes
------------------------------------
-Welcome to the release notes for Connector/Net 5.1.2
+Welcome to the release notes for Connector/Net 5.1
Binary and VarBinary issues
---------------------------
-With 5.1.2, we have reintroduced code to properly return field values as byte[] when
+With 5.1, we have reintroduced code to properly return field values as byte[] when
the field's type is indicated to be binary by the server. Unfortunately, there are
some scenarios where the connector simply can't tell which is right. One example
is the 'SHOW PROCESSLIST' query. The fields returned from this query contain text
@@ -16,6 +16,4 @@
Known Issues
------------
-1. Creating a procedure with the name StoredProcedure1 will cause any future attempts
- to create a stored procedure to fail.
| Thread |
|---|
| • Connector/NET commit: r1010 - branches/5.1 | rburnett | 20 Sep |