You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2011/10/25 17:21:37 UTC

svn commit: r1188707 - in /jackrabbit/trunk: RELEASE-NOTES.txt check-release.sh pom.xml

Author: jukka
Date: Tue Oct 25 15:21:37 2011
New Revision: 1188707

URL: http://svn.apache.org/viewvc?rev=1188707&view=rev
Log:
Update release bits for 2.3.2

Modified:
    jackrabbit/trunk/RELEASE-NOTES.txt
    jackrabbit/trunk/check-release.sh
    jackrabbit/trunk/pom.xml

Modified: jackrabbit/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/RELEASE-NOTES.txt?rev=1188707&r1=1188706&r2=1188707&view=diff
==============================================================================
--- jackrabbit/trunk/RELEASE-NOTES.txt (original)
+++ jackrabbit/trunk/RELEASE-NOTES.txt Tue Oct 25 15:21:37 2011
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit -- Version 2.3.1
+Release Notes -- Apache Jackrabbit -- Version 2.3.2
 
 Introduction
 ------------
@@ -11,6 +11,35 @@ Apache Jackrabbit 2.3 is an unstable ser
 Jackrabbit trunk, with a focus on new features and other improvements.
 For production use we recommend the latest stable 2.2 release.
 
+Changes in Jackrabbit 2.3.2
+---------------------------
+
+New features
+
+  [JCR-3117] Stats for the PersistenceManager
+  [JCR-3124] Stats for Queries
+
+Improvements
+
+  [JCR-2989] Support for embedded index aggregates
+  [JCR-3098] Add hit miss statistics and logging to caches
+  [JCR-3107] Speed up hierarchy cache initialization
+  [JCR-3109] Move PersistenceManagerTest from o.a.j.core to o.a.j.core....
+  [JCR-3114] expose PM for versioning manager so that the consistency ...
+  [JCR-3119] Improve aggregate node indexing code
+  [JCR-3122] QueryObjectModelImpl should execute queries as SessionOperation(s)
+
+Bug fixes
+
+  [JCR-2892] - Large fetch sizes have potentially deleterious effects on ...
+  [JCR-3093] - Inconsistency between Session.getProperty and Node....
+  [JCR-3108] - SQL2 ISDESCENDANTNODE can throw BooleanQuery#...
+  [JCR-3111] - InternalVersionManagerBase; missing null check after getNode()
+  [JCR-3112] - NodeTypeDefDiff.PropDefDiff.init() constraints change check ...
+  [JCR-3115] - Versioning fixup leaves persistence in a state where the ...
+  [JCR-3126] - The CredentialsWrapper should use a empty String as userId ...
+  [JCR-3128] - Problem with formerly escaped JCR node names when upgrading ...
+
 Changes in Jackrabbit 2.3.1
 ---------------------------
 

Modified: jackrabbit/trunk/check-release.sh
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/check-release.sh?rev=1188707&r1=1188706&r2=1188707&view=diff
==============================================================================
--- jackrabbit/trunk/check-release.sh (original)
+++ jackrabbit/trunk/check-release.sh Tue Oct 25 15:21:37 2011
@@ -104,9 +104,12 @@ else
 fi
 
 ## 4. run the build with the pedantic profile to have the rat licence check enabled
-## TODO
 
 echo "[INFO] ------------------------------------------------------------------------"
-echo "[INFO] DONE                                                                    "
+echo "[INFO] RUNNING MAVEN BUILD                                                     "
 echo "[INFO] ------------------------------------------------------------------------"
+echo "[INFO] "
+
+cd "$ZIPTAGDIR"
+mvn package -Ppedantic
 

Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?rev=1188707&r1=1188706&r2=1188707&view=diff
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Tue Oct 25 15:21:37 2011
@@ -169,6 +169,14 @@ The release candidate is a zip archive o
 
 The SHA1 checksum of the archive is ${checksum}.
 
+A staged Maven repository is available for review at:
+
+    https://repository.apache.org/
+
+The command for running automated checks against this release candidate is:
+
+    $ check-release.sh ${username} ${project.version} ${checksum}
+
 Please vote on releasing this package as Apache Jackrabbit ${project.version}.
 The vote is open for the next 72 hours and passes if a majority of at
 least three +1 Jackrabbit PMC votes are cast.