pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

task: update to task-2.5.1 bugfix release



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat Feb 27 11:51:07 2016 +0200
Changeset:	9e0a40232e51764aad72eba1cf36905b7c57dd4f

Modified Files:
	task/Makefile
	task/PLIST
	task/distinfo

Log Message:
task: update to task-2.5.1 bugfix release

Changelog:

2.5.1 (2016-02-24) -

- TD-104  Unrecognized taskwarrior file format
          (thanks to Jeremy John Reeder, Reg).
- TW-38   Dates in the far future give bad estimates in burndown
          (thanks to Ben Boeckel).
- TW-188  short help text
          (thanks to David Patrick).
- TW-311  Estimated completion in burndown.daily shows impossible results
          (thanks to Michele Santullo).
- TW-1313 some recurring intervals reset due time to midnight
          (thanks to James Dietrich).
- TW-1425 The 'age' format rounds in odd ways
          (thanks to Black Ops testing).
- TW-1435 Ability to sync the full history of tasks including completed ones
          (thanks to Renato Alves).
- TW-1446 Difference in how relative dates are specified in report filters since 2.3.0
          (thanks to atomicules).
- TW-1481 Unable to assign a completed task as dependency
          (thanks to Tomas Babej).
- TW-1500 Dates formatted as ".age", ".remaining", or ".countdown" often give
          blank results
          (thanks to Jeremy John Reeder).
- TW-1582 Wrong urgency for first report after reviving task with
          "mod status:pending"
- TW-1658 rc override to non-existent alternate rc quietly uses default
          (thanks to David Patrick).
- TW-1697 Inconsistent failure mode on invalid task id
          (thanks to Daniel Shahaf).
- TW-1698 tests: 'make test' should exit non-zero if tests failed
          (thanks to Daniel Shahaf).
- TW-1703 When on-modify hook is installed, some messages print UUIDs instead of
          IDs
          (thanks to Robin Green).
- TW-1704 Use Task::identifier to reference the Task in the output
- TW-1705 Directories in .task/hooks should not be reported as invalid hooks
          (thanks to Tomas Babej).
- TW-1709 Parsing bug when doing "task undo"
          (thanks to Scott Kostyshak).
- TW-1710 Setting wait date on status:completed / status:deleted
          (thanks to Daniel Shahaf).
- TW-1714 Starting recurring task starts all recurrences
          (thanks to Robin Green).
- TW-1718 String UDA not passed through unchanged
          (thanks to Wim Schuermann).
- TW-1719 Description cannot contain improper ordinals
          (thanks to Ben Boeckel).
- TW-1720 CmdContext uses a mix of both throw and std::cout to convey errors
          (thanks to Paul Beckingham).
- TW-1723 task info causes segfault
          (thanks to Roman Golovin).
- TW-1724 some commands show color codes when redirected
          (thanks to Alan Young).
- TW-1729 zsh completion: zregexparse:4: not enough regex argument
          (thanks to Daniel Shahaf).
- TW-1733 taskwarrior 2.5.0 can not compile FreeBSD 10.1
          (thanks to ribbon).
- TW-1734 calendar gives an error when context is set
          (thanks to Simon Michael).
- TW-1735 context with no subcommand should do something
          (thanks to Simon Michael).
- TW-1736 Error on detection of BOM in files.
- TW-1738 add defined languages JAPANESE
          (thanks to ribbon).
- TW-1741 Warning "ignoring return value of ‘int ftruncate" while doing make on
          xubuntu15.10
          (thanks to Sunil Joshi).
- TW-1742 Indian Holiday Calendar (Master HolidayFile)
          (thanks to Sunil Joshi).
- TW-1748 CMakeLists shouldn't hardcode libc++ on Darwin
          (thanks to Misty De Meo).
- TW-1749 PATH_MAX isn't defined in FS.cpp in some versions of OS X
          (thanks to Misty De Meo).
- TW-1750 REG_ENHANCED, used in RX.cpp, isn't defined in all versions of Darwin
          (thanks to Misty De Meo).
- TW-1752 cleanup of diag output
          (thanks to David Patrick).
- TW-1754 '\' at end of description in 'task edit' merges task with following task
          (thanks to Scott Kostyshak).
- TW-1756 The columns.t unit test fails two tests after 2300 local.
- TW-1763 Removing the due date of a task with no due date modifies the task
          (thanks to Scott Kostyshak).
- TW-1768 Task sync failed: "Either your credentials are incorrect, or your account
          doesn't exist on the Taskserver."
          (thanks to Konstantin).
- TW-1773 one task eaten all my RAM
          (thanks to Yaroslav Molochko).
- 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.
- UDA indicator column did not properly default to 'U'
          (thanks to JDufault).
- Removed task.fish arguments until TW-1404 is fixed
          (thanks to Roman Inflianskas)
- Removed unused 'dom' and 'shell.prompt' configuration settings.
- Numerous performance improvements. Taskwarrior 2.5.1 is between X% and
  Y% faster than 2.5.0 when running various commands.
- New formatting specifier 'relative' for columns of Date type was introduced.
- Fixed bug where 'rc.allow.empty.filter' was not behaving properly
          (thanks to Scott Kostyshak).
- Fixed man page bugs
          (thanks to pawprint).
- Improved OpenBSD support
          (thanks to Kent R. Spillner).
- Included 'problems' script in build dir
          (thanks to Gordon Ball).
- The 'run_all' script was not correctly using exit code 0 when all tests pass
          (thanks to Gordon Ball).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9e0a40232e51764aad72eba1cf36905b7c57dd4f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 task/Makefile | 2 +-
 task/PLIST    | 2 ++
 task/distinfo | 8 ++++----
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs:
diff --git a/task/Makefile b/task/Makefile
index 5159a5a..25052f9 100644
--- a/task/Makefile
+++ b/task/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.16 2015/08/10 21:16:48 yhardy Exp $
 #
 
-DISTNAME=	task-2.5.0
+DISTNAME=	task-2.5.1
 CATEGORIES=	time
 MASTER_SITES=	http://www.taskwarrior.org/download/
 
diff --git a/task/PLIST b/task/PLIST
index 4837587..6a7a4c6 100644
--- a/task/PLIST
+++ b/task/PLIST
@@ -8,6 +8,7 @@ share/doc/task/AUTHORS
 share/doc/task/COPYING
 share/doc/task/ChangeLog
 share/doc/task/INSTALL
+share/doc/task/LICENSE
 share/doc/task/NEWS
 share/doc/task/README.md
 share/doc/task/rc/dark-16.theme
@@ -32,6 +33,7 @@ share/doc/task/rc/holidays.en-CA.rc
 share/doc/task/rc/holidays.en-GB.rc
 share/doc/task/rc/holidays.en-GL.rc
 share/doc/task/rc/holidays.en-HK.rc
+share/doc/task/rc/holidays.en-IN.rc
 share/doc/task/rc/holidays.en-NZ.rc
 share/doc/task/rc/holidays.en-US.rc
 share/doc/task/rc/holidays.en-ZA.rc
diff --git a/task/distinfo b/task/distinfo
index dd134ca..27520dc 100644
--- a/task/distinfo
+++ b/task/distinfo
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.13 2015/08/10 21:16:48 yhardy Exp $
 
-SHA1 (task-2.5.0.tar.gz) = d319f872ae74c541c7a257e75ee531b67783678b
-RMD160 (task-2.5.0.tar.gz) = 5e4908027a073627184868346819afdd975595c6
-SHA512 (task-2.5.0.tar.gz) = 911ed33553c71d0578dda20774ff1c5762700957ed637ed849ef51c4cd00a53feabc18c477dbc4b618371d9ddc8fec71795f96d8474acbec8a91be8bb1ff1bfd
-Size (task-2.5.0.tar.gz) = 900285 bytes
+SHA1 (task-2.5.1.tar.gz) = 647faf0784aa8ebe48cba3e2061f79e1ddbf3e84
+RMD160 (task-2.5.1.tar.gz) = ae04417ff7f007c6e01d4d6bd4dede67adc1e35f
+SHA512 (task-2.5.1.tar.gz) = ec17e5cefff55ecd2c1cb717801c02683d94030906c8d86450c3c79c0bc5a18d82559a5e9e26a91411a1025a241b78ddbc1de51cafc1a2dd531e8229e5e61c10
+Size (task-2.5.1.tar.gz) = 903428 bytes
 SHA1 (patch-src_commands_CmdEdit.cpp) = 0faaa6661c8a902d71271b654f3d627984029156


Home | Main Index | Thread Index | Old Index