Author: wrowe Date: Mon Aug 27 19:21:41 2007 New Revision: 570295 URL: http://svn.apache.org/viewvc?rev=570295&view=rev Log: Call out the change to utf8 encoding Modified: apr/apr/branches/0.9.x/CHANGES Modified: apr/apr/branches/0.9.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/CHANGES?rev=570295&r1=570294&r2=570295&view=diff ============================================================================== --- apr/apr/branches/0.9.x/CHANGES [utf-8] (original) +++ apr/apr/branches/0.9.x/CHANGES [utf-8] Mon Aug 27 19:21:41 2007 @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with APR 0.9.15 + *) Define the Mac OS/X filesystem_encoding as utf-8 (in previous + releases the interpretation would vary). [Branko Čibej] + *) Fix day of year (tm_day) calculation for July. The bug only affects Windows builds. PR 42953. [Davi Arnaut]