Author: hwright
Date: Wed Jul 13 16:48:17 2011
New Revision: 1146126

URL: http://svn.apache.org/viewvc?rev=1146126&view=rev
Log:
On the revprop-packing branch:
Update a couple of docstrings.

* subversion/include/svn_io.h
  (svn_stream_copy4, svn_stream_copy3): Update docstring to reflect intent to
    release in 1.8.

Modified:
    subversion/branches/revprop-packing/subversion/include/svn_io.h

Modified: subversion/branches/revprop-packing/subversion/include/svn_io.h
URL: 
http://svn.apache.org/viewvc/subversion/branches/revprop-packing/subversion/include/svn_io.h?rev=1146126&r1=1146125&r2=1146126&view=diff
==============================================================================
--- subversion/branches/revprop-packing/subversion/include/svn_io.h (original)
+++ subversion/branches/revprop-packing/subversion/include/svn_io.h Wed Jul 13 
16:48:17 2011
@@ -1197,7 +1197,7 @@ svn_stream_readline(svn_stream_t *stream
  * svn_stream_disown() to protect either or both of the streams from
  * being closed.
  *
- * @since New in 1.7.
+ * @since New in 1.8.
  */
 svn_error_t *
 svn_stream_copy4(svn_stream_t *from,
@@ -1211,7 +1211,7 @@ svn_stream_copy4(svn_stream_t *from,
  * its entirety.
  *
  * @since New in 1.6.
- * @deprecated Provided for backward compatibility with the 1.6 API.
+ * @deprecated Provided for backward compatibility with the 1.7 API.
  */
 SVN_DEPRECATED
 svn_error_t *


Reply via email to