Minor formatting fix for the release notes.
authorSashi Penta <sashi.kumar.penta@intel.com>
Wed, 3 Sep 2014 21:01:11 +0000 (14:01 -0700)
committerSashi Penta <sashi.kumar.penta@intel.com>
Wed, 3 Sep 2014 21:01:11 +0000 (14:01 -0700)
Change-Id: Ieee8839edbaef07ae5ab18efb81162c99d70d440

releaseNotes/Sept2nd2014.txt

index 119fe2e..6ab1dc0 100644 (file)
@@ -34,13 +34,10 @@ NOTE: This applies to server side functionality.
 subscribePresence API
 ******************
 
-This API allows a client to subscribe to a device's presence notifications. Notifications include
-new addition of resource on the device, deletion of a resource on the device, change in properties 
-of a resource. 
+This API allows a client to subscribe to a device's presence notifications. Notifications include new addition of resource on the device, deletion of a resource on the device, change in properties of a resource. 
 
 NOTE: This applies to client side functionality only.
-NOTE: In this release, when client uses subscribePresence API, it gets notified only for new 
-addition of resource on the device (server).
+NOTE: In this release, when client uses subscribePresence API, it gets notified only for new addition of resource on the device (server).
 
 *******************
 unsubscribePresence API
@@ -77,7 +74,7 @@ Other Notes:
 Security model is still open. 
 APIs have OCStackResult as return type. This is will indicate success or failure for the API operation. 
 
-Implementation for presence code is under 'WITH_PRESENCE' preprocessor macro in both C (base) and C++ (SDK).  
+Implementation for presence code is in both C (base) and C++ (SDK). In C (base) stack, presence code is defined with 'WITH_PRESENCE' preprocessor macro. 
 
 Maximum length of URI supported is 64 bytes (sent from the client)
 Maximum length of query supported is 64 bytes (sent from the client)