Return-Path: Delivered-To: apmail-incubator-jackrabbit-commits-archive@www.apache.org Received: (qmail 61489 invoked from network); 20 Mar 2006 22:50:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Mar 2006 22:50:55 -0000 Received: (qmail 60973 invoked by uid 500); 20 Mar 2006 22:50:54 -0000 Mailing-List: contact jackrabbit-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-commits@incubator.apache.org Received: (qmail 60962 invoked by uid 99); 20 Mar 2006 22:50:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Mar 2006 14:50:54 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 20 Mar 2006 14:50:53 -0800 Received: (qmail 60943 invoked by uid 65534); 20 Mar 2006 22:50:27 -0000 Message-ID: <20060320225027.60940.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r387332 - /incubator/jackrabbit/branches/1.0/RELEASE-NOTES.txt Date: Mon, 20 Mar 2006 22:50:25 -0000 To: jackrabbit-commits@incubator.apache.org From: jukka@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jukka Date: Mon Mar 20 14:50:22 2006 New Revision: 387332 URL: http://svn.apache.org/viewcvs?rev=387332&view=rev Log: 1.0: Updated release notes. Modified: incubator/jackrabbit/branches/1.0/RELEASE-NOTES.txt Modified: incubator/jackrabbit/branches/1.0/RELEASE-NOTES.txt URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/branches/1.0/RELEASE-NOTES.txt?rev=387332&r1=387331&r2=387332&view=diff ============================================================================== --- incubator/jackrabbit/branches/1.0/RELEASE-NOTES.txt (original) +++ incubator/jackrabbit/branches/1.0/RELEASE-NOTES.txt Mon Mar 20 14:50:22 2006 @@ -31,7 +31,7 @@ The general-purpose JCR utility library built from the main Jackrabbit source tree. -* jackrabbit-jca-1.0-src.jar and jackrabbit-jca-1.0.jar +* jackrabbit-jca-1.0-src.jar and jackrabbit-jca-1.0.rar JCA resource adapter for Jackrabbit. @@ -59,9 +59,16 @@ Known Issues ------------ -The main known issues in this release are listed below: +The known issues in this release are listed below: + [JCR-365] Web client/WebDAV fails to unescape workspace names + [JCR-362] restore sometime throws error about missing tmp files + [JCR-359] JCA project tests assume Windows paths + [JCR-353] TransientRepository does not shutdown if first login fails + [JCR-339] null pointer when cloning to different workspace under ... + [JCR-338] Query Builder and jcr:deref problem. Can't add predicate ... [JCR-336] Concurrent locking operations fail + [JCR-335] Deadlock caused by versioning operations within transaction [JCR-333] NodeTypeDef depends on supertype ordering [JCR-325] docview roundtripping does not work with multivalue ... [JCR-323] import/export does not work on the root node @@ -74,7 +81,7 @@ [JCR-43] Restore on node creates same-name-sibling of OPV-Version ... [JCR-18] Multithreading issue with versioning -See the Jackrabbit issue tracker for details and other outstanding issues: +See the Jackrabbit issue tracker for more details: http://issues.apache.org/jira/browse/JCR @@ -83,6 +90,7 @@ Changes since 1.0-rc1: + [JCR-363] Node.setProperty(String, ...) implementation not according to ... [JCR-354] Use a pre-generated version of XPath.jjt [JCR-351] Default to anonymous access when no Credentials are given [JCR-348] Add automatic default configuration @@ -95,7 +103,6 @@ [JCR-341] Jcr-Server: registration of ReportTypes fails [JCR-340] Jcr-Server: ValuesProperty missing property type information [JCR-337] Jcr-Server: remove jcr depedency from dav-library - [JCR-335] Deadlock caused by versioning operations within transaction [JCR-215] Code depends on Log4J directly Changes since 0.9: @@ -107,8 +114,9 @@ [JCR-327] Mixins as supertypes do not appear to be queryable [JCR-326] Initialize the cause of a login exception in the repository [JCR-318] RepositoryHelper.unregisterRepository() does not allow ... - [JCR-312] CompactNodeTypeDefReader adds nt:base as declared ... - [JCR-311] Unnecessary parameter in NodeTypeRegistry.persistCustom... + [JCR-317] replace UUID strings by UUID classes in NodeId, etc.. + [JCR-316] Fixed README.txt on textfilters project + [JCR-315] Support for OpenOffice text extraction [JCR-309] Extract the public API interfaces from o.a.j.core to o.a.j.api [JCR-308] Nodes having OPV=Ignore are removed on restore [JCR-307] serious performance degradation of node operations when ...