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 2006/11/29 10:44:43 UTC

svn commit: r480499 - /jackrabbit/branches/1.1/RELEASE-NOTES.txt

Author: jukka
Date: Wed Nov 29 01:44:42 2006
New Revision: 480499

URL: http://svn.apache.org/viewvc?view=rev&rev=480499
Log:
branches/1.1: Updated the release notes

Modified:
    jackrabbit/branches/1.1/RELEASE-NOTES.txt

Modified: jackrabbit/branches/1.1/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.1/RELEASE-NOTES.txt?view=diff&rev=480499&r1=480498&r2=480499
==============================================================================
--- jackrabbit/branches/1.1/RELEASE-NOTES.txt (original)
+++ jackrabbit/branches/1.1/RELEASE-NOTES.txt Wed Nov 29 01:44:42 2006
@@ -105,6 +105,8 @@
     * [JCR-629] - CompactNodeTypeDefWriter does not escaped names properly
     * [JCR-636] - Local AuthContext authenticates if LoginModule should be
     * [JCR-637] - Multiple namespace definitions in CND prevent definition of
+    * [JCR-646] - Misleading exception message for jcr:deref()
+    * [JCR-649] - Like expression does not match line terminator in String
 
 See the issue tracker at http://issues.apache.org/jira/browse/JCR for
 issue details and the full change histories of all Apache Jackrabbit versions.
@@ -115,27 +117,36 @@
 
 The known issues in this release are listed below:
 
-    * [JCR-586] Removing a mixin that adds a same-name-sibling child node
-    * [JCR-578] QueryParser.parse(...) parses wrong the ".[@a=3 and
-    * [JCR-575] unicode escapes in files generated by JJTree
-    * [JCR-574] MsExcelTextFilter throws Exception. Repository is not
-    * [JCR-568] incorrect jcr:uuid on frozen subnode
-    * [JCR-566] Versioning with restore and transactions
-    * [JCR-564] Remove geronimo JTA as a runtime dependency
-    * [JCR-546] Deadlock during checkin
-    * [JCR-544] JCR-Server: Workspace.restore not mapped correctly
-    * [JCR-538] failing Node.checkin() or Node.checkout() might leave
-    * [JCR-537] Failure to remove a versionable node
-    * [JCR-529] New versions added after a restore have bad version name
-    * [JCR-522] XPath parser too tolerant
-    * [JCR-517] Reserved status of namespace jcr not enforced.
-    * [JCR-449] inconsistency in internal version items during commits
-    * [JCR-441] Session logout doesn't release locks acquired using
-    * [JCR-435] Node.update() does not work correct for SNS
-    * [JCR-406] If header evaluation compliance provlems
-    * [JCR-392] Accessing element by number does not work
-    * [JCR-385] ClassCastExeption when executing union queries
-    * [JCR-320] BinaryValue equals fails for two objects with two different
-    * [JCR-43]  Restore on node creates same-name-sibling of OPV-Version
-    * [JCR-18]  Multithreading issue with versioning
+    * [JCR-18] - Multithreading issue with versioning
+    * [JCR-43] - Restore on node creates same-name-sibling of OPV-Version
+    * [JCR-320] - BinaryValue equals fails for two objects with two different
+    * [JCR-385] - ClassCastExeption when executing union queries
+    * [JCR-392] - Accessing element by number does not work
+    * [JCR-406] - If header evaluation compliance provlems
+    * [JCR-435] - Node.update() does not work correct for SNS
+    * [JCR-441] - Session logout doesn't release locks acquired using
+    * [JCR-449] - inconsistency in internal version items during commits
+    * [JCR-517] - Reserved status of namespace jcr not enforced.
+    * [JCR-522] - XPath parser too tolerant
+    * [JCR-529] - New versions added after a restore have bad version name
+    * [JCR-537] - Failure to remove a versionable node
+    * [JCR-538] - failing Node.checkin() or Node.checkout() might leave
+    * [JCR-544] - JCR-Server: Workspace.restore not mapped correctly
+    * [JCR-546] - Deadlock during checkin
+    * [JCR-566] - Versioning bug with restore and transactions
+    * [JCR-575] - unicode escapes in files generated by JJTree
+    * [JCR-591] - XPath position function does not work
+    * [JCR-604] - After saving over Webdav the jcr:encoding property is
+    * [JCR-607] - Importing XML at root level using a session from JCA throws
+    * [JCR-609] - Empty custom_nodetypes.xml after restart
+    * [JCR-614] - Weird locking behaviour in CachingHierarchyManager
+    * [JCR-617] - CachingHieraarchyManager may serve moved items
+    * [JCR-622] - Auto Reconnect for RepositoryAccessServlet
+    * [JCR-625] - Memory is not freed up when jackrabbit-server war is
+    * [JCR-632] - VersionManager lock not released in some circumstances
+    * [JCR-639] - Allow modification of OPV=IGNORE items even if parent node
+    * [JCR-641] - can't add lock token to session after 3 login/logout
+    * [JCR-643] - Own AccessManager + VersionManager : AccesDenied problem
+    * [JCR-648] - NullPointerException in SessionItemStateManager
 
+Please use the issue tracker to report any other issues you may encounter.