Repository: tez Updated Branches: refs/heads/master 2fc34ed67 -> 4d891ea76
TEZ-2462. Update DOAP file & CHANGES.txt for 0.7.0 Release (zjffdu) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/4d891ea7 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/4d891ea7 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/4d891ea7 Branch: refs/heads/master Commit: 4d891ea767646e10e22fd5d4bb01e264591c891e Parents: 2fc34ed Author: Jeff Zhang <[email protected]> Authored: Tue May 19 15:26:04 2015 +0800 Committer: Jeff Zhang <[email protected]> Committed: Tue May 19 15:26:04 2015 +0800 ---------------------------------------------------------------------- CHANGES.txt | 2 +- Tez_DOAP.rdf | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/4d891ea7/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 98ccafe..a9556a8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -24,7 +24,7 @@ ALL CHANGES: TEZ-2453. Tez UI: show the dagInfo is the application has set the same. TEZ-2447. Tez UI: Generic changes based on feedbacks. -Release 0.7.0: Unreleased +Release 0.7.0: 2015-05-18 INCOMPATIBLE CHANGES TEZ-2176. Move all logging to slf4j. (commons-logging jar no longer part of Tez tar) http://git-wip-us.apache.org/repos/asf/tez/blob/4d891ea7/Tez_DOAP.rdf ---------------------------------------------------------------------- diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf index 5602e44..4b5d311 100644 --- a/Tez_DOAP.rdf +++ b/Tez_DOAP.rdf @@ -36,6 +36,13 @@ <category rdf:resource="http://projects.apache.org/category/big-data" /> <release> <Version> + <name>Version 0.7.0</name> + <created>2015-05-18</created> + <revision>0.7.0</revision> + </Version> + </release> + <release> + <Version> <name>Version 0.6.0</name> <created>2015-01-23</created> <revision>0.6.0</revision>
