File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Revision history for cPanel-TaskQueue
22
3- {{$NEXT}}
3+ 0.902
4+ - Revert: Use atomic filesystem operations for cPanel::StateFile.
5+ "we have code that fails when the file is changed out from under it"
6+ - Avoid giving up a lock when we are forking
7+ - Reduce reconstitute overhead by 40%
8+ - Try non-blocking flock before expensive alarm setup
9+ - Auto generate META.json as suggested by CPANTS.
10+ 0.901
11+ - Don't confuse callers by returning a failure if plugin already included
12+ - Travis testing
13+ - Track Makefile.PL for Travis
14+ - Adjust tests to pass as a result of 3d8ad9b6de
15+ - All tests run always now. CPANEL_SLOW_TESTS requirement was hiding bugs
16+ - Merge POD with PM for better long term management.
17+ - Perl Tidy
18+ - README.mkdn for github
19+ - Use atomic filesystem operations for cPanel::StateFile.
20+ 0.900
21+ - ???
22+ 0.???
423 - Correct deferral logic to clear tags when a task completes
524 - Correct flawed load logic relating to resuming after pause.
6250.700 2014-10-15 16:37:12 America/Chicago
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ my %WriteMakefileArgs = (
4646 " Test::More" => 0,
4747 " lib" => 0
4848 },
49- " VERSION" => " 0.901 " ,
49+ " VERSION" => " 0.902 " ,
5050 " test" => {
5151 " TESTS" => " t/*.t"
5252 }
Original file line number Diff line number Diff line change 11name = cPanel-TaskQueue
2- version = 0.901
2+ version = 0.902
33author = cPanel, Inc. <cpan@cpanel.net>
44license = Perl_5
55copyright_holder = cPanel, Inc.
You can’t perform that action at this time.
0 commit comments