Repository: orc
Updated Branches:
  refs/heads/asf-site 7fb40924c -> f5aaac5f0


Publish updated release and security page.

Signed-off-by: Owen O'Malley <omal...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/orc/repo
Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/f5aaac5f
Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/f5aaac5f
Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/f5aaac5f

Branch: refs/heads/asf-site
Commit: f5aaac5f0cbb25f8ce929318c0f06617e6471daa
Parents: 7fb4092
Author: Owen O'Malley <omal...@apache.org>
Authored: Thu May 17 08:20:25 2018 -0700
Committer: Owen O'Malley <omal...@apache.org>
Committed: Thu May 17 08:20:25 2018 -0700

----------------------------------------------------------------------
 docs/releases.html  |  15 ++--
 index.html          |   2 +-
 security.html       | 184 -----------------------------------------------
 security/index.html | 184 +++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 194 insertions(+), 191 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/f5aaac5f/docs/releases.html
----------------------------------------------------------------------
diff --git a/docs/releases.html b/docs/releases.html
index 030340e..f168123 100644
--- a/docs/releases.html
+++ b/docs/releases.html
@@ -692,14 +692,17 @@ signed by <a 
href="https://dist.apache.org/repos/dist/release/orc/KEYS";>Owen O
   <li>Fixed issues: <a 
href="https://issues.apache.org/jira/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+%3D+ORC+AND+status+%3D+Closed+AND+fixVersion+%3D+%221.5.0%22&amp;tempMax=500";>ORC-1.5.0</a></li>
 </ul>
 
-<p>The new features of ORC 1.4:</p>
+<p>The new features of ORC 1.5:</p>
 
 <ul>
-  <li><a href="https://issues.apache.org/jira/browse/ORC-72";>ORC-72</a> Add 
benchmark code for file formats.</li>
-  <li><a href="https://issues.apache.org/jira/browse/ORC-87";>ORC-87</a> Fix 
timestamp statistics in C++.</li>
-  <li><a href="https://issues.apache.org/jira/browse/ORC-150";>ORC-150</a> Add 
tool to convert from JSON.</li>
-  <li><a href="https://issues.apache.org/jira/browse/ORC-151";>ORC-151</a> 
Reduce the size of tools.jar.</li>
-  <li><a href="https://issues.apache.org/jira/browse/ORC-174";>ORC-174</a> 
Create a nohive variant of the jars.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-179";>ORC-179</a> Add 
ORC C++ Writer</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-91";>ORC-91</a> 
Support for variable length blocks in HDFS.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-199";>ORC-199</a> 
Implement a CSV to ORC converter</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-344";>ORC-344</a> 
Support for using Decimal64ColumnVector</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-345";>ORC-345</a> 
Adding Decimal64StatisticsImpl</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-331";>ORC-331</a> 
Support for building C++ under MSVC.</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-234";>ORC-234</a> 
Support for older versions of Hadoop (&gt;= 2.2.x)</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-305";>ORC-305</a> 
Added statistics for size on disk</li>
 </ul>
 
 <p>Known issues:</p>

http://git-wip-us.apache.org/repos/asf/orc/blob/f5aaac5f/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 3208987..4968736 100644
--- a/index.html
+++ b/index.html
@@ -144,7 +144,7 @@
                and managed with
                <a href="https://www.apache.org/foundation/how-it-works.html";>
                open governance</a>. If you discover any
-              <a href="security.html">security</a> vulnerabilities, please
+              <a href="security/">security</a> vulnerabilities, please
               report them privately. Finally,
                <a href="https://www.apache.org/foundation/thanks.html";>thanks
                </a> to the sponsors who

http://git-wip-us.apache.org/repos/asf/orc/blob/f5aaac5f/security.html
----------------------------------------------------------------------
diff --git a/security.html b/security.html
deleted file mode 100644
index 0db181b..0000000
--- a/security.html
+++ /dev/null
@@ -1,184 +0,0 @@
-<!DOCTYPE HTML>
-<html lang="en-US">
-<head>
-  <meta charset="UTF-8">
-  <title>Security</title>
-  <meta name="viewport" content="width=device-width,initial-scale=1">
-  <meta name="generator" content="Jekyll v2.4.0">
-  <link rel="stylesheet" 
href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
-  <link rel="stylesheet" href="/css/screen.css">
-  <link rel="icon" type="image/x-icon" href="/favicon.ico">
-  <!--[if lt IE 9]>
-  <script src="/js/html5shiv.min.js"></script>
-  <script src="/js/respond.min.js"></script>
-  <![endif]-->
-</head>
-
-
-<body class="wrap">
-  <header role="banner">
-  <nav class="mobile-nav show-on-mobiles">
-    <ul>
-  <li class="">
-    <a href="/">Home</a>
-  </li>
-  <li class="">
-    <a href="/docs/"><span class="show-on-mobiles">Docs</span>
-                     <span class="hide-on-mobiles">Documentation</span></a>
-  </li>
-  <li class="">
-    <a href="/talks/">Talks</a>
-  </li>
-  <li class="">
-    <a href="/news/">News</a>
-  </li>
-  <li class="">
-    <a href="/help/">Help</a>
-  </li>
-  <li class="">
-    <a href="/develop/">Develop</a>
-  </li>
-</ul>
-
-  </nav>
-  <div class="grid">
-    <div class="unit one-third center-on-mobiles">
-      <h1>
-        <a href="/">
-          <span class="sr-only">Apache ORC</span>
-          <img src="/img/logo.png" width="249" height="101" alt="ORC Logo">
-        </a>
-      </h1>
-    </div>
-    <nav class="main-nav unit two-thirds hide-on-mobiles">
-      <ul>
-  <li class="">
-    <a href="/">Home</a>
-  </li>
-  <li class="">
-    <a href="/docs/"><span class="show-on-mobiles">Docs</span>
-                     <span class="hide-on-mobiles">Documentation</span></a>
-  </li>
-  <li class="">
-    <a href="/talks/">Talks</a>
-  </li>
-  <li class="">
-    <a href="/news/">News</a>
-  </li>
-  <li class="">
-    <a href="/help/">Help</a>
-  </li>
-  <li class="">
-    <a href="/develop/">Develop</a>
-  </li>
-</ul>
-
-    </nav>
-  </div>
-</header>
-
-
-  <section class="standalone">
-  <div class="grid">
-
-    <div class="unit whole">
-      <article>
-        <h1>Security</h1>
-        <p>Apache ORC is a library rather than an execution framework and thus
-is less likely to have security vulnerabilities. However, if you have
-discovered one, please follow the process below.</p>
-
-<h2 id="reporting-a-vulnerability">Reporting a Vulnerability</h2>
-
-<p>We strongly encourage folks to report security vulnerabilities to our
-private security mailing list first, before disclosing them in a
-public forum.</p>
-
-<p>Please note that the security mailing list should only be used for
-reporting undisclosed security vulnerabilities in Apache ORC and
-managing the process of fixing such vulnerabilities. We cannot accept
-regular bug reports or other security related queries at this
-address. All mail sent to this address that does not relate to an
-undisclosed security problem in Apache ORC will be ignored.</p>
-
-<p>The ORC security mailing list address is:
-<a href="mailto:secur...@orc.apache.org";>secur...@orc.apache.org</a>.
-This is a private mailing list and only members of the ORC project
-are subscribed.</p>
-
-<p>Please note that we do not use a team GnuPG key. If you wish to
-encrypt your e-mail to secur...@orc.apache.org then please use the GnuPG
-keys from <a href="https://people.apache.org/keys/group/orc.asc";>ORC GPG 
keys</a> for
-the members of the
-<a href="https://people.apache.org/phonebook.html?ctte=orc";>ORC PMC</a>.</p>
-
-<h2 id="vulnerability-handling">Vulnerability Handling</h2>
-
-<p>An overview of the vulnerability handling process is:</p>
-
-<ul>
-  <li>The reporter sends email to the project privately.</li>
-  <li>The project works privately with the reporter to resolve the 
vulnerability.</li>
-  <li>The project releases a new version that includes the fix.</li>
-  <li>The vulnerability is publically announced via a <a 
href="https://cve.mitre.org/";>CVE</a>.</li>
-</ul>
-
-<h2 id="fixed-cves">Fixed CVEs</h2>
-
-<p>None.</p>
-
-      </article>
-    </div>
-
-    <div class="clear"></div>
-
-  </div>
-</section>
-
-
-  <footer role="contentinfo">
-  <p>The contents of this website are &copy;&nbsp;2018
-     <a href="https://www.apache.org/";>Apache Software Foundation</a>
-     under the terms of the <a
-      href="https://www.apache.org/licenses/LICENSE-2.0.html";>
-      Apache&nbsp;License&nbsp;v2</a>. Apache ORC and its logo are trademarks
-      of the Apache Software Foundation.</p>
-</footer>
-
-  <script>
-  var anchorForId = function (id) {
-    var anchor = document.createElement("a");
-    anchor.className = "header-link";
-    anchor.href      = "#" + id;
-    anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa 
fa-link\"></i>";
-    anchor.title = "Permalink";
-    return anchor;
-  };
-
-  var linkifyAnchors = function (level, containingElement) {
-    var headers = containingElement.getElementsByTagName("h" + level);
-    for (var h = 0; h < headers.length; h++) {
-      var header = headers[h];
-
-      if (typeof header.id !== "undefined" && header.id !== "") {
-        header.appendChild(anchorForId(header.id));
-      }
-    }
-  };
-
-  document.onreadystatechange = function () {
-    if (this.readyState === "complete") {
-      var contentBlock = document.getElementsByClassName("docs")[0] || 
document.getElementsByClassName("news")[0];
-      if (!contentBlock) {
-        return;
-      }
-      for (var level = 1; level <= 6; level++) {
-        linkifyAnchors(level, contentBlock);
-      }
-    }
-  };
-</script>
-
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/orc/blob/f5aaac5f/security/index.html
----------------------------------------------------------------------
diff --git a/security/index.html b/security/index.html
new file mode 100644
index 0000000..0db181b
--- /dev/null
+++ b/security/index.html
@@ -0,0 +1,184 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+<head>
+  <meta charset="UTF-8">
+  <title>Security</title>
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta name="generator" content="Jekyll v2.4.0">
+  <link rel="stylesheet" 
href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic,900">
+  <link rel="stylesheet" href="/css/screen.css">
+  <link rel="icon" type="image/x-icon" href="/favicon.ico">
+  <!--[if lt IE 9]>
+  <script src="/js/html5shiv.min.js"></script>
+  <script src="/js/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+
+<body class="wrap">
+  <header role="banner">
+  <nav class="mobile-nav show-on-mobiles">
+    <ul>
+  <li class="">
+    <a href="/">Home</a>
+  </li>
+  <li class="">
+    <a href="/docs/"><span class="show-on-mobiles">Docs</span>
+                     <span class="hide-on-mobiles">Documentation</span></a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</a>
+  </li>
+</ul>
+
+  </nav>
+  <div class="grid">
+    <div class="unit one-third center-on-mobiles">
+      <h1>
+        <a href="/">
+          <span class="sr-only">Apache ORC</span>
+          <img src="/img/logo.png" width="249" height="101" alt="ORC Logo">
+        </a>
+      </h1>
+    </div>
+    <nav class="main-nav unit two-thirds hide-on-mobiles">
+      <ul>
+  <li class="">
+    <a href="/">Home</a>
+  </li>
+  <li class="">
+    <a href="/docs/"><span class="show-on-mobiles">Docs</span>
+                     <span class="hide-on-mobiles">Documentation</span></a>
+  </li>
+  <li class="">
+    <a href="/talks/">Talks</a>
+  </li>
+  <li class="">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+  <li class="">
+    <a href="/develop/">Develop</a>
+  </li>
+</ul>
+
+    </nav>
+  </div>
+</header>
+
+
+  <section class="standalone">
+  <div class="grid">
+
+    <div class="unit whole">
+      <article>
+        <h1>Security</h1>
+        <p>Apache ORC is a library rather than an execution framework and thus
+is less likely to have security vulnerabilities. However, if you have
+discovered one, please follow the process below.</p>
+
+<h2 id="reporting-a-vulnerability">Reporting a Vulnerability</h2>
+
+<p>We strongly encourage folks to report security vulnerabilities to our
+private security mailing list first, before disclosing them in a
+public forum.</p>
+
+<p>Please note that the security mailing list should only be used for
+reporting undisclosed security vulnerabilities in Apache ORC and
+managing the process of fixing such vulnerabilities. We cannot accept
+regular bug reports or other security related queries at this
+address. All mail sent to this address that does not relate to an
+undisclosed security problem in Apache ORC will be ignored.</p>
+
+<p>The ORC security mailing list address is:
+<a href="mailto:secur...@orc.apache.org";>secur...@orc.apache.org</a>.
+This is a private mailing list and only members of the ORC project
+are subscribed.</p>
+
+<p>Please note that we do not use a team GnuPG key. If you wish to
+encrypt your e-mail to secur...@orc.apache.org then please use the GnuPG
+keys from <a href="https://people.apache.org/keys/group/orc.asc";>ORC GPG 
keys</a> for
+the members of the
+<a href="https://people.apache.org/phonebook.html?ctte=orc";>ORC PMC</a>.</p>
+
+<h2 id="vulnerability-handling">Vulnerability Handling</h2>
+
+<p>An overview of the vulnerability handling process is:</p>
+
+<ul>
+  <li>The reporter sends email to the project privately.</li>
+  <li>The project works privately with the reporter to resolve the 
vulnerability.</li>
+  <li>The project releases a new version that includes the fix.</li>
+  <li>The vulnerability is publically announced via a <a 
href="https://cve.mitre.org/";>CVE</a>.</li>
+</ul>
+
+<h2 id="fixed-cves">Fixed CVEs</h2>
+
+<p>None.</p>
+
+      </article>
+    </div>
+
+    <div class="clear"></div>
+
+  </div>
+</section>
+
+
+  <footer role="contentinfo">
+  <p>The contents of this website are &copy;&nbsp;2018
+     <a href="https://www.apache.org/";>Apache Software Foundation</a>
+     under the terms of the <a
+      href="https://www.apache.org/licenses/LICENSE-2.0.html";>
+      Apache&nbsp;License&nbsp;v2</a>. Apache ORC and its logo are trademarks
+      of the Apache Software Foundation.</p>
+</footer>
+
+  <script>
+  var anchorForId = function (id) {
+    var anchor = document.createElement("a");
+    anchor.className = "header-link";
+    anchor.href      = "#" + id;
+    anchor.innerHTML = "<span class=\"sr-only\">Permalink</span><i class=\"fa 
fa-link\"></i>";
+    anchor.title = "Permalink";
+    return anchor;
+  };
+
+  var linkifyAnchors = function (level, containingElement) {
+    var headers = containingElement.getElementsByTagName("h" + level);
+    for (var h = 0; h < headers.length; h++) {
+      var header = headers[h];
+
+      if (typeof header.id !== "undefined" && header.id !== "") {
+        header.appendChild(anchorForId(header.id));
+      }
+    }
+  };
+
+  document.onreadystatechange = function () {
+    if (this.readyState === "complete") {
+      var contentBlock = document.getElementsByClassName("docs")[0] || 
document.getElementsByClassName("news")[0];
+      if (!contentBlock) {
+        return;
+      }
+      for (var level = 1; level <= 6; level++) {
+        linkifyAnchors(level, contentBlock);
+      }
+    }
+  };
+</script>
+
+
+</body>
+</html>

Reply via email to