Author: philip
Date: Fri Oct 7 14:01:45 2011
New Revision: 1180042
URL: http://svn.apache.org/viewvc?rev=1180042&view=rev
Log:
* docs/release-notes/1.7.html
(issues, rhel-2-issue, javahl-issue): Add some know issues.
Modified:
subversion/site/publish/docs/release-notes/1.7.html
Modified: subversion/site/publish/docs/release-notes/1.7.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.7.html?rev=1180042&r1=1180041&r2=1180042&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Fri Oct 7 14:01:45 2011
@@ -42,6 +42,8 @@ describes what is planned for the releas
>New feature: svn patch</a></li>
<li><a href="#enhancements"
>Many enhancements and bug fixes</a></li>
+ <li><a href="#issues"
+ >Known issues in the release</a></li>
<li><a href="#distribution-changes"
>Dependency, license and distribution changes</a></li>
</ul>
@@ -1268,6 +1270,50 @@ file and directory names. No more specia
</div> <!-- enhancements -->
+<div class="h2" id="issues">
+<h2>Known issues in the release
+ <a class="sectionlink" href="#issues"
+ title="Link to this section">¶</a>
+</h2>
+
+<p>There are some known issues in the Subversion 1.7.0 release. These
+may be fixed in later 1.7.x releases.</p>
+
+<div class="h3" id="rhel-2-issue">
+<h3>64-bit RHEL2
+ <a class="sectionlink" href="#rhel-2-issue"
+ title="Link to this section">¶</a>
+</h3>
+
+<p>Building Subversion 1.7.0 and APR 1.4.5 from source on 64-bit RHEL2
+with the standard compiler will produce executables that SEGV on
+startup. This problem is likely to affect all 64-bit x86 platforms
+that use gcc 4.0.x or older. This is due to APR bug
+<a href="https://issues.apache.org/bugzilla/show_bug.cgi?id=51851">51851</a>.
+Workarounds include using a more recent gcc or configuring APR
+with <tt>--disable-nonportable-atomics</tt>.</p>
+
+</div> <!-- rhel-2-issue -->
+
+<div class="h3" id="javahl-issue">
+<h3>JavaHL SEGV during GC
+ <a class="sectionlink" href="#javahl-issue"
+ title="Link to this section">¶</a>
+</h3>
+
+<p>The JavaHL bindings have moved to the org.apache.subversion
+namespace (what is the correct Java term?) with org.tigris.subversion
+provided as a compatibility layer. Using the compatibility namespace
+will cause the JVM to SEGV when SVNAdmin or SVNClient objects are
+finalized. See the 1.7.0
+<a
href="http://svn.apache.org/repos/asf/subversion/tags/1.7.0/STATUS">STATUS</a>
+for details of a patch.
+</p>
+
+</div> <!-- javahl-issue -->
+
+</div> <!-- issues -->
+
<div class="h2" id="distribution-changes">
<h2>Dependency, license and distribution changes
<a class="sectionlink" href="#distribution-changes"