summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Or <andrewor14@apache.org>2014-11-27 03:02:48 +0000
committerAndrew Or <andrewor14@apache.org>2014-11-27 03:02:48 +0000
commit1dfff9073b99997ae975adc326b4b2cfeab7610a (patch)
tree205284b26468ecbf65459480e56847e2fe8a9925 /js
parentb74e3f4941de385059faa9e9bfb4d94e61ed3cda (diff)
downloadspark-website-1dfff9073b99997ae975adc326b4b2cfeab7610a.tar.gz
spark-website-1dfff9073b99997ae975adc326b4b2cfeab7610a.tar.bz2
spark-website-1dfff9073b99997ae975adc326b4b2cfeab7610a.zip
Add release notes and update website for 1.1.1
Diffstat (limited to 'js')
-rw-r--r--js/downloads.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/downloads.js b/js/downloads.js
index 946ac7ba1..ce40883a6 100644
--- a/js/downloads.js
+++ b/js/downloads.js
@@ -26,6 +26,7 @@ var packagesV3 = packagesV2.concat([mapr3, mapr4]);
// 1.1.0+
var packagesV4 = packagesV1.concat([hadoop2p3, hadoop2p4, mapr3, mapr4]);
+addRelease("1.1.1", new Date("11/26/2014"), packagesV4, true);
addRelease("1.1.0", new Date("9/11/2014"), packagesV4, true);
addRelease("1.0.2", new Date("8/5/2014"), packagesV3, true);
addRelease("1.0.1", new Date("7/11/2014"), packagesV3);