Author: rinrab
Date: Mon Mar 16 22:08:09 2026
New Revision: 1932349

Log:
On the 'utf8-cmdline' branch: Update versions in the descriptions of newly
introduced functions to the post-1.15 era as it will not be any earlier than
that (1.15 has already been branched and this feature is not planed to be apart
of it).

* subversion/include/svn_client.h
  (svn_client_args_to_target_array4): Change @since 1.15->1.16.
  (svn_client_args_to_target_array3): Change @deprecated 1.14->1.15.
* subversion/include/svn_opt.h
  (svn_opt_args_to_target_array4): Change @since 1.15->1.16.
  (svn_opt_args_to_target_array3): Change @deprecated 1.5->1.15. This a
   mistake past me made, and the fix is slightly unrelated. It was suppose to be
   1.14 instead of 1.5.
  (svn_opt_parse_revprop3): Change @since 1.15->1.16.
  (svn_opt_parse_revprop2): Change @deprecated 1.14->1.15.

Modified:
   subversion/branches/utf8-cmdline/subversion/include/svn_client.h
   subversion/branches/utf8-cmdline/subversion/include/svn_opt.h

Modified: subversion/branches/utf8-cmdline/subversion/include/svn_client.h
==============================================================================
--- subversion/branches/utf8-cmdline/subversion/include/svn_client.h    Mon Mar 
16 21:30:24 2026        (r1932348)
+++ subversion/branches/utf8-cmdline/subversion/include/svn_client.h    Mon Mar 
16 22:08:09 2026        (r1932349)
@@ -1170,7 +1170,7 @@ svn_client_create_context(svn_client_ctx
  * literal path "@abc" with no peg revision, or the form ".@abc" to refer to
  * the empty path with peg revision "abc".
  *
- * @since New in 1.15
+ * @since New in 1.16
  */
 svn_error_t *
 svn_client_args_to_target_array3(apr_array_header_t **targets_p,
@@ -1186,7 +1186,7 @@ svn_client_args_to_target_array3(apr_arr
  *
  * @since New in 1.7
  *
- * @deprecated Provided for backward compatibility with the 1.14 API.
+ * @deprecated Provided for backward compatibility with the 1.15 API.
  */
 SVN_DEPRECATED
 svn_error_t *

Modified: subversion/branches/utf8-cmdline/subversion/include/svn_opt.h
==============================================================================
--- subversion/branches/utf8-cmdline/subversion/include/svn_opt.h       Mon Mar 
16 21:30:24 2026        (r1932348)
+++ subversion/branches/utf8-cmdline/subversion/include/svn_opt.h       Mon Mar 
16 22:08:09 2026        (r1932349)
@@ -630,7 +630,7 @@ svn_opt_resolve_revisions(svn_opt_revisi
  * error, and if this is the only type of error encountered, complete
  * the operation before returning the error(s).
  *
- * @since New in 1.15.
+ * @since New in 1.16.
  * @see svn_client_args_to_target_array()
  */
 svn_error_t *
@@ -644,7 +644,7 @@ svn_opt_args_to_target_array4(apr_array_
  * conversion of the targets to UTF-8.
  *
  * @since New in 1.5.
- * @deprecated Provided for backward compatibility with the 1.5 API.
+ * @deprecated Provided for backward compatibility with the 1.15 API.
  */
 SVN_DEPRECATED
 svn_error_t *
@@ -702,7 +702,7 @@ svn_opt_args_to_target_array(apr_array_h
  * const char * revprop names to svn_string_t * revprop values for use
  * with svn_repos_get_commit_editor5 and other get_commit_editor APIs.
  *
- * @since New in 1.15.
+ * @since New in 1.16.
  */
 svn_error_t *
 svn_opt_parse_revprop2(apr_hash_t **revprops,
@@ -714,7 +714,7 @@ svn_opt_parse_revprop2(apr_hash_t **revp
  * to UTF-8 before parsing it.
  *
  * @since New in 1.6.
- * @deprecated Provided for backward compatibility with the 1.14 API.
+ * @deprecated Provided for backward compatibility with the 1.15 API.
  */
 SVN_DEPRECATED
 svn_error_t *

Reply via email to