Bump version and other misc. changes. 3rd patch from:
[p5sagit/p5-mst-13.2.git] / ext / threads / Changes
index 9742543..f4acc64 100755 (executable)
@@ -1,6 +1,53 @@
 Revision history for Perl extension threads.
 
-1.27 Wed May 10 14:01:17 EDT 2006
+1.41 Fri Sep  8 19:28:41 EST 2006
+       - Race condition fixes
+
+1.39 Tue Aug 30 12:00:00 EDT 2006
+       - Signals are safe in 5.8.0
+       - Upgraded ppport.h to Devel::PPPort 3.10
+
+1.38 Tue Aug  1 11:48:56 EDT 2006
+       - Fixes to tests
+
+1.37 Fri Jul 21 10:51:36 EDT 2006
+       - Revert 'exit' behavior with override
+
+1.36 Mon Jul 10 15:58:13 EDT 2006
+       - Ignore signals sent to terminated threads
+
+1.35 Mon Jul 10 09:44:47 EDT 2006
+       - Upgraded ppport.h to Devel::PPPort 3.09
+       - Fix for Borland compiler
+
+1.34 Thu Jul  6 10:29:37 EDT 2006
+       - Added ->is_running, ->is_detached, ->is_joinable, ->wantarray
+       - Enhanced ->list to return running or joinable threads
+
+1.33 Mon Jul  3 10:11:20 EDT 2006
+       - 'exit' inside a thread silently terminates thread only
+       - Added 'threads->exit()' (just calls CORE::exit(0))
+       - Handle 'die/exit' in thread warn handlers if thread terminates
+           with a warning
+       - Give exact accounting of unjoined threads on program termination
+       - Fix spurious 'failures' from t/blocks.t
+       - Set correct path to threads module in tests that use test.pl
+
+1.32 Mon Jun  5 09:27:53 EDT 2006
+       - Fix for HP-UX 10.20 pthread_attr_getstacksize usage
+       - Check for threads::shared in tests
+
+1.31 Fri May 19 16:06:42 EDT 2006
+       - Explicit thread context
+
+1.29 Thu May 18 16:09:28 EDT 2006
+       - Fix warning/core dump from ->create('foo') in BEGIN block
+
+1.28 Wed May 17 14:33:13 EDT 2006
+       - Fix for build failure under older Perl versions
+       - Skip signalling tests if using unsafe signals
+
+1.27 Thu May 11 11:52:21 EDT 2006
        - Added $thr->kill() method for thread signalling
        - Check for 'C' compiler when building module