Bump version and other misc. changes. 3rd patch from:
[p5sagit/p5-mst-13.2.git] / ext / threads / Changes
index b4c9d54..f4acc64 100755 (executable)
@@ -1,5 +1,38 @@
 Revision history for Perl extension threads.
 
+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