CMake Feedback Messages

- Reworded the '-std=c++11' feedback messages to user fewer '!' characters,
  and be more emphatic about upgrading the compiler.
This commit is contained in:
Paul Beckingham 2015-02-18 21:15:58 -08:00
parent f2998aba74
commit 88d65b23c1
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
2.4.2 () -
- TW-1547 Recur column is always shown even if no recurring task is displayed
(thanks to Renato Alves).
- TW-1545 cc1plus: error: unrecognized command line option '-std=c++11' (thanks
to Petteri).
- TW-1546 column type due.remaining breaks colors on due tasks (thanks to
Renato Alves).
- TW-1547 Recur column is always shown even if no recurring task is displayed
(thanks to Renato Alves).
- Eliminated some code that is not UTF8-safe.
- Removed pthreads linkage.