From d27fbe34da9840bc685d05da9b655eb6cc1db590 Mon Sep 17 00:00:00 2001 From: Vincent Wang Date: Sun, 29 Nov 2015 21:31:16 +0800 Subject: [PATCH] update docs --- ChangeLog.md | 11 +++++++++++ README.md | 14 ++++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 ChangeLog.md diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 0000000..2bde9b1 --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,11 @@ +### 1.2.29 (Nov 29, 2015) +This release is development improvement release, although there is nothing new added to the Sedona framework, but we did add following improvements that will help developers to build/develop Sedona easier. + +Changes: +* Remove jikes dependency for POSIX OS platforms +* Wireshark protocol dissector for Sox/Dasp [More Info](./tools/README.md) +* Linux Docker images(centos & ubuntu) [More Info](./tools/README.md) +* Mac OS X build support +* Testing in non-Windows environment +* Code structure cleanups +* new svm test command line option to run tests matching a filter string diff --git a/README.md b/README.md index 26556e4..e6c25a7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # Sedona [![Build Status](https://travis-ci.org/linsong/sedona.svg?branch=master)](https://travis-ci.org/linsong/sedona) -The Sedona Framework is designed to make it easy to build smart, networked embedded devices. +The Sedona framework is designed to make it easy to build smart, networked embedded devices. -This is a git fork of Sedona Framework that is hosted using Mercurial, our goal is to enhance sedona platform to be more powerful and easy to be used. +This is a fork of the [official Sedona framework](http://www.sedonadev.org), we call it as **Sedona community branch**. Here's why we decided to fork: +* We love the Sedona framework and want it to become better and better, but there is no updates in years in the [official branch](http://www.sedonadev.org). So we make a branch here for everyone in the community to contribute; and at the same time, the whole community can get benifits from these contributions. **From the community, to the community**. +* We love git over Mercurial version control system, so we chose github :) -More details about the Sedona Framework at http://www.sedonadev.org. +We use [Academic Free License("AFL")](http://www.sedonadev.org/doc/license.html), the same as the official Sedona framework. You can visit the official site for more details: http://www.sedonadev.org. *** @@ -12,7 +14,10 @@ More details about the Sedona Framework at http://www.sedonadev.org. * Remove jikes dependency for POSIX OS platforms * Wireshark protocol dissector for Sox/Dasp [More Info](./tools/README.md) * Linux Docker image [More Info](./tools/README.md) -* Fix build issues under Mac OS X +* Mac OS X build support +* Testing in non-Windows environment + +See all changes in the [ChangeLog](ChangeLog.md). ## How To Build ### Mac OS X @@ -32,3 +37,4 @@ More details about the Sedona Framework at http://www.sedonadev.org. ### Linux We build a shell script that uses docker to build sedona under linux, read [here](./tools/README.md) for more details. +