TW-1749: PATH_MAX isn't defined in FS.cpp in some versions of OS X

- Thanks to Misty De Meo.
This commit is contained in:
Paul Beckingham 2015-12-31 17:10:35 -05:00
parent be35dde6f0
commit ae47fb7265
2 changed files with 3 additions and 0 deletions

View file

@ -124,6 +124,7 @@ The following submitted code, packages or analysis, and deserve special thanks:
Gordon Ball Gordon Ball
Rafał Bolanowski Rafał Bolanowski
Sunil Joshi Sunil Joshi
Misty De Meo
Thanks to the following, who submitted detailed bug reports and excellent Thanks to the following, who submitted detailed bug reports and excellent
suggestions: suggestions:

View file

@ -31,6 +31,8 @@
- TW-1733 taskwarrior 2.5.0 can not compile FreeBSD 10.1 (thanks to ribbon). - 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-1738 add defined languages JAPANESE (thanks to ribbon).
- TW-1742 Indian Holiday Calendar (Master HolidayFile) (thanks to Sunil Joshi). - 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ß). - Fixed broken build for Cygwin and older GCC (thanks to Richard Boß).
- The default configuration is now 256-color only. - The default configuration is now 256-color only.
- The 'columns' report now shows whether a column is modifiable or read only. - The 'columns' report now shows whether a column is modifiable or read only.