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 2007/02/26 18:34:20 UTC

svn commit: r511913 - in /jackrabbit/branches/1.2: ./ jackrabbit-api/ jackrabbit-core/ jackrabbit-index-filters/ jackrabbit-jca/ jackrabbit-jcr-commons/ jackrabbit-jcr-rmi/ jackrabbit-jcr-server/ jackrabbit-jcr-tests/ jackrabbit-webapp/ jackrabbit-webdav/

Author: jukka
Date: Mon Feb 26 09:34:18 2007
New Revision: 511913

URL: http://svn.apache.org/viewvc?view=rev&rev=511913
Log:
1.2: Updated release notes and the version number

Modified:
    jackrabbit/branches/1.2/RELEASE-NOTES.txt
    jackrabbit/branches/1.2/jackrabbit-api/pom.xml
    jackrabbit/branches/1.2/jackrabbit-core/pom.xml
    jackrabbit/branches/1.2/jackrabbit-index-filters/pom.xml
    jackrabbit/branches/1.2/jackrabbit-jca/pom.xml
    jackrabbit/branches/1.2/jackrabbit-jcr-commons/pom.xml
    jackrabbit/branches/1.2/jackrabbit-jcr-rmi/pom.xml
    jackrabbit/branches/1.2/jackrabbit-jcr-server/pom.xml
    jackrabbit/branches/1.2/jackrabbit-jcr-tests/pom.xml
    jackrabbit/branches/1.2/jackrabbit-webapp/pom.xml
    jackrabbit/branches/1.2/jackrabbit-webdav/pom.xml
    jackrabbit/branches/1.2/pom.xml

Modified: jackrabbit/branches/1.2/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/RELEASE-NOTES.txt?view=diff&rev=511913&r1=511912&r2=511913
==============================================================================
--- jackrabbit/branches/1.2/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/1.2/RELEASE-NOTES.txt Mon Feb 26 09:34:18 2007
@@ -1,4 +1,4 @@
-Release Notes -- Apache Jackrabbit -- Version 1.2.2
+Release Notes -- Apache Jackrabbit -- Version 1.2.3
 
 Introduction
 ------------
@@ -10,9 +10,10 @@
 more. Typical applications that use content repositories include content
 management, document management, and records management systems.
 
-Apache Jackrabbit 1.2.2 is patch release that fixes a few issues
-reported since the 1.2.1 release and adds two clustering improvements.
-See below for the complete list of changes.
+Apache Jackrabbit 1.2.3 is patch release with bug fixes for issues like
+correctly reporting the number of access controlled query results and
+proper cleanup after indexing PDF documents. See below for the complete
+list of changes.
 
 See the Apache Jackrabbit website at http://jackrabbit.apache.org/ for more
 information.
@@ -20,6 +21,17 @@
 Changes in this release
 -----------------------
 
+Bug fixes
+
+    * [JCR-756] - Concurrent add/remove child node operations in a ...
+    * [JCR-758] - QueryResult's RowIterator.getSize returned the wrong ...
+    * [JCR-761] - JCA build failure with J2EE 1.3
+    * [JCR-762] - System view XML uses hardcoded sv: prefix
+    * [JCR-764] - PdfTextFilter may leave parsed document open in case ...
+
+Changes in Apache Jackrabbit 1.2.2
+----------------------------------
+
 New features
 
     * [JCR-702] - Allow database as backend for clustering
@@ -109,61 +121,61 @@
 The release consists of a single source archive and a number of
 pre-compiled binary component archives.
 
-    * Jackrabbit source code (jackrabbit-1.2.2-src.jar)
+    * Jackrabbit source code (jackrabbit-1.2.3-src.jar)
 
-        The main source archive contains a "jackrabbit-1.2.2-src" directory
+        The main source archive contains a "jackrabbit-1.2.3-src" directory
         with the full released source code and build environment. Use the
         following commands (or the equivalent in your system) to build all
         the released components with Maven 2:
 
-          $ jar xf jackrabbit-1.2.2-src.jar
-          $ cd jackrabbit-1.2.2-src
+          $ jar xf jackrabbit-1.2.3-src.jar
+          $ cd jackrabbit-1.2.3-src
           $ mvn install
 
 The components contained in the released source archive are listed below
 (with the pre-compiled binary archives in parenthesis):
 
-    * Jackrabbit API (jackrabbit-api-1.2.2.jar)
+    * Jackrabbit API (jackrabbit-api-1.2.3.jar)
 
         Interface extensions that Apache Jackrabbit supports in
         addition to the standard JCR API.
 
-    * Jackrabbit JCR Commons (jackrabbit-jcr-commons-1.2.2.jar)
+    * Jackrabbit JCR Commons (jackrabbit-jcr-commons-1.2.3.jar)
 
         General-purpose classes for use with the JCR API.
 
-    * Jackrabbit JCR Tests (jackrabbit-jcr-tests-1.2.2.jar)
+    * Jackrabbit JCR Tests (jackrabbit-jcr-tests-1.2.3.jar)
 
         Set of JCR API test cases designed for testing the compliance
         of an implementation. Note that this is not the official JCR TCK!
 
-    * Jackrabbit Core (jackrabbit-core-1.2.2.jar)
+    * Jackrabbit Core (jackrabbit-core-1.2.3.jar)
 
         Core of the Apache Jackrabbit content repository implementation.
 
-    * Jackrabbit Index Filters (jackrabbit-index-filters-1.2.2.jar)
+    * Jackrabbit Index Filters (jackrabbit-index-filters-1.2.3.jar)
 
         Text indexing filters for Jackrabbit. Includes example filters
         for Adobe PDF and MS Excel, PowerPoint, and Word.
 
-    * Jackrabbit JCR-RMI (jackrabbit-jcr-rmi-1.2.2.jar)
+    * Jackrabbit JCR-RMI (jackrabbit-jcr-rmi-1.2.3.jar)
 
         RMI network layer for the JCR API.
 
-    * Jackrabbit WebDAV Library (jackrabbit-webdav-1.2.2.jar)
+    * Jackrabbit WebDAV Library (jackrabbit-webdav-1.2.3.jar)
 
         Interfaces and common utility classes used for building a
         WebDAV server or client.
 
-    * Jackrabbit JCR Server (jackrabbit-jcr-server-1.2.2.jar)
+    * Jackrabbit JCR Server (jackrabbit-jcr-server-1.2.3.jar)
 
         WebDAV servlet implementations based on JCR.
 
-    * Jackrabbit Web Application (jackrabbit-webapp-1.2.2.war)
+    * Jackrabbit Web Application (jackrabbit-webapp-1.2.3.war)
 
         Deployable Jackrabbit installation with WebDAV support for JCR.
 
-    * Jackrabbit JCA Resource Adapter (jackrabbit-jca-1.2.2.rar)
+    * Jackrabbit JCA Resource Adapter (jackrabbit-jca-1.2.3.rar)
 
         J2EE Connector Architecture (JCA) resource adapter for Jackrabbit.
 

Modified: jackrabbit/branches/1.2/jackrabbit-api/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-api/pom.xml?view=diff&rev=511913&r1=511912&r2=511913
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-api/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-api/pom.xml Mon Feb 26 09:34:18 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-api</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-core/pom.xml?view=diff&rev=511913&r1=511912&r2=511913
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-core/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-core/pom.xml Mon Feb 26 09:34:18 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-core</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-index-filters/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-index-filters/pom.xml?view=diff&rev=511913&r1=511912&r2=511913
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-index-filters/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-index-filters/pom.xml Mon Feb 26 09:34:18 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-index-filters</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-jca/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-jca/pom.xml?view=diff&rev=511913&r1=511912&r2=511913
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-jca/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-jca/pom.xml Mon Feb 26 09:34:18 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-jca</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-jcr-commons/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-jcr-commons/pom.xml?view=diff&rev=511913&r1=511912&r2=511913
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-jcr-commons/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-jcr-commons/pom.xml Mon Feb 26 09:34:18 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-jcr-commons</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-jcr-rmi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-jcr-rmi/pom.xml?view=diff&rev=511913&r1=511912&r2=511913
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-jcr-rmi/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-jcr-rmi/pom.xml Mon Feb 26 09:34:18 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-jcr-rmi</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-jcr-server/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-jcr-server/pom.xml?view=diff&rev=511913&r1=511912&r2=511913
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-jcr-server/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-jcr-server/pom.xml Mon Feb 26 09:34:18 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-jcr-server</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-jcr-tests/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-jcr-tests/pom.xml?view=diff&rev=511913&r1=511912&r2=511913
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-jcr-tests/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-jcr-tests/pom.xml Mon Feb 26 09:34:18 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-jcr-tests</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-webapp/pom.xml?view=diff&rev=511913&r1=511912&r2=511913
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-webapp/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-webapp/pom.xml Mon Feb 26 09:34:18 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-webapp</artifactId>

Modified: jackrabbit/branches/1.2/jackrabbit-webdav/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/jackrabbit-webdav/pom.xml?view=diff&rev=511913&r1=511912&r2=511913
==============================================================================
--- jackrabbit/branches/1.2/jackrabbit-webdav/pom.xml (original)
+++ jackrabbit/branches/1.2/jackrabbit-webdav/pom.xml Mon Feb 26 09:34:18 2007
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>jackrabbit-webdav</artifactId>

Modified: jackrabbit/branches/1.2/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.2/pom.xml?view=diff&rev=511913&r1=511912&r2=511913
==============================================================================
--- jackrabbit/branches/1.2/pom.xml (original)
+++ jackrabbit/branches/1.2/pom.xml Mon Feb 26 09:34:18 2007
@@ -29,7 +29,7 @@
   <groupId>org.apache.jackrabbit</groupId>
   <artifactId>jackrabbit</artifactId>
   <name>Apache Jackrabbit</name>
-  <version>1.2.2</version>
+  <version>1.2.3</version>
   <packaging>pom</packaging>
   <!--
     Keep the description on a single line. Otherwise Maven might generate