From ae47fb7265ee73dd13fab9e08e36cedb4239e7d5 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 31 Dec 2015 17:10:35 -0500 Subject: [PATCH] TW-1749: PATH_MAX isn't defined in FS.cpp in some versions of OS X - Thanks to Misty De Meo. --- AUTHORS | 1 + ChangeLog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index 7f3f5c859..6e1f99909 100644 --- a/AUTHORS +++ b/AUTHORS @@ -124,6 +124,7 @@ The following submitted code, packages or analysis, and deserve special thanks: Gordon Ball Rafał Bolanowski Sunil Joshi + Misty De Meo Thanks to the following, who submitted detailed bug reports and excellent suggestions: diff --git a/ChangeLog b/ChangeLog index f68726764..6ed5c458c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,6 +31,8 @@ - TW-1733 taskwarrior 2.5.0 can not compile FreeBSD 10.1 (thanks to ribbon). - TW-1738 add defined languages JAPANESE (thanks to ribbon). - TW-1742 Indian Holiday Calendar (Master HolidayFile) (thanks to Sunil Joshi). +- TW-1749 PATH_MAX isn't defined in FS.cpp in some versions of OS X (thanks to + Misty De Meo). - Fixed broken build for Cygwin and older GCC (thanks to Richard Boß). - The default configuration is now 256-color only. - The 'columns' report now shows whether a column is modifiable or read only.