You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lu...@apache.org on 2017/12/10 14:17:36 UTC

svn commit: r1817715 - in /subversion/site/staging/docs/release-notes: 1.6.html 1.6.zh.html

Author: luke1410
Date: Sun Dec 10 14:17:36 2017
New Revision: 1817715

URL: http://svn.apache.org/viewvc?rev=1817715&view=rev
Log:
Following up on previous commit, also update the actual displayed revision
number.

site/staging/docs/release-notes/1.6.html,
site/staging/docs/release-notes/1.6.zh.html: update displayed revision number

Modified:
    subversion/site/staging/docs/release-notes/1.6.html
    subversion/site/staging/docs/release-notes/1.6.zh.html

Modified: subversion/site/staging/docs/release-notes/1.6.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.6.html?rev=1817715&r1=1817714&r2=1817715&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.6.html (original)
+++ subversion/site/staging/docs/release-notes/1.6.html Sun Dec 10 14:17:36 2017
@@ -892,7 +892,7 @@ without this option:
 <p>The <tt>pre-lock</tt> hook can now specify the lock-token string
 via the hook's stdout; see <a
 href="https://svn.apache.org/viewvc?view=revision&revision=872852"
->r32778</a> for details.  Note that when the hook uses this feature,
+>r872852</a> for details.  Note that when the hook uses this feature,
 it must take responsibility for ensuring that lock tokens are unique
 across the repository.</p>
 

Modified: subversion/site/staging/docs/release-notes/1.6.zh.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.6.zh.html?rev=1817715&r1=1817714&r2=1817715&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.6.zh.html (original)
+++ subversion/site/staging/docs/release-notes/1.6.zh.html Sun Dec 10 14:17:36 2017
@@ -699,7 +699,7 @@ href="https://svn.apache.org/repos/asf/s
 
 <p><tt>pre-lock</tt>钩子现在可以通过标准输出指明锁定令牌字符串;详细请看<a
 href="https://svn.apache.org/viewvc?view=revision&revision=872852"
->r32778</a>。注意,当钩子用了这个特性,必须确保锁定令牌在版本库范围是唯一的。</p>
+>r872852</a>。注意,当钩子用了这个特性,必须确保锁定令牌在版本库范围是唯一的。</p>
 
 <p>Subversion 1.6有许多新的修正的API需要列出来,一般的API信息可以看<a
 href="/docs/#api" >Subversion API</a>,如果你使用Subversion API开发第三方的客户端程序,你可能需要看接口的头文件来查看发生的变更。</p>