Skip to content

Commit b580ea2

Browse files
committed
Bump to 0.902 for release to CPAN
Update changelog for 0.902
1 parent 3b0bee1 commit b580ea2

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

Changes

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Revision 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.
625
0.700 2014-10-15 16:37:12 America/Chicago

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = cPanel-TaskQueue
2-
version = 0.901
2+
version = 0.902
33
author = cPanel, Inc. <cpan@cpanel.net>
44
license = Perl_5
55
copyright_holder = cPanel, Inc.

0 commit comments

Comments
 (0)