You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/11/04 07:08:47 UTC

[james-project] branch master updated (2377a97edd -> 2fd3dadb69)

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

btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


    from 2377a97edd [SITE] Blog post for MIME4J 0.8.8
     new 557f54e537 [SITE] Downloads for JSieve 0.8
     new 2fd3dadb69 [SITE] Blog post for JSieve 0.8

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/homepage/_posts/2022-10-28-jsieve-0.8.markdown | 18 ++++++++++++++++
 src/site/xdoc/download.xml                         | 24 +++++++++++-----------
 2 files changed, 30 insertions(+), 12 deletions(-)
 create mode 100644 src/homepage/_posts/2022-10-28-jsieve-0.8.markdown


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[james-project] 01/02: [SITE] Downloads for JSieve 0.8

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 557f54e537716c9210970b77ffce971415764692
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Oct 28 10:26:58 2022 +0700

    [SITE] Downloads for JSieve 0.8
---
 src/site/xdoc/download.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index c4d4d958b9..b3b2425c51 100644
--- a/src/site/xdoc/download.xml
+++ b/src/site/xdoc/download.xml
@@ -273,12 +273,12 @@
   
   <section name="Apache JSieve">
   
-    <p>Apache JSieve 0.7 is the latest stable version.</p>
+    <p>Apache JSieve 0.8 is the latest stable version.</p>
 
     <p>Sources:
-      <a href="https://www.apache.org/dyn/closer.lua/james/jsieve/0.7/apache-jsieve-sources-0.7.zip">(Zip)</a>
-      [<a href="https://downloads.apache.org/james/jsieve/0.7/apache-jsieve-sources-0.7.zip.sha1">SHA-1</a>]
-      [<a href="https://downloads.apache.org/james/jsieve/0.7/apache-jsieve-sources-0.7.zip.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/jsieve/0.8/apache-jsieve-sources-0.8.zip">(Zip)</a>
+      [<a href="https://downloads.apache.org/james/jsieve/0.8/apache-jsieve-sources-0.8.zip.sha1">SHA-1</a>]
+      [<a href="https://downloads.apache.org/james/jsieve/0.8/apache-jsieve-sources-0.8.zip.asc">PGP</a>]
     </p>
 
     <p>You can directly use it with maven:</p>
@@ -288,15 +288,15 @@
   &lt;dependency&gt;
     &lt;groupId&gt;org.apache.james&lt;/groupId&gt;
     &lt;artifactId&gt;apache-jsieve-core&lt;/artifactId&gt;
-    &lt;version&gt;0.7&lt;/version&gt;
+    &lt;version&gt;0.8&lt;/version&gt;
   &lt;/dependency&gt;
       </code>
     </pre>
 
     <p>Direct download link:
-      <a href="https://www.apache.org/dyn/closer.lua/james/jsieve/0.7/apache-jsieve-core-0.7.jar">(Jar)</a>
-      [<a href="https://downloads.apache.org/james/jsieve/0.7/apache-jsieve-core-0.7.jar.sha1">SHA-1</a>]
-      [<a href="https://downloads.apache.org/james/jsieve/0.7/apache-jsieve-core-0.7.jar.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/jsieve/0.8/apache-jsieve-core-0.8.jar">(Jar)</a>
+      [<a href="https://downloads.apache.org/james/jsieve/0.8/apache-jsieve-core-0.8.jar.sha1">SHA-1</a>]
+      [<a href="https://downloads.apache.org/james/jsieve/0.8/apache-jsieve-core-0.8.jar.asc">PGP</a>]
     </p>
 
     <p>An aggregator project is also available:</p>
@@ -306,15 +306,15 @@
   &lt;dependency&gt;
     &lt;groupId&gt;org.apache.james&lt;/groupId&gt;
     &lt;artifactId&gt;apache-jsieve-all&lt;/artifactId&gt;
-    &lt;version&gt;0.7&lt;/version&gt;
+    &lt;version&gt;0.8&lt;/version&gt;
   &lt;/dependency&gt;
       </code>
     </pre>
 
     <p>Direct download link:
-      <a href="https://www.apache.org/dyn/closer.lua/james/jsieve/0.7/apache-jsieve-0.7-all.tar.gz">(Tar Gz)</a>
-      [<a href="https://downloads.apache.org/james/jsieve/0.7/apache-jsieve-0.7-all.tar.gz.sha1">SHA-1</a>]
-      [<a href="https://downloads.apache.org/james/jsieve/0.7/apache-jsieve-0.7-all.tar.gz.asc">PGP</a>]
+      <a href="https://www.apache.org/dyn/closer.lua/james/jsieve/0.8/apache-jsieve-0.8-all.tar.gz">(Tar Gz)</a>
+      [<a href="https://downloads.apache.org/james/jsieve/0.8/apache-jsieve-0.8-all.tar.gz.sha1">SHA-1</a>]
+      [<a href="https://downloads.apache.org/james/jsieve/0.8/apache-jsieve-0.8-all.tar.gz.asc">PGP</a>]
     </p>
 
   


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[james-project] 02/02: [SITE] Blog post for JSieve 0.8

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 2fd3dadb696aea056655901b21e037a3b10f2839
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Fri Oct 28 14:14:01 2022 +0700

    [SITE] Blog post for JSieve 0.8
---
 src/homepage/_posts/2022-10-28-jsieve-0.8.markdown | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/src/homepage/_posts/2022-10-28-jsieve-0.8.markdown b/src/homepage/_posts/2022-10-28-jsieve-0.8.markdown
new file mode 100644
index 0000000000..a9f1d7873c
--- /dev/null
+++ b/src/homepage/_posts/2022-10-28-jsieve-0.8.markdown
@@ -0,0 +1,18 @@
+---
+layout: post
+title:  "Apache James JSieve 0.8"
+date:   2022-10-28  02:16:30 +0200
+categories: james update
+---
+
+The Apache James developers are pleased to announce the 0.8 release of the JSieve library.
+
+Early adopters can [download it][download], any issue can be reported on our issue [tracker][tracker].
+
+This release targets JDK 8, update dependencies, and also brings a couple bug fixes. See the [release notes][notes].
+
+The Apache James PMC would like to thanks all contributors who made this release possible!
+
+[notes]: https://github.com/apache/james-jsieve/blob/master/RELEASE_NOTES.txt
+[tracker]: https://issues.apache.org/jira/projects/JSIEVE/issues
+[download]: https://james.apache.org/download.cgi#Apache_JSieve


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org