From 328758cc598d5ec4b973a5da989e4721c678ec0b Mon Sep 17 00:00:00 2001 From: Yuji Mano Date: Tue, 16 Dec 2008 23:38:38 -0800 Subject: dist: Add top-level ChangeLog Signed-off-by: Yuji Mano --- ChangeLog | 47 +++++++++++++++++++++++++++++++++++++++++++++++ make-dist | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 ChangeLog 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 + + 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 + + Release v1.0.1 + -------------- + Bug Fix Release + + * hide internal implementation details from public API headers + * bug fixes + +2008-10-23 Yuji Mano + + 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 + + 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 -- cgit 1.2.3-korg