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 2020/01/08 08:40:20 UTC

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

Author: kwin
Date: Wed Jan  8 08:40:19 2020
New Revision: 1872490

URL: http://svn.apache.org/viewvc?rev=1872490&view=rev
Log:
update release notes for 3.4.2

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=1872490&r1=1872489&r2=1872490&view=diff
==============================================================================
--- jackrabbit/commons/filevault/trunk/RELEASE-NOTES.txt (original)
+++ jackrabbit/commons/filevault/trunk/RELEASE-NOTES.txt Wed Jan  8 08:40:19 2020
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit FileVault -- Version 3.4.0
+Release Notes -- Apache Jackrabbit FileVault -- Version 3.4.2
 
 Introduction
 ------------
@@ -9,6 +9,42 @@ create portable packages of repository c
 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.2
+--------------------------------------
+
+Release Notes - Jackrabbit FileVault - Version 3.4.2
+
+Bug fixes
+    * [JCRVLT-343] - Check for index definitions also considers ACL entries
+    * [JCRVLT-379] - CompressionUtilTest.testCompressibilityEstimation() fails sometimes
+    * [JCRVLT-386] - Eclipse/m2e: Could not get metadata for dependencies which are resolved via m2e workspace resolution or for multimodule builds with phases < package
+    * [JCRVLT-390] - filter based on content properties is not working
+
+New Features
+    * [JCRVLT-345] - Support pluggable node/file/filter validators
+
+Improvements
+    * [JCRVLT-187] - Expose PackageProperties from MetaInf and VaultPackage from Archive
+    * [JCRVLT-232] - Enforce constraints for package types
+    * [JCRVLT-361] - Validate that all includes/excludes are below the filter root
+    * [JCRVLT-365] - Migrate from JSR 305 to Jetbrains annotations
+    * [JCRVLT-368] - DefaultWorkspaceFilter.readFilter(Element) might throw j.u.r.PatternSyntaxException
+    * [JCRVLT-369] - Include package name in error message when dependencies are not satisfied
+    * [JCRVLT-371] - Include Maven groupId and artifactId of each dependency in the MANIFEST.MF and the properties.xml
+    * [JCRVLT-376] - test cases leak 'vaulttest*zip' temp files
+    * [JCRVLT-382] - DefaultWorkspaceFilter: Reset source for every modifying operation
+    * [JCRVLT-384] - Document config.xml, settings.xml, nodetypes.cnd and privileges.xml below META-INF/vault
+    * [JCRVLT-385] - AdvancedFilterValidator should also consider filter roots of nested subpackages
+    * [JCRVLT-394] - Get rid of "provided" scope for FileVault dependencies
+
+Tasks
+    * [JCRVLT-161] - Document FileVault Workspace Property filter
+    * [JCRVLT-347] - Enable ignored principal-based ITs once Oak 1.18.0 is released
+    * [JCRVLT-391] - Remove copied classes of Xerces
+    * [JCRVLT-392] - Support Matrix builds on Windows/Linux with Travis
+    * [JCRVLT-393] - Java 13 Build Support
+
+
 Changes in Jackrabbit FileVault 3.4.0
 --------------------------------------