Author: psutter
Date: Mon Jul 24 14:50:55 2017
New Revision: 1802822
URL: http://svn.apache.org/viewvc?rev=1802822&view=rev
Log:
Release preparation: removed dev tag from version and updated NOTICE and README
file
Modified:
chemistry/objectivecmis/trunk/NOTICE
chemistry/objectivecmis/trunk/ObjectiveCMIS/ObjectiveCMIS.xcconfig
chemistry/objectivecmis/trunk/README
Modified: chemistry/objectivecmis/trunk/NOTICE
URL:
http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/NOTICE?rev=1802822&r1=1802821&r2=1802822&view=diff
==============================================================================
--- chemistry/objectivecmis/trunk/NOTICE (original)
+++ chemistry/objectivecmis/trunk/NOTICE Mon Jul 24 14:50:55 2017
@@ -1,5 +1,5 @@
Apache Chemistry ObjectiveCMIS
-Copyright 2012-2015 The Apache Software Foundation
+Copyright 2012-2017 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
Modified: chemistry/objectivecmis/trunk/ObjectiveCMIS/ObjectiveCMIS.xcconfig
URL:
http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/ObjectiveCMIS/ObjectiveCMIS.xcconfig?rev=1802822&r1=1802821&r2=1802822&view=diff
==============================================================================
--- chemistry/objectivecmis/trunk/ObjectiveCMIS/ObjectiveCMIS.xcconfig
(original)
+++ chemistry/objectivecmis/trunk/ObjectiveCMIS/ObjectiveCMIS.xcconfig Mon Jul
24 14:50:55 2017
@@ -16,7 +16,7 @@
// under the License.
// Library version number
-OBJECTIVECMIS_VERSION=0.6-dev
+OBJECTIVECMIS_VERSION=0.6
// Allow selected config variables to be accessible in code
OTHER_CFLAGS=-DOBJECTIVECMIS_VERSION="@\"${OBJECTIVECMIS_VERSION}\""
Modified: chemistry/objectivecmis/trunk/README
URL:
http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/README?rev=1802822&r1=1802821&r2=1802822&view=diff
==============================================================================
--- chemistry/objectivecmis/trunk/README (original)
+++ chemistry/objectivecmis/trunk/README Mon Jul 24 14:50:55 2017
@@ -19,8 +19,7 @@ The ObjectiveCMIS library is distributed
Minimum Requirements
--------------------
-The library is making use of NSURLSession API for downloading content via HTTP.
-Therefore the library is compatible with iOS v7.0 SDK and OS X v10.9 SDK or
later.
+The library is compatible with iOS v8.0 SDK and OS X v10.9 SDK or later.
For development we recommend the latest available version of Xcode and
iOS / Mac OSX SDKs.