aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuji Mano <yuji.mano@am.sony.com>2008-12-16 23:38:38 -0800
committerGeoff Levand <geoffrey.levand@am.sony.com>2008-12-23 11:25:26 -0800
commit328758cc598d5ec4b973a5da989e4721c678ec0b (patch)
treea869bbc84e3379b2d4750149ad25c61f55afbff6
parent4d07d4007705dccffe100b46bf99313030a33181 (diff)
downloadmars-src-328758cc598d5ec4b973a5da989e4721c678ec0b.tar.gz
dist: Add top-level ChangeLog
Signed-off-by: Yuji Mano <yuji.mano@am.sony.com>
-rw-r--r--ChangeLog47
-rwxr-xr-xmake-dist2
2 files changed, 48 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..ce5e217
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,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
diff --git a/make-dist b/make-dist
index 403adb1..f107f6b 100755
--- a/make-dist
+++ b/make-dist
@@ -54,7 +54,7 @@ find $TESTS_DIR ! -name '.[^.]*' -type f | tar cf - -T - | tar xf - -C $DIST_DIR
mkdir $DIST_DIR/scripts
cp scripts/*.m4 $DIST_DIR/scripts/
-cp README $DIST_DIR
+cp ChangeLog README $DIST_DIR
sed -e "s,@version@,$VERSION,g" mars.spec.in > $DIST_DIR/mars.spec
pushd $DIST_DIR