You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2017/03/10 02:08:20 UTC

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

Author: tripod
Date: Fri Mar 10 02:08:20 2017
New Revision: 1786265

URL: http://svn.apache.org/viewvc?rev=1786265&view=rev
Log:
trivial: update release notes for 3.1.36

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=1786265&r1=1786264&r2=1786265&view=diff
==============================================================================
--- jackrabbit/commons/filevault/trunk/RELEASE-NOTES.txt (original)
+++ jackrabbit/commons/filevault/trunk/RELEASE-NOTES.txt Fri Mar 10 02:08:20 2017
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit FileVault -- Version 3.1.34
+Release Notes -- Apache Jackrabbit FileVault -- Version 3.1.36
 
 Introduction
 ------------
@@ -9,7 +9,7 @@ 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.1.34
+Changes in Jackrabbit FileVault 3.1.36
 --------------------------------------
 
 Bug Fixes:
@@ -20,20 +20,28 @@ Bug Fixes:
 * [JCRVLT-146] - Package Manager should use osgiCompare to determine version order
 * [JCRVLT-147] - Remove unused special jcr:xmltext handling in DocViewSAXFormatter
 * [JCRVLT-149] - PermSize deprecation warning for java 1.8
+* [JCRVLT-157] - Package import does not handle "Atomic Counter"
+* [JCRVLT-162] - package installation should not fully open the package when retrieving the package id
 
 New Features:
 * [JCRVLT-139] - Add support for package installation listeners
 * [JCRVLT-140] - Add support for extract subpackages without installing content
 * [JCRVLT-136] - Add import option flags to enforce dependency checks
+* [JCRVLT-153] - Enable baseline checking to enforce better export package checks
 
 Improvements:
 * [JCRVLT-133] - Avoid node.refresh()
+* [JCRVLT-136] - Add import option flags to enforce dependency checks
 * [JCRVLT-138] - Unzip test-packages for easier maintenance
 * [JCRVLT-145] - Subpackage extraction should not add parent dependency if no content
 * [JCRVLT-148] - Migrate org.apache.jackrabbit.vault.vault-davex to httpclient 4.x
 * [JCRVLT-150] - Require min JDK 1.7
 * [JCRVLT-152] - Reduce verbosity of package installation
-* [JCRVLT-153] - Enable baseline checking to enforce better export package checks
+* [JCRVLT-165] - Replace proprietary diffing for vlt client with google's diffutils
+
+Changes in Jackrabbit FileVault 3.1.34
+--------------------------------------
+(version skipped)
 
 Changes in Jackrabbit FileVault 3.1.32
 --------------------------------------