Author: lgross
Date: Tue Mar 10 10:29:56 2015
New Revision: 1665449

URL: http://svn.apache.org/r1665449
Log:
ObjectiveCMIS 0.5 released

Modified:
    chemistry/site/trunk/content/index.mdtext
    chemistry/site/trunk/content/objective-c/objectivecmis.mdtext

Modified: chemistry/site/trunk/content/index.mdtext
URL: 
http://svn.apache.org/viewvc/chemistry/site/trunk/content/index.mdtext?rev=1665449&r1=1665448&r2=1665449&view=diff
==============================================================================
--- chemistry/site/trunk/content/index.mdtext (original)
+++ chemistry/site/trunk/content/index.mdtext Tue Mar 10 10:29:56 2015
@@ -64,6 +64,7 @@ inclusion of the C.M.I.S. letters, "CheM
 
 <a name="news"></a>
 ## Project News
+  * 2015-03-09 [ObjectiveCMIS 0.5](objective-c/objectivecmis.html) released, 
introduces support for background data transfer.
   * 2014-08-21 [OpenCMIS 
0.12.0](java/download.html#OpenCMIS-0.12.0FullDownloadpage) released. Main 
changes are: Java 5 support dropped, JCR module dropped, server improvements 
including support for HTTP HEAD and custom responses, added support for the 
"Extended DateTime Format for the Browser Binding" feature extensions, 
Workarounds for some repositories and bug fixes
   * 2014-07-25 [ObjectiveCMIS 0.4](objective-c/objectivecmis.html) released, 
introduces support for Browser Binding.
   * 2014-04-14 [OpenCMIS 
0.11.0](java/download.html#OpenCMIS-0.11.0FullDownloadpage) released.

Modified: chemistry/site/trunk/content/objective-c/objectivecmis.mdtext
URL: 
http://svn.apache.org/viewvc/chemistry/site/trunk/content/objective-c/objectivecmis.mdtext?rev=1665449&r1=1665448&r2=1665449&view=diff
==============================================================================
--- chemistry/site/trunk/content/objective-c/objectivecmis.mdtext (original)
+++ chemistry/site/trunk/content/objective-c/objectivecmis.mdtext Tue Mar 10 
10:29:56 2015
@@ -26,12 +26,13 @@ Apache Chemistry ObjectiveCMIS is a CMIS
 The library is primarily targeted at iOS application development and aims to 
provide an interoperability API to CMIS based repositories.
 However, as the base library is built on the Foundation.framework it can be 
used for developing Mac OSX applications as well. 
 
+ The library is compatible with iOS v7.0 SDK and OS X v10.9 SDK or later. If 
your project needs to support older SDK versions, please download version 0.4 
from the [Archives][archives].
 
 ### Where to get it from
 
-#### Release 0.4 (2014-07-25)
+#### Release 0.5 (2015-03-09)
 
-[Full Download 
page](http://www.apache.org/dyn/closer.cgi/chemistry/objectivecmis/0.4)
+[Full Download 
page](http://www.apache.org/dyn/closer.cgi/chemistry/objectivecmis/0.5)
 
 Package| zip
 ------|---
@@ -43,7 +44,6 @@ ObjectiveCMIS client binary|[Download][b
 
 For older releases please browse the [Archives][archives].
 
-
 #### Verify authenticity of Downloads package
 While downloading the packages, make yourself familiar on how to verify their 
integrity, authenticity and provenience according to the Apache Software 
Foundation best practices. Please make sure you check the following resources:
 
@@ -151,14 +151,14 @@ In the code above you may have noticed t
     }];
 
 
-[srczip]: 
http://www.apache.org/dyn/closer.cgi/chemistry/objectivecmis/0.4/chemistry-objectivecmis-0.4-src.zip
-[srcmd5]: 
http://www.apache.org/dist/chemistry/objectivecmis/0.4/chemistry-objectivecmis-0.4-src.zip.md5
-[srcsha]: 
http://www.apache.org/dist/chemistry/objectivecmis/0.4/chemistry-objectivecmis-0.4-src.zip.sha
-[srcpgp]: 
http://www.apache.org/dist/chemistry/objectivecmis/0.4/chemistry-objectivecmis-0.4-src.zip.asc
-
-[binzip]: 
http://www.apache.org/dyn/closer.cgi/chemistry/objectivecmis/0.4/chemistry-objectivecmis-0.4-bin.zip
-[binmd5]: 
http://www.apache.org/dist/chemistry/objectivecmis/0.4/chemistry-objectivecmis-0.4-bin.zip.md5
-[binsha]: 
http://www.apache.org/dist/chemistry/objectivecmis/0.4/chemistry-objectivecmis-0.4-bin.zip.sha
-[binpgp]: 
http://www.apache.org/dist/chemistry/objectivecmis/0.4/chemistry-objectivecmis-0.4-bin.zip.asc
+[srczip]: 
http://www.apache.org/dyn/closer.cgi/chemistry/objectivecmis/0.5/chemistry-objectivecmis-0.5-src.zip
+[srcmd5]: 
http://www.apache.org/dist/chemistry/objectivecmis/0.5/chemistry-objectivecmis-0.5-src.zip.md5
+[srcsha]: 
http://www.apache.org/dist/chemistry/objectivecmis/0.5/chemistry-objectivecmis-0.5-src.zip.sha
+[srcpgp]: 
http://www.apache.org/dist/chemistry/objectivecmis/0.5/chemistry-objectivecmis-0.5-src.zip.asc
+
+[binzip]: 
http://www.apache.org/dyn/closer.cgi/chemistry/objectivecmis/0.5/chemistry-objectivecmis-0.5-bin.zip
+[binmd5]: 
http://www.apache.org/dist/chemistry/objectivecmis/0.5/chemistry-objectivecmis-0.5-bin.zip.md5
+[binsha]: 
http://www.apache.org/dist/chemistry/objectivecmis/0.5/chemistry-objectivecmis-0.5-bin.zip.sha
+[binpgp]: 
http://www.apache.org/dist/chemistry/objectivecmis/0.5/chemistry-objectivecmis-0.5-bin.zip.asc
 
 [archives]: http://archive.apache.org/dist/chemistry/objectivecmis
\ No newline at end of file


Reply via email to