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 2019/09/09 07:46:07 UTC

svn commit: r1866661 - /jackrabbit/commons/filevault/trunk/RELEASE-NOTES.txt

Author: kwin
Date: Mon Sep  9 07:46:07 2019
New Revision: 1866661

URL: http://svn.apache.org/viewvc?rev=1866661&view=rev
Log:
prepare release notes for 3.4.0

Modified:
    jackrabbit/commons/filevault/trunk/RELEASE-NOTES.txt

Modified: jackrabbit/commons/filevault/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/commons/filevault/trunk/RELEASE-NOTES.txt?rev=1866661&r1=1866660&r2=1866661&view=diff
==============================================================================
--- jackrabbit/commons/filevault/trunk/RELEASE-NOTES.txt (original)
+++ jackrabbit/commons/filevault/trunk/RELEASE-NOTES.txt Mon Sep  9 07:46:07 2019
@@ -9,6 +9,37 @@ create portable packages of repository c
 The Vault Command Line Interface aka _vlt_ that provides a subversion like
 utility to work and develop with repository content.
 
+Changes in Jackrabbit FileVault 3.4.0
+--------------------------------------
+
+Release Notes - Jackrabbit FileVault - Version 3.4.0
+This version requires Java 8, Oak 1.16 and Jackrabbit 2.18.3
+
+Bug fixes:
+
+    * [JCRVLT-323] - Unable to perform sync due to wrong default workspace handling
+    * [JCRVLT-338] - argLine getting overridden by parent pom and vault-core pom
+    * [JCRVLT-341] - https doesn't work anymore
+    * [JCRVLT-352] - File leak in Hook.init
+    * [JCRVLT-359] - Provide separate option to control handling of rep:cugPolicy nodes.,Bug
+    * [JCRVLT-362] - ZipStreamArchive does not expose correct input source to the META-INF resources
+
+New Features:
+    * [JCRVLT-340] - Adjust JackrabbitACLImporter to handle extensions provided by OAK-8190
+
+Improvements:
+    * [JCRVLT-287] - Throw exception in case of ACL Importer failures (instead of just logging)
+    * [JCRVLT-336] - FSPackageRegistry should allow forced application scoping of PackageInstallations
+    * [JCRVLT-339] - Add FSPackageRegistry support for hollow packages
+    * [JCRVLT-344] - update version of jackrabbit and oak dependencies
+    * [JCRVLT-346] - allow for custom security setup
+    * [JCRVLT-348] - Implement AutoCloseable for classes which have a close method
+    * [JCRVLT-349] - Clarify closing behaviour of input streams in methods getting it as argument
+    * [JCRVLT-353] - Add constant for allowIndexDefinitions to PackageProperties
+    * [JCRVLT-356] - Add equals and toString methods to DocViewNode and DocViewProperty
+    * [JCRVLT-360] - Add equals and toString methods to DefaultWorkspaceFilter and FilterSet
+    * [JCRVLT-364] - Upgrade jackrabbit and oak and use Java 8
+
 
 Changes in Jackrabbit FileVault 3.2.8
 -------------------------------------