You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/02/28 23:37:22 UTC

svn propchange: r1573096 - svn:log

Author: breser
Revision: 1573096
Modified property: svn:log

Modified: svn:log at Fri Feb 28 22:37:22 2014
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Fri Feb 28 22:37:22 2014
@@ -1,6 +1,6 @@
 Stop using a deprecated (as of OS X 10.9) function to get OS X version.
 
-CFURLCreateDataAndPropertiesFromResource() is not listed as being deprecated.
+CFURLCreateDataAndPropertiesFromResource() is now listed as being deprecated.
 It still works but this code goes to a lot of effor to use OS X's
 CoreFoundation framework to read the plist when we have our own functions
 for reading files.  I think it's much better for our maintenance purposes to