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

lehmi pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new d150f027 Site checkin for project Apache PDFBox Website
d150f027 is described below

commit d150f027e8e59656515acbb916b9d18ae03c5ef5
Author: Andreas Lehmkühler <[email protected]>
AuthorDate: Thu Nov 30 19:57:54 2023 +0100

    Site checkin for project Apache PDFBox Website
---
 content/2.0/dependencies.html | 10 +++---
 content/3.0/dependencies.html | 10 +++---
 content/blog/index.html       |  7 +++++
 content/doap_PDFBox.rdf       |  7 +++++
 content/download.html         | 72 +++++++++++++++++++++----------------------
 content/index.html            | 18 ++++++-----
 6 files changed, 70 insertions(+), 54 deletions(-)

diff --git a/content/2.0/dependencies.html b/content/2.0/dependencies.html
index 34a8f90b..2298ee31 100644
--- a/content/2.0/dependencies.html
+++ b/content/2.0/dependencies.html
@@ -165,10 +165,10 @@ included in the Java platform.</p>
 <pre class="language-xml"><code class="language-xml"><span class="token 
tag"><span class="token tag"><span class="token 
punctuation">&lt;</span>dependency</span><span class="token 
punctuation">></span></span><br>    <span class="token tag"><span class="token 
tag"><span class="token punctuation">&lt;</span>groupId</span><span 
class="token punctuation">></span></span>com.github.jai-imageio<span 
class="token tag"><span class="token tag"><span class="token 
punctuation">&lt;/</span>groupId</s [...]
 <p>For more reliable JPEG decoding the following part from the <a 
href="https://github.com/haraldk/TwelveMonkeys";>TwelveMonkeys library</a> can 
be included in your project pom.xml:</p>
 <pre class="language-xml"><code class="language-xml"><span class="token 
tag"><span class="token tag"><span class="token 
punctuation">&lt;</span>dependency</span><span class="token 
punctuation">></span></span><br>    <span class="token tag"><span class="token 
tag"><span class="token punctuation">&lt;</span>groupId</span><span 
class="token punctuation">></span></span>com.twelvemonkeys.imageio<span 
class="token tag"><span class="token tag"><span class="token 
punctuation">&lt;/</span>groupId [...]
-<h3 id="encryption-and-signing" tabindex="-1">Encryption and Signing</h3>
-<p>Encrypting and sigining PDFs requires the <em>bcprov</em>, <em>bcmail</em> 
and <em>bcpkix</em> libraries from the <a 
href="http://www.bouncycastle.org/";>Legion of the Bouncy Castle</a>. These can 
be included in your Maven project using the following dependencies:</p>
-<pre class="language-xml"><code class="language-xml"><span class="token 
tag"><span class="token tag"><span class="token 
punctuation">&lt;</span>dependency</span><span class="token 
punctuation">></span></span><br>    <span class="token tag"><span class="token 
tag"><span class="token punctuation">&lt;</span>groupId</span><span 
class="token punctuation">></span></span>org.bouncycastle<span class="token 
tag"><span class="token tag"><span class="token 
punctuation">&lt;/</span>groupId</span><s [...]
-<p class="alert alert-info">It is always a good idea to check for a newer 
version of Bouncy Castle. If you are using a more recent java version you might 
adapt the <b>artifactId</b> as well.</p>
+<h3 id="public-key-encryption-and-signing" tabindex="-1">Public key encryption 
and signing</h3>
+<p>Public key encryption and signing PDFs requires the <em>bcprov</em>, 
<em>bcmail</em> and <em>bcpkix</em> libraries from the <a 
href="http://www.bouncycastle.org/";>Legion of the Bouncy Castle</a>. These can 
be included in your Maven project using the following dependencies:</p>
+<pre class="language-xml"><code class="language-xml"><span class="token 
tag"><span class="token tag"><span class="token 
punctuation">&lt;</span>dependency</span><span class="token 
punctuation">></span></span><br>    <span class="token tag"><span class="token 
tag"><span class="token punctuation">&lt;</span>groupId</span><span 
class="token punctuation">></span></span>org.bouncycastle<span class="token 
tag"><span class="token tag"><span class="token 
punctuation">&lt;/</span>groupId</span><s [...]
+<p class="alert alert-info">It is always a good idea to check for a newer 
version of the Bouncy Castle libraries. If you are using a more recent java 
version you might adapt the <b>artifactId</b> as well.</p>
 <h3 id="java-cryptography-extension-(jce)" tabindex="-1">Java Cryptography 
Extension (JCE)</h3>
 <p>256-bit AES encryption requires a JDK with &quot;unlimited strength&quot; 
cryptography, which requires extra files to be installed. For JDK 7, see <a 
href="http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html";>Java
 Cryptography Extension (JCE)</a>. If these files are not installed, building 
PDFBox will throw an exception with the following message:</p>
 <p>JCE unlimited strength jurisdiction policy files are not installed</p>
@@ -216,7 +216,7 @@ directory. You can then simply copy all the libraries you 
need from this directo
                     <li><a href="#jai-image-i%2Fo">JAI Image I/O</a>
                        </li>
 
-                    <li><a href="#encryption-and-signing">Encryption and 
Signing</a>
+                    <li><a href="#public-key-encryption-and-signing">Public 
key encryption and signing</a>
                        </li>
 
                     <li><a href="#java-cryptography-extension-(jce)">Java 
Cryptography Extension (JCE)</a>
diff --git a/content/3.0/dependencies.html b/content/3.0/dependencies.html
index 3cc9788e..e9aa5de8 100644
--- a/content/3.0/dependencies.html
+++ b/content/3.0/dependencies.html
@@ -148,10 +148,10 @@ included in the Java platform.</p>
 <pre class="language-xml"><code class="language-xml"><span class="token 
tag"><span class="token tag"><span class="token 
punctuation">&lt;</span>dependency</span><span class="token 
punctuation">></span></span><br>    <span class="token tag"><span class="token 
tag"><span class="token punctuation">&lt;</span>groupId</span><span 
class="token punctuation">></span></span>com.github.jai-imageio<span 
class="token tag"><span class="token tag"><span class="token 
punctuation">&lt;/</span>groupId</s [...]
 <p>For more reliable JPEG decoding the following part from the <a 
href="https://github.com/haraldk/TwelveMonkeys";>TwelveMonkeys library</a> can 
be included in your project pom.xml:</p>
 <pre class="language-xml"><code class="language-xml"><span class="token 
tag"><span class="token tag"><span class="token 
punctuation">&lt;</span>dependency</span><span class="token 
punctuation">></span></span><br>    <span class="token tag"><span class="token 
tag"><span class="token punctuation">&lt;</span>groupId</span><span 
class="token punctuation">></span></span>com.twelvemonkeys.imageio<span 
class="token tag"><span class="token tag"><span class="token 
punctuation">&lt;/</span>groupId [...]
-<h3 id="encryption-and-signing" tabindex="-1">Encryption and Signing</h3>
-<p>Encrypting and sigining PDFs requires the <em>bcprov</em>, <em>bcmail</em> 
and <em>bcpkix</em> libraries from the <a 
href="http://www.bouncycastle.org/";>Legion of the Bouncy Castle</a>. These can 
be included in your Maven project using the following dependencies:</p>
-<pre class="language-xml"><code class="language-xml"><span class="token 
tag"><span class="token tag"><span class="token 
punctuation">&lt;</span>dependency</span><span class="token 
punctuation">></span></span><br>    <span class="token tag"><span class="token 
tag"><span class="token punctuation">&lt;</span>groupId</span><span 
class="token punctuation">></span></span>org.bouncycastle<span class="token 
tag"><span class="token tag"><span class="token 
punctuation">&lt;/</span>groupId</span><s [...]
-<p class="alert alert-info">It is always a good idea to check for a newer 
version of Bouncy Castle. If you are using a more recent java version you might 
adapt the <b>artifactId</b> as well.</p>
+<h3 id="public-key-encryption-and-signing" tabindex="-1">Public key encryption 
and signing</h3>
+<p>Public key encryption and signing PDFs requires the <em>bcprov</em>, 
<em>bcmail</em> and <em>bcpkix</em> libraries from the <a 
href="http://www.bouncycastle.org/";>Legion of the Bouncy Castle</a>. These can 
be included in your Maven project using the following dependencies:</p>
+<pre class="language-xml"><code class="language-xml"><span class="token 
tag"><span class="token tag"><span class="token 
punctuation">&lt;</span>dependency</span><span class="token 
punctuation">></span></span><br>    <span class="token tag"><span class="token 
tag"><span class="token punctuation">&lt;</span>groupId</span><span 
class="token punctuation">></span></span>org.bouncycastle<span class="token 
tag"><span class="token tag"><span class="token 
punctuation">&lt;/</span>groupId</span><s [...]
+<p class="alert alert-info">It is always a good idea to check for a newer 
version of the Bouncy Castle libraries. If you are using a more recent java 
version you might adapt the <b>artifactId</b> as well.</p>
 
     </section>
     <aside>
@@ -188,7 +188,7 @@ included in the Java platform.</p>
                     <li><a href="#jai-image-i%2Fo">JAI Image I/O</a>
                        </li>
 
-                    <li><a href="#encryption-and-signing">Encryption and 
Signing</a>
+                    <li><a href="#public-key-encryption-and-signing">Public 
key encryption and signing</a>
                        </li>
                 </ol>
                        </li>
diff --git a/content/blog/index.html b/content/blog/index.html
index 290ae881..d3d19243 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -154,6 +154,13 @@
             </div>
             <div class="col-xs-12 col-sm-9">
                 <h1 id="blog" tabindex="-1">Blog</h1>
+<h2>Apache PDFBox 3.0.1 released<br><small>2023-11-30</small></h2>
+<p>The Apache PDFBox community is pleased to announce the release of
+Apache PDFBox version 3.0.1. It is available for download at:</p>
+<p><a 
href="https://pdfbox.apache.org/download.html";>https://pdfbox.apache.org/download.html</a></p>
+<p>See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12353552";>full
 release notes</a> for details about this release.</p>
+<p>The <a href="https://pdfbox.apache.org/3.0/migration.html";>Migration 
Guide</a> shall give users coming from
+PDFBox 2.0.x an overview about things to look at when switching over. More 
details to come.</p>
 <h2>Apache PDFBox 2.0.30 released<br><small>2023-11-04</small></h2>
 <p>The Apache PDFBox community is pleased to announce the release of
 Apache PDFBox version 2.0.30. It is available for download at:</p>
diff --git a/content/doap_PDFBox.rdf b/content/doap_PDFBox.rdf
index 6927f614..87b6af1a 100644
--- a/content/doap_PDFBox.rdf
+++ b/content/doap_PDFBox.rdf
@@ -34,6 +34,13 @@
     <programming-language>Java</programming-language>
     <category rdf:resource="https://projects.apache.org/category/content"; />
     <category rdf:resource="https://projects.apache.org/category/library"; />
+    <release>
+      <Version>
+        <name>Apache PDFBox</name>
+        <created>2023-11-30</created>
+        <revision>3.0.1</revision>
+      </Version>
+    </release>
     <release>
       <Version>
         <name>Apache PDFBox</name>
diff --git a/content/download.html b/content/download.html
index e4012a91..f1454831 100644
--- a/content/download.html
+++ b/content/download.html
@@ -161,7 +161,7 @@
 <p>The Apache PDFBox community provides feature and bugfix releases.</p>
 
 <ul>
-    <li>Feature release for PDFBox 3.0.0 &mdash; <a 
href="https://www.apache.org/dist/pdfbox/3.0.0/RELEASE-NOTES.txt";>3.0.0</a> 
(requires Java 8)</li>
+    <li>Feature release for PDFBox 3.0.1 &mdash; <a 
href="https://www.apache.org/dist/pdfbox/3.0.1/RELEASE-NOTES.txt";>3.0.1</a> 
(requires Java 8)</li>
     <li>Feature release for PDFBox 2.0.x &mdash; <a 
href="https://www.apache.org/dist/pdfbox/2.0.30/RELEASE-NOTES.txt";>2.0.30</a> 
(requires Java 6)</li>
     <li>Feature release of JBIG2 ImageIO plugin 3.0.x &mdash; <a 
href="https://www.apache.org/dist/pdfbox/jbig2-imageio/3.0.4/RELEASE-NOTES.txt";>3.0.4</a>
 (requires Java 6)</li>
     <li><a href="#oldreleases">Previous releases</a></li>
@@ -185,71 +185,71 @@
     </thead>
     <tbody>
         <tr>
-            <td 
rowspan="12"><strong>PDFBox<br>3.0.0</strong><br><small>feature</small></td>
+            <td 
rowspan="12"><strong>PDFBox<br>3.0.1</strong><br><small>feature</small></td>
             <td colspan="4"><strong>Command line tools</strong></td>
         </tr>
         <tr>
             <td>PDFBox standalone</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.0/pdfbox-app-3.0.0.jar";>pdfbox-app-3.0.0.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/pdfbox-app-3.0.0.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/pdfbox-app-3.0.0.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.1/pdfbox-app-3.0.1.jar";>pdfbox-app-3.0.1.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/pdfbox-app-3.0.1.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/pdfbox-app-3.0.1.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>Debugger standalone</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.0/debugger-app-3.0.0.jar";>debugger-app-3.0.0.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/debugger-app-3.0.0.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/debugger-app-3.0.0.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.1/debugger-app-3.0.1.jar";>debugger-app-3.0.1.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/debugger-app-3.0.1.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/debugger-app-3.0.1.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>Preflight standalone</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.0/preflight-app-3.0.0.jar";>preflight-app-3.0.0.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/preflight-app-3.0.0.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/preflight-app-3.0.0.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.1/preflight-app-3.0.1.jar";>preflight-app-3.0.1.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/preflight-app-3.0.1.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/preflight-app-3.0.1.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td colspan="4"><strong>Libraries of each subproject</strong></td>
         </tr>
         <tr>
             <td>pdfbox</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.0/pdfbox-3.0.0.jar";>pdfbox-3.0.0.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/pdfbox-3.0.0.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/pdfbox-3.0.0.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.1/pdfbox-3.0.1.jar";>pdfbox-3.0.1.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/pdfbox-3.0.1.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/pdfbox-3.0.1.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>pdfbox-io</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.0/pdfbox-io-3.0.0.jar";>pdfbox-io-3.0.0.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/pdfbox-io-3.0.0.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/pdfbox-io-3.0.0.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.1/pdfbox-io-3.0.1.jar";>pdfbox-io-3.0.1.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/pdfbox-io-3.0.1.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/pdfbox-io-3.0.1.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>fontbox</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.0/fontbox-3.0.0.jar";>fontbox-3.0.0.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/fontbox-3.0.0.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/fontbox-3.0.0.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.1/fontbox-3.0.1.jar";>fontbox-3.0.1.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/fontbox-3.0.1.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/fontbox-3.0.1.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>preflight</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.0/preflight-3.0.0.jar";>preflight-3.0.0.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/preflight-3.0.0.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/preflight-3.0.0.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.1/preflight-3.0.1.jar";>preflight-3.0.1.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/preflight-3.0.1.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/preflight-3.0.1.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>xmpbox</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.0/xmpbox-3.0.0.jar";>xmpbox-3.0.0.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/xmpbox-3.0.0.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/xmpbox-3.0.0.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.1/xmpbox-3.0.1.jar";>xmpbox-3.0.1.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/xmpbox-3.0.1.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/xmpbox-3.0.1.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>pdfbox-tools</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.0/pdfbox-tools-3.0.0.jar";>pdfbox-tools-3.0.0.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/pdfbox-tools-3.0.0.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/pdfbox-tools-3.0.0.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.1/pdfbox-tools-3.0.1.jar";>pdfbox-tools-3.0.1.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/pdfbox-tools-3.0.1.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/pdfbox-tools-3.0.1.jar.sha512";>SHA512</a></td>
         </tr>
         <tr>
             <td>pdfbox-debugger</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.0/pdfbox-debugger-3.0.0.jar";>pdfbox-debugger-3.0.0.jar</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/pdfbox-debugger-3.0.0.jar.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/pdfbox-debugger-3.0.0.jar.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.1/pdfbox-debugger-3.0.1.jar";>pdfbox-debugger-3.0.1.jar</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/pdfbox-debugger-3.0.1.jar.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/pdfbox-debugger-3.0.1.jar.sha512";>SHA512</a></td>
         </tr>
     </tbody>
     <tbody>
@@ -340,11 +340,11 @@
     </thead>
     <tbody>
         <tr>
-            <td><strong>PDFBox<br>3.0.0</strong><br><small>release 
candidate</small></td>
+            <td><strong>PDFBox<br>3.0.1</strong><br><small>release 
candidate</small></td>
             <td>Source ZIP file incl. examples</td>
-            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.0/pdfbox-3.0.0-src.zip";>pdbox-3.0.0-src.zip</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/pdfbox-3.0.0-src.zip.asc";>ASC</a></td>
-            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.0/pdfbox-3.0.0-src.zip.sha512";>SHA512</a></td>
+            <td><a 
href="https://www.apache.org/dyn/closer.lua/pdfbox/3.0.1/pdfbox-3.0.1-src.zip";>pdbox-3.0.1-src.zip</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/pdfbox-3.0.1-src.zip.asc";>ASC</a></td>
+            <td><a 
href="https://www.apache.org/dist/pdfbox/3.0.1/pdfbox-3.0.1-src.zip.sha512";>SHA512</a></td>
         </tr>
         <tr>
             
<td><strong>PDFBox<br>2.0.30</strong><br><small>feature</small></td>
diff --git a/content/index.html b/content/index.html
index 57cb7caf..236c5c74 100644
--- a/content/index.html
+++ b/content/index.html
@@ -158,11 +158,13 @@
     PDF documents. This project allows creation of new PDF documents, 
manipulation of existing
     documents and the ability to extract content from documents. Apache PDFBox 
also includes several
     command-line utilities. Apache PDFBox is published under the Apache 
License v2.0.</p>
-<h2>Apache PDFBox 2.0.30 released<br><small>2023-11-04</small></h2>
+<h2>Apache PDFBox 3.0.1 released<br><small>2023-11-30</small></h2>
 <p>The Apache PDFBox community is pleased to announce the release of
-Apache PDFBox version 2.0.30. It is available for download at:</p>
+Apache PDFBox version 3.0.1. It is available for download at:</p>
 <p><a 
href="https://pdfbox.apache.org/download.html";>https://pdfbox.apache.org/download.html</a></p>
-<p>See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12353385";>full
 release notes</a> for details about this release.</p>
+<p>See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12353552";>full
 release notes</a> for details about this release.</p>
+<p>The <a href="https://pdfbox.apache.org/3.0/migration.html";>Migration 
Guide</a> shall give users coming from
+PDFBox 2.0.x an overview about things to look at when switching over. More 
details to come.</p>
 <h2 id="getting-help" tabindex="-1">Getting Help</h2>
 <p>To get help on using PDFBox, please <a 
href="mailto:[email protected]";>Subscribe to the Users Mailing 
List</a> and post your
 questions there. We're happy to help.</p>
@@ -207,6 +209,11 @@ skills. Subscribe to the <a 
href="/mailinglists.html">Mailing Lists</a> and find
     </div>
 </div>
 <h2 id="news" tabindex="-1">News</h2>
+<h2>Apache PDFBox 2.0.30 released<br><small>2023-11-04</small></h2>
+<p>The Apache PDFBox community is pleased to announce the release of
+Apache PDFBox version 2.0.30. It is available for download at:</p>
+<p><a 
href="https://pdfbox.apache.org/download.html";>https://pdfbox.apache.org/download.html</a></p>
+<p>See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12353385";>full
 release notes</a> for details about this release.</p>
 <h2>Apache PDFBox 3.0.0 released<br><small>2023-08-17</small></h2>
 <p>The Apache PDFBox community is pleased to announce the release of
 Apache PDFBox version 3.0.0. It is available for download at:</p>
@@ -231,11 +238,6 @@ Apache PDFBox version 2.0.29. It is available for download 
at:</p>
 Apache PDFBox version 2.0.28. It is available for download at:</p>
 <p><a 
href="https://pdfbox.apache.org/download.html";>https://pdfbox.apache.org/download.html</a></p>
 <p>See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12352284";>full
 release notes</a> for details about this release.</p>
-<h2>Apache PDFBox 2.0.27 released<br><small>2022-09-29</small></h2>
-<p>The Apache PDFBox community is pleased to announce the release of
-Apache PDFBox version 2.0.27. It is available for download at:</p>
-<p><a 
href="https://pdfbox.apache.org/download.html";>https://pdfbox.apache.org/download.html</a></p>
-<p>See the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310760&amp;version=12351648";>full
 release notes</a> for details about this release.</p>
 
             </div>
         </div>

Reply via email to