mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-1596: TW-1596 taskwarrior can't compile FreeBSD 9.3 32bit environment
- On 32-bit systems, 'int' and 'time_t' are ambiguous overrides, and must be disambiguated with other signature changes (thanks to ribbon).
This commit is contained in:
parent
67a008e7bf
commit
f9e3f865b1
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
2.4.4 () -
|
||||
|
||||
- TW-1596 taskwarrior can't compile FreeBSD 9.3 32bit environment (thanks to
|
||||
ribbon)
|
||||
|
||||
------ current release ---------------------------
|
||||
|
||||
2.4.3 (2015-04-19) 499044b9b6bdbc95338ea585204e949d80b24a09
|
||||
|
|
1
NEWS
1
NEWS
|
@ -2,6 +2,7 @@
|
|||
New Features in taskwarrior 2.4.4
|
||||
|
||||
- Taskwarrior now requires GCC 4.7+ / Clang 3.3+, for full C++11 support.
|
||||
- Taskwarrior now builds properly on 32-bit platforms.
|
||||
|
||||
New commands in taskwarrior 2.4.4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue