You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/02/26 08:24:51 UTC

[jackrabbit-filevault] branch master updated: Update release notes for 3.4.10

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new ec85614  Update release notes for 3.4.10
ec85614 is described below

commit ec85614ad5b1513a609f781173e2199858308129
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Feb 26 09:24:39 2021 +0100

    Update release notes for 3.4.10
---
 RELEASE-NOTES.txt | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 70094c0..e7918a5 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit FileVault -- Version 3.4.8
+Release Notes -- Apache Jackrabbit FileVault -- Version 3.4.10
 
 Introduction
 ------------
@@ -9,6 +9,28 @@ create portable packages of repository content.
 The Vault Command Line Interface aka "vlt" provides a subversion like
 utility to work and develop with repository content.
 
+Changes in Jackrabbit FileVault 3.4.10
+--------------------------------------
+
+Release Notes - Jackrabbit FileVault - Version 3.4.10
+This version requires Java 8
+The bundles are backwards compatible with Oak 1.6 and Jackrabbit 2.14
+
+Bug
+    * [JCRVLT-448] - JcrPackageManagerImpl.rewrap and assemble do not close passed output stream
+    * [JCRVLT-496] - Clarify usage of oak:index in application packages
+    * [JCRVLT-497] - NodeTypeValidator: Incorrect errors emitted for rep:Authorizable nodes
+    * [JCRVLT-499] - JcrPackageDefinitionImpl:getDate does not fully support ISO8601 format
+    * [JCRVLT-500] - DefaultPathFilter#isAbsolute fails with quoted patterns
+Improvement
+    * [JCRVLT-450] - Deprecate duplicate/unused util classes
+    * [JCRVLT-492] - Document install hooks
+    * [JCRVLT-493] - Document restrictions of package types
+    * [JCRVLT-494] - Clarify javadoc of ExecutionPlanBuilder.execute()
+    * [JCRVLT-503] - Introduce CompositePackageRegistry
+    * [JCRVLT-505] - Separate unit test from integration tests
+    * [JCRVLT-507] - Update to Oak 1.38.0
+
 Changes in Jackrabbit FileVault 3.4.8
 --------------------------------------