You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/05/23 03:40:32 UTC

svn commit: r1485535 - /subversion/site/publish/docs/community-guide/releasing.part.html

Author: danielsh
Date: Thu May 23 01:40:31 2013
New Revision: 1485535

URL: http://svn.apache.org/r1485535
Log:
* docs/community-guide/releasing.part.html
  (#release-branches): Add a javahl task.

Modified:
    subversion/site/publish/docs/community-guide/releasing.part.html

Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1485535&r1=1485534&r2=1485535&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Thu May 23 01:40:31 2013
@@ -1175,6 +1175,10 @@ A.B with the version you're preparing, e
     created a branch (eg. 2.1.0 for the 2.0.x branch, and 1.4.0 for
     the 1.3.x branch).</p></li>
 
+<li><p>Edit <tt>/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/NativeResources.java</tt> on trunk and
+    <a href="http://svn.apache.org/r1483917">increment the version numbers in
+    <tt>init()</tt></a>.  Do not commit these changes yet.</p></li>
+
 <li><p>Edit <tt>build/run_tests.py</tt> and
     <tt>subversion/tests/cmdline/svntest/main.py</tt> on trunk and
     increment <tt>SVN_VER_MINOR</tt>.  Do not commit these changes