Revision history for Perl extension Thread::Queue.
3.13 Wed Jul 18 02:00:03 2018
- [rt.cpan.org #125868] Fix tests for Test::Simple 1.302138
3.12 Thu Feb 9 18:42:45 2017
- Fix deadlock caused by combination of dequeue_nb, enqueue and
queue size limit (Bug #120157 - fix by Chad Fox)
- Prevent calling dequeue methods with COUNT > LIMIT
3.11 Fri May 20 18:33:00 2016
- Removed use of detached threads in tests (Bug #114468)
3.09 Sat Apr 30 21:33:54 2016
- Sync with blead
3.07 Fri Oct 23 23:54:18 2015
- Edge-case fix to queue limit feature
3.06 Sat Aug 22 20:33:23 2015
- Added queue limit feature as per suggestion by Mark Zealey
3.05 Thu Mar 20 21:39:32 2014
- Sync with blead
3.04 Tue Mar 11 19:29:00 2014
- Fix for reporting correct location of validation error
3.03 Thu Mar 6 20:50:41 2014
- Conversion of internal functions to methods to permit sub-classing
3.02 Tue Feb 19 18:22:15 2013
- Timed dequeue as per suggestion by Andreas Huber
3.01 Tue Oct 23 22:44:30 EDT 2012
- Added ->end() as per suggestion by Michael G. Schwern
- Major version bump because of change in structure of queue objects
2.12 Fri Dec 24 17:52:51 2010
- Install in 'site' for Perl >= 5.011
- Test file changes for core
- Added new example (examples/callback.pl) to distribution
- POD update
2.11 Thu Jun 12 13:41:45 2008
- End all tests with exit(0) and fix SKIPs
2.09 Fri May 30 16:31:48 2008
- Check for 'undef' for counts and indices
2.08 Wed May 14 15:24:53 2008
- Use threads::shared::shared_clone() for complex data
2.07 Wed May 7 18:48:46 2008
- Properly clone complex structures with circular references
2.06 Fri Feb 22 22:08:38 2008
- Allow installation on non-threaded Perls
2.05 Wed Feb 20 17:21:25 2008
- Build/test updates
2.04 Mon Feb 18 12:31:30 2008
- Install under 'perl' dir
2.03 Fri Feb 15 18:54:15 2008
- Support queuing refs of refs
2.02 Fri Feb 15 15:18:11 2008
- Fix tests to work under Perl 5.8.0
2.01 Thu Feb 14 18:11:00 2008
- Added 'count' option to dequeue and dequeue_nb
- Added peek, insert and extract methods
- Support queuing of complex data structures
2.00 Jul 12 16:31:00 2002
- Released as part of Perl 5.8.0