Bumped version number to 2.4.5

This commit is contained in:
Federico Hernandez 2015-05-10 23:11:26 +02:00
parent e989dee505
commit 1800ab0e1b
3 changed files with 10 additions and 21 deletions

View file

@ -10,7 +10,7 @@ include (CheckStructHasMember)
set (HAVE_CMAKE true)
project (task)
set (PROJECT_VERSION "2.4.4")
set (PROJECT_VERSION "2.4.5")
OPTION(USE_GNUTLS "Build gnutls support." ON)

View file

@ -1,3 +1,7 @@
2.4.5 () -
------ current release ---------------------------
2.4.4 (2015-05-10) df49aaba126484b668c41d3ff9301f8d8ec49987
- TW-69 wait dates relative to due date (thanks to John Florian).
@ -17,8 +21,6 @@
- The 'obfuscate' setting, if set to '1' will replace all text with 'xxx'.
- POSIX file locking mechanism, eliminating platform-specific code.
------ current release ---------------------------
2.4.3 (2015-04-19) 499044b9b6bdbc95338ea585204e949d80b24a09
- TW-57 user defined attribute sort order (thanks to Max Muller).

23
NEWS
View file

@ -1,26 +1,13 @@
New Features in Taskwarrior 2.4.4
New Features in Taskwarrior 2.4.5
- Taskwarrior now requires GCC 4.7+ / Clang 3.3+, for full C++11 support.
- Taskwarrior now builds properly on 32-bit platforms.
- The beginnings of a Japaneѕe translation.
New commands in Taskwarrior 2.4.5
New commands in Taskwarrior 2.4.4
New configuration options in Taskwarrior 2.4.5
- None
Newly deprecated features in Taskwarrior 2.4.5
New configuration options in Taskwarrior 2.4.4
- The 'obfuscate' setting, if set to '1' will replace all text with 'xxx'.
This is useful when sharing data for bug reporting purposes.
Newly deprecated features in Taskwarrior 2.4.4
- None
Removed features in 2.4.4
- None
Removed features in 2.4.5
Known Issues