##########################################################################
#version: V1.00.09
1. Fixed a bug that occurred if the uploaded certificate something wrong.

##########################################################################
#version: V1.00.08
1. Fixed a bug that query wrong path for certificates.

##########################################################################
#version: V1.00.07
[Modification]
1. Fixed the trouble in making sspo_api.
2. For having Macro(-Dxxxx) of specific Platform , added one new argument 
   to xsupp_build.sh. 
   If you have a Macro 'MY_MACRO' for your platform to assign to xsupp_build.sh,
    you can run the build tool like...

   $ xsupp_build.sh \
    OP_MODE=build CROSS=arm-linux- \
    OPENSSL_DIR=../openssl-0.9.7a MOREDEFS="-DMY_MACRO"

    Suppose that you are platform A, please use macro like...
   $ xsupp_build.sh \
    OP_MODE=build CROSS=arm-uclibc- \
    OPENSSL_DIR=../openssl-0.9.7a MOREDEFS="-DFOR_PLATFORM_A"
##########################################################################
#version: V1.00.06
[Modification]
1. Patch all changes.
2. Use xsupp_build.sh to control the building procedure of xsupplicant and 
   other relatives.
   Please reference the SSPO_REAME to learn how to use this new release.

##########################################################################
#version: V1.00.05
[Modification]
1. Fixed system crashed issue when uploading a empty file.

##########################################################################
#version: V1.00.04
[New Feature]
1. Add a new API function to provide consistent behavior on all platforms.
		ieee8021x_api (int ftype, int op, t8021xApiOp *api);  

   	This small function is compiled as a static library called lib8021x_api.a 
	for easily porting to the all platform.
[Modification]
1. Make lib8021x_api.a after finishing all compiling procedure.
2. Remove lib8021x_api.a when making target clean

##########################################################################
#version:  V1.0.03 release note.
Date: 2011/06/03
[New Feature]
Add Rules.make
Add How To Start at README & INSTALL
Add build.sh in ./lib/flex

[Bug Fixed]

[Modified]

[Removed]

[Limitation]

