You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2018/02/26 13:14:03 UTC

svn commit: r1825367 - /jackrabbit/branches/2.6/RELEASE-NOTES.txt

Author: reschke
Date: Mon Feb 26 13:14:03 2018
New Revision: 1825367

URL: http://svn.apache.org/viewvc?rev=1825367&view=rev
Log:
JCR-4269: Release Jackrabbit 2.6.10 - Candidate Release Notes

Modified:
    jackrabbit/branches/2.6/RELEASE-NOTES.txt

Modified: jackrabbit/branches/2.6/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.6/RELEASE-NOTES.txt?rev=1825367&r1=1825366&r2=1825367&view=diff
==============================================================================
--- jackrabbit/branches/2.6/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/2.6/RELEASE-NOTES.txt Mon Feb 26 13:14:03 2018
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit -- Version 2.6.9
+Release Notes -- Apache Jackrabbit -- Version 2.6.10
 
 Introduction
 ------------
@@ -7,27 +7,45 @@ This is Apache Jackrabbit(TM) 2.6, a ful
 Content Repository for Java(TM) Technology API, version 2.0 (JCR 2.0) as
 specified in the Java Specification Request 283 (JSR 283).
 
-Apache Jackrabbit 2.6.9 is a patch release that contains fixes and
-improvements over Jackrabbit 2.6.8. Jackrabbit 2.6.x releases are considered
+Apache Jackrabbit 2.6.10 is a patch release that contains fixes and
+improvements over Jackrabbit 2.6.9. Jackrabbit 2.6.x releases are considered
 stable and targeted for production use.
 
 Note that an "end of life" date has already been planned for this branch. See
 <http://jackrabbit.apache.org/jcr/jackrabbit-roadmap.html> for details.
 
-Changes since Jackrabbit 2.6.8
+Changes since Jackrabbit 2.6.9
 ------------------------------
 
 Bug
 
-    [JCR-4118] - RepositoryChecker creates invalid node names
-    [JCR-4121] - ConcurrentModificationException in InternalVersionHistoryImpl.fixLegacy()
-    [JCR-4133] - fix javadoc problems that are errors with JDK8
+    [JCR-3901] - TCK LockManagerTest does not allow new JCR 2.0 functionality for lock token transfers
+    [JCR-4079] - incorrect PROPPATCH response error handling
+    [JCR-4146] - json extension is removed by AbstractWebdavServlet on COPY request
+    [JCR-4173] - Unable to receive observation events when connecting via DavEx
+
+Improvement
+
+    [JCR-3559] - RepositoryStubExceptions with root causes
+    [JCR-3924] - Allow release-deploy to skip tests
+    [JCR-4074] - jackrabbit-jcr2dav: add system property to disable davex support for testing
+    [JCR-4182] - new release checksum requirements
 
 Task
 
-    [JCR-4129] - get rid of unused org.json dependency
+    [JCR-4139] - Update commons-fileupload dependency to 1.3.2
+    [JCR-4142] - update junit dependency to 4.12
+    [JCR-4145] - upgrade clirr plugin to 2.8
+    [JCR-4177] - move Mockito version to parent pom
+    [JCR-4212] - add SHA512 checksums to releases
+    [JCR-4223] - Upgrade commons-fileupload dependency to 1.3.3
+    [JCR-4268] - Update release notes of old branches with pointer to roadmap
 
+Sub-task
 
+    [JCR-4165] - WebDAV servlet: reject unknown/unsupported content codings with 4xx status code
+
+    
 In addition to the above-mentioned changes, this release contains
 all the changes included up to the Apache Jackrabbit 2.6.x release.