aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: ce5e217dbf49d102b039e6cc275d4b388c90f752 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
2008-12-19  Yuji Mano <yuji.mano@am.sony.com>

	Release v1.1.0
	--------------
	Workload Module Framework, NUMA Support with Test Suite

	* add support for NUMA
	* add initial test suite
	* add workload module framework
	* add tick counter API
	* cleanup DMA API
	* remove obsolete MPU-side mars/core.h
	* bug fixes

2008-11-11  Yuji Mano <yuji.mano@am.sony.com>

	Release v1.0.1
	--------------
	Bug Fix Release

	* hide internal implementation details from public API headers
	* bug fixes

2008-10-23  Yuji Mano <yuji.mano@am.sony.com>

	Release v1.0.0
	--------------
	Major API Cleanups and Changes

	* change API so objects are dynamically allocated
	* change API to remove structure parameter passing
	* clean up header files and remove mars_* prefix from header file names
	* add support for shared MARS context
	* add support for task partial context save
	* add support to returning task exit code
	* add mars/mars_context.h
	* remove mars_debug.h and mars_timer.h from public headers
	* bug fixes

2008-09-11  Yuji Mano <yuji.mano@am.sony.com>

	Release v0.9.2
	--------------
	Initial Public Release

	* API changes/additions
	* bug fixes