*******************************************************************
* JPEG Encoder Baseline Engine, Linux Device Driver, Release Note *
*******************************************************************
[Version 2.0.0.4]
Release at 2015.12.25
1. FEATURE: Use code_gen version 4.8.0.6. - DONE.
2. MODIFICATION: Avoid multiple process access SYSC at the reset control MMR caused by race condition - DONE.

[Version 2.0.0.3]
Release at 2015.11.27
1. FEATURE: Use code_gen version 4.8.0.6. - DONE.
2. BUG: mutex_unlock() in Open() should be placed after try_module_get() - FIXED.
3. MODIFICATION: initialize ptObjInfo->ptMMRInfo and ptObjInfo->ptMMRDecInfo to NULL in Open() - DONE.

[Version 2.0.0.2]
Release at 2015.10.15
1. MODIFICATION: To avoid system crash, modify coding behavior of the wait_event_interruptible function - DONE.

[Version 2.0.0.1]
Release at 2015.06.04
1. MODIFICATION: Use mutex_lock and mutex_unlock to avoid concurrent issue - DONE.

[Version 2.0.0.0]
Release at 2015.05.28
1. MODIFICATION: Change VMA_JEBE_IOC_START interface to reduced system call for software performance enhancement - DONE.
2. MODIFICATION: Reduce the "mutex lock scop" in Ioctk(), Only " VMA_JEBE_IOC_START" and " VMA_JEBE_IOC_RESET" need to get the lock - DONE.

[Version 1.0.0.0]
Release at 2014.11.28
1. FEATURE: Synchronized with VMA_JEBE version 5.2.0.7 - DONE.
2. FEATURE: Use code_gen version 4.7.0.1. - DONE.
3. FEATURE: Generate for Paganini chip  - DONE.