Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4685D200CBD for ; Thu, 6 Jul 2017 13:49:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 43391166295; Thu, 6 Jul 2017 11:49:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 884ED166290 for ; Thu, 6 Jul 2017 13:49:21 +0200 (CEST) Received: (qmail 81308 invoked by uid 500); 6 Jul 2017 11:49:20 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 81299 invoked by uid 99); 6 Jul 2017 11:49:20 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2017 11:49:20 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 34CC53A1970 for ; Thu, 6 Jul 2017 11:49:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1801030 - /jackrabbit/branches/2.14/RELEASE-NOTES.txt Date: Thu, 06 Jul 2017 11:49:20 -0000 To: commits@jackrabbit.apache.org From: reschke@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170706114920.34CC53A1970@svn01-us-west.apache.org> archived-at: Thu, 06 Jul 2017 11:49:22 -0000 Author: reschke Date: Thu Jul 6 11:49:20 2017 New Revision: 1801030 URL: http://svn.apache.org/viewvc?rev=1801030&view=rev Log: JCR-4155: Release Jackrabbit 2.14.2 - candidate release notes Modified: jackrabbit/branches/2.14/RELEASE-NOTES.txt Modified: jackrabbit/branches/2.14/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/jackrabbit/branches/2.14/RELEASE-NOTES.txt?rev=1801030&r1=1801029&r2=1801030&view=diff ============================================================================== --- jackrabbit/branches/2.14/RELEASE-NOTES.txt (original) +++ jackrabbit/branches/2.14/RELEASE-NOTES.txt Thu Jul 6 11:49:20 2017 @@ -1,36 +1,36 @@ -Release Notes -- Apache Jackrabbit -- Version 2.14.1 +Release Notes -- Apache Jackrabbit -- Version 2.14.2 Introduction ------------ -This is Apache Jackrabbit(TM) 2.14.1, a fully compliant implementation of the +This is Apache Jackrabbit(TM) 2.14.2, a fully compliant implementation of the 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.14.1 is a patch release that contains fixes and +Apache Jackrabbit 2.14.2 is a patch release that contains fixes and improvements over Jackrabbit 2.14. Jackrabbit 2.14.x releases are considered stable and targeted for production use. -Changes in Jackrabbit 2.14.1 +Changes in Jackrabbit 2.14.2 ---------------------------- Bug - [JCR-4100] - jackrabbit-webdav: Scope implements equals() but not hashCode() - [JCR-4102] - jcr2dav: change polling thread sometimes dies with NPE - [JCR-4118] - RepositoryChecker creates invalid node names - [JCR-4121] - ConcurrentModificationException in InternalVersionHistoryImpl.fixLegacy() - [JCR-4133] - fix javadoc problems that are errors with JDK8 + [JCR-4146] - json extension is removed by AbstractWebdavServlet on COPY request + [JCR-4149] - change to drop SHA-1 requires version change + [JCR-4150] - enable bundle:baseline check + [JCR-4154] - davex upload of binaries broken + +Improvement + + [JCR-4115] - Don't use SHA-1 for new DataStore binaries (Jackrabbit) Task - [JCR-4104] - cleanup how command lines for test executions are constructed - [JCR-4106] - fix JCR API docs link - [JCR-4107] - Upgrade to httpclient 4.5.3 - [JCR-4119] - Upgrade httpcomponents/httpmime to 4.5.3 - [JCR-4122] - align parent pom references with Oak - [JCR-4129] - get rid of unused org.json dependency - [JCR-4134] - update build instructions wrt Java versions + [JCR-4128] - update maven plugins and require Maven 3.2.1 + [JCR-4142] - update junit dependency to 4.12 + [JCR-4145] - upgrade clirr plugin to 2.8 + [JCR-4151] - remove clirr profile in branches where bundle:baseline is used For more detailed information about all the changes in this and other