You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2022/08/09 08:22:12 UTC

[orc] branch asf-site updated: Update for ORC-1231, ORC-1237, ORC-1238

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d3d5bf25d Update for ORC-1231, ORC-1237, ORC-1238
d3d5bf25d is described below

commit d3d5bf25de426b5d03d1506b8d40adde23ce211f
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Tue Aug 9 01:22:00 2022 -0700

    Update for ORC-1231, ORC-1237, ORC-1238
---
 css/screen.css     | 2 +-
 doap_orc.rdf       | 4 ++--
 docs/building.html | 8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/css/screen.css b/css/screen.css
index 4ae3f199e..5adeeebe7 100644
--- a/css/screen.css
+++ b/css/screen.css
@@ -922,7 +922,7 @@ aside {
   text-align: center;
   padding-top: 40px;
   position: relative;
-  background: url(../img/article-footer.png) top center no-repeat;
+  background: top center no-repeat;
   margin: 40px -20px 10px; }
   .section-nav > div {
     width: 49.5%; }
diff --git a/doap_orc.rdf b/doap_orc.rdf
index cdeabaf99..ef602495e 100644
--- a/doap_orc.rdf
+++ b/doap_orc.rdf
@@ -45,8 +45,8 @@ the values that are required for the current query.</description>
     <release>
       <Version>
         <name>Latest release</name>
-        <created>2022-04-15</created>
-        <revision>1.7.4</revision>
+        <created>2022-06-16</created>
+        <revision>1.7.5</revision>
       </Version>
       <Version>
         <name>Stable release</name>
diff --git a/docs/building.html b/docs/building.html
index a2bca7e85..e62d4786f 100644
--- a/docs/building.html
+++ b/docs/building.html
@@ -990,9 +990,9 @@
 
 <ul>
   <li>CentOS 7</li>
-  <li>Debian 9 to 11</li>
-  <li>MacOS 11 to 12.1</li>
-  <li>Ubuntu 18.04 or 20.04</li>
+  <li>Debian 10 to 11</li>
+  <li>MacOS 11.6 and 12.5</li>
+  <li>Ubuntu 18.04 to 22.04</li>
 </ul>
 
 <p>You’ll want to install the usual set of developer tools, but at least:</p>
@@ -1010,11 +1010,11 @@ is in the docker subdirectory, for the list of packages required to build ORC:</
 
 <ul>
   <li><a href="https://github.com/apache/orc/blob/main/docker/centos7/Dockerfile">CentOS 7</a></li>
-  <li><a href="https://github.com/apache/orc/blob/main/docker/debian9/Dockerfile">Debian 9</a></li>
   <li><a href="https://github.com/apache/orc/blob/main/docker/debian10/Dockerfile">Debian 10</a></li>
   <li><a href="https://github.com/apache/orc/blob/main/docker/debian11/Dockerfile">Debian 11</a></li>
   <li><a href="https://github.com/apache/orc/blob/main/docker/ubuntu18/Dockerfile">Ubuntu 18</a></li>
   <li><a href="https://github.com/apache/orc/blob/main/docker/ubuntu20/Dockerfile">Ubuntu 20</a></li>
+  <li><a href="https://github.com/apache/orc/blob/main/docker/ubuntu22/Dockerfile">Ubuntu 22</a></li>
 </ul>
 
 <p>To build a normal release:</p>