JCR-3993: release notes for 2.13.1

git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk@1752178 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index aef93f5..df15e0a 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,47 +1,23 @@
-Release Notes -- Apache Jackrabbit -- Version 2.13.0
+Release Notes -- Apache Jackrabbit -- Version 2.13.1
 
 Introduction
 ------------
 
-This is Apache Jackrabbit(TM) 2.13.0, a fully compliant implementation of the
+This is Apache Jackrabbit(TM) 2.13.1, 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.13.0 is an unstable release cut directly from
+Apache Jackrabbit 2.13.1 is an unstable release cut directly from
 Jackrabbit trunk, with a focus on new features and other
 improvements. For production use we recommend the latest stable 2.12.x
 release.
 
-Changes in Jackrabbit 2.13.0
+Changes in Jackrabbit 2.13.1
 ----------------------------
 
 Bug
 
-    [JCR-2633] - Modified externally exception when modifying mixinTypes with single session
-    [JCR-3632] - Test failed under Java 8
-    [JCR-3937] - jackrabbit-jcr-commons bundle incorrectly has google dependency in Export-Package uses clause
-    [JCR-3948] - LostFromCacheIssueTest failure
-    [JCR-3949] - occasional test failure in RepositoryConfigTest.testAutomaticClusterNodeIdCreation()
-    [JCR-3950] - CLONE - XSS in DirListingExportHandler
-    [JCR-3958] - Endless loop until async upload completes
-    [JCR-3965] - RepositoryStatistics is reset per second for bundle cache size which should not be the case for the bundle cache stats
-    [JCR-3987] - jackrabbit-jcr-commons JcrUtils.getOrCreateByPath fails if session is not allowed to read root
-
-Improvement
-
-    [JCR-3938] - Require maven 3.x for build
-
-New Feature
-
-    [JCR-3983] - Possibility to parallelize the Garbage Collection
-
-Test
-
-    [JCR-3961] - Some tests in GetInfoTest do not save changes
-    [JCR-3962] - NodeReorderTest waits for unexpected events
-    [JCR-3963] - Reduce wait timeout for AddEventListenerTest.testNoLocalTrue()
-    [JCR-3964] - Skip tests marked as known issues
-
+    [JCR-3992] - JcrUtils.getOrCreateByPath broken by JCR-3987
 
 In addition to the above-mentioned changes, this release contains
 all the changes included up to the Apache Jackrabbit 2.12.x release.