summaryrefslogtreecommitdiff
path: root/js/downloads.js
diff options
context:
space:
mode:
authorReynold Xin <rxin@apache.org>2015-11-10 16:44:07 +0000
committerReynold Xin <rxin@apache.org>2015-11-10 16:44:07 +0000
commit8f3baa79b612ef67c9e938ff3891474ae10b1c5f (patch)
tree157c38ad2983c6404bb52a94d63322089ed51dcd /js/downloads.js
parent86ac2008a4bbc556bb94916216092d9e51f622e6 (diff)
downloadspark-website-8f3baa79b612ef67c9e938ff3891474ae10b1c5f.tar.gz
spark-website-8f3baa79b612ef67c9e938ff3891474ae10b1c5f.tar.bz2
spark-website-8f3baa79b612ef67c9e938ff3891474ae10b1c5f.zip
1.5.2 release
Diffstat (limited to 'js/downloads.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 f5616f516..9356ad848 100644
--- a/js/downloads.js
+++ b/js/downloads.js
@@ -32,6 +32,7 @@ var packagesV5 = [hadoop2p6].concat(packagesV4);
// 1.4.0+
var packagesV6 = [hadoopFree, hadoop2p6, hadoop2p4, hadoop2p3].concat(packagesV1);
+addRelease("1.5.2", new Date("11/09/2015"), sources.concat(packagesV6), true);
addRelease("1.5.1", new Date("10/02/2015"), sources.concat(packagesV6), true);
addRelease("1.5.0", new Date("9/09/2015"), sources.concat(packagesV6), true);
addRelease("1.4.1", new Date("7/15/2015"), sources.concat(packagesV6), true);