DotCMIS 0.3 release preparation

git-svn-id: https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk@1185140 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README b/README
index 8d786c3..9e84fd6 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Apache Chemistry DotCMIS 0.2

+Apache Chemistry DotCMIS 0.3

 ============================

 

 Apache Chemistry DotCMIS is a Content Management Interoperability Services (CMIS)

@@ -9,20 +9,19 @@
 See http://chemistry.apache.org/dotnet/getting-started-with-dotcmis.html for code samples

 and DotCMISDoc.chm for the API documentation.

 

-

-This is the second release of DotCMIS. All CMIS operations and both bindings have 

-been implemented. The API is complete and is not supposed to change in following releases. 

-The most frequently used operations have been successfully tested against a small number 

-of repositories from different vendors.

-

-However, the current test coverage is not sufficient to identify all kinds of problems and

-compatibility issues. The code base will be tested and improved in the following releases. 

+This third release is a bug fix release.

 If you find a problem, please let us know: https://issues.apache.org/jira/browse/CMIS

 

 

 Change log 

 ----------

 

+DotCMIS 0.3:

+

+- DotCMIS only requires the .NET Client Profile.

+- Several bug and interoptability fixes.

+

+

 DotCMIS 0.2:

 

 - Web Services compatibility has been improved. 

diff --git a/release.bat b/release.bat
index 88fd0ff..040ea81 100644
--- a/release.bat
+++ b/release.bat
@@ -22,7 +22,7 @@
 rem This batch file creates a release.

 rem It requires Cygwin.

 

-set DOTCMISVERSION=0.2

+set DOTCMISVERSION=0.3

 set DOTCMISZIP=chemistry-dotcmis-%DOTCMISVERSION%.zip

 set DOTCMISRC=RC1