﻿
Version 0.8.7 (2013/4/24)
	* Revise Task Control when using MUTEX/COND
	  - Mutual Execution in WAIT Action

Version 0.8.6 (2013/4/20)
	* Support 64bit LINUX (X84_64)
	* Change local message parameter format in skelton module
	* Revise Task Control when using MUTEX/COND

Version 0.8.5 (2013/3/13)
	* Revise Marshalling
	  - Refine the Marshalling/Unmarshalling specification

Version 0.8.4 (2013/3/8)
	* Revise Marshalling
	  - Refine the Marshalling/Unmarshalling specification
	  - Add some types for marshal/unmarshal
	  - Add to change byte order in marshalled data
	  - Fix a bug
	* Revise Rendezvous
	  - Fix a bug when to use the rendezvous point repetitiously

Version 0.8.3 (2013/2/8)
	* Do Code Review

Version 0.8.2 (2013/2/7)
	* Do Code Review
	  - Do CondSignal or CondBroadcast After MutexUnlock in MsgQue
	  - Remove MutexLock and MutexUnlock at executing CondSignal in TaskCntl
	  - Add to set Cancel Point of Thread in MsgQue
	  - Add to set to disable Cancel of Thread in Stub and Rendezvous
	* Add RPC_MutexTimedLock API
	* Add APIs for Rendezvous

Version 0.8.1 (2013/2/2)
	* Do Code Review
	* Add an Yet Another Task Control in Rendezvous
	   If you use this function, please add USE_DOULBE_TASK_CNTL flag 
	   when configureing

Version 0.8.0 (2013/1/19)
	* Do Code Review
	    Some source file names and APIs are changed such as marshal
	* Add a new functionality
		 - Rendezvous

Version 0.6.1 (2013/1/14)
	* Change source file names
	* Functionalities are same as V.0.6.0

Version 0.6.0 (2013/1/14)
	* Revised file names, functions names, and type names
	* Functionalities are same as V.0.5.0


Version 0.5.0 (2013/1/8)
	* Released IPRPC for test version
	    - The functionalities are as follows:
		- Synchronized Unicast IPRPC
		- Asynchronized Unicast IPRPC
		- Synchronized Multicast IPRPC
		- Asynchronized Multicast IPRPC
		- Timeout functionality
		- Cancel functionality (Support Only Unicast IPRPC)


