1Revision history for Perl extension Thread::Queue.
2
33.13 Wed Jul 18 02:00:03 2018
4	- [rt.cpan.org #125868] Fix tests for Test::Simple 1.302138
5
63.12 Thu Feb  9 18:42:45 2017
7	- Fix deadlock caused by combination of dequeue_nb, enqueue and
8		queue size limit (Bug #120157 - fix by Chad Fox)
9	- Prevent calling dequeue methods with COUNT > LIMIT
10
113.11 Fri May 20 18:33:00 2016
12	- Removed use of detached threads in tests (Bug #114468)
13
143.09 Sat Apr 30 21:33:54 2016
15	- Sync with blead
16
173.07 Fri Oct 23 23:54:18 2015
18	- Edge-case fix to queue limit feature
19
203.06 Sat Aug 22 20:33:23 2015
21	- Added queue limit feature as per suggestion by Mark Zealey
22
233.05 Thu Mar 20 21:39:32 2014
24	- Sync with blead
25
263.04 Tue Mar 11 19:29:00 2014
27	- Fix for reporting correct location of validation error
28
293.03 Thu Mar  6 20:50:41 2014
30	- Conversion of internal functions to methods to permit sub-classing
31
323.02 Tue Feb 19 18:22:15 2013
33	- Timed dequeue as per suggestion by Andreas Huber
34
353.01 Tue Oct 23 22:44:30 EDT 2012
36	- Added ->end() as per suggestion by Michael G. Schwern
37	- Major version bump because of change in structure of queue objects
38
392.12 Fri Dec 24 17:52:51 2010
40	- Install in 'site' for Perl >= 5.011
41	- Test file changes for core
42	- Added new example (examples/callback.pl) to distribution
43	- POD update
44
452.11 Thu Jun 12 13:41:45 2008
46	- End all tests with exit(0) and fix SKIPs
47
482.09 Fri May 30 16:31:48 2008
49	- Check for 'undef' for counts and indices
50
512.08 Wed May 14 15:24:53 2008
52	- Use threads::shared::shared_clone() for complex data
53
542.07 Wed May  7 18:48:46 2008
55	- Properly clone complex structures with circular references
56
572.06 Fri Feb 22 22:08:38 2008
58	- Allow installation on non-threaded Perls
59
602.05 Wed Feb 20 17:21:25 2008
61	- Build/test updates
62
632.04 Mon Feb 18 12:31:30 2008
64	- Install under 'perl' dir
65
662.03 Fri Feb 15 18:54:15 2008
67	- Support queuing refs of refs
68
692.02 Fri Feb 15 15:18:11 2008
70	- Fix tests to work under Perl 5.8.0
71
722.01 Thu Feb 14 18:11:00 2008
73	- Added 'count' option to dequeue and dequeue_nb
74	- Added peek, insert and extract methods
75	- Support queuing of complex data structures
76
772.00 Jul 12 16:31:00 2002
78	- Released as part of Perl 5.8.0
79
80