You are viewing a plain text version of this content. The canonical link for it is here.
Posted to s4-commits@incubator.apache.org by mm...@apache.org on 2013/03/13 16:04:26 UTC

git commit: Update release notes + readme

Updated Branches:
  refs/heads/dev 02cefdae9 -> 0638a2a65


Update release notes + readme


Project: http://git-wip-us.apache.org/repos/asf/incubator-s4/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s4/commit/0638a2a6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s4/tree/0638a2a6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s4/diff/0638a2a6

Branch: refs/heads/dev
Commit: 0638a2a65f137485055fe9f1a9de386d88333e38
Parents: 02cefda
Author: Matthieu Morel <mm...@apache.org>
Authored: Wed Mar 13 17:03:37 2013 +0100
Committer: Matthieu Morel <mm...@apache.org>
Committed: Wed Mar 13 17:03:37 2013 +0100

----------------------------------------------------------------------
 README.md          |    8 ++++++--
 RELEASE_NOTES.html |    4 ++++
 2 files changed, 10 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/0638a2a6/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8bf991b..57ee04e 100644
--- a/README.md
+++ b/README.md
@@ -43,16 +43,20 @@ We use gradle http://gradle.org as the build system.
 
 * From the root directory of the S4 project:
 
-./gradlew install
+		./gradlew install
 
 This will build the packages and install the artifacts in the local maven repository.
 
 * Then, build the tools:
 
-./gradlew s4-tools:installApp
+		./gradlew s4-tools:installApp
 
 This will build the tools so that you can drive the platform through the "s4" command.
 
+* You may also run regression tests, after artifacts are installed:
+
+		./gradlew test
+
 
 Directory structure
 -------------------

http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/0638a2a6/RELEASE_NOTES.html
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES.html b/RELEASE_NOTES.html
index c2ea03e..03837a8 100644
--- a/RELEASE_NOTES.html
+++ b/RELEASE_NOTES.html
@@ -49,6 +49,10 @@ Apache S4 0.6 contains grounds on the same basis than 0.5 and brings major perfo
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/S4-127'>S4-127</a>] -         S4 status error due to invalid parsing
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/S4-128'>S4-128</a>] -         s4r task ignores appName parameter
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/S4-129'>S4-129</a>] -         s4 node ignores zk parameter from the command line
+</li>
 </ul>
                 
 <h2>        Improvement