You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2014/04/08 15:16:00 UTC

svn propchange: r1585718 - svn:log

Author: julianfoad
Revision: 1585718
Modified property: svn:log

Modified: svn:log at Tue Apr  8 13:16:00 2014
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Apr  8 13:16:00 2014
@@ -2,6 +2,9 @@ The standard _dup() function pattern tak
 object and returns a mutable copy. Add 'const' to a few that didn't follow
 that pattern.
 
+(Note: This is one of the few changes that can be made to a released API
+without breaking its API and ABI compatibility guarantees.)
+
 * subversion/include/svn_config.h,
   subversion/libsvn_subr/config.c
   (svn_config_dup): Add 'const' as above.


RE: svn propchange: r1585718 - svn:log

Posted by Bert Huijben <be...@qqmail.nl>.

> -----Original Message-----
> From: julianfoad@apache.org [mailto:julianfoad@apache.org]
> Sent: dinsdag 8 april 2014 15:16
> To: commits@subversion.apache.org
> Subject: svn propchange: r1585718 - svn:log
> 
> Author: julianfoad
> Revision: 1585718
> Modified property: svn:log
> 
> Modified: svn:log at Tue Apr  8 13:16:00 2014
> ------------------------------------------------------------------------------
> --- svn:log (original)
> +++ svn:log Tue Apr  8 13:16:00 2014
> @@ -2,6 +2,9 @@ The standard _dup() function pattern tak
>  object and returns a mutable copy. Add 'const' to a few that didn't follow
>  that pattern.
> 
> +(Note: This is one of the few changes that can be made to a released API
> +without breaking its API and ABI compatibility guarantees.)

But it might still affect usages such as swig...

So we have to be very careful anyway.

(+1 on the patch)

	Bert