Add news for 2.0.1
diff --git a/develop/committers/index.html b/develop/committers/index.html
index 5ae9212..fc4b70d 100644
--- a/develop/committers/index.html
+++ b/develop/committers/index.html
@@ -123,6 +123,11 @@
       <td style="text-align: left">Committer</td>
     </tr>
     <tr>
+      <td style="text-align: left">Shaoyun Chen</td>
+      <td style="text-align: left">csy</td>
+      <td style="text-align: left">Committer</td>
+    </tr>
+    <tr>
       <td style="text-align: left">Chaoyu Tang</td>
       <td style="text-align: left">ctang</td>
       <td style="text-align: left">Committer</td>
@@ -158,6 +163,11 @@
       <td style="text-align: left">PMC</td>
     </tr>
     <tr>
+      <td style="text-align: left">Yuanping Wu</td>
+      <td style="text-align: left">ffacs</td>
+      <td style="text-align: left">Committer</td>
+    </tr>
+    <tr>
       <td style="text-align: left">Gang Wu</td>
       <td style="text-align: left">gangwu</td>
       <td style="text-align: left">PMC</td>
@@ -376,6 +386,7 @@
   <li>Intel</li>
   <li>LinkedIn</li>
   <li>Microsoft</li>
+  <li>Trip</li>
   <li>Uber</li>
   <li>Vertica</li>
   <li>Workday</li>
diff --git a/docs/java-tools.html b/docs/java-tools.html
index 0ed2169..a95f566 100644
--- a/docs/java-tools.html
+++ b/docs/java-tools.html
@@ -1004,11 +1004,13 @@
 <p>The subcommands for the tools are:</p>
 
 <ul>
+  <li>check (since ORC 2.0.1) - check the index of the specified column</li>
   <li>convert (since ORC 1.4) - convert CSV/JSON/ORC files to ORC</li>
   <li>count (since ORC 1.6) - recursively find *.orc and print the number of rows</li>
   <li>data - print the data of an ORC file</li>
   <li>json-schema (since ORC 1.4) - determine the schema of JSON documents</li>
   <li>key (since ORC 1.5) - print information about the encryption keys</li>
+  <li>merge (since ORC 2.0.1) - merge multiple ORC files into a single ORC file</li>
   <li>meta - print the metadata of an ORC file</li>
   <li>scan (since ORC 1.3) - scan the data for benchmarking</li>
   <li>sizes (since ORC 1.7.2) - list size on disk of each column</li>
@@ -1019,6 +1021,21 @@
 
 <div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>% java <span class="nt">-jar</span> orc-tools-X.Y.Z-uber.jar &lt;sub-command&gt; &lt;args&gt;
 </code></pre></div></div>
+<h2 id="java-check">Java Check</h2>
+
+<p>The check command can check whether the specified value of the column specified by multiple ORC files can be filtered.</p>
+
+<p>Check statistics and bloom filter index on x column.</p>
+<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>% java <span class="nt">-jar</span> orc-tools-X.Y.Z-uber.jar check <span class="nt">--type</span> predicate /path/to/example.orc <span class="nt">--values</span> 1234 <span class="nt">--values</span> 5566 <span class="nt">--column</span> x
+</code></pre></div></div>
+
+<p>Check statistics on x column.</p>
+<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>% java <span class="nt">-jar</span> orc-tools-X.Y.Z-uber.jar check <span class="nt">--type</span> <span class="nb">stat</span> /path/to/example.orc <span class="nt">--values</span> 1234 <span class="nt">--values</span> 5566 <span class="nt">--column</span> x
+</code></pre></div></div>
+
+<p>Check bloom filter index on x column.</p>
+<div class="language-shell highlighter-rouge"><div class="highlight"><pre class="highlight"><code>% java <span class="nt">-jar</span> orc-tools-X.Y.Z-uber.jar check <span class="nt">--type</span> bloom-filter /path/to/example.orc <span class="nt">--values</span> 1234 <span class="nt">--values</span> 5566 <span class="nt">--column</span> x
+</code></pre></div></div>
 
 <h2 id="java-convert">Java Convert</h2>
 
diff --git a/news/2015/04/22/orc-as-tlp/index.html b/news/2015/04/22/orc-as-tlp/index.html
index 399fe6e..1913292 100644
--- a/news/2015/04/22/orc-as-tlp/index.html
+++ b/news/2015/04/22/orc-as-tlp/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -377,6 +381,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -392,10 +400,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -403,6 +407,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2015/05/11/new-committers/index.html b/news/2015/05/11/new-committers/index.html
index 6552d9f..dcd4b07 100644
--- a/news/2015/05/11/new-committers/index.html
+++ b/news/2015/05/11/new-committers/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -353,6 +357,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -368,10 +376,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -379,6 +383,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2015/06/26/new-logo/index.html b/news/2015/06/26/new-logo/index.html
index ad3e9d9..fd22d12 100644
--- a/news/2015/06/26/new-logo/index.html
+++ b/news/2015/06/26/new-logo/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -346,6 +350,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -361,10 +369,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -372,6 +376,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2015/11/19/aliaksei-on-pmc/index.html b/news/2015/11/19/aliaksei-on-pmc/index.html
index 95fa357..5c249fd 100644
--- a/news/2015/11/19/aliaksei-on-pmc/index.html
+++ b/news/2015/11/19/aliaksei-on-pmc/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -349,6 +353,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -364,10 +372,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -375,6 +379,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2016/01/25/ORC-1.0.0/index.html b/news/2016/01/25/ORC-1.0.0/index.html
index cf1447f..f8c835a 100644
--- a/news/2016/01/25/ORC-1.0.0/index.html
+++ b/news/2016/01/25/ORC-1.0.0/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -384,6 +388,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -399,10 +407,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -410,6 +414,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2016/06/10/ORC-1.1.0/index.html b/news/2016/06/10/ORC-1.1.0/index.html
index 2d45c2e..1404e95 100644
--- a/news/2016/06/10/ORC-1.1.0/index.html
+++ b/news/2016/06/10/ORC-1.1.0/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -386,6 +390,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -401,10 +409,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -412,6 +416,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2016/06/13/ORC-1.1.1/index.html b/news/2016/06/13/ORC-1.1.1/index.html
index 31ff18d..541692c 100644
--- a/news/2016/06/13/ORC-1.1.1/index.html
+++ b/news/2016/06/13/ORC-1.1.1/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -384,6 +388,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -399,10 +407,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -410,6 +414,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2016/06/28/file-format-talk/index.html b/news/2016/06/28/file-format-talk/index.html
index 7a699a9..098fcd1 100644
--- a/news/2016/06/28/file-format-talk/index.html
+++ b/news/2016/06/28/file-format-talk/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -366,6 +370,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -381,10 +389,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -392,6 +396,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2016/07/08/ORC-1.1.2/index.html b/news/2016/07/08/ORC-1.1.2/index.html
index 604f8ec..e89eff5 100644
--- a/news/2016/07/08/ORC-1.1.2/index.html
+++ b/news/2016/07/08/ORC-1.1.2/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -384,6 +388,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -399,10 +407,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -410,6 +414,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2016/08/25/ORC-1.2.0/index.html b/news/2016/08/25/ORC-1.2.0/index.html
index 2c28d6c..8f625b4 100644
--- a/news/2016/08/25/ORC-1.2.0/index.html
+++ b/news/2016/08/25/ORC-1.2.0/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -387,6 +391,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -402,10 +410,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -413,6 +417,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2016/10/05/ORC-1.2.1/index.html b/news/2016/10/05/ORC-1.2.1/index.html
index 898576b..110a7e0 100644
--- a/news/2016/10/05/ORC-1.2.1/index.html
+++ b/news/2016/10/05/ORC-1.2.1/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -384,6 +388,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -399,10 +407,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -410,6 +414,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2016/12/01/ORC-1.2.2/index.html b/news/2016/12/01/ORC-1.2.2/index.html
index c7887e9..8d01878 100644
--- a/news/2016/12/01/ORC-1.2.2/index.html
+++ b/news/2016/12/01/ORC-1.2.2/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -384,6 +388,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -399,10 +407,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -410,6 +414,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2016/12/12/ORC-1.2.3/index.html b/news/2016/12/12/ORC-1.2.3/index.html
index 1b6ccce..ea043d2 100644
--- a/news/2016/12/12/ORC-1.2.3/index.html
+++ b/news/2016/12/12/ORC-1.2.3/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -385,6 +389,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -400,10 +408,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -411,6 +415,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2016/12/15/new-committers/index.html b/news/2016/12/15/new-committers/index.html
index 3523548..bf6bc95 100644
--- a/news/2016/12/15/new-committers/index.html
+++ b/news/2016/12/15/new-committers/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -370,6 +374,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -385,10 +393,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -396,6 +400,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2017/01/04/gopal-on-pmc/index.html b/news/2017/01/04/gopal-on-pmc/index.html
index 8111ca1..84f41f9 100644
--- a/news/2017/01/04/gopal-on-pmc/index.html
+++ b/news/2017/01/04/gopal-on-pmc/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -348,6 +352,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -363,10 +371,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -374,6 +378,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2017/01/23/ORC-1.3.0/index.html b/news/2017/01/23/ORC-1.3.0/index.html
index cde5694..6a182af 100644
--- a/news/2017/01/23/ORC-1.3.0/index.html
+++ b/news/2017/01/23/ORC-1.3.0/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -374,6 +378,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -389,10 +397,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -400,6 +404,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2017/02/03/ORC-1.3.1/index.html b/news/2017/02/03/ORC-1.3.1/index.html
index 263c0f6..afd7a8e 100644
--- a/news/2017/02/03/ORC-1.3.1/index.html
+++ b/news/2017/02/03/ORC-1.3.1/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -377,6 +381,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -392,10 +400,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -403,6 +407,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2017/02/13/ORC-1.3.2/index.html b/news/2017/02/13/ORC-1.3.2/index.html
index b030c09..1af3f54 100644
--- a/news/2017/02/13/ORC-1.3.2/index.html
+++ b/news/2017/02/13/ORC-1.3.2/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -374,6 +378,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -389,10 +397,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -400,6 +404,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2017/02/21/ORC-1.3.3/index.html b/news/2017/02/21/ORC-1.3.3/index.html
index 90c2a05..7eb95f6 100644
--- a/news/2017/02/21/ORC-1.3.3/index.html
+++ b/news/2017/02/21/ORC-1.3.3/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -374,6 +378,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -389,10 +397,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -400,6 +404,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2017/05/08/ORC-1.4.0/index.html b/news/2017/05/08/ORC-1.4.0/index.html
index 29e602e..63ed127 100644
--- a/news/2017/05/08/ORC-1.4.0/index.html
+++ b/news/2017/05/08/ORC-1.4.0/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -375,6 +379,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -390,10 +398,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -401,6 +405,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2017/05/16/new-committer/index.html b/news/2017/05/16/new-committer/index.html
index 3749bd2..3e55c7c 100644
--- a/news/2017/05/16/new-committer/index.html
+++ b/news/2017/05/16/new-committer/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -344,6 +348,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -359,10 +367,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -370,6 +374,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2017/09/06/new-pmc/index.html b/news/2017/09/06/new-pmc/index.html
index c924dd0..46bcc3b 100644
--- a/news/2017/09/06/new-pmc/index.html
+++ b/news/2017/09/06/new-pmc/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -348,6 +352,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -363,10 +371,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -374,6 +378,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2017/10/16/ORC-1.3.4/index.html b/news/2017/10/16/ORC-1.3.4/index.html
index 0e8911b..903ec8e 100644
--- a/news/2017/10/16/ORC-1.3.4/index.html
+++ b/news/2017/10/16/ORC-1.3.4/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -374,6 +378,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -389,10 +397,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -400,6 +404,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2017/10/16/ORC-1.4.1/index.html b/news/2017/10/16/ORC-1.4.1/index.html
index d8213c2..6a92d69 100644
--- a/news/2017/10/16/ORC-1.4.1/index.html
+++ b/news/2017/10/16/ORC-1.4.1/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -375,6 +379,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -390,10 +398,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -401,6 +405,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2018/01/23/ORC-1.4.2/index.html b/news/2018/01/23/ORC-1.4.2/index.html
index 4592586..8a1b772 100644
--- a/news/2018/01/23/ORC-1.4.2/index.html
+++ b/news/2018/01/23/ORC-1.4.2/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -375,6 +379,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -390,10 +398,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -401,6 +405,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2018/02/09/ORC-1.4.3/index.html b/news/2018/02/09/ORC-1.4.3/index.html
index 3922b22..67e8cc1 100644
--- a/news/2018/02/09/ORC-1.4.3/index.html
+++ b/news/2018/02/09/ORC-1.4.3/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -370,6 +374,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -385,10 +393,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -396,6 +400,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2018/03/27/add-xiening-and-gang/index.html b/news/2018/03/27/add-xiening-and-gang/index.html
index 31553c3..443be77 100644
--- a/news/2018/03/27/add-xiening-and-gang/index.html
+++ b/news/2018/03/27/add-xiening-and-gang/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -345,6 +349,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -360,10 +368,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -371,6 +375,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2018/05/14/ORC-1.4.4/index.html b/news/2018/05/14/ORC-1.4.4/index.html
index 1a36646..2c045ef 100644
--- a/news/2018/05/14/ORC-1.4.4/index.html
+++ b/news/2018/05/14/ORC-1.4.4/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -366,6 +370,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -381,10 +389,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -392,6 +396,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2018/05/14/ORC-1.5.0/index.html b/news/2018/05/14/ORC-1.5.0/index.html
index 86483aa..84ea67e 100644
--- a/news/2018/05/14/ORC-1.5.0/index.html
+++ b/news/2018/05/14/ORC-1.5.0/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -384,6 +388,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -399,10 +407,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -410,6 +414,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2018/05/25/ORC-1.5.1/index.html b/news/2018/05/25/ORC-1.5.1/index.html
index 3aa4519..130002a 100644
--- a/news/2018/05/25/ORC-1.5.1/index.html
+++ b/news/2018/05/25/ORC-1.5.1/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -381,6 +385,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -396,10 +404,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -407,6 +411,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2018/06/29/ORC-1.5.2/index.html b/news/2018/06/29/ORC-1.5.2/index.html
index 92754c7..1b8a12d 100644
--- a/news/2018/06/29/ORC-1.5.2/index.html
+++ b/news/2018/06/29/ORC-1.5.2/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -381,6 +385,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -396,10 +404,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -407,6 +411,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2018/09/25/ORC-1.5.3/index.html b/news/2018/09/25/ORC-1.5.3/index.html
index 55c5aa0..5af1c8f 100644
--- a/news/2018/09/25/ORC-1.5.3/index.html
+++ b/news/2018/09/25/ORC-1.5.3/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -381,6 +385,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -396,10 +404,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -407,6 +411,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2018/12/21/ORC-1.5.4/index.html b/news/2018/12/21/ORC-1.5.4/index.html
index 498c3f7..64518ce 100644
--- a/news/2018/12/21/ORC-1.5.4/index.html
+++ b/news/2018/12/21/ORC-1.5.4/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -381,6 +385,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -396,10 +404,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -407,6 +411,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2019/01/10/add-dongjoon/index.html b/news/2019/01/10/add-dongjoon/index.html
index 2f22cd5..f40dcf2 100644
--- a/news/2019/01/10/add-dongjoon/index.html
+++ b/news/2019/01/10/add-dongjoon/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -345,6 +349,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -360,10 +368,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -371,6 +375,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2019/01/11/gang-pmc/index.html b/news/2019/01/11/gang-pmc/index.html
index 58fec7e..03d1cc5 100644
--- a/news/2019/01/11/gang-pmc/index.html
+++ b/news/2019/01/11/gang-pmc/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -347,6 +351,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -362,10 +370,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -373,6 +377,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2019/03/14/ORC-1.5.5/index.html b/news/2019/03/14/ORC-1.5.5/index.html
index 8db1256..a44c297 100644
--- a/news/2019/03/14/ORC-1.5.5/index.html
+++ b/news/2019/03/14/ORC-1.5.5/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -381,6 +385,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -396,10 +404,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -407,6 +411,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2019/06/10/renat-and-sandeep/index.html b/news/2019/06/10/renat-and-sandeep/index.html
index ee0a6ee..929d713 100644
--- a/news/2019/06/10/renat-and-sandeep/index.html
+++ b/news/2019/06/10/renat-and-sandeep/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -346,6 +350,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -361,10 +369,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -372,6 +376,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2019/06/27/ORC-1.5.6/index.html b/news/2019/06/27/ORC-1.5.6/index.html
index b051d73..1595f5a 100644
--- a/news/2019/06/27/ORC-1.5.6/index.html
+++ b/news/2019/06/27/ORC-1.5.6/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -387,6 +391,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -402,10 +410,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -413,6 +417,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2019/09/03/ORC-1.6.0/index.html b/news/2019/09/03/ORC-1.6.0/index.html
index 7b7b3a8..a2a01ca 100644
--- a/news/2019/09/03/ORC-1.6.0/index.html
+++ b/news/2019/09/03/ORC-1.6.0/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -385,6 +389,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -400,10 +408,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -411,6 +415,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2019/10/26/ORC-1.5.7/index.html b/news/2019/10/26/ORC-1.5.7/index.html
index b795d2c..f5df2d2 100644
--- a/news/2019/10/26/ORC-1.5.7/index.html
+++ b/news/2019/10/26/ORC-1.5.7/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -378,6 +382,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -393,10 +401,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -404,6 +408,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2019/10/26/ORC-1.6.1/index.html b/news/2019/10/26/ORC-1.6.1/index.html
index 2769af6..f874587 100644
--- a/news/2019/10/26/ORC-1.6.1/index.html
+++ b/news/2019/10/26/ORC-1.6.1/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -379,6 +383,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -394,10 +402,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -405,6 +409,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2019/11/24/ORC-1.5.8/index.html b/news/2019/11/24/ORC-1.5.8/index.html
index edf384e..bc9515f 100644
--- a/news/2019/11/24/ORC-1.5.8/index.html
+++ b/news/2019/11/24/ORC-1.5.8/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -369,6 +373,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -384,10 +392,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -395,6 +399,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2019/11/24/ORC-1.6.2/index.html b/news/2019/11/24/ORC-1.6.2/index.html
index 519514c..751363f 100644
--- a/news/2019/11/24/ORC-1.6.2/index.html
+++ b/news/2019/11/24/ORC-1.6.2/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -367,6 +371,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -382,10 +390,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -393,6 +397,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2019/12/09/ORC-1.4.5/index.html b/news/2019/12/09/ORC-1.4.5/index.html
index fb655da..2833a28 100644
--- a/news/2019/12/09/ORC-1.4.5/index.html
+++ b/news/2019/12/09/ORC-1.4.5/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -366,6 +370,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -381,10 +389,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -392,6 +396,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2019/12/09/dongjoon-pmc/index.html b/news/2019/12/09/dongjoon-pmc/index.html
index f9c7e8d..0fcc7cc 100644
--- a/news/2019/12/09/dongjoon-pmc/index.html
+++ b/news/2019/12/09/dongjoon-pmc/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -347,6 +351,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -362,10 +370,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -373,6 +377,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2020/01/30/ORC-1.5.9/index.html b/news/2020/01/30/ORC-1.5.9/index.html
index 3326cae..77870f8 100644
--- a/news/2020/01/30/ORC-1.5.9/index.html
+++ b/news/2020/01/30/ORC-1.5.9/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -369,6 +373,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -384,10 +392,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -395,6 +399,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2020/04/26/ORC-1.5.10/index.html b/news/2020/04/26/ORC-1.5.10/index.html
index 75d968b..5bd9edb 100644
--- a/news/2020/04/26/ORC-1.5.10/index.html
+++ b/news/2020/04/26/ORC-1.5.10/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -369,6 +373,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -384,10 +392,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -395,6 +399,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2020/04/26/ORC-1.6.3/index.html b/news/2020/04/26/ORC-1.6.3/index.html
index d6d4074..2b6db7e 100644
--- a/news/2020/04/26/ORC-1.6.3/index.html
+++ b/news/2020/04/26/ORC-1.6.3/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -367,6 +371,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -382,10 +390,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -393,6 +397,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2020/09/14/ORC-1.5.11/index.html b/news/2020/09/14/ORC-1.5.11/index.html
index 8b953a3..27e2185 100644
--- a/news/2020/09/14/ORC-1.5.11/index.html
+++ b/news/2020/09/14/ORC-1.5.11/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -373,6 +377,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -388,10 +396,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -399,6 +403,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2020/09/14/ORC-1.6.4/index.html b/news/2020/09/14/ORC-1.6.4/index.html
index 93d9c55..80a2084 100644
--- a/news/2020/09/14/ORC-1.6.4/index.html
+++ b/news/2020/09/14/ORC-1.6.4/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -371,6 +375,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -386,10 +394,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -397,6 +401,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2020/09/30/ORC-1.5.12/index.html b/news/2020/09/30/ORC-1.5.12/index.html
index 0887dba..bd0823b 100644
--- a/news/2020/09/30/ORC-1.5.12/index.html
+++ b/news/2020/09/30/ORC-1.5.12/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -369,6 +373,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -384,10 +392,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -395,6 +399,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2020/10/01/ORC-1.6.5/index.html b/news/2020/10/01/ORC-1.6.5/index.html
index 44b96a1..2990016 100644
--- a/news/2020/10/01/ORC-1.6.5/index.html
+++ b/news/2020/10/01/ORC-1.6.5/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -367,6 +371,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -382,10 +390,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -393,6 +397,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2020/11/16/add-panagiotis/index.html b/news/2020/11/16/add-panagiotis/index.html
index 8237573..d4cc713 100644
--- a/news/2020/11/16/add-panagiotis/index.html
+++ b/news/2020/11/16/add-panagiotis/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -345,6 +349,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -360,10 +368,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -371,6 +375,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2020/12/10/ORC-1.6.6/index.html b/news/2020/12/10/ORC-1.6.6/index.html
index 4afce2b..e24f153 100644
--- a/news/2020/12/10/ORC-1.6.6/index.html
+++ b/news/2020/12/10/ORC-1.6.6/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -367,6 +371,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -382,10 +390,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -393,6 +397,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2021/01/22/ORC-1.6.7/index.html b/news/2021/01/22/ORC-1.6.7/index.html
index bc88883..37e2f27 100644
--- a/news/2021/01/22/ORC-1.6.7/index.html
+++ b/news/2021/01/22/ORC-1.6.7/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -367,6 +371,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -382,10 +390,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -393,6 +397,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2021/02/08/panagiotis-pmc/index.html b/news/2021/02/08/panagiotis-pmc/index.html
index 4c58f7e..0833a48 100644
--- a/news/2021/02/08/panagiotis-pmc/index.html
+++ b/news/2021/02/08/panagiotis-pmc/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -347,6 +351,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -362,10 +370,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -373,6 +377,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2021/04/13/add-william/index.html b/news/2021/04/13/add-william/index.html
index 4b2c6f4..7f669de 100644
--- a/news/2021/04/13/add-william/index.html
+++ b/news/2021/04/13/add-william/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -345,6 +349,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -360,10 +368,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -371,6 +375,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2021/05/21/ORC-1.6.8/index.html b/news/2021/05/21/ORC-1.6.8/index.html
index 8107a8d..e026e88 100644
--- a/news/2021/05/21/ORC-1.6.8/index.html
+++ b/news/2021/05/21/ORC-1.6.8/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -367,6 +371,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -382,10 +390,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -393,6 +397,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2021/07/02/ORC-1.6.9/index.html b/news/2021/07/02/ORC-1.6.9/index.html
index 33070f0..8e74724 100644
--- a/news/2021/07/02/ORC-1.6.9/index.html
+++ b/news/2021/07/02/ORC-1.6.9/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -367,6 +371,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -382,10 +390,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -393,6 +397,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2021/08/10/ORC-1.6.10/index.html b/news/2021/08/10/ORC-1.6.10/index.html
index d47c294..e150fcd 100644
--- a/news/2021/08/10/ORC-1.6.10/index.html
+++ b/news/2021/08/10/ORC-1.6.10/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -367,6 +371,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -382,10 +390,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -393,6 +397,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2021/09/15/ORC-1.5.13/index.html b/news/2021/09/15/ORC-1.5.13/index.html
index 189bd89..9073363 100644
--- a/news/2021/09/15/ORC-1.5.13/index.html
+++ b/news/2021/09/15/ORC-1.5.13/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -369,6 +373,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -384,10 +392,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -395,6 +399,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2021/09/15/ORC-1.6.11/index.html b/news/2021/09/15/ORC-1.6.11/index.html
index 7c19ef7..daaaa78 100644
--- a/news/2021/09/15/ORC-1.6.11/index.html
+++ b/news/2021/09/15/ORC-1.6.11/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -367,6 +371,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -382,10 +390,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -393,6 +397,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2021/09/15/ORC-1.7.0/index.html b/news/2021/09/15/ORC-1.7.0/index.html
index f25e466..b0b45c2 100644
--- a/news/2021/09/15/ORC-1.7.0/index.html
+++ b/news/2021/09/15/ORC-1.7.0/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -379,6 +383,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -394,10 +402,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -405,6 +409,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2021/10/02/william-pmc/index.html b/news/2021/10/02/william-pmc/index.html
index 694aa3b..71bafe5 100644
--- a/news/2021/10/02/william-pmc/index.html
+++ b/news/2021/10/02/william-pmc/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -349,6 +353,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -364,10 +372,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -375,6 +379,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2021/11/07/ORC-1.6.12/index.html b/news/2021/11/07/ORC-1.6.12/index.html
index ab86a96..1f62d6e 100644
--- a/news/2021/11/07/ORC-1.6.12/index.html
+++ b/news/2021/11/07/ORC-1.6.12/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -368,6 +372,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -383,10 +391,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -394,6 +398,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2021/11/07/ORC-1.7.1/index.html b/news/2021/11/07/ORC-1.7.1/index.html
index 5af6bc0..7b72fc7 100644
--- a/news/2021/11/07/ORC-1.7.1/index.html
+++ b/news/2021/11/07/ORC-1.7.1/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -380,6 +384,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -395,10 +403,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -406,6 +410,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2021/11/23/add-yiqun/index.html b/news/2021/11/23/add-yiqun/index.html
index e26d5a3..da04f77 100644
--- a/news/2021/11/23/add-yiqun/index.html
+++ b/news/2021/11/23/add-yiqun/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -345,6 +349,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -360,10 +368,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -371,6 +375,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2021/12/20/ORC-1.7.2/index.html b/news/2021/12/20/ORC-1.7.2/index.html
index dbe817d..6519635 100644
--- a/news/2021/12/20/ORC-1.7.2/index.html
+++ b/news/2021/12/20/ORC-1.7.2/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -380,6 +384,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -395,10 +403,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -406,6 +410,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2022/01/20/ORC-1.6.13/index.html b/news/2022/01/20/ORC-1.6.13/index.html
index 79dca7b..8baa658 100644
--- a/news/2022/01/20/ORC-1.6.13/index.html
+++ b/news/2022/01/20/ORC-1.6.13/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -368,6 +372,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -383,10 +391,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -394,6 +398,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2022/02/09/ORC-1.7.3/index.html b/news/2022/02/09/ORC-1.7.3/index.html
index d9c54ee..09779e8 100644
--- a/news/2022/02/09/ORC-1.7.3/index.html
+++ b/news/2022/02/09/ORC-1.7.3/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -428,6 +432,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -443,10 +451,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -454,6 +458,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2022/03/05/add-quanlong/index.html b/news/2022/03/05/add-quanlong/index.html
index 7c6fd2e..9f3302b 100644
--- a/news/2022/03/05/add-quanlong/index.html
+++ b/news/2022/03/05/add-quanlong/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -345,6 +349,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -360,10 +368,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -371,6 +375,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2022/04/14/ORC-1.6.14/index.html b/news/2022/04/14/ORC-1.6.14/index.html
index 7b8907c..8caece7 100644
--- a/news/2022/04/14/ORC-1.6.14/index.html
+++ b/news/2022/04/14/ORC-1.6.14/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -367,6 +371,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -382,10 +390,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -393,6 +397,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2022/04/15/ORC-1.7.4/index.html b/news/2022/04/15/ORC-1.7.4/index.html
index 59f702f..c752fef 100644
--- a/news/2022/04/15/ORC-1.7.4/index.html
+++ b/news/2022/04/15/ORC-1.7.4/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -381,6 +385,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -396,10 +404,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -407,6 +411,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2022/05/08/yiqun-pmc/index.html b/news/2022/05/08/yiqun-pmc/index.html
index 7aef223..7e03cd3 100644
--- a/news/2022/05/08/yiqun-pmc/index.html
+++ b/news/2022/05/08/yiqun-pmc/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -348,6 +352,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -363,10 +371,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -374,6 +378,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2022/06/05/add-pavan/index.html b/news/2022/06/05/add-pavan/index.html
index 2a4c0ed..0490ea1 100644
--- a/news/2022/06/05/add-pavan/index.html
+++ b/news/2022/06/05/add-pavan/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -345,6 +349,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -360,10 +368,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -371,6 +375,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2022/06/16/ORC-1.7.5/index.html b/news/2022/06/16/ORC-1.7.5/index.html
index 39d3b1f..3762578 100644
--- a/news/2022/06/16/ORC-1.7.5/index.html
+++ b/news/2022/06/16/ORC-1.7.5/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -390,6 +394,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -405,10 +413,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -416,6 +420,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2022/08/17/ORC-1.7.6/index.html b/news/2022/08/17/ORC-1.7.6/index.html
index efd4f94..df4070b 100644
--- a/news/2022/08/17/ORC-1.7.6/index.html
+++ b/news/2022/08/17/ORC-1.7.6/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -396,6 +400,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -411,10 +419,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -422,6 +426,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2022/09/03/ORC-1.8.0/index.html b/news/2022/09/03/ORC-1.8.0/index.html
index 4fc1a14..9b2cec5 100644
--- a/news/2022/09/03/ORC-1.8.0/index.html
+++ b/news/2022/09/03/ORC-1.8.0/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -423,6 +427,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -438,10 +446,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -449,6 +453,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2022/09/21/william-chair/index.html b/news/2022/09/21/william-chair/index.html
index d21842b..9ffb99e 100644
--- a/news/2022/09/21/william-chair/index.html
+++ b/news/2022/09/21/william-chair/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -350,6 +354,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -365,10 +373,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -376,6 +380,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2022/11/17/ORC-1.7.7/index.html b/news/2022/11/17/ORC-1.7.7/index.html
index 7202ade..3cb90b5 100644
--- a/news/2022/11/17/ORC-1.7.7/index.html
+++ b/news/2022/11/17/ORC-1.7.7/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -370,6 +374,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -385,10 +393,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -396,6 +400,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2022/12/02/ORC-1.8.1/index.html b/news/2022/12/02/ORC-1.8.1/index.html
index f97d7e4..f192aa4 100644
--- a/news/2022/12/02/ORC-1.8.1/index.html
+++ b/news/2022/12/02/ORC-1.8.1/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -384,6 +388,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -399,10 +407,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -410,6 +414,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2023/01/13/ORC-1.8.2/index.html b/news/2023/01/13/ORC-1.8.2/index.html
index 803626c..8669c39 100644
--- a/news/2023/01/13/ORC-1.8.2/index.html
+++ b/news/2023/01/13/ORC-1.8.2/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -388,6 +392,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -403,10 +411,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -414,6 +418,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2023/01/21/ORC-1.7.8/index.html b/news/2023/01/21/ORC-1.7.8/index.html
index 0a893df..9efc1fe 100644
--- a/news/2023/01/21/ORC-1.7.8/index.html
+++ b/news/2023/01/21/ORC-1.7.8/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -371,6 +375,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -386,10 +394,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -397,6 +401,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2023/02/13/add-xin/index.html b/news/2023/02/13/add-xin/index.html
index b4f8131..64de4de 100644
--- a/news/2023/02/13/add-xin/index.html
+++ b/news/2023/02/13/add-xin/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -345,6 +349,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -360,10 +368,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -371,6 +375,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2023/03/15/ORC-1.8.3/index.html b/news/2023/03/15/ORC-1.8.3/index.html
index 8b0e649..fca5b35 100644
--- a/news/2023/03/15/ORC-1.8.3/index.html
+++ b/news/2023/03/15/ORC-1.8.3/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -373,6 +377,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -388,10 +396,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -399,6 +403,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2023/05/07/ORC-1.7.9/index.html b/news/2023/05/07/ORC-1.7.9/index.html
index 32c2279..35cb175 100644
--- a/news/2023/05/07/ORC-1.7.9/index.html
+++ b/news/2023/05/07/ORC-1.7.9/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -365,6 +369,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -380,10 +388,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -391,6 +395,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2023/06/14/ORC-1.8.4/index.html b/news/2023/06/14/ORC-1.8.4/index.html
index 9f84d22..bb34f79 100644
--- a/news/2023/06/14/ORC-1.8.4/index.html
+++ b/news/2023/06/14/ORC-1.8.4/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -373,6 +377,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -388,10 +396,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -399,6 +403,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2023/06/28/ORC-1.9.0/index.html b/news/2023/06/28/ORC-1.9.0/index.html
index 9a6972f..e5b0d89 100644
--- a/news/2023/06/28/ORC-1.9.0/index.html
+++ b/news/2023/06/28/ORC-1.9.0/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -496,6 +500,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -511,10 +519,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -522,6 +526,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2023/08/16/ORC-1.9.1/index.html b/news/2023/08/16/ORC-1.9.1/index.html
index ed7e44b..deda5f0 100644
--- a/news/2023/08/16/ORC-1.9.1/index.html
+++ b/news/2023/08/16/ORC-1.9.1/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -367,6 +371,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -382,10 +390,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -393,6 +397,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2023/09/05/ORC-1.8.5/index.html b/news/2023/09/05/ORC-1.8.5/index.html
index 8fb72fc..e138e1f 100644
--- a/news/2023/09/05/ORC-1.8.5/index.html
+++ b/news/2023/09/05/ORC-1.8.5/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -364,6 +368,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -379,10 +387,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -390,6 +394,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2023/11/10/ORC-1.7.10/index.html b/news/2023/11/10/ORC-1.7.10/index.html
index 457cdb8..5916d92 100644
--- a/news/2023/11/10/ORC-1.7.10/index.html
+++ b/news/2023/11/10/ORC-1.7.10/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -365,6 +369,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -380,10 +388,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -391,6 +395,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2023/11/10/ORC-1.8.6/index.html b/news/2023/11/10/ORC-1.8.6/index.html
index 72bb1cb..c38418d 100644
--- a/news/2023/11/10/ORC-1.8.6/index.html
+++ b/news/2023/11/10/ORC-1.8.6/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -368,6 +372,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -383,10 +391,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="current">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -394,6 +398,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2023/11/10/ORC-1.9.2/index.html b/news/2023/11/10/ORC-1.9.2/index.html
index 77cf734..ab26314 100644
--- a/news/2023/11/10/ORC-1.9.2/index.html
+++ b/news/2023/11/10/ORC-1.9.2/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -388,6 +392,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -403,10 +411,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -414,6 +418,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2024/01/13/add-deshan/index.html b/news/2024/01/13/add-deshan/index.html
index 317276b..81ffd6b 100644
--- a/news/2024/01/13/add-deshan/index.html
+++ b/news/2024/01/13/add-deshan/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -345,6 +349,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -360,10 +368,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -371,6 +375,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2024/03/08/ORC-2.0.0/index.html b/news/2024/03/08/ORC-2.0.0/index.html
index 3e5b921..d64add5 100644
--- a/news/2024/03/08/ORC-2.0.0/index.html
+++ b/news/2024/03/08/ORC-2.0.0/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -325,12 +329,12 @@
 
 <ul>
   <li>Released: 8 March 2024</li>
-  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-2.0.0/orc-2.0.0.tar.gz">orc-2.0.0.tar.gz</a></li>
-  <li><a href="https://downloads.apache.org/orc/orc-2.0.0/orc-2.0.0.tar.gz.asc">GPG Signature</a>
+  <li>Source code: <a href="https://archive.apache.org/dist/orc/orc-2.0.0/orc-2.0.0.tar.gz">orc-2.0.0.tar.gz</a></li>
+  <li><a href="https://archive.apache.org/dist/orc/orc-2.0.0/orc-2.0.0.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://downloads.apache.org/orc/KEYS">Dongjoon Hyun (34F0FC5C)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-2.0.0">rel/release-2.0.0</a></li>
   <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%222.0.0%22">ORC 2.0.0</a></li>
-  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-2.0.0/orc-2.0.0.tar.gz.sha256">9107730919c29eb3…</a></li>
+  <li>SHA 256: <a href="https://archive.apache.org/dist/orc/orc-2.0.0/orc-2.0.0.tar.gz.sha256">9107730919c29eb3…</a></li>
   <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+%222.0.0%22&amp;tempMax=500">ORC-2.0.0</a></li>
 </ul>
 
@@ -551,6 +555,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -566,10 +574,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -577,6 +581,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2024/03/20/ORC-1.9.3/index.html b/news/2024/03/20/ORC-1.9.3/index.html
index 833e850..5b38d3d 100644
--- a/news/2024/03/20/ORC-1.9.3/index.html
+++ b/news/2024/03/20/ORC-1.9.3/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -388,6 +392,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -403,10 +411,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -414,6 +418,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2024/04/14/ORC-1.8.7/index.html b/news/2024/04/14/ORC-1.8.7/index.html
index 5d35e67..475e6ab 100644
--- a/news/2024/04/14/ORC-1.8.7/index.html
+++ b/news/2024/04/14/ORC-1.8.7/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -374,6 +378,10 @@
     <h4>Recent Releases</h4>
     <ul>
       
+      <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
       <li class="current">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
@@ -390,10 +398,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -401,6 +405,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/2024/05/13/add-shaoyun-and-yuanping/index.html b/news/2024/05/13/add-shaoyun-and-yuanping/index.html
new file mode 100644
index 0000000..76ebf82
--- /dev/null
+++ b/news/2024/05/13/add-shaoyun-and-yuanping/index.html
@@ -0,0 +1,733 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+<head>
+  <meta charset="UTF-8">
+  <title>Shaoyun Chen and Yuanping Wu added as committers</title>
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta name="generator" content="Jekyll v3.8.6">
+  <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="/releases/"><span class="show-on-mobiles">Rel</span>
+                         <span class="hide-on-mobiles">Releases</span></a>
+  </li>
+  <li class="">
+    <a href="/docs/"><span class="show-on-mobiles">Doc</span>
+                     <span class="hide-on-mobiles">Documentation</span></a>
+  </li>
+  <li class="">
+    <a href="/talks/"><span class="show-on-mobiles">Talk</span>
+                      <span class="hide-on-mobiles">Talks</span></a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/develop/"><span class="show-on-mobiles">Dev</span>
+                        <span class="hide-on-mobiles">Develop</span></a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+</ul>
+
+  </nav>
+  <div class="grid">
+    <div class="unit one-quarter 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 three-quarters hide-on-mobiles">
+      <ul>
+  <li class="">
+    <a href="/">Home</a>
+  </li>
+  <li class="">
+    <a href="/releases/"><span class="show-on-mobiles">Rel</span>
+                         <span class="hide-on-mobiles">Releases</span></a>
+  </li>
+  <li class="">
+    <a href="/docs/"><span class="show-on-mobiles">Doc</span>
+                     <span class="hide-on-mobiles">Documentation</span></a>
+  </li>
+  <li class="">
+    <a href="/talks/"><span class="show-on-mobiles">Talk</span>
+                      <span class="hide-on-mobiles">Talks</span></a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/develop/"><span class="show-on-mobiles">Dev</span>
+                        <span class="hide-on-mobiles">Develop</span></a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+</ul>
+
+    </nav>
+  </div>
+</header>
+
+
+    <section class="news">
+    <div class="grid">
+
+      <div class="docs-nav-mobile unit whole show-on-mobiles">
+  <select onchange="if (this.value) window.location.href=this.value">
+    <option value="">Navigate the blog…</option>
+    <option value="/news/">Home</option>
+    <optgroup label="v1.x">
+      
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
+      <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
+      
+      <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
+      
+      <option value="/news/2024/03/08/ORC-2.0.0/">ORC 2.0.0 Released</option>
+      
+      <option value="/news/2024/01/13/add-deshan/">Deshan Xiao added as committer</option>
+      
+      <option value="/news/2023/11/10/ORC-1.9.2/">ORC 1.9.2 Released</option>
+      
+      <option value="/news/2023/11/10/ORC-1.8.6/">ORC 1.8.6 Released</option>
+      
+      <option value="/news/2023/11/10/ORC-1.7.10/">ORC 1.7.10 Released</option>
+      
+      <option value="/news/2023/09/05/ORC-1.8.5/">ORC 1.8.5 Released</option>
+      
+      <option value="/news/2023/08/16/ORC-1.9.1/">ORC 1.9.1 Released</option>
+      
+      <option value="/news/2023/06/28/ORC-1.9.0/">ORC 1.9.0 Released</option>
+      
+      <option value="/news/2023/06/14/ORC-1.8.4/">ORC 1.8.4 Released</option>
+      
+      <option value="/news/2023/05/07/ORC-1.7.9/">ORC 1.7.9 Released</option>
+      
+      <option value="/news/2023/03/15/ORC-1.8.3/">ORC 1.8.3 Released</option>
+      
+      <option value="/news/2023/02/13/add-xin/">Xin Zhang added as committer</option>
+      
+      <option value="/news/2023/01/21/ORC-1.7.8/">ORC 1.7.8 Released</option>
+      
+      <option value="/news/2023/01/13/ORC-1.8.2/">ORC 1.8.2 Released</option>
+      
+      <option value="/news/2022/12/02/ORC-1.8.1/">ORC 1.8.1 Released</option>
+      
+      <option value="/news/2022/11/17/ORC-1.7.7/">ORC 1.7.7 Released</option>
+      
+      <option value="/news/2022/09/21/william-chair/">William Hyun elected as Chair</option>
+      
+      <option value="/news/2022/09/03/ORC-1.8.0/">ORC 1.8.0 Released</option>
+      
+      <option value="/news/2022/08/17/ORC-1.7.6/">ORC 1.7.6 Released</option>
+      
+      <option value="/news/2022/06/16/ORC-1.7.5/">ORC 1.7.5 Released</option>
+      
+      <option value="/news/2022/06/05/add-pavan/">Pavan Lanka added as committer</option>
+      
+      <option value="/news/2022/05/08/yiqun-pmc/">ORC adds Yiqun Zhang to PMC</option>
+      
+      <option value="/news/2022/04/15/ORC-1.7.4/">ORC 1.7.4 Released</option>
+      
+      <option value="/news/2022/04/14/ORC-1.6.14/">ORC 1.6.14 Released</option>
+      
+      <option value="/news/2022/03/05/add-quanlong/">Quanlong Huang added as committer</option>
+      
+      <option value="/news/2022/02/09/ORC-1.7.3/">ORC 1.7.3 Released</option>
+      
+      <option value="/news/2022/01/20/ORC-1.6.13/">ORC 1.6.13 Released</option>
+      
+      <option value="/news/2021/12/20/ORC-1.7.2/">ORC 1.7.2 Released</option>
+      
+      <option value="/news/2021/11/23/add-yiqun/">Yiqun Zhang added as committer</option>
+      
+      <option value="/news/2021/11/07/ORC-1.7.1/">ORC 1.7.1 Released</option>
+      
+      <option value="/news/2021/11/07/ORC-1.6.12/">ORC 1.6.12 Released</option>
+      
+      <option value="/news/2021/10/02/william-pmc/">ORC adds William Hyun to PMC</option>
+      
+      <option value="/news/2021/09/15/ORC-1.7.0/">ORC 1.7.0 Released</option>
+      
+      <option value="/news/2021/09/15/ORC-1.6.11/">ORC 1.6.11 Released</option>
+      
+      <option value="/news/2021/09/15/ORC-1.5.13/">ORC 1.5.13 Released</option>
+      
+      <option value="/news/2021/08/10/ORC-1.6.10/">ORC 1.6.10 Released</option>
+      
+      <option value="/news/2021/07/02/ORC-1.6.9/">ORC 1.6.9 Released</option>
+      
+      <option value="/news/2021/05/21/ORC-1.6.8/">ORC 1.6.8 Released</option>
+      
+      <option value="/news/2021/04/13/add-william/">William Hyun added as committer</option>
+      
+      <option value="/news/2021/02/08/panagiotis-pmc/">ORC adds Panagiotis Garefalakis to PMC</option>
+      
+      <option value="/news/2021/01/22/ORC-1.6.7/">ORC 1.6.7 Released</option>
+      
+      <option value="/news/2020/12/10/ORC-1.6.6/">ORC 1.6.6 Released</option>
+      
+      <option value="/news/2020/11/16/add-panagiotis/">Panagiotis Garefalakis added as committer</option>
+      
+      <option value="/news/2020/10/01/ORC-1.6.5/">ORC 1.6.5 Released</option>
+      
+      <option value="/news/2020/09/30/ORC-1.5.12/">ORC 1.5.12 Released</option>
+      
+      <option value="/news/2020/09/14/ORC-1.6.4/">ORC 1.6.4 Released</option>
+      
+      <option value="/news/2020/09/14/ORC-1.5.11/">ORC 1.5.11 Released</option>
+      
+      <option value="/news/2020/04/26/ORC-1.5.10/">ORC 1.5.10 Released</option>
+      
+      <option value="/news/2020/04/26/ORC-1.6.3/">ORC 1.6.3 Released</option>
+      
+      <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+      
+      <option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to PMC</option>
+      
+      <option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
+      
+      <option value="/news/2019/11/24/ORC-1.6.2/">ORC 1.6.2 Released</option>
+      
+      <option value="/news/2019/11/24/ORC-1.5.8/">ORC 1.5.8 Released</option>
+      
+      <option value="/news/2019/10/26/ORC-1.6.1/">ORC 1.6.1 Released</option>
+      
+      <option value="/news/2019/10/26/ORC-1.5.7/">ORC 1.5.7 Released</option>
+      
+      <option value="/news/2019/09/03/ORC-1.6.0/">ORC 1.6.0 Released</option>
+      
+      <option value="/news/2019/06/27/ORC-1.5.6/">ORC 1.5.6 Released</option>
+      
+      <option value="/news/2019/06/10/renat-and-sandeep/">Renat Vailiullin and Sandeep More added as committers</option>
+      
+      <option value="/news/2019/03/14/ORC-1.5.5/">ORC 1.5.5 Released</option>
+      
+      <option value="/news/2019/01/11/gang-pmc/">ORC adds Gang Wu to PMC</option>
+      
+      <option value="/news/2019/01/10/add-dongjoon/">Dongjoon Hyun added as committer</option>
+      
+      <option value="/news/2018/12/21/ORC-1.5.4/">ORC 1.5.4 Released</option>
+      
+      <option value="/news/2018/09/25/ORC-1.5.3/">ORC 1.5.3 Released</option>
+      
+      <option value="/news/2018/06/29/ORC-1.5.2/">ORC 1.5.2 Released</option>
+      
+      <option value="/news/2018/05/25/ORC-1.5.1/">ORC 1.5.1 Released</option>
+      
+      <option value="/news/2018/05/14/ORC-1.5.0/">ORC 1.5.0 Released</option>
+      
+      <option value="/news/2018/05/14/ORC-1.4.4/">ORC 1.4.4 Released</option>
+      
+      <option value="/news/2018/03/27/add-xiening-and-gang/">Gang Wu and Xiening Dai added as committer</option>
+      
+      <option value="/news/2018/02/09/ORC-1.4.3/">ORC 1.4.3 Released</option>
+      
+      <option value="/news/2018/01/23/ORC-1.4.2/">ORC 1.4.2 Released</option>
+      
+      <option value="/news/2017/10/16/ORC-1.4.1/">ORC 1.4.1 Released</option>
+      
+      <option value="/news/2017/10/16/ORC-1.3.4/">ORC 1.3.4 Released</option>
+      
+      <option value="/news/2017/09/06/new-pmc/">ORC adds Eugene and Deepak to PMC</option>
+      
+      <option value="/news/2017/05/16/new-committer/">Deepak Majeti added as committer</option>
+      
+      <option value="/news/2017/05/08/ORC-1.4.0/">ORC 1.4.0 Released</option>
+      
+      <option value="/news/2017/02/21/ORC-1.3.3/">ORC 1.3.3 Released</option>
+      
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
+      <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
+      
+      <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
+      
+      <option value="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</option>
+      
+      <option value="/news/2016/12/15/new-committers/">ORC adds new committers</option>
+      
+      <option value="/news/2016/12/12/ORC-1.2.3/">ORC 1.2.3 Released</option>
+      
+      <option value="/news/2016/12/01/ORC-1.2.2/">ORC 1.2.2 Released</option>
+      
+      <option value="/news/2016/10/05/ORC-1.2.1/">ORC 1.2.1 Released</option>
+      
+      <option value="/news/2016/08/25/ORC-1.2.0/">ORC 1.2.0 Released</option>
+      
+      <option value="/news/2016/07/08/ORC-1.1.2/">ORC 1.1.2 Released</option>
+      
+      <option value="/news/2016/06/28/file-format-talk/">File format benchmark</option>
+      
+      <option value="/news/2016/06/13/ORC-1.1.1/">ORC 1.1.1 Released</option>
+      
+      <option value="/news/2016/06/10/ORC-1.1.0/">ORC 1.1.0 Released</option>
+      
+      <option value="/news/2016/01/25/ORC-1.0.0/">ORC 1.0.0 Released</option>
+      
+      <option value="/news/2015/11/19/aliaksei-on-pmc/">ORC adds Aliaksei Sandryhaila to PMC</option>
+      
+      <option value="/news/2015/06/26/new-logo/">ORC adopts new logo</option>
+      
+      <option value="/news/2015/05/11/new-committers/">ORC adds 7 committers</option>
+      
+      <option value="/news/2015/04/22/orc-as-tlp/">ORC becomes an Apache Top Level Project</option>
+      
+    </optgroup>
+  </select>
+</div>
+
+
+      <div class="unit four-fifths">
+        <article>
+  <h2>
+    Shaoyun Chen and Yuanping Wu added as committers
+    <a href="/news/2024/05/13/add-shaoyun-and-yuanping/" class="permalink" title="Permalink">∞</a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      team
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      13 May 2024
+    </span>
+    <a href="https://people.apache.org/~gangwu" class="post-author">
+      <img src="https://people.apache.org/~gangwu/gangwu.png"
+           class="avatar" alt="gangwu avatar"
+           width="24" height="24">
+      gangwu
+    </a>
+  </div>
+  <div class="post-content">
+    <p>The ORC PMC is happy to add Shaoyun Chen and Yuanping Wu as
+committers for their work on ORC Java and C++ library.</p>
+
+<p>Thank you for your work on ORC, Shaoyun and Yuanping!</p>
+
+  </div>
+</article>
+
+      </div>
+
+      <div class="unit one-fifth hide-on-mobiles">
+  <aside>
+    <ul>
+      <li class="">
+        <a href="/news/">All News</a>
+      </li>
+      <li class="">
+        <a href="/news/releases/">ORC Releases</a>
+      </li>
+    </ul>
+    <h4>Recent Releases</h4>
+    <ul>
+      
+      <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2024/03/20/ORC-1.9.3/">Version 1.9.3</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2024/03/08/ORC-2.0.0/">Version 2.0.0</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
+      </li>
+      
+    </ul>
+    <h4>Other News</h4>
+    <ul>
+        
+        
+        
+        
+        <li class="current">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2024/01/13/add-deshan/">Deshan Xiao added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2023/02/13/add-xin/">Xin Zhang added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2022/09/21/william-chair/">William Hyun elected as Chair</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2022/06/05/add-pavan/">Pavan Lanka added as committer</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2022/05/08/yiqun-pmc/">ORC adds Yiqun Zhang to PMC</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2022/03/05/add-quanlong/">Quanlong Huang added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2021/11/23/add-yiqun/">Yiqun Zhang added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2021/10/02/william-pmc/">ORC adds William Hyun to PMC</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2021/04/13/add-william/">William Hyun added as committer</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2021/02/08/panagiotis-pmc/">ORC adds Panagiotis Garefalakis to PMC</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2020/11/16/add-panagiotis/">Panagiotis Garefalakis added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to PMC</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2019/06/10/renat-and-sandeep/">Renat Vailiullin and Sandeep More added as committers</a>
+        </li>
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2019/01/11/gang-pmc/">ORC adds Gang Wu to PMC</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2019/01/10/add-dongjoon/">Dongjoon Hyun added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2018/03/27/add-xiening-and-gang/">Gang Wu and Xiening Dai added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2017/09/06/new-pmc/">ORC adds Eugene and Deepak to PMC</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2017/05/16/new-committer/">Deepak Majeti added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2016/12/15/new-committers/">ORC adds new committers</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2016/06/28/file-format-talk/">File format benchmark</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/11/19/aliaksei-on-pmc/">ORC adds Aliaksei Sandryhaila to PMC</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/06/26/new-logo/">ORC adopts new logo</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/05/11/new-committers/">ORC adds 7 committers</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/04/22/orc-as-tlp/">ORC becomes an Apache Top Level Project</a>
+        </li>
+        
+        
+    </ul>
+  </aside>
+</div>
+
+
+      <div class="clear"></div>
+
+    </div>
+  </section>
+
+
+  <footer role="contentinfo">
+  <p style="margin-left: 20px; margin-right; 20px; text-align: center">The contents of this website are &copy;&nbsp;2024
+     <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>
diff --git a/news/2024/05/14/ORC-2.0.1/index.html b/news/2024/05/14/ORC-2.0.1/index.html
new file mode 100644
index 0000000..aa0df2b
--- /dev/null
+++ b/news/2024/05/14/ORC-2.0.1/index.html
@@ -0,0 +1,791 @@
+<!DOCTYPE HTML>
+<html lang="en-US">
+<head>
+  <meta charset="UTF-8">
+  <title>ORC 2.0.1 Released</title>
+  <meta name="viewport" content="width=device-width,initial-scale=1">
+  <meta name="generator" content="Jekyll v3.8.6">
+  <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="/releases/"><span class="show-on-mobiles">Rel</span>
+                         <span class="hide-on-mobiles">Releases</span></a>
+  </li>
+  <li class="">
+    <a href="/docs/"><span class="show-on-mobiles">Doc</span>
+                     <span class="hide-on-mobiles">Documentation</span></a>
+  </li>
+  <li class="">
+    <a href="/talks/"><span class="show-on-mobiles">Talk</span>
+                      <span class="hide-on-mobiles">Talks</span></a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/develop/"><span class="show-on-mobiles">Dev</span>
+                        <span class="hide-on-mobiles">Develop</span></a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+</ul>
+
+  </nav>
+  <div class="grid">
+    <div class="unit one-quarter 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 three-quarters hide-on-mobiles">
+      <ul>
+  <li class="">
+    <a href="/">Home</a>
+  </li>
+  <li class="">
+    <a href="/releases/"><span class="show-on-mobiles">Rel</span>
+                         <span class="hide-on-mobiles">Releases</span></a>
+  </li>
+  <li class="">
+    <a href="/docs/"><span class="show-on-mobiles">Doc</span>
+                     <span class="hide-on-mobiles">Documentation</span></a>
+  </li>
+  <li class="">
+    <a href="/talks/"><span class="show-on-mobiles">Talk</span>
+                      <span class="hide-on-mobiles">Talks</span></a>
+  </li>
+  <li class="current">
+    <a href="/news/">News</a>
+  </li>
+  <li class="">
+    <a href="/develop/"><span class="show-on-mobiles">Dev</span>
+                        <span class="hide-on-mobiles">Develop</span></a>
+  </li>
+  <li class="">
+    <a href="/help/">Help</a>
+  </li>
+</ul>
+
+    </nav>
+  </div>
+</header>
+
+
+    <section class="news">
+    <div class="grid">
+
+      <div class="docs-nav-mobile unit whole show-on-mobiles">
+  <select onchange="if (this.value) window.location.href=this.value">
+    <option value="">Navigate the blog…</option>
+    <option value="/news/">Home</option>
+    <optgroup label="v1.x">
+      
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
+      <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
+      
+      <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
+      
+      <option value="/news/2024/03/08/ORC-2.0.0/">ORC 2.0.0 Released</option>
+      
+      <option value="/news/2024/01/13/add-deshan/">Deshan Xiao added as committer</option>
+      
+      <option value="/news/2023/11/10/ORC-1.9.2/">ORC 1.9.2 Released</option>
+      
+      <option value="/news/2023/11/10/ORC-1.8.6/">ORC 1.8.6 Released</option>
+      
+      <option value="/news/2023/11/10/ORC-1.7.10/">ORC 1.7.10 Released</option>
+      
+      <option value="/news/2023/09/05/ORC-1.8.5/">ORC 1.8.5 Released</option>
+      
+      <option value="/news/2023/08/16/ORC-1.9.1/">ORC 1.9.1 Released</option>
+      
+      <option value="/news/2023/06/28/ORC-1.9.0/">ORC 1.9.0 Released</option>
+      
+      <option value="/news/2023/06/14/ORC-1.8.4/">ORC 1.8.4 Released</option>
+      
+      <option value="/news/2023/05/07/ORC-1.7.9/">ORC 1.7.9 Released</option>
+      
+      <option value="/news/2023/03/15/ORC-1.8.3/">ORC 1.8.3 Released</option>
+      
+      <option value="/news/2023/02/13/add-xin/">Xin Zhang added as committer</option>
+      
+      <option value="/news/2023/01/21/ORC-1.7.8/">ORC 1.7.8 Released</option>
+      
+      <option value="/news/2023/01/13/ORC-1.8.2/">ORC 1.8.2 Released</option>
+      
+      <option value="/news/2022/12/02/ORC-1.8.1/">ORC 1.8.1 Released</option>
+      
+      <option value="/news/2022/11/17/ORC-1.7.7/">ORC 1.7.7 Released</option>
+      
+      <option value="/news/2022/09/21/william-chair/">William Hyun elected as Chair</option>
+      
+      <option value="/news/2022/09/03/ORC-1.8.0/">ORC 1.8.0 Released</option>
+      
+      <option value="/news/2022/08/17/ORC-1.7.6/">ORC 1.7.6 Released</option>
+      
+      <option value="/news/2022/06/16/ORC-1.7.5/">ORC 1.7.5 Released</option>
+      
+      <option value="/news/2022/06/05/add-pavan/">Pavan Lanka added as committer</option>
+      
+      <option value="/news/2022/05/08/yiqun-pmc/">ORC adds Yiqun Zhang to PMC</option>
+      
+      <option value="/news/2022/04/15/ORC-1.7.4/">ORC 1.7.4 Released</option>
+      
+      <option value="/news/2022/04/14/ORC-1.6.14/">ORC 1.6.14 Released</option>
+      
+      <option value="/news/2022/03/05/add-quanlong/">Quanlong Huang added as committer</option>
+      
+      <option value="/news/2022/02/09/ORC-1.7.3/">ORC 1.7.3 Released</option>
+      
+      <option value="/news/2022/01/20/ORC-1.6.13/">ORC 1.6.13 Released</option>
+      
+      <option value="/news/2021/12/20/ORC-1.7.2/">ORC 1.7.2 Released</option>
+      
+      <option value="/news/2021/11/23/add-yiqun/">Yiqun Zhang added as committer</option>
+      
+      <option value="/news/2021/11/07/ORC-1.7.1/">ORC 1.7.1 Released</option>
+      
+      <option value="/news/2021/11/07/ORC-1.6.12/">ORC 1.6.12 Released</option>
+      
+      <option value="/news/2021/10/02/william-pmc/">ORC adds William Hyun to PMC</option>
+      
+      <option value="/news/2021/09/15/ORC-1.7.0/">ORC 1.7.0 Released</option>
+      
+      <option value="/news/2021/09/15/ORC-1.6.11/">ORC 1.6.11 Released</option>
+      
+      <option value="/news/2021/09/15/ORC-1.5.13/">ORC 1.5.13 Released</option>
+      
+      <option value="/news/2021/08/10/ORC-1.6.10/">ORC 1.6.10 Released</option>
+      
+      <option value="/news/2021/07/02/ORC-1.6.9/">ORC 1.6.9 Released</option>
+      
+      <option value="/news/2021/05/21/ORC-1.6.8/">ORC 1.6.8 Released</option>
+      
+      <option value="/news/2021/04/13/add-william/">William Hyun added as committer</option>
+      
+      <option value="/news/2021/02/08/panagiotis-pmc/">ORC adds Panagiotis Garefalakis to PMC</option>
+      
+      <option value="/news/2021/01/22/ORC-1.6.7/">ORC 1.6.7 Released</option>
+      
+      <option value="/news/2020/12/10/ORC-1.6.6/">ORC 1.6.6 Released</option>
+      
+      <option value="/news/2020/11/16/add-panagiotis/">Panagiotis Garefalakis added as committer</option>
+      
+      <option value="/news/2020/10/01/ORC-1.6.5/">ORC 1.6.5 Released</option>
+      
+      <option value="/news/2020/09/30/ORC-1.5.12/">ORC 1.5.12 Released</option>
+      
+      <option value="/news/2020/09/14/ORC-1.6.4/">ORC 1.6.4 Released</option>
+      
+      <option value="/news/2020/09/14/ORC-1.5.11/">ORC 1.5.11 Released</option>
+      
+      <option value="/news/2020/04/26/ORC-1.5.10/">ORC 1.5.10 Released</option>
+      
+      <option value="/news/2020/04/26/ORC-1.6.3/">ORC 1.6.3 Released</option>
+      
+      <option value="/news/2020/01/30/ORC-1.5.9/">ORC 1.5.9 Released</option>
+      
+      <option value="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to PMC</option>
+      
+      <option value="/news/2019/12/09/ORC-1.4.5/">ORC 1.4.5 Released</option>
+      
+      <option value="/news/2019/11/24/ORC-1.6.2/">ORC 1.6.2 Released</option>
+      
+      <option value="/news/2019/11/24/ORC-1.5.8/">ORC 1.5.8 Released</option>
+      
+      <option value="/news/2019/10/26/ORC-1.6.1/">ORC 1.6.1 Released</option>
+      
+      <option value="/news/2019/10/26/ORC-1.5.7/">ORC 1.5.7 Released</option>
+      
+      <option value="/news/2019/09/03/ORC-1.6.0/">ORC 1.6.0 Released</option>
+      
+      <option value="/news/2019/06/27/ORC-1.5.6/">ORC 1.5.6 Released</option>
+      
+      <option value="/news/2019/06/10/renat-and-sandeep/">Renat Vailiullin and Sandeep More added as committers</option>
+      
+      <option value="/news/2019/03/14/ORC-1.5.5/">ORC 1.5.5 Released</option>
+      
+      <option value="/news/2019/01/11/gang-pmc/">ORC adds Gang Wu to PMC</option>
+      
+      <option value="/news/2019/01/10/add-dongjoon/">Dongjoon Hyun added as committer</option>
+      
+      <option value="/news/2018/12/21/ORC-1.5.4/">ORC 1.5.4 Released</option>
+      
+      <option value="/news/2018/09/25/ORC-1.5.3/">ORC 1.5.3 Released</option>
+      
+      <option value="/news/2018/06/29/ORC-1.5.2/">ORC 1.5.2 Released</option>
+      
+      <option value="/news/2018/05/25/ORC-1.5.1/">ORC 1.5.1 Released</option>
+      
+      <option value="/news/2018/05/14/ORC-1.5.0/">ORC 1.5.0 Released</option>
+      
+      <option value="/news/2018/05/14/ORC-1.4.4/">ORC 1.4.4 Released</option>
+      
+      <option value="/news/2018/03/27/add-xiening-and-gang/">Gang Wu and Xiening Dai added as committer</option>
+      
+      <option value="/news/2018/02/09/ORC-1.4.3/">ORC 1.4.3 Released</option>
+      
+      <option value="/news/2018/01/23/ORC-1.4.2/">ORC 1.4.2 Released</option>
+      
+      <option value="/news/2017/10/16/ORC-1.4.1/">ORC 1.4.1 Released</option>
+      
+      <option value="/news/2017/10/16/ORC-1.3.4/">ORC 1.3.4 Released</option>
+      
+      <option value="/news/2017/09/06/new-pmc/">ORC adds Eugene and Deepak to PMC</option>
+      
+      <option value="/news/2017/05/16/new-committer/">Deepak Majeti added as committer</option>
+      
+      <option value="/news/2017/05/08/ORC-1.4.0/">ORC 1.4.0 Released</option>
+      
+      <option value="/news/2017/02/21/ORC-1.3.3/">ORC 1.3.3 Released</option>
+      
+      <option value="/news/2017/02/13/ORC-1.3.2/">ORC 1.3.2 Released</option>
+      
+      <option value="/news/2017/02/03/ORC-1.3.1/">ORC 1.3.1 Released</option>
+      
+      <option value="/news/2017/01/23/ORC-1.3.0/">ORC 1.3.0 Released</option>
+      
+      <option value="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</option>
+      
+      <option value="/news/2016/12/15/new-committers/">ORC adds new committers</option>
+      
+      <option value="/news/2016/12/12/ORC-1.2.3/">ORC 1.2.3 Released</option>
+      
+      <option value="/news/2016/12/01/ORC-1.2.2/">ORC 1.2.2 Released</option>
+      
+      <option value="/news/2016/10/05/ORC-1.2.1/">ORC 1.2.1 Released</option>
+      
+      <option value="/news/2016/08/25/ORC-1.2.0/">ORC 1.2.0 Released</option>
+      
+      <option value="/news/2016/07/08/ORC-1.1.2/">ORC 1.1.2 Released</option>
+      
+      <option value="/news/2016/06/28/file-format-talk/">File format benchmark</option>
+      
+      <option value="/news/2016/06/13/ORC-1.1.1/">ORC 1.1.1 Released</option>
+      
+      <option value="/news/2016/06/10/ORC-1.1.0/">ORC 1.1.0 Released</option>
+      
+      <option value="/news/2016/01/25/ORC-1.0.0/">ORC 1.0.0 Released</option>
+      
+      <option value="/news/2015/11/19/aliaksei-on-pmc/">ORC adds Aliaksei Sandryhaila to PMC</option>
+      
+      <option value="/news/2015/06/26/new-logo/">ORC adopts new logo</option>
+      
+      <option value="/news/2015/05/11/new-committers/">ORC adds 7 committers</option>
+      
+      <option value="/news/2015/04/22/orc-as-tlp/">ORC becomes an Apache Top Level Project</option>
+      
+    </optgroup>
+  </select>
+</div>
+
+
+      <div class="unit four-fifths">
+        <article>
+  <h2>
+    ORC 2.0.1 Released
+    <a href="/news/2024/05/14/ORC-2.0.1/" class="permalink" title="Permalink">∞</a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      14 May 2024
+    </span>
+    <a href="https://people.apache.org/~william" class="post-author">
+      <img src="https://people.apache.org/~william/william.png"
+           class="avatar" alt="william avatar"
+           width="24" height="24">
+      william
+    </a>
+  </div>
+  <div class="post-content">
+    <p>The ORC team is excited to announce the release of ORC v2.0.1.</p>
+
+<ul>
+  <li>Released: 14 May 2024</li>
+  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-2.0.1/orc-2.0.1.tar.gz">orc-2.0.1.tar.gz</a></li>
+  <li><a href="https://downloads.apache.org/orc/orc-2.0.1/orc-2.0.1.tar.gz.asc">GPG Signature</a>
+signed by <a href="https://downloads.apache.org/orc/KEYS">William Hyun (DECDFA29)</a></li>
+  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-2.0.1">rel/release-2.0.1</a></li>
+  <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%222.0.1%22">ORC 2.0.1</a></li>
+  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-2.0.1/orc-2.0.1.tar.gz.sha256">1ffac0228aa83f04…</a></li>
+  <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+%222.0.1%22&amp;tempMax=500">ORC-2.0.1</a></li>
+</ul>
+
+<p>The improvements (tools):</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1644">ORC-1644</a> Add merge tool to merge multiple ORC files into a single ORC file</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1647">ORC-1647</a> Tips for supporting ORC in the convert command</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1667">ORC-1667</a> Add check tool to check the index of the specified column</li>
+</ul>
+
+<p>The bug fixes:</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1646">ORC-1646</a> Close the reader when reading the schema with the convert command</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1654">ORC-1654</a> [C++] Count up EvaluatedRowGroupCount correctly</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1684">ORC-1684</a> [C++] Find tzdb without TZDIR when in conda-environments</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1688">ORC-1688</a> [C++] Do not access TZDB if there is no timestamp type</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1696">ORC-1696</a> Fix ClassCastException when reading avro decimal type in bechmark 
+The tasks:</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1649">ORC-1649</a> [C++][Conan] Add 2.0.0 to conan recipe and update release guide</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1669">ORC-1669</a> [C++] Deprecate HDFS support</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1686">ORC-1686</a> [C++] Avoid using std::filesystem</li>
+</ul>
+
+<p>The test changes:</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1648">ORC-1648</a> Add test to convert ORC in the convert command</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1663">ORC-1663</a> [C++] Enable TestTimezone.testMissingTZDB on Windows</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1672">ORC-1672</a> Remove test packages o.a.o.tools.check</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1673">ORC-1673</a> Remove test packages <code class="highlighter-rouge">o.a.o.tools.[count|merge|sizes]</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1676">ORC-1676</a> Use Hive 4.0.0 in benchmark</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1681">ORC-1681</a> Remove redundant import statement in tests to fix checkstyle failures</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1699">ORC-1699</a> Fix SparkBenchmark in Parquet format according to SPARK-40918</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1704">ORC-1704</a> Migration to Scala 2.13 of Apache Spark 3.5.1 at SparkBenchmark</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1707">ORC-1707</a> Fix sun.util.calendar IllegalAccessException when SparkBenchmark runs on JDK17</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1708">ORC-1708</a> Support data/compress options in Hive benchmark</li>
+</ul>
+
+<p>The build and dependency changes:</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1670">ORC-1670</a> Upgrade zstd-jni to 1.5.6-1</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1679">ORC-1679</a> Bump zstd-jni to 1.5.6-2</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1695">ORC-1695</a> Upgrade gson to 2.10.1</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1698">ORC-1698</a> Upgrade commons-cli to 1.7.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1705">ORC-1705</a> Upgrade zstd-jni to 1.5.6-3</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1714">ORC-1714</a> Bump commons-csv to 1.11.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1715">ORC-1715</a> Bump org.objenesis:objenesis to 3.3</li>
+</ul>
+
+<p>The documentation changes:</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1668">ORC-1668</a> Add merge command to Java tools documentation</li>
+</ul>
+
+  </div>
+</article>
+
+      </div>
+
+      <div class="unit one-fifth hide-on-mobiles">
+  <aside>
+    <ul>
+      <li class="">
+        <a href="/news/">All News</a>
+      </li>
+      <li class="">
+        <a href="/news/releases/">ORC Releases</a>
+      </li>
+    </ul>
+    <h4>Recent Releases</h4>
+    <ul>
+      
+      <li class="current">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2024/03/20/ORC-1.9.3/">Version 1.9.3</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2024/03/08/ORC-2.0.0/">Version 2.0.0</a>
+      </li>
+      
+      <li class="">
+        <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
+      </li>
+      
+    </ul>
+    <h4>Other News</h4>
+    <ul>
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2024/01/13/add-deshan/">Deshan Xiao added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2023/02/13/add-xin/">Xin Zhang added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2022/09/21/william-chair/">William Hyun elected as Chair</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2022/06/05/add-pavan/">Pavan Lanka added as committer</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2022/05/08/yiqun-pmc/">ORC adds Yiqun Zhang to PMC</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2022/03/05/add-quanlong/">Quanlong Huang added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2021/11/23/add-yiqun/">Yiqun Zhang added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2021/10/02/william-pmc/">ORC adds William Hyun to PMC</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2021/04/13/add-william/">William Hyun added as committer</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2021/02/08/panagiotis-pmc/">ORC adds Panagiotis Garefalakis to PMC</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2020/11/16/add-panagiotis/">Panagiotis Garefalakis added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2019/12/09/dongjoon-pmc/">ORC adds Dongjoon Hyun to PMC</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2019/06/10/renat-and-sandeep/">Renat Vailiullin and Sandeep More added as committers</a>
+        </li>
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2019/01/11/gang-pmc/">ORC adds Gang Wu to PMC</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2019/01/10/add-dongjoon/">Dongjoon Hyun added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2018/03/27/add-xiening-and-gang/">Gang Wu and Xiening Dai added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2017/09/06/new-pmc/">ORC adds Eugene and Deepak to PMC</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2017/05/16/new-committer/">Deepak Majeti added as committer</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2017/01/04/gopal-on-pmc/">ORC adds Gopal Vijayaraghavan to PMC</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2016/12/15/new-committers/">ORC adds new committers</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2016/06/28/file-format-talk/">File format benchmark</a>
+        </li>
+        
+        
+        
+        
+        
+        
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/11/19/aliaksei-on-pmc/">ORC adds Aliaksei Sandryhaila to PMC</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/06/26/new-logo/">ORC adopts new logo</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/05/11/new-committers/">ORC adds 7 committers</a>
+        </li>
+        
+        
+        
+        <li class="">
+          <a href="/news/2015/04/22/orc-as-tlp/">ORC becomes an Apache Top Level Project</a>
+        </li>
+        
+        
+    </ul>
+  </aside>
+</div>
+
+
+      <div class="clear"></div>
+
+    </div>
+  </section>
+
+
+  <footer role="contentinfo">
+  <p style="margin-left: 20px; margin-right; 20px; text-align: center">The contents of this website are &copy;&nbsp;2024
+     <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>
diff --git a/news/index.html b/news/index.html
index 11d3f86..cbefed9 100644
--- a/news/index.html
+++ b/news/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -302,6 +306,128 @@
         
   <article>
   <h2>
+    <a href="/news/2024/05/14/ORC-2.0.1/">
+      ORC 2.0.1 Released
+    </a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      14 May 2024
+    </span>
+    <a href="https://people.apache.org/~william" class="post-author">
+      <img src="https://people.apache.org/~william//william.png"
+           class="avatar" alt="william avatar"
+           width="24" height="24">
+      william
+    </a>
+  </div>
+  <div class="post-content">
+    <p>The ORC team is excited to announce the release of ORC v2.0.1.</p>
+
+<ul>
+  <li>Released: 14 May 2024</li>
+  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-2.0.1/orc-2.0.1.tar.gz">orc-2.0.1.tar.gz</a></li>
+  <li><a href="https://downloads.apache.org/orc/orc-2.0.1/orc-2.0.1.tar.gz.asc">GPG Signature</a>
+signed by <a href="https://downloads.apache.org/orc/KEYS">William Hyun (DECDFA29)</a></li>
+  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-2.0.1">rel/release-2.0.1</a></li>
+  <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%222.0.1%22">ORC 2.0.1</a></li>
+  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-2.0.1/orc-2.0.1.tar.gz.sha256">1ffac0228aa83f04…</a></li>
+  <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+%222.0.1%22&amp;tempMax=500">ORC-2.0.1</a></li>
+</ul>
+
+<p>The improvements (tools):</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1644">ORC-1644</a> Add merge tool to merge multiple ORC files into a single ORC file</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1647">ORC-1647</a> Tips for supporting ORC in the convert command</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1667">ORC-1667</a> Add check tool to check the index of the specified column</li>
+</ul>
+
+<p>The bug fixes:</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1646">ORC-1646</a> Close the reader when reading the schema with the convert command</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1654">ORC-1654</a> [C++] Count up EvaluatedRowGroupCount correctly</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1684">ORC-1684</a> [C++] Find tzdb without TZDIR when in conda-environments</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1688">ORC-1688</a> [C++] Do not access TZDB if there is no timestamp type</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1696">ORC-1696</a> Fix ClassCastException when reading avro decimal type in bechmark 
+The tasks:</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1649">ORC-1649</a> [C++][Conan] Add 2.0.0 to conan recipe and update release guide</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1669">ORC-1669</a> [C++] Deprecate HDFS support</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1686">ORC-1686</a> [C++] Avoid using std::filesystem</li>
+</ul>
+
+<p>The test changes:</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1648">ORC-1648</a> Add test to convert ORC in the convert command</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1663">ORC-1663</a> [C++] Enable TestTimezone.testMissingTZDB on Windows</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1672">ORC-1672</a> Remove test packages o.a.o.tools.check</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1673">ORC-1673</a> Remove test packages <code class="highlighter-rouge">o.a.o.tools.[count|merge|sizes]</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1676">ORC-1676</a> Use Hive 4.0.0 in benchmark</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1681">ORC-1681</a> Remove redundant import statement in tests to fix checkstyle failures</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1699">ORC-1699</a> Fix SparkBenchmark in Parquet format according to SPARK-40918</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1704">ORC-1704</a> Migration to Scala 2.13 of Apache Spark 3.5.1 at SparkBenchmark</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1707">ORC-1707</a> Fix sun.util.calendar IllegalAccessException when SparkBenchmark runs on JDK17</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1708">ORC-1708</a> Support data/compress options in Hive benchmark</li>
+</ul>
+
+<p>The build and dependency changes:</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1670">ORC-1670</a> Upgrade zstd-jni to 1.5.6-1</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1679">ORC-1679</a> Bump zstd-jni to 1.5.6-2</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1695">ORC-1695</a> Upgrade gson to 2.10.1</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1698">ORC-1698</a> Upgrade commons-cli to 1.7.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1705">ORC-1705</a> Upgrade zstd-jni to 1.5.6-3</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1714">ORC-1714</a> Bump commons-csv to 1.11.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1715">ORC-1715</a> Bump org.objenesis:objenesis to 3.3</li>
+</ul>
+
+<p>The documentation changes:</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1668">ORC-1668</a> Add merge command to Java tools documentation</li>
+</ul>
+
+  </div>
+</article>
+
+
+  <article>
+  <h2>
+    <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">
+      Shaoyun Chen and Yuanping Wu added as committers
+    </a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      team
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      13 May 2024
+    </span>
+    <a href="https://people.apache.org/~gangwu" class="post-author">
+      <img src="https://people.apache.org/~gangwu//gangwu.png"
+           class="avatar" alt="gangwu avatar"
+           width="24" height="24">
+      gangwu
+    </a>
+  </div>
+  <div class="post-content">
+    <p>The ORC PMC is happy to add Shaoyun Chen and Yuanping Wu as
+committers for their work on ORC Java and C++ library.</p>
+
+<p>Thank you for your work on ORC, Shaoyun and Yuanping!</p>
+
+  </div>
+</article>
+
+
+  <article>
+  <h2>
     <a href="/news/2024/04/14/ORC-1.8.7/">
       ORC 1.8.7 Released
     </a>
@@ -464,12 +590,12 @@
 
 <ul>
   <li>Released: 8 March 2024</li>
-  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-2.0.0/orc-2.0.0.tar.gz">orc-2.0.0.tar.gz</a></li>
-  <li><a href="https://downloads.apache.org/orc/orc-2.0.0/orc-2.0.0.tar.gz.asc">GPG Signature</a>
+  <li>Source code: <a href="https://archive.apache.org/dist/orc/orc-2.0.0/orc-2.0.0.tar.gz">orc-2.0.0.tar.gz</a></li>
+  <li><a href="https://archive.apache.org/dist/orc/orc-2.0.0/orc-2.0.0.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://downloads.apache.org/orc/KEYS">Dongjoon Hyun (34F0FC5C)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-2.0.0">rel/release-2.0.0</a></li>
   <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%222.0.0%22">ORC 2.0.0</a></li>
-  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-2.0.0/orc-2.0.0.tar.gz.sha256">9107730919c29eb3…</a></li>
+  <li>SHA 256: <a href="https://archive.apache.org/dist/orc/orc-2.0.0/orc-2.0.0.tar.gz.sha256">9107730919c29eb3…</a></li>
   <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+%222.0.0%22&amp;tempMax=500">ORC-2.0.0</a></li>
 </ul>
 
@@ -6130,6 +6256,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -6145,10 +6275,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -6156,6 +6282,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/news/releases/index.html b/news/releases/index.html
index 6009ec5..805435e 100644
--- a/news/releases/index.html
+++ b/news/releases/index.html
@@ -99,6 +99,10 @@
     <option value="/news/">Home</option>
     <optgroup label="v1.x">
       
+      <option value="/news/2024/05/14/ORC-2.0.1/">ORC 2.0.1 Released</option>
+      
+      <option value="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</option>
+      
       <option value="/news/2024/04/14/ORC-1.8.7/">ORC 1.8.7 Released</option>
       
       <option value="/news/2024/03/20/ORC-1.9.3/">ORC 1.9.3 Released</option>
@@ -302,6 +306,96 @@
         
   <article>
   <h2>
+    <a href="/news/2024/05/14/ORC-2.0.1/">
+      ORC 2.0.1 Released
+    </a>
+  </h2>
+  <span class="post-category">
+    <span class="label">
+      release
+    </span>
+  </span>
+  <div class="post-meta">
+    <span class="post-date">
+      14 May 2024
+    </span>
+    <a href="https://people.apache.org/~william" class="post-author">
+      <img src="https://people.apache.org/~william//william.png"
+           class="avatar" alt="william avatar"
+           width="24" height="24">
+      william
+    </a>
+  </div>
+  <div class="post-content">
+    <p>The ORC team is excited to announce the release of ORC v2.0.1.</p>
+
+<ul>
+  <li>Released: 14 May 2024</li>
+  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-2.0.1/orc-2.0.1.tar.gz">orc-2.0.1.tar.gz</a></li>
+  <li><a href="https://downloads.apache.org/orc/orc-2.0.1/orc-2.0.1.tar.gz.asc">GPG Signature</a>
+signed by <a href="https://downloads.apache.org/orc/KEYS">William Hyun (DECDFA29)</a></li>
+  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-2.0.1">rel/release-2.0.1</a></li>
+  <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%222.0.1%22">ORC 2.0.1</a></li>
+  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-2.0.1/orc-2.0.1.tar.gz.sha256">1ffac0228aa83f04…</a></li>
+  <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+%222.0.1%22&amp;tempMax=500">ORC-2.0.1</a></li>
+</ul>
+
+<p>The improvements (tools):</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1644">ORC-1644</a> Add merge tool to merge multiple ORC files into a single ORC file</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1647">ORC-1647</a> Tips for supporting ORC in the convert command</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1667">ORC-1667</a> Add check tool to check the index of the specified column</li>
+</ul>
+
+<p>The bug fixes:</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1646">ORC-1646</a> Close the reader when reading the schema with the convert command</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1654">ORC-1654</a> [C++] Count up EvaluatedRowGroupCount correctly</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1684">ORC-1684</a> [C++] Find tzdb without TZDIR when in conda-environments</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1688">ORC-1688</a> [C++] Do not access TZDB if there is no timestamp type</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1696">ORC-1696</a> Fix ClassCastException when reading avro decimal type in bechmark 
+The tasks:</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1649">ORC-1649</a> [C++][Conan] Add 2.0.0 to conan recipe and update release guide</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1669">ORC-1669</a> [C++] Deprecate HDFS support</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1686">ORC-1686</a> [C++] Avoid using std::filesystem</li>
+</ul>
+
+<p>The test changes:</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1648">ORC-1648</a> Add test to convert ORC in the convert command</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1663">ORC-1663</a> [C++] Enable TestTimezone.testMissingTZDB on Windows</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1672">ORC-1672</a> Remove test packages o.a.o.tools.check</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1673">ORC-1673</a> Remove test packages <code class="highlighter-rouge">o.a.o.tools.[count|merge|sizes]</code></li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1676">ORC-1676</a> Use Hive 4.0.0 in benchmark</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1681">ORC-1681</a> Remove redundant import statement in tests to fix checkstyle failures</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1699">ORC-1699</a> Fix SparkBenchmark in Parquet format according to SPARK-40918</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1704">ORC-1704</a> Migration to Scala 2.13 of Apache Spark 3.5.1 at SparkBenchmark</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1707">ORC-1707</a> Fix sun.util.calendar IllegalAccessException when SparkBenchmark runs on JDK17</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1708">ORC-1708</a> Support data/compress options in Hive benchmark</li>
+</ul>
+
+<p>The build and dependency changes:</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1670">ORC-1670</a> Upgrade zstd-jni to 1.5.6-1</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1679">ORC-1679</a> Bump zstd-jni to 1.5.6-2</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1695">ORC-1695</a> Upgrade gson to 2.10.1</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1698">ORC-1698</a> Upgrade commons-cli to 1.7.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1705">ORC-1705</a> Upgrade zstd-jni to 1.5.6-3</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1714">ORC-1714</a> Bump commons-csv to 1.11.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1715">ORC-1715</a> Bump org.objenesis:objenesis to 3.3</li>
+</ul>
+
+<p>The documentation changes:</p>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/ORC-1668">ORC-1668</a> Add merge command to Java tools documentation</li>
+</ul>
+
+  </div>
+</article>
+
+
+  <article>
+  <h2>
     <a href="/news/2024/04/14/ORC-1.8.7/">
       ORC 1.8.7 Released
     </a>
@@ -464,12 +558,12 @@
 
 <ul>
   <li>Released: 8 March 2024</li>
-  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-2.0.0/orc-2.0.0.tar.gz">orc-2.0.0.tar.gz</a></li>
-  <li><a href="https://downloads.apache.org/orc/orc-2.0.0/orc-2.0.0.tar.gz.asc">GPG Signature</a>
+  <li>Source code: <a href="https://archive.apache.org/dist/orc/orc-2.0.0/orc-2.0.0.tar.gz">orc-2.0.0.tar.gz</a></li>
+  <li><a href="https://archive.apache.org/dist/orc/orc-2.0.0/orc-2.0.0.tar.gz.asc">GPG Signature</a>
 signed by <a href="https://downloads.apache.org/orc/KEYS">Dongjoon Hyun (34F0FC5C)</a></li>
   <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-2.0.0">rel/release-2.0.0</a></li>
   <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%222.0.0%22">ORC 2.0.0</a></li>
-  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-2.0.0/orc-2.0.0.tar.gz.sha256">9107730919c29eb3…</a></li>
+  <li>SHA 256: <a href="https://archive.apache.org/dist/orc/orc-2.0.0/orc-2.0.0.tar.gz.sha256">9107730919c29eb3…</a></li>
   <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+%222.0.0%22&amp;tempMax=500">ORC-2.0.0</a></li>
 </ul>
 
@@ -5215,6 +5309,10 @@
     <ul>
       
       <li class="">
+        <a href="/news/2024/05/14/ORC-2.0.1/">Version 2.0.1</a>
+      </li>
+      
+      <li class="">
         <a href="/news/2024/04/14/ORC-1.8.7/">Version 1.8.7</a>
       </li>
       
@@ -5230,10 +5328,6 @@
         <a href="/news/2023/11/10/ORC-1.9.2/">Version 1.9.2</a>
       </li>
       
-      <li class="">
-        <a href="/news/2023/11/10/ORC-1.8.6/">Version 1.8.6</a>
-      </li>
-      
     </ul>
     <h4>Other News</h4>
     <ul>
@@ -5241,6 +5335,14 @@
         
         
         
+        <li class="">
+          <a href="/news/2024/05/13/add-shaoyun-and-yuanping/">Shaoyun Chen and Yuanping Wu added as committers</a>
+        </li>
+        
+        
+        
+        
+        
         
         
         
diff --git a/releases.html b/releases.html
index f272387..69ac0cb 100644
--- a/releases.html
+++ b/releases.html
@@ -997,21 +997,21 @@
         <article>
           <h1>Releases</h1>
           
-<h2 id="current-release---200">Current Release - 2.0.0:</h2>
+<h2 id="current-release---201">Current Release - 2.0.1:</h2>
 
-<p>ORC 2.0.0 contains both the Java and C++ reader and writer
+<p>ORC 2.0.1 contains both the Java and C++ reader and writer
 for ORC files. It also contains tools for working with ORC
 files and looking at their contents and metadata.</p>
 
 <ul>
-  <li>Released: 8 March 2024</li>
-  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-2.0.0/orc-2.0.0.tar.gz">orc-2.0.0.tar.gz</a></li>
-  <li><a href="https://downloads.apache.org/orc/orc-2.0.0/orc-2.0.0.tar.gz.asc">GPG Signature</a>
-signed by <a href="https://downloads.apache.org/orc/KEYS">Dongjoon Hyun (34F0FC5C)</a></li>
-  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-2.0.0">rel/release-2.0.0</a></li>
-  <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%222.0.0%22">ORC 2.0.0</a></li>
-  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-2.0.0/orc-2.0.0.tar.gz.sha256">9107730919c29eb3…</a></li>
-  <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+%222.0.0%22&amp;tempMax=500">ORC-2.0.0</a></li>
+  <li>Released: 14 May 2024</li>
+  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-2.0.1/orc-2.0.1.tar.gz">orc-2.0.1.tar.gz</a></li>
+  <li><a href="https://downloads.apache.org/orc/orc-2.0.1/orc-2.0.1.tar.gz.asc">GPG Signature</a>
+signed by <a href="https://downloads.apache.org/orc/KEYS">William Hyun (DECDFA29)</a></li>
+  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-2.0.1">rel/release-2.0.1</a></li>
+  <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%222.0.1%22">ORC 2.0.1</a></li>
+  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-2.0.1/orc-2.0.1.tar.gz.sha256">1ffac0228aa83f04…</a></li>
+  <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+%222.0.1%22&amp;tempMax=500">ORC-2.0.1</a></li>
 </ul>
 
 <p>The New Features and Notable Changes of ORC 2.0:</p>
@@ -1055,9 +1055,19 @@
     
       
       <tr>
+        <td style="text-align: center">2.0.1</td>
+        <td style="text-align: center">2024-05-14</td>
+        <td style="text-align: center">latest</td>
+        <td style="text-align: center">
+          <a href="/news/2024/05/14/ORC-2.0.1/">
+          ORC-2.0.1</a></td>
+      </tr>
+    
+      
+      <tr>
         <td style="text-align: center">2.0.0</td>
         <td style="text-align: center">2024-03-08</td>
-        <td style="text-align: center">latest</td>
+        <td style="text-align: center">archived</td>
         <td style="text-align: center">
           <a href="/news/2024/03/08/ORC-2.0.0/">
           ORC-2.0.0</a></td>
diff --git a/releases/index.html b/releases/index.html
index 86f9798..be7c309 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -97,21 +97,21 @@
       <article>
         <h1>Releases</h1>
         
-<h2 id="current-release---200">Current Release - 2.0.0:</h2>
+<h2 id="current-release---201">Current Release - 2.0.1:</h2>
 
-<p>ORC 2.0.0 contains both the Java and C++ reader and writer
+<p>ORC 2.0.1 contains both the Java and C++ reader and writer
 for ORC files. It also contains tools for working with ORC
 files and looking at their contents and metadata.</p>
 
 <ul>
-  <li>Released: 8 March 2024</li>
-  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-2.0.0/orc-2.0.0.tar.gz">orc-2.0.0.tar.gz</a></li>
-  <li><a href="https://downloads.apache.org/orc/orc-2.0.0/orc-2.0.0.tar.gz.asc">GPG Signature</a>
-signed by <a href="https://downloads.apache.org/orc/KEYS">Dongjoon Hyun (34F0FC5C)</a></li>
-  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-2.0.0">rel/release-2.0.0</a></li>
-  <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%222.0.0%22">ORC 2.0.0</a></li>
-  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-2.0.0/orc-2.0.0.tar.gz.sha256">9107730919c29eb3…</a></li>
-  <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+%222.0.0%22&amp;tempMax=500">ORC-2.0.0</a></li>
+  <li>Released: 14 May 2024</li>
+  <li>Source code: <a href="https://www.apache.org/dyn/closer.cgi/orc/orc-2.0.1/orc-2.0.1.tar.gz">orc-2.0.1.tar.gz</a></li>
+  <li><a href="https://downloads.apache.org/orc/orc-2.0.1/orc-2.0.1.tar.gz.asc">GPG Signature</a>
+signed by <a href="https://downloads.apache.org/orc/KEYS">William Hyun (DECDFA29)</a></li>
+  <li>Git tag: <a href="https://github.com/apache/orc/releases/tag/rel/release-2.0.1">rel/release-2.0.1</a></li>
+  <li>Maven Central: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22%20AND%20v%3A%222.0.1%22">ORC 2.0.1</a></li>
+  <li>SHA 256: <a href="https://downloads.apache.org/orc/orc-2.0.1/orc-2.0.1.tar.gz.sha256">1ffac0228aa83f04…</a></li>
+  <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+%222.0.1%22&amp;tempMax=500">ORC-2.0.1</a></li>
 </ul>
 
 <p>The New Features and Notable Changes of ORC 2.0:</p>
@@ -155,9 +155,19 @@
     
       
       <tr>
+        <td style="text-align: center">2.0.1</td>
+        <td style="text-align: center">2024-05-14</td>
+        <td style="text-align: center">latest</td>
+        <td style="text-align: center">
+          <a href="/news/2024/05/14/ORC-2.0.1/">
+          ORC-2.0.1</a></td>
+      </tr>
+    
+      
+      <tr>
         <td style="text-align: center">2.0.0</td>
         <td style="text-align: center">2024-03-08</td>
-        <td style="text-align: center">latest</td>
+        <td style="text-align: center">archived</td>
         <td style="text-align: center">
           <a href="/news/2024/03/08/ORC-2.0.0/">
           ORC-2.0.0</a></td>
diff --git a/specification/ORCv0/index.html b/specification/ORCv0/index.html
index ffef84a..7f023ed 100644
--- a/specification/ORCv0/index.html
+++ b/specification/ORCv0/index.html
@@ -1190,7 +1190,7 @@
     </tr>
     <tr>
       <td style="text-align: left"> </td>
-      <td style="text-align: left">DIRECT</td>
+      <td style="text-align: left">DATA</td>
       <td style="text-align: left">No</td>
       <td style="text-align: left">Byte RLE</td>
     </tr>
diff --git a/specification/ORCv1/index.html b/specification/ORCv1/index.html
index 5eeb9bd..cdb5ec5 100644
--- a/specification/ORCv1/index.html
+++ b/specification/ORCv1/index.html
@@ -1063,16 +1063,83 @@
 bit is set, the entire value is negated.</li>
   <li>Data values (W * L bits padded to the byte) - A sequence of W bit positive
 values that are added to the base value.</li>
-  <li>Patch list (PLL * (PGW + PW) bytes) - A list of patches for values
-that didn’t fit within W bits. Each entry in the list consists of a
+  <li>Patch list (PLL * closestFixedBits(PGW + PW) bits) - A list of patches for
+values that didn’t fit within W bits. Each entry in the list consists of a
 gap, which is the number of elements skipped from the previous
 patch, and a patch value. Patches are applied by logically or’ing
 the data values with the relevant patch shifted W bits left. If a
 patch is 0, it was introduced to skip over more than 255 items. The
 combined length of each patch (PGW + PW) must be less or equal to
-64.</li>
+    <ol>
+      <li>(PGW + PW) is padded to the closest fixed bit size according to the
+below table before being encoded in the patch list.</li>
+    </ol>
+  </li>
 </ul>
 
+<table>
+  <thead>
+    <tr>
+      <th style="text-align: left">(PGW + PW)</th>
+      <th style="text-align: left">closestFixedBits(PGW + PW)</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left">1 &lt;= x &lt;= 24</td>
+      <td style="text-align: left">x</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">25</td>
+      <td style="text-align: left">26</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">26</td>
+      <td style="text-align: left">26</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">27</td>
+      <td style="text-align: left">28</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">28</td>
+      <td style="text-align: left">28</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">29</td>
+      <td style="text-align: left">30</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">30</td>
+      <td style="text-align: left">30</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">31</td>
+      <td style="text-align: left">32</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">32</td>
+      <td style="text-align: left">32</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">33 &lt;= x &lt;= 40</td>
+      <td style="text-align: left">40</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">41 &lt;= x &lt;= 48</td>
+      <td style="text-align: left">48</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">49 &lt;= x &lt;= 56</td>
+      <td style="text-align: left">56</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">57 &lt;= x &lt;= 64</td>
+      <td style="text-align: left">64</td>
+    </tr>
+  </tbody>
+</table>
+
 <p>The unsigned sequence of [2030, 2000, 2020, 1000000, 2040, 2050, 2060, 2070,
 2080, 2090, 2100, 2110, 2120, 2130, 2140, 2150, 2160, 2170, 2180, 2190]
 has a minimum of 2000, which makes the adjusted
@@ -1881,7 +1948,7 @@
     </tr>
     <tr>
       <td style="text-align: left"> </td>
-      <td style="text-align: left">DIRECT</td>
+      <td style="text-align: left">DATA</td>
       <td style="text-align: left">No</td>
       <td style="text-align: left">Byte RLE</td>
     </tr>
diff --git a/specification/ORCv2/index.html b/specification/ORCv2/index.html
index 7e2c03e..a2490df 100644
--- a/specification/ORCv2/index.html
+++ b/specification/ORCv2/index.html
@@ -1087,16 +1087,83 @@
 bit is set, the entire value is negated.</li>
   <li>Data values (W * L bits padded to the byte) - A sequence of W bit positive
 values that are added to the base value.</li>
-  <li>Patch list (PLL * (PGW + PW) bytes) - A list of patches for values
-that didn’t fit within W bits. Each entry in the list consists of a
+  <li>Patch list (PLL * closestFixedBits(PGW + PW) bits) - A list of patches for
+values that didn’t fit within W bits. Each entry in the list consists of a
 gap, which is the number of elements skipped from the previous
 patch, and a patch value. Patches are applied by logically or’ing
 the data values with the relevant patch shifted W bits left. If a
 patch is 0, it was introduced to skip over more than 255 items. The
 combined length of each patch (PGW + PW) must be less or equal to
-64.</li>
+    <ol>
+      <li>(PGW + PW) is padded to the closest fixed bit size according to the
+below table before being encoded in the patch list.</li>
+    </ol>
+  </li>
 </ul>
 
+<table>
+  <thead>
+    <tr>
+      <th style="text-align: left">(PGW + PW)</th>
+      <th style="text-align: left">closestFixedBits(PGW + PW)</th>
+    </tr>
+  </thead>
+  <tbody>
+    <tr>
+      <td style="text-align: left">1 &lt;= x &lt;= 24</td>
+      <td style="text-align: left">x</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">25</td>
+      <td style="text-align: left">26</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">26</td>
+      <td style="text-align: left">26</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">27</td>
+      <td style="text-align: left">28</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">28</td>
+      <td style="text-align: left">28</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">29</td>
+      <td style="text-align: left">30</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">30</td>
+      <td style="text-align: left">30</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">31</td>
+      <td style="text-align: left">32</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">32</td>
+      <td style="text-align: left">32</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">33 &lt;= x &lt;= 40</td>
+      <td style="text-align: left">40</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">41 &lt;= x &lt;= 48</td>
+      <td style="text-align: left">48</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">49 &lt;= x &lt;= 56</td>
+      <td style="text-align: left">56</td>
+    </tr>
+    <tr>
+      <td style="text-align: left">57 &lt;= x &lt;= 64</td>
+      <td style="text-align: left">64</td>
+    </tr>
+  </tbody>
+</table>
+
 <p>The unsigned sequence of [2030, 2000, 2020, 1000000, 2040, 2050, 2060, 2070,
 2080, 2090, 2100, 2110, 2120, 2130, 2140, 2150, 2160, 2170, 2180, 2190]
 has a minimum of 2000, which makes the adjusted
@@ -1896,7 +1963,7 @@
     </tr>
     <tr>
       <td style="text-align: left"> </td>
-      <td style="text-align: left">DIRECT</td>
+      <td style="text-align: left">DATA</td>
       <td style="text-align: left">No</td>
       <td style="text-align: left">Byte RLE</td>
     </tr>