[RELEASE] JSieve 0.8 release materials (#25)
- Website news
- Release notes
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index d7b014d..abcc6b0 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -20,8 +20,56 @@
For legal and licensing issues, please look in the legal section of
the documentation or read the LICENSE and NOTICE files.
+Version 0.8
+-----------
+
+Changes
+---------
+
+Fixes:
+ - JSIEVE-107 Decode headers before returning back
+ - JSIEVE-107 Unfold headers for address matching
+ - JSIEVE-107 Always do unfold headers to fix long header test match
+
+Changes:
+ - Multiple dependencies upgrades
+ - JSIEVE-113 Use JDK 8 as a target JDK
+
+Version 0.7
+-----------
+
+Changes
+---------
+
+Changes:
+
+ - Upgrading mime4j to released version 0.8.1
+
+Version 0.6
+-----------
+
+Changes
+---------
+
+Changes:
+
+ - JSIEVE-106 JSIEVE do not depend anymore on Mime4J
+ - JSIEVE-106 JSIEVE should be compiled with JDK 1.6
+ - JSIEVE-106 jsieve/mailet should be located in server/mailet/.../jsieve
+ - MAILBOX-266 Update GUAVA to 18.0
+ - JSIEVE-103 Add vacation command to supported commands
+ - JAMES-1615 Allow ResourceLocator to throw Exception - contibuted by Erwan Guyomarc'h
+
+Fixes:
+
+ - JSIEVE-73 Body test argument parsing should be RFC-5173 compliant
+ - JAMES-1620 getEnvelopeTo should return first not null address
+ - JAMES-1620 Addresses should be well retrieved from headers
+ - JAMES-1620 Mail size should be used rather than message size
+ - JSIEVE-92 Code analisys improvements
+
Version 0.5
------------
+-----------
Changes
---------
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 03f0621..b6cbd74 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -85,13 +85,20 @@
</subsection>
</section>
<section name="News">
+ <h4>October/2022 - jSieve-0.8 released</h4>
+ <p>
+ The Apache JAMES team is happy to announce the availability of
+ <a href='http://james.apache.org/download.cgi#Apache%20JSieve'>
+ Apache jSieve 0.8
+ </a>
+ </p>
<h4>May/2010 - jSieve-0.4 released</h4>
<p>
The Apache JAMES team is happy to announce the availability of
<a href='http://james.apache.org/download.cgi#Apache%20JSieve'>
Apache jSieve 0.5
</a>
- See <a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10412&version=12314991&styleName=Html'>release notes</a>
+ See <a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10412&version=12314991&styleName=Html'>release notes</a>
for more details.
</p>
<p>
@@ -99,7 +106,7 @@
<a href='http://james.apache.org/download.cgi#Apache%20JSieve'>
Apache jSieve 0.4
</a>
- See <a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10412&styleName=Html&version=12313855'>release notes</a>
+ See <a href='https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10412&styleName=Html&version=12313855'>release notes</a>
for more details.
</p>
<h4>Jun/2008 - jSieve-0.3 released</h4>